/* Blog pages */

.newsroom_header{
  margin: 0px 0px 7px 7px;
  text-transform: uppercase;
  font-size: 18px; 
}

.daBlogHeader{
  height:200px; 
  min-height:200px; 
}

.daBlogHeader:after{
  display: block;
  z-index: -1;
  position: relative;
  top: -200px;
  left: 0;
  height: 200px;
  width: 100%;
  background-image: url('/wp-content/uploads/blogero.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.single-featured-img{
  margin-top: 30px;
}

h3{
  font-weight: 300;
}

.single .sidebar-page section article .tags, .da-listing .tags li{
  right: auto;
  top: auto;
  z-index: 10;
  display: inline-block;
}
.da-listing a{
  color: #2f415b;
  text-decoration: none;
}

.da-listing h3{
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  Margin-bottom: 9px;
}

.single .sidebar-page section article .wysiwyg{
  margin-top: 0;
}

.da-time{
  margin: 0 0 8px 0;
  font-weight: 600;
  font-size: 11px;
  color: #2F415B;
}

.da-more-link{
  display: inline-block;
  width: 110px;
  height: 13px;
  box-sizing: content-box;
  border-radius: 19px;
  margin: 0px 0px 5px 7px;
  padding: 1px 0px 4px 0px;
  color: #fff;
  font-family: Roboto,sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

/* Sidenav */

aside.item.col-25.first-of-row.da_side_sst{
  background-color: rgb(47,65,91);
  padding: 15px;
}

aside.item, .da-article, .da-listings {
  background-color: transparent;
  padding: 30px 0 0 0;
}

.da-block, .da-listing {
  background-color: rgb(255,255,255);
  border: solid;
  box-shadow: 0px 3px 7px 0px rgba(114, 128, 138, 0.35);
  padding: 15px;
  border-color: rgb(114,128,138);
  border-width: 12px 0px 0px 0px;
  margin: 0px 7px 20px 7px;
}
.da-listing {
  width:846px;
  padding:4px 15px 12px 30px;
}

.da-listing.proc-cyan{
  border-color: rgb(0,174,239);
}

.da-listing.proc-cyan h3{
  color: rgb(0,174,239);
}

.da-listing.five-four-one{
  border-color: rgb(47,65,91);
}

.da-listing.five-four-one h3{
  color: rgb(47,65,91);
}

@media screen and (max-width: 1218px){
  .da-listing {
    width: calc(100% - 59px)
  }
}

aside.item .da-block h4{
  color: rgb(114,128,138);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 0 0 0;
  text-transform: uppercase;
}

aside.item .da-block ul {
  margin: 9px 0 0;
}

aside.item .da-block li, aside.item .da-block li a {
  color: rgb(114,128,138);
  margin-bottom: 0;
  line-height: 16px;
  font-size: 12px;
  font-weight: 600;
  
}

.datags:before {
  content: "\f02b";
  font-family: FontAwesome;
  color: rgb(114,128,138);
  padding-right: 5px;
}

.da-listing .tags:before, .da-listing li {
  color: rgb(47,65,91);
  font-size: 14px;
  padding-right:3px;
  margin-right:0px;
}

#da-tag-control li:hover {
  cursor: pointer;
}

.da-block input.hs-input {
  box-sizing: border-box;
  height: 20px;
  width: 100%;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 4px 0 2px 4px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(114,128,138);
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.da-block .hbspt-form form {
  margin: 9px 0 0 0;
}

.da-block .hs-fieldtype-text.field.hs-form-field {
  margin: 0 0 6px 0;
}

.da-block .hs-form .actions {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.da-block .hbspt-form label.hs-error-msg, .da-block .hbspt-form label.hs-main-font-element{
  font-size: 9px;
  font-weight: 600;
  color: rgb(114,128,138);
  float: right;
  width: 90%;
}

.da-block input.hs-button.primary.large, .da-block input.hs-button.primary.large:hover , .da-block input.hs-button.primary.large:not(.inactive):not(.link) {
  margin: 0 0 12px 0;
  padding: 3px 12px 2px;
  border: 0;
  border-radius: 9px;
  box-shadow: none;
  text-shadow: none;
  background-color: rgb(114,128,138);
  font-size: 12px;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 600;
  color: rgb(255,255,255);
  background-image: none;
}

.submitted-message.hs-main-font-element{
  color: rgb(114,128,138);
  overflow: visible;
}

.da_sm_ln a{
  display: inline-block;
  margin: 20px 8px 0 0;
}

.da_sm_ln img, .da_sm_ln a{
  height: 17px;
  width: 17px;
  vertical-align: bottom;
}

/* Fix for HS form in footer */

footer>.wrapper input, footer>.wrapper select, footer>.wrapper textarea {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 20px;
  font-size: 1em;
  font-weight: 600;
}