
#sws-msc-container {
  min-height: 100px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: normal;
  align-items: inherit;
  align-content: center;
  text-align: center;
}

#sws-document-fullwidth-item {
	width: 50%;
	display: flex;
	margin: auto;
}

#sws-document-item {
	width: 100%;
	display: flex;
	margin: auto;
}

#sws-document-item a, #sws-document-fullwidth-item a {
	text-align: left;
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 30px;
	border-radius: 80px;
	width: 100%;
	background: #29245a;
	 display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  height: 80px;
}

#sws-document-item a:hover, #sws-document-fullwidth-item a:hover {
	color: #F2B640;
}

img.attachment-member-thumbnail.size-member-thumbnail.wp-post-image {
	border-radius: 100px;
}


.sws-document-position {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}

.sws-document-title, .sws-document-title-fullwidth {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #F2B640;
	margin-top: 10px;
	font-size: 16px;
}

.yellow-button, .yellow-button-fullwidth {
	width: 130px;
	text-align: center;
	height: 80px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-color: #F2B640;
	color: #29245a;
	border-radius: 80px;
	font-size: 16px;
	text-transform: uppercase;
}

.yellow-button:hover, .yellow-button-fullwidth:hover {
	color: #fff;
}

.pdf-button {
	display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}


.sws-pdf, .sws-pdf-fullwidth {
	width: 50px;
	color: #fff;
	font-size: 16px;
}

@media only screen and (max-width: 1350px) {
  .smaller-padding .elementor-widget-wrap {
	padding: 40px !important;
}
	.sws-document-link {
		width: 160px;
	}
	.sws-document-link-fullwidth {
		width: 180px;
	}
}

@media only screen and (max-width: 1200px) {
  #sws-document-item{
	width: 95%;
}


	
	
	 .sws-pdf {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
 .yellow-button {
    width: 100px;
	font-size: 12px;
  }
  
  #sws-document-fullwidth-item {
	  width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .sws-pdf {
    display: inherit;
  }
  .sws-document-link-fullwidth {
    width: 160px;
  }
  .yellow-button {
    width: 130px;
	font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .yellow-button, .yellow-button-fullwidth {
    width: 100px;
	font-size: 12px;
  }
  .sws-pdf, .sws-pdf-fullwidth {
    display: none;
  }
}



