/* ABOUT US */
.long-scroll .about {
  margin: auto;
  position: relative;
  background-color: #e2e2e2;
  background-image: url(//m.softchoice.com/web/newsite/images/about/background.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.long-scroll .about .section:not(.navigation) {background:#fff;}
.long-scroll .about .section.resources {background:#eee;}
.long-scroll .about .section.feature {
    background-color:rgba(230, 230, 230, 0.75);background-image: none;
	color: #222;
}

.long-scroll .about .section.quote {
  background-color:rgba(103, 103, 103, 0.75);color:#fff;
}

.long-scroll .about .section.quote .section-content {min-height:50px;}
.long-scroll .about .section.quote .content-wrapper {padding-bottom:10px!important;padding-top:10px!important;}
.long-scroll .about .section.quote .content-wrapper .col {}
.long-scroll .about .section.quote p {font-size:1.2em;line-height:1.75em;}

.long-scroll .about .section .not-fancy-list {
	list-style-position: outside;
	margin-left: 40px;
}

.long-scroll .about .section .fancy-list {
	font-family: DaxLIght;
    font-weight: lighter;
    font-size: 1.3em;
    list-style-position: outside;
    line-height: 1.8em;
}

.long-scroll .about .section .fancy-link {
	font-family: DaxWeb;
	font-weight: lighter;
	font-size: 1.2em;
	margin-left: 20px;
}


/* Featured Content boxes */

.long-scroll .about .section.featured-content .box {
	background-color: #f7f7f7;
}

.long-scroll .about .section.featured-content .box .image {
	background: #fff;
	padding: 0;
	max-height: 150px;
	overflow: hidden;
}

.long-scroll .about .section.featured-content .box .learnmore {
	background-color: #eee;
}

.long-scroll .about .section.featured-content .box .learnmore a.cta-button {
	display: block;
}


/* WHY SOFTCHOICE */

.long-scroll .about .section .icon.hybrid {
	background-size: 70%;
}

.long-scroll .about .section.third .icon-box {
	justify-content: flex-start;
}

@media (max-width:1200px) {
	.long-scroll .about .section.with-video .col.three,
	.long-scroll .about .section.with-video .col.double {
		width: calc(50% - 2%);
	}
}
@media (max-width:1050px) {
	.long-scroll .about .section .fancy-list  {
		font-size: 1.2em;
		line-height:1.5em;
	}
}
@media (max-width:800px) {
	.long-scroll .about .section.with-video .col.three,
	.long-scroll .about .section.with-video .col.double {
		width: calc(100% - 2%);
	}
	.long-scroll .about .section.with-video .fancy-link {
		margin-left: 0;
	}
}

.long-scroll .about .section.numbers .boxes {
	padding: 0 1% 1% 1%;
}

.long-scroll .about .section.numbers .box.three {
	width: calc(33.33% - 6px);
}

.long-scroll .about .section.numbers .box.four {
	width: calc(25% - 6px);
}

.long-scroll .about .section.numbers .box {
	flex-direction: row;
	justify-content: flex-start;
	color: #fff;
	font-family: DaxWeb;
	margin: 3px;
	align-items:center;
}

.long-scroll .about .section.numbers .box.darkgreyBG {
	background-color: #333;
}

.long-scroll .about .section.numbers .box.midgreyBG {
	background-color: #666;
}

.long-scroll .about .section.numbers .box .numbers {
	padding: 20px 25px;
	font-size: 3em;
}

.long-scroll .about .section.numbers .box .words {
	padding: 25px 20px 25px 0;
	font-size: 1.25em;
}

@media (max-width:1160px) {
	.long-scroll .about .section.numbers .box .numbers {
		font-size: 2em;
	}
}

@media (max-width:1000px) {
	.long-scroll .about .section.numbers .box .numbers {
		font-size: 2em;
	}
	.long-scroll .about .section.numbers .box .words {
		font-size: 1em;
	}
}

@media (max-width:950px) {
	.long-scroll .about .section.numbers .box.four,
	.long-scroll .about .section.numbers .box.three {
		width: calc(50% - 6px);
	}
}

@media (max-width:675px) {
	.long-scroll .about .section.numbers .boxes {
		padding: 0 2%;
	}
	.long-scroll .about .section.numbers .box.three {
		width: calc(50% - 6px);
	}
}

@media (max-width:600px) {
	.long-scroll .about .section.numbers .box.three,
	.long-scroll .about .section.numbers .box.four {
		width: calc(100% - 6px);
	}
}


/* CASE STUDIES */

.long-scroll .about .section.case-studies {background:#eee;}
.long-scroll .about .section.embedded .slideshare {width: 95%;}

@media (max-width:800px) {
	.long-scroll .about .section.embedded .slideshare {
		width: auto;
	}
}

/* VALUES */
.long-scroll .about .section.values .icon-box {
	justify-content: flex-start;
}

/* DIVERSITY */

.long-scroll .about .section.diversity .col-box .col img {
	width: 456px;
	display: block;
}

.long-scroll .about .section.diversity .col-box .logo {
	width: 100%;
	height: 50px;
}

.long-scroll .about .section.diversity .col-box .logo img {
	width: 250px;
	display: block;
}

@media (max-width:500px) {
	.long-scroll .about .section.diversity .col-box .col img {
		width: 100%;
		display: block;
	}
}


/* LEADERSHIP TEAM */

.long-scroll .about .section.leadership .box {
	flex-direction: row;
}

.long-scroll .about .section.leadership .box .read-more {
	display: flex;
	margin: 0;
	padding: 0;
	color: #222;
	width: 100%;
	flex-direction: row;
}

.long-scroll .about .section.leadership .box .photo {
	width: 100px;
}

.long-scroll .about .section.leadership .box .photo img {
	display: block;
	border-right: 1px solid #efefef;
	height: auto;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.long-scroll .about .section.leadership .box .description {
	width: calc(100% - 101px);
	font-size: 1.1em;
}

.long-scroll .about .section.leadership .box .description h2 {
	margin-bottom: 15px;
	font-size: 1.3em;
}

.long-scroll .about .section.leadership .person .hidden {
	display: none;
}


/* AWARDS */

.long-scroll .about .section.awards .box {
	background-color: #f7f7f7;
	display: block;
}

.long-scroll .about .section.awards .box a {
	margin: 0;
	padding: 0;
	color: #222;
	width: 100%;
	display: block;
}

.long-scroll .about .section.awards .box .image {
	background: #fff;
	padding: 20px 0;
}

.long-scroll .about .section.awards .box .image img {
	width: 100%;
	display: block;
	border-radius: 2px;
}

.long-scroll .about .section.awards.employees .box .image {
	background: #fff;
	padding: 0;
}

.long-scroll .about .section.awards .box .hidden {
	display: none;
}

@media (max-width:1120px) {
	.long-scroll .about .section.leadership .box.three {
		width: calc(50% - 2%);
	}
}

@media (max-width:800px) {
	.long-scroll .about .section.leadership .box .description {
		font-size: 1em;
	}
}

@media (max-width:700px) {
	.long-scroll .about .section.leadership .box.three {
		width: calc(100% - 2%);
	}
}


/* WOWS */

.long-scroll .about .section.wows .col img {
	display: block;
	width: 100%;
	border-radius: 2px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
	border: 1px solid rgba(0, 0, 0, 0.25);
}

.long-scroll .about .section.wows .col img.send {
	box-shadow: none;
	border: none;
	display: inline-block;
}

@media (max-width:1000px) {
	.long-scroll .about .section.wows.what .col.three:first-child {
		width: calc(100% - 2%);
	}
}

@media (max-width: 675px) {
	.long-scroll .about .section.wows.what .col.three:first-child {
		width: calc(100% - 4%);
	}
}

.long-scroll .about .section.employees.awards .col.one.sc-form {display:flex;}
.long-scroll .about .section.employees.awards .col.one.sc-form h2 {line-height: 34px;}
.long-scroll .about .section.employees.awards .col.one.sc-form .row {width: 65px;margin-left: 15px;margin-top:0;}
.long-scroll .about .section.employees.awards .col.one.sc-form .row select {width:100%;}


/* SCCARES */

.long-scroll .about .section.board .box {
	background: #f7f7f7;
	padding: 0;
	justify-content: flex-start;
}

.long-scroll .about .section.board .box .image {
	background: #fff;
	padding: 0;
}

.long-scroll .about .section.board .box .image img {
	width: 100%;
	display: block;
	border-radius: 2px;
}


/* HELP  */

.long-scroll .about .section.help-icons .icon-box .topbar .icon {
	width: 120px;
	height: 120px;
}

.long-scroll .about .section.help-icons .icon-box .topbar .icon .fa {
	color: #fff;
	line-height: 120px;
	font-size: 60px;
	transition: transform .3s;
}

.long-scroll .about .section.help-icons .icon-box .topbar .icon .fa:hover,
.long-scroll .about .section.help-icons .icon-box .topbar .icon .fa:focus {
	transform: scale(1.1);
}
.long-scroll .section .articles ul {
	line-height: 1.3;
}

.long-scroll .section.faqs  sup {
	font-size:0.55em;
}

@media (max-width:1400px) {
	.long-scroll .section.help-icons .icon-box.six {
		width: calc(16.66% - 2%);
	}
}

@media (max-width: 1200px) {
	.long-scroll .section.help-icons .icon-box.six {
		width: calc(33.3% - 2%);
	}
}

@media (max-width:675px) {
	.long-scroll .section.help-icons .icon-box.six {
		width: calc(31.3% - 2%);
	}
	.long-scroll .about .section.help-icons .icon-box .topbar .icon .fa {
		line-height: 80px;
		font-size: 40px;
	}
	.long-scroll .about .section.help-icons h3 {
		font-size: 14px;
	}
	.long-scroll .about .section.help-icons .icon-box .topbar .icon {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 515px) {
	.long-scroll .about .section.help-icons .icon-box .topbar .icon .fa {
		line-height: 60px;
		font-size: 25px;
	}
	.long-scroll .about .section.help-icons .icon-box .topbar .icon {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 395px) {
	.long-scroll .section.help-icons .icon-box.six {
		width: calc(48% - 2%);
	}
}


/* POPUPS */

#sc-dialog.popup {
	width: 700px;
}

#sc-dialog.popup .description {
	display: block;
	color: #222;
	font-size: 0.9em;
}

#sc-dialog.popup .description h3 {
	margin-top: 0;
	font-weight: bold;
	font-family: DaxLight;
    font-size: 1.25em;
}

#sc-dialog.popup .description span.photo {
	width: 100px;
	float: left;
	display: block;
	background: #f68426;
	margin: 0 20px 10px 0;
}

#sc-dialog.popup .description span.photo img {
	width: 100px;
	display: block;
}

#sc-dialog.popup .thumbnail {
	width: 250px;
	float: left;
	display: block;
	background: #fff;
	margin: 0 20px 10px 0;
}

#sc-dialog.popup .thumbnail img {
	width: 100%;
	display: block;
	border-radius: 2px;
}

@media (max-width:1000px) {
	#sc-dialog.popup {
		width: 600px;
	}
}

@media (max-width:800px) {
	#sc-dialog.popup {
		width: 500px;
	}
}

@media (max-width:700px) {
	#sc-dialog.popup {
		width: 400px;
	}
	#sc-dialog.popup .thumbnail {
		width: 200px;
	}
}

@media (max-width:550px) {
	#sc-dialog.popup {
		width: 400px;
	}
	#sc-dialog.popup .thumbnail {
		width: 100%;
		float: none;
		display: block;
		background: #fff;
		margin: 0 0 20px 0;
	}
}

@media (max-width:420px) {
	#sc-dialog.popup {
		width: 300px;
	}
}