



@font-face {
    font-family: 'Eina-bold';
    src: url('fonts2/Eina03-Bold.woff') format('woff2'),
         url('fonts2/Eina03-Bold.woff2') format('woff');
    font-weight: bold;
    font-style: normal;

}



@font-face {
    font-family: 'eina', 'Eina-bold';
    src: url('fonts/eina01-bold-webfont.woff2') format('woff2'),
         url('fonts/eina01-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}


@font-face {
    font-family: 'eina';
    src: url('fonts/eina01-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/eina01-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;

}


@font-face {
    font-family: 'eina';
    src: url('fonts/eina01-regular-webfont.woff2') format('woff2'),
         url('fonts/eina01-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'eina';
    src: url('fonts/eina01-regularitalic-webfont.woff2') format('woff2'),
         url('fonts/eina01-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}



@font-face {
    font-family: 'eina';
    src: url('fonts/eina01-semibold-webfont.woff2') format('woff2'),
         url('fonts/eina01-semibold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}



@font-face {
    font-family: 'eina';
    src: url('fonts/eina01-light-webfont.woff2') format('woff2'),
         url('fonts/eina01-light-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}







body {
    margin:0;
    padding:0;
    overflow-x:hidden;
    font-size:16px;
}

body, div {
    font-family:"Open Sans", Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4 {
	font-family:"Eina-bold", Helvetica, Arial, sans-serif;
	font-weight:600;
	line-height:1.2em;
}

h1, h2, h3 {
    text-align:center;
    font-size:2.5em;
    font-weight:100;
    margin-bottom:12px;
    line-height:1.2em;
    font-weight:600;
}

h5 {
    font-size:1.7em;
    font-weight:400;
}

p {
    font-size:1.5em;
    color:#012C31;
}



.group:after {
  content: "";
  display: table;
  clear: both;
}

.pd-landing {
	
}

.pd-landing.behind {
	filter: blur(1.5rem);
}

.pd-landing-nav {
    display:flex;
    justify-content:space-between;
    padding:12px 24px 12px 58px;
}

.pd-landing-nav-logo {
    width:20%;
}

.pd-landing-nav-buttons {
    display:flex;
    width:70%;
    justify-content:flex-end;
    align-items:center;
}

.pd-landing-nav-buttons a {
    text-transform:uppercase;
    text-decoration:none;
    padding:12px 0;
    color:#0C1A6B;
    margin-bottom:8px;
}

.pd-landing-nav-buttons a:first-child {
    margin-right:56px;
}

.pd-landing-nav-buttons a i {
    margin-left:12px;
    display: block;
    float: right;
    font-size:22px;
}


a.continue-to {
	color:#012C31;
}

a.continue-to:hover {
	text-decoration:underline;
}

.mobile-only {
	display:none;
}


.pd-landing-hero {
    min-height:600px;
    /*background-image:url('hero-bg.jpg');*/
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.pd-hero-text {
    width:25%;
    float:right;
    margin-right:16.5%;
    margin-top:64px;
}

@media (max-width: 1205px) and (min-width: 1001px) {
    .pd-hero-text {
width: 37%;
margin-right: 7.5%;
}
}


.pd-hero-btn {
	margin-top:48px;
}
.pd-hero-text h3 {
    text-align:left;
    font-weight:400;
}

.pd-landing-blocks {
    min-height:400px;
    /*background-image:url('blocks-bg.jpg');*/
    border-top:1px solid transparent;
    padding:100px 10%;
    
    display:flex;
}

.pd-blocks-content {
    width:55%;
    margin-right:5%
}

.pd-blocks-video {
	width:40%;
}

.pd-blocks-content h3 {
	font-weight:400;
	margin-top:0;
    text-align:left;
}

.pd-landing-gradient {
    padding:64px 0;
    background-image:url('red-blue-gradient.jpg');
}

.pd-gradient-content {
    display:flex;
    width:67%;
    margin:0 auto;
    justify-content: space-between;
}

.pd-gradient-content .pd-gradient-text {
    width:66%;
}

.pd-gradient-content .pd-gradient-button {
    width:33%;
    text-align:right;
    min-width:252px;
    align-content:center;
}

.pd-gradient-text p {
    color:white;
    font-size:30px;
    margin:0;
}

.pd-video-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	cursor:pointer;
}

.pd-video-wrapper img {
	width:100%;
	position:absolute;
	left:0;
	height: auto;
}

.pd-video-wrapper:hover img {
	filter:brightness(90%);
}

.pd-video-wrapper iframe {
	position:absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.pd-capacity {
    background-color:#f3f9fb;
    padding:118px 0 100px 0;
    text-align:center;
}

.pd-capacity-liner {
	width:40%;
	margin:0 auto;
}

.pd-capacity h3 {
	margin:0;
}

.pd-capacity h5 {
	text-align:center;
	margin-top:16px;
	font-weight:400;
}

.capacity-item {
	margin:54px 0;

}

.capacity-item i {
    color:#CF2534;
    font-size:50px;
}

.capacity-item-text {
    margin-top:16px;
    font-weight:400;
    font-size:20px;
}

.pd-white-paper-icon {
	margin-top:72px;
	margin-bottom:32px;
}


.pd-landing-nutshell {
    padding:64px 16.5%;
    background-image:url('nutshell-gradient.jpg');
    color:white;
}

.pd-landing-nutshell h3 {
	margin-bottom: 72px;
    margin-top: 60px;
}

.pd-landing-nutshell h5 {
	width:80%;
	margin:64px 10%;
	font-size:1.5em;
	text-align:center;
	font-weight:100;
}

.pd-nutshell-set {
    display:flex;
    justify-content:space-between;
    margin-bottom:20px;
}

.nutshell-title {
    font-family:"eina";
    font-size:30px;
    margin:16px 0 28px 0;
    font-weight:100;
}

.nutshell-nut {
    width:33.33%;
    border:2px solid #fff;
    padding:32px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    margin-right:20px;
}

 .nutshell-nut:last-child {
    margin-right:0;
 }

.nutshell-nut hr {
    height:1px;
    background-color:#fff;
    width:80%;
}

.nutshell-nut i {
    color:#CF2534;
    font-size:40px;
}

.nutshell-fine {
    margin-top:36px;
    font-size:1.1em;
    font-weight:100;
    margin-bottom:36px;
}
.nutshell-buttons {
    display:flex;
    text-align:center;
    justify-content:center;
}


.pd-landing-video-wrapper {
    width:40%;
    margin:0 auto;
    
    text-align:center;
}

.pd-landing-video-wrapper p {
		font-size:1em;
	}
	

.pd-landing-footer-social {
    display:flex;
    margin:48px auto;
    justify-content:center;
}

.pd-landing-footer {
    background-color:black;
    padding-top:64px;
    text-align:center;
    padding-bottom:64px;
}
.pd-landing-footer hr {
    width:80%;
}

.pd-landing-footer-social a {
    margin:0 24px;
}

.pd-landing-footer-social a:hover {
	opacity:.8;
}

.pd-landing-footer-copyright {
    color:white;
    text-align:center;
    margin:48px 12%;
}

.pd-landing-footer-logos {
    display:flex;
    margin:48px auto;
    justify-content:center;
}

.pd-landing-footer-logos a {
    margin:0 48px;
    cursor:pointer;
}

.btn, a.btn, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing:1px;
    text-transform: uppercase;
    color: white;
    background-color: #0C1A6B;
    padding: 10px 42px;
    border-radius:24px;
    border:2px solid white;
    line-height:1em;
    text-decoration:none;
    cursor:pointer;
    display:inline-block;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
	border:2px solid white !important;
	color:transparent !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:before {
	
	content: "Get Rolling";
    position: absolute;
    left: 0;
    font-size: 1em;
    color: white;
        top: auto;
    width: 100%;
    letter-spacing: 1.5px;
}


.pd-landing-nav-buttons a.btn {
	font-size: .8em;
	padding: 10px 42px;
}


.nutshell-buttons .btn {
    margin:0 24px;
}

.no-wrap {
    white-space: nowrap;
}

.btn-red, a.btn-red {
    background-color:#CF2534;
    color:white;
}

.btn-clear, a.btn-clear {
    border:2px solid white;
    background-color:transparent;
    color:white;
    border-radius:28px;
}


.btn:hover, a.btn:hover {
	background-color:white;
	color:#0C1A6B;
	border:2px solid #0C1A6B;
}

.btn-red:hover, a.btn-red:hover {
    background-color:white;
    color:#CF2534;
    border:2px solid #CF2534;
}

.pd-landing-slider {
    display:flex;
    justify-content:space-around;
    min-height:200px;
}

.pd-slider-arrow {
 	display:flex;
 	flex-direction:column;
 	justify-content:center;
 	width:16.5%;
 	align-items:center;
 	cursor:pointer;
}

.pd-slider-arrow-right {
	
}

pd-slider-arrow-left {
	
}
    
.pd-slider-arrow i {
    font-size:60px;
    color:#012C31;
}

.pd-slider-arrow i:hover {
    color:#6d8285;
}


.pd-slider-frame {
    width:67%;
    margin:0 3%;
    overflow:hidden;
    position:relative;
}

.pd-slider-train {
    position:absolute;
    /*
    display:flex;
    justify-content:flex-start;
    */
    width:4000000px;
}

.pd-logo-slider .pd-slider-train {
	top:20px;
}

.pd-slider-car {
    width:300px;
    
    margin-left:30px;
    margin-right:30px;
	text-align:left;
	float:left;
}

.pd-logo-slider .pd-slider-car {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:150px;
}

.testimonial-slider {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(217,217,217,1) 100%);
	padding-top:62px;
	padding-bottom:42px;
}

.pd-logo-slider {
	background-color:#F3F9FB;
}

.testimonial-slider .pd-slider-car {
    border:1px solid #ccc;
    padding:16px;
}

.pd-slider-car img.logo {
    max-width:170px;
    max-height:140px;
    height:auto;
    margin:12px 5%;
    
    width:auto;

}



.pd-modal {
    display:none;
    position:fixed;
    top:64px;
    left:16%;
    width:66%;
    background-color:white;
    padding:8px;
    min-height:300px;
    border:1px solid #ccc;
    -webkit-box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.75);
	z-index:999999;
}

.pd-modal-close {
    text-align:right;
    margin-bottom:8px;
}

.pd-modal-graphic {
    height:80px;
    background-image:url('modal-top-graphic.jpg');
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
}

.pd-modal-close i {
    font-size:32px;
    cursor:pointer;
    margin-right:8px;
}

.pd-modal h3 {
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
    font-size:1.9em;
    font-weight:400;
    margin-top:12px;
    text-align:left;
}

.pd-modal p {
    font-size:1em;
    margin-top:12px;
    color:#012C31;
}


.pd-modal p.dark-blue {
    color:#0C1A6B;
    border-bottom:2px solid #D9D9D9;
    border-top:2px solid #D9D9D9;
    margin-top:24px;
    margin-bottom:24px;
    padding-top:12px;
    padding-bottom:12px;
}


.pd-modal p.dark-blue-form-head {
	color:#0C1A6B;
	font-weight:bold;
}

.pd-modal p.mktoHtmlText {
	color:#848787 !important;
}

.pd-modal .mktoHtmlText.mktoHasWidth, .pd-modal .mktoHtmlText.mktoHasWidth p, .pd-modal .mktoHtmlText.mktoHasWidth p > span {
	width:100% !important;
	color:#4c4c4c !important;
	font-size:14px !important;
	line-height:120%;
}

.pd-modal ul {
    margin-left:17px;
    padding-left:0;
}
.pd-modal ul li {
    margin-bottom:4px;
    color:#012C31;
    font-weight:bold;
}

.pd-modal-body {
    display:flex;
    margin:18px 24px;
    background-color:white;
}

.pd-modal-body .pd-modal-column {
    width:50%;
    padding:0 6% 32px 6%;
}



.testimonial-stars i {
    color:#CF2534;
}

.testimonial-author {
	margin-top:24px;
	margin-bottom:12px;
}
.testimonial-quote {
    text-align:left;
    margin:16px 1%;
    font-style:italic;
}



.mktoFieldWrap, .mktoFieldWrap {
    margin-bottom:16px;
}

 .pd-modal-instructions {
     font-size:.8em;
     padding:12px 0;
     margin-bottom:16px;
 }
 
 
 /* MARKETO FORM */
 
.mktoFieldWrap:after, .pd-modal-instructions:after {
    display:table;
    content:"";
    clear:both;
}

#mktoForm_520,
#mktoForm_519,
.mktoForm {
	width:100% !important;
}
.mktoFieldWrap input[type=text], .mktoFieldWrap input[type=email] {
    border:2px solid #ccc;
    border-radius:4px;
    padding:12px 18px !important;
    font-size:1.5em;
    width:90% !important;
    font-family:"Open Sans", Arial, Helvetica, sans-serif;
    display: block;
    margin-left: -18px !important;
}

.mktoForm .mktoFieldWrap, .mktoForm .mktoFormCol {
	width:100%;
}

.mktoFormCol {
	margin-bottom:0 !important;
}


.mktoAsterix {
	color:transparent !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
	background-color:#CF2534 !important;
	background-image:none !important;
	font-size:18px !important;
	margin-top:16px;
	cursor:pointer !important;
	padding:12px 48px !important;
    border-radius: 32px;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
	color:transparent !important;
	background-color:white !important;
	border:2px solid #CF2534 !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover::before {
	color:#CF2534 !important;
}

.mktoButtonWrap.mktoSimple {
	margin-left:0 !important;
}




@media screen and (max-width:1000px) {

	
	.pd-capacity {
		padding:32px 0;
	}
	.pd-capacity-liner {
		width:90%;
		margin:0 5%;
	}
	
	.pd-white-paper {
		display:flex;
		flex-direction:column;
	}
	
	.pd-landing-hero {
    	min-height:0;
	
	}
	
	.pd-landing.behind {
		filter: blur(0);
		display:none;
	}

	.pd-slider-car {
	    width:210px;
	    
	    margin-left:8px;
	    margin-right:8px;
	}

	.pd-slider-frame {
		width:78%;
	}
	.pd-slider-arrow {
		width:11%;
	}
			
	.mobile-only {
		display:block;
	}
	
	.pd-hero-btn {
		margin-top:16px;
	}
	
	.pd-landing-running {
		margin-top:-5px;
	}
		
		
	.pd-landing-hero:after {
		display:table;
		content:"";
		clear:both;
	}
	
	.pd-landing-hero {
		background-image:none !important;
	}
	
			
	.pd-hero-mobile img {
		width:60%;
		margin:0 20%;
		height: auto;
		width: 100%;
		margin: 0;
	}
	
	.pd-hero-text {
	    width:90%;
	    float: none;
	    margin:32px 5%;
	    margin-top:14px;
	    text-align:center;
	    padding:0;
	}
	
	.pd-hero-text h3 {
		text-align:center;
		margin-top:0;
		
	}
	
	
	
	.pd-modal {
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    
	    -webkit-box-shadow: none;
		-moz-box-shadow:  none;
		box-shadow:  none;
		
		height:100vh;
		padding-bottom:200px;
		
		border:none;
		padding:0;
	}
	
	.pd-modal-body {
		width:94%;
		margin:18px 0;
		padding:3%;
		padding-bottom:80px;
	}
	.pd-modal-close i {
		margin-right:16px;
		margin-top:12px;
	}


}


@media screen and (max-width:767px) {
	
	.pd-landing-nav {
		padding:32px;
	}
	
	.pd-landing-nav-buttons a:first-child {
		margin-right:0;
	}
	.pd-landing-nav-buttons, .pd-landing-nav-logo {
		flex-direction:column;
		width:100%;
		clear:both;
	}
	
	.pd-landing-nav, .pd-landing-footer-logos, .nutshell-buttons, .pd-gradient-content {
		flex-direction:column;
	}
	.pd-landing-nav-logo {
		width:100%;
		text-align:center;
		margin-bottom:32px;
	}

	
	.pd-gradient-text, .pd-gradient-content .pd-gradient-text, .pd-gradient-content .pd-gradient-button {
		width:100%;
		min-width:0;
		text-align:center;
	}
	
	.pd-gradient-content .pd-gradient-button {
		margin-top:32px;
	}
	

	
	.pd-landing-blocks {
		padding-top:16px;
		padding-bottom:16px;
		background-position:center;
		min-height:0;
		flex-direction:column;
	}
	
	.pd-blocks-content {
		width:90%;
		margin:16px 5%;
	}
	
	.pd-blocks-video {
		width:100%;
		margin:16px 0;
	}

	
	.pd-blocks-content h3, .pd-landing-video-wrapper h3 {
		margin-top:0;
		text-align:center;
		font-size:1.8em;
	}
	
	.pd-landing-video-wrapper h5 {
		font-size:1.2em;
	}
	
	.pd-blocks-content p {
		text-align:center;
		font-size:1em;
	}
	
	.pd-landing-video-wrapper {
		width:90%;
		
	}
	
	.pd-landing-video-wrapper p {
		font-size:1em;
	}
	
	.pd-landing-nutshell h3 {
		margin-bottom: 32px;
	    margin-top: 20px;
	}
	
	.pd-white-paper-icon {
		margin-top:18px;
	}
		
	.pd-nutshell-set {
		flex-direction:column;
		margin-bottom:0;
	}
	
	.pd-landing-nutshell {
		padding:32px 0;
	}
	
	.nutshell-nut {
		width:85%;
		margin:16px 5%;
		padding:32px 2.5%;
	}
	
	.pd-landing-nutshell h5 {
		width:90%;
		margin:16px auto;
		font-size:1.3em;
		
	}
	
	.nutshell-buttons {
		width:90%;
		margin:16px auto;
	}
	.nutshell-buttons .btn {
		margin:8px 0;
		font-size:.9em;
	}
	
	.pd-modal-graphic {
		/*display:none;*/
	}
	
	.pd-modal-body {
		flex-direction:column;
	}

	.pd-modal-body .pd-modal-column {
		width:90%;
		padding:0;
		margin:0 5%;
	}
	
	.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
		margin-top:0 !important;
	}
	
	.mktoFieldWrap input[type=text], .mktoFieldWrap input[type=email] {
		margin-left:16px !important;
	}
		
	.mktoFormCol .mktoFieldWrap span {
		display:block;
		margin-top:12px;
	}
	
	.mktoFieldWrap .mktoLabel .mktoAsterix {
		position:absolute;
		left:-12px;
		top:6px;
	}
	
	.mktoFormRow {
		margin-bottom:8px !important;
	}
	
	.mktoButtonRow {
		display:flex !important;
		justify-content: center !important;
	}
}
