@charset "UTF-8";

/* eDMS Splash Page Shared Styles:

      Author: DBMG Web Design
      Client: DBMG

   Table of Contents:

	1. @IMPORT
    2. UNIVERSAL
    3. HEADERS, FOOTERS, & NAVIGATION
    4. LAYOUT
    5. PAGE SPECIFIC
    6. SPECIAL EFFECTS
    7. RESPONSIVE STYLES
	8. CONTACT
*/

/*--------------------------------------------------
	1. @IMPORT
--------------------------------------------------*/

@import url("normalize.css");

@import url("featherlight.css");
@import url("featherlight.gallery.css");

@import url("../fonts/brandon.css");

/*--------------------------------------------------
	2. UNIVERSAL
--------------------------------------------------*/

body,
html {
	background-color:#f7f8f8;
	color:#707e8d;
	font-family:'Open Sans', sans-serif;
	font-size:11px;
	font-weight:600;
	height:100%;
	letter-spacing:0.05em;
	width:100%;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
}

* {
    box-sizing:initial;
}

*:focus {
    outline:0;
}

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

button,
input,
submit {
	-webkit-appearance:none;
}

ol,
ul {
	list-style:none;
	margin:0;
    padding:0;
}

small {
	font-size: 13px;
}

strong {
	font-weight:bold;
}
.scroll-icon{
	position: absolute;
	display: block;
	width: 40px;
	height:40px;
	border-radius: 40px;
	border:2px solid rgba(0, 146, 159, 1);
	bottom:42px;
	left:52%;
	margin-left:-20px;
	z-index: 100;
    background-color: rgba(255,255,255,0.8);
	top: 82%;
}
/* .scroll-icon:before {
    content: 'Scroll Down for More';
    position: absolute;
    color: #fff;
    width: 15em;
    text-align: center;
    left: -187%;
    top: -95%;
    font-size: 12px;
    color: #fff;
    background-color: rgb(0, 146, 159, 0.8);
    border-radius: 4px;
    padding: 8px 5px;
    text-transform: uppercase;
    font-family: 'brandon_grotesquemedium', sans-serif;
} */
.scroll-icon:after{
	content: '';
    display: block;
    margin: -2px 13px;
    padding: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid rgba(0, 146, 159, 1);
    border-right: 2px solid rgba(0, 146, 159, 1);
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*--------------------------------------------------
	3. HEADERS, FOOTERS, & NAVIGATION
--------------------------------------------------*/

/*       - Site Header */

.site-header {
	border-bottom:1px solid #d6d9dc;
    height:auto;
    margin:0;
    padding:0;
    width:100%;
}

/*       - Site Nav */

.site-nav {
    align-items:center;
	box-sizing:border-box;
    display:flex;
    display: -ms-flexbox;
    height:96px;
    justify-content:space-between;
    margin:0 auto;
    max-width:1366px;
    position:relative;
    text-align:center;
    width:100%;
}

.site-nav-links li {
	display:inline-block;
}

	.site-nav-links li a {
		box-sizing:border-box;
		color:#176994;
		display:block;
		font-family:'brandon_grotesquemedium', sans-serif;
		font-size:12px;
		height:30px;
		letter-spacing:0.05em;
		line-height:2.45;
		margin-left:57px;
		position:relative;
		text-transform:uppercase;
	}

	.site-nav-links li a:hover {
		/* color:#3d9ad9; */
		color: #08322b;
		text-decoration:none;
	}

	.site-nav-links li a.active:hover {
		/* color:#176994; */
		color: #08322b;
	}

	.site-nav-links li:first-child a {
    	margin:0;
	}

	.site-nav-links li a.active::after {
		background:url(../images/icon-arrow-black.svg) no-repeat;
		content:"";
		height:8px;
		left:50%;
		margin-left:-7px;
		position:absolute;
		top:30px;
		width:13px;
	}

	.site-nav-links li a[class*="sign"] {
		border:1px solid #176994;
		border-radius:4px;
		text-align:center;
		width:83px;
	}

	.site-nav-links li a.sign-in {
    	background:#176994;
    	color:#f0f1f2;
		margin-left:48px;
	}

	.site-nav-links li a.sign-in:hover {
    	/* background:#176994; */
		background:#08322b;
		border:1px solid #08322b;
	}

.nav-toggle {
	background:url(../images/icon-nav01.svg);
	border:0;
	display:none;
	height:16px;
	padding:0;
	margin:24px 0 0;
	width:30px;
}

/*       - Site Sub Nav */

#site-sub-nav {
	background:#0b493f;
	display:none;
	font-family:'brandon_grotesquelight', sans-serif;
	font-size:15px;
    text-align:center;
	padding:18px 0;
    width:100%;
}

	#site-sub-nav li {
    	display:inline-block;
    	margin:18px 36px;
	}

		#site-sub-nav li a {
    		color:#b3bdc7;
    		text-align:left;
		}

			#site-sub-nav li a h4 {
    			color:#fff;
    			font-size:14px;
    			margin:0 0 5px;
			}

/*       - Page Headers */

h1, h2, h3, h4, h5, h6 {
	font-family:'brandon_grotesquemedium', sans-serif;
	font-weight:600;
	letter-spacing:0.05em;
	text-transform:uppercase;
}
h2, h3, h4, h5, h6{
	color:#3c4959;
}

h1.page-heading {
	font-size:36px;
	line-height:43px;
	margin:20px auto 60px;
	max-width:760px;
	text-align:center;
	width:100%;
}

h2.section-heading {
	font-size:30px;
	line-height:36px;
	margin:0 auto;
	text-align:center;
}

h3.sub-heading {
	font-size:18px;
	margin:30px 0 12px;
}

.sub-text {
	color:#3c4959;
	font-size:18px;
	font-family:'brandon_grotesque_regularRg', sans-serif;
	font-weight:100;
	height:39px;
	letter-spacing:0.05em;
	text-align:center;
    width:100%;
}

/*       - Sub Nav */

.sub-nav {
	margin:24px auto 36px;
	text-align:center;
	width:auto;
}

	.sub-nav ul li {
		display:inline-block;
	}

		.sub-nav ul li a {
			color:#3c4959;
			display:block;
			font-size:18px;
			font-family:'brandon_grotesque_regularRg', sans-serif;
			font-weight:100;
			letter-spacing:0.05em;
			line-height:39px;
			padding:0 36px;
		}

		.sub-nav ul li a.active {
			border:1px solid #3da4d9;
			border-radius:4px;
			color:#3da4d9;
		}
/*	Bottom Nav*/
/*       - Footer */
footer {
	background:#606970;
	margin:24px 0 0;
	padding:36px 0;
	width:100%;
}

.footer-nav {
	align-items:center;
	box-sizing:border-box;
	color:#f7f8f8;
	display:flex;
	font-family:'brandon_grotesquelight', sans-serif;
	font-size:12px;
	height:36px;
	justify-content:space-between;
	margin:0 auto;
	max-width:1366px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	width:100%;
}

	.footer-nav a,
	.footer-nav strong {
		color:#f7f8f8;
		font-family:'brandon_grotesquemedium', sans-serif;
	}

.link-icon {
	margin-left:12px;
}

	.link-icon img {
		height:36px;
		width:36px;
	}

.link-text {
	margin-left:54px;
}

.footer-links li {
	display:inline-block;
	height:36px;
}

	.footer-links li a {
		color:#f7f8f8;
		display:table-cell;
    	height:36px;
    	vertical-align:middle;
	}
.back-to-top{
	color:#b3bdc7;
	text-decoration: none;
	display: block;
	margin:30px auto 0;
	padding:6px 12px;
	max-width: 92px;
	border:1px solid #d6d9dc;
	border-radius: 16px;
}
/*--------------------------------------------------
	4. LAYOUT
--------------------------------------------------*/

/*       - Site Layout */

main {
	text-align:center;
}

p {
	color:#3c4959;
	font-size:15px;
	font-weight:400;
	letter-spacing:0;
	line-height:25px;
	margin:0;
	padding:0;
}

p.short {
    margin:0 auto;
    max-width:390px;
	width:100%;
}

section {
	border-top:1px solid #d6d9dc;
	box-sizing:border-box;
	margin:0 auto;
	max-width:1366px;
	text-align:left;
	width:100%;
}

/*       - Page Intro */

article {
	display:table;
	font-size:0;
    height:auto;
    margin:60px auto 0;
    max-width:960px;
    width:100%;
}

h2.intro-heading {
    color:#fff;
    font-size:23px;
    line-height:27px;
    margin:0;
    text-transform:none;
}

.hero {
    display:table-cell;
	max-width:660px;
	width:100%;
}

.intro {
    box-sizing:border-box;
    display:table-cell;
    /* padding:54px 33px; */
    padding:30px 33px;
	text-align:left;
    max-width:300px;
	vertical-align:top;
	background-color: #176994;
}

	.intro hr {
    	background:#fff;
    	border:none;
    	height:2px;
    	/* margin:36px 0 30px; */
    	margin:22px 0 20px;
    	opacity:0.25;
		text-align:left;
    	width:50px;
	}

	@media screen and (max-width: 960px) {
		.intro hr {
			text-align: center;
			margin: 25px auto;
		}
		.intro ul > li {
			text-align: left;
		}
	}

	.intro ul > li {
		color: #ffffff;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 23px;
	    margin: 10px 0 0 15px;
		padding: 0 0 0 5px;
		list-style-type: disc;
	}

	.intro p {
    	color:#fff;
		margin:9px 0 0;
	}

.row {
	display:table-row;
}

/*       - Page Content */

#accordion {
	display:none;
	margin-top:3px;
}

.actions {
	font-size:13px;
	font-family:'brandon_grotesque_regularRg', sans-serif;
	margin:51px 0 0;
	text-align:center;
	text-transform:uppercase;
}

	.actions a {
		color:#3791cd;
		line-height:36px;
		margin:0 30px;
	}

	.actions a:hover {
		color:#217fbe;
	}

			.actions a img {
    			margin:-4px 12px 0 0;
    			vertical-align:middle;
			}

a.button {
    border:1px solid #3d9ad9;
    border-radius:4px;
    box-sizing:border-box;
    display:inline-block;
    height:44px;
    line-height:44px;
    margin:0 8px;
    width:140px;
}
a.whats-new-button{
	color:#176994;
	border:solid 1px #176994;
}
a.whats-new-button:hover{
	background-color: #176994;
	color:#ffffff;
}
a.button.action {
    background:#3d9ad9;
	color:#fff;
}

.bullet {
	text-align:left;
}

.central {
	display:block;
    margin:0 auto;
}

.content {
	margin:0 auto;
	max-width:1000px;
	padding:70px 0;
	text-align:center;
	width:100%;
}

.description {
	margin:23px auto 0;
	max-width:576px;
	text-align:center;
	width:80%;
}

.wn-article{
	background-color: rgba(255,255,255,.5);
	border:solid 1px #176994;
	padding:24px;
	border-radius: 12px;
}

.details {
	margin-top:38px;
	position:relative;
}

.divider {
	background:#d6d9dc;
	border:none;
	height:2px;
	margin:40px auto 0;
	width:120px;
}

.flex {
	width:100%;
}

.half {
	display:table-cell;
	width:50%;
}

.half.left {
	padding-right:20px;
}

.half.right {
	padding-left:20px;
}

	.half p {
    	text-align:left;
	}

.hidden {
	display:none;
}

.label {
    background:#d6d9dc;
    color:#2b3643;
    display:block;
    font-size:13px;
    height:50px;
    line-height:50px;
    margin:-4px 0 0;
    text-align:center;
    text-transform:uppercase;
    width:100%;
}

.module {
	display:inline-block;
    margin:36px 19px 0;
	max-width:460px;
	width:100%;
}

.module.full-width {
	margin:36px auto 0;
	max-width:960px;
	width:100%;
}

	.module .actions {
    	margin:47px 0 0;
	}

		.module .actions a {
    		margin:0 20px;
		}

	.module .description {
		width:auto;
	}

	.module .icon {
		float:left;
    	height:64px;
    	margin:6px 30px 0 0;
    	width:64px;
	}

.new-product {
	border:1px solid rgba(255, 255, 255, 0.5);
    margin:12px;
	width:620px;
}

.new-product + .intro {
	padding:54px 33px 54px 24px;
}

	.new-product + .intro p {
    	width:240px;
	}

.overview,
.overview + .priority-1 {
	border-top:none;
	max-width:100%;
}

.product:nth-child(-n+2) {
	margin-top:0px;
	vertical-align: top;
}

.product {
	margin-top:60px;
}

.section-header {
	margin:0 0 16px;
	width:100%;
}

	.section-header .divider {
    	margin-top:32px;
	}

.spacing:nth-child(-n+3) {
	margin-top:36px;
}

.spacing {
	margin-top:72px;
}

/*--------------------------------------------------
	5. PAGE SPECIFIC
--------------------------------------------------*/

/*       - Home Page: Header & Nav */

#home .site-header {
	border:none;
}

#home .site-nav ul li a {
	color:#fff;
}

#home .site-nav ul li a[class*="sign"] {
	border:1px solid #fff;
}

#home .site-nav ul li a.sign-in {
    background:#fff;
    color:#176994;
}

#home .nav-toggle {
	background:url(../images/icon-nav02.svg);
}

/*       - Home Page: Page Layout */

#home .content {
    padding: 42px 0;
    /* padding:72px 0; */
    width: 100%;
    max-width: 100%;
    position: relative;
}
.welcome{
	position: relative;
}
.welcome .bottom_navigation{
	z-index: 5;
	display: inline-block;
	background-color: red;
	position: absolute;
	bottom:0px;
	left:0px;
}
#home .details{
	max-width: 1000px;
	margin:0px auto;
}

#home .overview .content {
    padding-top:120px;
    z-index: 5;
    background-color: #f7f8f8;
}

#home .bg_left{
	width: 100%;
	/* width: 50%; */
	height: 80vh;
	display: inline-block;
	z-index: 1;
	position: absolute;
	top:0;
	background-position: center center;
}
#home .bg_right{
	width: 50%;
	height: 80vh;
	display: inline-block;
	z-index: 1;
	position: absolute;
	top:0;
	background-position: center center;
}
#home .bg_left{
	background-image: url(../images/Brand_37/Index_RP_full_animate.jpg);
	left:0px;
	/* background-size: auto 100%; */
	background-size: cover;
}
#home .bg_right{
	background-image: url(../images/Brand_37/Index_PPI_full_animate.jpg);
	right:0px;
	background-size: auto 100%;
}
#home .bg_left p, #home .bg_right p{
	display:block;
	position:absolute;
	bottom:10%;
	margin-bottom: 24px;
	background-color: rgba(0, 146, 159, 1);
	background-blend-mode:multiply;
	font-family:'brandon_grotesquelight', sans-serif;
	text-transform: uppercase;
	color:#ffffff;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	padding:18px 24px;
}
#home .bg_left p{
	text-align: left;
	border-radius: 0px 10px 10px 0px;
}
#home .bg_right p{
	right:0;
	text-align: right;
	border-radius: 10px 0px 0px 10px;
}
.welcome {
	background-attachment:fixed;
	background-clip:initial;
	background-origin:initial;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
	border:none;
	height:80vh;
	max-width:100%;
	min-height:480px;
	overflow-x: hidden;
}

.welcome-header {
    align-items:center;
    background-blend-mode:multiply;
    box-sizing:border-box;
    color:#fff;
    display:block;
    flex-direction:column;
	font-family:'brandon_grotesquelight', sans-serif;
    font-size:18px;
    height:200px;
    margin:-72px auto 0;
    padding:12px;
    width:100%;
    background-color: rgba(23, 105, 148, .7);
    position: relative;
    z-index: 100;
}
.welcome-header:before {
	content: '';
  	width: 0;
	height: 0;
	border-top: 52px solid rgba(23, 105, 148, .7);
	border-left: 1000px solid transparent;
	position:absolute;
	top:200px;
	right:50%;
	z-index: -1;
}
.welcome-header:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 52px solid rgba(23, 105, 148, .7);
	border-right: 1000px solid transparent;
	position:absolute;
	top:200px;
	left:50%;
	z-index: -1;
}​
	#index_main_headline{
		color:#ffffff !important;
		font-size:38px;
		line-height:44px;
		margin:0 ;
		font-family:'brandon_grotesquemedium', sans-serif;
		font-weight:600;
		letter-spacing:0.05em;
		text-transform:uppercase;
	}
	.welcome-header h1{
		margin-top: 40px;
		/* margin-bottom: 24px; */
		margin-bottom: 0px;
	}

	.welcome-header .divider {
    	/* margin:-10px 0 24px 0; */
		margin: 0px 0px 5px 0px;
    	width:200px;
    	display: inline-block;
	}
	.welcome-header p{
		color:#ffffff;
		font-size: 24px;
		line-height: 36px;
		font-weight: 900;
		display:block;
		font-style: italic;
		z-index: 100;
	}
	.welcome-header small{
		font-size: 12px;
		display: inline-block;
		line-height: 24px;
		width: 100%;
		max-width: 760px;
		text-align: right;
		z-index: 100;
	}
#home .bottom_navigation{
	width: 100%;
	height: 00px;
	background-color: none;
	position: relative;
	border-top:none;
}
#home .bottom_navigation .container{
	background-color: #f7f8f8;
	/* height: 80px; */
	max-width: 770px;
	/* width: 100%; */
	position: absolute;
	/* top:-80px; */
	left:50%;
	/* margin-left:-385px; */
	border-radius:48px 48px 0 0;
	z-index: 1;
	/*custom add*/
	height: 60px;
	top: -60px;
	margin-left: -135px;
	width: 25%;
}
#home .bottom_navigation .container a{
	display: inline-block;
	margin-top:24px;
	/* width: 29%; */
	width: 100%;
	height: 80px;
	z-index: 2;
}
#home .bottom_navigation .container a:first-child{
	/* padding-left: 10%; */
	padding-left: 23%;
}
#home .bottom_navigation .container p{
	display: inline-block;
	line-height: 30px;
	height: 30px;
	font-family:'brandon_grotesquemedium', sans-serif;
	vertical-align: middle;
	font-size: 18px;
	color:#176994;
	font-weight: 700;
	text-transform: uppercase;
	padding-left:12px;
}
#home .bottom_navigation .container svg{
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}
/*       - Home Page: Testimonial */

#home .testimonial {
    background:#176994;
    border:none;
    color:#fff;
	height:auto;
	padding-top:36px;
    text-align:center;
}

	#home .testimonial header {
    	border:none;
    	height:auto;
		padding:0;
    	text-align:center;
	}

		#home .testimonial header h3 {
    		color:#fff;
			font-family:'brandon_grotesquelight_italic', sans-serif;
    		font-size:36px;
			letter-spacing:0.025em;
			line-height:40px;
			margin:0;
    		text-transform:none;
		}

		#home .testimonial header svg {
    		float:none;
			margin:0 0 9px;
		}

			#home .testimonial header svg path {
				fill:#f7f8f8;
			}

	#home .testimonial p {
    	color:#fff;
		font-family:'brandon_grotesque_regularRg', sans-serif;
    	font-size:13px;
		letter-spacing:0.05em;
		padding:9px 0 0;
    	text-transform:uppercase;
	}

/*       - All Products */

.case-study {
	position:relative;
}

	.case-study h3 {
		color:#3d9ad9;
		font-family:'brandon_grotesquelight', sans-serif;
    	font-size:18px;
    	text-align:left;
    	text-transform:none;
	}

	.case-study .label {
    	margin-top:30px;
	}

.chart-holder {
	display:table-cell;
	max-height:240px;
	max-width:240px;
}

.data {
    color:#3d9ad9;
    display:table-cell;
    font-size:36px;
    padding-left:40px;
    text-align:left;
    vertical-align:top;
    width:180px;
}

	.data span {
    	display:block;
		margin-bottom:6px;
    	width:100%;
	}

		.data span small {
			display:block;
			font-family:'brandon_grotesquelight', sans-serif;
		}

.data-percent {
    align-items:center;
    color:#3d9ad9;
    display:flex;
    font-family:"brandon_grotesquemedium",sans-serif;
    font-size:48px;
    height:240px;
    justify-content:center;
    left:0;
    letter-spacing:-0.05em;
    position:absolute;
    width:240px;
}

.data-total {
    color:#3c4959;
}

	.data-total small {
    	font-size:24px;
	}

.testimonial {
	border:1px solid #b3bdc7;
	box-sizing:border-box;
	min-height:220px;
	height:auto;
	padding:21px 40px 36px;
	text-align:left;
}

	.testimonial header {
		border-bottom:1px solid #d6d9dc;
		height:54px;
    	padding:0 0 21px;
		text-align:left;
	}

		.testimonial header h3 {
			margin:0;
			padding-top:6px;
		}

		.testimonial header h3 sup {
			font-size: 11px;
			display: inline-block;
			font-weight: 400;
		}
		.testimonial header h3 .member, .check-mark{
			color: #176994;
			padding-left: 24px;
			position: relative;
		}
		.testimonial header h3 .member::before{
			content:"Member since ";
		}
		.testimonial header h3 .member::after, .check-mark::after{
			content:"";
			position: absolute;
			background-image: url(../images/icon-member.svg);
			height: 14px;
			width: 14px;
			top:-8px;
			left:6px;
		}
		.testimonial header span {
			font-family:'brandon_grotesquelight', sans-serif;
			font-size:15px;
		}

		.testimonial header svg {
			float:left;
			height:54px;
			margin:0 18px 0 0;
			width:54px;
		}

	.testimonial p {
		font-family:'brandon_grotesquelight_italic', sans-serif;
    	font-size:19px;
    	line-height:29px;
    	padding:29px 0 0;
	}

#large-testimonial{
	max-width: 960px;
	height: 100%;
}

/*       - Priorities */

[class*="priority"] .content {
	padding:70px 0 54px;
}

.priority-1 {
	margin-top:44px;
}

	.priority-1 .central {
		max-width:960px;
    	padding-bottom:21px;
	}

	.priority-2 .central,
	.priority-3 .central {
    	max-width:360px;
	}

	.priority-3 .actions img {
		height:30px;
		margin-right:10px;
		width:30px;
	}

	/*       - Mailers */

	.mailer-info {
		background:url(../images/bg-mailer-details.png);
		background-repeat:repeat-x;
		border-bottom:2px solid #dce8ee;
	    border-right:2px solid #dce8ee;
	    box-sizing:border-box;
		margin:96px 0 0;
		text-align:center;
	}

		.mailer-info img {
	    	position:relative;
	    	top:50%;
	    	transform:translateY(-50%);
	    	display: block;
	    	max-height: 460px;
	    	max-width: 1360px;
	    	margin:0px auto;
	    	width: 100%;

		}

	.mailer-info.postcard {
		height:450px;
	}

	.mailer-info.poster {
		height:453px;
	}
#privacy-policy{
	background-color: #ffffff;
}
#privacy-policy h1{
	margin:0 0 36px 0;
}
#privacy-policy h1, #privacy-policy h2, #privacy-policy p{
	text-align: left;
	margin:24px;
}
#privacy-policy .page-header{
	padding-bottom: 48px;
	margin-bottom:54px;
	border-bottom: 1px solid #d6d9dc;
}
#privacy-policy .page-header p a{
	text-decoration: none;
}
#privacy-policy p a{
	color:#3d9ad9;
	text-decoration: underline;
}
.table-of-contents{
	width: 90%;
}
.table-of-contents a{
	display:block;
	margin:6px auto;
	color:#3d9ad9;
	text-align: left;
}

.toc-content h2 {
	margin-top:36px;
}

.toc-content span.emphasis {
	font-weight: bold;
}

.toc-content a {
	color: #3d9ad9;
    text-decoration: underline;
}

.toc-content ul {
	padding-left: 60px;
}

.toc-content ul li,
.toc-content ol li {
	color: #3c4959;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
	text-align: left;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
}

.toc-content ol {
	list-style-type: decimal;
	padding-left: 73px;
}

.toc-content ol li {
	padding-left: 15px;
}

#bad-browser{
	background-color: #ffffff;
	height:100vh;
}
#bad-browser p{
	max-width: 760px;
	margin:0px auto;
	padding:0 24px;
}
#bad-browser img{
	display: block;
	margin:24px auto;
	width: 100%;
	height:auto;
}
.footer-fix footer{
	margin-top:0px !important;
}
/*--------------------------------------------------
	6. SPECIAL EFFECTS
--------------------------------------------------*/

a {
	transition:.20s ease-in-out;
}

/*--------------------------------------------------
	7. RESPONSIVE STYLES
--------------------------------------------------*/

@media (max-width:1440px) {

.footer-nav,
.site-nav {
	padding:0 3%;
}

}

@media (max-width:1080px) {

footer {
	padding:36px 0 30px;
}

.footer-nav {
	flex-direction:column;
	height:120px;
}

.welcome-header .divider {
	display:none;
}
#large-testimonial{
	max-width: 460px;
	height: 100%;
}
}

@media (max-width:960px) {

h2.intro-heading {
    color:#fff;
    font-size:27px;
    line-height:33px;
}

.hero {
	max-width:none;
}

.intro {
	display:block;
	max-width:none;
    text-align:center;
}

.mailer-info.postcard,
.mailer-info.poster {
	display:none;
}

.new-product {
	border:none;
	margin:12px auto;
	width:96%;
}

.new-product + .intro p {
	width:100%;
}

.product:nth-child(2) {
    margin-top:60px;
}
#home .welcome .bg_left, #home .welcome .bg_right{
	background-size: cover;
	background-repeat: no-repeat;
}
#home .welcome-header{
	height: 140px;
}
#home .welcome-header h1{
	/* margin: 12px; */
	margin: 15px 7px 7px 7px;
}
.welcome-header small {
	text-align: center;
}
#home .bottom_navigation .container{
	width: 100%;
	max-width: none;
	left:0;
	margin: 0px auto;
	border-radius: 0px;
}
.welcome-header:before, .welcome-header:after{
	top:140px;
}
.testimonial header {
	height:84px;
	display: block;
}
.testimonial header span{
	display: block;
	margin: 18px 72px;
}
.testimonial header h3 .member{
	padding-left: 18px;
	display: block;
	margin: 12px 72px;
}
.testimonial header h3 .member::after{
	left: 0px;
}
/*.welcome-header {
    width:94%;
}*/

}

@media (max-width:860px) {
.welcome-header {
	margin: -42px auto 0;
}
.module .actions a {
    letter-spacing:0.025em;
    margin:0 12px;
}

.priority-1 {
	margin-top:0;
}

.site-nav {
	flex-direction:column;
	height:144px;
	justify-content:space-around;
	padding:0;
}

.site-nav-links {
    margin-top:-30px;
}

.sub-nav ul li a {
	padding:0 18px;
}

#home .welcome-header h1{
	line-height: 30px;
	font-size: 30px;
}
#home .welcome-header p{
	line-height: 24px;
	font-size: 20px;
}
#home .welcome-header small{
	max-width: 420px;
	z-index: 100;
	display: inline-block;
}
#home .bg_left p, #home .bg_right p{
	font-size: 21px;
	line-height: 26px;
}
#home .bottom_navigation .container p{
	font-size: 15px;
}
.scroll-icon{
	visibility: hidden !important;
}
}

@media (max-width:670px) {

.module .actions,
[class*="priority"] .actions {
	display:none;
}

.nav-toggle {
	display:block;
}

.page-header .sub-nav {
    display:none;
}

.site-nav {
	height:auto;
	padding:24px 0;
}

.site-nav-links {
    margin:0;
	width:100%;
}

	.site-nav-links li {
		display:block;
		margin:9px 0;
	}

		.site-nav-links li a,
		.site-nav-links li a.sign-in {
			font-size: 14px;
    		height:35px;
			margin:0;
		}

		.site-nav-links li a[class*="sign"] {
			margin:0 auto;
    		width:120px;
		}

		.site-nav-links li a.active::after {
			display:none;
		}

#site-sub-nav {
	text-align:left;
}

.sub-nav ul li a {
	padding:0 12px;
}

#toggle {
	display:none;
}
#home .welcome{
	background-size: 300px auto;
}
#home .welcome-header{
	height: 100px;
}
.welcome-header:before, .welcome-header:after{
	top:100px;
}
.welcome-header h1 {
	font-size:30px;
}
#home .welcome .bg_left, #home .welcome .bg_right{
	width: 100%;
	background-size:100% auto;
}
#home .bg_left{
	height: 410px;
}
#home .bg_right{
	height: 255px;
	top:410px;
}
#home .welcome{
	height: 360px;
	min-height: 410px;
	/* min-height: 665px; */
}
#home .bg_left p, #home .bg_right p{
	bottom:0%;
	width: 100%;
	border-radius: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding:18px 0;
}
#home .bottom_navigation{
	display: none;
}

.welcome-header {
	height:240px;
	margin-top:0px;
}

	.welcome-header h1 {
		font-size:24px;
	}
#home .content{
	padding:48px 0px;
}
#home .welcome .content{
	padding:0px;
}
#home .welcome-header{
	height: 80px;
}
.welcome-header:before, .welcome-header:after{
	top:80px;
}
#home .welcome .bg_left{
	background-size: 100% auto;
}
#home .welcome-header h1{
	font-size: 24px;
	line-height: 24px;
}
#home .welcome-header p{
	line-height: 20px;
	font-size: 16px;
}
#home .welcome-header small{
	max-width: 330px;
}
#home .overview .content{
	padding-top: 48px;
}
}

@media (max-width:480px) {
#livechat-compact-container{
	display: none;
}
.bullet {
    box-sizing:border-box;
    padding:0 30px;
}

.case-study h3 {
	text-align:center;
}

.chart-holder,
.data {
	display:block;
    margin:0 auto;
    padding:0;
    text-align:center;
}

.data {
	font-size:27px;
	margin-top:30px;
}

.data-percent {
    left:0;
    right:0;
    width:auto;
}

.footer-links li {
    margin:0 6px 0 0;
}

.footer-nav strong {
    display:block;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing:0.025em;
}

h1.page-heading {
	font-size:24px;
    line-height:30px;
	margin:20px auto;
}

h2.intro-heading {
    font-size:23px;
    line-height:30px;
}

#home .module.bullet {
    text-align:center;
}

#home .testimonial header h3 {
	font-size:30px;
    line-height:36px;
}

.intro {
	padding:36px 33px;
}

.module {
	margin:30px auto 0;
    width:90%;
}

	.module .icon {
    	display:block;
    	float:none;
    	margin:6px auto 18px;
	}

.priority-1 .content {
	padding:24px 0 54px;
}

.overview .content {
	padding:40px 0;
	z-index: 5;
}

.sub-nav {
	margin-bottom:0;
}

	.sub-nav ul li {
    	display:block;
    	margin:0 auto;
    	width:75%;
	}

.testimonial {
	height:auto;
    padding:21px 30px 36px;
}

	.testimonial header h3,
	.testimonial header span {
		letter-spacing:0.025em;
	}

	.testimonial header span {
		font-size:13px;
	}

	.testimonial header svg {
    	height:36px;
    	margin:12px 12px 0 0;
		width:36px;
	}

.testimonial header {
	height:72px;
	display: block;
}
.testimonial header span{
	display: block;
	margin: 6px 48px;
}
.testimonial header h3 .member{
	padding-left: 18px;
	display: block;
	margin: 12px 48px;
}
.welcome-header {
	height:240px;
	margin-top:0px;
}

	.welcome-header h1 {
		font-size:24px;
	}
#home .content{
	padding:48px 0px;
}
#home .welcome .content{
	padding:0px;
}
#home .welcome-header {
    height: 130px;
}
.welcome-header:before, .welcome-header:after {
    top: 130px;
}
#home .welcome .bg_left{
	background-size: auto 100%;
}
#home .welcome-header h1{
	font-size: 24px;
	line-height: 24px;
}
.welcome-header:before,
.welcome-header:after {
	border-top: 32px solid rgba(23, 105, 148, .7);
}
.welcome-header .divider{
	display: none;
	margin: 0px;
}
#home .welcome-header p{
	line-height: 15px;
	position: relative;
	font-size: 13px;
	max-width: 320px;
	margin:0px auto !important;
	padding:0px;
}
#home .welcome-header small{
	max-width: 280px;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0em;
}
#home .overview .content{
	padding-top: 48px;
}
}

@media (min-width: 961px) and (max-width: 1024px) {
	.scroll-icon{
		left:50%;
		top: 81%;
	}
	#home .bottom_navigation .container a {
		margin-top: 15px;
		height: auto;
	}
	#home .bottom_navigation .container a:first-child {
		padding-left: 17%;
	}
}

@media (min-width: 769px) and (max-width: 960px) {
	#home .bottom_navigation .container a:first-child {
		text-align: center;
		padding-left: 0px;
		margin-top: 20px;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	#home .bottom_navigation .container a {
		margin-top: 15px;
	}
	#home .bottom_navigation .container a:first-child {
		padding-left: 0%;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	#home .welcome-header h1 {
		margin: 10px 0px 5px 0px;
	}
}

/*--------------------------------------------------
	8. CONTACT
--------------------------------------------------*/
section.contact {
	border: none;
}

section.contact .content .section-header {
	padding: 0px 20px 20px;
	width: auto;
}

section.contact .content .section-header .section-heading {
	padding-bottom: 10px;
}


section.contact .content .section-header .sub-text {
	height: 100%;
}

section.contact .content .section-header .sub-text a {
	color: #3c4959;
	font-weight: bold;
	text-decoration: none;
}

section.contact .content span#error {
	color: #ff0000;
    display: flex;
    margin-left: 29%;
    position: relative;
    top: -5px;
}

section.contact .content form {
	margin: 0 auto;
	width: 60%;
}

section.contact .content form .form-group {
	display: flex;
	padding-bottom: 10px;
	text-align: left;
	width: 100%;
}

section.contact .content form .form-group label {
	align-items: center;
	color: #3c4959;
	display: inline-flex;
	font-family: 'brandon_grotesque_regularRg', sans-serif;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 0.05em;
	width: 30%;
}

section.contact .content form .form-group input,
section.contact .content form .form-group textarea  {
	border-radius: 4px;
	border: 1px solid #aeaeae;
	box-shadow: none;
	color: #3c4959;
	display: inline-flex;
	font-family: 'brandon_grotesque_regularRg', sans-serif;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: 0.05em;
	padding: 5px 10px;
	width: 70%;
}

section.contact .content form .form-group textarea {
	height: 100px;
}

section.contact .content form input[type="submit"] {
	background-color: #176994;
	border-radius: 4px;
	border: 1px solid #176994;
	color: #fff;
	float: right;
	font-family: 'brandon_grotesquemedium', sans-serif;
	margin: 5px 0px 0px;
	padding: 10px 20px;
	transition: 1s all ease;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

section.contact .content form input[type="submit"]:hover {
	background-color: #08322b;
	border: 1px solid #08322b;
}

@media screen and (max-width: 768px) {
	section.contact .content form {
		width: 90%;
	}
}
