
.so-page .so-row .grievance p *, .so-page .so-row .grievance li * {
  color: #000;
}
a.so-career-button.so-sound-button.so-disabled {
    pointer-events: none;
    color: #dc3232;
}
span.so-career-expired {
    padding: 5px;
    text-transform: uppercase;
    font-size: 10px;
    background: #ad2b2b;
    color: #FFF;
}

.so-build-letters.so-build-4 .so-build-letters-single:nth-child(4) .so-build-letters-single-corner:nth-child(2):after {
	background-color: #54F8A2 !important;
}

.so-single-intro-image img {
	width: 100%;
}

.so-port-map-pin-body ul li * {
	font-size: 12px !important;
}

#powerTip .so-port-map-pin-body ul li strong {
	min-height: 24px;
}

.pins_image_hover {
	top: -16px !important;
	left: -12px !important;
}

.so-footer-certificate {
	margin-top: 70px !important;
}

.so-optin-form-row_file p {
	padding-bottom: 0 !important;
}

.so-page .selectric-scroll ul {
	padding: 0;
}

.so-page .selectric-scroll li {
	color: #000;
}

.wpcf7-response-output {
	display: none !important;
}

.so-page .so-optin-tab_2 {
	padding-top: 0 !important;
}

.so-about-vision .so-row:nth-child(1) {
	padding-bottom: 150px;
}

.so-about-vision .so-row:nth-child(2) h3 {
	padding-bottom: 65px;
}

.so-about-vision .so-row:nth-child(2) {
	display: block;
	text-align: center;
}

.so-about-who-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	text-align: left;
	max-width: 1000px;
	margin: auto;
}

.so-about-who-text p {
	max-width: 400px;
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.so-about-who-text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
	
	.so-about-vision .so-row:nth-child(1) {
		padding-bottom: 90px;
	}
	
	.so-about-vision .so-row:nth-child(2) h3 {
		padding-bottom: 35px;
	}

	.so-footer-certificate {
		margin-top: 30px !important;
	}
	
}