@media (max-width: 767px) {
	section.slice {
		padding: 25px 0;
	}
}

.smilestories-logo {
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}

.ss-breadcrumb-container {
	padding: 3px 15px;
	background: #fdc87f;
}

.ss-breadcrumb-link {
	color: #bb6c03 !important;
	text-decoration: none !important;
}

.ss-breadcrumb-link:hover {
	opacity: 0.75 !important;
}

.ss-alpha-img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.ss-video {
	width: 95%;
	/*margin: 0 auto;*/
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: -20px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
	.ss-video {
		margin-bottom: -15px;
	}
}

@media (max-width: 767px) {
	.ss-video {
		width: 100%;
		margin-bottom: -10px;
	}
}

.ss-video iframe,
.ss-video object,
.ss-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85%;
}

.ss-member-details .ss-member-name {
	margin-bottom: 10px;
	text-transform: none;
	font-size: 54px;
	font-weight: 100;
	letter-spacing: -1px;
	color: #00a7b5;
}

@media (max-width: 1199px) {
	.ss-member-details .ss-member-name {
		font-size: 48px;
	}
}

@media (max-width: 991px) {
	.ss-member-details .ss-member-name {
		font-size: 38px;
	}
}

@media (max-width: 767px) {
	.ss-member-details .ss-member-name {
		margin-bottom: 15px;
		font-size: 9.4vw;
	}
}

.ss-member-stats {
	margin-bottom: 20px;
}

.ss-member-details .ss-member-stats h3 {
	margin-bottom: 0;
}

.ss-member-details .ss-member-stats .fa {
	display: inline-block;
	width: 44px;
	text-align: center;
	font-weight: 100;
	color: #fff;
}

@media (max-width: 767px) {
	.ss-member-details .ss-member-stats .fa {
		width: initial;
	}
	.ss-member-details .ss-member-stats .fa:before {
		width: 35px;
		height: 35px;
		display: table-cell;
		vertical-align: middle;
		border-radius: 100%;
		font-size: 18px;
		background: rgba(0, 0, 0, 0.25);
		margin-right: 5px;
		text-align: center;
		font-weight: 100;
		color: #fff;
	}
}

.ss-member-details .ss-member-stats [class*="-pre"] {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 0;
}

@media (min-width: 768px) {
	.ss-member-details .ss-member-stats .ss-member-stat {
		margin-top: 5px !important;
	}
	.ss-member-details .ss-member-stats .ss-member-stat [class*="-pre"] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
}

@media (min-width: 992px) {
	.ss-member-details .ss-member-stats .ss-member-stat {
		margin-top: 15px !important;
	}
}

@media (min-width: 1199px) {
	.ss-member-details .ss-member-stats .ss-member-stat {
		margin-top: 20px !important;
	}
}

@media (max-width: 767px) {
	.ss-member-name { text-align: center; }
	.ss-member-details .ss-member-stats .ss-member-stat {
		margin-bottom: 15px;
	}
	.ss-member-details .ss-member-stats .ss-member-stat:last-child {
		margin-bottom: 10px;
	}
	.ss-member-details .ss-member-stats .ss-member-stat:first-child {
		margin-top: 5px;
	}
	.ss-member-details .ss-member-stats [class*="-pre"] {
		display: table;
		width: 100%;
		margin-top: 0;
		margin-right: 0;
		text-align: center;
		padding: 7px 0 1px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.ss-member-details .ss-member-stats [class*="-pre"] span {
		margin: 0 0 3px 3px !important;
		visibility: visible;
	}
	.ss-member-details .ss-member-stats [class*="-wrap"] {
		display: block;
		padding: 7px 0;
		background: #ddd;
		text-align: center;
		border-width: 2px;
		border-style: solid;
		border-top: none;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.ss-member-details .ss-member-savings [class*="-wrap"] { border-color: #67bb3b; }
	.ss-member-details .ss-member-join [class*="-wrap"] { border-color: #ff4d5c; }
	.ss-member-details .ss-member-loc [class*="-wrap"] { border-color: #ff842e; }
	.ss-member-details .ss-member-emp [class*="-wrap"] { border-color: #38c3ca; }
}

.ss-member-details .ss-member-stats .ss-member-savings-pre {
	background: #67bb3b;
}

.ss-member-details .ss-member-stats .ss-member-join-pre {
	background: #ff4d5c;
}

.ss-member-details .ss-member-stats .ss-member-loc-pre {
	background: #ff842e;
}

.ss-member-details .ss-member-stats .ss-member-emp-pre {
	background: #38c3ca;
}

.ss-member-details .ss-member-stats [class*="-pre"] span {
	display: inline-block;
	margin-bottom: -7px;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ss-member-details .ss-member-stats .ss-member-savings-pre span {
	width: 77px;
}

.ss-member-details .ss-member-stats .ss-member-join-pre span {
	width: 65px;
}

.ss-member-details .ss-member-stats .ss-member-loc-pre span {
	width: 85px;
}

.ss-member-details .ss-member-stats .ss-member-emp-pre span {
	width: 123px;
}

.ss-member-details .ss-member-stats .ss-member-savings-wrap:before {
	content: "Saved ";
}

.ss-member-details .ss-member-stats .ss-member-join-wrap:before {
	content: "Members Since ";
}

.ss-member-details .ss-member-stats .ss-member-join-wrap1:before {
	content: "Member Since ";
}

.ss-member-details .ss-member-stats .ss-member-loc-wrap:before {
	content: "";
}

.ss-member-details .ss-member-stats .ss-member-emp-wrap:before {
	content: "";
}

.ss-member-plan {
	margin-bottom: 20px;
}

.ss-member-plan .ss-member-plan-heading {
	margin-bottom: 10px;
	text-transform: none;
	font-size: 32px;
	color: #777;
}

.ss-member-plan .ss-member-plan-block {
	display: block;
	padding: 15px;
	border: 1px solid #44c1ca;
	outline: 1px solid transparent;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.ss-member-plan .ss-member-plan-block {
		padding: 15px;
	}
}

.ss-member-plan .ss-member-plan-block:hover {
	border: 1px solid #00a7b5;
	outline: 1px solid #00a7b5;
	box-shadow: 0 0 20px -5px #000;
}

.ss-member-plan .ss-member-plan-block,
.ss-member-plan .ss-member-plan-block * {
	text-decoration: none !important;
}


.ss-member-plan .ss-member-plan-logo

.ss-member-plan .ss-member-plan-logo img {
	max-width: 95%;
	height: auto;
}

.ss-member-plan .ss-member-plan-name {
	margin-bottom: 0;
	color: #00a7b5;
}

@media (max-width: 767px) {
	.ss-member-plan .ss-member-plan-name {
		margin-bottom: 15px;
		text-align: center;
		font-size: 22px;
	}
}

.ss-member-story .ss-member-story-heading {
	margin-bottom: 5px;
	text-transform: none;
	font-size: 32px;
	color: #777;
}

@media (max-width: 767px) {
	.ss-member-plan .ss-member-plan-heading,
	.ss-member-story .ss-member-story-heading {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
}

.ss-member-story .ss-member-story-content {
	margin-bottom: 30px;
	font-size: 21px;
	line-height: 30px;
	color: #7b7b7b;
}

@media (max-width: 1199px) {
	.ss-member-story .ss-member-story-content {
		font-size: 16px;
		line-height: 24px;
	}
}

.ss-member-quote {
	margin: 0;
	padding: 30px 20px;
	border-top: 1px solid #ccc;
	border-left: none;
}

.ss-member-quote img {
	width: 100%;
	height: auto;
	border-radius: 100%;
}

.ss-member-quote .fa {
	display: block;
	position: absolute;
	bottom: 0;
	font-size: 72px;
	color: #ff9e1b;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

@media (max-width: 1199px) {
	.ss-member-quote .fa {
		font-size: 64px;
	}
}

.ss-member-quote .ss-member-quote-name {
	display: block;
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: bold;
	color: #00a7b5;
}

@media (max-width: 1199px) {
	.ss-member-quote .ss-member-quote-name {
		font-size: 24px;
	}
}

.ss-member-quote .ss-member-quote-content {
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	color: #999;
	quotes: "\201c" "\201d" "\2018" "\2019";
}

.ss-member-quote .ss-member-quote-content:before {
	content: open-quote;
	margin-right: -1px;
}

.ss-member-quote .ss-member-quote-content:after {
	content: close-quote;
	margin-left: -1px;
}

@media (max-width: 1199px) {
	.ss-member-quote .ss-member-quote-content {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (min-width: 768px) {
	.ss-member-quote .ss-member-quote-content {
		padding-left: 20px;
	}
}

.ss-member-quote .ss-member-quote-content .ss-member-quote-content-highlight {
	color: #555;
	font-weight: bold;
}

.col-top {
	vertical-align: top;
}

.col-middle {
	vertical-align: middle;
}

.col-bottom {
	vertical-align: bottom;
}

.row-full-height {
	height: 100%;
}

.col-full-height {
	height: 100%;
	vertical-align: middle;
}

.row-same-height {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.col-xs-height {
	display: table-cell;
	float: none !important;
}

@media (min-width: 768px) {
	.col-sm-height {
		display: table-cell;
		float: none !important;
	}
}

@media (min-width: 992px) {
	.col-md-height {
		display: table-cell;
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.col-lg-height {
		display: table-cell;
		float: none !important;
	}
}

.item {
	display: table;
}

.content {
	display: table-cell;
}




	.bgsearch-m3 {
		margin: 0 auto !important;
	}
	#divCalc h3 {
		font-weight: 600;
    	color: #00a7b5;
    	margin: 15px 0 10px;
	}
	#divCalc h3 sup {
		color: #00a7b5;
    	font-weight: normal;
    	font-size: 14px;
    	padding-left: 3px;
	}
	.savings-calc {
		background: #0095ad;
		padding: 30px 0;
		border-bottom: 10px solid #f99104;
	}
	.savings-calc h2 {
		color: #fff;
		text-transform: none;
		font-size: 38px;
		margin-bottom: 20px;
	}
	.savings-calc p {
		color: #fff;
		padding-top: 30px;
	}
	.savings-calc p > a {
		color: #fff;
		text-decoration: underline;
	}

   section.slice {
       padding: 0 30px 15px;
   }


	.procedures {font-size: 14px; text-align: left;padding-top: 15px;}
	.procedure-row {padding-bottom: 8px;}
	#familyselection {margin-top: 15px;}
   .sc-widget-new {padding: 15px 15px 0px; border-radius: 15px; border: 3px solid #0195ac;background: #fff;-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.75);-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.75);box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.75);}
   .sc-new-header {border-radius: 15px 15px 0px 0px; margin-top: 20px; display: none;}
   .sc-new-body {padding: 0px 15px 30px 15px;}
   label.btn.btn-light.btn-lg.active {color: #fff; background-color: #f99104;}
   label.btn.btn-light.btn-lg {color: #333; background-color: #ecf0f1;}
   label.btn.btn-orange.btn-lg {color: #333; background-color: #ecf0f1;}
   label.btn.btn-orange.btn-lg.active {color: #fff; background-color: #f99104;}
    .hero-border-gray-sc {background-color: #96989a !important; height: 10px;}
    .btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;}

   @media(min-width:1200px){
	   .sc-widget-new-body {
			margin-left:25%;
		}
	   .sc-widget-new {
		   padding-bottom: 0px !important;
	   }
	   .sc-new-body label {
			font-size: 18px !important;
		}
	   .bgsearch-m3 {
			width: 60% !important;
    		margin-left: 220px !important;
		}

	}
	@media(min-width:992px){
	   .sc-widget-new-body {
			margin-left:25%;
		}
		.sc-widget-new {
		   padding-bottom: 0px !important;
	   }
		.sc-new-body label {
			font-size: 16px;
		}

		.bgsearch-m3 {
			width: 72%;
		}
	}
   @media(min-width:768px){
	   .sc-widget-new {
		   padding-bottom: 30px;
	   }
	   .member-card {
			width: 80%;
		}
	   img.desktop-hero {
			margin-top: 10px;
			margin-bottom: -65px;
		}
	   .img-banner {
		   padding: 30px 0;
	   }
	}
   @media (max-width: 767px) {
	   .sc-widget-new {
		   padding-bottom: 30px;
	   }

	   .zip-form-row {
		   padding: 0 25px;
	   }

   }