/* Typography */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800);
.fb-like{
		float: right;	
								text-align: right;	
								width: 100%;
																																paadding: 0
																																																																																																																																margin: 0
}
body {
				background: #fff;
				font-family: 'Open Sans', sans-serif;
}
p {
				color: #333;
				font-size: 0.90em;
				line-height: 1.6em;
				margin-bottom: 12px;
}
html p.purple,
html .purple {
				color: #202474;
}
a,
a:link,
a:visited,
a:hover,
a:active {
				color: #777;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
				color: #202474;
				margin-bottom: 15px;
				margin-top: 0;
				text-align: left;
}
h1,
.h1 {
				font-size: 1.8em;
}
h2,
.h2 {
				font-size: 1.6em;
}
h3,
.h3 {
				font-size: 1.2em;
}
h4,
.h4 {
				font-size: 1.1em;
}
h5,
.h5 {
				font-size: 1em;
}
h6,
.h6 {
				font-size: 0.9em;
}
h1.headline,
.h1.headline {
				font-size: 3.8em;
				letter-spacing: -2.5px;
}
h2.headline,
.h2.headline {
				font-size: 3em;
				letter-spacing: -2px;
}
h3.headline,
.h3.headline {
				font-size: 2.6em;
				letter-spacing: -2px;
}
h4.headline,
.h4.headline {
				font-size: 2.4em;
				letter-spacing: -1.5px;
}
h5.headline,
.h5.headline {
				font-size: 2.2em;
				letter-spacing: -1.4px;
}
h6.headline,
.h5.headline {
				font-size: 2em;
				letter-spacing: -1.3px;
}
.text-size-2x {
				font-size: 2em;
				line-height: 1.2em;
}
.text-size-12,
.text-l-size-12 {
				font-size: 12px !important;
				line-height: 1.4em;
}
.text-size-16,
.text-l-size-16 {
				font-size: 16px !important;
				line-height: 1.4em;
}
.text-size-20,
.text-l-size-20 {
				font-size: 20px !important;
				line-height: 1.4em;
}
.text-size-25,
.text-l-size-25 {
				font-size: 25px !important;
				line-height: 1.4em;
}
.text-size-30,
.text-l-size-30 {
				font-size: 30px !important;
				line-height: 1.4em;
}
.text-size-40,
.text-l-size-40 {
				font-size: 40px !important;
				line-height: 1.4em;
}
.text-size-50,
.text-l-size-50 {
				font-size: 50px !important;
				line-height: 1.4em;
}
.text-size-60,
.text-l-size-60 {
				font-size: 60px !important;
				line-height: 1.4em;
}
.text-size-70,
.text-l-size-70 {
				font-size: 70px !important;
				line-height: 1.4em;
}
.background-primary .section-title:after,
.primary-color-primary .background-primary .section-title:after {
				color: #fff;
}
.text-center {
				text-align: center;
}
.text-right {
				text-align: right;
}
.text-thin {
				font-weight: 300;
}
.text-thin.center {
				text-align: center;
}
b,
strong,
.text-strong {
				font-weight: 700;
}
.text-extra-strong {
				font-weight: 800;
}
blockquote::before {
				color: #e0e0e0;
				content: "“";
				display: block;
				float: left;
				font-family: georgia;
				font-size: 80px;
				height: 30px;
				left: -40px;
				position: relative;
				top: -20px;
				width: 0;
}
blockquote {
				color: #202474;
				font-size: 1em;
				padding: 0 0 0 40px;
}
ul.text-list,
ol.text-list {
				font-size: 0.85em;
				line-height: 1.8em;
				padding: 0 16px;
}
ul.text-list ul,
ol.text-list ol {
				padding: 0 14px;
}
iframe {
				display: block;
				margin: 0;
}
/* Backgrounds */
.background-white-hightlight .top-nav .active-item > a,
.background-white-hightlight .top-nav li a:hover {
				background: #fff none repeat scroll 0 0;
				color: #202474;
}
.background-primary-hightlight .top-nav .active-item > a,
.background-primary-hightlight .top-nav li a:hover {
				background: #433e7b none repeat scroll 0 0;
				color: #fff;
}
.background-dark-hightlight .top-nav .active-item > a,
.background-dark-hightlight .top-nav li a:hover {
				background: #202474 none repeat scroll 0 0;
				color: #fff;
}
/* Breaks */
hr.break {
				border: 0;
				border-top: 1px solid #e5e5e5;
				display: block;
				margin: 40px 0;
}
hr.break:after {
				clear: both;
				content: ".";
				display: block;
				height: 0;
				line-height: 0;
				visibility: hidden;
}
hr.break.break-dashed {
				border-top: 1px dashed #e5e5e5;
}
hr.break.break-dotted {
				border-top: 1px dotted #e5e5e5;
}
hr.break.break-double {
				border-bottom: 1px solid #e5e5e5;
				border-top: 1px solid #e5e5e5;
				height: 8px;
}
hr.break.break-dashed-double {
				border-bottom: 1px dashed #e5e5e5;
				border-top: 1px dashed #e5e5e5;
				height: 8px;
}
hr.break.break-dotted-double {
				border-bottom: 1px dotted #e5e5e5;
				border-top: 1px dotted #e5e5e5;
				height: 8px;
}
video {
				display: block;
}
/* Top Nav */
.top-nav {
	margin-top: 20px;			
}
.top-nav li a,
.background-white .top-nav li a {
				color: #202474;
				font-size: 0.9em;
				padding: 0.7em 1.25em;
}
nav {
				border-bottom: 4px solid rgba(0, 0, 0, 0.05);
				border-top: 1px solid rgba(0, 0, 0, 0.05);
				padding: 1.7em 0;
				position: relative;
				z-index: 2;
}
.top-nav ul ul {
				background: #202474 none repeat scroll 0 0;
}
.top-nav li ul li {
				border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.top-nav li ul li:last-child {
				border-bottom: 0;
}
.top-nav li ul li a,
.background-white .top-nav li ul li a,
.top-nav .active-item li a {
				background: #433e7b none repeat scroll 0 0;
				color: rgba(255,255,255, 0.75);
}
ul.chevron .submenu > a::after,
ul.chevron .sub-submenu > a::after,
ul.chevron .aside-submenu > a::after,
ul.chevron .aside-sub-submenu > a::after {
				margin: 0 0 0 1.25em;
}
.top-nav ul ul a {
				color: #eee;
}
.logo img {
				margin: 0 auto;
				max-width: 300px;
				width: 100%;
}
/* Font colors */
.background-white,
.background-white p,
a.background-white,
.background-white a,
.background-white a:link,
.background-white a:visited,
.background-white a:hover,
.background-white a:active {
				color: #666;
}
.background-white a,
.background-white a:link,
.background-white a:visited,
.background-white a:hover,
.background-white a:active {
				color: #433e7b;
}
.background-dark,
.background-dark p,
a.background-dark,
a.background-dark:visited,
a.background-dark:link,
.background-dark a,
.background-dark a:link,
.background-dark a:visited,
.background-dark a:hover,
.background-dark a:active {
				color: #fff;
}
.background-white h1,
.background-white h2,
.background-white h3,
.background-white h4,
.background-white h5,
.background-white h6,
.background-white .h1,
.background-white .h2,
.background-white .h3,
.background-white .h4,
.background-white .h5,
.background-white .h6 {
				color: #202474;
}
.image-hover-overlay-content *,
.background-primary,
.background-primary p,
a.background-primary,
a.background-primary:visited,
a.background-primary:link,
.background-primary a,
.background-primary a:link,
.background-primary a:visited,
.background-primary a:hover,
.background-primary a:active {
				color: rgba(255,255,255, 0.75);
}
.background-dark h1,
.background-dark h2,
.background-dark h3,
.background-dark h4,
.background-dark h5,
.background-dark h6,
.background-dark .h1,
.background-dark .h2,
.background-dark .h3,
.background-dark .h4,
.background-dark .h5,
.background-dark .h6,
.background-primary h1,
.background-primary h2,
.background-primary h3,
.background-primary h4,
.background-primary h5,
.background-primary h6,
.background-primary .h1,
.background-primary .h2,
.background-primary .h3,
.background-primary .h4,
.background-primary .h5,
.background-primary .h6 {
				color: #fff;
}
.text-white,
.text-white * {
				color: #fff !important;
}
.text-primary,
.text-primary * {
				color: #49BF4C !important;
}
.text-dark,
.text-dark * {
				color: #202474 !important;
}
.text-white-hover,
.text-primary-hover,
.text-dark-hover {
				transition: color 0.20s linear 0s;
				-o-transition: color 0.20s linear 0s;
				-ms-transition: color 0.20s linear 0s;
				-moz-transition: color 0.20s linear 0s;
				-webkit-transition: color 0.20s linear 0s;
}
.text-white-hover:hover {
				color: #fff !important;
}
.text-primary-hover:hover {
				color: #49BF4C !important;
}
.text-dark-hover:hover {
				color: #202474 !important;
}
/* Background Colors */
.background-white {
				background-color: #fff !important;
}
.background-primary {
				background-color: #433e7b !important;
}
.background-midd {
				background-color: #d8d7ec !important;
}
.background-dark {
				background-color: #433e7b !important;
}
/* Hover Overlay */
.image-hover-overlay {
				bottom: 0;
				color: rgba(255,255,255, 0.75)!important;
				left: 0;
				opacity: 0;
				padding: 1.25em;
				position: absolute;
				right: 0;
				top: 0;
				z-index: 1;
				transition: all 0.20s linear 0s;
				-o-transition: all 0.20s linear 0s;
				-ms-transition: all 0.20s linear 0s;
				-moz-transition: all 0.20s linear 0s;
				-webkit-transition: all 0.20s linear 0s;
				transform-style: preserve-3d;
				-o-transform-style: preserve-3d;
				-ms-transform-style: preserve-3d;
				-moz-transform-style: preserve-3d;
				-webkit-transform-style: preserve-3d;
}
.image-border-radius .image-hover-overlay {
				border-radius: 3px;
}
.image-hover-overlay:hover {
				opacity: 1;
}
.image-hover-overlay-content {
				position: absolute;
				left: 0;
				right: 0;
				top: 60%;
				transition: all 0.20s linear 0s;
				-o-transition: all 0.20s linear 0s;
				-ms-transition: all 0.20s linear 0s;
				-moz-transition: all 0.20s linear 0s;
				-webkit-transition: all 0.20s linear 0s;
				transform: translateY(-50%);
				-o-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				-moz-transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
}
.image-hover-overlay:hover > .image-hover-overlay-content {
				top: 50%;
}
/* Image blocks */
.image-with-hover-overlay {
				display: block;
				position: relative;
}
.image-border-radius img {
				border-radius: 3px;
}
.image-hover-zoom {
				display: block;
				overflow: hidden;
}
.image-hover-zoom img {
				transition: all 0.20s linear 0s;
				-o-transition: all 0.20s linear 0s;
				-ms-transition: all 0.20s linear 0s;
				-moz-transition: all 0.20s linear 0s;
				-webkit-transition: all 0.20s linear 0s;
}
.image-with-hover-overlay img {
				width: 100%;
}
.image-hover-zoom:hover img {
				transform: scale(1.1);
}
/* Buttons */
.button,
a.button,
a.button:link,
a.button:visited {
				border: 1px solid #433e7b;
				background: #433e7b;
				color: white;
				display: inline-block;
				padding: 0.625em 0.8em;
				text-align: center;
				transition: all 0.20s linear 0s !important;
				-o-transition: all 0.20s linear 0s !important;
				-ms-transition: all 0.20s linear 0s !important;
				-moz-transition: all 0.20s linear 0s !important;
				-webkit-transition: all 0.20s linear 0s !important;
				-webkit-border-radius: 5px;
				-moz-border-radius: 53px;
				border-radius: 5px;
				font-family: Arial;
				font-weight: 800;
				font-size: 18px;
}
a.button.orange {
				background: #ff6600;
				border-color: #ff6600;
																background: #cc0000;
																																																																border-color: #cc0000;
																																																																
}
.button:hover,
a.button:hover,
a.button:link:hover,
a.button:visited:hover {
				box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.25) inset;
}
/* Containers */
.section {
				padding: 3em 1.25em;
}
.section-small-padding {
				padding: 2.5em 1.25em;
}
.section-top-padding {
				padding-top: 6em;
}
.section-top-small-padding {
				padding-top: 2.5em;
}
.float-left {
				float: left;
}
.block-bordered {
				border: 1px solid rgba(0, 0, 0, 0.1);
}
.padding {
				padding: 1.25em;
}
.padding-2x {
				padding: 2.5em;
}
.full-width:after {
				clear: both;
				content: ".";
				display: block;
				height: 0;
				line-height: 0;
				visibility: hidden;
}
.position-fixed {
				position: fixed;
				top: 0;
				width: 100%;
}
.center {
				display: block!important;
}
.center-align {
				text-align: center;
}
.border-radius {
				border-radius: 3px;
}
.content-center-vertical {
				position: absolute;
				left: 0;
				right: 0;
				top: 50%;
				transform: translateY(-50%);
				-o-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				-moz-transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
}
.content-bottom {
				bottom: 0;
				position: absolute;
}
.grayscale {
				filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
				-webkit-filter: grayscale(100%);
				filter: grayscale(100%);
 filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
.image-grayscale {
				filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
				-webkit-filter: grayscale(100%);
				filter: grayscale(100%);
 filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
				position: relative;
}
*:hover > .image-grayscale {
				filter: none;
				-webkit-filter: grayscale(0%);
				filter: grayscale(0%);
 filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=0);
}
/* Margins */
.margin-top {
				margin-top: 1.25em !important;
}
.margin-top-bottom {
				margin-top: 1.25em !important;
				margin-bottom: 1.25em !important;
}
.margin-top-2x {
				margin-top: 2.5em !important;
}
.margin-bottom-2x {
				margin-bottom: 2.5em !important;
}
.margin-top-bottom-2x {
				margin-top: 2.5em !important;
				margin-bottom: 2.5em !important;
}
.margin-top-0 {
				margin-top: 0 !important;
				display: block;
}
.margin-top-10 {
				margin-top: 10px !important;
				display: block;
}
.margin-top-15 {
				margin-top: 15px !important;
				display: block;
}
.margin-top-20 {
				margin-top: 20px !important;
				display: block;
}
.margin-top-30 {
				margin-top: 30px !important;
				display: block;
}
.margin-top-40 {
				margin-top: 40px !important;
				display: block;
}
.margin-top-50 {
				margin-top: 50px !important;
				display: block;
}
.margin-top-60 {
				margin-top: 60px !important;
				display: block;
}
.margin-top-70 {
				margin-top: 70px !important;
				display: block;
}
.margin-top-80 {
				margin-top: 80px !important;
				display: block;
}
.margin-bottom-0 {
				margin-bottom: 0 !important;
				display: block;
}
.margin-bottom-10 {
				margin-bottom: 10px !important;
				display: block;
}
.margin-bottom-15 {
				margin-bottom: 15px !important;
				display: block;
}
.margin-bottom-20 {
				margin-bottom: 20px !important;
				display: block;
}
.margin-bottom-30 {
				margin-bottom: 30px !important;
				display: block;
}
.margin-bottom-40 {
				margin-bottom: 40px !important;
				display: block;
}
.margin-bottom-50 {
				margin-bottom: 50px !important;
				display: block;
}
.margin-bottom-60 {
				margin-bottom: 60px !important;
				display: block;
}
.margin-bottom-70 {
				margin-bottom: 70px !important;
				display: block;
}
.margin-bottom-80 {
				margin-bottom: 80px !important;
				display: block;
}
.margin-top-bottom-0 {
				margin-top: 0 !important;
				margin-bottom: 0 !important;
				display: block;
}
.margin-top-bottom-10 {
				margin-top: 10px !important;
				margin-bottom: 10px !important;
				display: block;
}
.margin-top-bottom-15 {
				margin-top: 15px !important;
				margin-bottom: 15px !important;
				display: block;
}
.margin-top-bottom-20 {
				margin-top: 20px !important;
				margin-bottom: 20px !important;
				display: block;
}
.margin-top-bottom-30 {
				margin-top: 30px !important;
				margin-bottom: 30px !important;
				display: block;
}
.margin-top-bottom-40 {
				margin-top: 40px !important;
				margin-bottom: 40px !important;
				display: block;
}
.margin-top-bottom-50 {
				margin-top: 50px !important;
				margin-bottom: 50px !important;
				display: block;
}
.margin-top-bottom-60 {
				margin-top: 60px !important;
				margin-bottom: 60px !important;
				display: block;
}
.margin-top-bottom-70 {
				margin-top: 70px !important;
				margin-bottom: 70px !important;
				display: block;
}
.margin-top-bottom-80 {
				margin-top: 80px !important;
				margin-bottom: 80px !important;
				display: block;
}
.margin-left-80 {
				margin-left: 80px !important;
}
/* More info button */
a.text-more-info {
				display: block;
				font-size: 0.85em;
				margin-top: 0.625em;
}
a.text-more-info:after {
				content: "\f006";
				font-family: mfg;
				font-size: 0.8em;
				margin-left: 0.625em;
				transition: all 0.20s linear 0s;
				-o-transition: all 0.20s linear 0s;
				-ms-transition: all 0.20s linear 0s;
				-moz-transition: all 0.20s linear 0s;
				-webkit-transition: all 0.20s linear 0s;
}
a.text-more-info:hover:after {
				margin-left: 0.825em;
}
/* Top bar */
.top-bar{
	display: none;			
}
.top-bar-contact{
			display: none;	
}
.top-bar-contact p {
				height: 35px;
				line-height: 35px;
}
.top-bar-social li {
				border-left: 1px solid rgba(0,0,0, 0.05);
				float: left;
				height: 35px;
				line-height: 35px;
				list-style: outside none none;
				text-align: center;
				width: 35px;
}
.top-bar-social li:last-child {
				border-right: 1px solid rgba(0,0,0, 0.05);
}
.top-bar-social i {
				color: rgba(170, 170, 170, 0.20);
				font-size: 18px;
}
/* Icon blocks */
i.icon-circle-small {
				border-radius: 60px;
				display: block;
				height: 60px;
				line-height: 60px;
				margin-bottom: 0.625em;
				text-align: center;
				width: 60px;
}
/* Carousel */
.owl-theme .owl-controls {
				margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
				background: #7697a2 none repeat scroll 0 0;
				border-radius: 0;
				height: 1px;
				margin: 0 1px;
				width: 30px;
}
.owl-theme .owl-controls .owl-buttons div {
				background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
				color: #7697a2!important;
				border: 1px solid #7697a2;
				border-radius: 0;
				font-family: mfg;
				height: 40px;
				line-height: 40px;
				margin-top: -20px;
				padding: 0;
				position: absolute;
				text-align: center;
				top: 50%;
				width: 40px;
}
.carousel-bottom-arrows.owl-theme .owl-controls .owl-buttons div {
				bottom: 0;
				top: auto;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
				left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
				right: 0;
}
.carousel-wide-arrows.owl-theme .owl-controls .owl-buttons .owl-prev {
				left: -60px;
}
.carousel-wide-arrows.owl-theme .owl-controls .owl-buttons .owl-next {
				right: -60px;
}
.carousel-nav-white.owl-theme .owl-controls .owl-page span {
				background: #fff none repeat scroll 0 0;
}
.carousel-nav-white.owl-theme .owl-controls .owl-buttons div {
				color: #fff!important;
				border: 1px solid #fff;
}
.carousel-main .carousel-content {
				bottom: 30px;
				left: 30px;
				position: absolute;
				top: 30px;
				width: 35%;
				z-index: 1;
				transform-style: preserve-3d;
				-o-transform-style: preserve-3d;
				-ms-transform-style: preserve-3d;
				-moz-transform-style: preserve-3d;
				-webkit-transform-style: preserve-3d;
				background-image: url(../img/carousel-content-bgnd.png);
				background-position: top left;
				background-repeat: repeat;
				color: #fff;
}
.carousel-main .carousel-content h2 {
				font-weight: 500;
				font-size: 200%;
				line-height: 36px;
}
.carousel-main .carousel-content h1.heavy,
.carousel-main .carousel-content h2.heavy {
				font-weight: 700;
				font-size: 220%;
				margin-bottom: 0;
				padding-bottom: 0;
																				line-height: 36px;
}
.carousel-main .carousel-content h3.orange {
				color: #ff6600;
																	color: #cc0000;
				font-weight: 600;
}
.carousel-main .carousel-content p {
				color: #fff;
				font-size: 16px;
				line-height: 22px;
																text-align: left;
																																																																margin-top: 20px;
}
.owl-pagination {
				margin-top: 0.625em;
}
.carousel-main .owl-pagination {
				bottom: 0;
				padding: 1.25em 0;
				position: absolute;
				width: 100%;
}
.carousel-blocks {
				padding: 0 3em;
}
.carousel-blocks .owl-item {
				padding: 0 0.625em;
}
/* Forms */
form.customform input,
form.customform textarea,
form.customform select {
				background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
				border: 1px solid rgba(0, 0, 0, 0.14);
				font-size: 12px;
				padding: 0.625em;
				width: 100%;
}
form.customform input:hover,
form.customform textarea:hover,
form.customform select:hover,
form.customform input:focus,
form.customform textarea:focus,
form.customform select:focus {
				background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.required {
				border-left: 1px solid #dd442c !important;
}

	.mobileonly{
					display: none;			
				}
		.nonmobile{
					display: block;			
				}
/* -1120px version */
@media screen and (max-width:1120px) {
.size-1140 .line.content-center-vertical {
				padding: 0 2em;
}
			.mobileonly{
					display: none;			
				}
				
}

/* -768px version */
@media screen and (max-width:768px) {
			.fb-like{
		float: none;
								text-align: center;		
}
.top-nav .right {
				float: none;
}
.logo {
				max-width: 268px;
				margin: 0 auto;
}
.nav-text {
 color:#1a1e70;
				display: block;
				font-size: 1.8em;
				line-height: 0.5em;
				margin-right: 0.625em;
				max-width: 100%;
				text-align: center;
				vertical-align: middle;
																margin-left: 10px;
			font-weight: bold;
}
.nav-text::before {
 color:#1a1e70;
				display: inline-block;
  font-size:30px;
				margin-left: 0;
				margin-top: 30px;
																margin-right: 10px;
}
.top-nav li a,
.background-white .top-nav li a {
				background: #433e7b none repeat scroll 0 0;
				color: #fff;
				font-size: 1.1em;
				padding: 0em;
				text-align: center;
}
.top-nav li.orange a,
.background-white .top-nav li.orange a {
				background: #cc0000 none repeat scroll 0 0;
				color: #fff;
				font-size: 1.1em;
				padding: 0em;
				text-align: center;
}
.top-nav li a:hover,
.background-white .top-nav li a:hover {
				background: #202474 none repeat scroll 0 0;

}
.background-primary-hightlight .top-nav .active-item > a,
.background-primary-hightlight .top-nav li a:hover {
				background: #202474 none repeat scroll 0 0;
				color: #fff;
}
.owl-buttons,
.owl-pagination {
				display: none;
}
.carousel-main .owl-item img {
				max-width: 300%;
				width: auto;
}
.margin-m-top {
				margin-top: 1.25em !important;
				display: block;
}
.margin-m-bottom {
				margin-bottom: 1.25em !important;
				display: block;
}
.margin-m-top-bottom {
				margin-top: 1.25em !important;
				margin-bottom: 1.25em !important;
				display: block;
}
.margin-m-top-2x {
				margin-top: 2.5em !important;
				display: block;
}
.margin-m-bottom-2x {
				margin-bottom: 2.5em !important;
				display: block;
}
.margin-m-top-bottom-2x {
				margin-top: 2.5em !important;
				margin-bottom: 2.5em !important;
				display: block;
}
.margin-m-top-0 {
				margin-top: 0 !important;
				display: block;
}
.margin-m-top-10 {
				margin-top: 10px !important;
				display: block;
}
.margin-m-top-15 {
				margin-top: 15px !important;
				display: block;
}
.margin-m-top-20 {
				margin-top: 20px !important;
				display: block;
}
.margin-m-top-30 {
				margin-top: 30px !important;
				display: block;
}
.margin-m-top-40 {
				margin-top: 40px !important;
				display: block;
}
.margin-m-top-50 {
				margin-top: 50px !important;
				display: block;
}
.margin-m-top-60 {
				margin-top: 60px !important;
				display: block;
}
.margin-m-top-70 {
				margin-top: 70px !important;
				display: block;
}
.margin-m-top-80 {
				margin-top: 80px !important;
				display: block;
}
.margin-m-bottom-0 {
				margin-bottom: 0 !important;
				display: block;
}
.margin-m-bottom-10 {
				margin-bottom: 10px !important;
				display: block;
}
.margin-m-bottom-15 {
				margin-bottom: 15px !important;
				display: block;
}
.margin-m-bottom-20 {
				margin-bottom: 20px !important;
				display: block;
}
.margin-m-bottom-30 {
				margin-bottom: 30px !important;
				display: block;
}
.margin-m-bottom-40 {
				margin-bottom: 40px !important;
				display: block;
}
.margin-m-bottom-50 {
				margin-bottom: 50px !important;
				display: block;
}
.margin-m-bottom-60 {
				margin-bottom: 60px !important;
				display: block;
}
.margin-m-bottom-70 {
				margin-bottom: 70px !important;
				display: block;
}
.margin-m-bottom-80 {
				margin-bottom: 80px !important;
				display: block;
}
.margin-m-top-bottom-0 {
				margin-top: 0 !important;
				margin-bottom: 0 !important;
				display: block;
}
.margin-m-top-bottom-10 {
				margin-top: 10px !important;
				margin-bottom: 10px !important;
				display: block;
}
.margin-m-top-bottom-15 {
				margin-top: 15px !important;
				margin-bottom: 15px !important;
				display: block;
}
.margin-m-top-bottom-20 {
				margin-top: 20px !important;
				margin-bottom: 20px !important;
				display: block;
}
.margin-m-top-bottom-30 {
				margin-top: 30px !important;
				margin-bottom: 30px !important;
				display: block;
}
.margin-m-top-bottom-40 {
				margin-top: 40px !important;
				margin-bottom: 40px !important;
				display: block;
}
.margin-m-top-bottom-50 {
				margin-top: 50px !important;
				margin-bottom: 50px !important;
				display: block;
}
.margin-m-top-bottom-60 {
				margin-top: 60px !important;
				margin-bottom: 60px !important;
				display: block;
}
.margin-m-top-bottom-70 {
				margin-top: 70px !important;
				margin-bottom: 70px !important;
				display: block;
}
.margin-m-top-bottom-80 {
				margin-top: 80px !important;
				margin-bottom: 80px !important;
				display: block;
}
.text-m-size-12 {
				font-size: 12px !important;
				line-height: 1.4em;
}
.text-m-size-16 {
				font-size: 16px !important;
				line-height: 1.4em;
}
.text-m-size-20 {
				font-size: 20px !important;
				line-height: 1.4em;
}
.text-m-size-25 {
				font-size: 25px !important;
				line-height: 1.4em;
}
.text-m-size-30 {
				font-size: 30px !important;
				line-height: 1.4em;
}
.text-m-size-40 {
				font-size: 40px !important;
				line-height: 1.4em;
}
.text-m-size-50 {
				font-size: 50px !important;
				line-height: 1.4em;
}
.text-m-size-60 {
				font-size: 60px !important;
				line-height: 1.4em;
}
.text-m-size-70 {
				font-size: 70px !important;
				line-height: 1.4em;
}
.owl-buttons {
				display: none;
}
			.mobileonly{
					display: block;			
				}
				.nonmobile{
				display: none;			
																}
			.mobcenter{
		text-align: center;	
												}
											
html .carousel-content div.cta a.button.white			{
	font-size: 17px;	
		
																	width: 48%;	
}
html .carousel-content div.cta a.button.orange			{
	font-size: 17px;			
				margin-top: 10px;
																margin-bottom: 20px;
			
																width: 48%;
}			
.carousel-main .carousel-content h2 {
				font-weight: 500;
				font-size: 220%;
				line-height: 36px;
}
.carousel-main .carousel-content h1.heavy,
.carousel-main .carousel-content h2.heavy {
				font-weight: 700;
				font-size: 220%;
				margin-bottom: 0;
				padding-bottom: 0;
					line-height: 36px;
			text-align: center;
												bborder: 1px solid #000;
}


}
@media screen and (max-width:767px) {
	html .carousel-content div.cta a.button.white			{
	font-size: 14px;	
		
																	width: 100%;	
}
html .carousel-content div.cta a.button.orange			{
	font-size: 14px;			
			
																width: 100%;
}		
			.fb-like{
		float: none;
								text-align: center;		
}
}
/* -480px version */
@media screen and (max-width:480px) {
		.fb-like{
		float: none;
								text-align: center;		
}
.top-bar .right {
				float: none;
}
.top-bar-contact p {
				height: auto;
				line-height: 1.3em;
				padding: 10px 0;
				text-align: center;
}
.top-bar-social.right {
				display: table;
				float: none;
				margin: 0 auto;
				padding: 0;
				text-align: center;
}
.margin-s-top {
				margin-top: 1.25em !important;
				display: block;
}
.margin-s-bottom {
				margin-bottom: 1.25em !important;
				display: block;
}
.margin-s-top-bottom {
				margin-top: 1.25em !important;
				margin-bottom: 1.25em !important;
				display: block;
}
.margin-s-top-2x {
				margin-top: 2.5em !important;
				display: block;
}
.margin-s-bottom-2x {
				margin-bottom: 2.5em !important;
				display: block;
}
.margin-s-top-bottom-2x {
				margin-top: 2.5em !important;
				margin-bottom: 2.5em !important;
				display: block;
}
.margin-s-top-0 {
				margin-top: 0 !important;
				display: block;
}
.margin-s-top-10 {
				margin-top: 10px !important;
				display: block;
}
.margin-s-top-15 {
				margin-top: 15px !important;
				display: block;
}
.margin-s-top-20 {
				margin-top: 20px !important;
				display: block;
}
.margin-s-top-30 {
				margin-top: 30px !important;
				display: block;
}
.margin-s-top-40 {
				margin-top: 40px !important;
				display: block;
}
.margin-s-top-50 {
				margin-top: 50px !important;
				display: block;
}
.margin-s-top-60 {
				margin-top: 60px !important;
				display: block;
}
.margin-s-top-70 {
				margin-top: 70px !important;
				display: block;
}
.margin-s-top-80 {
				margin-top: 80px !important;
				display: block;
}
.margin-s-bottom-0 {
				margin-bottom: 0 !important;
				display: block;
}
.margin-s-bottom-10 {
				margin-bottom: 10px !important;
				display: block;
}
.margin-s-bottom-15 {
				margin-bottom: 15px !important;
				display: block;
}
.margin-s-bottom-20 {
				margin-bottom: 20px !important;
				display: block;
}
.margin-s-bottom-30 {
				margin-bottom: 30px !important;
				display: block;
}
.margin-s-bottom-40 {
				margin-bottom: 40px !important;
				display: block;
}
.margin-s-bottom-50 {
				margin-bottom: 50px !important;
				display: block;
}
.margin-s-bottom-60 {
				margin-bottom: 60px !important;
				display: block;
}
.margin-s-bottom-70 {
				margin-bottom: 70px !important;
				display: block;
}
.margin-s-bottom-80 {
				margin-bottom: 80px !important;
				display: block;
}
.margin-s-top-bottom-0 {
				margin-top: 0 !important;
				margin-bottom: 0 !important;
				display: block;
}
.margin-s-top-bottom-10 {
				margin-top: 10px !important;
				margin-bottom: 10px !important;
				display: block;
}
.margin-s-top-bottom-15 {
				margin-top: 15px !important;
				margin-bottom: 15px !important;
				display: block;
}
.margin-s-top-bottom-20 {
				margin-top: 20px !important;
				margin-bottom: 20px !important;
				display: block;
}
.margin-s-top-bottom-30 {
				margin-top: 30px !important;
				margin-bottom: 30px !important;
				display: block;
}
.margin-s-top-bottom-40 {
				margin-top: 40px !important;
				margin-bottom: 40px !important;
				display: block;
}
.margin-s-top-bottom-50 {
				margin-top: 50px !important;
				margin-bottom: 50px !important;
				display: block;
}
.margin-s-top-bottom-60 {
				margin-top: 60px !important;
				margin-bottom: 60px !important;
				display: block;
}
.margin-s-top-bottom-70 {
				margin-top: 70px !important;
				margin-bottom: 70px !important;
				display: block;
}
.margin-s-top-bottom-80 {
				margin-top: 80px !important;
				margin-bottom: 80px !important;
				display: block;
}
.text-s-size-12 {
				font-size: 12px !important;
				line-height: 1.4em;
}
.text-s-size-16 {
				font-size: 16px !important;
				line-height: 1.4em;
}
.text-s-size-20 {
				font-size: 20px !important;
				line-height: 1.4em;
}
.text-s-size-25 {
				font-size: 25px !important;
				line-height: 1.4em;
}
.text-s-size-30 {
				font-size: 30px !important;
				line-height: 1.4em;
}
.text-s-size-40 {
				font-size: 40px !important;
				line-height: 1.4em;
}
.text-s-size-50 {
				font-size: 50px !important;
				line-height: 1.4em;
}
.text-s-size-60 {
				font-size: 60px !important;
				line-height: 1.4em;
}
.text-s-size-70 {
				font-size: 70px !important;
				line-height: 1.4em;
}
			.mobileonly{
					display: block;			
				}
					.nonmobile{
				display: none;			
																}
		.mobcenter{
		text-align: center;	
												}

div.cta a.button {
				float: none;
																width: 100%;
}
div.cta a.button.orange {
								margin-top: 10px;
				float: none;
																		width: 100%;
}												
												
												
}
/* Typography */
.text-uppercase {
				text-transform: uppercase;
				line-height: 1em;
}
.text-line-height-1 {
				line-height: 1em;
}
/* Containers */
.text-padding {
				display: inline-block !important;
				padding: 15px 20px;
}
.text-padding-small {
				display: inline-block !important;
				padding: 7px 10px;
}
/* Blaze Media extras */

.table {
				display: table;
				background: #fff;
				font-size: 13px;
				color: #433e7b;
				padding: 0.5%;
}
.row.head {
				background-color: #433e7b;
				color: #fff;
				font-size: 14px;
}
.row {
				display: table-row;
}
.row.shaded {
				background-color: #d0cfde;
}
.cell {
				display: table-cell;
				padding: 1%;
}
.cell.one {
				width: 60%;
				text-align: left;
}
.cell.two {
				width: 20%;
}
.cell.three {
				width: 20%;
}
.table.pay{
				float: left;
	width: 45%;		
			margin: 0 1%;	
												background-color: #d8d7ec;
																																																padding: 2%;
}
.table.pay form{
	width: 100%;			
}
.table.pay .row.head .cell h2{
color: #fff;
padding: 5px 10px;
margin: 0;
text-align: center;
}
.table.pay label{
	display: block;
				width: 30%;			
																float: left;
}
.table.pay .row,
.table.pay .cell{
	width: 100%;			
}
.table.pay label span{
display: block;
width: 10px;
color: #cc0000;	
float: left;
}
.table.pay .cell select,
.table.pay .cell input[type=text]{
float: right;
width: 65%;
}
.nhs {
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				background: #0179c1;
				color: #fff;
				padding: 6px;
				font-size: 14px;
				margin-bottom: 20px;
}
.nhs img {
				float: left;
				padding-right: 10px;
}
.nhs span {
				text-align: left;
}
div.quoted {
				padding: 0;
				background-image: url(../img/quotes-top-left.png);
				background-position: top left;
				background-repeat: no-repeat;
}
div.quoted p {
				padding: 0 25px;
				line-height: 22px;
				background-image: url(../img/quotes-top-right.png);
				background-position: bottom right;
				background-repeat: no-repeat;
}
div.cta {
				float: none;
				display: block;
				height: 30px;
				clear: both;
				width: 100%;
				margin-bottom: 20px;
}
/*div.cta a.button {
				float: left;
}
div.cta a.button.orange {
				float: right;
}*/
div.cta a.button.white {
				float: left;
		background: #fff;
		color: #202474;
}
.review {
				border-right: 1px solid #706baa;
				padding-right: 25px;
}
.review.last {
				border-right: none;
				padding-right: 0;
}
.disclaimer{
				padding: 10px;
																margin: 20px 0;
				font-size: 14px;
																color: #202474;
background-color: #d8d7ec;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
}
html .cell.center h2,
.center{
	text-align: center;			
}

.center img{
margin: auto;
}

.strapline h2{
				margin-top: 25px;
																margin-bottom: -20px;
																																																																padding-bottom: 0;
				font-size: 30px;
					color: #fff;
					font-weight: 700;
																				text-align: center;
}

h2.orange, h3.orange{
color: #ff6600;
color: #cc0000;
}

.small{
	font-size: 13px;			
}

p.left-black{
	text-align: left;
				color: #1A1A1A;
																			
}
.shipping-form-wrapper{
	text-align: center;			
				width: 100%;
																clear: both;
}
html form.customform div.shipping-form{
background-color: #d8d7ec;
width: 500px;
clear: both;
margin: 10px auto;
padding: 1%;
}
html form.customform div.shipping-form h2{
background-color: #433e7b;
color: #fff;
text-align: center;
display: block;
width: 100%;
padding: 15px;
line-height: 30px;
clear: both;
}
form.customform div.shipping-form span.red{
	color: #cc0000;			
}
form.customform div.shipping-form label{
	width: 50%;			
				float: left;
																text-align: left;
																color: #2d307a;
																																																																font-size: 13px;
}
html form.customform div.shipping-form input,
html form.customform div.shipping-form input.border-radius,
html form.customform div.shipping-form select,
html form.customform div.shipping-form textarea{
			width: 48%;		
float: left;
border-radius: 0;		
background-color: #fff;
border: 1px solid #ccc;
}

strong #email-click {
    font-size: 22px;
}

.show-number-label, .email-label {
	background-image: none;
	text-transform: uppercase;
	color: #ffffff;
	background-color: red;
	padding:2px 5px;
	border-width: 0px;
	border-style: solid;
	border-color: red;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.show-number-label:hover, .email-label:hover {
	background: #ff3c3c;
	color: #ffffff;
	border-color: #ff3c3c;
}
.email-container {
	color:#fff !important;
}
#email-click{
	color:#fff;
	text-decoration:none;
}

div.top-nav.s-12.l-9{
	padding-top: 80px;

	background-image: url(https://snorecure.ca/img/limited.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: -20px;
		

}


.margin.testimonial .s-12.l-4.margin-m-bottom{

background-image: url(https://snorecure.ca/img/verfied-small.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 30px;

}

.review.testimonial, .reviews.testimonial{
background-image: url(https://snorecure.ca/img/verfied-small.png);
	background-position: 40px 100% ;
	background-repeat: no-repeat;
	padding-bottom: 50px;	
}