#yas-main-content select {
  width: 100%;
}

#dnn_NewsList h1, #dnn_NewsList h2, #dnn_NewsList h3, #dnn_IntroPane h1, #dnn_IntroPane h2, #dnn_IntroPane h3 {
  color: #B4341D;
  margin-bottom: 0.5em;
}

#dnn_IntroPane p {
  font-size: 21px;
}

#dnn_NewsList h3 {
  font-size: 21px;
  color: #2444AB;
  font-weight: normal;
  font-family: "ProximaNova-Regular";
}

.banner {
  position: relative;
  padding: 20px;
  margin: 0 30px;
  background-image: url("http://placebox.es/1120/124/D15224,F5F1E6/ffffff/                                                                                                                                                         %60/");
  height: 124px;
}
.banner h1 {
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

#NewsGrid > div {
  height: 190px;
  margin-bottom: 2.12765%;
  padding: 15px;
  color: #fff;
  background-color: #F37020;
}
#NewsGrid > div:nth-child(2), #NewsGrid > div:nth-child(5), #NewsGrid > div:nth-child(8) {
  background-color: #B5341E;
}
#NewsGrid > div:nth-child(3), #NewsGrid > div:nth-child(6), #NewsGrid > div:nth-child(9) {
  background-color: #941D22;
}
#NewsGrid > div p, #NewsGrid > div a {
  color: #fff;
}
#NewsGrid > div h1, #NewsGrid > div h2, #NewsGrid > div h3, #NewsGrid > div h4 {
  padding: 0;
  color: #fff;
  font-weight: normal;
}
#NewsGrid > div .DNNContainer_Title_h2 > h2 {
  display: none;
}

#dnn_NewsList .DNNModuleContent img {
  margin: 0 20px 20px 0;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 980px) {
  #NewsGrid > div:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .banner h1 {
    position: absolute;
    margin: 15px;
    bottom: 0;
  }
  .banner .logo {
    position: absolute;
    top: 15px;
    right: 30px;
  }
  .banner p {
    position: absolute;
    top: 80px;
    right: 30px;
  }
  #dnn_IntroSidebarPane, #dnn_CategoriesSidebarPane {
    padding: 20px;
    border: 1px solid #BABABA;
  }
  #dnn_IntroSidebarPane ul, #dnn_CategoriesSidebarPane ul {
    margin-left: 16px;
  }
  #dnn_IntroSidebarPane ul li, #dnn_CategoriesSidebarPane ul li {
    list-style: disc;
  }
}
/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
  #NewsGrid > div:nth-child(2n+1) {
    margin-left: 0;
  }
  #NewsGrid > div {
    width: 48.9361%;
    margin-left: 2.12765%;
    /* ########### */
  }
  #NewsGrid > div:nth-child(2), #NewsGrid > div:nth-child(5), #NewsGrid > div:nth-child(8) {
    background-color: #F37020;
  }
  #NewsGrid > div:nth-child(3), #NewsGrid > div:nth-child(6), #NewsGrid > div:nth-child(9) {
    background-color: #F37020;
  }
  .banner {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  #dnn_NewsList .DNNModuleContent img {
    margin: 10px auto;
    float: none !important;
    display: block;
  }
  #dnn_CategoriesSidebarPane ul {
    margin: 0;
    padding: 0;
  }
  #dnn_CategoriesSidebarPane ul li {
    display: inline-block;
  }
  #dnn_CategoriesSidebarPane ul li a {
    display: block;
    padding: 0.3em;
  }
  .banner {
    margin: 0;
  }
  .banner .logo {
    display: none;
  }
  .banner h1 {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=digest.css.map */
