.card.icon-card .card-body .card-text hr.divider {
	display:none;
}
.row--title {
	text-align:left !important;
	margin-top:-1.1rem !important;
	margin-left:1rem !important;
}
.border-bottom {
  /*border-bottom: 1px solid #dee2e6 !important;*/
  border-bottom: 1px solid #ccc !important;
}
.field__item ol, .field__item ul {
	max-width:90% !important;
	width:90% !important;
}
.field__item ol li,
.field__item ul li {
	padding: .25rem 0rem!important;
}
.white-text {
	color: #ffffff;
}
.page-row > .background-image {
	background-color: #ffffff;
}

.video-container {
  margin-bottom:1rem;
}
.col-icon_card-2 {
  margin-top:-10px;
  padding-left:2rem;
}

#dt-container { display:flex; width:100%; margin-top:1rem; margin-bottom:1rem; }
#dt-lockup img { width:400px; min-width:400px; } 
#dt-logo img { width:220px; min-width:220px; padding-top:11px; } 
/*
@media (max-width: 1200px) { 
  .video-container {
    width:70%;
  }
}
@media (max-width: 1100px) { 
  .video-container {
    width:80%;
  }
}
@media (max-width: 1000px) { 
  .video-container {
    width:90%;
  }
}
*/
@media (max-width: 820px) { 
  #dt-lockup,
  #dt-logo {
    flex:0 0 100%;
    max-width:100%;
    text-align:center;
  } 
  #dt-lockup img {
    width:400px; 
    min-width:400px;
  }
  #dt-logo img {
    padding-top:3rem;
    width:200px;
    min-width:200px;
  }
  .video-container {
    margin-top:1rem;
    margin-bottom:2rem;
  }
  .col-icon_card-2 {
    padding-left:1rem;
    padding-right:revert;
  }
}