/************************** Globals Start **************************/
*{
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
html,body{
	font-family: "AvertaStdPE-Regular", sans-serif;
    margin: 0;
    padding: 0;
    color: #0B344B;
}
img{
	max-width: 100%;
	max-height: 100%;
}

.mdx-page{
	padding-top: 60px;
}

.mdx-wrap{
	padding: 0 20px;
    max-width: 1170px;
    margin: 0 auto;
}
.dg-red-text{
	color: #C63040;
}
.mdx-table{
	display: table;
	table-layout: fixed;
}
.mdx-table .mdx-table-cell{
	display: table-cell;
	width: 50%;
}
.list-inline{
	margin: 0;
	padding: 0;
}
.list-inline > li{
	list-style: none;
	display: inline-block;
}
/************************** Globals End **************************/

/************************** Header Start **************************/
.mdx-header{
	width: 100%;
	height: 60px;
	background-color: #0B344B;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.mdx-header .mdx-wrap {
    text-align: left;
    line-height: 60px;
    padding: 10px 0;
}
.mdx-header .mdx-wrap a img{
    max-height: 32px;
}
/************************** Header End **************************/
/************************** Footer Start **************************/
.mdx-footer{
	background-color: #0B344B;
	padding: 40px 0;
}
.mdx-footer .mdx-table{
	width: 100%;
}
.mdx-footer .mdx-table-cell{
	width: 50%;
}
.mdx-footer .mdx-table-cell.mdx-table-cell-right,
.mdx-footer .mdx-table-cell.mdx-table-cell-right .list-inline{
	text-align: right;
}
.mdx-footer .list-inline > li{
	vertical-align: middle;
}
.mdx-footer .list-inline > li + li:before{
	content: "|";
	display: inline-block;
	padding: 0 10px;
	opacity: 0.4;
}
.mdx-footer .list-inline > li,
.mdx-footer .list-inline > li a{
	color: #ffffff;
	font-size: 12px;
}
/************************** Footer End **************************/
/************************** Section 1 Start **************************/
.mdx-section.mdx-section-1{
	position: relative;
	min-height: 100vh;
	background-image: url(../img/header-bg.png);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 40px 0;
}
.mdx-section.mdx-section-1 p{
	font-size: 26px;
	line-height: 42px;
	max-width: 440px;
}
.mdx-section.mdx-section-1 h1{
	margin-top: 0;
	line-height: normal;
	font-weight: normal;
	font-size: 72px;
	letter-spacing: -0.03em;
	font-family: "AvertaStdPE-ExtraBold", sans-serif;
}
.mdx-section.mdx-section-1 h1 span{
	font-family: "AvertaStdPE-Semibold", sans-serif;
}
/************************** Section 1 End **************************/
/************************** Section 2 Start **************************/
.mdx-section.mdx-section-2{
	min-height: 600px;
	padding: 40px 0;
}
.mdx-section.mdx-section-2 h2{
	font-size: 48px;
	margin: 0;
	max-width: 620px;
}
/************************** Section 2 End **************************/
/************************** Section 3 Start **************************/
.mdx-section.mdx-section-3{
	background-color: #C5D2D6;
	position: relative;
}
.mdx-section.mdx-section-3 .mdx-wrap{
	position: relative;
	min-height: 600px;
}
.mdx-section.mdx-section-3 .dd-guard {
    position: absolute;
    left: -140px;
    bottom: 0;
    width: 40%;
    height: 100%;
    background-image: url(../img/dd-guard.png?v=2);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.mdx-section.mdx-section-3 .dd-phones {
    position: absolute;
    right: 30px;
    bottom: 50px;
    width: 320px;
    height: 100%;
    background-image: url(../img/iphone.png);
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: right bottom 20px;
}
.mdx-section.mdx-section-3 .dd-phones video {
    max-width: 213px;
    position: absolute;
    right: 13px;
    bottom: 80px;
}
.mdx-section.mdx-section-3 .dd-message{
	font-size: 48px;
	color: #ffffff;
	font-family: "AvertaStdPE-Semibold", sans-serif;
	line-height: 64px;
	font-weight: normal;
	position: absolute;
	width: 320px;
	left: 30%;
	top: 50%;
	margin-top: -140px;
	height: 280px;
}
.mdx-section.mdx-section-3 .mdx-wrap {
    min-height: 600px;
    overflow: hidden;
}
.dd-logo{
	font-size: 96px;
	font-family: "AvertaStdPE-Regular", sans-serif;
}
.mdx-section.mdx-section-3 .dd-logo{
	position: absolute;
	left: 0;
	top: 20px;
}
.mdx-section.mdx-section-3 .dd-logo b{
	font-family: "AvertaStdPE-Bold", sans-serif;
}
.mdx-section.mdx-section-3 .dd-app-ctas {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    text-align: center;
}
.mdx-section.mdx-section-3 .dd-app-ctas > * {
    display: inline-block;
}
/************************** Section 3 End **************************/
/************************** Section 4 Start **************************/
.dd-app-qr {
    display: inline-block;
    vertical-align: middle;
}
.dd-app-qr img{
    width: 120px;
}
.mdx-section.mdx-section-4 .dd-app-ctas {
    width: 300px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.mdx-section.mdx-section-4 .dd-app-ctas > * {
    display: inline-block;
}
.mdx-section.mdx-section-4{
	padding: 40px 0;
}
.mdx-section.mdx-section-4 .mdx-table{
	width: 100%;
}
.mdx-section.mdx-section-4 .mdx-table-cell{
	vertical-align: top;
}
.mdx-section.mdx-section-4 .mdx-table-cell-text p{
	max-width: 400px;
}
.mdx-section.mdx-section-4 .mdx-table-cell-cta{
	text-align: right;
}
.mdx-section.mdx-section-4 .mdx-table-cell-cta a{
	display: inline-block;
	max-height: 50px;
}
/************************** Section 4 End **************************/

/************************** Mobile stuff Start **************************/
@media only screen and (max-width: 1200px){
	.mdx-section.mdx-section-1{
		background-position: right bottom;
	}
	.mdx-section.mdx-section-1 *{
		position: relative;
		z-index: 1;
	}
	.mdx-section.mdx-section-1:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 0;
		background-color: rgba(0,0,0,0.4);
	}
	.mdx-section.mdx-section-1 p{
		font-size: 18px;
		line-height: 28px;
	}
	.mdx-section.mdx-section-1 h1{
		font-size: 52px;
	}
	.mdx-section.mdx-section-2{
		min-height: 0;
	}
	.mdx-section.mdx-section-2 h2{
		font-size: 24px;
	}


	.mdx-section.mdx-section-3 .dd-logo {
	    font-size: 42px;
	    left: 20px;
	}

	.mdx-section.mdx-section-3 .dd-message {
	    font-size: 24px;
	    line-height: 32px;
	    width: 300px;
	    left: 20px;
	    bottom: auto;
	    top: 100px;
	    margin: 0;
	}
	.mdx-section.mdx-section-3 .dd-guard{
	    display: none;
	}
	.mdx-section.mdx-section-3 .dd-phones{
	    left: 20px;
	    right: auto;
	    width: 100%;
	    height: 240px;
	    bottom: 80px;
	    background-position: left center;
	}

	.mdx-section.mdx-section-3 .dd-app-ctas {
	    width: 100%;
	    bottom: 20px;
	    text-align: left;
	    left: 20px;
	    right: auto;
	}

	.mdx-section.mdx-section-4 .mdx-table{
		display: block;
	}
	.mdx-section.mdx-section-4 .mdx-table .mdx-table-cell{
		display: block;
		width: 100%;
	}


	.mdx-footer .list-inline > li {
	    display: block;
	}
	.mdx-footer .list-inline > li a{
	    padding: 8px 0;
	    display: inline-block;
	}
	.mdx-footer .list-inline > li span{
	    display: inline-block;
	    padding: 4px 0;
	}
	.mdx-footer .list-inline > li + li:before{
	    display: none;
	}
}

@media only screen and (max-width: 600px){
	.mdx-section.mdx-section-3 .dd-app-ctas {
	    text-align: center;
	    left: 0;
	}
	.mdx-section.mdx-section-3 .dd-phones {
		background-position: center center;
	}
}
/************************** Mobile stuff End **************************/