/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/*...VARIABLE...*/
#link {
  background-color: #E6E6E6;
  padding-top: 30px;
  padding-bottom: 43px;
}

#link .cont .boxWhite {
  background-color: #FFF;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  #link .cont .boxWhite {
    padding: 30px 15px;
  }
}

#link .cont .boxWhite .outer {
  margin-bottom: 50px;
}


#link .cont .boxWhite .outer .headline {
  padding: 10px;
  border: 3px solid #FD2A79;
  border-left: 0;
  border-right: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  #link .cont .boxWhite .outer .headline {
    padding: 10px 20px;
  }
}

#link .cont .boxWhite .outer .inner {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#link .cont .boxWhite .outer .inner .item {
  width: 48%;
  border-top: 4px solid #FD2A79;
  margin-bottom: 50px;
}

#link .cont .boxWhite .outer .inner .item .headingTop a {
  color: #444444;
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 40px;
  font-size: 20px;
  /*border-bottom: 1px solid #cecece; */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#link .cont .boxWhite .outer .inner .item .headingTop a:before {
  content: "\f138";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -.5em;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#link .cont .boxWhite .outer .inner .item .headingTop:hover a {
  color: #FD2A79;
}

#link .cont .boxWhite .outer .inner .item .headingTop:hover a:before {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}

#link .cont .boxWhite .outer .inner .item ul li a {
  display: block;
  color: #444444;
  position: relative;
  padding: 10px;
  padding-left: 60px;
  font-size: 16px;
  /* border-bottom: 1px solid #cecece; */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#link .cont .boxWhite .outer .inner .item ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -.5em;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#link .cont .boxWhite .outer .inner .item ul li:hover a {
  border-bottom-color: #FD2A79;
  color: #FD2A79;
}

#link .cont .boxWhite .outer .inner .item ul li:hover a:before {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}

#link .cont .boxWhite .outer .inner .item p {
  padding-left: 40px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #link .cont .boxWhite .outer .inner .item {
    width: 100%;
  }
  #link .cont .boxWhite .outer .inner .item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  #link .cont .boxWhite .outer .inner .item .headingTop a {
    font-size: 18px;
  }
  #link .cont .boxWhite .outer .inner .item p {
    font-size: 14px;
  }
  #link .cont .boxWhite .outer .inner .item ul li a {
    font-size: 14px;
  }
}

#link .cont .boxWhite .outer:last-child {
  margin-bottom: 0;
}

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