
/* CSS Document */

.row {
	margin: 50px auto;
}
.multiple-locations {
	display: flex;
}
.careers-header h3 {
	margin-bottom: 50px;
}
#job-cta {
	width: 200px;
	height: 75px;
	margin-top: 250px;
	color: #fff;
	padding: 20px 40px;
	border-radius: 10px;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #1349f5; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #06c4fc, #1349f5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #06c4fc, #1349f5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #06c4fc, #1349f5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #06c4fc, #1349f5); /* Standard syntax */
}
#quote p {
	font-size: 24px;
	letter-spacing: 2px;
}

#quote img {
	width: 15%;
	height: auto;
	margin-bottom: 5%;
}
.icon img {
	margin-bottom: 20px;
}
.icon {
	max-width: 170px;
	margin: auto;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
#map {
	background-image: url(../image/offices-2000.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	width: 100%;
}
.listings-container {
	padding: 50px 0;
	text-align: center;
}
.job-listing a h2 {
    color: #000;
    font-size: 2rem;
}
.job-listing {
    max-width: 430px;
    margin-right: 20px;
    margin-bottom: 40px;
    background-color: #fff;
    height: 320px;
    text-align: left;
    padding: 50px 25px 25px 25px;
    border-radius: 25px;
    filter: drop-shadow(5px 5px 5px #aaa);
}
.job-listing h2 {
	text-transform: uppercase;
	letter-spacing: 4px;
}
.learn-more {
	color: #1349f5;
	letter-spacing: 2px;
}
.learn-more:hover {
	color: #000;
}
.job-listing p {
    color: #888888;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-size: 14px;
}
.location {
	background-color: #1349f5;
	width: 95px;
	height: 25px;
	margin-top: 35px;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 4px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'AvenirNextCondensed-Regular';
}

@media (max-width: 1200px) {
#map {
	background-image: url(../image/offices-1200.jpg);
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
}
}

@media (min-width: 1225px) {
.careers-header {
	padding-top: 10%;
}
}

@media (max-width: 991px) {
.row {
	margin: 10px auto;
}
.job-listing {
	max-width: 330px;
	margin: 5px 5px;
	background-color: #fff;
	height: 320px;
	text-align: left;
	padding: 40px 25px 25px 25px;
	border-radius: 25px;
	filter: drop-shadow(5px 5px 5px #aaa);
}
}

@media (max-width: 770px) {
.job-listing {
	margin: 20px 10px;
	background-color: #fff;
	height: 320px;
	text-align: center;
	padding: 40px 25px 25px 25px;
	border-radius: 25px;
	filter: drop-shadow(5px 5px 5px #aaa);
}
.col-md-6 {
	width: 100%;
	margin: auto;
}
.multiple-locations {
	margin-left: 15%;
}
.multiple-locations .location {
	margin-right: 0px;
	margin-left: 5px;
}
.location {
	background-color: #1349f5;
	width: 95px;
	height: 25px;
	margin: 35px auto 0 auto;
	padding-top: 4px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'AvenirNextCondensed-Regular';
}
#map {
	background-image: url(../image/offices-768.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
	width: 100%;
}
}
@media (max-width: 677px) {
.job-listing {
	margin-top: 20px;

	}}
@media (max-width: 481px) {
#quote img {
	width: 30%;
}
#job-cta {
	width: 100%;
    height: 75px;
    display: inline-block;
    margin-top: 0;
	color: #fff;
	padding: 20px 40px;
	border-radius: 10px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #1349f5; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #06c4fc, #1349f5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #06c4fc, #1349f5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #06c4fc, #1349f5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #06c4fc, #1349f5); /* Standard syntax */
}	
.icon img {
	padding: 15px;
}
.multiple-locations {
	margin-left: 10%;
}
.job-listing {
	margin: 20px;
	height: 360px;
}
#map {
	background-image: url(../image/offices-480.jpg);
	background-size: cover;
	background-position: center;
	height: 230px;
	max-width: 480px;
}
}
