/* UNIVERSAL */

.txt_gray2 { color: #758597 }
.bg_gray2 { background-color: #758597 }
.txt_teal { color: #6ec4ba }
.bg_teal { background-color: #6ec4ba }
.txt_navy { color: #203141 }
.bg_navy { background-color: #203141 }
.txt_navy.light_navy {
    color: #93b1cd;
}
@font-face {
	font-family: 'MarkBold';
	src: url('/webfonts/MarkOT-Bold.eot');
	src: url('/webfonts/MarkOT-Bold.eot?#iefix') format('embedded-opentype'), url('/webfonts/MarkOT-Bold.woff') format('woff'), url('/webfonts/MarkOT-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'MarkMedium';
	src: url('/webfonts/MarkOT-Medium.eot');
	src: url('/webfonts/MarkOT-Medium.eot?#iefix') format('embedded-opentype'), url('/webfonts/MarkOT-Medium.woff') format('woff'), url('/webfonts/MarkOT-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Mark';
	src: url('/webfonts/MarkOT.eot');
	src: url('/webfonts/MarkOT.eot?#iefix') format('embedded-opentype'), url('/webfonts/MarkOT.woff') format('woff'), url('/webfonts/MarkOT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Ramona Bold';
	src: url('/webfonts/Ramona-Bold.eot');
	src: url('/webfonts/Ramona-Bold.eot?#iefix') format('embedded-opentype'), url('/webfonts/Ramona-Bold.woff') format('woff'), url('/webfonts/Ramona-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Ramona Light';
	src: url('/webfonts/Romona-Light.eot');
	src: url('/webfonts/Romona-Light.eot?#iefix') format('embedded-opentype'), url('/webfonts/Romona-Light.woff') format('woff'), url('/webfonts/Romona-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	font-family: "Mark", sans-serif;
	color: #203141;
	letter-spacing: .5px;
	background-color: #fff;
}
.tranform {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.medium {
    font-family: "MarkMedium",sans-serif;
    letter-spacing: 1px;
}

.ramona {
  font-family: "Ramona Bold",sans-serif;

}


.EXIT_DEV {
	position: absolute;
	height: 36px;
	width: 130px;
	line-height: 36px;
	top: 0px;
	right: -135px;
	text-align: left;
	font-size: 10px;
	color: #969696;
}
.EXIT_DEV .ss-delete {
	line-height: 41px;
}
.IS_DEV_SANDBOX {
	font-family: monaco;
	position: fixed;
	background-color: rgba(245, 245, 245, 0.95);
	z-index: 9999999;
	padding: 4px 30px 4px 30px;
	font-size: 11px;
}
.off {
	overflow: hidden !important;
}
*, *:before, *:after {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
ol {
	padding: 10px 20px;
}
ol li {
	list-style: decimal;
	margin: 5px auto;
	font-size: 17px;
	line-height: 24px;
	padding: 10px;
}
.two_thirds ul {
	padding: 10px 20px;
}
.two_thirds ul li {
	list-style: circle;
	margin: 5px auto;
	/*     color: #87a29f; */
	font-size: 17px;
	line-height: 24px;
	padding: 10px;
}


.bg_yellow{
	background-color: #FFF761;
}


a, p a {
	text-decoration: none;
	color: #203141;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
a:hover, a:focus, p a:hover, p a:focus {
	color: #203141;
}
.two_thirds p a {
	color: #203141;
	text-decoration: underline;
}
.two_thirds a:hover, .two_thirds a:focus {
	color: #fd8870;
}
p {
	margin: 5px auto;
	color: #203141;
	font-size: 16px;
	line-height: 22px;
}
.txt_C {
	text-align: center;
	text-indent: 0;
}
.txt_J {
	text-align: justify;
	text-indent: 0;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	     hyphens: auto;
}
.txt_L {
	text-align: left;
}
.txt_R {
	text-align: right;
}
.ofHidden {
	overflow: hidden;
}
.hide {
	display: none;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}
.case_norm {
	text-transform: none;
}
.hand {
	cursor: pointer;
}
.img_100 img {
	width: 100%;
	height: auto;
}
p img {
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}
.ice_desc p img {
	max-width: 320px;
}
.sponsors p img {
	max-width: inherit;
}
.bg_img {
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.underline.dark {
	background-color: #D6D6D6;
}
.iblock {
	display: inline-block;
}
.center_block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.ta {
	display: table;
}
.tr {
	display: table-row;
}
.ta .tc {
	display: table-cell;
}
.ta .tc.m {
	vertical-align: middle;
}
.ta .tc.t {
	vertical-align: top;
}
.vATT {
	vertical-align: text-top;
}
.vAT {
	vertical-align: top;
}
.vAS {
	vertical-align: sub;
}
.abs {
	position: absolute;
}
.rel {
	position: relative;
}
.hide {
	display: none !important;
}
.inherit {
	display: inherit;
}

.self-care-logo {
  position: relative;
top: -2rem;
}
.txt_cont {
	text-align: center;
	width: 100%;
	padding-right: 15%;
	padding-left: 15%;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	display: table;
	z-index: 1;
	position: relative;
}
.txt_cont_sidebar {
	text-align: left;
	width: 100%;
	padding-right: 15%;
	padding-left: 15%;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 1;
	position: relative;
}
.txt {
	display: table-cell;
	vertical-align: middle;
}
.hero .txt_cont .txt_white {
	padding-right: 15%;
	padding-left: 15%;
}
.hashtag_sm {
	height: 130px;
}
.hashtag_mdx {
	height: 150px;
}
.hashtag_md {
	height: 220px;
}
.hashtag_md.sp {
	height: 250px;
}
.hashtag.txt_cont {
	padding: 0;
	z-index: 0;
}
.hashtag.txt_cont .hashtag_md, .hashtag.txt_cont .hashtag_mdx {
	margin-bottom: 200px;
}



.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.flex-row-inner {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
       -ms-flex: 0 0 50%;
           flex: 0 0 50%;
   padding: 1rem;
}
.grid {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}
@media (min-width: 1150px) {
  .grid {
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .grid {
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 742px) {
  .grid {
        grid-template-columns: 1fr;
  }
}

@media (max-width: 1150px) {
	.main_map .p21 p {
		font-size: 17px;
		line-height: 25px;
	}
	.main_map .mT_50 {
		margin-top: 40px;
	}
}
@media (max-width: 1100px) {
	.main_map .mT_50 {
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.hashtag_mdx {
		height: 130px;
	}
	.hashtag_md {
		height: 180px;
	}
	.ta .tc.w50 {
		width: 100%;
		float: left;
	}
	/*

	.main_map .tc:first-of-type {
		display: table-footer-group;
		float: none;
	}

	.main_map .tc:nth-of-type(2) {
		display: table-header-group;
		margin-bottom: 50px
	}
*/
	.sec_home #map {
		height: 600px;
	}
}
@media (max-width: 850px) {
	.hashtag_mdx {
		height: 100px;
	}
}
@media (max-width: 768px) {
	.hashtag_md {
		height: 160px;
	}
	.hashtag_sm {
		height: 100px;
	}
	p {
		font-size: 14px;
		line-height: 22px;
	}


}
@media (max-width: 650px) {
	.hashtag_md {
		height: 130px;
	}
	.hashtag_sm, .hashtag_mdx {
		height: 85px;
	}
	.sec_home #map {
		height: 300px;
	}
}
@media (max-width: 550px) {
	.hashtag_md {
		height: 100px;
	}
	.hashtag_sm, .hashtag_mdx {
		height: 75px;
	}
	ol li {
		font-size: 14px;
		line-height: 22px;
	}
	.two_thirds ul li {
		font-size: 14px;
		line-height: 22px;
	}
}
@media (max-width: 500px) {
	.hashtag_mdx {
		height: 60px;
	}
}
@media (max-width: 414px) {
	.hashtag_md {
		height: 80px;
	}
	.hashtag_sm, .business_hashtag {
		height: 60px;
	}
}
@media (max-width: 380px) {
	.hashtag_md {
		height: 70px;
	}
	.hashtag_sm, .hashtag_mdx .business_hashtag {
		height: 55px;
	}
}
.w100, .w95, .w90, .w85, .w80, .w75, .w70, .w65, .w60, .w55, .w50, .w48, .w47, .w46, .w45, .w40, .w35, .w33, .w30, .w25, .w20, .w15, .w10, .w5, .w0 {
	width: 100%;
}
.wGutter {
	padding-right: 0;
}
.wGutterPort:nth-of-type(odd) {
	margin-right: 4%;
}
.wGutterSquare:nth-of-type(1) {
	margin-right: 5%;
}
.wGutterSquare:nth-of-type(3) {
	margin-left: 5%;
}
.wMblHide {
	display: none;
}
.wMblShow {
	display: block;
}
@media (min-width: 650px) {
	.w100 {
		width: 100%;
	}
	.w95 {
		width: 95%;
	}
	.w90 {
		width: 90%;
	}
	.w85 {
		width: 85%;
	}
	.w80 {
		width: 80%;
	}
	.w75 {
		width: 75%;
	}
	.w70 {
		width: 70%;
	}
	.w65 {
		width: 65%;
	}
	.w64 {
		width: 64%;
	}
	.w60 {
		width: 60%;
	}
	.w55 {
		width: 55%;
	}
	.w50 {
		width: 50%;
	}
	.w48 {
		width: 48%;
	}
	.w47 {
		width: 47%;
	}
	.w46 {
		width: 46%;
	}
	.w45 {
		width: 45%;
	}
	.w40 {
		width: 40%;
	}
	.w36 {
		width: 36%;
	}
	.w35 {
		width: 35%;
	}
	.w33 {
		width: 33%;
	}
	.w30 {
		width: 30%;
	}
	.w25 {
		width: 25%;
	}
	.w20 {
		width: 20%;
	}
	.w15 {
		width: 15%;
	}
	.w10 {
		width: 10%;
	}
	.w5 {
		width: 5%;
	}
	.w0 {
		width: 0%;
	}
	.wGutter.left {
		padding-right: 2.5%;
	}
	.wGutter.right {
		padding-left: 2.5%;
	}
	.wMblHide {
		display: block;
	}
	.wMblShow {
		display: none;
	}
}
.mAuto {
	margin: 0 auto;
}
#master {
	width: 100%;
	height: auto;
	position: relative;
}
@media (max-width: 650px) {
	img.w35 {
		width: 35%;
	}
}
/* FONTS */

.h1 {
	font-size: 27px;
	line-height: 31px;
	font-weight: 300;
	font-family: "Mark", sans-serif;
}
.h2 {
	font-size: 18px;
}
.h3 {
	font-size: 16px;
	letter-spacing: .15em;
}
.h4 {
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 6px;
	border-bottom: 2px solid rgba(116, 132, 151, 0.5);
	margin-bottom: 20px;
}
.h15 {
	font-size: 15px;
	color: #203141;
}
.h18 {
	letter-spacing: 1px;
	font-size: 18px;
}
.h22 {
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
}
.h19 {
	font-size: 19px;
}
.h24 {
	font-size: 24px;
	color: #6ec4ba
}
.h30 {
	color: #6ec4ba;
	font-size: 26px;
	line-height: 32px;
}
.desc, .desc p {
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
}
.normal {
	font-weight: 400;
}
.light {
	font-weight: 300;
}
.letS1 {
	letter-spacing: 0px;
}
.letS2 {
	letter-spacing: .5px;
}
.letS3 {
	letter-spacing: 1px;
}
p strong, p b {
	font-weight: 500;
}
.top_desc p strong, .bottom_desc p strong {
	font-size: 20px;
	line-height: 29px;
	color: #203141;
	font-weight: 400;
}

.top_desc p em strong {
	font-size: 20px;
	line-height: 29px;
	color: #203141;
  color: #6ec4ba;
	font-weight: 400;
}

.top_desc ul li a {
  text-decoration: underline;
}

.top_desc_white p strong{
    font-size: 23px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
}
.top_desc p em, .bottom_desc p em,
.nav_title,
.title {
	font-size: 14px;
  line-height: 20px;
	font-family: "MarkMedium",sans-serif;
	letter-spacing: .5px;
	color: #6ec4ba;
	text-transform: uppercase;
	font-style: inherit;
}

.nav_title {
    color: #fd8870;
}

.txt_gray2.nav_title { color: #758597 }
.h15.title { color: #fd8870}
.p12, .p12 p {
	font-size: 12px;
	line-height: 17px;
}
.p14, .p14 p {
	font-size: 14px;
	line-height: 20px;
}
.p15 {
	font-size: 15px;
	line-height: 24px;
}
.p16, .p16 p {
	font-size: 16px;
	line-height: 22px;
}
.p17 {
	font-size: 17px;
	line-height: 22px;
}
.p18 {
	font-size: 18px;
	line-height: 26px;
}
.p19, .p19 p {
	font-size: 19px;
	line-height: 29px;
}
.p20 {
	font-size: 20px;
	line-height: 28px;
}
.p21, .p21 p {
	font-size: 21px;
	line-height: 33px;
}
.p23, .p23 p {
	font-size: 23px;
	line-height: 32px;
}
.p24 {
	font-size: 24px;
	line-height: 31px;
}
.p26 {
	font-size: 26px;
	line-height: 36px;
}
@media (max-width: 1150px) {
	.news_articles.land_row .p24 {
		font-size: 19px;
		line-height: 27px;
	}
}


@media (max-width: 991px) {
	.p23, .p23 p {
		font-size: 20px;
		line-height: 25px;
	}



  .rect_cta.show650 {
    display: block !important;
  }
}
@media (max-width: 768px) {
	.top_desc p strong, .bottom_desc p strong {
		font-size: 17px;
		line-height: 26px;
	}
	.h30 {
		font-size: 26px;
		line-height: 32px;
	}
	.p21 {
		font-size: 17px;
		line-height: 27px;
	}

}
@media (max-width: 550px) {
	/* 	.top_desc p strong,  */
	.bottom_desc p strong {
		font-size: 15px;
		line-height: 23px;
	}
	.h30 {
		font-size: 24px;
		line-height: 28px;
	}
	.p26 {
		font-size: 20px;
		line-height: 29px;
	}
	.p24 {
		font-size: 19px;
		line-height: 29px;
	}
	.p23, .p23 p {
		font-size: 18px;
		line-height: 28px;
	}
	.p19,
	.p19 p,
	.p17 {
		font-size: 15px;
		line-height: 24px;
	}
}


.sos {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: solid 2px red !important;
}
.wide {
	width: 100% !important;
}
.clearer {
	clear: both;
	height: 0;
}
.buff_page {
	min-height: 200px;
}
.txt_white, .txt_white p {
	color: #fff;
}
.txt_grey {
	color: #686868;
}
.txt_gray1 {
	color: #bfbebf;
}
.txt_green2, .txt_green3 {
	color: #6ec4ba;
}
.txt_green2 p, .txt_green3 p, .txt_green2 .p17, .txt_green3 .p17 {
	color: #203141;
}
.txt_teal2 {
	color: #9aded8;
}
.txt_red {
	color: #fd8870;
/* 	color: #E32802; */
}
.bg_white {
	background-color: #ffffff;
}
.bg_red {
	color: #fff;
/* 	color: #000; */
	background-color: #fd8870;
/* 	background-color: #FD5B3A; */
}
.bg_red2 {
	color: #fff;
	background-color: #d94e3a;
}
.bg_green {
	background-color: #ebeff0;
}
.bg_green2 {
	background-color: #E5F3F3;
}
.bg_green3 {
	background-color: #f6f8f8;
}
.bg_blue {
	background-color: #6ec4ba;
}
.bg_blue2 {
	background-color: #ebeff0;
}
.bar_left {
	border-left: 2px solid #6ec4ba;
	margin: 15px 0 0 7px;
}
.bar_left>p, .bar_left>div {
	padding-left: 20px;
}
.icon_sm {
	width: 17px;
}
.bgFadeImage {
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bgFadeImage.loaded {
	opacity: 1;
}
.bgFadeImage:after {
	content: " ";
	padding-bottom: 100%;
	display: block;
}
.bgFadeImage.bgCatMap:after {
	content: " ";
	padding-bottom: 90%;
	display: block;
}
.bgFadeImageHero{
	background-color:#203141
}
.bgFadeImageHero:after {
	padding-bottom: 49%;
}
.bgFadeImageHero.sm:after {
	padding-bottom: 28%;
}
.sm_img_height {height: 240px;}
.vert-prep {
	display: block;
	position: relative;
	height: inherit;
}
.vert {
	text-align: center;
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.valign:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.valigned2 {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.valigned {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	-webkit-font-smoothing: antialiased;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.valigned.mobile_cats {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	-webkit-font-smoothing: antialiased;
	left: 48%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.valignbox {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.vprep {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
.valign2 {
	display: block;
	text-align: center;
	vertical-align: middle;
}
.horz {
	position: relative;
	-webkit-font-smoothing: antialiased;
	left: 50%;
	/* IE 9 */
	/* Chrome, Safari, Opera */
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.submit_button {
	 -webkit-appearance: none;
	cursor: pointer;
}
.img_100 {
	width: 100%;
}
.img_100 img {
	width: 100%;
}

.img_70 {
	width: 70%;
}
.img_70 img {
	width: 70%;
}
.img_sm img {
	width: 265px;
	height: 175px;
}
.bg_center {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.mT_10 {
	margin-top: 10px;
}
.mT_20 {
	margin-top: 20px;
}
.mT_30 {
	margin-top: 30px;
}
.mT_40 {
	margin-top: 40px;
}
.mT_50 {
	margin-top: 50px;
}
.mT_60 {
	margin-top: 60px;
}
.mT_70 {
	margin-top: 70px;
}
.mT_90 {
	margin-top: 90px;
}
.mT_100 {
	margin-top: 100px;
}
.mT_140 {
	margin-top: 140px;
}
.mB_10 {
	margin-bottom: 10px;
}
.mB_20 {
	margin-bottom: 20px;
}
.mB_30 {
	margin-bottom: 30px;
}
.mB_40 {
	margin-bottom: 40px;
}
.mB_50 {
	margin-bottom: 50px;
}
.mB_60 {
	margin-bottom: 60px;
}
.mB_70 {
	margin-bottom: 70px;
}
.mB_110 {
	margin-bottom: 120px;
}
.mB_120 {
	margin-bottom: 120px;
}
.mR_5 {
	margin-right: 5px;
}
.mR_10 {
	margin-right: 10px;
}
.mR_20 {
	margin-right: 20px;
}
.mR_70 {
	margin-right: 70px;
}
.mR_110 {
	margin-right: 110px;
}
.mL_5 {
	margin-left: 5px;
}
.mL_10 {
	margin-left: 10px;
}
.mL_20 {
	margin-left: 20px;
}
.mL_70 {
	margin-left: 70px;
}
.mL_110 {
	margin-left: 110px;
}
.pT_5 {
	padding-top: 5px;
}
.pT_10 {
	padding-top: 10px;
}
.pT_20 {
	padding-top: 20px;
}
.pT_30 {
	padding-top: 30px;
}
.pT_40 {
	padding-top: 40px;
}
.pT_45 {
	padding-top: 45px;
}
.pT_50 {
	padding-top: 50px;
}
.pT_60 {
	padding-top: 60px;
}
.pT_70 {
	padding-top: 70px;
}
.pT_80 {
	padding-top: 80px;
}
.pT_90 {
	padding-top: 90px;
}
.pT_100 {
	padding-top: 100px;
}
.pB_5 {
	padding-bottom: 5px;
}
.pB_10 {
	padding-bottom: 10px;
}
.pB_20 {
	padding-bottom: 20px;
}
.pB_30 {
	padding-bottom: 30px;
}
.pB_40 {
	padding-bottom: 40px;
}
.pB_45 {
	padding-bottom: 45px;
}
.pB_50 {
	padding-bottom: 50px;
}
.pB_60 {
	padding-bottom: 60px;
}
.pB_70 {
	padding-bottom: 70px;
}
.pB_80 {
	padding-bottom: 80px;
}
.pB_90 {
	padding-bottom: 90px;
}
.pB_100 {
	padding-bottom: 100px;
}
.pB_110 {
	padding-bottom: 110px;
}
.pR_10 {
	padding-right: 10px;
}
.pR_15 {
	padding-right: 15px;
}
.pR_20 {
	padding-right: 20px;
}
.pR_25 {
	padding-right: 25px;
}
.pR_40 {
	padding-right: 40px;
}
.pL_20 {
	padding-right: 20px;
}
.pL_5 {
	padding-left: 5px;
}
.pR_5 {
	padding-right: 10px;
}
.pL_10 {
	padding-left: 10px;
}
.pL_15 {
	padding-left: 15px;
}
.pL_20 {
	padding-left: 20px;
}
.pL_40 {
	padding-left: 40px;
}
.pR_45 {
	padding-right: 45px;
}
.pL_45 {
	padding-left: 45px;
}
.pL_245 {
	padding-left: 245px;
}
.mR_75 {
	margin-right: 75px;
}
.def_padding {
	padding: 70px 110px 110px 70px;
}

.def_padding_top {
	padding: 0px 110px 110px 70px;
}
.sidebar_container, .directory_sidebar {
	padding: 70px 50px 70px 100px;
	margin: 0 auto;
	width: 100%;
}
.promo_txt {
	padding: 30px 50px 80px 100px;
}
/* SEARCH  */

.search_bar {
	width: 100%;
	padding: 26px 100px;
	display: table;
}
.search_bar input {
	width: 90%;
	color: #fff;
	background-color: #fd8870;
	padding-left: 0;
	font-size: 18px;
	border: 0;
}
.search_bar input::-webkit-input-placeholder, .search_input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: white;
}
.search_bar input::-moz-placeholder, .search_input::-moz-placeholder {
	/* Firefox 19+ */
	color: white;
}
.search_bar input::-ms-input-placeholder, .search_input::-ms-input-placeholder {
	/* IE 10+ */
	color: white;
}
.search_bar input::-moz-placeholder, .search_input::-moz-placeholder {
	/* Firefox 18- */
	color: white;
}
.search_bar .icon_search {
	position: absolute;
	right: 0;
	top: 20px;
	color: #fff;
}
.search_bar .icon_search.search_events, .search_bar .icon_search.search_page {
	position: relative;
	float: right;
	top: 5px;
	color: #fff;
}
.search_input {
	float: right;
	background-color: transparent;
	font-size: 14px;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 0;
	letter-spacing: 1px;
	border: 0;
	border-bottom: 2px solid #a4e2db;
	height: 23px;
}
.events_side {
	padding: 0 50px 70px 100px;
	margin: 0 auto;
	width: 100%;
}

.business-module-2 {
  margin-top: 1.2rem;
  display: grid;
	grid-template-rows: auto;
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	    grid-template-columns: repeat(2, 1fr);
}
.business-module-3 {
  margin-top: 1.2rem;
  display: grid;
	grid-template-rows: auto;
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);

}
.business-module {
  margin-top: 1.2rem;
  display: grid;
	grid-template-rows: auto;
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	    grid-template-columns: repeat(3, 1fr);
}

.business-module-2 .maxMax {
/*       max-width: 25rem; */
}
.icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


@media (max-width: 1150px) {
	.sidebar_container, .events_side, .directory_sidebar {
		padding: 70px 50px 70px 70px;
	}
	.promo_txt {
		padding: 30px 50px 80px 70px;
	}
	.search_bar {
		padding: 26px 70px;
	}
}
@media (max-width: 991px) {
	.promo .img.img_100 img {
		margin: 0 auto;
		width: auto;
		padding: 0 70px;
	}

  .directory_sidebar {
    padding: 50px 50px 50px 70px;

  }
}

@media (max-width: 770px) {
  .business-module, .business-module-2, .business-module-3 {
    grid-template-columns: 1fr;
  }

  .business-module:nth-child(even) .txt-container {
    grid-row: unset;

  }

}
@media (max-width: 550px) {
	.def_padding {
		padding: 50px 90px 90px 50px
	}
	.sidebar_container,  .events_side, .directory_sidebar {
		padding: 50px 50px 70px 50px;
	}
	.promo_txt {
		padding: 30px 50px 80px 50px;
	}
	.search_bar {
		padding: 26px 50px;
	}
	.promo .img.img_100 img {
		padding: 0;
		width: 100%;
	}
	.mT_20 {
		margin-top: 5px;
	}
}
@media (max-width: 450px) {
	.sidebar_container, .directory_sidebar {
		padding: 50px;
	}
	.promo_txt {
		padding: 30px 50px;
	}
}
.text_block {
	padding-top: 60px;
	padding-bottom: 60px;
	min-height: 360px;
	height: auto;
}
.uGreen {
	margin-top: 40px;
	background-color: #ebeff0;
	margin-bottom: 40px;
	height: 2px;
}
.parking .uDarkGreen:not(:last-child) {
	margin-top: 40px;
	background-color: #6ec4ba;
	margin-bottom: 40px;
	height: 2px;
}
/*
	----Col 50-----
*/

.col50 {
	width: 50%;
	float: left;
	text-align: center;
}
.col50.txt_L {
	text-align: left;
}
.col50.pad {
	/* 	padding:20px; */
}
.col50.pad:nth-child(odd) {
	padding-right: 40px;
}
.col50.pad:nth-child(even) {
	padding-left: 40px;
}
.col50.pad2 {
	padding: 30px;
}
.col50.pad2:nth-child(1) {
	padding-right: 30px;
}
.col50.pad2:nth-child(2) {
	padding-left: 30px;
}
.col40 {
	width: 40%;
	float: left;
	text-align: left;
}
.col60 {
	width: 60%;
	float: left;
	text-align: left;
}
.col40.pad {
	padding-right: 20px;
}
.col60.pad {
	padding-left: 20px;
}
.reverseRight {
	float: right;
}
.reverseLeft {
	float: left;
}
/*
Page Center Blocks
*/

.page_center {
	font-weight: normal;
	height: auto;
	width: 90%;
	max-width: 1300px;
	position: relative;
	margin: 0 auto;
	/* 	text-align: center; */
}
.page_center_sm {
	font-weight: normal;
	height: auto;
	width: 75%;
	max-width: 1300px;
	position: relative;
	margin: 0 auto;
	/* 	text-align: center; */
}
.page_center.inherit {
	height: inherit;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none !important;
}
textarea {
	border: none;
	resize: none;
}
.align-left {
  text-align: left;
}

.do-biz-desc ul {
  padding-left: 15px;
  list-style: circle;
}

.icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
 -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}

.icons-container .child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 21%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 21%;
          flex: 1 0 21%; /* explanation below */
margin: 75px 5px;
 height: 100px;
}

.icons-container .h18 {
  max-width: 13rem;
    /* text-align: center; */
    margin: auto;
}

.icons-container .child a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
     -moz-box-orient:vertical;
     -moz-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  text-align: center;

}

.icons-container img {
  max-width: 120px;
  margin: auto;

}
/*
Slides
*/

.slides {
	overflow: hidden;
}
.swiper-wrapper {
	width: inherit;
	/* 	position: absolute !important; */
}


#home_header .slide {
/* 	height: 100vh; */
	width: auto;
}
.dots {
	list-style: none;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
/*
	Form Styles
*/

input,
textarea,
.form input,
.form textarea {
	font-size: 15px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	border: none;
	padding: 15px;
	letter-spacing: 1px;
	color: #758597;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 30px;
	background-color: #fff;
	font-family: "Mark", sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input::-o-placeholder,
textarea::-o-placeholder,
input::-ms-input-placeholder,
textarea::-ms-placeholder {
	color: #758597;
	font-size: 16px;
}
.big {
	padding: 18px;
	padding-left: 20px;
	font-weight: 500;
	font-size: 12px;
	/*     text-transform: uppercase; */
	background-color: #fefcf5;
	/* 	z-index: 2002; */
	position: relative;
}
.form select {
	padding: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-background-size: 14px 14px;
	-webkit-border-bottom-left-radius: 0;
	   -moz-border-radius-bottomleft: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	   -moz-border-radius-bottomright: 0;
	        border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	   -moz-border-radius-topleft: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	   -moz-border-radius-topright: 0;
	        border-top-right-radius: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	float: left;
	background-color: #fff;
	border: none;
	color: #758597;
	font-size: 16px;
	box-sizing: border-box;
}
.select {
	position: relative;
	height: inherit;
}
.select .arrow {
	/*     pointer-events: none; */
	font-size: 11px;
	color: #758597;
	position: absolute;
	right: 14px;
	top: 20px;
}
.form .validateError {
	border-bottom: solid 2px #246e63 !important;
}
/* wrap half fields in split */

.form .splitter input, .form .splitter textarea {
	width: -webkit-calc(50% - 5px);
	width: -moz-calc(50% - 5px);
	width: calc(50% - 5px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form .splitter:nth-child(1) {
	margin-right: 5px;
}
.form .splitter:nth-child(2) {
	margin-left: 5px;
}
#footer .form input, #footer .form textarea, #footer .form select, .newsletter .form textarea, .newsletter .form select {
	float: left;
	width: 75%;
	margin-bottom: 10px;
}
.form.business_registry_form input, .form.event_submission_form input {
	float: none;
	width: 50%;
	margin-bottom: 10px;
}
.form.business_registry_form textarea, .form.event_submission_form textarea {
	float: none;
	width: 50%;
	margin-bottom: 10px;
}
.form input:not([type='checkbox']) {
	width: 100%;
}
.validate-error {
	border: solid 2px #ed5b24;
}
.form .obutt {
	float: right;
}
.fcheck {
	cursor: pointer;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: sub;
	background-color: white;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.activeCheck {
	background-color: #203141;
}
.form.business_registry_form label, .form.event_submission_form label {
	font-size: 19px;
	color: #203141;
	font-weight: 400;
}
.fileUpload {
	position: relative;
	overflow: hidden;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
}
#uploadFile {
	width: 325px;
	float: left;
	padding: 15px;
}
img.white_arrow {
	width: 26px;
}
.filtersubmit,
.filtersubmit2 {
	color: #758597;
	cursor: pointer;
	width: 0;
	position: relative;
	right: -40%;
	bottom: 65px;
	-webkit-transition: all 120ms ease-in-out;
	-o-transition: all 120ms ease-in-out;
	-moz-transition: all 120ms ease-in-out;
	transition: all 120ms ease-in-out;
}
.filtersubmit2 {
	right: -80%;
}
.filtersubmit:hover, .filtersubmit:focus ,
.filtersubmit2:hover, .filtersubmit2:focus {
	color: #203141;
}
.max_8 {
	width: 80%;
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}
.max_7 {
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
}
.left_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: inherit;
}
.right_bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: inherit;
}
.form.event_submission_form label {
	font-size: 15px;
}
.form.event_submission_form .wf100 {
	width: 200px;
}
.form.event_submission_form .wf100 input {
	width: 90%;
}




@media(max-width: 991px) {
	.form.business_registry_form input, .form.event_submission_form input, .form.event_submission_form textarea, .form.business_registry_form textarea {
		width: 100%;
	}
	.form.business_registry_form label, .form.event_submission_form label {
		font-size: 15px;
	}
}
@media(max-width: 768px) {
	#uploadFile {
		width: -webkit-calc(100% - 46px);
		width: -moz-calc(100% - 46px);
		width: calc(100% - 46px);
	}
}
@media(max-width: 650px) {
	.form.search {
		width: 80%;
		margin: 40px auto 0;
	}
	.form.event_submission_form .wf100 {
		width: 150px;
	}
}
/*
Burger
*/
.cat button.icon {
  background: none;
  border: none;
  outline: red;
}

.cat button.icon:focus {
  outline: red;

}


#burger {
	display: none;
	position: absolute;
	top: 50px;
	right: 30px;
	z-index: 13;
	cursor: pointer;
  background: none;
  border: none;
  outline: red !important;
}
body.sec_home #burger {
	position: fixed;
}
body.sec_home #burger span, body.sec_home #burger span:before, body.sec_home #burger span:after {
	background: #fff;
}
.burger {
	cursor: pointer;
	padding: 10px 35px 16px 0;
}
.burger span, .burger span:before, .burger span:after {
	cursor: pointer;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	        border-radius: 1px;
	height: 2px;
	width: 40px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
}
.burger span:before {
	top: -14px;
}
.burger span:after {
	bottom: -14px;
}
.burger span, .burger span:before, .burger span:after {
	-webkit-transition: all 120ms ease-in-out;
	-o-transition: all 120ms ease-in-out;
	-moz-transition: all 120ms ease-in-out;
	transition: all 120ms ease-in-out;
}
.burger.active {
	margin-right: 10px;
}
.burger.active span {
	background-color: transparent !important;
}
.burger.active span:before, .burger.active span:after {
	top: 0;
	background: #fff;
}
.burger.active span:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.burger.active span:after {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
/*
Nav and Logos
*/

#mobile_nav {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	background-color: #203141;
	pointer-events: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	padding-top: 100px;
}
#mobile_nav.active {
	overflow-y: scroll;
	opacity: 1;
	pointer-events: all !important;
}
#mobile_nav ul {
	font-size: 23px;
	text-align: center;
}
#mobile_nav li {
	color: #fff;
	margin-bottom: 15px;
}
#mobile_nav .logo_hold {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#mobile_nav .cnt {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#mobile_nav .logo {
	background-color: #2babb8;
}
.mobile_kids li {
	font-size: 16px;
}
.mobile_kids {
	margin-bottom: 40px;
}
#nav {
	height: auto;
	width: 100%;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
	z-index: 4;
	-webkit-transition: all 200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}
#nav .holder {
	width: 90%;
	max-width: 1300px;
	min-height: 140px;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
#nav.active {
	background-color: #6ec4ba;
}
#nav.active .holder {
	min-height: 465px;
	/* 	height: 100%; */
}
.logo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 198px;
	z-index: 3;
	margin-top: 20px;
}
.logo img {
	width: 100%;
}
.new_logo {
	width: 240px;
}
#nav .links {
	text-align: right;
	right: 0px;
	top: 20px;
	position: absolute;
}
#nav .links .tiny {
	height: 50px;
	padding-top: 20px;
}
#nav .links .tiny div {
	color: #fff;
	display: inline-block;
}
#nav .links .tiny a {
	display: block;
	float: right;
	font-size: 14px;
	color: #fff;
	margin-left: 20px;
	letter-spacing: 1px;
}
#nav .links .tiny a.ss-search {
	-webkit-transform: scaleX(-1);
	   -moz-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	     -o-transform: scaleX(-1);
	        transform: scaleX(-1);
	-webkit-filter: FlipH;
	        filter: FlipH;
	-ms-filter: "FlipH";
}
#nav .links .tiny a:hover, #nav.active .links .tiny a:hover {
	color: #203141;
}
.weather {
	margin-top: -2px;
}
.weather > * {
	float: left;
	display: block;
	font-size: 20px;
}
.weather i {
	font-family: 'weathericons';
	font-style: normal;
	font-weight: normal;
}
ul.nav {
	margin-top: 20px;
	height: auto;
	width: 100%;
}
ul.nav li.cat {
	float: right;
	margin-left: 36px;
	cursor: pointer;
	width: auto;
	margin-right: -8px;
}
ul.nav div {
	color: #fff;
	letter-spacing: 1px;
	font-size: 22px;
	width: 100%;
	text-align: left;
	display: inline-block;
	padding-bottom: 3px;
	position: relative;
	font-weight: 400;
}
ul.nav div .bord {
	width: 50%;
	height: 2px;
	margin-top: 8px;
	background-color: #a4e2db;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
ul.nav .cat:hover {
	color: #fff;
}
ul.nav .cat:hover div .bord {
	opacity: 1;
	width: 100%;
}
a.navlink {
	color: #fff;
}
.nav .navlink {
	font-size: 20px;
}
ul, li {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.nav li.cat li, .kids li a{
	cursor: pointer;
	font-size: 15px !important;
	border-bottom: 0;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
ul.nav li.cat li:hover, .kids li a:hover {
	color: #203141;
}
ul.nav li.cat ul {
	margin-top: 10px;
}
ul.nav li ul {
	text-align: left;
	height: 0;
	opacity: 0;
	color: #fff;
}




#nav.active ul.nav li ul {
	opacity: 1;
	height: auto;
}
#nav.active li.cat .kids {
	pointer-events: all;
}
#nav .seclinks a {
	font-size: 22px;
	color: #fff;
	margin-left: 20px;
	padding-bottom: 6px;
}
#nav .seclinks a:hover {
	border-bottom: 2px solid grey;
}

/* FOOTER */

#footer {
	height: 20vh;
	min-height: 240px;
	height: auto;
	padding-top: 60px;
	background-color: #203141;
	position: relative;
	color: #fff;
	margin-bottom: -1px;
}
#footer .page_center {
	height: inherit;
}
#footer a {
	color: #fff;
}
#footer .col {
	display: block;
	float: left;
	text-align: left;
}
#footer .col1 {
	vertical-align: top;
	width: -webkit-calc(50% - 130px);
	width: -moz-calc(50% - 130px);
	width: calc(50% - 130px);
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
#footer .col1 a {
	font-size: 15px;
	margin-bottom: 10px;
	display: block;
}
#footer .col1 a:hover {
	color: #758597;
}
#footer .col2 {
	width: 180px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	border-left: 2px #758597 solid;
	border-right: 2px #758597 solid;
}
#footer .col2 a {
	color: #758597;
	width: 50%;
	float: left;
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 1px;
	/*     text-transform: uppercase; */
	margin-bottom: 20px;
}
#footer .col2 a:hover {
	color: #fff;
}
#footer .col2b {
	display: none;
}
#footer .col3 {
	padding-left: 30px;
	width: -webkit-calc(50% - 100px);
	width: -moz-calc(50% - 100px);
	width: calc(50% - 100px);
	padding-top: 5px;
	font-size: 16px;
	letter-spacing: 1px;
}
#footer .newsletter {
	padding-top: 20px;
	position: relative;
	height: 40px;
}
#footer .newsletter input {
	width: -webkit-calc(100% - 140px);
	width: -moz-calc(100% - 140px);
	width: calc(100% - 140px);
	height: 58px;
}
.form input.submit_button: {
	position: absolute;
	right: 0;
	color: #fff;
	width: 141px;
	padding: 18px;
	height: 58px;
	margin-top: 0;
	font-size: 15px;
	text-align: center;
	background-color: #6ec4ba;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.form input.submit_button:hover,
.form input.submit_button:active,
.form input.submit_button:focus {
	background-color: #fd8870;
	color: #ffffff;
}
#footer .social_links {
	display: none;
	width: 100%;
	padding-top: 20px;
	text-align: right;
}
#footer .col3 .social_links a {
	width: 30px;
	display: inline-block;
	color: #758597
}
.site_by {
	color: #758597;
}
a .site_by:hover {
	color: #758597333;
}
/* --------------------- */

@media (max-width: 1060px) {
	#footer {
		height: auto;
		padding-bottom: 50px;
	}
	#footer .social_links {
		display: block;
	}
	#footer .col1, #footer .col3 {
		width: 50%;
	}
	#footer .col2 {
		display: none;
	}
}

@media (max-width: 768px) {
	.logo img {
		width: 80%;
	}
}

@media (max-width: 550px) {
	.burger.active {
		margin-right: 0;
	}
	.logo img {
		width: 70%;
	}
	.logo {
		margin-left: -20px;
	}
}
.scratch {
	min-height: 60px;
	background-color: #999;
}
/* HOME PAGE */

#home_header {
	height: auto;
	width: 100%;
}
#home_header .container {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
#home_header img.hero_img {
	width: 100%;
}
#home_header:after {
	/*
	content:"";
	display: block;
	padding-bottom: 56%
*/
}
#home_header:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
		background-color: black;
}
.hero .txt_cont {
	padding: 0;
}
.slides {
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.slide {
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center center;
}
#home_header .slide {
margin-bottom: -5px;
}
.rect_cta {
	min-height: 240px;
	width: 100%;
	bottom: 0;
	position: absolute;
	background-color: #6ec4ba;
	opacity: .9;
	z-index: 10;
	margin-top: -5px
}
.rect_cta_small {
	min-height: 250px;
	width: 100%;
	bottom: 0;
	position: absolute;
	background-color: #6ec4ba;
	opacity: .9;
	z-index: 10;
	margin-top: -5px
}


@media(max-width: 991px) {
	.swiper-pagination.swiper-home {
		display: none;
	}
}
.rect_cta .valigner {
	width: 80%;
	margin: 0 auto;
}
.news_cta.container {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.news_cta .txt_cont_r {
	position: absolute;
	height: 100%;
	right: 100px;
	top: 0;
	bottom: 0;
	display: table;
}
.news_cta .txt {
	display: table-cell;
	vertical-align: middle;
}
.background {
	width: 100%;
	bottom: 0;
	position: absolute;
	background-color: #6ec4ba;
	opacity: .9;
}
.dots li {
	width: 14px;
	height: 14px;
	background-color: transparent;
	border: solid 2px white;
	border-color: rgba(255, 255, 255, .7);
	-webkit-border-radius: 7px;
	   -moz-border-radius: 7px;
	        border-radius: 7px;
	float: left;
	margin-bottom: 12px;
	margin-left: 0;
	margin-right: 0;
	cursor: pointer;
}
.dots {
	width: 27px;
}
.dots li.active {
	background-color: white;
}
.dots.hugright {
	position: absolute;
	right: 20px;
	top: 50%;
}
.image_pad_center {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
.image_pad_center a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.image_pad_center a div:hover {
	color: #758597
}
.grid_insta:nth-of-type(odd) {
	display: inline-block;
	text-decoration: none;
	margin-right: 0;
	margin-left: 0;
	width: -webkit-calc(30% - 60px);
	width: -moz-calc(30% - 60px);
	width: calc(30% - 60px);
}
.grid_insta:nth-of-type(even) {
	display: inline-block;
	text-decoration: none;
	margin-right: 60px;
	margin-left: 60px;
	width: -webkit-calc(30% - 60px);
	width: -moz-calc(30% - 60px);
	width: calc(30% - 60px);
}
.grid_sm {
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	width: 33.33%;
}
.smcentric .hashtag_sm {
	height: 100px;
}

@media(max-width: 991px) {
	.sm_img_height {
		height: 160px;
	}
}
@media(max-width: 768px) {
	.smcentric .hashtag_sm {
		height: 75px;
	}
	.grid_insta:nth-of-type(odd), .grid_insta:nth-of-type(even) {
		width: 60%;
		margin: 0 auto 20px auto;
	}
	.grid_sm.txt_C.tc {
		display: block;
		width: 60%;
		margin: 0 auto;
		padding: 0 0 40px 0;
	}
	.sm_img_height {
		height: 240px;
	}
}
@media(max-width: 650px) {
	.grid_sm .w70 {
		width: 70%;
	}
	.grid_sm .w80 {
		width: 80%;
	}
}
@media(max-width: 550px) {
	.smcentric .hashtag_sm {
		height: 50px;
	}
	.grid_insta:nth-of-type(odd), .grid_insta:nth-of-type(even) {
		width: 90%;
		margin: 0 auto 20px auto;
	}
	.grid_sm.txt_C.tc {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 0 0 40px 0;
	}
}
@media(max-width: 414px) {
	.smcentric .hashtag_sm {
		height: 40px;
	}
}
#hit {
	color: #6ec4ba;
	font-weight: 400;
}

.act.has-kids a {
  color: #203141;
}

.hit {
	color: #6ec4ba;
	font-weight: 400;
}


.act .grandkids{
  display: block;
}



.non-active .grandkids {
  display: none;
}
ul.accord li#hit ul li#hit .show a {
  color: #203141;
}

ul.accord li#hit ul li#hit .show .grand-hit a {
  color: #6ec4ba !important;
}

ul.accord li#hit ul li#hit .show a {
  position: relative;
left: 1rem;

}




/*
.ta .tc ul.accord {
	width: 80%;
}
*/

ul.accord li a {
	color: #203141;
}
ul.accord li#hit ul li#hit a {
	color: #6ec4ba
}
ul.accord label.active a {
	color: #758597;
}

.directory_sidebar ul.accord {
	width: 100%;
}
ul.accord li {
	cursor: pointer;
	/*     color: #77a6a5; */
	color: #203141;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid rgba(116, 132, 151, 0.5);
	font-weight: 200;
}
ul.accord label, ul.accord li.cat {
	cursor: pointer;
	font-size: 19px;
	line-height: 28px;
	width: 100%;
	display: inline-block;
	/* 	padding-bottom: 4px; */
}
ul.accord label:hover, ul.accord li.cat:hover {
	color: #203141;
	font-weight: 400;
}

ul.accord li.cat li {
	font-size: 16px;
	border-bottom: 0;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
ul.accord li.cat li:hover {
	color: #203141;
	font-weight: 400;
}

ul.accord li.cat ul {
	margin-top: 10px;
}
ul.accord li ul {
	display: none;
}
/* --------------------- */

@media (max-width: 1200px) {
	.news_cta .txt_cont_r {
		right: 150px;
	}
}
@media (max-width: 1100px) {
	ul.nav div {
		font-size: 20px;
	}
}
@media (max-width: 1000px) {
	.instagram .images .img {
		margin: 10px;
	}
	ul.nav div {
		font-size: 18px;
	}
}
@media (max-width: 900px) {
	.news_cta .txt_cont_r {
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.txt_cont_r.w30 {
		width: 75%;
	}
}

@media (max-width: 750px) {
	.instagram .images .img {
		margin: 0 auto;
		width: 100%;
	}
}
@media (max-width: 650px) {
	.rect_cta {
		opacity: 1;
	}
}

.side_search input {
	width: 90%;
	background-color: white;
	color: #758597;
}
.side_search::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #758597;
}
.side_search::-moz-placeholder {
	/* Firefox 19+ */
	color: #758597;
}
.side_search::-ms-input-placeholder {
	/* IE 10+ */
	color: #758597;
}
.side_search::-moz-placeholder {
	/* Firefox 18- */
	color: #758597;
}
#img_header {
	width: 100%;
	background-color: #ba666e;
}
#img_header:after {
	padding-bottom: 34%;
	display: block;
	content: "";
}
.img_100 img {
	width: 100%;
}
.bottom_help {
	position: relative;
	z-index: 1;
}
.full_bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
}
.bg_split {
	position: absolute;
	width: 100vw;
	height: 100%;
	min-height: 100%;
	left: 0;
	z-index: 0;
	background-color: #fff;
}
.left_block {
	display: block;
	float: left;
	width: 32%;
	/* 	background-color: #ebeff0; */
}
.right_block {
	position: relative;
	/* 	z-index: 90; */
	min-height: 600px;
	display: block;
	float: left;
	width: 68%;
	background-color: #fff;
	padding-bottom: 40px;
}
.right_block .holder {
	position: relative;
	/* 	z-index: 1; */
}
.page_pad {
	padding-top: 60px;
	padding-left: 60px;
}
@media (max-width: 740px) {
	.left_block {
		width: 100%;
	}
	.right_block {
		width: 100%;
	}
	.callout {
		display: none;
	}
	.pc_moff {
		width: 100%;
	}
	.page_center_mobile {
		width: 90%;
		margin: 0 auto;
	}
}
.map_container {
	width: 100%;
	margin: 0 auto;
}
#map_container {
	position: relative;
}

#map iframe {
	pointer-events: none;
}
.sec_business-directory #map {
	height: 50vh;
	min-height: 200px;
	max-height: 600px;
}
.list_items .item {
	color: #6ec4ba;
	display: none;
	padding-bottom: 50px;
	border-bottom: 2px solid rgba(116, 132, 151, 0.5);
	margin-bottom: 40px;
	height: auto;
}

.item .h1 {
	color: #6ec4ba;
}

.item {
	word-wrap: break-word;
}
.vid-txt p {
  display: inline;
}

.business-directory.list_items .item {
	display: block;
}
.business-directory.list_items div:last-of-type .item {
	border: none;
}
.info_item, .info { font-family: "Mark", sans-serif}

.list_items .item .info_item {
	font-size: 18px;
	line-height: 23px;
	color: #6ec4ba;
}
.list_items .item a .info_item:hover, .list_items .item a .info_item:focus {
	color: #fd8870;
}
.list_items .item .img {
	margin-right: 20px;
}
.list_items .item .info {
	font-weight: 300;
	font-size: 22px;
	line-height: 29px;
	padding-left: 40px;
	margin: 5px auto;
	color: #203141;
	font-size: 17px;
	line-height: 24px;
}
.item_number {
	color: #6ec4ba;
	font-size: 26px;
	line-height: 29px;
	position: relative;
	margin-left: 20px;
}
.item_number img {
	position: absolute;
	width: 50px;
	margin-top: -20px;
}
.item_number .number {
	position: absolute;
	width: 50px;
	text-align: center;
	margin-top: -5px;
}
.placeholder_box {
	background-color: #6ec4ba;
	width: 180px;
	height: 121px;
}
@media (max-width: 768px) {
	.list_items .item .img {
		margin-bottom: 20px;
		display: block;
		width: 100%;
	}
	.list_items .item .info {
		margin-bottom: 20px;
		display: block;
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 650px) {
	.list_items { display: block}
	.map_section .def_padding {
		padding: 70px 70px 110px 70px
	}
}
.event_items .month .item {
	float: left;
	display: block;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.event_items .month .item:nth-of-type(1n) {
	width: -webkit-calc(33.33% - 10px);
	width: -moz-calc(33.33% - 10px);
	width: calc(33.33% - 10px);
	margin-right: 10px;
	margin-left: 0;
}
.event_items .month .item:nth-of-type(2n) {
	width: -webkit-calc(33.33% - 10px);
	width: -moz-calc(33.33% - 10px);
	width: calc(33.33% - 10px);
	margin-left: 5px;
	margin-right: 5px;
}
.event_items .month .item:nth-of-type(3n) {
	width: -webkit-calc(33.33% - 10px);
	width: -moz-calc(33.33% - 10px);
	width: calc(33.33% - 10px);
	margin-left: 10px;
	margin-right: 0;
}
.event_items .item .ball {
	display: inline-block;
	width: 200px;
	height: 200px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	max-width: 200px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.event_items .orb {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -45px;
	-webkit-border-radius: 45px;
	   -moz-border-radius: 45px;
	        border-radius: 45px;
	background-color: rgba(111, 197, 187, 0.8);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.event_items .ical {
	border-color: #fff;
	color: #fff;
	position: absolute;
	left: 12px;
	top: 12px;
}
.event_items .item p strong {
	font-weight: 300;
}
.event_items .item .ball:hover .orb {
	background-color: rgba(222, 242, 240, .8);
}
.event_month:not(:first-of-type) {
	margin-top: 50px;
}
@media (max-width: 1315px) {
	.event_items .item .ball {
		width: 180px;
		height: 180px;
	}
}
@media (max-width: 1200px) {
	.event_items .item .ball {
		width: 140px;
		height: 140px;
	}
}
@media (max-width: 991px) {
	.event_items .item .ball {
		width: 200px;
		height: 200px;
	}
}
@media (max-width: 850px) {
	.event_items .item .ball {
		width: 180px;
		height: 180px;
	}
}
@media (max-width: 768px) {
	.event_items .month .item, .event_items .month .item:nth-of-type(1n), .event_items .month .item:nth-of-type(2n), .event_items .month .item:nth-of-type(3n) {
		width: 100%;
		margin: 20px auto;
	}
}
@media (max-width: 650px) {
	.event_items .item .ball {
		width: 140px;
		height: 140px;
	}
}
.news_items .item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid rgba(116, 132, 151, 0.5);
}
.news_items .item:last-child {
	border-bottom: none;
}
.news_items .ball {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 40px;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
	        border-radius: 100px;
	background-color: #758597;
	max-width: 200px;
	position: relative;
	background-image: url('../images/testImage.jpg');
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.callout {
	margin-top: 60px;
	width: 100%;
	background-image: url('../images/testImage.jpg');
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	height: 300px;
	background-position: center center;
}


.link1,
a.link1,
a.link1.p17 {
	padding-top: 2px;
  color: #fd8870;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .5px;
  font-weight: 600;
}

.link1:hover,
a.link1:hover, a.link1.p17:hover {
	color: #f66c51;
}
.full {
	width: 100%;
	min-height: 400px;
	height: 100%;
}

@media(max-width: 991px) {
	.full {
		min-height: auto;
	}
}
.fullsmall {
	width: 100%;
	min-height: 300px;
	height: auto;
}
.split {
	float: left;
	width: 50%;
	height: inherit;
	min-height: 100px;
}
.vslides {
	overflow: hidden;
	/*
	height: 500px;
	max-height: 540px;
*/
}
.vslides .img {
	width: 40%;
}
.vslides .img img {
	width: 100%;
	vertical-align: middle;
}
.vslides .txt {
	color: #77a6a5;
	text-align: left;
	padding-left: 100px;
	width: -webkit-calc(60% - 100px);
	width: -moz-calc(60% - 100px);
	width: calc(60% - 100px);
	padding-right: 50px;
}
.vslides .txt .title {
	font-size: 28px;
	line-height: 32px;
	margin-top: 20px;
}
.vslides .txt .info {
	margin: 20px 0;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
}
.vslides .txt .info p strong {
	font-weight: 300;
}
.vslides .holder {
	height: auto;
	padding: 40px 100px 80px;
}
.vslides .dots li {
	border-color: #c1d7d5;
}
.vslides .dots li.active {
	background-color: #c1d7d5;
}
@media(max-width: 991px) {
	.vslides .h18 {
		padding: 20px;
	}
	#map .h1 {
		font-size: 19px;
		line-height: 25px;
	}
	#map .pT_20 {
		padding-top: 5px;
	}
	.full #map {
		height: 600px;
	}
}
.ical {
	color: #c0d9d5;
	width: 65px;
	height: 65px;
	-webkit-border-radius: 33px;
	   -moz-border-radius: 33px;
	        border-radius: 33px;
	border: solid 2px #c0d9d5;
	text-align: center;
	/* 	font-family: "din-condensed-web"; */
}
.ical .month {
	position: relative;
	margin-left: -20px;
	margin-top: 7px;
	font-size: 14px;
}
.ical .day {
	letter-spacing: -1px;
	margin-top: -6px;
	margin-left: 9px;
	font-size: 28px;
}
.events_hero_swiper {
	height: 645px;
	width: 100%;
}
.events_hero_swiper .container {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.events_hero_swiper .swiper-pagination {
	/*
    width: 38.75% !important;
    right: 0 !important;
    left: inherit !important;
    text-align: left !important;
*/
}
.swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
	margin-left: 5px;
}
.swiper-pagination .swiper-pagination-bullet {
	margin-right: 5px;
}
.news_hero_swiper .container.top35 {
	top: 70% !important;
}
.events_hero_swiper .container.top35 {
	top: 70% !important;
}
.events_home_swiper {
	/* 	min-height: 500px; */
	height: auto;
	width: 100%;
	padding: 20px 0;
}
.events_home_swiper .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
}
.events_side_swiper {
	height: 300px;
	width: 100%;
}
.news_hero_swiper img, .events_hero_swiper img, .events_side_swiper img {
	width: 100%;
	margin-bottom: -5px;
}
.events_hero_swiper {
	background-color: #aae2db;
}

@media (max-width:991px) {
	.swiper-container-vertical>.swiper-pagination {
		right: 25px !important;
		bottom: 10px !important;
	}
}
.swiper-pagination.swiper-orange .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #ffffff;
	border: none;
	margin-right: 10px;
}
.swiper-pagination.swiper-orange .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fd8870;
	border: none;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.swiper-pagination.swiper-teal .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	background: transparent;
	border: 2px solid #bfd6d4;
}
.swiper-pagination.swiper-teal .swiper-pagination-bullet-active {
	opacity: 1;
	background: #bfd6d4;
	border: none;
}

.swiper-container-horizontal>.swiper-pagination {
	bottom: 15px;
}
@media (max-width: 650px) {
	#home_header .swiper-pagination {
		display: none !important;
	}

}
.slides_letters {
	position: absolute;
	left: -75px;
	width: 300px;
	margin-top: 80px;
}
.slides_script {
	height: auto;
	min-height: 445px;
	max-height: 620px;
	margin: 0 auto;
	overflow: visible;
	width: 160vw;
	margin-left: -30vw !important;
	margin-bottom: 50px !important;
	margin-top: 50px !important;
}
.slides_script .txt {
	position: absolute;
	top: 200px;
	left: -45px;
	font-size: 16px;
	/*     font-weight: 600 */
	;
	letter-spacing: 1px;
}
.slides_script .desc {
	position: absolute;
	top: 255px;
	left: -70px;
	font-size: 20px;
	line-height: 23px;
	width: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
}
.slides_script .img {
	height: 445px;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center center;
	margin: 0 auto;
	/* 	background-image: url('../images/beach.png'); */
}
.slides_script .img:after {
	padding-bottom: 55%;
	content: "";
	display: block;
}
.slides_script .slide {
	opacity: .4;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.slides_script .slide.swiper-slide-active {
	opacity: 1;
}



.swiper-button-next {
	background-image: url("../images/next.png") !important;
}
.swiper-button-prev {
	background-image: url("../images/prev.png") !important;
}
.swiper-button-next, .swiper-button-prev {
	width: 52px !important;
	height: 52px !important;
	-ms-background-size: 100% !important;
	-webkit-background-size: 100% 100% !important;
	   -moz-background-size: 100% !important;
	     -o-background-size: 100% !important;
	        background-size: 100% !important;
}
#home_header .swiper-button-next, #home_header .swiper-button-prev {
    width: 24px !important;
    height: 35px !important;
    -ms-background-size: 100% !important;
    -webkit-background-size: 100% 100% !important;
       -moz-background-size: 100% !important;
         -o-background-size: 100% !important;
            background-size: 100% !important;
}
#home_header .swiper-button-prev, #home_header .swiper-container-rtl .swiper-button-next {

    left: 8%;
    right: auto;
}

#home_header  .swiper-button-next, #home_header  .swiper-container-rtl .swiper-button-prev {

    right: 8%;
    left: auto;
}

#home_header .swiper-button-next {
	background-image: url("../images/arrow-right.svg") !important;
}
#home_header .swiper-button-prev {
	background-image: url("../images/arrow-left.svg") !important;
}

@media (max-width: 600px) {
  #home_header .swiper-button-next, #home_header .swiper-button-prev {
    width: 12px !important;
      height: 30px !important;
  }

}

@media (max-width: 768px) {
  #home_header .txt_white {
    line-height: 3rem !important;
    font-size: 36px !important;
  }
}
.newsletter .title {
	font-size: 24px;
	text-transform: capitalize;
	color: #fff;
	font-weight: inherit;
	letter-spacing: 1px;
}
.newsletter .slogan {
	width: 80%;
}
.newsletter input:not([type='checkbox']) {
	height: 58px;
}
.mapTest {
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center center;
	margin: 0 auto;
	background-image: url('../images/mapTest.png');
}
.mapTest:after {
	padding-bottom: 100%;
	content: "";
	display: block;
}
.about {
	text-align: center;
}
.about .tc:nth-of-type(odd) {
	padding-right: 20px;
}
.about .tc:nth-of-type(even) {
	padding-left: 20px;
}
.about .col {
	width: 50%;
	float: left;
	text-align: left;
	margin-bottom: 40px;
}
.about .col:nth-child(odd) {
	padding-right: 40px;
}
.about .col:nth-child(even) {
	padding-left: 40px;
}
/* --------------------- */

@media (max-width: 760px) {
	.about .col {
		width: 100%;
		margin-bottom: 40px;
	}
	.about .col:nth-child(odd) {
		padding-right: 0;
	}
	.about .col:nth-child(even) {
		padding-left: 0;
	}
	.about .tc {
		display: block;
		width: 100%;
	}
	.about .tc:nth-of-type(odd) {
		padding-right: 0;
	}
	.about .tc:nth-of-type(even) {
		padding-left: 0;
	}
}
/*
Buttons
*/

.button, .button_green, .button_option, .button_upload, .button_green_sm {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	padding: 17px 25px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	border: solid 2px white;
	cursor: pointer;
	text-transform: uppercase;
}
.bg_green .button {
	color: #6ec4ba;
	border-color: #6ec4ba;
}
.button:hover {
	color: #203141;
	border-color: #203141;
}
.bg_green .button:hover {
	color: #203141;
	border-color: #203141;
}
.events_hero_swiper .button:hover {
	color: #EC9E92;
	border-color: #EC9E92;
}
.button_green {
	width: 100%;
	color: #6ec4ba;
	border: solid 2px #6ec4ba;
}
.button_green_sm {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 17px 25px;
	color: #6ec4ba;
	border: 2px solid #6ec4ba;
}

.newsletter .clear .button_white  {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
      display: inline-block;
      padding: 17px 25px;
      text-align: center;
      font-size: 13px;
      color: #fff;
      font-weight: bold;
      letter-spacing: 2px;
      border: solid 2px white;
      cursor: pointer;
      text-transform: uppercase;
      background: unset;
}
.newsletter .clear .button_white:hover {
  color: #203141;
      border-color: #203141;

}



.button_green_sm {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 17px 25px;
	color: #6ec4ba;
	border: 2px solid #6ec4ba;
}
.button_upload {
	background-color: #203141;
	border: none;
	padding: 10px;
}
.button_upload:hover {
	background-color: #fd8870;
}
.button_upload:active {
	background-color: #fd8870;
}
.transition {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.arrow {
	height: 21px;
	margin-right: 10px;
	vertical-align: middle;
}

.pdf_title {
    float: right;
}

.button_option {
	padding: 17px 25px;
	color: #6ec4ba;
	border: solid 2px #6ec4ba;
	cursor: default;
}
.button_green:hover, .button_green:active, .button_green_sm:hover, .button_green_sm:active, .button_green_sm:hover:before, .button_wrapper:hover, .button_green_sm:hover .arrow {
	color: #203141;
	border-color: #203141;
}
.button_option.no_hover:hover {
	cursor: default
}
.button_green_sm:hover #arrow .cls-1 {
	fill: #203141
}

.accept_terms {
	color: #fd8870;
}
.thank_you {
	display: none;
	background-color: #ffffff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 600px;
	padding: 40px 0;
}
.thank_you_updates {
	display: none;
	background-color: #fd8870;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px 0;
	position: absolute
}
.thank_you_newsletter {
	top: 0;
	height: 100%;
	background: #203141;
	position: absolute;
	padding-left: 30px;
	width: -webkit-calc(50% - 100px);
	width: -moz-calc(50% - 100px);
	width: calc(50% - 100px);
	padding-top: 5px;
	font-size: 16px;
	letter-spacing: .14em;
}
.thank_you_txt {
	width: 100%;
	height: 100%;
}
.land_row {
	/* display: none; */
	max-width: 1300px;
}
.land_row:last-of-type .uGreen {
	display: none;
}
.loadMore, #loadMore {
	transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
}
.newspaper {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	-o-column-gap: 50px;
	-ms-column-gap: 50px;
	column-gap: 50px;
}
@media (max-width: 1060px) {
	.thank_you_newsletter {
		top: 0;
		height: 70%;
		width: 50%;
		letter-spacing: .14em;
	}
}
@media (max-width: 780px) {
	.thank_you_newsletter {
		top: 100px;
		height: 45%;
		margin-top: 40px;
		padding-left: 0;
		width: 100%;
	}
}
@media (max-width: 600px) {
	.thank_you_newsletter {
		top: 240px;
		height: 30%;
	}
}
/* --------------------- */

@media (max-width: 1100px) {
	ul.nav label {
		font-size: 18px;
	}
	ul.nav li.cat {
		/* 		min-width: 180px; */
		margin-left: 24px;
	}
	ul.nav li.cat li {
		font-size: 14px;
		margin-bottom: 0;
	}
	#nav.active .holder {
		min-height: 420px;
	}
}
@media(max-width: 991px) {
	.vslides .txt .title {
		font-size: 24px;
		line-height: 30px;
	}
	.vslides .txt .info {
		font-size: 17px;
		line-height: 21px;
	}
	.split, .split .w90, .split ul.accord {
		width: 100%;
	}
	.vslides .holder {
		padding: 50px 20px;
	}
	.vslides .txt {
		padding: 0 60px 0 20px;
		width: 50%;
	}
	.vslides .img {
		width: 50%;
		padding: 0 20px;
	}
}
/* --------------------- */

@media (max-width: 1000px) {
	#burger {
		display: block;
	}
	#navlinks {
		display: none;
	}
	.seclinks {
		display: none;
	}
}
/* --------------------- */

@media (max-width: 760px) {
	.off_760 {
		display: none;
	}
	.split.break760 {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.newsletter .slogan {
		width: 100%;
	}
}
@media(max-width: 650px) {
	.vslides .txt .title {
		font-size: 21px;
		line-height: 27px;
	}
	.vslides .txt .info p {
		font-size: 13px;
		line-height: 17px;
	}
	.vslides .txt {
		width: 100%;
		padding: 20px;
		display: block;
	}
	.vslides .img {
		width: 75%;
		display: block;
		padding: 0 20px;
	}
}
/* ---------------------
	FOOTER
*/

@media (max-width: 780px) {
	.newspaper {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		-o-column-gap: 0;
		-ms-column-gap: 0;
		column-gap: 0;
	}
	#footer .col1 {
		width: 100%;
	}
	#footer .col2 {
		width: 100%;
	}
	#footer .col3 {
		margin-top: 40px;
		padding-left: 0;
		width: 100%;
	}
	#footer .social_links {
		text-align: center;
	}
	.site_by {
		text-align: center;
		margin-top: 20px;
	}
}
@media (max-width: 600px) {
	#footer .col1 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		-o-column-gap: 0;
		-ms-column-gap: 0;
		column-gap: 0;
	}
	#footer .col1 a {
		text-align: center;
	}
}
/* Meetings */

.pdf_icon {
	background-image: url(/images/pdf_icon.svg);
	width: 110px;
	height: 110px;
	margin: 0 auto;
}


.pdf_row {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-box-orient: horizontal;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
}
.flex_wrap {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.flex_col_50, .meeting_item {
	-webkit-flex-basis: fill;
	    -ms-flex-preferred-size: fill;
	        flex-basis: fill;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 -webkit-calc(33.33% - 40px);
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 calc(33.33% - 40px);
	        flex: 0 0 calc(33.33% - 40px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.yes_ie .flex_col_50, .yes_ie .meeting_item {
	width: -webkit-calc(50% - 40px);
	width: -moz-calc(50% - 40px);
	width: calc(50% - 40px);
}
.meeting_item {
	/*
    float: left;
    width: calc(50% - 40px);
*/
}
.roam_pdf .meeting_item, .roam_pdf .meeting_item:nth-of-type(odd) {
	width: 100%;
	margin-right: 0;
}
.meeting_item:nth-of-type(odd) {
	/* margin-right: 40px; */
}
.meeting_item:nth-of-type(even) {
	/* margin-left: 40px; */
}
.left {
	float: left;
}
.right {
	float: right;
}
@media (max-width: 800px) {
	.meeting_item {
		width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		   -moz-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.yes_ie .meeting_item {
		width: 100%;
	}
	.meeting_item:nth-of-type(odd) {
		margin-right: 0;
	}
	.meeting_item:nth-of-type(even) {
		margin-left: 0;
	}
}
@media (max-width: 650px) {
	.pdf_icon {
		width: 120px;
		height: 120px;
	}
}

.container {
	width: 100%;
}
.page.container {
	overflow: hidden;
	width: 100%;
	display: -moz-flexbox;
	display: -o-flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.hero {
	position: relative;
	overflow: hidden;
/* 	height: 435px; */
}
.roam_hero {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.hero.hero_lg {
	position: relative;
	overflow: hidden;
	/*     height: 645px; */
}
.hero .container, .roam_hero .container {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.one_third {
	width: 31%;
	float: left;
}
.two_thirds {
	width: 69%;
	float: left;
}
.col_left {
	width: -webkit-calc(43% - 20px);
	width: -moz-calc(43% - 20px);
	width: calc(43% - 20px);
	float: left;
}
.col_right {
	width: -webkit-calc(57% - 20px);
	width: -moz-calc(57% - 20px);
	width: calc(57% - 20px);
	float: left;
}
@media (max-width: 991px) {
	.page.container {
		display: block;
	}
	.one_third, .two_thirds {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.col_left, .col_right {
		width: 100%;
	}
	.col_right.mL_20 {
		margin-left: 0;
	}
}
@media(max-width: 650px) {
	.roam_hero .img_100 img {
		width: auto;
	}
}
.clip_circle {
	-webkit-clip-path: circle(100px at center);
	-moz-clip-path: circle(100px at center);
	-o-clip-path: circle(100px at center);
	-ms-clip-path: circle(100px at center);
	clip-path: circle(100px at center);
}
img.clip_circle {
	width: 200px;
	height: 200px;
}
img.clip_circle.news_circle {
	width: 375px;
	height: 200px;
	margin-left: -88px;
}
img.clip_circle.search_circle {
	width: 300px;
	height: 170px;
	margin-left: -45px;
}
.clip_circle.search_circle {
	-webkit-clip-path: circle(80px at center);
	-moz-clip-path: circle(80px at center);
	-o-clip-path: circle(80px at center);
	-ms-clip-path: circle(80px at center);
	clip-path: circle(80px at center);
}
.vert_block_child {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (max-width: 768px) {
	.land_row .left {
		float: none;
	}
	.vert_block_child {
		position: relative;
		top: 0;
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
	}
	.pL_245 {
		padding-left: 0;
	}
	img.clip_circle {
		margin-bottom: 40px;
	}
}
.hero .img img {
	width: auto;
	height: auto;
}
.hero.hero_lg .img img {
	width: auto;
	height: auto;
}
@media (min-width: 1315px) {
	.hero .img img, .hero.hero_lg .img img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 650px) {
	.hero .img img {
		width: auto;
		height: 435px;
	}
	.hero.hero_lg .img img {
		width: auto;
		height: 645px;
	}

  .homeLoadAbs .hashtag .hashtag_mdx  {
      display: none;
  }
}
@media (max-width: 550px) {
	.hero, .hero .img img {
		height: 280px;
	}
}
.labels {
	color: #6ec4ba;
	font-size: 13px;
}

.blue p, .blue {
  color: #6ec4ba;
}
.gm-bundled-control .gmnoprint {
	display: block;
}
a[href^="http://maps.google.com/maps"] {
	/* display: none !important */
}
a[href^="https://maps.google.com/maps"] {
	/* display: none !important */
}
a[href^="https://www.google.com/maps"] {
	/* display: none !important */
}
/* SEARCH */

.search_results {
	min-height: 500px;
}
ul.accord label.active, ul.accord li.cat li.active,
.nav_parent.active {
	color: #6ec4ba;
	font-weight: 400;
}
.icon.active:after {
	background: #203141

}
/* SNAPCHAT */

#snapchat1, #snapchat2 {
	font-size: 19px;
	vertical-align: top;
}
/* MAP VIEW CATEGORIES */

.white-input::-webkit-input-placeholder {
	color: #fff !important;
}
.white-input::-moz-placeholder {
	color: #fff !important;
}
.white-input::-ms-input-placeholder {
	color: #fff !important;
}
.review {
	font-size: 19px;
	color: #fd8870;
	font-weight: 400;
}
/* CATEGORY STATIC MAP */

.hots {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: red;
	opacity: .3;
	opacity: 0;
}
.hot1 {
	width: 17%;
	height: 23%;
	background-color: blue;
	position: absolute;
	top: 8%;
	left: 15%;
}
.hot2 {
	width: 17%;
	height: 23%;
	background-color: blue;
	position: absolute;
	top: 7%;
	left: 38%;
}
.hot3 {
	width: 17%;
	height: 23%;
	background-color: blue;
	position: absolute;
	top: 17%;
	left: 58%;
}
.hot4 {
	width: 17%;
	height: 23%;
	background-color: blue;
	position: absolute;
	top: 6%;
	left: 77%;
}
.hot5 {
	width: 17%;
	height: 23%;
	background-color: blue;
	position: absolute;
	top: 34%;
	left: 31%;
}
.hot6 {
	width: 17%;
	height: 23%;
	background-color: blue;
	position: absolute;
	top: 43%;
	left: 52%;
}
.hot7 {
	width: 19%;
	height: 23%;
	background-color: blue;
	position: absolute;
	top: 37%;
	left: 76%;
}
.hot8 {
	width: 19%;
	height: 23%;
	background-color: blue;
	position: absolute;
	top: 66%;
	left: 71%;
}
@media(max-width: 991px) {
	.ta.main_map {
		display: block;
	}
	.main_map .tc.catMap {
		position: relative;
	}
	.hots {
		width: 100%;
	}
}
.icon {
	position: relative;
	width: 45px;
	height: 45px;
	float: right;
	margin-top: -10px;
}
.icon:hover {
	cursor: pointer;
}
.icon.active:after {
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}

ul.accord li ul.active { display: block}

.icon:before, .icon:after {
	content: '';
	position: absolute;
	background: rgba(116, 132, 151, 0.5);
	-webkit-transition: 150ms all ease-out;
	-o-transition: 150ms all ease-out;
	-moz-transition: 150ms all ease-out;
	transition: 150ms all ease-out;
}
/* ul.accord label:before, */
.icon:before {
	top: 23px;
	left: 14px;
	right: 11px;
	height: 2px;
}

/* ul.accord label:after, */
.icon:after {
	top: 14px;
	left: 23px;
	bottom: 11px;
	width: 2px;
}
.category_kid {
	display: none;
}
.category_kid.active {
	display: block;
}
.underline_teal {
	width: 100%;
	height: 2px;
	background-color: rgba(116, 132, 151, 0.5);
	margin: 14px 0 18px;
}
.icon:hover:before,
.icon:hover:after {
	background: #203141;
}
.category_title.active .h1 {
	font-weight: 400;
}
.underline_teal.active {
	background: transparent;
	margin: 8px 0;
}
.category_title:hover .h1 {
	font-weight: 400;
}
.category_kid:last-of-type {
	padding-bottom: 14px;
	border-bottom:  2px solid rgba(116, 132, 151, 0.5);
	margin-bottom: 18px;
}
@media(max-width: 650px) {
	.category_title .h1 {
		font-size: 19px;
	}
	.category_kid div, .category_kid div p {
		font-size: 14px;
	}
}
/* Ratio Content */

.sixteen_nine {
	position: relative;
}
.sixteen_nine:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
.sixteen_nine_long:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 66.2%;
}
.content, .video_content {
	width: 100%;
}
.sixteen_nine>.video_content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
 z-index: 0;
}
.video_content iframe,
.iframe16x9 iframe {
	width: 100%;
	height: 100%;
}
@media(max-width: 900px) {
	.video_table.ta, .video_table .tc.m {
		width: 100%;
		display: block;
	}
	.video_table .tc.m:first-of-type {
		margin-bottom: 42px;
	}
	.video_table .tc.m:last-of-type {
		margin-bottom: 20px;
	}
	.video_table .tc img {
		width: 50%;
	}
}
@media(max-width: 550px) {
	.video_table .tc img {
		width: 75%;
	}
}
.video_icon {
	width: 84px;
	cursor: pointer;
}
.svg_fill_teal,
#icon_time  .cls-1,
#icon_location  .cls-1{
	fill: #6ec4ba;
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.icon_recurring {
	vertical-align: sub;
	width: 20px;
	margin-right: 5px;
}

.svg_fill_white {
	fill: #fff;
}
svg:hover .svg_fill_teal {
	fill: #203141;
	opacity: 1;
}
.video_cover {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	/* 	right 0; */
	z-index: 11;
}
.video_cover iframe {
	width: 100%;
	height: 100%;
}
.vid_close {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
	font-size: 50px;
	color: white;
	z-index: 20;
}
.video_valign {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.close {
	position: absolute;
	left: -5px;
	top: 0;
	width: 32px;
	height: 32px;
	opacity: 0.8;
}
.close:hover {
	opacity: 1;
}
.close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}
.close:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.close:after {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.artist_desc p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 21px;
}
.borderRRed {
	border-right: 2px solid #eca79d;
}
.icon_margin {
	margin: 0 12% 0 8%;
}
.roam_artist .tc:last-of-type img {
	max-width: inherit;
	width: 100%;
	margin-bottom: 16px;
}
@media(max-width: 991px) {
	.borderRRed {
		border-right: 0;
	}
	.roam_presented_by .ta .tc:last-of-type {
		margin: 20px auto 0;
	}
}
@media(max-width: 950px) {
	.roam_top .w65 {
		width: 80%;
	}
}
@media(max-width: 900px) {
	.roam_video_ta.ta, .roam_video_ta .tc {
		width: 90%;
		display: block;
		margin: 0 auto 48px;
		padding: 0;
		text-align: center;
	}
}
@media(max-width: 768px) {
	.roam_artist .ta, .roam_artist .ta .tc {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.roam_video_ta .h18 {
		padding-bottom: 40px;
	}
	.artist_desc {
		text-align: center
	}
	.roam_artist .ta .tc:first-of-type {
		width: 50%;
		margin: 0 auto 20px;
	}
}
@media(max-width: 650px) {
	.roam_top .w65 {
		width: 100%;
	}
	.roam_presented_by img.w65 {
		width: 65%;
	}
	.roam_presented_by img.w50 {
		width: 50%;
	}
	.roam_presented_by img.w25 {
		width: 25%;
	}
}
@media(max-width: 350px) {
	.roam_top .w65, .roam_presented_by img.w65, .roam_presented_by img.w50, .roam_presented_by img.w25, .roam_artist .ta .tc:first-of-type {
		width: 100%;
	}
}
.section_ice-at-santa-monica .hero.hero_lg, .section_ice-at-santa-monica .hero.hero_lg .img img {
	height: 645px;
	width: auto;
}
@media(min-width: 1920px) {
	.section_ice-at-santa-monica .hero.hero_lg, .section_ice-at-santa-monica .hero.hero_lg .img img {
		height: auto;
		width: 100%;
		margin-bottom: -5px;
	}
}
.ice-skating-lessons p img {
	width: 100%;
	height: auto;
	max-width: 800px;
}


.mobile-subnav {
  display: none;
}

@media (max-width: 991px) {
  .mobile-subnav {
    display: block;
    margin-bottom: 30px;
    margin-top: -20px;
  }
  .mobile-subnav li {
    margin-bottom: 10px;
  }
  .mobile-subnav .nav_parent {
    margin-bottom: 10px;
  }
}


.accord.downtown-events .icon {
  display: none;
}

.accord.downtown-events li ul {
  display: block;
}

.mBN5 {
	margin-bottom: -5px;
	background-color: #a1cfcc;
}
.mT100 {
	margin-top: 100px;
}
.mTN12 {
	margin-top: -12px
}
.max184 {
	min-width: 184px;
	max-width: 184px;
}
input {
	font-family: "Mark", sans-serif
}
::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #758597;
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #758597;
}
:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #758597;
}
::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #758597;
}
:-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #758597;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #758597;
}

.site_search { margin-bottom: 0; padding: 0}
.nav_parent {
	width: -webkit-calc(100% - 45px);
	width: -moz-calc(100% - 45px);
	width: calc(100% - 45px);
	float: left;
	clear: both;
}
.valigner {
	position: absolute;
	top: 50%;
	left: 50%;
  -webkit-transform:  translate(-50%, -50%);
     -moz-transform:  translate(-50%, -50%);
      -ms-transform:  translate(-50%, -50%);
       -o-transform:  translate(-50%, -50%);
          transform:  translate(-50%, -50%);
}

@media(max-width: 650px) {
	.main_map .w80 { width: 90%}
	.view_subsections .w80,
	.view_cats .w80 {
		width: 80%;
	}
  .mobile-subnav {
    display: block;
  }
}


/* NEW FOOTER */

.align_items_center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}


.flex {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
footer {
  position: relative;
	width: 100%;
	height: auto;
	padding: 5% 0;
	z-index: 1;
	background-color: #1f3142;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}
footer .col1 {
	vertical-align: top;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	width: 42.5%;
}

.col1  a {
  padding: 2% 0;
  display: block;
  color: #fff;
}

.col {
	display: block;
	float: left;
	text-align: left;
}
.col2 {
	padding-left: 40px;
	padding-right: 40px;
	border-left: 2px solid #93b1cd;
	border-right: 2px solid #93b1cd;
	width: 15%;
	opacity: 0.7;
}
.col2 a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  padding: 13px 0;
  color:  #93b1cd;
  font-size: 17px;
}
.col3 {
  width: 42.5%;
  color: #fff;
  letter-spacing: 1px;
}

.site_by {
	font-size: 12px;
  margin-top: 10px;
}
footer .form input {
  outline: none;
  border: none;
  font-size: 16px;
  color:#9f9b9b;
  padding: 14px 28px 14px 10px;
  float: left;
   width: 60%;
margin-bottom: 0;
}

.form input.submit_button {
	border: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #6ac5ba;
/* 	background-color: #328176; */
	color: #fff;
/* 	color: #000; */
	outline: none;
	cursor: pointer;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-top: 0;
	padding: 17px;
	cursor: pointer;
	float: left;
	width: auto;
	font-size: 11px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.footersubmit {
	padding-left: 56px;
}
.padB2 {padding-bottom: 18px;}

.padT1 {padding-top: 16px;}


@media (max-width: 991px) {
  .form input.left,
  .form .submit_button.left {
    float: none;
    width: 60%;
  }
  .site_by {
    margin-top: 30px;
  }
  .col {
    text-align: center;
    float: left;
  }
  .flex {
    display: block;
  }

  footer .col1,
  footer .col2,
  footer .col3 {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  footer .col2 {
    padding-left: 0;
    padding-right: 0;
    border: none;
    margin: 0 auto;

  }
   footer .col2  a {
      display: inline-block;
      width: auto;
      padding: 10px;
      float: none;
    }
  .col3 {
    padding-top: 30px;
  }


}

@media (max-width: 768px) {
  .form input.left,
  .form .submit_button.left {
    float: none;
    width: 80%;
  }

  footer .col1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}


.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #203141;
	opacity: 0.15;
}

.opac1{ opacity: 1}

.hide650 {display: block}
.show650 {display: none}



.validation-wrapper{position:relative;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.error{
	color: #fff;
	position: absolute;
	font-size: 13px;
	bottom: 5px;
	left: 0;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	height: 30px;
}
.validation-wrapper.has-error{padding-bottom:10px}
.validation-wrapper.has-error .error{opacity:1}
.validation-wrapper.has-error input { border-bottom: 3px solid #758597}

.homeLoad:before {
  display: block;
  content: "";
  width: 100%;
padding-top: 56.4%;
  background: #203141;
}
.homeLoadAbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.heroLoad:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 49.5%;
}
.heroLoadAbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media(max-width: 991px) {
	.rect_cta_small, .rect_cta { opacity: 1;}
	.rect_cta_small .valigner { width: 80%}
	.rect_cta_small .p20 { font-size: 18px; line-height: 26px }
	.heroLoad:before {padding-top: 70%;}
	.homeLoad:before {padding-top: 90%;}
	.rect_cta { min-height: auto; height: 300px}
	.hide991 { display: none }
}

@media(max-width: 650px) {
	.hide650 {display: none}
	.show650 {display: block}
	.rect_cta_small .p20 { font-size: 16px; line-height: 24px }
	.hashtag_min_long {
		width: 90%;
		height: auto;
	}
	.hashtag_min_short {
		width: 65%;
		height: auto;
	}
	.heroLoad:before {padding-top: 90%;}
	.homeLoad:before {padding-top: 130%;}
	.rect_cta { min-height: auto; height: 500px; }

	.w80_on650 {width: 80%;}

}
@media(max-width: 550px) {
	.homeLoad:before {padding-top: 155%;}
	.rect_cta { min-height: auto; height: 500px}
}
@media(max-width: 450px) {
	.heroLoad:before {padding-top: 125%;}
	.homeLoad:before {padding-top: 170%;}
}
@media(max-width: 400px) {
	.homeLoad:before {padding-top: 190%;}
}

.view_subsections.active {
	padding-bottom: 30px;
}

.walking_img {
	min-height: 400px;
}

.z-index-1 {
  z-index: 1 !important;
}


.playVideo {
  opacity: 1;
  z-index: 1 !important;
}

.playVideo.active {
  opacity: 0;
}

.videoClose {
  position: absolute;
  z-index: 100000;
  right: 0;
  color: #000;
  top: 0;
  opacity: 0;
  padding: 30px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}
.videoClose.active {
  opacity: 1;
}
.videoClose:before,
.videoClose:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40%;
  background-color: #fff;
  right: 50%;
}

.videoClose:before {
  -webkit-transform: skew(135deg, 0deg);
     -moz-transform: skew(135deg, 0deg);
      -ms-transform: skew(135deg, 0deg);
       -o-transform: skew(135deg, 0deg);
          transform: skew(135deg, 0deg);
}

.videoClose:after {
  -webkit-transform: skew(-135deg, 0deg);
     -moz-transform: skew(-135deg, 0deg);
      -ms-transform: skew(-135deg, 0deg);
       -o-transform: skew(-135deg, 0deg);
          transform: skew(-135deg, 0deg);
}

.video_parent_container {
  margin-bottom: 15px;
  -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
       -o-background-size: cover !important;
          background-size: cover !important;
}


.videoX {
  cursor: pointer;
}

.play_icon {
	height: 85px;
	fill: #fff;
	width: 35px;
}

.video_valign {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);}
.video .overlay { top: 0}

[class^="cols"] {
    display: grid;
    grid-template-rows: auto;
    grid-column-gap: 6rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
}

.video_container>[class^="cols"] {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}


	.cols-2 {
	    grid-template-columns: repeat(2, 1fr);
	}




#mc_embed_signup_scroll [class^="cols"] {
    display: grid;
    grid-template-rows: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
}

#mc_embed_signup input {
      margin-bottom: 13px;
}

#mc_embed_signup select {
  width: 100%;
    height: 58px;
    background: -webkit-linear-gradient(45deg, transparent 50%, #515151 50%), -webkit-linear-gradient(315deg, #515151 50%, transparent 50%), -webkit-linear-gradient(left, white, white);
    background: -moz-linear-gradient(45deg, transparent 50%, #515151 50%), -moz-linear-gradient(315deg, #515151 50%, transparent 50%), -moz-linear-gradient(left, white, white);
    background: -o-linear-gradient(45deg, transparent 50%, #515151 50%), -o-linear-gradient(315deg, #515151 50%, transparent 50%), -o-linear-gradient(left, white, white);
    background: linear-gradient(45deg, transparent 50%, #515151 50%), linear-gradient(135deg, #515151 50%, transparent 50%), linear-gradient(to right, white, white);
    background-position: -webkit-calc(100% - 21px) -webkit-calc(1em + 10px), -webkit-calc(100% - 16px) -webkit-calc(1em + 10px), 100% 0;
    background-position: -moz-calc(100% - 21px) -moz-calc(1em + 10px), -moz-calc(100% - 16px) -moz-calc(1em + 10px), 100% 0;
    background-position: calc(100% - 21px) calc(1em + 10px), calc(100% - 16px) calc(1em + 10px), 100% 0;
    -webkit-background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
       -moz-background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
         -o-background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
            background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    background-color: white;
font-family: "Mark", sans-serif;
    padding: 0.5em 3.5em 0.5em 1em;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media (min-width: 768px) {
  #mc_embed_signup_scroll  .cols-2 {
      grid-template-columns: repeat(2, 1fr);
  }

  #mc_embed_signup_scroll  .cols-1-2 {
    grid-template-columns: 1fr 2fr;

  }
}







.feedback_submission_form textarea {
	width: 100%;
	min-height: 250px;
}

.mh120 { max-height:120px; width: auto}


.marL { margin-left: 5%}

@media(max-width: 1400px){
	.instructor .w25 {
		width: 30%;
	}
	.instructor .w65 {
		width: 60%;
	}
}

@media(max-width: 1150px){
	.instructor .w25,
	.instructor .w65 {
		width: 100%;
	}


	.marL {
		margin-left: 0;
	}
}
@media (min-width: 768px) {


}


@media (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
}


.cat-hover {
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
}


.underlay {
  position: absolute;
  opacity: .75;
  background: #00000085;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.cat-hover:hover .underlay {
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.cat-hover h2, .cat-hover h3 {
  color: white;
  position: relative;
  z-index: 10;
  max-width: 400px;
  text-align: center;
  line-height: 30px;
}
.cat-hover p {
  color: white;
  position: relative;
  z-index: 10;
  max-width: 375px;
text-align: center;

}

.top_desc p em a, .top_desc em a, .top_desc p a, .top_desc li a {
  color: #6ec4ba;
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
  font-style: initial;
}

.no-hash-hand {
  position: relative;
    top: 11rem;
}

,icons200{
	display: table-row;
}
.icon200{
	width: 120px;
}
.desc200{
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: calc(100% - 120px);
}


.samo_pride p strong,
.samo_pride .bold{
	font-weight: 600;
}
.navPad{
	width: 100%;
	height: 130px;
}
.txt_blue{
	color: #204496;
}
.med{
	font-weight: 600;
}
.txt_19{
	font-size: 19px;
	line-height: 21px;
}
.txt_20{
	font-size: 20px;
	line-height: 23px;
}
.txt_23{
	font-size: 23px;
	line-height: 26px;
}
.txt_27{
	font-size: 27px;
	line-height: 30px;
}
.txt_30{
	font-size: 30px;
	line-height: 34px;
}
.txt_black{
	color: #022A41;
}
.sp_hero{
	width: 80%;
	max-width: 670px;
}
.palm1r{
	position: absolute;
	right: -30px;
	top: 320px;
	width: 477px;
	z-index: 0;
}
.palm1r.b{
	top: -260px;
	z-index: 0;
}
.palm1r img{
 position: relative;
 left: 60px;
}
.palm2l{
	position: absolute;
	left: 0;
	top: 50px;
	width: 509px;
}
.palm2l img{
 position: relative;
 left: -70px;
}
.sp_bene_logo{
	width: 360px;
}

.sixteen9cont {
  background-color: red;
  width: 100%;
  padding-top: 53%;
  position: relative;
}
.sixteen9 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
}

.iframe_sp iframe{
	width: 100%;
	height: 100%;
}

.sp_featuring strong{
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.sp_featuring ul{
	padding-top: 30px;
	color: #1DAEEF;
}
.sp_txt_rainbow ul li{
	display: inline-block;
	margin: 0 15px;
	color: white;
	font-weight: 800;
	font-size: 35px;
	line-height: 50px;
}
.sp_txt_rainbow ul li:nth-child(5n+1){
	color: #1DAEEF;
}
.sp_txt_rainbow ul li:nth-child(5n+2){
	color: #17A652;
}
.sp_txt_rainbow ul li:nth-child(5n+3){
	color: #FD28FC;
}
.sp_txt_rainbow ul li:nth-child(5n+4){
	color: #ED2024;
}
.sp_txt_rainbow ul li:nth-child(5n+5){
	color: #8A278A;
}

.sp_featuring.sp_txt_rainbow ul li{
	font-size: 40px;
	line-height: 60px;
}
.sp_featuring.txt_cont{
	padding-left: 10%;
	padding-right: 10%;
}

.sp_brought strong{
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sp_brought ul{
	padding-top: 2px;
	margin-bottom: 20px;
}
.sp_brought ul li{
	display: inline-block;
	margin: 0 15px;
	font-weight: 800;
}
.sp_brought.sp_txt_rainbow ul li em{
	font-size: 13px;
	font-style: normal;
}

.sp_feat_more strong{
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.sp_feat_more ul{
	padding-top: 20px;
	margin-bottom: 20px;
}
.sp_feat_more ul li{
	display: inline-block;
	margin: 0 15px;
	font-weight: 800;
}
.sp_feat_more.sp_txt_rainbow ul li{
	display: inline-block;
	margin: 0 15px;
	font-weight: 800;
	font-size: 28px;
	line-height: 40px;
}



.sp_text3{
	width: 96%;
}
.sp_text3 ul li{
	margin-top: 8px;
	line-height: 36px;
	padding-bottom: 30px;
}
.sp_text3 .w33{
	padding: 0 20px;
}
.spt1 ul li{
	color: #ED2024 !important;
}
.spt2 ul li{
	color: #8A278A !important;
}
.spt3 ul li{
	padding-top: 20px;
	color: #1DAEEF !important;
	font-size: 30px;
}
.spt3{
	position: relative;
}
.spt3 .sp_txt{
	position: relative;
	z-index: 10;
}
.spt3 .sp_circle{
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #F2EB52;
	left: 0;
	right: 0;
	top: 20px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	z-index: 1;
}

@media (max-width: 950px) {
  .sp_text3 .left{
	  float: none;
  }
  .sp_text3 .w33{
		width: 100%;
	}
}

.sp_dancing_cont{
	position: relative;
	padding-bottom: 360px;
	margin-bottom: 0;
	z-index: 0;
}
.sp_dancing_cont .txt_cont{
	position: relative;
	z-index: 20;
}
.sp_dancing{
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.sp_hosted strong{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sp_hosted.sp_txt_rainbow ul li{
	display: block;
	text-transform: uppercase;
}
.sp_tags p{
	font-size: 25px;
	font-weight: 300;
	line-height: 42px;
}


.sp_blue{
	margin-top: -10px;
	background-color: #204496;
	color: white;
	padding-top: 130px;
	padding-bottom: 110px;
}
.sp_blue p{
	color: white;
}

.sp_blue .w50.right{
	border-left: 2px solid #FFF761;

}
.sp_shop_txt strong{
	font-size: 20px;
}
.sp_shop_txt p{
	margin-top: 20px;
	font-size: 18px;
}
.sp_shop_but{
	color: #0F3542;
	font-size: 17px;
	background-color: #FFF761;
	padding: 15px 55px;
	display: inline-block;
}
.sp_shop_but:hover{
	color: #022A41;
	background-color: #00ffcd;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.sp_donate{
	margin-left: -20px;
}
.sp_donate a{
	color: #EFE832;
	font-size: 25px;
	text-decoration: underline;
	margin-bottom: 40px;
}
.sp_donate a:hover{
	color: #00ffcd;
}
.sp_donate p{
	padding-top: 20px;
}
.sp_bord_bott{
	border-bottom: 2px solid #FFF761;
}
.sp_subscr{
	margin-left: -20px;
}

.sp_subscr strong{
	text-transform: uppercase;
	font-size: 20px;
}
.sp_subscr p{
	padding-top: 20px;
	font-size: 18px;
}
.sp_subscr_input{
	color: #204496;
	font-size: 18px;
	text-align: center;
}
.artists_cont{
	max-width: 1000px;
	position: relative;
	z-index: 2;
}
.sp_arti{
	height: 460px;
	width: 30%;
	margin-right: 5%;
}
.sp_arti:nth-child(3n+0){
	margin-right: 0%;
}
.sp_ig_web{
	color: #1DAEEF;
	font-size: 15px;
}
.sp_ig_web a{
	color: #1DAEEF;
	font-size: 15px;
}
.filter_darken img{
  mix-blend-mode: darken;
}
.finalbow{
	padding-bottom: 400px;
	z-index: 0;
}
.relaz1{
	position: relative;
	z-index: 1;
}
.sp_footer{
	background-color: #2BFECC;
	margin-top: -6px;
}
.sp_foot{
	margin: 0 30px;
	vertical-align: middle;
}
.sp_foot img{

}
.sp_foot:nth-child(1){
	width: 230px;
	padding-top: 40px;
	margin-left: 0;
}
.sp_foot:nth-child(2){
	width: 220px;
}
.sp_foot:nth-child(3){
	width: 110px;
	padding-top: 40px;
}


@media (max-width: 1100px) {
	.artists_cont{
		width: 90%;
		position: relative;
		z-index: 2;
	}
	.sp_arti{
		height: 430px;
	}
}
@media (max-width: 950px) {
	.mT_100{
		margin-top: 50px;
	}
	.pT_80{
		padding-top: 50px;
	}
	.pT_100{
		padding-top: 60px;
	}
	.pB_100{
		padding-bottom: 60px;
	}
	.sp_dancing_cont{
		padding-bottom: 260px;
	}
	.sp_blue .w50.right{
		border-left: none;
		border-top: 2px solid #FFF761;
	}
	.sp_donate{
		margin-left: 0px;
	}

}

@media (max-width: 750px) {
	.artists_cont{
		width: 300px;
	}
	.sp_arti.left{
		float: none;
	}
	.sp_arti{
		height: 460px;
		width: 300px;
		margin-left: 0;
		margin-right: 0;
	}
	.finalbow{
		padding-bottom: 200px
	}
	.sp_foot{
		margin-bottom: 40px;
	}

  .sp_bene_logo{
  	width: 300px;
  }

  .bridge {
    width: 55% !important;
  }
  .channel_q {
    position: relative;
width: 120% !important;
left: -2rem;
  }
}


.blm-custom .txt {
  background: black;
  height: 95vh;
}

.blm-custom .txt p {
  color: white;
}

.imgL {
      height: 15rem;
}


.desktop-hide {
  display: none;
}

.mobile-hide {
  display: block;
}

@media (max-width: 991px) {
  .desktop-hide {
    display: block;
  }

  .mobile-hide {
    display: none;
  }
}




.custom-container {
      padding-top: 8rem;
}

.custom-container .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-container .txt-container p strong {
    font-family: 'MarkBold';
    font-size: 21px;

}

.custom-container .txt-container p {
    font-family: 'MarkMedium';
    font-size: 21px;
    line-height: 31px;


}

.column-left {
      max-width: 37rem;
}

.column-left .txt-container {
      max-width: 32rem;
}

.custom-container .txt-container p:nth-last-of-type(2) {
  margin-bottom: 30px;
}


.custom-container .txt-container p em {
  font-size: 45px;
  color: white;
  line-height: 60px;
  letter-spacing: .02em;
  font-family: "Ramona Bold";
  font-style: normal;
}

.additional_info {
  margin-top: 30px;
}

.additional_info p {
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'MarkBold';


}
.presented-by {
  margin-top: 15px;
  max-width: 21rem;
}
  .custom-heading {
    font-size: 6rem;
    line-height: 90px;
    margin-bottom: 20px;
  }

  .custom-img-right {
    max-width: 55rem;
    position: absolute;
  }
  @media (max-width: 1290px) {
    .custom-heading {
      font-size: 5rem;
  line-height: 76px;
    }

  }


  @media (max-width: 1200px) {
    .custom-heading {
      font-size: 4rem;
    line-height: 80px;
    }

  }
  @media (max-width: 1150px) {

    .custom-container .txt-container p em {
      font-size: 41px;
      color: white;
      line-height: 5px;
    }

    .custom-container .txt-container p {
        font-family: 'MarkMedium';
        font-size: 19px;
        line-height: 26px;


    }

    .custom-img-right {
          max-width: 39rem;
    }
  }
  @media (max-width: 1000px) {
    .custom-container .columns {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
    }

    .column-left {
          max-width: 37rem;
          margin: auto;
          text-align: center;
    }

    .custom-heading {
      line-height: 65px;
      font-size: 53px;
    }

    .custom-container .txt-container p strong {
        font-family: 'MarkBold';
        font-size: 20px;

    }

    .custom-container .txt-container p:nth-last-of-type(2) {
      display: none;

    }

    .additional_info p {
      font-size: 20px;



    }

    .custom-layout .homeLoad:before {
          /* padding-top: 238%; */
    }

    .custom-container {
      padding-top: 5.5rem;
    }

    .presented-by {
          max-width: 16rem;
    }

    .additional_info p {
      font-size: 20px;



    }

    .column-right {
      margin: auto;
    }

    .custom-img-right {
        max-width: 31rem;
        margin: auto;
        position: relative;
        margin-top: 15px;
    }
  }


  @media (max-width: 800px) {
    .custom-container .columns {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
    }

    .column-left {
          max-width: 37rem;
          margin: auto;
          text-align: center;
    }

    .custom-heading {
      line-height: 54px;
      font-size: 53px;
    }

    .custom-container .txt-container p strong {
        font-family: 'MarkBold';
        font-size: 18px;

    }

    .custom-container .txt-container p:nth-last-of-type(2) {
      display: none;

    }

    .additional_info p {
      font-size: 18px;



    }

    .custom-layout .homeLoad:before {
          /* padding-top: 238%; */
    }

    .custom-container {
      padding-top: 5.5rem;
    }

    .presented-by {
          max-width: 13rem;
    }

    .additional_info p {
      font-size: 18px;



    }

    .column-right {
      margin: auto;
    }

    .custom-img-right {
        max-width: 20rem;
        margin: auto;
        position: relative;
    }
  }


  .eapps-instagram-feed-posts-item:hover.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
       -moz-transform: scale(1.1) translate(-50%, -50%);
        -ms-transform: scale(1.1) translate(-50%, -50%);
         -o-transform: scale(1.1) translate(-50%, -50%);
            transform: scale(1.1) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-filter: unset !important;
            filter: unset !important;
    cursor: pointer;

}

.slide-7293 .homeLoad:before {
  padding-top: 56.4%;
}

.slide-7293  .rect_cta {
  background: unset;
}

.slide-7293 .button {
  background: #6ec4ba;
color: white;
border-color: #6ec4ba;
}



.pagfull.container {
 	padding-top: 50px;
 	padding-bottom: 100px;
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
