/* COLOURS */

.orange {
	color: #f68326;
}

.orangeBG {
	background-color: #f68326;
}

.orangeHighlight {
	color: #ff972e;
}

.orangeBGHighlight {
	background-color: #ff972e;
}

.orangeDark {
	color: #e87111;
}

.orangeBGDark {
	background-color: #e87111;
}

.orangeBGDarker {
	background-color: #d35f02;
}

.purple {
	color: #892289;
}

.purpleHighlight {
	color: #984998;
}

.purpleBG {
	background-color: #892289;
}

.purpleBGHighlight {
	background-color: #984998;
}

.blue {
	color: #0061AE;
}

.blueHighlight {
	color: #4882c2;
}

.blueBG {
	background-color: #0061AE;
}

.blueBGHighlight {
	background-color: #4882c2;
}

.green {
	color: #005948;
}

.greenBG {
	background-color: #005948;
}

.greenHighlight {
	color: #0e7a65;
}

.greenBGHighlight {
	background-color: #0e7a65;
}

.red {
	color: #a21e02;
}

.redBG {
	background-color: #a21e02;
}

.redHighlight {
	color: #c03111;
}

.redBGHighlight {
	background-color: #c03111;
}

.darkgreyBG {
	background-color: #444;
}

.midgreyBG {
	background-color: #666;
}

.lightgreyBG {
	background-color: #ccc;
}

/* NAVIGATION SECTION */

#sticky-nav {
	z-index: 99;
	width: 100%;
	display: block;
}

#sticky-nav.fixed {
	position: fixed;
	top: 43px;
}

#sticky-nav {
	position: relative;
}

.long-scroll .section.navigation {
	border-bottom: none;
}

.long-scroll .section.navigation .menu-container {
	width: 90%;
	max-width: 1600px;
	margin: auto;
	padding: 0 15px;
}

.long-scroll .section.navigation .menu-wrapper {
	margin: 0 1%;
	width: calc(100% - 2%);
	position: relative;
}

/* Page Menu - Trigger */

.long-scroll .section.navigation a.page-menu-trigger {
	display: none;
}

.long-scroll .section.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.long-scroll .section.navigation ul.sub-menu {
	width: 100%;
}

.long-scroll .section.navigation ul li {
	width: auto;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.long-scroll .section.navigation ul li a {
	padding: 10px 15px 4px 15px;
	outline: none;
	transition: all .3s;
	font-family: DaxWeb, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #fff;
	display: block;
	height: auto;
	line-height: normal;
	width: auto;
}

.long-scroll .section.navigation ul.nocaps li a {
	text-transform: initial;
}

.long-scroll .research .section.navigation ul li a {
	border-bottom: 6px solid #892289;
}

.long-scroll .solutions .section.navigation ul li a {
	border-bottom: 6px solid #0061AE;
}

.long-scroll .products .section.navigation ul li a {
	border-bottom: 6px solid #005948;
}

.long-scroll .about .section.navigation ul li a {
	border-bottom: 6px solid #e87111;
}

.long-scroll .research .section.navigation ul li a:hover,
.long-scroll .research .section.navigation ul li a:focus,
.long-scroll .research .section.navigation ul li a.current {
	border-bottom: 6px solid rgba(255,255,255,.4);
	/* border-bottom: 6px solid #984998; */
}

.long-scroll .solutions .section.navigation ul li a:hover,
.long-scroll .solutions .section.navigation ul li a:focus,
.long-scroll .solutions .section.navigation ul li a.current {
	border-bottom: 6px solid rgba(255,255,255,.4);
	/* border-bottom: 6px solid #4882c2; */
}

.long-scroll .products .section.navigation ul li a:hover,
.long-scroll .products .section.navigation ul li a:focus,
.long-scroll .products .section.navigation ul li a.current {
	border-bottom: 6px solid rgba(255,255,255,.4);
	/* border-bottom: 6px solid #0e7a65; */
}

.long-scroll .about .section.navigation ul li a:hover,
.long-scroll .about .section.navigation ul li a:focus,
.long-scroll .about .section.navigation ul li a.current {
	border-bottom: 6px solid rgba(255,255,255,.4);
	/* border-bottom: 6px solid #ff972e; */
}

@media (max-width:1660px) {
	.long-scroll .section.navigation ul li a {
		padding: 10px 15px 4px 15px;
	}
}

@media (max-width:1500px) {
	.long-scroll .section.navigation ul li a {
		padding: 10px 10px 4px 10px;
	}
}

@media (max-width:1470px) {
	.long-scroll .section.navigation ul li a {
		font-size: 0.85em;
	}
}

@media (max-width:1000px) {
	.long-scroll .section.navigation ul li a {
		font-size: 0.8em;
	}
}

@media (max-width:900px) {
	.long-scroll .section.navigation {
		text-align: left;
	}
	.long-scroll .section.navigation .menu-container {
		width: 90%;
		margin: auto;
		padding: 0 15px;
	}
	.long-scroll .section.navigation a.page-menu-trigger {
		display: block;
		outline: none;
		transition: all .3s;
		font-family: DaxWeb, Arial, sans-serif;
		text-transform: uppercase;
		font-size: 1.3em;
		color: #fff;
		padding: 8px 10px 4px 10px;
		margin-left: -10px;
	}
	.long-scroll .section.navigation ul.sub-menu {
		top: 37px;
		padding: 10px 20px;
		display: none;
		position: absolute;
		width: auto;
		left: -22px;
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
	}
	.long-scroll .section.navigation ul.sub-menu li {
		width: 100%;
		display: block;
	}
	.long-scroll .section.navigation ul.sub-menu li a {
		padding: 15px 10px 5px 0;
		margin: auto;
		display: inline-block;
		font-size: 0.9em;
	}
	.long-scroll .section.navigation ul.request li a {
		font-size: 0.9em;
	}
}

@media (max-width:799px) {
	#sticky-nav.fixed {
		top: 41px;
	}
}

/* FEATURE BANNER SECTION */

.long-scroll .section.feature {
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	color: #fff;
	background-repeat: no-repeat;
}

.long-scroll .research .section.feature {
	background-image: url(//m.softchoice.com/web/newsite/images/research.jpg);
	background-color: #892289;
}

.long-scroll .solutions .section.feature {
	background-image: url(//m.softchoice.com/web/newsite/images/solutions2.jpg);
	background-color: #0061AE;
}

.long-scroll .products .section.feature {
	background-image: url(//m.softchoice.com/web/newsite/images/products.jpg);
	background-color: #005948;
}

.long-scroll .about .section.feature {
	background-image: url(//m.softchoice.com/web/newsite/images/about-white.jpg);
	background-color: #e3e3e3;
}

.long-scroll .manage .section.feature,
.long-scroll .new-portal .section.feature {
	background-image: url(//m.softchoice.com/web/newsite/images/manage-orange.jpg);
	background-color: #f68326;
}

.long-scroll .section.feature .content-wrapper {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	margin: 0 1%;
	position: relative;
}

.long-scroll .section.feature .content-wrapper .content-box {
	width: 100%;
	position: relative;
	font-size: 1em;
	z-index: 2;
}

.long-scroll .section.feature .breadcrumb {
	padding: 6px 10px !important;
	width: auto;
	display: inline-block;
	border-radius: 2px;
	line-height: 0.6em;
	font-size: 0.6em;
	text-transform: uppercase;
	line-height: 15px;
	margin-bottom: 20px;
}

.long-scroll .section.feature .breadcrumb a {
	color: #fff;
	white-space: nowrap;
}

.long-scroll .section.feature .breadcrumb a.on {
	text-decoration: underline;
}

.long-scroll .section.feature .breadcrumb .fa-chevron-right {
	font-size: 8px;
	margin: 0 5px;
	color: #fff;
}

.long-scroll .section.feature h1 {
	margin-bottom: 0px;
	margin-top: 0px;
}

.long-scroll .section.feature h1.bottom-zero {
	margin-bottom: 0;
}

.long-scroll .section.feature .text {
	line-height: 28px;
	font-size: 1.15em;
	font-family: DaxWeb, Roboto, sans-serif;
}

.long-scroll .section.feature .text a.cta-button {
	font-size: 0.65em;
}

.long-scroll .section.feature .text a.contactuslink {
	color: #fff;
	font-family: Roboto;
	text-transform: uppercase;
	font-size: 0.7em;
}

.long-scroll .about .section.feature .text a.contactuslink {
	color: #f68326;
}

.long-scroll .about .section.feature .text a.contactuslink:hover,
.long-scroll .about .section.feature .text a.contactuslink:focus {
	color: #222;
}

.long-scroll .section.feature .text a.contactuslink:hover,
.long-scroll .section.feature .text a.contactuslink:focus {
	color: #f68326;
}

@media (max-width:1050px) {
	.long-scroll .section.feature h1 {
		font-size: 1.75em;
	}
}

@media (max-width:950px) {
	.long-scroll .section.feature h1 {
		font-size: 1.5em;
	}
	.long-scroll .section.feature .text {
		font-size: 1em;
	}
	.long-scroll .section.feature .text a.cta-button {
		padding: 7px 15px;
	}
}

/* COMMON LAYOUT ELEMENTS */

h1 {
	font-family: DaxWeb;
}

h2 {
	font-family: DaxLight;
}

.long-scroll .section h2.first-headline {
	font-family: DaxLight;
	font-weight: normal;
	margin-top: 0;
	line-height: 1.5em;
}

.long-scroll .section .one h2.first-headline {
	margin-bottom: 0;
	padding-bottom: 0;
}

.long-scroll .section .content-wrapper {
	padding: 30px 15px;
}

.long-scroll .section.no-border {
	border-bottom: none !important;
}

.long-scroll .section .content-box {
	height: auto;
	border: none;
	padding: 0;
	margin-top: 0;
	font-size: 0.9em;
}

@media (max-width:1050px) {
	.long-scroll .section h2.first-headline {
		font-size: 1.25em;
	}
}

@media (max-width:600px) {
	.long-scroll .section .content-box {
		font-size: 0.8em;
	}
}

@media (max-width:400px) {
	.long-scroll .section .content-box {
		font-size: 0.7em;
	}
}

/* Videos */

iframe {
	max-width: 100%;
}

.long-scroll .section .video {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 padding-top: 25px;*/
	height: 0;
}

.long-scroll .section .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.long-scroll .section .slideshare {
	position: relative;
	padding-bottom: 75%;
	/* 16:9 padding-top: 25px;*/
	height: 0;
}

.long-scroll .section .slideshare iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* CTA Button */

/* *********************** */

/* MOVED TO SC.CORE.SCSS */

/* *********************** */

/* Misc */

.long-scroll .section h3 {
	font-weight: bold;
	margin: 0;
	font-family: Roboto;
}

.long-scroll .section .fa-chevron-right {
	font-size: 10px;
	margin-right: 10px;
}

.long-scroll .section .circle {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
	font-weight: bold;
}

.long-scroll .section .caption {
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}

.long-scroll .section .top-zero {
	margin-top: 0;
	padding-top: 0;
}

.long-scroll .section .bottom-zero {
	margin-bottom: 0;
	padding-bottom: 0;
}

.long-scroll .section .share {
	text-align: right;
}

.long-scroll .section .share-icon .fa {
	font-size: 28px;
}

@media (max-width:800px) {
	.long-scroll .section .share {
		text-align: right;
		padding: 10px 0;
	}
}

.long-scroll .research .section .col ul,
.long-scroll .solutions .section .col ul,
.long-scroll .products .section .col ul {
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 1.7em;
}

/*COLUMNS AND BOXES */

.one {
	width: calc(100% - 2%);
}

.two {
	width: calc(50% - 2%);
}

.three {
	width: calc(33.33% - 2%);
}

.four {
	width: calc(25% - 2%);
}

.five {
	width: calc(20% - 2%);
}

.six {
	width: calc(16.66% - 2%);
}

.seven {
	width: calc(14.28% - 2%);
}

.eight {
	width: calc(12.5% - 2%);
}

.double {
	width: calc(66.6% - 2%);
}

/* COLUMNS */

.long-scroll .section .col-box {
	height: auto;
	border: none;
	padding: 0;
	margin-top: 0;
	font-size: 0.9em;
	display: flex;
	flex-direction: row;
	width: 100%;
	position: relative;
	flex-wrap: wrap;
}

.long-scroll .section .col-box .col {
	padding: 20px 0;
	height: auto;
	border: none;
	box-sizing: border-box;
	margin: 0 1%;
}

@media (max-width:1000px) {
	.long-scroll .section .col-box .col.double,
	.long-scroll .section .col-box .col.three {
		width: calc(50% - 2%);
	}
}

@media (max-width:800px) {
	.long-scroll .section .col-box .col.double,
	.long-scroll .section .col-box .col.two,
	.long-scroll .section .col-box .col.three {
		width: calc(100% - 2%);
	}
}

@media (max-width:675px) {
	.long-scroll .section .col-box .col {
		margin: 0 2%;
	}
	.long-scroll .section .col-box .col.double,
	.long-scroll .section .col-box .col.one,
	.long-scroll .section .col-box .col.two,
	.long-scroll .section .col-box .col.three {
		width: calc(100% - 4%);
	}
	.long-scroll .section .col-box .col.four {
		width: calc(50% - 4%);
	} 
}

@media (max-width:450px) {
	.long-scroll .section .col-box .col.four {
		width: calc(100% - 4%);
	}
}
.long-scroll .section .content-box .mid-col {
	width: calc(100% - 2%);
	background-image: none;
	padding: 1.5% 0;
	height: auto;
	border: none;
	box-sizing: border-box;
	margin: 0 1%;
}

.long-scroll .section .content-box .left-col {
	width: calc(50% - 2%);
	background-image: none;
	padding: 2.5% 2.5% 0 0;
	height: auto;
	border: none;
	float: left;
	box-sizing: border-box;
	margin: 0 1%;
}

.long-scroll .section .content-box .right-col {
	width: calc(50% - 2%);
	background-image: none;
	padding: 2.5% 0 0 2.5%;
	height: auto;
	border: none;
	float: right;
	box-sizing: border-box;
	margin: 0 1%;
}

.long-scroll .section .content-box .twothirds-col {
	width: calc(66.6% - 2%);
	background-image: none;
	padding: 2.5% 2.5% 0 0;
	height: auto;
	border: none;
	float: left;
	box-sizing: border-box;
	margin: 0 1%;
}

.long-scroll .section .content-box .third-col {
	width: calc(33.3% - 2%);
	background-image: none;
	padding: 2.5% 0 0 2.5%;
	height: auto;
	border: none;
	float: left;
	box-sizing: border-box;
	margin: 0 1%;
}

@media (max-width:1200px) {
	.long-scroll .section .content-box .twothirds-col {
		width: calc(50% - 2%);
	}
	.long-scroll .section .content-box .third-col {
		width: calc(50% - 2%);
	}
}

@media (max-width:800px) {
	.long-scroll .section .content-box .left-col,
	.long-scroll .section .content-box .right-col,
	.long-scroll .section .content-box .twothirds-col,
	.long-scroll .section .content-box .third-col {
		width: 100%;
		float: none;
		height: auto;
		padding: 2.5% 0;
	}
}

/* BOXES */

.long-scroll .section .boxes {
	display: flex;
	flex-direction: row;
	width: 100%;
	position: relative;
	z-index: 2;
	font-size: 0.9em;
	flex-wrap: wrap;
}

.long-scroll .section .box {
	margin: 1vw 1%;
	border-radius: 2px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
	box-sizing: border-box;
	background: #f7f7f7;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.long-scroll .section .box.no-button {
	background: #f7f7f7;
	justify-content: flex-start;
}

.long-scroll .section .white-box {
	margin: 1vw 1%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px;
}

.long-scroll .section .box.hoverable {
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.long-scroll .section .box.hoverable:hover,
.long-scroll .section .box.hoverable:focus {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.3);
}

.long-scroll .section .box .topbar {
	display: block;
	padding: 20px;
	text-align: center;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	font-size: 1.1em;
	color: #fff;
}

.long-scroll .section .box .description {
	display: block;
	padding: 20px;
	background: #f7f7f7;
}

.long-scroll .section .box .description.big {
	padding: 40px;
	font-size: 1.1em;
	line-height: 1.7em;
}

.long-scroll .section .box .description p {
	margin-bottom: 0;
}

.long-scroll .section .box .logo {
	border-radius: 2px;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 80px;
}

.long-scroll .section .box .logo img {
	width: 100%;
	height: auto;
	text-align: center;
	display: block;
}

.long-scroll .section .box .learnmore {
	padding: 20px;
	background: #eee;
}

.long-scroll .section .box .placeholder {
	background: #eee;
	padding: 40px;
	display: block;
	line-height: 40px;
}

.long-scroll .section .box.one {
	flex-direction: row;
}

.long-scroll .section .box.one .description {
	width: 50%;
}

.long-scroll .section .box.eight .learnmore .cta-button {
	font-size: 0.75em;
	padding: 3px 10px;
}

.long-scroll .section .box.top {
	background: #f7f7f7;
}

.long-scroll .section .box.top .description {
	padding: 40px;
}

.long-scroll .section .box.top .learnmore {
	padding: 0 40px 40px 40px;
	background: #f7f7f7;
}

.long-scroll .section .box.top .resources {
	padding: 40px calc(40px - 1%) calc(40px - 1%) calc(40px - 1%);
	background: #fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.long-scroll .section .box.top .resources h3 {
	padding-left: 1%;
}

@media (max-width:1400px) {
	.long-scroll .section .box.six {
		width: calc(20% - 2%);
	}
	.long-scroll .section .box.eight {
		width: calc(14.28% - 2%);
	}
}

@media (max-width:1200px) {
	.long-scroll .section .box.six {
		width: calc(25% - 2%);
	}
	.long-scroll .section .box.eight {
		width: calc(16.66% - 2%);
	}
}

@media (max-width:1120px) {
	.long-scroll .section .box.four {
		width: calc(50% - 2%);
	}
	.long-scroll .section .box.five,
	.long-scroll .section .box.six {
		width: calc(33.33% - 2%);
	}
	.long-scroll .section .box.eight {
		width: calc(20% - 2%);
	}
}

@media (max-width:850px) {
	.long-scroll .section .box.eight {
		width: calc(25% - 2%);
	}
}

@media (max-width:768px) {
	.long-scroll .section .box.one {
		flex-direction: column;
	}
	.long-scroll .section .box.one .description {
		width: 100%;
	}
	.long-scroll .section .box.two {
		width: calc(100% - 2%);
	}
	.long-scroll .section .box.eight {
		width: calc(25% - 2%);
	}
}

@media (max-width:675px) {
	.long-scroll .section .box {
		margin: 1.5vw 2%;
	}
	.long-scroll .section .box.three,
	.long-scroll .section .box.four,
	.long-scroll .section .box.five,
	.long-scroll .section .box.six {
		width: calc(50% - 4%);
	}
	.long-scroll .section .box.eight {
		width: calc(33.33% - 4%);
	}
}

@media (max-width:550px) {
	.long-scroll .section .box.eight {
		width: calc(50% - 4%);
	}
}

@media (max-width:450px) {
	.long-scroll .section .box.three,
	.long-scroll .section .box.four,
	.long-scroll .section .box.five,
	.long-scroll .section .box.six {
		width: calc(100% - 4%);
	}
}

@media (max-width:350px) {
	.long-scroll .section .box.eight {
		width: calc(100% - 4%);
	}
}

/* Quote Boxes */

.long-scroll .section .box.quote {
	font-size: 1.2em;
	line-height: 2em;
}

.long-scroll .section .box.quote blockquote {
	display: block;
	margin: 0;
	padding: 20px 40px;
	position: relative;
}

.long-scroll .section .box.quote blockquote p {
	text-indent: 40px;
	margin: 0;
}

.long-scroll .section .box.quote blockquote p span {
	padding-right: 40px;
	position: relative;
}

.long-scroll .section .box.quote blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 1.25em;
	position: absolute;
	top: 20px;
	left: 40px;
}

.long-scroll .section .box.quote blockquote p span:after {
	content: "\f10e";
	font-family: FontAwesome;
	font-size: 1.25em;
	position: absolute;
	bottom: -5px;
	right: 0px;
}

.long-scroll .research .section .box.quote blockquote:before {
	color: #984998;
}

.long-scroll .research .section .box.quote blockquote p span:after {
	color: #984998;
}

.long-scroll .solutions .section .box.quote blockquote:before {
	color: #4882c2;
}

.long-scroll .solutions .section .box.quote blockquote p span:after {
	color: #4882c2;
}

.long-scroll .products .section .box.quote blockquote:before {
	color: #0e7a65;
}

.long-scroll .products .section .box.quote blockquote p span:after {
	color: #0e7a65;
}

.long-scroll .about .section .box.quote blockquote:before {
	color: #f68326;
}

.long-scroll .about .section .box.quote blockquote p span:after {
	color: #f68326;
}

.long-scroll .section .box.quote .source {
	padding: 0 20px 20px 20px;
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
	line-height: 1.5em;
}

.long-scroll .section .box.quote .source a {
	color: #222;
}

.long-scroll .section .box.quote .source a:hover,
.long-scroll .section .box.quote .source a:focus {
	color: #f68326;
}

.long-scroll .section .box.quote .description {
	display: block;
	padding: 20px 40px;
	position: relative;
}

.long-scroll .section .box.quote .learnmore {
	font-size: 0.8em;
}

.long-scroll .section .box.quote.one .half-wrapper {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.long-scroll .section .box.quote.one .half-wrapper,
.long-scroll .section .box.quote.one .description {
	width: 50%;
}

@media (max-width:1000px) {
	.long-scroll .section .box.quote.one .half-wrapper,
	.long-scroll .section .box.quote.one .description {
		width: 100%;
	}
}

/* Icon Boxes */

.long-scroll .section .icon-box {
	margin: 1vw 1%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.long-scroll .section .icon-box.no-button {
	justify-content: flex-start;
}

.long-scroll .section .icon-box .topbar {
	display: block;
	padding: 0 20px;
}

.long-scroll .section .icon-box .topbar .icon {
	margin: auto;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
	width: 150px;
	height: 150px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}

.long-scroll .section .icon-box .topbar .icon .fa {
	color: #fff;
	line-height: 150px;
	font-size: 70px;
}

.long-scroll .section .icon-box .description {
	display: block;
	padding: 20px;
}

.long-scroll .section .icon-box .learnmore {
	padding: 0 20px 20px 20px;
}

@media (max-width:1400px) {
	.long-scroll .section .icon-box.six {
		width: calc(20% - 2%);
	}
	.long-scroll .section .icon-box.eight {
		width: calc(14.2% - 2%);
	}
}

@media (max-width:1200px) {
	.long-scroll .section .icon-box.six {
		width: calc(25% - 2%);
	}
	.long-scroll .section .icon-box.eight {
		width: calc(16.6% - 2%);
	}
}

@media (max-width:1120px) {
	.long-scroll .section .icon-box.four {
		width: calc(50% - 2%);
	}
	.long-scroll .section .icon-box.five,
	.long-scroll .section .icon-box.six,
	.long-scroll .section .icon-box.eight {
		width: calc(33.3% - 2%);
	}
}

@media (max-width:768px) {
	.long-scroll .section .icon-box.one {
		flex-direction: column;
	}
	.long-scroll .section .icon-box.one .description {
		width: 100%;
	}
	.long-scroll .section .icon-box {
		width: calc(100% - 2%);
	}
}

@media (max-width:675px) {
	.long-scroll .section .icon-box {
		margin: 2%;
	}
	.long-scroll .section .icon-box.three,
	.long-scroll .section .icon-box.four,
	.long-scroll .section .icon-box.five,
	.long-scroll .section .icon-box.six,
	.long-scroll .section .icon-box.eight {
		width: calc(50% - 4%);
	}
}

@media (max-width:450px) {
	.long-scroll .section .icon-box.three,
	.long-scroll .section .icon-box.four,
	.long-scroll .section .icon-box.five,
	.long-scroll .section .icon-box.six,
	.long-scroll .section .icon-box.eight {
		width: calc(100% - 4%);
	}
}

/*Table*/

.long-scroll .section table {
	border-collapse: collapse;
	border: 1px solid #efefef;
	width: 100%;
	margin-top: 50px;
}

.long-scroll .section table th {
	color: #fff;
	padding: 10px;
}

.long-scroll .section table th a {
	color: #fff;
}

.long-scroll .section table tr {
	vertical-align: top;
}

.long-scroll .section table tr td {
	padding: 10px;
}

.long-scroll .section table tr .col {
	width: 100px;
}

.long-scroll .section table tr td .fa-check {
	font-size: 16px;
}

.long-scroll .section table tr:nth-child(even) td {
	background: #f7f7f7;
}

.long-scroll .section table tr td .cta-button {
	font-size: 11px;
	line-height: 18px;
	padding: 7px 15px;
}

@media (max-width:600px) {
	.long-scroll .section table {
		font-size: 0.9em;
	}
	.long-scroll .section table tr td .cta-button {
		font-size: 10px;
		line-height: 16px;
		padding: 7px 10px;
	}
}

@media (max-width:400px) {
	.long-scroll .section table {
		font-size: 0.8em;
	}
}

/* PROMOTIONS */

.long-scroll .section.promo .col-box .col img {
	width: 100%;
	display: block;
	border-radius: 2px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}

.long-scroll .section.promo .col-box .col img.hoverable {
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.long-scroll .section.promo .col-box .col img.hoverable:hover {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.3);
}

.long-scroll .section.promo table {
	margin-top: 0;
}

/* FLIPPING BOXES */

.boxes.flip-box {
	justify-content: space-between;
	margin-top: 30px;
	cursor: pointer;
}

.boxes.flip-box .icon-box {
	transition: all .3s;
}

.long-scroll .section .boxes.flip-box .flip-wrap .icon-box {
	margin: 10px auto;
}

.boxes.flip-box .icon-box {
	perspective: 1000px;
	margin: 0;
}

.boxes.flip-box .icon-box,
.boxes.flip-box .topbar,
.boxes.flip-box .description {
	width: 320px;
	height: 350px;
}

.boxes.flip-box .flip {
	transition: 0.5s;
	transform-style: preserve-3d;
	position: relative;
}

.boxes.flip-box .topbar,
.boxes.flip-box .description {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.long-scroll .section .boxes.flip-box .topbar {
	padding: 20px 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

.boxes.flip-box .topbar h3 {
	margin: 0;
}

.long-scroll .section .boxes.flip-box .description p {
	text-align: left;
	margin: 0;
}

.boxes.flip-box .topbar p i {
	position: absolute;
	color: #F68426;
	vertical-align: middle;
	font-size: 16px;
	margin-left: 5px;
	bottom: 0;
}

.long-scroll .section .boxes.flip-box .description {
	line-height: 19px;
	transform: rotateY(180deg);
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
}

.boxes.flip-box .icon-box.hover .flip,
.boxes.flip-box .icon-box .flip.flipped {
	transform: rotateY(180deg);
}

.flip-wrap .icon {
	transition: transform .3s;
}

.flip-wrap:hover .icon,
.flip-wrap:focus .icon {
	transform: scale(1.1);
}

.long-scroll .section .boxes.flip-box .description {
	border: solid 2px;
	border-radius: 3px;
}

.long-scroll .about .section .boxes.flip-box .description {
	border-color: #F68426;
}

.long-scroll .solutions .section .boxes.flip-box .description {
	border-color: #0061AE;
}

.long-scroll .section .boxes.flip-box .topbar .icon {
	margin: 0 auto 20px;
}

.long-scroll .section .boxes.flip-box .topbar .material-icons {
	font-size: 110px;
	color: white;
	line-height: 150px;
}

.long-scroll .section .boxes.flip-box .topbar p {
	font-weight: bold;
	position: relative;
	margin: 10px 0 0;
}

/* SAFARI FIXES */

.long-scroll .section .boxes.flip-box .topbar,
.long-scroll .section .boxes.flip-box .description {
	transition: opacity .3s;
}

.long-scroll .section .boxes.flip-box .description,
.long-scroll .section .boxes.flip-box .flipped .topbar {
	opacity: 0;
}

.long-scroll .section .boxes.flip-box .flipped .description,
.long-scroll .section .boxes.flip-box .topbar {
	opacity: 1;
}

@media (max-width: 1473px) {
	.long-scroll .section .boxes.flip-box {
		justify-content: space-around;
	}
	.long-scroll .section .boxes.flip-box .flip-wrap {
		width: 50%;
	}
}

@media (max-width: 759px) {
	.long-scroll .section .boxes.flip-box .flip-wrap,
	.boxes.flip-box .icon-box,
	.boxes.flip-box .topbar,
	.boxes.flip-box .description {
		width: 100% !important;
	}
	.boxes.flip-box .icon-box,
	.boxes.flip-box .topbar,
	.boxes.flip-box .description {
		height: 280px;
	}
}

@media (max-width: 480px) {
	.boxes.flip-box .icon-box,
	.boxes.flip-box .topbar,
	.boxes.flip-box .description {
		height: 360px;
	}
}

@media (max-width: 374px) {
	.boxes.flip-box .icon-box,
	.boxes.flip-box .topbar,
	.boxes.flip-box .description {
		height: 420px;
	}
}

@media (max-width: 336px) {
	.long-scroll .solutions .boxes.flip-box .description h3 {
		margin-bottom: 10px;
	}
	.long-scroll .section .icon-box .description {
		padding: 15px;
	}
}