@font-face {
  font-family: Trajan Pro;
  src: url("../fonts/Trajan Pro.woff");
}
@font-face {
    font-family: 'Trajan Pro';
    src: url('../fonts/TrajanPro-Regular.eot');
    src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TrajanPro-Regular.woff2') format('woff2'),
        url('../fonts/TrajanPro-Regular.woff') format('woff'),
        url('../fonts/TrajanPro-Regular.ttf') format('truetype'),
        url('../fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}

body {
  
}
html { scroll-behavior: smooth; } 
/* Fonts */
h3{
	font-family: Trajan Pro;
	font-size: 3em;
	color: #000;
	padding-left: 1%;
	padding-top: 3%;
	padding-bottom: 2%;
	
}
h2{
	font-family: Trajan Pro;
	font-size: 1em;
	color: #fff;
	padding-left: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	
}
.ourWorkText{
	font-family: Trajan Pro;
	font-size: 2em;
	color: #fff;
	display: block;
	width: 300px;
	
}
h1{
	font-family: Trajan Pro;
	font-size: 2.5em;
	color: #2e2a66;
	padding-left: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	
}
h4{
	font-family: Trajan Pro;
	font-size: 2.5em;
	color: #fff;
	padding-left: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	
}
.logo {
    background-image: url("../images/DPLogo_m.png");
    background-repeat: no-repeat;
    width: 107px;
    height: 90px;

}
.logoWhite {
	font-family: Trajan Pro;
	font-size: 3em;
	color: #fff;
}
.copy{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #fff;
	font-size:2em;
}
.copyBlkSm{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #000;
	font-size:1.5em;
}
.copyOrgSm{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #2e2a66;
	font-weight: bold;

}
.copyWhtSm{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #fff;
	font-size:1em;
}
.footerCopy{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #fff;
	font-size:1em;
	text-align: right;
	padding-right: 5%;
	padding-top: 3%;
}
.footerCopy a:link, a:visited {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #fff;
	font-size:1em;
	text-decoration: none;
}
.footerCopy a:hover{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #E7E7E7;
	font-size:1em;
	text-decoration: none;
	
}
.footerCopy a:active {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #fff;
	font-size:1em;
	text-decoration: none;
}
.footerCopyLrg {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #fff;
	font-size:1.5em;
	font-weight: bold;
}
/* Desktop Nav */
header{
		position:absolute;
		width:100%;
            text-align: center;
            font-size: 20px;
            line-height: 88px;
            height: 88px;
			padding:0px;
            font-family: 'Trajan Pro', sans-serif;
			z-index:10000;
			margin-bottom:20px;

            -webkit-transition: all 1s ease;
            transition: all 1s ease;
        }
        
header.sticky {
            position: fixed;
            font-size: 20px;
            line-height: 62px;
            height: 62px; 
            width: 100%;
			 background: rgba(243, 215, 150, 0.65);
            /* background: #e2837d; //DBBBB3 */
            text-align: center;

			top:0px;
			z-index:10000;

        }
/* Full Screen CPU */

.btnNav{
	float:left;
	display:block;
	height:60px;
	margin-left: 50px;
}
.btnNavSm{
	float:left;
	display:block;
	margin-left: 50px;
	height:40px;
}
.mobileText{
		font-family: Scorpian;
}
#navi{
	position:relative;
}
.current{
	  font-size: 20px;
  color:#000;

}
/* Hover Line*/
.navi {
  font-size: 20px;
  font-weight: normal;

}
.navi > a {
  text-decoration: none;
  color:#662d91;
  z-index: 10000;
 /* text-shadow: 1px 1px 4px #ac28f3; */
}
.navi > a:hover {
  text-decoration: none;
   color:#f3d796;
  z-index: 10000;

 /* text-shadow: 1px 1px 4px #ac28f3; */
}
.navi a:visited {
  text-decoration: none;
   color:#ffffff;
	font-size: 20px;
  z-index: 10000;

 /* text-shadow: 1px 1px 4px #ac28f3; */
}

.navi > a:before {
  content: "";
  position: absolute;
  width:100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #000;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
  
}
.navi > a:hover:before,
.navi > a:focus:before {
  visibility: visible;
  transform: scaleX(1);
  
}
.naviSm {
  font-size: 20px;
  font-weight: normal;

}
.naviSm > a {
  text-decoration: none;
  color:#2f0e48;
  z-index: 10000;
 /* text-shadow: 1px 1px 4px #ac28f3; */
}
.naviSm > a:hover {
  text-decoration: none;
   color:#fff;
  z-index: 10000;
 /* text-shadow: 1px 1px 4px #ac28f3; */
}


.naviSm > a:before {
  content: "";
  position: absolute;
  width:100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #000;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
    text-shadow: 0px 0px 0px #67009e;
}
.naviSm > a:hover:before,
.naviSm > a:focus:before {
  visibility: visible;
  transform: scaleX(1);
	transform: translate(0, 5px);
  
}
/* Three Line Menu */
.nav-toggle {
    position: absolute;
    top: 0;
   right: 0;
    z-index: 999999;
    padding: 10px 35px 16px 10px;
    cursor: pointer;
	z-index:100000;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
    background:#f3d796;
    cursor: pointer;
	
}
.nav-toggle span:before {
    top: -10px
}
.nav-toggle span:after {
    bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.navicon {
    position: relative;
    height: 26px;
}
.navicon p {
    margin: 1px 50px 0 0
}
.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: rgba(247, 138, 85, 0.65);
	z-index:9;
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 45%;
    height: 60%;
    text-align: center;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:9;
}
.overlay ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    list-style: none;
	z-index:9;
}
.overlay ul li {
    display: block;
    float: left;
    margin-left: 10px;
	margin-bottom:10px;
	z-index:9;
}
.overlay ul li:last-child {
    margin-right: 0px
}
.overlay ul li i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}
.overlay ul li a {
    display: block;
    padding: 50px 0;
    min-width: 150px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color:#2e2a66;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	z-index:10000;
	font-family: Scorpian;
}
.overlay ul li a:hover, .overlay ul li a:focus {
    border-color: #f78855;
    color: #fff;
}

.overlay-nav{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-nav.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-nav nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.overlay-nav.open nav ul:first-child li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.overlay-nav.open nav ul:first-child li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.overlay-nav.open nav ul:nth-child(2) li:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.animateblock.open nav ul:nth-child li:nth-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay-nav.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.div1 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.div2 {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.div3 {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.main{
	width: 672px;
	height: 480px;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.view {
	width: 316px;
	height: 216px;
	margin: 10px;
	float: left;
	position: relative;
	border: 8px solid #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
	background: #333;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
	perspective: 500px;
}

.view .slice{
	width: 60px;
	height: 100%;
	z-index: 100;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	
	-webkit-transition: -webkit-transform 150ms ease-in-out;
	-moz-transition: -moz-transform 150ms ease-in-out;
	-o-transition: -o-transform 150ms ease-in-out;
	-ms-transition: -ms-transform 150ms ease-in-out;
	transition: transform 150ms ease-in-out;
		
}

.view div.view-back{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	background: #666;
	z-index: 0;
}

.view-back span {
	display: block;
	float: right;
	padding: 5px 20px 5px;
	width: 100%;
	text-align: right;
	font-size: 16px;
	color: rgba(255,255,255,0.6);
}

.view-back span:first-child {
	padding-top: 20px;
}

.view-back a {
	display: bock;
	font-size: 18px;
	color: rgba(255,255,255,0.4);
	position: absolute;
	right: 15px;
	bottom: 15px;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 22px;
	text-align: center;
	font-weight: 700;
}

.view-back a:hover {
	color: #fff;
	border-color: #fff;
}

.view-back span[data-icon]:before {
    content: attr(data-icon);
    font-family: 'icons';
    color: #aaa;
	color: rgba(255,255,255,0.2);
	text-shadow: 0 0 1px rgba(255,255,255,0.2);
	padding-right: 5px;
}

.view .s2, 
.view .s3, 
.view .s4, 
.view .s5 {
	-webkit-transform: translate3d(60px,0,0);
	-moz-transform: translate3d(60px,0,0);
	-o-transform: translate3d(60px,0,0);
	-ms-transform: translate3d(60px,0,0);
	transform: translate3d(60px,0,0);
}
.view .s1 {
	background-position: 0px 0px;
}
.view .s2 {
	background-position: -60px 0px;
}
.view .s3 {
	background-position: -120px 0px;
}
.view .s4 {
	background-position: -180px 0px;
}
.view .s5 {
	background-position: -240px 0px;
}

.view .overlays  {
	width: 60px;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	-ms-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
	z-index:10000;
}

.view:hover .overlays  {
	opacity: 1;
}

.view img {
	position: absolute;
	z-index: 0;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-ms-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.view:hover .s2{
	-webkit-transform: translate3d(59px,0,0) rotate3d(0,1,0,-45deg);
	-moz-transform: translate3d(59px,0,0) rotate3d(0,1,0,-45deg);
	-o-transform: translate3d(59px,0,0) rotate3d(0,1,0,-45deg);
	-ms-transform: translate3d(59px,0,0) rotate3d(0,1,0,-45deg);
	transform: translate3d(59px,0,0) rotate3d(0,1,0,-45deg);
}
.view:hover .s3, 
.view:hover .s5{
	-webkit-transform: translate3d(59px,0,0) rotate3d(0,1,0,90deg);
	-moz-transform: translate3d(59px,0,0) rotate3d(0,1,0,90deg);
	-o-transform: translate3d(59px,0,0) rotate3d(0,1,0,90deg);
	-ms-transform: translate3d(59px,0,0) rotate3d(0,1,0,90deg);
	transform: translate3d(59px,0,0) rotate3d(0,1,0,90deg);
}
.view:hover .s4{
	-webkit-transform: translate3d(59px,0,0) rotate3d(0,1,0,-90deg);
	-moz-transform: translate3d(59px,0,0) rotate3d(0,1,0,-90deg);
	-o-transform: translate3d(59px,0,0) rotate3d(0,1,0,-90deg);
	-ms-transform: translate3d(59px,0,0) rotate3d(0,1,0,-90deg);
	transform: translate3d(59px,0,0) rotate3d(0,1,0,-90deg);
}

.view .s1 > .overlays  {
	background: -moz-linear-gradient(right, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(right, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(right, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(right, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(right, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
}

.view .s2 > .overlays  {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.view .s3 > .overlays  {
	background: -moz-linear-gradient(right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%);
	background: -o-linear-gradient(right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%);
	background: -ms-linear-gradient(right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%);
}

.view .s4 > .overlays {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}

.view .s5 > .overlays {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
}
@media screen and (min-width: 601px) {	
	.nav{
		display:none;
		visibility:hidden;
	}
		}
@media screen and (max-width: 600px) {		
	.logo {
	font-family: Trajan Pro;
	font-size: 1em !important;
	color: #2e2a66;
}
	header {
           display:none;
		   visibility:hidden;
		   position:relative;
        }

	.nav{
		height:50px; 
		width:100%; 
		position:fixed; 
		top:10px; 
		z-index:5000;
	}


}
#Icn{
		float:left; 
		height:32px;
		width:32px;
		margin-left:10px;
}
#Icn:hover{
	filter: invert(100%);
}
#logo {
  	float:right;
	display:block;
	height:60px;
	margin-right: 50px;
}
#statement {
  	float:left;
	display:block;
	height:60px;
	margin-left: 20px;
}
.blueLogo{
	float: left; 
	width: 250px; 
	height: 250px;
	margin-left: 9%;
    margin-right: 1%;
}
.workSpeak{
	width:100%; 
	height:100vh; 
	margin-top: 0; 
	margin-bottom: 0; 
	position: relative; 
	overflow: hidden;
}
	.workSpeakBG{
		width:100%; 
		height: 100% ;
		z-index: -10; 
		position: absolute;
		background: url('../images/dpmsWeWork.jpg') no-repeat;
    background-size: cover;
		-webkit-background-size: cover;
	-moz-background-size: cover; 
	}
.workTitle{
	width:300px; 
	padding-left: 10px; 
	height: 20%; 
	float:right; 
	clear: both;  
	border-left: 2px solid #fff; 
	justify-content:left; 
	align-items: flex-end;   
	display: flex;    
	vertical-align: text-bottom; 
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.25em;
	color: #ffffff;
	font-weight: bold;
}
.imgResize{
	max-width:50%;
max-height:50%;
	width: auto;
}
.workDiv{
	
	width:300px; 
	height: 20%; 
	float:right; 
	display: flex;  
	clear: both; 
	border-top: 2px solid #fff; 
	border-left: 2px solid #fff; 
	justify-content: left; 
	padding-left: .5%;
	align-items: center;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

.workBgImg{
	width:100%; 
	height: 100vh ;
	z-index: -10; 
	position: absolute
	
}
.logoDiv{
	background-color: #013A6B; 
	padding-top:2%; 
	padding-bottom: 2%;
}
.map{
	background-image:url(../images/Map.png); 
	width: 100%; 
	min-width: 300px; 
	min-height: 215px; 
	height:100%;  
	margin-top: -50px;
	background-repeat: no-repeat; 
	object-fit: cover; 
	background-position: center top;
}
.copyright{
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'; 
	color: #fff; 
	font-size: .75em;
	padding-top: 10px;
	padding-left: 7%;
	text-align: left !important;
}
.footer{
	width: 100%; 
	padding: 5%;     
	background-image: -webkit-linear-gradient(30deg, #013A6B 50%, #004E95 50%);
}
.hOverlay{
	background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0; 
	width: 100vw;
	height: 100vh;
}
.statement{
	width: 100%; 
	padding-left: 10%; 
	padding-right:10%; 
	padding-top:5%; 
	padding-bottom:5%;
}
.secondNavContainer{
	width: 100vw; 
	padding-left: 20%; 
	padding-right: 20%; 
	padding-bottom:1%;
}
.secondNav{
	float:left; 
	width: 25%; 
	text-align:center;
}
.secondNav a:link{
	font-family: Trajan Pro;
	font-size: 1em;
	color: #2e2a66;
	text-decoration: none;
}
.secondNav a:visited{
	font-family: Trajan Pro;
	font-size: 1em;
	color: #2e2a66;
	text-decoration: none;
}
.secondNav a:hover{
	font-family: Trajan Pro;
	font-size: 1em;
	color: #f3d796;
	text-decoration: none;
}
.secondNav a:active{
	font-family: Trajan Pro;
	font-size: 1em;
	color: #2e2a66;
	text-decoration: none;
}
.thirdNavContainer{
	width: 100%; 
	padding-left: 5%; 
	padding-right: 5%; 
	padding-bottom:1%;
}
.thirdNav{
	float:left; 
	padding-left: 2%; 
	padding-right: 2%;
	padding-top: 3%;
	text-align:left;
}
.thirdNavLogo{
	float:left; 
	padding-left: 2%; 
    padding-top: 30px;
	text-align:left;
}
.thirdNavConnect{
	float:right; 
	padding-top: 2%;
	padding-right: 2%; 
	text-align:left;
}
.thirdNav a:link{
	font-family: Trajan Pro;
	font-size: 1em;
	color: #f3d796;
	text-decoration: none;
}
.thirdNav a:visited{
	font-family: Trajan Pro;
	font-size: 1em;
	color: #f3d796;
	text-decoration: none;
}
.thirdNav a:hover{
	font-family: Trajan Pro;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
}
.thirdNav a:active{
	font-family: Trajan Pro;
	font-size: 1em;
	color: #f3d796;
	text-decoration: none;
}

.stooltip {

  display: block;
	width: 120px;
	text-align: center;
}
.stooltip::after {
        display:block;
        clear:both;
        content : "";
        position: relative;
        left    : 0;
        bottom  : 0;
        max-width:250px;
        height  : 1px;
        width   : 50%;  /* or 100px */
        border-bottom:2px dotted black;
        margin:0 auto;
        padding:2px 0px;
    }
.stooltip .stooltiptext {
   display: none;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
	font-size: 11px;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 40000000000;
  
}

.stooltip .stooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.stooltip:hover .stooltiptext {
   display:block;
}
.sfloat{
	float: left;
}
span.tooltip {
      position: absolute;
      width: 100px;
      height: 20px;
      line-height: 20px;
      padding: 10px;
      font-size: 14px;
      text-align: center;
      color: rgb(113, 157, 171);
      background: rgb(255, 255, 255);
      border: 4px solid rgb(255, 255, 255);
      border-radius: 5px;
      text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;
}

span.tooltip:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: #FFFFFF transparent transparent transparent;
      top: 44px;
      left: 50px;
}

.tooltip-wrap {
  position: relative;
}
.tooltip-wrap .tooltip-content {
  display: none;
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
  background-color: #fff;
  padding: .5em;
  min-width: 10rem;
}
.tooltip-wrap:hover .tooltip-content {
  display: inline-block;
	  content: "";
  bottom: 100%;
  left: 0%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

#bottomText {
                position:absolute;                 
                bottom:5%;                         
                left:5%; 
	display: block;
	font-family: Trajan Pro;
	font-size: 3em;
	color: #2e2a66;
            }
figcaption{
	position:absolute;                 
                 bottom:5%;                         
                left:5%;  
	font-family: Trajan Pro;
	font-size: 3em;
	color: #fff;
	display: none
}
.colorCover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #005e85;
    z-index:-1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
 .colorCoverChange{
	opacity:1;
}
.workDiv:hover {
	 background-color: #005e85;
	color: #fff;
}
.workDiv:hover ~ .colorCover{
	opacity:.65;
}
.workDiv:hover ~ #bottomText{
	display: none;
}

.workDiv:hover figcaption {
	display: block;
}
/* Containers Sections */

.containerDPMS {
  width: 100% !important;
  margin: auto;
}
.section{
	width: 100%;
	height: 100%;
}

.normal-scroll {
  background: #fff;
  transform: translateZ(0);
}
.clear{
	clear: both;
}
/*Home Page*/

.homeImg{
	background:url(../images/homeBG.jpg) no-repeat center center fixed;
	background-size:cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover; 
	height:100vh; 
	width:1005;
}

.videoContainer {
    width:100%; 
	height:100vh; 
	margin-top: 0; 
	margin-bottom: 0; 
	position: relative;
    overflow: hidden;
}

.videoContainer video 
{
    width: 100% !important;
   height: auto !important;
	object-fit: cover; 
}
.bgBlackWoman{
	background:url(../images/dpmsTeamBG.jpg) no-repeat center center fixed;
	  background-size: cover;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	width:100vw;
	
}
.sectionContainer{
	width:100vw; 
	padding: 15%;
		
}
.orangeBox{
	background-color: #f89b5a;
	 background: rgba(248, 155, 90, 0.65);
	padding: 5%;
}
.blueBox{
	 background: rgba(115, 143, 226, 0.65);
	padding: 5%;
}

/* Work */

.containerWork {
  position: relative;
  width: 100%;
}

.imageWork {
  display: block;
  width: 100%;
  height: auto;
}

.overlayWork {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
 /* background: rgba(248, 155, 90, 0.85);*/
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
	 background-image: linear-gradient(135deg, #2e2a66 30%, transparent 51%);
  background-size: 100px 100px; /* some initial size to get the slanted appearance */
  background-position: -50px -50px; /* negative positioning to hide it initially */
  background-repeat: no-repeat;
	mix-blend-mode: multiply;
}

.overlayText {
  position:absolute;
  bottom: 1%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
	display:none;
	width: 0%;
	opacity: 0;
	z-index: 5;
	transition: all .5s ease-in-out;
	font-family: Trajan Pro;
	font-size: 3em;
	color: #FFFFFF;
	
}

.containerWork:hover .overlayWork {
  width: 100%;
	 background-size: 200% 200%; /* 200% because gradient is colored only for 50% */
  background-position: 0px 0px;
}
.containerWork:hover .overlayText {
  width: 100%;
	opacity: 1;
	display:inline-block;

}


/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.imgChange{
	-webkit-filter: grayscale(1) invert(1);
   filter: grayscale(1) invert(2);
	
}


/* Typewritter */
.text_1 {
  animation: text1;
}

.text_2 {
  animation: text2;
}

.text_1, .text_2 {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  animation-duration: 10s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: infinite;
}

.text_1::after, .text_2::after {
  content: "";
  position: absolute;
  right: 0;
  animation: caret infinite;
  animation-duration: 1s;
  animation-timing-function: steps(1, end);
}

@keyframes text2 {
  0%, 50%, 100% {
    width: 0;
  }
  
  60%, 90% {
    width: 100%;
  }
}

@keyframes text1 {
  0%, 50%, 100% {
    width: 0;
  }
  10%, 40% {
    width: 100%;
  }
}
/* Scroll */
keyframes ticker-kf {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-108rem, 0, 0);
  }
}

.img-ticker {
  animation: ticker-kf 18s linear infinite;
	
}
/* Ticker */
.ticker {
  overflow: hidden;
  display: flex;
  width: 100vw;
}
.ticker__list {
  display: flex;
  margin-top: 20px;
  animation: ticker 15s infinite linear;
}
.ticker:hover .ticker__list {
  animation-play-state: paused;
}
.ticker__item {
  margin-right: 20px;
  width: 350px
	  -webkit-filter: grayscale(1) invert(1);
   filter: grayscale(1) invert(2);
}

@keyframes ticker {
  100% {
    transform: translateX(-100%); /*try changing this to -100vw*/
  }
}



/* Logo Scroll */
.containerScroll {
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
}

.photobanner, .photobanner2 {
    height: 150px;
    width: 4550px;
    margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
    font-size: 0;
}

.photobanner img, .photobanner2 img {
	margin-bottom: 10px;
	margin-right: 25px;
	height: 150px;
	width: 350px;
}

.photobanner img  {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
 
.photobanner img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
 
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}


/*keyframe animations*/
.first {
    -webkit-animation: bannermove 30s linear infinite;
       -moz-animation: bannermove 30s linear infinite;
        -ms-animation: bannermove 30s linear infinite;
         -o-animation: bannermove 30s linear infinite;
            animation: bannermove 30s linear infinite;
}
 
@keyframes "bannermove" {
 0% {margin-left: 0px;}
 100% {margin-left: -1130px;}
}
 
@-moz-keyframes bannermove {
 0% {margin-left: 0px;}
 100% {margin-left: -1130px;}
}
 
@-webkit-keyframes "bannermove" {
 0% {margin-left: 0px;}
 100% {margin-left: -1130px;}
}
 
@-ms-keyframes "bannermove" {
 0% {margin-left: 0px;}
 100% {margin-left: -1130px;}
}
 
@-o-keyframes "bannermove" {
 0% {margin-left: 0px;}
 100% {margin-left: -1130px;}
}

.second {
    -webkit-animation: bannermoves 30s linear infinite;
       -moz-animation: bannermoves 30s linear infinite;
        -ms-animation: bannermoves 30s linear infinite;
         -o-animation: bannermoves 30s linear infinite;
            animation: bannermoves 30s linear infinite;
}
 
@keyframes "bannermoves" {
 0% {margin-left: -1130px;}
 100% {margin-left: 0px;}
}
 
@-moz-keyframes bannermoves {
 0% {margin-left: -1130px;}
 100% {margin-left: 0px;}
}
 
@-webkit-keyframes "bannermoves" {
 0% {margin-left: -1130px;}
 100% {margin-left: 0px;}
}
 
@-ms-keyframes "bannermoves" {
 0% {margin-left: -1130px;}
 100% {margin-left: 0px;}
}
 
@-o-keyframes "bannermoves" {s
 0% {margin-left: -1130px;}
 100% {margin-left: 0px;}
}

#dpLogo{
    background-image:url("../images/DPLogoMd.png");
    width: 450px;
    height: 210px;
}
#dpSM{
    background-image:url("../images/DPstatementWhite.png");
    width: 450px;
    height: 106px;
}
#hContainer{
    width: 50%; height: 50%; margin-left: auto; margin-right: auto; margin-top:15%; padding-left: 15%; 
}
/*
 

.videoContainer 
{
    position:absolute;
    height:100%;
    width:100%;
    overflow: hidden;
}

.videoContainer video 
{
    width: 100vw !important;
   height: auto !important;
	object-fit: fill; 
}
*/

@media only screen and (max-width: 600px) {
 .homeImg{
	background:url(../images/homeBG.jpg) no-repeat center center ;
	background-size:cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover; 
	max-height:100vh; 
	max-width:100vw;
}
.videoContainer {
    width:100%; 
	height:auto !important; 
	margin-top: 0; 
	margin-bottom: 0; 
	position: relative;
    overflow: hidden;
}
.videoContainer video 
{
    width: 100% !important;
   height: auto !important;
}
	
	.footer div{
	width: 100%; 
	padding: 5%; 
		align-content: text-center;
	background-color:#013A6B ;     
}
	.secondNavContainer{
	width: 100vw; 
	padding-left: 0%; 
	padding-right: 0%; 
	padding-bottom:1%;
}
	.copy{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #fff;
	font-size:1.5em;
}
	.workTitle{
	border-left: 0px; 
	vertical-align: text-bottom; 
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: .75em;
	color: #000000;
	font-weight: bold;
		margin-left: 15%;
		height: 20px;
		width: 170px;
		float: left;
}
.imgResize{
display: none;
}
	.blueLogo{
	clear: both;
		float: none;
	width: 250px; 
	height: 250px;
	margin-left: auto;
		margin-right:auto;
}
.workDiv{ 

	width: 20px;
    height: 20px;
    background: #2e2a66;
    border-radius: 50%;
	margin-top: 5px;
	margin-left: 10px;
	z-index: 100000;
	display: inline-block;
	overflow: hidden;
	color: rgba(0, 0, 0, 0);
	
}
	.flexbox{
		float: left;	 
		clear: inherit;
		margin-top: 95vh;
		z-index: 100000;
	}
	
	#bottomText {
                position:absolute;                 
                bottom:5%;                         
                left:5%; 
	display: block;
	font-family: Trajan Pro;
	font-size: 3em;
	color: #2e2a66;
            }
	figcaption{
	position:absolute;                 
                 bottom:5%;                         
                left:5%;  
	font-family: Trajan Pro;
	font-size: 3em;
	color: #fff;
	display: none;
}
	.workSpeakBG{
		height: 100vh ;
		z-index: -10; 
		position: absolute;
		background: url('../images/dpmsWeWork.jpg') no-repeat;
    background-size: cover;
		-webkit-background-size: cover;
	-moz-background-size: cover; 
	}
.workDiv:hover {
	 background-color: #005e85;
	color: rgba(0, 0, 0, 0);
}
    #dpLogo{
    background-image:url("")!important;

}
#dpSM{
    background-image:url("") !important;

}
#hContainer{
    width: 100%; height: 50%; margin-left: auto; margin-right: auto; margin-top:15%; padding-left: 0% !important@; 
}
    .videoContainer {
    width:100vw; 
	height:100vh; 
	margin-top: 0; 
	margin-bottom: 0; 
	position: relative;
    overflow: hidden;
}
    .thirdNavLogo{
	float: left; 
	width: 250px; 
	height: 250px;
	margin-left: 10%;
}
}
