@import url("https://fonts.googleapis.com/css?family=Open+Sans|Raleway:400,500,600,700,900");
#hero {
  background-image: url(../assets/images/pexels-518543.jpeg);
  min-height: 30vh;
  background-attachment: scroll; }
  #hero .slogan {
    flex-direction: column; }
    #hero .slogan p {
      font-size: 20px; }
      #hero .slogan p a {
        color: #fff; }
        #hero .slogan p a:hover {
          color: #01cee1;
          text-decoration: underline; }
.mainBtn ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.mainBtn ul li {
  width: 300px;
  color: #ffffff;
 margin-left: 0;
 margin-top: 10px;
}

.mainBtn ul li a {
  color: #ffffff;
 
   padding: 10px;
   padding-left: 25px;
    padding-right: 25px;
  white-space: pre-wrap;
  border: 1px solid #245580;
  background-color: #337ab7;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  border-radius: 4px;
}
.mainBtn ul li a:hover {
background-image: linear-gradient(to bottom,#337ab7 0,#265a88 50%);
 background-color:  #313454;
 text-decoration: none;
}
/*.news {
  padding-top: 0; }*/

.previous .btn-group,
#download .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 4%; }
  .previous .btn-group .btn:first-child,
  #download .btn-group .btn:first-child {
    width: 180px; }
  .previous .btn-group .mainBtn,
  #download .btn-group .mainBtn {
    width: 90%; }

.dropdown-menu {
  
  left: auto; }
  .dropdown-menu li a {
    max-width: 100%; }
    .dropdown-menu li a:hover {
      background-color: #01cee1; }
.previous .btn-group .dropdown-menu a {
  text-align: center;
}
.open .dropdown-menu {
  margin: 0; }

@media(max-width: 768px) {
  #hero .slogan {
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 30vh;
    width: 100%; }
    #hero .slogan p {
      font-size: 14px; }

  .previous .btn-group,
  #download .btn-group {
    float: none; }

  .news p {
    font-size: 14px;
   }
  

  .contents {
    float: none;
    max-width: 100%;
    margin: auto; }

  .contentList {
    margin-left: 11%; } }
@media(max-width: 425px) {
  .contentList {
    margin-left: 0; } }

/*# sourceMappingURL=newsletter.css.map */
