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

@import url("reset.css");
@import url("https://use.typekit.net/gnm2fmt.css");
@import url("forms.css?v=2.1");

body {
	margin: 0;
	padding:0;
	font-family: roboto, sans-serif;
	color: #5b6977;
	font-size: 100%;
	line-height: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	background-color: #FFF;
}
.pulser {
	background-image: url(../ui/U.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 162px;
	width: 132px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    -webkit-animation: pulse 3s infinite ease-in-out;
    -o-animation: pulse 2s infinite ease-in-out;
    -ms-animation: pulse 2s infinite ease-in-out; 
    -moz-animation: pulse 2s infinite ease-in-out; 
    animation: pulse 2s infinite ease-in-out;
}
.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #000000;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0.9); opacity: 0.7; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(0.9); opacity: 0.7; }
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.7; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.7; }
}
.ZoneLoader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #000000;
}
.Zones {
	position: absolute;
	height: 400px;
	width: 50%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
img.ZoneLogo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.ZoneTitle {
	font-size: 2.25em;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	float: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	position: relative;
	text-transform: uppercase;
}
.ZoneCountriesContainer {
	float: left;
	width: 60%;
	margin-top: 0px;
	margin-right: 20%;
	margin-left: 20%;
	position: relative;
}
.ZoneCountry {
	float: left;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	cursor: pointer;
}
.ZoneCountry:hover {
	background-color: #0bb5eb;
	border-radius: 20px;
}
.ZoneDescription {
	float: left;
	width: 100%;
	margin-top: 22px;
	position: relative;
}
.ZoneDescription p {
	font-weight: 300;
	color: #FFF;
	text-align: center;
}
.ZoneCountry img {
	display: block;
	margin: auto;
	width: 40%;
	height: auto;
}
.NewZealand {
	background-image: url(../ui/nz.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20% auto;
}
.World {
	background-image: url(../ui/world.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20% auto;
}
.body-outer-wrapper {
	overflow: hidden;
}
.pageWrapper {
	margin: 0px auto;
	width: 100%;
	clear: both;
	position: relative;
}
a { 
   outline: none !important;
}
a:focus { 
   outline: none !important;
}
img:focus {
   outline: none !important;
}
div:focus {
   outline: none !important;
   border: 0;
}
html:focus {
   outline: none !important;
   border: 0;
}
a::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner,
::-moz-focus-inner {
  border: 0;
   outline: none !important;
}
:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}
.Main {
	font-size: .90em;
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.PageContent {
	position: relative;
	float: left;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
.HeaderWrapper {
	background-image: url(../ui/udek-blue.png);
	background-repeat: repeat;
	float: left;
	width: 100%;
	height: 100px;
	position: relative;
	overflow: hidden;
	z-index: 999;
	background-color: #0bb4eb;
}
/*.HeaderWrapper img {
	width: 100%;
	height: auto;
}
*/.RequestSample {
	position: absolute;
	width: 12.214%;
	left: 2.430%;
	top: 15%;	
}
.RequestSample img {
	width: 100%;
	height: auto;
}
.MainLogo {
	position: absolute;
	width: 230px;
	left: 0;
	top: 13px;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}

.MainLogo img {
	width: 100%;
	height: auto;
}
.MobileSocialIconContainer {
	display: none;
}
.MobileShopOnlineContainer {
	display: none;
}
.SocialIconContainer {
	width: auto;
	margin-top: 20px;
	position: absolute;
	top: -72px;
	right: 7px;
	z-index: 999;
}
.SocialMediaContainer {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
a.SocialIcon {
	font-size: 1.55em !important;
	line-height: 0px;
	color: #FFF;
	display: block;
}
.SocialMediaContainer img {
	margin-right: 10px;
}
.MenuPanel {
	position: relative;
	box-sizing: border-box;
	float: left;
	height: 54px;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #087da2;
	z-index: 999;
}
#page-home .MenuPanel {
	border: 0;
}
.MenuShadowTop {
	line-height: 0px;
	z-index: 3 !important;
	position: absolute;
	top: 0px;
	left: 0px;
}
.MenuShadowTop img {
	width: 100%;
	height: auto;
}

.Navigation {
	position: relative;
	display: table;
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.MenuItemContainer {
	float: left;
	width: auto;
	position: relative;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	text-align: center;
	margin-right: 15px;
}

.MenuItemContainer:last-child {
	margin-right: 0px;
	margin-left: 40px;
}
/*#ShopMenu:after {
	font-family: 'font-awesome';
	content: "\f07a";
}
*/.ShopBorder {
	margin-left: 50px;
	box-sizing: border-box;
	border: 1px solid #0bb4eb;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.MobileShopMenu {
	display: none;
}
@media all and (min-width:1025px) and (max-width:1120px) {
	.MobileShopMenu {
		margin-left: 0px;
		display: block;
		box-sizing: border-box;
		border: 1px solid #023d5b;
		padding-left: 30px !important;
		padding-right: 30px !important;
		position: absolute;
		top: 35px;
		right: 20px;
	}
	.ShopBorder {
		display: none;
	}
}
@media all and (min-width:1121px) and (max-width:1250px) {
	.ShopBorder {
		margin-left: 10px;
	}
}
@media all and (min-width:1251px) and (max-width:1280px) {
	.ShopBorder {
		margin-left: 20px;
	}
}
.MenuItemContainer a {
	font-weight: 500;
	font-size: 1.15em;
	color: #023d5b;
	line-height: normal;
}
.SubmenuPanel {
	background-color: #0bb5eb;
	float: left;
	height: 55px;
	width: 100%;
	position: relative;
	z-index: 9;
}
.SubMenuNav {
	display: table; margin: 0 auto;
}
.SubMenuItemContainer {
	float: left;
	width: auto;
	position: relative;
	padding-top: 15px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
.SubMenuItemContainer a {
	font-weight: 500;
	font-size: 1.15em;
	color: #093c5b;
	line-height: normal;
}
@media all and (min-width:768px) and (max-width:920px) {
	.MenuItemContainer a {
		font-size: .95em;
	}
}
.SubMenuItemContainer a:hover {
	color: #087da2;
}
.SubMenuItemContainer a.activesegment {
	color: #087da2;
}
.BoxContainer {
	position: relative;
	float: left;
	width: 100%;
}
.PageInfoContainer p {
	font-weight: 300;
	font-size: 1.45em;
	line-height: 30px;
}
.PageInfoContainer ul {
	margin-left: 30px;
}
.PageInfoContainer ol {
	margin-left: 30px;
}
.PageInfoContainer li {
	font-weight: 300;
	font-size: 1.45em;
	line-height: 30px;
	padding-bottom: 8px;
	list-style-type: square !important;
}
.PageInfoContainer ol > li {
	font-weight: 300;
	font-size: 1.45em;
	line-height: 30px;
	padding-bottom: 8px;
	list-style-type: decimal !important;
}
#sample_request ul {
	list-style: none !important;
}
#sample_request li {
	font-size: 1.0em !important;
	line-height: normal !important;
	font-weight: 400;
	list-style: none !important;
}
#sample_request h4 {
	margin-top: 40px;
	text-align: left;
	padding-bottom: 10px;
	font-style: normal !important;
}

.PageInfoContainer h3 {
	padding-bottom: 30px;
}
.PageInfoContainer h4 {
	padding-bottom: 30px;
}
.PageInfoContainer h5 {
	padding-bottom: 30px;
}
.PageInfoContainer a {
	color: #0bb5eb;
	text-decoration: underline;
}
.PageInfoContainer table {
	background-color: #FFF;
	width: 95%;
	border-spacing: 1px;
	border-collapse: separate;
	font-size: 1.15em;
	line-height: 30px;
}
.PageInfoContainer td:first {
	width: 35%;
}
.PageInfoContainer td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	vertical-align: top;
}
.PageInfoContainer td:nth-of-type(odd) {
	font-weight: 500;
	width: 35%;
}
.PageInfoContainer td:nth-of-type(even) {
	width: 65%;
}
.PageInfoContainer a:hover {
	color: #002d62;
	text-decoration: underline;
}
.PageInfoContainer label {
	display: block;
	padding-bottom: 12px;
	padding-top: 8px;
	font-weight: 500;
}
.PageInner90Percent {
	float: left;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	position: relative;
}
.PageInner85Percent {
	float: left;
	width: 85%;
	margin-right: 7.5%;
	margin-left: 7.5%;
	position: relative;
}
.PageInner80Percent {
	float: left;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	position: relative;
}
.PageInner75Percent {
	float: left;
	width: 75%;
	margin-right: 12.5%;
	margin-left: 12.5%;
	position: relative;
}
.PageInner70Percent {
	float: left;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
	position: relative;
}
.PageInner60Percent {
	float: left;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	position: relative;
}
.PageInner50Percent {
	float: left;
	width: 50%;
	margin-right: 25%;
	margin-left: 25%;
	position: relative;
}
.PageInner40Percent {
	float: left;
	width: 40%;
	margin-right: 30%;
	margin-left: 30%;
	position: relative;
}
.PageInner40PercentFloatLeft {
	float: left;
	width: 40%;
	position: relative;
}
.PageInner50PercentFloatLeft {
	float: left;
	width: 50%;
	position: relative;
}
.PageInner60PercentFloatLeft {
	float: left;
	width: 60%;
	position: relative;
}
.PageInner33PercentFloatLeft {
	float: left;
	width: 33%;
	position: relative;
}
.PageInner33PercentFloatNone {
	float: left;
	width: 33%;
	margin-right: 33%;
	margin-left: 33%;
	position: relative;
}
.PageInner50PercentFloatNone {
	float: left;
	width: 50%;
	margin-right: 25%;
	margin-left: 25%;
	position: relative;
}
.PageInner25PercentFloatLeft {
	float: left;
	width: 25%;
	position: relative;
}

.PageMargin {
	margin-top: 94px;
}
.PageMargin75 {
	margin-top: 75px;
}
.PageMargin50 {
	margin-top: 50px;
}
.PageMargin30 {
	margin-top: 30px;
}
.PageMarginBottom30 {
	margin-bottom: 30px;
}
.PageMarginSplit {
	margin-top: 50px;
	margin-bottom: 50px;
}
.ImgFloatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 12px;
	max-width: 250px;
	height: auto;
}
.ImgFloatRight {
	float: right;
	margin-bottom: 12px;
	margin-left: 15px;
	max-width: 250px;
	height: auto;
}
.CenteredImage {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
@media all and (min-width:320px) and (max-width:1366px) {
	.Main {
		width: 95%;
		float: left;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}
@media all and (min-width:769px) and (max-width:1024px) {
	.PageInner80Percent, .PageInner85Percent {
		width: 90%;
		float: left;
		margin-left: 5%;
		margin-right: 5%;
		font-size: 90%;
	}
	.PageInner40Percent {
		width: 60%;
		float: left;
		margin-left: 20%;
		margin-right: 20%;
	}
	#sample_request-us .PageInner33PercentFloatLeft {
		width: 50%;
		margin-bottom: 50px;
	}
	#sample_request-us .PageInner33PercentFloatLeft:last-child {
		margin-bottom: 0px;
	}
	.GoogleMapLink:before {
		padding-bottom: 30px;
		padding-top: 5px;
		background-position: left 0px
	}
}
.PageHeader img {
	width: 100%;
	height: auto;
}
.PageHeaderContainer {
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
.PageHeaderInner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.PageHeader h1 {
	text-align: center;
	padding-top: 0px;
	margin-top: -5px;
}
.PageHeaderBottomBorder {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
}
.GreyLine {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeedeb;
}
/***************************************************************Mobile Nav*/
.MobileScroll {
	width: 45px;
	height: 45px;
	position: fixed;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	background-image: url(../ui/DesktopScrollArrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1100;
	display: none;
	cursor: pointer;
}
.MobileNavPanel {
	float: left;
	width: 100%;
	position: relative;
	display: none;
	height: 40px;
	min-height: 30px;
}
.NavActivator {
	position: absolute;
	height: 100%;
	width: 30px;
	position: absolute;
	top: 25px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99999;
}

.NavClose {
	height: 30px;
	width: 30px;
	position: relative;
	background-color: #FFFFFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	display: none;
}
.NavClose h4 {
	font-size: 1.5em;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
}
.navbar-toggle {
	position: relative;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: 2px;
	z-index: 2;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-toggle .icon-bar {
   display: block;
   width: 30px;
   height: 3px;
   background-color: #0bb5eb;
   border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
   margin-top: 4px;
}
.MobileRequestSample {
	float: left;
	width: 100%;
	position: relative;
	display: none;
	z-index: 2;
}

.MobileRequestSampleInner {
	float: left;
	margin-right: 20%;
	margin-left: 20%; 
	width: 60%;
	position: relative;
}
.MobileRequestSampleBlock {
	float: left;
	position: relative;
	color: #0bb5eb;
	font-weight: 500;
	font-size: 4.25vw;
	text-transform: uppercase;
}
.MobileRequestSampleBlockLogo {
	width: auto;
	float: left;
	position: relative;
	font-size: 0em;
	line-height: 0px;
	padding: 0;
	margin: 0;
	width: 25%;
	padding-top: 1.5%;
	padding-left: 2%;
	padding-right: 2%;
}
.MobileRequestSampleBlockLogo img {
	width: 100%;
	height: auto;
}
.PrimaryMenuContainer {
	position: absolute;
	z-index: 6;
	width: 100%;
	top: 0px;
	left: 0px;
	display: none;
	background-color: #FFF;
	overflow: hidden !important;
}
.SecondaryMenuContainer {
	position: absolute;
	z-index: 7;
	height: 460px;
	width: 100%;
	top: 0px;
	display: none;
	background-color: #FFF;
	left: 0px;
	overflow: hidden;
}
.SecondaryMenuContainerBlock {
	float: left;
	height: 150px;
	width: 100%;
	position: relative;
}
.TopMenu {
	z-index: 6;
}
.OverlayMenu {
	z-index: 5;
}
.SecondaryScroll {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 100px;
}

.MenuContainer {
	width: 100%;
	margin: 0px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	position: relative;
	text-align: left;
}
.MenuContainer a {
	display: block;
	color: #5b6977;
	font-size: 1.25em;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-decoration: none !important;
	font-weight:normal !important;
}
.MenuContainerActive {
	background-color: #0bb5eb;
	color: #FFF !important;
}
.MenuContainerActive a {
}
.ArrowIndicator {
	color: #23438e;
	font-size: 2em;
	position: absolute;
	width: auto;
	top: 13px;
	right: 15px;
	line-height: 18px;
	height: 30px;
	width: 15px;
	background-image: url(../ui/MenuArrow.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.MenuHeader {
	background-color: #0bb5eb;
	height: 46px;
}
.MenuHeader h2 {
	font-weight: 300;
	color: #FFF;
	font-size: 1.45em;
	padding-left: 15px;
	padding-top: 15px;
	line-height: 18px;
}
.CloseArrowIndicator {
	color: #FFF;
	font-size: 3em;
	font-weight: 500;
	position: absolute;
	width: 25px;
	top: 12px;
	right: 15px;
	background-image: url(../ui/close-button.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	height: 25px;
}
.AbsClose {
	color: #1e3b70;
	cursor: pointer;
	right: 4%;
	
}
.TopSocialIconContainer {
	display: none;
	width: auto;
	position: absolute;
	bottom: 12px;
	right: 30px;
}
.TopSocialMediaContainer {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
a.TopSocialIcon {
	font-size: 1.55em;
	line-height: 0px;
	color: #ffffff;
	display: block;
}
.SocialMediaContainer img {
	margin-right: 10px;
}
/***************************************************************Mobile Nav*/
/***************************************************************Subscribe Panel*/
.SubscribePanel {
	float: left;
	width: 100%;
	position: relative;
	background-color: #f3fbfe;
	padding-bottom: 45px;
	background-image: url(../ui/new-subscribe-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
.SubscribePanelInner {
	position: relative;
	float: left;
	width: 40%;
	margin-right: 30%;
	margin-left: 30%;
}
.SubscribePanelInner h3 {
	font-size: 3em;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 15px;
}
.SubscribePanelInner p {
	font-weight: 400;
	color: #FFFFFF;
	font-size: 1.75em;
	text-align: center;
	width: 100%;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 1em;
	padding-top: 50px;
	margin-bottom: 0px;
}
#subscribe_form {
	padding-top: 30px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.SubscribeInputContainer {
	float: left;
	width: 48.32%;
	position: relative;
}
.SubscribeInputContainer:first-child {
	margin-right: 3.36%;
}
/***************************************************************Subscribe Panel*/
/***************************************************************Footer  Panel*/
.FooterPanel {
	float: left;
	width: 100%;
	position: relative;
	background-color: #093c5b;
	padding-bottom: 75px;
}
.FooterPanelInner {
	float: left;
	width: 100%;
	margin-top: 3.5%;
	margin-bottom: 0%;
}
.FooterContentLeft {
	float: left;
	width: 50%;
	position: relative;
}
.BottomSocialIconContainer {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.FooterContentRight {
	float: left;
	width: 50%;
	position: relative;
}
.FooterWhiteLogo {
	margin-bottom: 15px;
}
.FooterWhiteLogo img {
	width: 50%;
	height: auto;
}
.FooterBlueLogo {
	margin-bottom: 15px;
}
.FooterBlueLogo img {
	width: 65%;
	height: auto;
}

.FooterColumn {
	float: left;
	position: relative;
	width: 16.666%;
}
.FooterContentLeft .FooterColumn {
	width: 40%;
}
.FooterContentLeft .FooterColumn p {
	color: #FFF;
	font-size: .85em;
	margin-bottom: 0px;
	line-height: 20px;
}
.FooterColumn a {
	color: #FFF;
	display: block;
	text-decoration: none;
	line-height: 28px;
	font-size: .85em;
}
.FooterColumn a:hover {
	color: #0bb4eb;
}
.FooterColumn h5 {
	color: #FFF;
	font-size: 1.0em;
	padding-bottom: 8px;
	line-height: 28px;
}
.FooterColumn h5 a {
	font-size: 1.0em;
}
.UltralonDetails a {
	color: #0bb4eb;
	font-size: 1em;
	display: inline;
}
.UltralonDetails a:hover {
	text-decoration: underline; 
}
/***************************************************************Footer  Panel*/
/***************************************************************Sub Footer*/
.SubFooterPanel {
	background-color: #093c5b;
	float: left;
	width: 100%;
	padding-bottom: auto;
	position: relative;
	height: 95px;
}
.SubFooterPanelInner {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	position: relative;
	overflow: hidden;
	float: left;
	display: table;
	height: 95px;
}
.SubFooterPanelContent {
	width: 50%;
	position: relative;
	font-size: .95em;
	top; 0;
	bottom: 0;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
}
.SubFooterPanelLeft {
	color: #0bb5eb;
}
.SubFooterPanelTextCopy {
	float: left;
	position: relative;
	width: auto;
	padding-left: 20px;
	line-height: 56px;
}
.RightCopy {
	text-align: right;
	float: right;
	padding-right: 46px;
}
.SubFooterPanelLeftIcon {
	float: left;
	position: relative;
	margin: auto;
	line-height: 0px;
}
.SubFooterPanelRight {
	color: #FFFFFF;
	line-height: 58px;
}
.SubFooterPanelRightIcon {
	margin: auto;
	position: relative;
	float: right;
	line-height: 0px;
}
@media all and (min-width:890px) and (max-width:1261px) {
	.SubFooterPanelLeft {
		width: 40%;
	}
	.SubFooterPanelRight {
		width: 60%;
	}
	.RightCopy {
		padding-right: 20px;
	}
}
@media all and (min-width:770px) and (max-width:889px) {
	.SubFooterPanelLeft {
		width: 45%;
		text-align: center;
		float: left;
		margin-left: 27.5%;
		margin-right: 27.5%;
		padding-left: 0px;
	}
	.SubFooterPanelRight {
		width: 100%;
		text-align: center;
		float: left;
	}
	.RightCopy {
		text-align: center;
		float: none;
	}
}
/***************************************************************Sub Footer*/
/***************************************************************Last Footer*/
.LastFooterPanel {
	float: left;
	width: 100%;
	position: relative;
	background-color: #0bb4eb;
	padding-top: 10px;
	padding-bottom: 10px;
}
.LastFooterPanelInner {
	width: 100%;
	overflow: hidden;
	float: left;
	display: table;
}
.LastFooterPanelContent {
	width: auto;
	position: relative;
	font-size: .95em;
	top; 0;
	bottom: 0;
	margin: auto;
}
.LastFooterPanelIcon {
	float: left;
	position: relative;
	margin: auto;
	line-height: 0px;
}
.LastFooterPanelTextCopy {
	float: left;
	position: relative;
	width: auto;
	line-height: 35px;
	color: #ffffff;
	font-size: .85em;
}
.LastFooterPanelTextCopy a {
	color: #ffffff;
}
.LastFooterPanelTextCopy a:hover {
	color: #023d5b;
	text-decoration: underline;
}
span.cobussen > a {
	color: #CCC !important;
}
.Padlock {
	background-image: url(../ui/Padlock.png);
	float: left;
	height: 28px;
	width: 12px;
	position: relative;
	margin-left: 10px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center 8px;
}
/***************************************************************Last Footer*/
@media all and (min-width:768px) and (max-width:1024px) {
	.FooterPanel {
		background-position: right bottom;
		background-size: contain;
	}
	.FooterContentLeft {
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
	}
	.FooterContentRight {
		width: 100%;
	}
	.SubscribePanelInner {
		width: 60%;
		margin-right: 20%;
		margin-left: 20%;
	}
	.SubscribePanelInner h3 {
		font-size: 2.5em;
	}
	.FooterColumn {
		width: 16.66666%;
		height: 200px;
	}
	.FooterContentLeft .FooterColumn {
		width: 50%;
		height: auto;
		margin-bottom: 50px;
	}
	.SubFooterPanelContent {
		font-size: .85em;
		line-height: normal;
	}
	
	.SubFooterPanel,
	.SubFooterPanelInner {
		height: auto;
	}
	.SubFooterPanelInner {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.SubFooterPanelLeftIcon img {
		width: 80%;
		height: auto;
	}
	.SubFooterPanelRightIcon img {
		display: none;
		width: 80%;
		height: auto;
	}
	.SubFooterPanelTextCopy {
		line-height: 45px;
		padding: 0px;
	}
	.RightCopy {
		padding-right: 20px;
	}
	.LastFooterPanelIcon img {
		width: 80%;
		height: auto;
	}
	.LastFooterPanelTextCopy {
		padding-left: 0px;
	}
}
@media all and (min-width:770px) and (max-width:889px) {
	.LastFooterPanelInner {
		width: 87%;
		margin-left: 6.5%;
		margin-right: 6.5%;
		text-align: center;
	}
}
/********************************************************************Banners*/
.GalleryContainer {
	left: 0;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#banner_placeholder {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
}
#banner_placeholder img {
	width: 100%;
	height: auto;
}
.GalleryBackground {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.GalleryBackground img {
	width: 100%;
	height: 100%;
	display: block;
}
.GalleryVinnette {
	height: 100%;
	width: 80%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 3 !important;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.GalleryVinetteOverlay {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 2 !important;
}
.GalleryVinetteOverlay img {
	width: 100%;
	height: auto;
}
.GalleryContent {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8%;
	height: auto;
	z-index: 4;
}
.BannerShadowTop {
	line-height: 0px !important;
	padding: 0  !important;
	z-index: 3 !important;
	position: absolute;
	top: -3px;
	left: 0px;
	height: 5px;
}
.BannerShadowTop img {
	width: 100%;
	height: 5px;
}
.BannerShadowBottom {
	line-height: 0px !important;
	padding: 0  !important;
	z-index: 3 !important;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.BannerShadowBottom img {
	width: 100% !important;
	height: 4px;
}
.ReadMoreContainer {
	width: 360px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/*z-index: 5 !important;*/
}
.ReadMoreButton {
	height: 53px;
	width: 70%;
	border: 1px solid #FFF;
	text-align: center;
	/*padding-top: 8px;*/
	position: relative;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.ReadMoreButton:hover {
	background-color: #0bb5eb;
}
.ReadMoreButton a {
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.65em;
	font-weight: 600;
	letter-spacing: .15rem;
}
@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0);}
  100% { -webkit-transform: translateY(20px);}
}

@keyframes downarrow {
  0% { transform: translateY(0); }
  100% { transform: translateY(15px);}
}
.ArrowContainer {
	top:0;
	bottom: 0px;
	left:0;
	right:0;
	position:relative;
	z-index: 999;
}
.ScrollDownArrow {
	bottom: -135px;
	left:0;
	right:0;
	position: absolute;
	z-index: 999;
	border-color:transparent;
	border-style:solid;
	border-width:0 2em;
	display:block;
	height:26px;
	margin:10em auto;
	opacity: 1;
	text-indent:-9999px;
	transform-origin: 50% 50%;
	width:0;
	z-index: 26;
	background-image: url(../ui/ReadMoreArrow.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.down {
   animation: downarrow 0.9s infinite alternate ease-in-out;
  -webkit-animation: downarrow 0.9s infinite alternate ease-in-out;
   border-top: 2em solid transparent;
   z-index: 26;
}
.down:hover {
	border-top: 2em solid  transparent;
	animation-play-state: paused;
}

/********************************************************************Banners*/
/***************************************************************News Panel*/
.NewsPanel {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 50px;
}
img.NewsPlaceholder {
	width: 100%;
	height: auto;
	line-height: 0px;
	padding: 0;
	display: none;
}
.NewsInner {
	position: relative;
	width: 100%;
	float: left;
	margin-top: auto;
	margin-bottom: auto;
}
.NewsTile {
	float: left;
	width: 32%;
	position: relative !important;
	margin-right: 2%;
}
.NewsTile:last-child {
	margin-right: 0%;
}
.NewsPanel h2 {
	text-align: center;
	font-weight: 300;
	font-size: 3em;
	color: #093c5b;
	padding-bottom: 45px;
	padding-top: 35px;
}
.NewsCaption {
	float: left;
	width: 100%;
	position: relative;
}
.NewsImage {
	line-height: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.NewsImage img {
	width: 100%;
	height: auto;
}
.NewsMeta {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
.NewsMetaInner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.NewsMetaInner h4 {
	font-size: 1.25em;
	color: #023d5b;
	padding-bottom: 8px;
}
.NewsMetaInner p {
	color: #88959e;
	line-height: 24px;
    margin-bottom: 0px;
	font-size: 1.05em;
}
.NewsMetaInner a {
	text-decoration: none !important;
}
p.TopicLink {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 0px;
}
.meta-nav {
	font-size: 1.5em;
	line-height: 35px;
}
.NewsSEOContainer {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 45px;
	display: none;
}
.NewsSEOContainer a {
	font-weight: 300;
	color: #0bb5eb;
	text-decoration: underline;
	font-size: 1.55em;
}
.NewsSEOContainer a:hover {
	color: #023d5b;
}
.NewsMetaInner a {
	color: #0bb5eb;
	text-decoration: underline;
}
.NewsMetaInner a:hover {
	color: #023d5b;
}
/***************************************************************News Panel*/
@media all and (min-width:100px) and (max-width:1024px) {
  .SubscribePanelInner h3 {
	  font-size: 3em;
  }
}
@media all and (min-width:300px) and (max-width:768px) {
  .SubscribePanelInner {
	  width: 75%;
	  margin-right: 12.5%;
	  margin-left: 12.5%;
  }
  .SubscribePanelInner h3 {
	  font-size: 2.75em;
  }
  .SubscribePanelInner p {
	  font-size: 1.4em;
	  text-align: center;
	  width: 90%;
	  padding-left: 5%;
	  padding-right: 5%;
  }
  #subscribe_form {
	  padding-top: 45px;
  }
}
@media only screen and (max-device-width: 768px) {
	.NewsTile h2 {
		font-size: 2.5em;
	}
}
@media all and (min-width:769px) and (max-width:1024px) {
	.NewsMetaInner {
		width: 100%;
	}
	.NewsTile h2 {
		font-size: 2.5em;
	}
}
@media all and (min-width:300px) and (max-width:768px) {
	.NewsTile h2 {
		font-size: 2.5em;
	}
	.NewsTile {
		width: 100%;
	}
	.NewsTile:first-child {
		margin-right: 0%;
	}
	.NewsMetaInner {
		width: 100%;
	}
	p.TopicLink {
		position: relative;
		float: right;
		margin-right: 5px;
		margin-top: 10px;
	}
}

.fancybox-slide--iframe .fancybox-content {
	width: 700px  !important;
	height: 800px !important;
	z-index: 999999 !important;
	margin: 0;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.MobileNavPanel {
		display: block;
	}
	.MenuPanel {
		height: auto !important;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.MobileNavPanel {
		display: none;
	}
}
.regsup {
	line-height: 1.25em;
	vertical-align: text-top;
}
.editable sup {
	line-height: 1.25em;
	vertical-align: text-top;
}
.DeckKitsProcessInfo sup {
	line-height: 1.25em;
	vertical-align: text-top;
}
.NewsItemsContent sup {
	line-height: 1.25em;
	vertical-align: text-top;
}
.NewsHeading sup {
	line-height: 1.25em;
	vertical-align: text-top;
}
.TestimonialContent sup {
	line-height: 1.25em;
	vertical-align: text-top;
}



/*********************************************************************New Homepage*/
.top-banner-container {
	font-size: .90em;
	float: left;
	width: 100%;
	position: relative;
	background-image: url(../uploads/banners/see-the-difference.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
img.banner-stage-placeholder {
	width: 100%;
	height: auto;
}
.banner-main-heading-container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0;
	top: 65px;
	top: 5%;
	right: 0;
}
.banner-main-heading-container h1 {
	font-size: 3.5em;
	line-height: 1em;
	font-weight: 600;
	color: #FFF;
	letter-spacing: .65rem;
}
#see-the-difference {
	padding-top: 10px;
	opacity: 0;
}
#feel-the-difference {
	text-align: right;
	padding-top: 10px;
	opacity: 0;
}
#buy-line {
	padding-top: 10px;
	opacity: 0;
}
#get-a-quote {
	padding-top: 10px;
	opacity: 0;
}
.banner-main-heading-container h2 {
	font-size: 1.40em;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	letter-spacing: .15rem;
	padding-top: 1em;
}
.banner-bottom-panel {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 6%;
	opacity: 0;
}
.banner-bottom-panel h3 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 500;
	color: #FFF;
	letter-spacing: .35rem;
	text-align: center;
	padding-bottom: .75em;
}
.bottom-inner-panel {
	float: left;
	width: 100%;
	position: relative;
	padding: 8px;
	opacity: .85s;
	background-image: url(../ui/white-trans.png);
	background-repeat: repeat;
}
.bottom-inner-inner-panel {
	float: left;
	width: 33%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	position: relative; 
	box-sizing: border-box;
}
.solutions-image-container {
	width: 33%;
	float: left;
	position: relative;
	line-height: 0px !important;
	padding: 0px;
}
.solutions-image-container img {
	width: 100%;
	height: auto;
}
.solutions-info-panel {
	color: #000;
	display: table;
	float: left;
	width: 56%;
	padding-right: 5%;
	padding-left: 5%;
	min-height: 139px;
}
.solutions-info-panel h4 {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1em;
	padding-bottom: .25em;
}
.solutions-info-panel a {
	color: #000;
	text-decoration: none;
}
.solutions-info-panel a:hover {
	color: #0BB4EB;
}
.solutions-info-panel-content {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.solutions-info-panel-content p {
	font-size: .90em;
}
.scrollarea .thumbnail-wrapper {
	padding-right: 1em !important;
}
.social-media-mid-panel {
	width: 122px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 2em;
	height: 50px;
}
.social-media-icon-container {
	height: 43px;
	width: 43px;
	position: relative;
}
.social-media-icon-container img {
	width: 100%;
	height: auto;
}
.social-media-icon-container:first-child {
	float: left;
}
.social-media-icon-container:last-child {
	float: right;
}
.social-media-heading {
	font-size: 1.5em;
	font-weight: 600;
	color: #012B41;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 1em;
	letter-spacing: .15rem;
}
.social-media-heading p {
	font-weight: 400;
	font-size: .95em;
	margin-bottom: 0px;
}
.instagram-feed-container {
	background-color: #fafafa;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 4em;
	padding-left: 8px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
}
.subscribe-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
  color: #FFF !important;
}
.subscribe-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
  color: #FFF !important;
}
.subscribe-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
  color: #FFF !important;
}
.subscribe-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF !important;
}
sup {
	line-height: 1.25em;
	vertical-align: text-top;
}

@media all and (max-width:1366px) {
	.banner-bottom-panel {
		bottom: 10px
	}
	.banner-main-heading-container {
		font-size: .75em
	}
	.ReadMoreButton a {
		text-shadow: 2px 2px 3px #000;
	}
	.banner-main-heading-container {
		width: 60%
	}
}
@media all and (max-width:1366px) {
	.banner-bottom-panel {
		width: 95%;
		bottom: 10px;
		font-size: .90em;
	}
}
@media all and (max-width:1280px) {
	.banner-main-heading-container {
		width: 70%
	}
	.banner-main-heading-container {
		font-size: .75em
	}
}
@media all and (max-width:1024px) {
	.banner-main-heading-container {
		width: 80%
	}
}
@media all and (max-width:811px) {
	.banner-main-heading-container {
		width: 90%;
		top: 20px;
	}
	.banner-main-heading-container {
		font-size: .75em
	}
	img.banner-stage-placeholder {
		width: 100%;
		height: 980px;
	}
	.bottom-inner-inner-panel {
		width: 96%;
	}
	.banner-main-heading-container h1 {
		font-size: 2.5em;
		line-height: 1em;
		letter-spacing: .45rem;
		text-align: center;
	}
	#feel-the-difference {
		padding-top: .25em;
		text-align: center;
	}
	#see-the-difference {
		margin-bottom: 1.5em;
	}
	.banner-main-heading-container h2 {
		font-size: 1.25em;
		font-weight: 400;
		color: #FFF;
		text-align: center;
		letter-spacing: .15rem;
		padding-top: 1em;
	}
	.ReadMoreContainer {
		margin-top: 20px;
		width: 300px;
	}
	.bottom-inner-panel {
		width: 95%;
	}	
}
@media all and (max-width:768px) {
	.top-banner-container {
	   background-image: url(../uploads/banners/see-the-difference-mobile.jpg);
	}
	.banner-main-heading-container {
		width: 90%;
		top: 20px;
	}
/*	.banner-bottom-panel {
		bottom: 10px !important;
	}
*/	.banner-main-heading-container {
		font-size: .75em
	}
	img.banner-stage-placeholder {
		width: 100%;
		height: 1150px;
	}
	.bottom-inner-inner-panel {
		width: 96%;
	}
	.banner-main-heading-container h1 {
		font-size: 2.5em;
		line-height: 1em;
		letter-spacing: .45rem;
		text-align: center;
	}
	#feel-the-difference {
		padding-top: .25em;
		text-align: center;
	}
	
	.banner-main-heading-container h2 {
		font-size: 1.25em;
		font-weight: 400;
		color: #FFF;
		text-align: center;
		letter-spacing: .15rem;
		padding-top: 1em;
	}
	.ReadMoreContainer {
		margin-top: 20px;
		width: 200px;
	}
	.bottom-inner-panel {
		width: 95%;
	}
	.social-media-heading {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	.solutions-info-panel {
		min-height: auto;
	}
	.mobile-only-panel {
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.solutions-info-panel-content {
		padding-top: 10px;
	}
}

/*********************************************************************New Homepage*/

