/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/*...VARIABLE...*/
#main .content {
  padding-top: 30px;
}

#main .content .pdf {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media screen and (max-width: 767px) {
  #main .content .pdf {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

#main .content .pdf ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  max-width: 950px;
  width: 100%;
  margin: auto;
}

#main .content .pdf ul li {
  width: 47.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  background-color: #0584C5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 20px;
}

@media screen and (max-width: 930px) {
  #main .content .pdf ul li {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  #main .content .pdf ul li {
    width: 100%;
  }
}

#main .content .pdf ul li p {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  flex: 1;
}

@media screen and (max-width: 480px) {
  #main .content .pdf ul li p {
    font-size: 18px;
  }
}

#main .content .pdf ul li .flexDown {
  width: 160px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 10px;
}

#main .content .pdf ul li .flexDown a {
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #FFF;
}

#main .content .pdf ul li .flexDown a.pdfColor {
  background-color: #A41E22;
}

#main .content .pdf ul li .flexDown a.excelColor {
  background-color: #2ea41e;
}

#main .content .pdf ul li .flexDown a i {
  margin-right: 8px;
}

/*# sourceMappingURL=download.css.map */