.square-content {
	background-color: #fff;
	padding: 15px 25px;
	min-height: 320px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	border-radius: 3px;
	-webkit-transition: all .2s ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all .2s ease-in;
	-ms-transform: scale(1);
	-moz-transition: all .2s ease-in;
	-moz-transform: scale(1);
	transition: all .2s ease-in;
	transform: scale(1)
}

.square-content:hover {
	box-shadow: 0 0 15px rgba(0, 9, 38, .25);
	z-index: 2;
	-webkit-transition: all .2s ease-in;
	-webkit-transform: scale(1.05);
	-ms-transition: all .2s ease-in;
	-ms-transform: scale(1.05);
	-moz-transition: all .2s ease-in;
	-moz-transform: scale(1.05);
	transition: all .2s ease-in;
	transform: scale(1.05);
	cursor: pointer;
}

.square-content img {
	width: 85%
}

.square-content p {
	color: #646464;
	font-weight: 100
}

.square-title {
	color: #646464;
	font-weight: 500;
	margin-top: 20px;
	font-size: 1.4rem
}

.square-title:hover {
	text-decoration: none
}

@media (max-width:500px) {
	.square-content {
	}

}

@media (min-width:579px) and (max-width:768px) {
	.square-content {
		padding: 15px 20px
	}

	.square-title {
		padding: 10px 0 0px;
	}

}

@media (max-width:768px) {
	.square-content img {
	}

}

@media (min-width:768px) and (max-width:992px) {
	.square-title {
		font-size: 1.2rem
	}

}

@media (min-width:300px) and (max-width:500px) {
	.tactics .item {
		padding-left: 17%
	}

	#banner_local {
		padding-top: 20% !important;
	}

	#banner_local p {
		font-size: 1rem !important;
	}

	#banner_local h1 {
		font-size: 1.3rem !important;
	}

}

.tactics .square-content {
	background-color: #fff;
	padding: 15px 25px;
	height: 120px;
	min-height: 120px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	border-radius: 3px;
	-webkit-transition: all .2s ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all .2s ease-in;
	-ms-transform: scale(1);
	-moz-transition: all .2s ease-in;
	-moz-transform: scale(1);
	transition: all .2s ease-in;
	transform: scale(1)
}

.tactics #splClose {
	top: -8%;
	padding: 2px 5px 4px 6px
}

#banner_local {
	background: #fff;
	padding-top: 10%;
	height: 490px
}

#banner_local p {
	text-align: justify;
	font-size: 1.2rem;
	color: #646464
}

#banner_local h1 {
	color: #394047
}

#section-how-local {
	background: #008693;
	background: -moz-linear-gradient(right, #008693 0, #4d9ea8 100%);
	background: -webkit-linear-gradient(right, #008693 0, #4d9ea8 100%);
	background: linear-gradient(to right, #008693 0, #4d9ea8 100%);
	padding: 50px 0
}

.leadership .col-md-3, .leadership .col-xs-12 {
	margin-bottom: 25px
}

.leaderCopy p {
	font-size: 18px;
	color: #394047;
	line-height: 30px;
	font-weight: 400
}

.leaderCard {
	background-color: #fff;
	padding: 15px 25px;
	min-height: 320px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	border-radius: 3px
}

.leaderCard h1 {
	font-size: 20px;
	color: #394047;
	font-weight: 700;
	text-align: center;
	border-bottom: .5px solid #646464;
	padding: 10px 0
}

.leaderCard p {
	font-size: 15px;
	color: #394047;
	font-weight: 400;
	text-align: center;
	padding: 0 25px
}

.leaderLink {
	padding: 15px 15px 0px;
}

.leaderLink:hover {
	text-decoration: none
}

/*
.leaderLink img.photo {
	transition: all .15s ease-in-out;
}
*/

.leaderLink img.photo:hover {
	-webkit-transform: scale(1.05, 1.05, 1);
	-ms-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
	box-shadow: 0 0 1pt 6pt rgba(100, 100, 100, 0.3);
}

.leaderLink img:hover, .leaderLink h4:hover, .leaderLink p:hover {
	cursor: pointer;
}

.leaderLink {
	display: inline-block;
	margin: 10px;
	text-align: left;
	opacity: 0.99;
	overflow: hidden;
	position: relative;
}

.leaderLink:before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	transition-property: top, opacity;
	transition-duration: 0.3s;
}

.leaderLink img {
	display: block;
	max-width: 100%;
	/*backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-radius: 50%*/
}

.leaderLink .details {
	font-size: 16px;
	padding: 20px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.leaderLink .details img {
	display: block;
	opacity: 0;
	position: relative;
	top: 150px;
	right: 5px;
	transition-property: top, opacity;
	transition-duration: 0.15s;
	transition-delay: 0s;
}

.leaderLink .details img {
	line-height: 1;
	font-weight: 600;
	font-size: 18px;
}

.leaderLink .photo:hover:before, .leaderLink .photo:hover ~ .details img {
	opacity: 1;
}

.leaderLink:hover:before {
	top: 50%;
}

.leaderLink .photo:hover ~ .details img {
	top: 145px;
	right: 5px;
}

/*
.leaderLink:hover img {
	transition-delay: 0s;
}
*/

.modal-backdrop {
	background-color: #006072;
	opacity: 0.85 !important;
}

.circle {
	background: url(https://sproutloud.com/wp-content/uploads/2020/03/Half-circle.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 60px 0px;
	background-position: top center;
}

@media (min-width:1140px) {
	.modal-lg-leaders {
		max-width: 1140px !important;
	}

	.modal-lg-industries {
		max-width: 1140px !important;
	}

}

@media (max-width:992px) {
	.biography {
		max-height: 310px !important;
	}

	.modal-lg-leaders {
		max-width: 310px !important;
	}

	.container-fluid.leadership {
		padding: 5% 0 0 !important;
	}

	.sectionI {
		padding: 0 0px 0px !important;
	}

	.sectionI.sectionV {
		padding: 35px 0 !important;
	}

	.modal-lg-industries .biography {
		max-height: 400px !important;
	}

	.modal-lg-industries {
		max-width: 310px !important;
	}

}

@media (max-width:500px) {
	.leaderLink:hover img {
		top: 235px !important;
	}

	.biography {
		max-height: 185px !important;
	}

	.modal-lg-industries .biography {
		max-height: 275px !important;
	}

	.modal-lg-industries #splClose {
		top: -9% !important;
	}

	.leaderContent {
		padding-bottom: 15px !important;
	}

	.modal-cma {
		padding: 0 30px 0 15px !important;
	}

	.modal-cma h4 {
		text-align: center !important;
	}

}

@media (max-width:600px) {
	.circle {
		background-size: 190% 100%;
	}

}

@media (min-width:1366px) {
	.circle {
		background-size: 75% 100% !important;
	}

}

@media (min-width:1141px) and (max-width:1366px) {
	.modal-lg-leaders {
		max-width: 85% !important;
	}

	.modal-lg-leaders {
		max-width: 85% !important;
	}

	.biography {
		max-height: 276px !important;
	}

	.leaderContent {
		padding-bottom: 15px !important
	}

	.modal-lg-industries #splClose {
		top: -7% !important;
	}

	.cma-splash {
		width: 65% !important;
		padding-top: 5% !important;
	}

	#sands-banner p {
		font-size: 22px !important;
	}

	.leaderLink .details img {
		right: -10px;
	}

	.leaderLink .photo:hover ~ .details img {
		top: 100px;
		right: -10px;
	}

	.leaderLink h4{
		font-size: 1rem!important;
	}

	.leaderLink p{
		font-size: 0.8rem!important;
	}

}

@media (min-width:992px) and (max-width:1140px) {
	.modal-lg-leaders {
		max-width: 85% !important;
	}

	.modal-lg-industries {
		max-width: 85% !important;
	}

	.biography {
		max-height: 270px !important;
	}

}

@media only screen 
and (device-height:375px) 
and (device-width:812px) 
and (-webkit-device-pixel-ratio:3)
and (orientation:landscape) {
	.modal-lg-leaders {
		max-width: 90% !important;
	}

	.modal-lg-industries {
		max-width: 90% !important;
	}

	.biography {
		max-height: 210px !important;
	}

	.leaderPic {
		max-width: 41.66667% !important;
	}

	.leaderContent {
		max-width: 58.33333% !important;
	}

}

@media only screen 
and (device-height:375px) 
and (device-width:667px) 
and (-webkit-device-pixel-ratio:2) 
and (orientation:landscape) {
	.modal-lg-leaders {
		max-width: 90% !important;
	}

	.modal-lg-industries {
		max-width: 90% !important;
	}

	.biography {
		max-height: 150px !important;
	}

	.leaderPic {
		max-width: 41.66667% !important;
	}

	.leaderContent {
		max-width: 58.33333% !important;
	}

}

@media only screen 
and (device-height:414px) 
and (device-width:736px) 
and (-webkit-device-pixel-ratio:3) 
and (orientation:landscape) {
	.modal-lg-leaders {
		max-width: 90% !important;
	}

	.biography {
		max-height: 150px !important;
	}

	.leaderPic {
		max-width: 41.66667% !important;
	}

	.leaderContent {
		max-width: 58.33333% !important;
	}

}

@media only screen and (min-device-width:320px) and (max-device-width:568px) 
and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:40/71) {
	.modal-lg-leaders {
		max-width: 80% !important;
	}

	.modal-lg-industries {
		max-width: 80% !important;
	}

	.biography {
		max-height: 150px !important;
	}

}

/* ----------- iPad Pro ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-width:1024px) 
and (max-height:1366px) 
and (-webkit-min-device-pixel-ratio:1.5) {
}

/* Portrait */
@media only screen 
and (min-width:1024px) 
and (max-height:1366px) 
and (orientation:portrait) 
and (-webkit-min-device-pixel-ratio:1.5) {
}

/* Landscape */
@media only screen 
and (min-width:1024px) 
and (max-height:1366px) 
and (orientation:landscape) 
and (-webkit-min-device-pixel-ratio:1.5) {
}

/* ----------- iPad 2 ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width:768px) 
and (max-device-width:1024px) 
and (-webkit-min-device-pixel-ratio:1) {
}

/* landscape */
@media only screen 
and (min-device-width:768px) 
and (max-device-width:1024px) 
and (orientation:landscape)
and (-webkit-min-device-pixel-ratio:1) {
}

/* portrait */
@media only screen 
and (min-device-width:768px) 
and (max-device-width:1024px) 
and (orientation:portrait) 
and (-webkit-min-device-pixel-ratio:1) {
	.container-fluid.tactics {
		padding: 70px 0 !important;
	}

	#banner_local {
		padding: 40px 0 !important;
		height: auto !important;
	}

	.industries-box {
		min-height: 315px !important;
	}

	.modal-lg-industries {
		max-width: 80% !important;
	}

	.leaderContent {
		padding-bottom: 20px !important
	}

}

/*Query for zoomed and high resolutions monitors*/
@media (min-width:2560px) {
	#banner_local {
		padding-top: 8% !important;
	}

	#banner_local h1 {
		font-size: 1.5rem !important;
	}

	#section-how-local h2 {
		font-size: 1.5rem !important;
	}

	.brandBox .body p {
		font-size: 0.8rem !important;
	}

	.brandBox h4 {
		font-size: 1.2rem !important;
	}

}

@media (min-width:3260px) {
	#banner_local {
		padding-top: 4% !important;
	}

	.navbar-nav a.nav-link {
		font-size: 14px !important;
	}

}

.sectionI h4 {
	-webkit-box-shadow: 10px 10px 0px 0px rgba(158, 213, 134, 1);
	-moz-box-shadow: 10px 10px 0px 0px rgba(158, 213, 134, 1);
	box-shadow: 10px 10px 0px 0px rgba(158, 213, 134, 1);
	color: #ffffff;
	background-color: #6ABF4B;
	padding: 15px 25px;
	margin-bottom: 25px;
	display: inline-block;
}

#table-of-content.stick-scrolled {
	position: fixed !important;
	width: 250px;
}

.custom-select {
	margin-bottom: 20px;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 22px) calc(0.7em + 3px), calc(100% - 14px) calc(0.7em + 3px), calc(100% - 2.5em) 0.5em;
	background-size: 8px 8px, 8px 8px, 1px 0;
	background-repeat: no-repeat;
}

.stu-content-locked .stu-lock-content {
	filter: blur(15px) !important;
}

.fa-user:before, .fa-envelope:before {
	content: "" !important;
}

.fa-paper-plane:before, .fa-send:before {
	content: "►" !important;
}

.industries-box {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	padding: 15px;
	border-radius: 3px;
	margin-bottom: 30px;
	position: relative;
}

.industries-box.active:hover:before {
	cursor: pointer;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(57, 64, 71, 0.65);
	border-radius: 3px;
	background-image: url(https://sproutloud.com/wp-content/uploads/2020/02/Plus-sign.png);
	background-repeat: no-repeat;
	background-position: 50% 47%;
	opacity: 1;
}

.industries-box.active:before {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity: 0;
	cursor: pointer;
}

body, html {
	scroll-behavior: smooth;
}

.section-tactics::before {
	display: block;
	content: " ";
	margin-top: -120px;
	height: 120px;
	visibility: hidden;
	pointer-events: none;
}

.lmb-tactics::before {
	margin-top: -180px;
	height: 180px;
}

.tactic-item {
	cursor: pointer;
}

.tactic-item img {

	/*animation: wobble-off 0.15s ease-out;*/
	animation-fill-mode: forwards;
}

.tactic-item:hover p {
	color: #6ABF4B;
}

.tactic-item.traditional:hover p {
	color: #00945E;
}

.tactic-item:hover img {

	/*animation: wobble 0.15s ease-in;*/
	animation-fill-mode: forwards;
}

@keyframes wobble {
	0% {
		border-radius: none
	}

	100% {
		border-radius: 50%
	}

}

@keyframes wobble-off {
	100% {
		border-radius: none
	}

	0% {
		border-radius: 50%
	}

}
