/* custom variables */
html, body
{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


.list-unstyled,
.list-inline,
.list-profiles,
.info-groups {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container-fluid:after,
.info-membership-row:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "Nobel";
	src: url("../fonts/nobel_bold-webfont.woff2") format("woff2"), url("../fonts/nobel_bold-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Nobel";
	src: url("../fonts/nobel_italic-webfont.woff2") format("woff2"), url("../fonts/nobel_italic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Nobel";
	src: url("../fonts/nobel_regular-webfont.woff2") format("woff2"), url("../fonts/nobel_regular-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	outline: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.image-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.image-slider .slick-track,
.image-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #000;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .60;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

/* Buttons */

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3px;
}

.fancybox-button--share svg path {
	stroke-width: 1px;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

/* Caption */

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative; /* Fix IE11 */
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Share */

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

#header {
	position: relative;
	padding: 10px 0;
	border-bottom: 3px solid #fc3a7d;
}

#header .container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1160px;
}

#header .container-fluid:after {
	display: none;
}

.logo {
	margin: 0 auto;
	width: 160px;
}

.list-btns {
	float: right;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-btns.list-inline > li {
	margin: 2px 0;
}

.list-btns .btn {
	min-width: 100%;
	padding: 8px 20px;
}

.list-btns .btn.btn-default {
	padding: 6px 15px;
	min-width: 100%;
}

body {
	min-width: 320px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Nobel", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	line-height: 1.25em;
	margin: 0 0 20px;
	color: #1b1464;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	opacity: .7;
}

h1.white,
.h1.white,
h2.white,
.h2.white,
h3.white,
.h3.white,
h4.white,
.h4.white,
h5.white,
.h5.white,
h6.white,
.h6.white,
.h.white {
	color: #fff;
}

h1.orange,
.h1.orange,
h2.orange,
.h2.orange,
h3.orange,
.h3.orange,
h4.orange,
.h4.orange,
h5.orange,
.h5.orange,
h6.orange,
.h6.orange,
.h.orange {
	color: #f15a24;
}

h1.purple,
.h1.purple,
h2.purple,
.h2.purple,
h3.purple,
.h3.purple,
h4.purple,
.h4.purple,
h5.purple,
.h5.purple,
h6.purple,
.h6.purple,
.h.purple {
	color: #4c2481;
}

h1,
.h1 {
	font-size: 40px;
	line-height: .83;
}

h2,
.h2 {
	font-size: 24px;
	line-height: 1.19;
}

h3,
.h3 {
	font-size: 20px;
	line-height: 1em;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

button {
	-webkit-transition: opacity, color, background, border, .2s linear;
	transition: opacity, color, background, border, .2s linear;
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: opacity, color, background, border, .2s linear;
	transition: opacity, color, background, border, .2s linear;
}

a:hover,
a:focus {
	text-decoration: none;
}

.list-unstyled > li {
	margin: 0;
	margin-bottom: 10px;
}

.list-inline {
	margin-left: -5px;
	margin-right: -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-inline > li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

img {
	max-width: 100%;
	height: auto;
}

.text-white {
	color: #fff;
}

.container-fluid {
	max-width: 1090px;
}

.btn {
	border: 2px solid #f15a24;
	-webkit-transition: opacity, color, background, border, .2s linear;
	transition: opacity, color, background, border, .2s linear;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	border-radius: 50px;
	padding: 8px 20px;
	box-shadow: none;
	min-width: 100px;
}

.btn.btn-primary {
	background: #f15a24;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #d4420e;
	border-color: #d4420e;
}

.btn.btn-default {
	background: none;
	color: #f15a24;
	min-width: 130px;
	padding: 14px 20px;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
	background: #d4420e;
	border-color: #d4420e;
	color: #fff;
}

.btn.btn-default.pink {
	border-color: #fc3a7d;
	color: #fc3a7d;
}

.btn.btn-default.pink:hover,
.btn.btn-default.pink:focus {
	background: #fb085c;
	border-color: #fb085c;
	color: #fff;
}

.btn.btn-default.white {
	border-color: #fff;
	color: #fff;
}

.btn.btn-default.white:hover,
.btn.btn-default.white:focus {
	background: #e6e5e5;
	border-color: #e6e5e5;
	color: #fc3a7d;
}

.btn:hover,
.btn:focus {
	border-color: #f15a24;
	box-shadow: none;
	outline: none;
}

.parallax-section {
	position: relative;
	z-index: 1;
	padding: 0 0 40px;
}

.parallax-section.gray-before {
	background: #f6f3f9;
}

.parallax-section .section-wrap {

	z-index: 1;
}

.parallax-section .container-fluid {
	position: relative;
	z-index: 10;
}

.intro-section {
	color: #fff;
	border-bottom: 6px solid #fc3a7d;
    border-bottom-width: 6px;
}

.intro-section .caption-holder {
	height: 480px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.intro-section h1,
.intro-section .h1 {
	color: inherit;
	margin: 0 0 22px;
}

.intro-section h1 span,
.intro-section .h1 span {
	color: #f15a24;
	font-weight: 700;
}

.intro-section p {
	margin-bottom: 25px;
}

.intro-section .caption {
	text-align: center;
	text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	font-family: "Nobel", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 20px;
	line-height: 1;
	width: 100%;
}

.intro-section .caption .img-holder {
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 400px;
}

.intro-section .caption .img-holder img {
	display: block;
	position: relative;
	bottom: -65px;
}

.bg-gradient {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
}

.bg-gradient:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
background-image: url('https://s3.amazonaws.com/www.cheercandy.com/images/cheercanndy+hero+swap.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.bg-gradient.pink:before {
	bottom: -300px;
	background: -webkit-radial-gradient(center ellipse, #fc92c7 0%, #da0f84 85%);
	background: radial-gradient(ellipse at center, #fc92c7 0%, #da0f84 85%);
	background-image: url('../images/bg2.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.img-decor {
	position: absolute;
	z-index: 2;
}

.img-decor.top-left-mid {
	top: 2%;
	left: 4%;
}

.img-decor.left-bottom {
	bottom: 26%;
	left: -42px;
}

.img-decor.bottom-left-mid {
	bottom: -23%;
	left: 3%;
}

.img-decor.top-right {
	top: 14%;
	right: -55px;
}

.img-decor.bottom-right-mid {
	bottom: 13%;
	right: 15.5%;
}

.img-decor.top-left {
	top: 1%;
	left: -15px;
}

.img-decor.top-left-mid1 {
	top: 34%;
	left: 8%;
}

.img-decor.top-left-mid2 {
	top: 5%;
	left: 23.5%;
}

.img-decor.top-left-mid3 {
	top: 5%;
	left: 20%;
}

.img-decor.bottom-left1 {
	bottom: 17%;
	left: 20px;
}

.img-decor.bottom-left2 {
	bottom: 80px;
	left: 25%;
}

.img-decor.bottom-left3 {
	bottom: 12%;
	left: 10%;
}

.img-decor.bottom-left-mid1 {
	bottom: -20px;
	left: 19%;
}

.img-decor.bottom-left-mid2 {
	bottom: 20%;
	left: 30%;
}

.img-decor.top-right1 {
	top: -55px;
	right: 5.5%;
}

.img-decor.top-right2 {
	top: 28%;
	right: 4%;
}

.img-decor.top-right3 {
	top: -20px;
	right: 5%;
}

.img-decor.bottom-right1 {
	bottom: -58px;
	right: -50px;
}

.img-decor.bottom-right {
	bottom: 10%;
	right: 20%;
}

.img-decor.right-mid {
	right: 25%;
	top: 50%;
}

.img-decor.top-right-mid {
	right: 5%;
	top: 20%;
}

.logo-slider {
	position: relative;
	margin-bottom: 40px;
	padding: 12px 50px;
}

.logo-slider .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-slider .slick-slide {
	margin: 0 15px;
}

.logo-slider .slick-slide img {
	margin: 0 auto;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
	-webkit-transition: opacity, color, background, border, .2s linear;
	transition: opacity, color, background, border, .2s linear;
	font-size: 0;
	line-height: 0;
	border-radius: 0;
	cursor: pointer;
	border-right: 1px solid #999;
	outline: none !important;
}

.slick-prev:before,
.slick-next:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 28px 18px 0;
	border-color: transparent #999 transparent transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: .3;
	pointer-events: none;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: .7;
}

.slick-next {
	left: auto;
	right: 0;
	border-right: none;
	border-left: 1px solid #999;
}

.slick-next:before {
	border-width: 18px 0 18px 28px;
	border-color: transparent transparent transparent #999;
}

.bg-gray {
	background: #f6f3f9;
}

.intro {
	text-align: center;
	font-size: 18px;
	line-height: 1.56;
	max-width: 800px;
	margin: 0 auto 30px;
	padding-top: 8%;
}

.info-offers {
	padding: 25px 0 40px;
}

.info-offers .intro {
	margin-bottom: 38px;
}

.info-section .container-fluid {
	padding-top: 0px;
	padding-bottom: 0;
}

.info-section .intro {
	margin-bottom: 0;
}

.info-section .intro p {
	margin: 0;
}

.info-box {
	position: relative;
	z-index: 1;
	max-width: 520px;
	margin: 0 auto;
}

.info-box .img-holder {
	position: relative;
	bottom: 0px;
}

.info-box .text-holder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	max-width: 310px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-10deg);
	-ms-transform: translate(-50%, -50%) rotate(-10deg);
	transform: translate(-50%, -50%) rotate(-10deg);
	margin: 20px 0 0 -18px;
}

.info-box .h2 {
	margin: 0 0 10px;
	font-weight: 700;
}

.info-box .h2 small {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
}

.info-box .h2 strong {
	display: block;
	color: #fc3a7d;
	line-height: .86;
}

.info-box .btn.btn-default {
	min-width: 160px;
}

.list-profiles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-profiles li {
	width: 33.33%;
}

.list-profiles img {
	display: block;
	max-width: none;
	width: 100%;
}

.info-groups {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1055px;
	margin: 0 auto 60px;
	width: 100%;
}

.info-groups li {
	width: 50%;
}

.info-groups img {
	display: block;
	max-width: none;
	width: 100%;
}

.list-members {
	margin: 0 -4px;
}

.list-members > li {
	padding: 0 4px;
	margin-bottom: 8px;
}

.list-members a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	overflow: hidden;
}

.list-members a:hover {
	opacity: .8;
}

.promo-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	padding: 28px 0 38px;
}

.promo-section h2,
.promo-section .h2 {
	margin-bottom: 13px;
}

.promo-section .info-pane {
	padding: 0;
}

.promo-section .bg-gradient.pink:before {
	bottom: -220px;
}

.modal .close {
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 1;
	color: #f15a24;
	font-size: 35px;
	padding: 0;
	margin: 0;
}

.modal .modal-header {
	display: block;
	border: 0;
	position: relative;
	padding: 48px 50px 20px;
}

.modal .modal-title {
	text-align: center;
}

.modal-backdrop {
	background: rgba(20, 20, 20, .67);
}

.modal-backdrop.show {
	opacity: 1;
}

.modal-open #wrapper {
	filter: blur(10px);
}

.modal-dialog {
	max-width: 600px;
}

.modal-content {
	border-radius: 0;
}

.info-membership {
	padding: 0 0 22px;
}

.info-membership .text-title {
	text-align: center;
}

.info-membership .block-row {
	max-width: 360px;
	margin: 0 auto 45px;
}

.info-membership .block-row:last-child {
	margin-bottom: 0;
}

.info-membership-row {
	color: #707070;
	margin-bottom: 15px;
}

.info-membership-row .img-logo {
	float: left;
	width: 108px;
	margin: 0 20px 0 0;
	text-align: right;
}

.info-membership-row .description {
	overflow: hidden;
}

.info-membership-row h5,
.info-membership-row .h5 {
	font-family: "Mukta Vaani", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
}

.info-membership-row h5 a:hover,
.info-membership-row .h5 a:hover {
	opacity: .7;
}

.info-cheerleaders {
	padding: 8px 0 60px;
}

.info-cheerleaders .container-fluid {
	max-width: 1090px;
}

.info-cheerleaders .intro {
	margin-bottom: 35px;
}

.info-pane {
	padding: 43px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.info-pane .btn-holder {
	margin: 0 15px;
}

.list-stars {
	color: #f15a24;
	font-size: 12px;
	line-height: 1;
}

.list-stars.white {
	color: #fff;
}

.info-community {
	padding-top: 40px;
	padding-bottom: 40px;
}

.info-community.container-fluid {
	max-width: 1170px;
}

.info-community .intro {
	margin-bottom: 35px;
}

.info-columns h4 {
	text-align: center;
	margin: 0 0 27px;
}

.info-columns .row > div {
	margin-bottom: 40px;
	position: relative;
}

.info-columns .row > div:first-child:before {
	display: none;
}

.info-people {
	text-align: center;
}

.info-people .img-holder {
	width: 138px;
	height: 138px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 14px;
	border: 1px solid #979797;
	padding: 2px;
}

.info-people .img-holder a:hover {
	opacity: .8;
}

.info-people .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	border-radius: 100%;
}

.info-people .name {
	display: block;
	color: #707070;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 18px;
}

.info-people .name a {
	color: inherit;
}

.info-people .name a:hover {
	opacity: .7;
}

.fancybox-active #wrapper {
	filter: blur(10px);
}

.fancybox-toolbar .fancybox-button--share {
	display: none !important;
}

.fancybox-slide--iframe .fancybox-content {
	height: 0;
	padding-top: calc(56.25% - 5px);
	max-width: calc(100% - 10px);
	width: 100%;
	max-height: 100%;
}

.fancybox-slide--iframe .fancybox-content > iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100% !important;
	width: 100% !important;
	max-height: none;
	max-width: none;
}

#footer {
	background: #4d4d4d;
	color: #fff;
	text-align: center;
	padding: 45px 0;
}

#footer .img-logo {
	width: 130px;
	margin: 0 auto 22px;
}

#footer .container-fluid {
	max-width: 1290px;
}

#footer p {
	margin-bottom: 18px;
}

@media (min-width: 768px) {
	#header {
		padding: 20px 0;
		border-width: 7px;
	}

	.logo {
		width: 219px;
		height: 78px;
	}

	.list-btns .btn {
		padding: 12px 40px;
	}

	.list-btns .btn.btn-default {
		padding: 9px 35px;
	}

	.btn {
		font-size: 16px;
		padding: 14px 20px;
		min-width: 160px;
	}

	.parallax-section {
		padding-bottom: 60px;
	}

	.intro-section .caption-holder {
		height: 500px;
		max-width: 650px;
	}

	.intro-section .caption {
		font-size: 36px;
		max-width: 300px;
	}

	.img-decor.bottom-left-mid {
		left: 16%;
	}

	.info-offers {
		padding-bottom: 67px;
	}

	.info-section .container-fluid {
		padding-top: 0px;
	}

	.info-box .img-holder {
		bottom: -40px;
	}

	.info-box .text-holder {
		margin: 20px 0 0 -25px;
	}

	.info-box .h2 {
		bottom: 15px;
	}

	.info-box .h2 small {
		font-size: 24px;
	}

	.info-box .h2 strong {
		font-size: 42px;
	}

	.list-profiles li {
		width: 16.666%;
	}

	.info-groups li {
		width: 25%;
	}

	.info-membership-row .description {
		padding: 0 15px 0 0;
	}

	.info-pane .btn.btn-default {
		padding: 14px 40px;
	}

	.list-stars {
		font-size: 22px;
	}

	.info-columns .row > div {
		padding-top: 8px;
	}

	.info-columns .row > div:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		border-left: 1px solid #979797;
	}

	.fancybox-slide--iframe .fancybox-content {
		height: 416px;
		width: 740px;
		padding-top: 0;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 45px 0 20px;
	}

	.logo {
		margin: 0 0 0 15px;
	}

	.list-btns.list-inline {
		margin-left: -12px;
		margin-right: -12px;
		padding-top: 8px;
	}

	.list-btns.list-inline > li {
		padding: 0 12px;
	}

	h1,
	.h1 {
		font-size: 72px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 28px;
		margin-bottom: 37px;
	}

	.btn {
		font-size: 18px;
	}

	.intro-section .caption-holder {
		height: 580px;
		max-width: 700px;
	}

	.intro {
		font-size: 18px;
	}

	.info-community {
		padding-top: 72px;
		padding-bottom: 30px;
	}

	.fancybox-slide--iframe .fancybox-content {
		height: 540px;
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.intro-section .caption .img-holder {
		width: 440px;
	}
}

@media (min-width: 1400px) {
	.intro-section .caption-holder {
		height: 755px;
		max-width: 1040px;
	}

	.intro-section .caption {
		margin: -35px 0 0 155px;
	}

	.intro-section .caption .img-holder {
		width: 598px;
	}

	.logo-slider {
		margin: 0 100px 48px;
	}

	.info-box {
		left: 25%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 0 0 0 70px;
	}
	.phone-text {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 0 0 0 10px;
	}

	.info-pane .btn-holder {
		margin: 0 30px;
	}

	.fancybox-slide--iframe .fancybox-content {
		height: 720px;
		width: 1280px;
	}
}

@media (max-width: 1199px) {
	.img-decor img {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
}

@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 767px) {
	.intro-section .caption .img-holder {
		display: none !important;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

#mc_embed_signup {
max-width: 480px;
margin: 0 auto;

}
#mc-embedded-subscribe {
	margin: 0 auto !important;
	text-align: center !important;
}


 .formbtn {
background: #f15a24 !important;
border-color: #d4420e !important;
color: #fff !important;
border-radius: 20px !important;
border: 2px solid #f15a24 !important;
-webkit-transition: opacity, color, background, border, .2s linear !important;
transition: opacity, color, background, border, .2s linear !important;
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
font-weight: 700 !important;
font-size: 18px !important;
line-height: 1 !important;
border-radius: 50px !important;
padding: 8px 20px !important;
box-shadow: none !important;
min-width: 150px !important;
padding: 14px 20px !important;

}

 .formbtn:hover {
 	background: transparent !important;
 	color: #f15a24 !important;
border: 2px solid #f15a24 !important;
    border-top-color: rgb(241, 90, 36) !important;
    border-right-color: rgb(241, 90, 36) !important;
    border-bottom-color: rgb(241, 90, 36) !important;
    border-left-color: rgb(241, 90, 36) !important;
-webkit-transition: opacity, color, background, border, .2s linear !important;
transition: opacity, color, background, border, .2s linear !important;
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
font-weight: 700 !important;
font-size: 18px !important;
line-height: 1 !important;
border-radius: 50px !important;
padding: 8px 20px !important;
box-shadow: none !important;
min-width: 150px !important;
padding: 14px 20px !important;
}

.feature {
	text-align: left;
}
.feature li {
	padding-top: 10px;
}
.graybg {
	background-color: #fafafa;
}
.mc-field-group input {
border: 2px solid #ABB0B2 !important;
}
.zero-padding {

	padding: 0px !important;
}

 .formbtn-white {
background: transparent; !important;
border-color: #fff !important;
color: #fff !important;
border-radius: 20px !important;
border: 2px solid #fff !important;
-webkit-transition: opacity, color, background, border, .2s linear !important;
transition: opacity, color, background, border, .2s linear !important;
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
font-weight: 700 !important;
font-size: 18px !important;
line-height: 1 !important;
border-radius: 50px !important;
padding: 8px 20px !important;
box-shadow: none !important;
min-width: 150px !important;
padding: 14px 20px !important;

}

 .formbtn-white:hover {
 	background: #f15a24 !important;
 	color: #fff !important;
border: 2px solid #f15a24 !important;
    border-top-color: rgb(241, 90, 36) !important;
    border-right-color: rgb(241, 90, 36) !important;
    border-bottom-color: rgb(241, 90, 36) !important;
    border-left-color: rgb(241, 90, 36) !important;
-webkit-transition: opacity, color, background, border, .2s linear !important;
transition: opacity, color, background, border, .2s linear !important;
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
font-weight: 700 !important;
font-size: 18px !important;
line-height: 1 !important;
border-radius: 50px !important;
padding: 8px 20px !important;
box-shadow: none !important;
min-width: 150px !important;
padding: 14px 20px !important;
}

/*	.intro ul {
padding-left: 90px;

	}*/

@media (max-width: 950px) {
	.intro {
float: none !important;
margin: 0 auto !important;
text-align: center !important;
	}
	.intro ul {
float: none !important;
margin: 0 auto !important;

	}
	.img-holder {
		margin: 0 auto !important;
		text-align: center !important;
	}
	.info-box {
		float: none !important;
		margin: 0 auto !important;
	}
}

#mc_embed_signup div.response {
margin: 0 auto !important;
text-align: center !important;
float: none !important;
}

#mce-success-response {

	color: #fc3a7d !important;
	font-size: 1.4em;
}


@media (max-width: 705px) {
	.bg-gradient:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
background-image: url('../images/header-image-mobile.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}


}
@media (max-width: 480px) {
	.intro ul {
padding-left: 40px;}

.img-decor.bottom-left1,.img-decor.top-right2,.img-decor.top-left-mid1,.img-decor.top-left-mid3,.img-decor.top-right3 {
display: none;
}
}

strong {
	color: #fc3a7d;
	font-weight: bold;
}
@media (max-width: 1070px) {
.phones {
	max-width: 400px !important;
}}
.b-pink {
	color: #FF96C2 !important;
	font-weight: normal;
}
