.wd_affix {
    background: #1a3662;
}

.navbar .navbar-nav > li > a {
    font-size: 16px;
}

#success-story-index .ss-grid > figure {
    position: relative;
}

.dropdown-toggle::after {
    vertical-align:middle;
}

.mobile-nav {
    flex-direction: column;
}

#mobileNavModal .modal-header {
    justify-content: flex-end;
}
.modal-header .close {
  text-shadow: 0 1px 0 #fff;
  background: transparent;
  border: none;
}

.creative-tabs > li a.active {
  background: #063369;
  box-shadow: 2px -2px 3px #00000045;
  z-index: 1;
}

#contact-creative .container {
  max-width: 1170px;
}

#hero-contact a {
  color: #FFF;
}

#about-page-examples [class*="col-"],
#wd_success_stories [class*="col-"] {
  position: relative;
}

#wd_printable_content button.button.button-e.button-wide {
  position: relative;
  background-color: #031F41;
  display: block;
  font-size: 1.125em;
  height: auto;
  line-height: 1.4;
  padding: 20px 40px;
  color: #FFF;
  text-align: center;
  border: none;
  width: 100%;
}

.wd_pageid_34349 .wd_category.wd_category_3230 .wd_imagetable {
	float: none;
}

#products-container .contact-mt h3 {
  color: #114E8E;
  font-size: 1.7em;
  margin-bottom: 12px;
}

.media-tour h2 {
    margin: 20px 0 10px 0;
}

body.modal-open .modal[style]:not([style="display: none;"]).show .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.modal.fade.show {
  opacity: 1;
}

.modal-dialog {
    max-width: 1000px;
}

.modal-backdrop.show {
  opacity: 1;
}

@media(min-width: 991px) {
    .blog-entry.featured-blog {
        margin-right: 8.333333333%;
    }
}
@media(max-width:992px) {
	.h-bloghome-thumbnail img {
		width: 100%;
	}
	.h-bloghome-thumbnail {
		margin: 0;
	}
}

@media(max-width:767px) {
    
   .navbar-brand {
	margin-right: 0;
	margin-left: 1em;
   }
.navbar-toggler {
  border: 1px solid #FFF;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
}
#mainNav {
  align-items: center;
  justify-content: center;
}
.navbar-header {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}

.navbar-toggler:focus {
    background-color: transparent;
}

.navbar-toggler-icon {
    background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.mobile-nav > li > a {
    display: block;
  padding: 10px 15px;
}

#mobileNavModal .dropdown .dropdown-menu.show {
    max-height: 646px;
    opacity: 1;
}

#mobileNavModal .dropdown-toggle::after {
    border-width: 4px;
}

.modal#mobileNavModal.fade.show .modal-dialog {
  max-width: none;
  left: 0;
  transform: translate(0,0);
}

}
