* {
    margin:0;
    padding:0;
    font-family: 'Source Sans Pro', sans-serif;
}



body {
	background-color:#ffffff;
	height: 100%;
}





h1 {
	
	padding-bottom:0px;
	margin-top: 150px;
	font-size:60px;
	line-height: 45px;
	text-align: center;
	color: #2a2a2a;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
	font-weight:400 !important;
}

h2 {
	padding-top: 55px;
	padding-bottom:65px;
	font-size:25px;
	line-height: 40px;
	text-align: center !important;
	padding-left:0px;
	color: #f57c21;
	font-family: 'Lato', sans-serif;
	font-weight:300 !important;
}


h3 {
	font-size:35px;
	line-height: 37px;
	text-align: center;
	color:#37404d;
	font-family: 'Lato', sans-serif !important;
	padding-top:20px;
	padding-bottom:8px;
	font-weight:500 !important;
	
}

h4 {
	font-size:25px;
	line-height: 27px;
	text-align: center;
	color:#37404d;
	font-family: 'Lato', sans-serif !important;
	padding-top:0px;
	padding-bottom:8px;
	font-weight:500 !important;
	
}

h5 {
	font-size:18px;
	line-height: 30px;
	color:#ffffff;
	font-family: 'Lato', sans-serif !important;
	padding-bottom:5px;
	font-weight:300 !important;
	padding-right: 25px;
	
}



p {
	font-size:18px;
	line-height: 37px;
	padding-left: 20px;
	padding-right: 20px;
	color:#646770;
	font-family: 'Open Sans', sans-serif !important;
	padding-top:50px;
	font-weight:300 !important;
	
}

.subheaders {
		font-size:35px;
	line-height: 37px;
	text-align: right;
	padding-right: 15px;
	color:#f57c21;
	font-family: 'Lato', sans-serif !important;
	padding-top:20px;
	padding-bottom:8px;
	font-weight:300 !important;
}

.subheaders2 {
		font-size:35px;
	line-height: 37px;
	text-align: left;
	padding-left: 15px;
	color:#32b4c2;
	font-family: 'Lato', sans-serif !important;
	padding-top:20px;
	padding-bottom:8px;
	font-weight:300 !important;
}


.textstyle {
	font-size:18px !important;
	line-height: 37px !important;
	color:#646770;
	font-family: 'Open Sans', sans-serif !important;
	padding-top:50px;
	font-weight:400 !important;
	
}

.textstyle2 {
	font-size:18px !important;
	line-height: 37px !important;
	color:#646770;
	font-family: 'Open Sans', sans-serif !important;
	padding-top:20px;
	font-weight:400 !important;
	
	
}

.textstyle3 {
	font-size:18px !important;
	line-height: 37px !important;
	color:#646770 !important;
	font-family: 'Open Sans', sans-serif !important;
	padding-top:20px;
	font-weight:400 !important;
	
	
}


.statquote {
	padding-bottom:0px;
	font-size:20px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
	font-weight:400 !important;
}



.carousel-content {
    color:black;
    display:flex;
    align-items:center;
}

#text-carousel {
  width: 100%;
  height: auto;
  padding: 0px;
}


.carousel-control.right {
	background-image:none !important;
	z-index:1000 !important;

}


.carousel-control.left {
	background-image:none !important;
	z-index:1000 !important;
}



.glyphicon-chevron-right:before {
	color:#646770;
	text-shadow: none;
}


.glyphicon-chevron-left:before {
	color:#646770;
	text-shadow: none;
}

.carouselcopy {
			font-size:18px;
	line-height: 32px;
	text-align: left;
	color:#646770;
	font-family: 'Lato', sans-serif !important;
	padding-top:20px;
	padding-bottom:8px;
	font-weight:300 !important;
}









/*Collapse*/

.panel-title {

	font-size:17px;
	line-height: 28px;
	text-align: center;
	color:#fff;
	font-family: 'Open Sans', sans-serif !important;
	padding-top:0px;
	padding-bottom:8px;
	font-weight:300 !important;
}

.panel-title a:hover {
text-decoration: none !important;
	color:#32b4c2;

}

.panel-body {
	
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:18px;
	line-height: 37px;
	text-align: left;
	color:#606060 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:300 !important;
}


.panel-group .panel {
	border: 0px !important;
	border-radius: 0px !important;
	
}


.panel-default>.panel-heading {
  color: #ffffff;
  background-color: #646770;
	border-top:5px solid #32b4c2;

  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.panel-default>.panel-heading a {
  display: block;
  padding: 15px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #646770;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
/*Collapse*/












.boxdiv {
	background-color: #fff;
	margin-top: -100px;
	z-index: 10 !important;
	-webkit-box-shadow: -1px -1px 24px 1px rgba(0,0,0,0.08);
	-moz-box-shadow: -1px -1px 24px 1px rgba(0,0,0,0.08);
	box-shadow: -1px -1px 24px 1px rgba(0,0,0,0.08);
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	
}

.whiteboxpadding {
	padding-left: 70px; 
	padding-right: 70px;
}


.quotebox {
	background-color: #fff;
	border: 2px solid #f57c21;
	margin-top: 40px;
	z-index: 100 !important;
-webkit-box-shadow: -1px -1px 24px 1px rgba(0,0,0,0.12);
-moz-box-shadow: -1px -1px 24px 1px rgba(0,0,0,0.12);
box-shadow: -1px -1px 24px 1px rgba(0,0,0,0.12);
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom: 30px;
	margin-bottom: 50px;
	
}


.quotecopy {
	font-size: 22px;
	line-height: 40px;
	font-weight: 300;
}

.headshots {
	margin-left: -80px;
	z-index: 100 !important;
	padding-top: 115px;
}


.headshots2 {
	margin-left: -80px;
	z-index: 100 !important;
	padding-top: 95px;
}









.Logo {
text-align: left;
	

}

.DGRLogo {
	text-align: right;
	padding-top: 10px;
		
}

.icons_1 {
	padding-top:90px;
}

.icons_2 {
	padding-top:100px;
}



	.ClosingLogos {
		text-align: left;
		padding-top:80px;
		padding-bottom: 25px;
	}

.BGspan1 {
	z-index: 100 !important;
}


.BGspan{
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height: 650px;
	
	
}

.BGspan2{
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height: 380px;
	margin-top: 10px;
	border-top:6px solid #ffa948;
	
	
}

.BGspan3{
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height: 380px;
	margin: 0px;
	border-top:6px solid #f57c21;
	z-index: 1000 !important;
	
	
}

.BGspan4{
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height: 380px;
	margin-top: 10px;
	border-top:6px solid #32b4c2;
	
	
}

.BGspan5{
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height: 850px;

	
	
}

.maxwidth{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	
}

.maxwidth2{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	
}

.maxwidth3{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	
}

.maxwidthTOP{
	max-width: 1050px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}




.columntext {
	padding-top: 15px;
	padding-bottom:25px;
	font-size:20px;
	line-height: 30px;
	text-align: left!important;
	padding-left:12px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight:300 !important;
}

.circlgraphic {
	text-align: center;
	padding-top: 40px;
}

.colboxshadow {
-webkit-box-shadow: 0px 10px 28px 3px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 10px 28px 3px rgba(0,0,0,0.32);
box-shadow: 0px 10px 28px 3px rgba(0,0,0,0.32);
}


.barbox {
	padding-top: 20px;
	padding-left: 20px;
	background-color: #ebeef7;
	min-height: 200px;
	border:15px solid #ffffff;
	margin-bottom: 40px;
	margin-top: 40px;
}

.barboxtext {
		padding-top: 20px;
	padding-bottom:25px;
	font-size:20px;
	line-height: 30px;
	text-align: left!important;
	padding-left:6px;
	padding-right: 6px;
	color: #646770;
	font-family: 'Lato', sans-serif;
	font-weight:300 !important;
}






/*Scene Parallax*/
.scene {
  margin: 0;
  padding: 0;
	
	position: absolute;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;

}
  .scene button {
    left: 10%;
    top: 260px;
    width: 80%;
    position: absolute; }

.fill {
  bottom: 5%;
  left: 5%;
  position: absolute;
  right: 5%;
  top: 5%; }

.expand-width {
  width: 100%; }

.border {
  border: 2px dashed #00ffaa; }

.aspect {
  opacity: 0.2; }

.scene > *:nth-child(1) {
  opacity: 0.5; }
  .scene > *:nth-child(1) button {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }

.scene > *:nth-child(2) {
  opacity: 0.20; }
  .scene > *:nth-child(2) button {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }

.scene > *:nth-child(3) {
  opacity: 0.45; }
  .scene > *:nth-child(3) button {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.scene > *:nth-child(4) {
  opacity: 1; }
  .scene > *:nth-child(4) button {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }

.scene > *:nth-child(5) {
  opacity: 0.75; }
  .scene > *:nth-child(5) button {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }

.scene > *:nth-child(6) {
  opacity: 0.9; }
  .scene > *:nth-child(6) button {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

#x1 img{
	width: 100% !important;
}

#x2 img{
	width: 100% !important;
}

#x3 img{
	width: 100% !important;
}

.mobileonly {
	display: none !important;
}




/*Scene Parallax*/








/*Meter*/
.progress_bar {
  /*height: 15px;*/
  background: #ebeef7;
	
  width: 0%;
  -moz-transition: background-color 4s ease, width 4s ease , color 0s 4s;
  
  -webkit-transition: background-color 4s ease, width 4s ease , color 0s  4s;
 
  transition: background-color 4s ease, width 4s ease , color 0s 4s;
 
  color:rgba(0,0,0,0);
  text-align:right
}

/*Meter*/


/*Meter*/
.progress2_bar {
  /*height: 15px;*/
  background: #ebeef7;
	border-right:15px solid #f57c21;
  width: 0%;
  -moz-transition: background-color 4s ease, width 4s ease , color 0s 4s;
  
  -webkit-transition: background-color 4s ease, width 4s ease , color 0s  4s;
 
  transition: background-color 4s ease, width 4s ease , color 0s 4s;
 
  color:rgba(0,0,0,0);
  text-align:right
}

/*Meter*/







/*TABLET*/
@media (max-width: 1100px) {

}







/*MOBILE*/
@media (max-width: 737px) {
	boxdiv {
		padding-left:0px !important;
		padding-right: 0px !important;
	}
	
	#cd-vertical-nav {
		margin-right: -20px;
	}
	
	.cd-dot {
		border:0px solid #ffffff;
		
	}
	
	.panel-default>.panel-heading a {
		padding:25px 25px !important;
	}
	
	.panel-default>.panel-heading {
  color: #ffffff;
  background-color: #646770;
	border-top:1px solid #32b4c2;

  padding: 20;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
	
	.panel-title {
background-color: #646770;
	font-size:16px;
		margin: 10px !important;
	line-height: 22px;
	text-align: center;
	color:#fff;
	font-family: 'Lato', sans-serif !important;
	padding-top:0px;
	padding-bottom:8px;
	font-weight:500 !important;
}
	
	.numbericons img{
		padding-bottom: 40px !important;
	}
	
	.cd-section {
		margin: 0px !important;
	}
	
	.whiteboxpadding {
	padding-left: 20px !important; 
	padding-right: 20px !important;
}
	
	
	#x1 img{
	display:none !important;
}

#x2 img{
	display:none !important;
}

#x3 img{
	display:none !important;
}
	
	#x4 img{
	width:100% !important;
		
}
	
		#x5 img{
	width:100% !important;
			
}
	
	

.mobileonly {
	display: block !important;
	width: 100% !important;
}
	

	
	.Quiz1hide {
		display: none !important;
	}
	
	.headshots {
	margin-left: 0px !important;
	z-index: 100 !important;
	padding-top: 75px;
}
	
		.headshots2 {
	margin-left: 0px !important;
	z-index: 100 !important;
	padding-top: 75px;
}
	
.maxwidthTOP{
	padding-top: 50px !important;
}
	
	
	.MLogo {
		text-align: center !important;
		padding-bottom: 20px;
	}

.DGRLogo{

	text-align: center !important;
	padding-bottom: 10px !important;
	}
	
	.logosizesmobile{
		width: 40% !important;
	}
	
	.boxdiv {
		margin-top:0px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	
	h1 {
	padding-top: 0px !important;
	margin-top:20px !important;
	font-size:40px;
	line-height: 55px;
	margin-left:0px;
	color: #111c4e;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight:600 !important;
}
	
	h2 {
		font-size:20px !important;
		line-height: 35px !important;
		padding-top:10px !important;
		padding-left:20px !important;
		padding-bottom:55px !important;
	}
	
	.textpadding {
	padding-left:20px;
    }
	
	
	.Logo{
	padding-top: 60px;
	width: 100px !important;
	margin-left:0px !important;
		
}

	

	
	
	h3 {
	font-size:25px;
	line-height: 35px;
	color:#111c4e;
	font-family: 'Lato', sans-serif !important;
	padding-top:18px;
	font-weight:700 !important;
	
}
	
	
		h4 {
	font-size:18px;
	line-height: 28px;
	color:#111c4e;
	font-family: 'Lato', sans-serif !important;
	padding-top:0px !important;
	font-weight:500 !important;
	margin-top:-40px !important;
	
	
}
	
	h5 {
	font-size:19px;
	line-height: 32px;
	color:#ffffff;
	font-family: 'Lato', sans-serif !important;
	padding-bottom:0px;
	font-weight:300 !important;
	padding-right: 0px;
	
}



p {
	font-size:18px !important;
	line-height: 37px !important;
	color:#646770;
	font-family: 'Open Sans', sans-serif !important;
	padding-top:50px;
	font-weight:300 !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
	
}
	
}
	
	.icons_1 {
	padding-top:60px;
}

	.icons_2 {
		padding-top:70px;
	}
	
	.macbook img{
	padding-top:50px;
	padding-right:45px;
	width:100% !important;
	padding-bottom:0px !important;
}
	
	.machinecopy {
		font-size:28px !important;
		line-height: 42px !important;
		padding-left:15px;
	}
  

    

