H2 {
	color: #e09f39 !important;
}#header-secondary-outer nav >ul >li.button_bordered_2 a {
    background: #dd9933;
    padding: 0px 6px !important;
    border: px solid #000;
}
#header-secondary-outer nav >ul >li.button_solid_color a {
    background: #dd9933;
    padding: 0px 6px !important;
    border: px solid #000;
}

#articles .dj-hail-wrapper {
  margin: 0 auto;
  width: 100%;
  font-family: Helvetica, sans-serif;
}

#articles .dj-hail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

#articles .dj-hail-article {
  position: relative;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  margin: 1%;
  min-width: 23%;
  max-width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#articles .dj-hail-article .dj-hail-image {
  display: block;
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#articles .dj-hail-article .dj-hail-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background: #fff;
}

#articles .dj-hail-article .dj-hail-image img, #articles .dj-hail-article .dj-hail-image .no-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: calc(100% + 10px);
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

#articles .dj-hail-article .dj-hail-image .dj-hail-bodybox {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
  text-align: left;
}

#articles .dj-hail-article .dj-hail-image .dj-hail-bodybox span {
  text-transform: uppercase;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  font-size: 1em;
  display: block;
  padding-top: 10px;
  color: #1d3b59;
  text-align: left;
}

#articles .dj-hail-article a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

#articles .dj-hail-article-wrapper {
  width: 100%;
  height: 100%;
  background: #FFF;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.28);
}

#articles .dj-hail-article-wrapper:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #1d3b59;
}

#articles .dj-hail-article-wrapper:hover .dj-hail-titlebox:after {
  top: -3px;
  width: 80%;
  left: 10%;
}

#articles .dj-hail-article-wrapper:hover .dj-hail-titlebox .title {
  color: #fff;
  background: transparent;
}

#articles .dj-hail-article-wrapper:hover .dj-hail-titlebox .title:before {
  width: 100%;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

#articles .dj-hail-article-wrapper:hover .dj-hail-titlebox .title:after {
  width: 100%;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

#articles .dj-hail-article-wrapper:hover .dj-hail-titlebox .title .date {
  color: #fff !important;
}

#articles .dj-hail-article-wrapper:hover .dj-hail-image:after {
  opacity: 0.9;
}

#articles .dj-hail-article-wrapper:hover .dj-hail-image img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#articles .dj-hail-article-wrapper:hover .dj-hail-bodybox {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#articles .dj-hail-article-wrapper:hover .dj-hail-mostrecent:after {
  width: 100%;
}

#articles .dj-hail-titlebox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  position: relative;
  -webkit-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.08);
  z-index: 100;
}

#articles .dj-hail-titlebox .title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 12px 24px;
  z-index: 10;
  color: #222;
  font-family: Helvetica, sans-serif;
  font-weight: 400 !important;
}

#articles .dj-hail-titlebox .title p {
  padding: 0;
  margin: 0;
}

#articles .dj-hail-titlebox .title .date {
  font-size: 12px;
  padding-top: 5px;
  color: #ff9900 !important;
  text-transform: none;
}

.dj-hail-half-width #articles .dj-hail-article {
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  min-width: 46%;
  max-width: 46%;
}

#newsletter.dj-hail-wrapper p {
  margin: 0;
  padding: 0;
}

#newsletter.dj-hail-wrapper span {
  margin: 0;
  padding: 0;
}

#newsletter.dj-hail-wrapper h1 {
  margin: 0;
  padding: 0;
}

#newsletter.dj-hail-wrapper h2 {
  margin: 0;
  padding: 0;
}

#newsletter.dj-hail-wrapper h3 {
  margin: 0;
  padding: 0;
}

#newsletter.dj-hail-wrapper h4 {
  margin: 0;
  padding: 0;
}

#newsletter .dj-hail-wrapper {
  margin: 0 auto;
  width: 100%;
  font-family: Helvetica, sans-serif;
}

#newsletter .dj-hail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

#newsletter .dj-hail-article {
  position: relative;
  margin: 1% 0% 60px 20px;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  min-width: 30%;
  max-width: 30%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#newsletter .dj-hail-article a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  z-index: 1000;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

#newsletter .dj-hail-article-wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.28);
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

#newsletter .dj-hail-article-wrapper:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#newsletter .dj-hail-article-wrapper:hover .dj-hail-titlebox {
  background: #1d3b59;
}

#newsletter .dj-hail-article-wrapper:hover .dj-hail-titlebox .title {
  color: #fff !important;
  background: transparent;
}

#newsletter .dj-hail-article-wrapper:hover .dj-hail-titlebox .title h2, #newsletter .dj-hail-article-wrapper:hover .dj-hail-titlebox .title h4 {
  color: #fff !important;
}

#newsletter .dj-hail-article-wrapper:hover .dj-hail-titlebox .title:before {
  width: 100%;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

#newsletter .dj-hail-article-wrapper:hover .dj-hail-titlebox .title:after {
  width: 100%;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

#newsletter .dj-hail-image {
  display: block;
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#newsletter .dj-hail-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#newsletter .dj-hail-titlebox {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#newsletter .dj-hail-titlebox .title {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  padding: 24px 48px;
  z-index: 10;
  color: #222;
  font-family: Helvetica, sans-serif;
  font-weight: 400 !important;
}

#newsletter .dj-hail-titlebox .title h2 {
  color: #222 !important;
	font-size: 18px;
	line-height: 1em;
}

#newsletter .dj-hail-titlebox .title .date {
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ff9900;
  font-weight: bold;
}

#newsletter .dj-hail-article:first-child {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  margin: 0px 30%;
  margin-bottom: 50px;
}

#newsletter .dj-hail-article:first-child .dj-hail-article-wrapper:hover .dj-hail-titlebox .title h2, #newsletter .dj-hail-article:first-child .dj-hail-article-wrapper:hover .dj-hail-titlebox .title h4 {
  color: #fff !important;
}

#newsletter .dj-hail-article:first-child .dj-hail-titlebox .title {
  font-size: 1.5em;
  padding: 24px 48px;
}

#newsletter .dj-hail-article:first-child .dj-hail-titlebox .title .date h4 {
  color: #1d3b59;
}

#newsletter .dj-hail-article:first-child .dj-hail-titlebox .title h2 {
  font-size: 24px !important;
  color: #222 !important;
}

#newsletter .dj-hail-article:first-child .dj-hail-titlebox .title h4 {
  font-size: 13px !important;
}

#notices .dj-hail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#notices .dj-hail-wrapper {
  margin: 0 auto;
  width: 100%;
  font-family: Helvetica, sans-serif;
}

#notices .dj-hail-article-wrapper {
  padding: 1rem;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 3px solid transparent;
}

#notices .dj-hail-article-wrapper:hover {
  background: #f9f9f9;
  border-top: 3px solid #1d3b59;
}

#notices .dj-hail-article {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0px 10px;
}

#notices .dj-hail-article a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

#notices .dj-hail-titlebox .category {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 5px;
}

#notices .dj-hail-titlebox .title p {
  font-size: 16px;
  color: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-weight: 400 !important;
}

#notices .date p {
  font-size: 12px;
  color: #1d3b59;
  font-family: Helvetica, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

#notices .dj-hail-lead p {
  margin-top: 10px;
  color: #747474;
  font-size: 12px;
}

@media only screen and (max-width: 900px) {
  #newsletter .dj-hail-article:not(:first-child) .dj-hail-titlebox {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #newsletter .dj-hail-article:first-child {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    min-width: 60%;
    max-width: 60%;
    width: 60%;
    margin: 0 20%;
    margin-bottom: 50px;
  }
  #articles .dj-hail-article {
    min-width: 45%;
    max-width: 45%;
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
  #notices .dj-hail-article {
    min-width: 90%;
    max-width: 90%;
    width: 90%;
  }
}

@media only screen and (max-width: 750px) {
  #newsletter .dj-hail-article {
    width: 45% !important;
    -ms-flex-preferred-size: 45% !important;
        flex-basis: 45% !important;
    min-width: 45% !important;
    max-width: 45% !important;
  }
  #newsletter .dj-hail-article:first-child {
    width: 65% !important;
    -ms-flex-preferred-size: 65% !important;
        flex-basis: 65% !important;
    min-width: 65% !important;
    max-width: 65% !important;
  }
  #newsletter .dj-hail-article:first-child .dj-hail-titlebox .title {
    padding: 12px 18px;
  }
  #newsletter .dj-hail-article:first-child .dj-hail-titlebox .title h2 {
    font-size: 18px !important;
  }
  #newsletter .dj-hail-article:first-child .dj-hail-titlebox .title h4 {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 620px) {
  #articles .dj-hail-article {
    -ms-flex-preferred-size: 80% !important;
    flex-basis: 80% !important;
    margin: 5% 0%;
    min-width: 80% !important;
    max-width: 80% !important;
  }
  #articles .dj-hail-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #newsletter .dj-hail-article:first-child {
    width: 80% !important;
    -ms-flex-preferred-size: 80% !important;
        flex-basis: 80% !important;
    min-width: 80% !important;
    max-width: 80% !important;
    margin: 0 10%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 550px) {
  .dj-hail-article {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    min-width: 80%;
    max-width: 80%;
  }
  #articles .dj-hail-article {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    min-width: 80%;
    max-width: 80%;
  }
}

@media only screen and (max-width: 450px) {
  #newsletter .dj-hail-article {
    width: 80% !important;
    -ms-flex-preferred-size: 80% !important;
        flex-basis: 80% !important;
    min-width: 80% !important;
    max-width: 80% !important;
    margin: 0 10%;
  }
  #newsletter .dj-hail-article:first-child {
    width: 90% !important;
    -ms-flex-preferred-size: 90% !important;
        flex-basis: 90% !important;
    min-width: 90% !important;
    max-width: 90% !important;
    margin: 0 5%;
    margin-bottom: 50px;
    min-height: 300px;
  }
}
