.home-page .twitter-area .disclaimer {
  line-height: 12px;
  font-size: 12px;
}
.home-page .divider-vertical {
  overflow: hidden;
  border-right: 1px solid #e9ecef;
}
.home-page .align-icons {
  margin-bottom: 6rem;
}
.home-page .process-steps-xs li {
  position: relative;
  float: left;
  list-style-type: none;
  display: inline-block;
  color: red;
}
.home-page .process-steps-xs li:hover {
  cursor: pointer;
}
.home-page .process-steps-xs li:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-radius: 2px;
  position: absolute;
  right: -7px;
  top: 40px;
  text-align: center;
  border-left: 8px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .home-page .process-steps-xs li:after {
    right: 0;
  }
}
.home-page .process-steps-xs li:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .home-page .process-steps-xs li:after {
    display: none;
  }
}
.home-page .process-steps-xs .process-step-xs {
  position: relative;
  margin: 15px 0;
  padding: 0;
}
.home-page .process-steps-xs .process-step-xs h3 {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #6f6f6f;
  margin: 10px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-page .process-steps-xs .process-step-xs h3 {
    font-size: 13px;
    margin: 5px 0;
  }
}
.home-page .process-steps-xs .process-step-xs .process-step-icon {
  text-align: center;
}
.home-page .process-steps-xs .process-step-xs .process-step-icon i {
  color: #5085a5;
  font-size: 47px;
}
@media screen and (max-width: 991px) {
  .home-page .process-steps-xs .process-step-xs .process-step-icon i {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .home-page .process-steps-xs .process-step-xs .process-step-icon i {
    font-size: 40px;
  }
}

#creidmap {
  height: 50vw;
}

.banner-wrapper {
  position: relative;
}
.banner-wrapper h1, .banner-wrapper h2 {
  color: #fff;
}
.banner-wrapper h1 {
  font-size: 62px;
  line-height: 64px;
  letter-spacing: 2px;
}
.banner-wrapper h2 {
  font-family: "Nunito Sans";
  font-size: 20px;
  font-weight: 400;
}

.organizations-section .logo {
  max-height: 200px;
}
.about-area {
  padding: 0;
  margin-bottom: 120px;
}
.about-area.parallax {
  background-image: url("/images/general/human_neutrophil_ingesting_mrse.jpg");
}
@media screen and (max-width: 991px) {
  .about-area {
    padding-bottom: 50px;
  }
}
.about-area .about-text {
  display: block;
  padding-bottom: 60px;
  padding-top: 90px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1199px) {
  .about-area .about-text {
    padding-top: 70px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 991px) {
  .about-area .about-text {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
.about-area .about-text .sec-title {
  padding-bottom: 34px;
}
.about-area .about-text .inner-content h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 14px;
  color: #fff;
}
.about-area .about-text .inner-content h2 span {
  font-weight: 700;
}
.about-area .about-text .inner-content p {
  color: #fff;
}
.about-area .about-text .inner-content .bottom {
  display: block;
  overflow: hidden;
  margin-top: 25px;
}
.about-area .about-text .inner-content .bottom strong {
  font-weight: 700;
}
.about-area .about-text .inner-content .bottom p {
  margin: 0;
  font-weight: 500;
}
.about-area .about-text .inner-content .bottom .signature {
  display: block;
  margin-top: 22px;
}
.about-area .about-right-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 90px 40px;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .about-area .about-right-box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .about-area .about-right-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-area .about-right-box {
    padding: 40px 20px;
  }
}
.about-area .about-right-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #51344d;
  opacity: 0.92;
  content: "";
  z-index: -1;
}
.about-area .about-right-box ul {
  margin-bottom: 0;
}
.about-area .about-right-box ul li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 29px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about-area .about-right-box ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.about-area .about-right-box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.about-area .about-right-box ul li .left-content {
  display: block;
  width: 70%;
}
.about-area .about-right-box ul li .left-content .icon {
  width: 55px;
  display: table-cell;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.5);
}
.about-area .about-right-box ul li .left-content .icon span:before {
  font-size: 55px;
  line-height: 55px;
}
@media screen and (max-width: 767px) {
  .about-area .about-right-box ul li .left-content .icon span:before {
    font-size: 36px;
    line-height: normal;
  }
}
.about-area .about-right-box ul li .left-content .title {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .about-area .about-right-box ul li .left-content .title {
    padding-left: 10px;
  }
}
.about-area .about-right-box ul li .left-content .title h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
  margin: 0 0 1px;
}
.about-area .about-right-box ul li .left-content .title span {
  color: rgba(255, 255, 255, 0.75);
}
.about-area .about-right-box ul li .right-content .title {
  display: block;
  margin-top: 3px;
}
.about-area .about-right-box ul li .right-content .title h4 {
  color: #ffffff;
  font-size: 3.4em;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about-area .about-right-box ul li .right-content .title h4 {
    font-size: 26px;
  }
}
.about-area .add-plus::after {
  content: "+";
}
.about-page .feature-box {
  background: #fff;
  border: 5px solid rgba(0, 0, 0, 0.05);
  padding: 25px 20px;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
}
.about-page .feature-box p {
  margin-bottom: 10px;
}
.about-page .feature-box:hover {
  background: #ffffff;
  border: 5px solid #51344d;
}
.coord-center-page .team-title {
  color: #232323;
  text-decoration: none;
  font-family: "Lora", sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coord-center-page .team-title:focus {
  color: #31708e;
}
.coord-center-page .team-title svg {
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.coord-center-page [aria-expanded=true] svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.coord-center-page .carousel-container {
  width: 45% !important;
  position: relative;
}
.coord-center-page .carousel-container figure {
  margin-bottom: 0;
}
.coord-center-page .carousel-container .next,
.coord-center-page .carousel-container .prev {
  background-color: #31708e !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d6d6d6;
  width: 36px;
  height: 36px;
  padding: 0 7px !important;
}
.coord-center-page .carousel-container .next .icon,
.coord-center-page .carousel-container .prev .icon {
  color: white;
}
/*
.research-centers-page {

	.contact-row {
		margin: 0 0 15px;

		li {
			list-style: none;
			display: inline-block;
			margin: 0 10px 0 0;
			padding: 0 0 0 10px;

			&:first-child {
				padding: 0;

				&.label {
					font-weight: 700;
					margin-right: 0;
				}
			}

			&:nth-child(2) {
				border-left: none;
			}

			+ li {
				border-left: 1px solid #ccc;
			}
		}
	}

	.detail {
		line-height: 28px;
	}
}
*/
.rc-page #A2Cares-Btn {
  z-index: 500;
}
.rc-page .header {
  margin-bottom: 30px;
}
.rc-page .header .section-heading {
  margin-bottom: 0;
}
.rc-page .header span.detail {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  padding-top: 5px;
  line-height: 28px;
}
.rc-page .header span.detail strong {
  font-weight: 700;
}
.rc-page .carousel-container {
  width: 45% !important;
  position: relative;
}
.rc-page .carousel-container figure {
  margin-bottom: 0;
}
.rc-page .carousel-container .next,
.rc-page .carousel-container .prev {
  background-color: #31708e !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d6d6d6;
  width: 36px;
  height: 36px;
  padding: 0 7px !important;
}
.rc-page .carousel-container .next .icon,
.rc-page .carousel-container .prev .icon {
  color: white;
}
.rc-page .contact-row {
  margin: 0 0 15px;
}
.rc-page .contact-row li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
}
.rc-page .contact-row li:first-child {
  padding: 0;
}
.rc-page .contact-row li:first-child.label {
  font-weight: 700;
  margin-right: 0;
}
.rc-page .contact-row li:nth-child(2) {
  border-left: none;
}
.rc-page .contact-row li + li {
  border-left: 1px solid #ccc;
}
.pathogens-page {
  /* Space the ones in a carousel */
}
.pathogens-page .parallax {
  margin-top: 20px;
  padding: 60px 0;
}
.pathogens-page .parallax.bunyavirida {
  background-image: url("/images/general/rift-valley-fever.png");
}
.pathogens-page .parallax.coronavirus {
  background-image: url("/images/general/mers.png");
}
.pathogens-page .parallax.filovirus {
  background-image: url("/images/general/ebola.png");
}
.pathogens-page .parallax.flaviviruses {
  background-image: url("/images/general/yellow-fever-virons.png");
}
.pathogens-page .parallax.zoonoses {
  background-image: url("/images/general/nipah.png");
}
.pathogens-page .disease-box {
  border: 2px solid #383838;
  padding: 25px 20px;
  margin: 10px 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.pathogens-page .disease-box:hover, .pathogens-page .disease-box:focus {
  background-color: #31708e;
  border-color: #8fc1e3;
}
.pathogens-page .disease-box h4 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}
.pathogens-page .disease-box p {
  color: #fff;
  margin: 0;
}
.pathogens-page .disease-box a {
  color: #fff;
}
.pathogens-page .disease-box a:hover, .pathogens-page .disease-box a:focus {
  color: rgba(255, 255, 255, 0.85);
}
.pathogens-page .siema-three .disease-box {
  margin: 0 15px;
}
.network-map-page #loading-indicator {
  text-align: center;
}
.network-map-page #loading-indicator .icon {
  color: #5085a5;
}
.network-map-page .operate-all-button {
  border: none;
  background-color: white;
  text-decoration: underline;
}
.network-map-page .symbol-legend {
  margin-left: 10px;
  vertical-align: bottom;
}
.network-map-page .directions-label {
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
  padding: 4px 0;
}
.network-map-page #network-map {
  height: 600px;
  /*width: 100%;*/
}
.network-map-page #network-map .map-popup .title {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.network-map-page #network-map .map-popup .location {
  text-align: center;
  font-size: 12px;
}
.network-map-page #network-map .map-popup table {
  width: 100%;
  margin-top: 5px;
}
.network-map-page #network-map .map-popup table, .network-map-page #network-map .map-popup th, .network-map-page #network-map .map-popup td {
  border: 1px solid gray;
  padding: 5px;
}
.network-map-page #network-map .map-popup th {
  background-color: #51344d;
  color: white;
}
.network-map-page #network-map .map-popup .learn-more {
  text-align: right;
  padding-top: 5px;
}
.network-map-page #network-map .site-marker-cluster {
  background: #5085a5;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 4px;
}
.network-map-page #network-map .leaflet-control-layers section {
  padding: 8px 4px 0px 4px;
}
.network-map-page #network-map .leaflet-control-layers section label {
  padding: 5px 0;
  margin: 0;
}
.network-map-page #network-map .leaflet-control-layers section label input {
  width: unset;
  margin: 0;
}
.network-map-page #network-map .leaflet-control-layers section label span {
  margin-left: 2px;
}
.network-map-page .legend-section {
  margin-left: 0;
  margin-right: 0;
}
.network-map-page .legend-section .legend-option {
  display: inline-block;
  /*margin-right: 10px;*/
  border: 1px solid #dee2e6;
  text-align: left;
  padding-top: 5px;
  padding-left: 20px;
}
.network-map-page .legend-section .legend-option label {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 10px;
}
.network-map-page .legend-section .legend-option input {
  width: unset;
  margin-right: 5px;
  margin-bottom: 0;
}
.network-map-page .dropdown {
  border: 1px solid #909090;
  margin: 5px 0;
}
.network-map-page .directions-label {
  margin: auto 0;
}
.pilot-program-page .carousel-container {
  width: 45% !important;
  position: relative;
}
.pilot-program-page .carousel-container figure {
  margin-bottom: 0;
}
.pilot-program-page .carousel-container .next,
.pilot-program-page .carousel-container .prev {
  background-color: #31708e !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d6d6d6;
  width: 36px;
  height: 36px;
  padding: 0 7px !important;
}
.pilot-program-page .carousel-container .next .icon,
.pilot-program-page .carousel-container .prev .icon {
  color: white;
}
.pilot-program-page ul {
  list-style-position: inside;
}
.pilot-program-page ul li {
  list-style: disc;
  margin-bottom: 5px;
  margin-left: 40px;
}
.pilot-program-page .table-scroll {
  overflow-x: auto;
}
.pilot-program-page table {
  width: 100%;
}
.pilot-program-page table thead .headshots {
  width: 25%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pilot-program-page table thead .headshots {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .pilot-program-page table thead .headshots {
    width: 21%;
  }
}
.pilot-program-page table thead .title {
  width: 44%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pilot-program-page table thead .title {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .pilot-program-page table thead .title {
    width: 37%;
  }
}
.pilot-program-page table thead .pathogen {
  width: 13%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pilot-program-page table thead .pathogen {
    width: 13%;
  }
}
@media screen and (max-width: 991px) {
  .pilot-program-page table thead .pathogen {
    width: 13%;
  }
}
.pilot-program-page table thead .country {
  width: 8%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pilot-program-page table thead .country {
    width: 10%;
  }
}
@media screen and (max-width: 991px) {
  .pilot-program-page table thead .country {
    width: 10%;
  }
}
.pilot-program-page table thead .research-center {
  width: 10%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pilot-program-page table thead .research-center {
    width: 12%;
  }
}
@media screen and (max-width: 991px) {
  .pilot-program-page table thead .research-center {
    width: 19%;
  }
}
.pilot-program-page table tr td {
  padding: 4px 30px;
  text-align: center;
}
.pilot-program-page table tr td.event {
  font-weight: bold;
}
.pilot-program-page table.lined tr {
  border: 1px solid black;
}
.pilot-program-page table.lined tr td {
  padding-left: 10px;
  text-align: left;
}
.pilot-program-page table.lined tr td .update-icon {
  color: #92140c;
}
.pilot-program-page table.box {
  border: 1px solid black;
}
.pilot-program-page table.past-awards-table tr {
  border-bottom: 1px solid grey;
}
.pilot-program-page table.past-awards-table tr td {
  padding: 10px 0px;
  text-align: left;
}
.pilot-program-page table.past-awards-table tr td img {
  width: 200px;
}
@media screen and (max-width: 991px) {
  .pilot-program-page table.past-awards-table tr td img {
    display: none;
  }
}
.pilot-program-page .call-out {
  font-size: 16px;
  border: 2px solid black;
  padding: 25px 25px;
}
.pilot-program-page .filter-group .btn {
  border: 1px solid black;
  padding: 0.375rem 1.5rem;
}
.pilot-program-page .filter-group .active {
  background-color: #51344d;
  color: white;
}
.pilot-program-page .inactive-section {
  display: none !important;
}
.acronyms-modal {
  overflow-y: hidden !important;
}

.studies-page {
  /*	#public-studies-table_filter {
  		float: right !important;
  	}*/
}
.studies-page #public-studies-table th.subheader {
  padding: 0 5px 0 0;
  vertical-align: middle;
  font-weight: normal;
}
.studies-page #public-studies-table th.filter-dropdown {
  padding-right: 15px !important;
}
.publications-page #public-publications-table th.subheader {
  padding: 0 5px 0 0;
  vertical-align: middle;
  font-weight: normal;
}
.publications-page #public-publications-table th.filter-dropdown {
  padding-right: 15px !important;
}
.call-for-applications-page table {
  width: 100%;
}
.call-for-applications-page table tr td {
  padding: 4px 30px;
  text-align: center;
}
.call-for-applications-page table tr td.event {
  font-weight: bold;
}
.call-for-applications-page table.lined tr {
  border: 1px solid black;
}
.call-for-applications-page table.lined tr td {
  padding-left: 10px;
  text-align: left;
}
.call-for-applications-page table.lined tr td .update-icon {
  color: #92140c;
}
.call-for-applications-page table.box {
  border: 1px solid black;
}
.call-for-applications-page .img-margin {
  margin-top: 40px;
}
.call-for-applications-page ul li {
  list-style: disc;
  margin-left: 2rem;
}
.call-for-applications-page .application-table-box {
  float: right;
  width: 400px;
  height: 580px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .call-for-applications-page .application-table-box {
    float: none;
  }
}
.call-for-applications-page video {
  border: 2px solid #51344d;
}
.call-for-applications-page .butn {
  z-index: 0;
}
.conferences-page label {
  display: block;
  font-size: 12px;
}
.conferences-page #creid-conferences-table_filter input {
  display: block;
  margin-left: 0;
  width: 100%;
}
.conferences-page #conference-found-count {
  font-style: italic;
}
.conferences-page .bootstrap-select button {
  border-radius: 0;
  border: 1px solid black;
}
.conferences-page .bootstrap-select button .filter-option {
  font-size: 12px;
}
.collaboration-page iframe {
  width: 100%;
  height: 75vh;
}
.collaboration-page .newsletter-container {
  margin-top: 2rem;
}
.collaboration-page .news {
  margin-bottom: 20px;
}
.collaboration-page .news > div {
  background-color: #fafafa;
  padding: 35px 20px 25px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 3px 6px 10px lightgray;
          box-shadow: 3px 6px 10px lightgray;
}
.collaboration-page .news > div > strong {
  color: #616161;
  font-size: 18px;
  letter-spacing: 0.26px;
  padding-bottom: 15px;
  margin: 0 0 15px;
  line-height: normal;
  border-bottom: 2px solid #ececec;
  display: block;
  font-weight: 700;
}
.collaboration-page .news > div > em {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.collaboration-page .news > div > em.project-role {
  margin-bottom: 5px;
  font-size: 12px;
  font-style: normal;
}
.collaboration-page .butn-collab {
  background: #51344d;
  color: white;
  text-align: center;
  border-radius: 4px;
  padding: 12px 30px;
  line-height: normal;
  font-weight: 600;
  position: relative;
  z-index: 500;
  display: inline-block;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .collaboration-page .butn-collab {
    padding: 10px 28px;
  }
}
@media screen and (max-width: 767px) {
  .collaboration-page .butn-collab {
    padding: 8px 26px;
  }
}
.collaboration-page .butn-collab span {
  z-index: 9;
  position: relative;
}
.collaboration-page .butn-collab:hover, .collaboration-page .butn-collab:focus {
  color: #fff;
  border-radius: 3px;
}
.collaboration-page .butn-collab:hover:after, .collaboration-page .butn-collab:focus:after {
  width: 100%;
  border-radius: 3px;
}
.collaboration-page .butn-collab:after {
  content: "";
  position: absolute;
  border-radius: 4px;
  bottom: 6px;
  left: 0;
  height: 2px;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  width: 0;
  background: black;
  height: 100%;
  top: 0;
  z-index: 1;
}
.collaboration-page .butn-collab.white {
  background: #fff;
  color: #232323;
}
.collaboration-page .butn-collab.white:hover, .collaboration-page .butn-collab.white:focus {
  color: #fff;
  border-radius: 3px;
}
.collaboration-page .butn-collab.white:after {
  background: #31708e;
  border-radius: 3px;
}
.collaboration-page .butn-collab.theme {
  background: #5085a5;
  color: #fff;
}
.collaboration-page .butn-collab.theme span {
  color: #fff;
}
.collaboration-page .butn-collab.theme:hover {
  color: #fff;
  border-radius: 3px;
}
.collaboration-page .butn-collab.theme:after {
  background: #232323;
  border-radius: 3px;
}
.collaboration-page .butn-collab.theme.white-hover:hover {
  color: #232323;
}
.collaboration-page .butn-collab.theme.white-hover:hover span {
  color: #232323;
}
.collaboration-page .butn-collab.theme.white-hover:after {
  background: #fff;
  border-radius: 3px;
}
.collaboration-page .butn-collab.small {
  padding: 8px 20px;
}
@media screen and (max-width: 991px) {
  .collaboration-page .butn-collab.small {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 767px) {
  .collaboration-page .butn-collab.small {
    padding: 6px 14px;
  }
}
.collaboration-page .butn-collab.medium {
  padding: 10px 20px;
}
@media screen and (max-width: 991px) {
  .collaboration-page .butn-collab.medium {
    padding: 8px 18px;
  }
}
@media screen and (max-width: 767px) {
  .collaboration-page .butn-collab.medium {
    padding: 6px 16px;
  }
}
.collaboration-page .butn-collab.no-z {
  z-index: unset !important;
}
.collaboration-page .butn-collab.bottom-edge {
  margin-top: auto !important;
}
.collaboration-page .col-12.col-md-4.col-lg-3 {
  padding: 0;
}
.collaboration-page .col-12.col-md-4.col-lg-3:not(:first-child) {
  padding-left: 15px;
}

/*# sourceMappingURL=general.75b1fc72cc9df7381236.css.map*/