/*** MAIN STYLES ***/

body {
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
a {
	color: #340c36;
	border-bottom: 1px solid rgba(52,73,94,0.4);
	font-weight: 700;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}
a:hover,
a:focus {
	border-color: rgba(52,73,94,0);
	background-color: rgba(52,73,94,0.1);
	color: #340c36;
}
a:visited, a:active {
	color: #340c36;
}

.purple a, .purple a:visited, .purple a:active {
	color: #fff;
	border-bottom: 1px solid #fff;
}

hr {
	max-width: 62.5rem;
	margin: 0 auto;
}
.blogInfo a {
	font-weight: 300;
	border: 1px solid transparent;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.blogInfo a:hover, .blogInfo a:focus {
	font-weight: 300;
	color: white !important;
	background-color: transparent;
	border-bottom: 1px solid white;
}
h2 {
	text-transform: uppercase;
	border-top: 1px solid #88d1ca;
	border-bottom: 1px solid #88d1ca;
	color: #340c36;
	text-align: center;
	margin-bottom: 40px;
}
.orbit-container h2 {
	text-transform: none;
	border: none;
	margin-bottom: 5px;
}
h3 {
	color: white;
	font-size: 2.0rem;
}
h3.tech-icon {
	text-align: center;
	font-size: 4rem;
	line-height: 113px;
}
h5 {
	color: #f26522;
	text-transform: uppercase;
	font-size: 16px;
}
.intro {
	font-size: 1.1rem;
	line-height: 1.7rem;
}
.blog-container h3, 
.whitebg h3, 
.blog-container .blogInfo li, 
.whitebg .blogInfo li, 
.blog-container .blogInfo li a, 
.whitebg .blogInfo li a {
	color: #340c36;
}
h3.newsSection {
	color: white;
	background-color: #340c3d;
	padding: 0 10px;
}
.orange h2 {
	color: white;
	border-color: white;
}
.orange h4, .purple h4 {
	color: white;
}

.purple a, .purple a:visited {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.inline {
	display: inline;
	margin-left: 15px;
}
.row, .row .row {
	margin-bottom: 15px;
}
ul li, p {
	font-weight: 300;
}
button, .button {
	background-color: #340c36;
	border-color: #1c061d;
	font-weight: 300;
	font-style: italic;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	float: right;
	padding-top: .6rem;
	padding-right: 2rem;
	padding-bottom: .7rem;
	padding-left: 2rem;
}
	.purple button, .purple .button {
		background-color: #f26522;
	}
	.purple button.orange:hover, .purple .button.orange:hover {
		background-color: #d54d0d;
	}
a.button, a.button:visited, a.button:hover, a.button:active {
	color: white;
}
button:hover, .button:hover {
	background-color: #1c061d;
}
button.orange, .button.orange {
	background-color: #f26522;
	border-bottom: none !important;
}
button.orange:hover, .button.orange:hover {
	background-color: #d54d0d;
}
.orange .label, .whitebg .label {
	background-color: #340c36;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
.purple .label {
	background-color: #f26522;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
.rtalign {
	text-align: right;
}
.border-radius {
	border-radius: 100px;
	border: 1px solid #340c36;
}
.imgContainer img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 150px;
}
.imgContainer h4 {
	text-align: center;
}
.clearing-thumbs li, [data-clearing] li {
	margin-bottom: 10px;
}
.accordion dd > a {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	color: #340c36;
	position: relative;
}
/*.accordion dd > a::before {
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(52, 12, 54, 0);
	border-left-color: #340c36;
	border-width: 6px;
	margin-top: -6px;
	margin-left: 11px;
}*/

.accordion dd > a::after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	right: 0;
	border-color: rgba(52, 12, 54, 0);
	border-left-color: #340c36;
	border-width: 6px;
	margin-top: -3px;
	margin-right: 10px;
}

.accordion dd.active > a::after {
	border: solid transparent;
	border-color: rgba(52, 12, 54, 0);
	border-top-color: #340c36;
	border-width: 6px;
	margin-right: 14px;
}

/*.accordion dd > a.active::after {
	border-top-color: #340c36;
	border-left-color: transparent;
	margin-top: -2px;
}*/
.accordion .content.active {
	background: #fafafa;
}
.f-dropdown.content, .f-dropdown {
	max-width: none;
}
/**** NAVIGATION ****/
.nav, [data-magellan-expedition] {
	background-color: white;
	height: 95px;
	position: relative;
	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	z-index: 10;
}
.main-nav {
	background-color: white;
	height: 95px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	z-index: 100;
}
.logo {
	margin-top: 10px;
}
.top-bar a, .tab-bar a {
	border-bottom: none;
}
.top-bar a:hover, .tab-bar a:hover {
	background-color: transparent;
}
.top-bar, .top-bar-section ul li > a {
	background-color: transparent !important;
}
.top-bar-section ul > li > a {
	line-height: 95px !important;
	min-width: 95px;
}
/*.top-bar-section ul li ul li:first-child > a {
	-webkit-box-shadow: inset 0px 6px 5px -1px rgba(0, 0, 0, 0.7);
	   -moz-box-shadow: inset 0px 6px 5px -1px rgba(0, 0, 0, 0.7);
	        box-shadow: inset 0px 6px 5px -1px rgba(0, 0, 0, 0.7);
}*/
.top-bar-section ul li ul li > a {
	line-height: 45px !important;
	background-color: #340c36 !important;
}
.top-bar-section ul li ul li > a:hover {
	background-color: #48114b !important;
}
.top-bar-section ul li > a {
	transition: all 0.3s ease;
}
.top-bar-section ul li:hover > a {
	background: #340c36 !important;
}
.top-bar-section .has-dropdown > a:after {
	border-color: rgba(242, 101, 34, 1) transparent transparent transparent;
	top: 47.5px;
}
.top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click> .dropdown {
	transition: all 0.5s ease;
	height: 0px !important;
}
.top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
	width: 200px;
	height: 100px !important;
	clip: rect(0px, 341px, 371px, 0px);
}
.top-bar-section ul li > a {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
.top-bar-section ul li > a {
	color: #340c36;
	text-align: left;
	padding-left: 20px !important;
}
.sub-nav {
	margin-top: 1.65rem;
	padding: 0.1875rem .6rem;
}
 .sub-nav li {
	font-family: "Lato", Helvetica, Arial, sans-serif;
 }
.row.full {
	width: 100%;
}

.tab-bar {
	height: 100%;
	background-color: white;
	color: #340c36;
}
.right-small {
	height: 100%;
	border-color: #340c36;
}
.tab-bar .menu-icon {
	color: #340c36;
	margin: 15px 0;
}
.tab-bar .menu-icon span {
	-webkit-box-shadow: 1px 0px 1px 1px #340c36, 1px 7px 1px 1px #340c36, 1px 14px 1px 1px #340c36;
	box-shadow: 0 0px 0 1px #340c36, 0 7px 0 1px #340c36, 0 14px 0 1px #340c36;
}
.right-off-canvas-menu {
	overflow-y: visible;
	background: white; 
}
.off-canvas-list li {
	display: inline-block;
	width: 93%;
	margin-right: 1rem;
}
ul.off-canvas-list li a {
	color: #340c36;
	border-color: #340c36;
}
.sub-nav .off-canvas-list dd {
	display: inline-block;
	width: 93%;
}
ul.off-canvas-list li a:hover {
	background-color: white;
}
.move-left .exit-off-canvas {
	box-shadow: -4px 0 14px rgba(0, 0, 0, 0.1), 4px 0 14px rgba(0, 0, 0, 0.1);
}
.fixed-nav {
	position: fixed;
	z-index: 99;
}
.fixed-nav li {
	float: left;
	margin: 0 10px;
}
.fixed-nav ul {
	display: inline-block;
}

/***** SIDE NAV ****/
.tabs.vertical {
	width: 100%;
}
.side-nav {
	background: #eaeaea;
	padding: 0;
	margin-bottom: 1rem;
}
.side-nav li, 
.side-nav dd {
	margin: 0;
}
.side-nav li:last-child,
.side-nav dd:last-child {
	margin-bottom: 0;
}
.side-nav li a:not(.button),
.side-nav dd a:not(.button) {
	color: #340c36;
	padding: .6rem .7rem .6rem .8rem;
	border-bottom: 0;
	font-size: 0.8rem;
}
.side-nav li:last-child a:not(.button),
.side-nav dd:last-child a:not(.button) {
	border-bottom: none;
}
.side-nav li a:not(.button):hover,
.side-nav dd a:not(.button):hover {
	color: #340c36;
}
.side-nav li.active > a:first-child:not(.button),
.side-nav dd.active > a:first-child:not(.button) {
	color: #340c36;
	font-weight: bold;
	background: rgba(0,0,0,0.1);
}

/*** SLIDER ***/
.orbit-container {
	max-height: 455px;
	border-bottom: 3px solid #88d1ca;
}

.orbit-container .orbit-slides-container > * {
	background-color: #eaeaea;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
    /*background: url("image/slide_desc.png") repeat scroll 0 0 transparent;*/
    background: #340c36;
	right: 0;
	top: 50px;
	width: 50%;
	display: inline-block;
	bottom: inherit;
}
.orbit-container .orbit-slides-container img {
	margin: 0 auto;
}
.orbit-container .orbit-slides-container > * .orbit-caption > h2 {
    margin: 10px 40px 0 0;
	color: #88d1ca;
	font-size: 2.8rem;
	text-align: right;
	text-transform: uppercase;
}
.orbit-container .orbit-slides-container > * .orbit-caption > h2 .em {
	font-style: italic;
	font-weight: 700;
}

.orbit-container .orbit-slides-container > * .orbit-caption > p {
    text-align: right;
	color: #fff;
	float: right;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 13px 40px 0px 40px;
}
.orbit-container .orbit-slides-container > * .orbit-caption > p a.more {
    color:#fff;
	font-size:20px;
	text-decoration:none;
	display: none;
}
.orbit-container .orbit-slides-container > * .orbit-caption > p a.more:hover {
text-decoration:underline;
}
.orbit-container .orbit-timer > span {
	border-color: #340c36;
}
.orbit-container .orbit-timer.paused > span {
	border-color: transparent transparent transparent #340c36;
}
.orbit-container .orbit-timer .orbit-progress {
	background-color: rgba(255,255,255,0.5);
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	color: #88d1ca;
	z-index: 9;
	border-bottom: none;
}
.orbit-container .orbit-timer {
	z-index: 9;
}
.orbit-container .orbit-next > span{
	border-left-color: #88d1ca;
}
 .orbit-container .orbit-prev > span {
	border-right-color: #88d1ca;
}
.orbit-bullets-container{
	margin-top: -24px;
}
.orbit-bullets {
	float: right;
	top: -5px;
	margin:0 25px 0;
}
.orbit-bullets li {
	background-color: #340c36;
	border: 1px solid #eaeaea;
	width: 1rem;
	height: 1rem;
}
.orbit-bullets li.active {
	background-color: #88d1ca;
}

/*** WHAT WE DO ***/
section::before,
section::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.triangles {
	position: relative;
	padding: 5em 0%;
    min-height: 400px;
}
.triangles::after {
	left: 50%;
	width: 60px;
	height: 60px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
.triangles::after {
	bottom: -20px;
	z-index: 10;
	background: inherit;
}
.orange {
	background: #f26522;
	color: #fff;
}
.container.orange {
	padding: 4em 0;
}
.purple {
	background: #340c36;
	color: #fff;
	padding: 4em 0;
}
.white {
	background: #fff;
}/*
.white.triangles::after {
	display: none;
}*/
.bottom.triangles::after {
	display: none;
}
.circle-container {
	position: relative;
}
.circles {
	border: 3px solid #88d1ca;
	border-radius: 140px;
	position: absolute;
	background-color: #340c36;
}
.desktop {
	height: 235px;
	width: 235px;
}
.phone {
	height: 160px;
	width: 160px;
	left: 210px;
	top: 45px;
}
.tablet {
	height: 215px;
	width: 215px;
	top: 165px;
	left: 120px;
}
.callout {
	padding:10px 0;
	border-top: 1px solid #88d1ca;
	border-bottom: 1px solid #88d1ca;
	color: #340c36;
	text-align: center;
	margin-bottom: 40px;
}
.facts {
	margin: 40px auto;
	text-align: center;
}
.facts div {
	min-height: 120px;
	padding-top: 10px;
}
.facts div:first-child, .facts div:nth-child(2), .facts div:nth-child(3) {
	border-bottom: 1px solid #88d1ca;
}
.facts h4 {
	color: #340c36;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 50px;
}
.important {
	font-style: italic;
	color: #f26522;
	font-size: 20px;
}
.ltborder {
	border-left: 1px solid #88d1ca;
}

.panel {
	border-color: rgba(225,225,225,0.4);
	background: rgba(225,225,225,0.2);
}
	.purple .panel p, .orange .panel p {
		color: white;
	}

.whitebg .panel {
	border-color: rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.1);
}

/*** WHO WE ARE ***/
.whitebg {
	padding: 110px 0;
}
.avatar {
	margin-top: 6px;
	margin-bottom: 15px;
}
.name {
	text-transform: uppercase;
	color: #340c36;
	line-height: 1;
	font-weight: 700;
}
.purple .name {
	color: white;
}
.title {
	font-style: italic;
	font-weight: 300;
	color: #f26522;
	line-height: 1;
	font-size: 1.2rem;
}
.bio {
	font-size: .9rem;
}
.whoweare {
	padding: 50px 0;
}
.employee {
	font-size: 24px;
	text-align: center;
	line-height: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #340c36;
}
.employee-container p {
	text-align: center;
}
.employee-container {
	min-height: 220px;
}

/*** BLOG ***/
.blog-container {
	padding: 70px 0;
}
h3.blogTitle {
	margin-bottom: 0;
}
.blogInfo {
	margin: 0;
}
.blogInfo li {
	list-style: none;
	color: white;
	display: inline-block;
	float: left;
	margin-right: 20px;
	color: white;
	font-weight: 300;
	font-style: italic;
}
.blogInfo li a {
	color: white;
}
.blogInfo li a:hover {
	color: #f26522;
}
.icon {
	color: #88d1ca;
	margin-right: 5px;
}
.orange .icon {
	color: white;
	margin-right: 5px;
}
.featuredImg {
	margin-bottom: 20px;
	margin-top: 7px;
}
.try-it-out {
	width: 120px;
	height: 120px;
	background-color: #340c36;
	border-radius: 100px;
}
.try-it-out span {
	font-size: 95px;
	top: 11%;
	left: 38%;
	position: absolute;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.blog-wrapper {
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	margin: 10px 0;
	padding: 10px 0;
}
.blog-wrapper:first-child {
	border-top: none;
}
.blog-wrapper:last-child {
	border-bottom: none;
}
.readMore {
	float: right;
}
.comments {
	font-weight: 300;
	font-style: italic;
	color: #f26522;
	float: right;
}
.comments span {
	margin-right: 5px;
	color: #88d1ca;
}
.blogPosts {
	border-right: 1px solid #c2c2c2;
}
.recentPosts {
	list-style: none;
	font-style: italic;
	margin-left: 0;
}
.recentPosts li {
	margin-bottom: 10px;
}
.blog-post h3.blogTitle {
	text-align: center;
}
/**** CONFERENCES ****/
.confImg {
	margin-bottom: 10px;
	border-bottom: 7px solid #88d1ca;
}
.confContainer:first-child .confImg {
	border-color: #340c36;
}
.confContainer:last-child .confImg {
	border-color: #f26522;
}
.confName {
	text-transform: uppercase;
	font-size: 14px;
	margin:0;
	color: #340c36;
}
.confInfo, .confBooth {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.confLink {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	border-bottom: none;
	line-height: 1.2rem;
	font-size: 14px;
}

/*** FOOTER ***/
.footer-wrap {
	min-height: 300px;
	color: white;
}
.footerContact {
	background-color: #48114b;
	padding: 15px 0;
}
.footerContact h4 {
	color: white;
}
.footer {
	padding: 15px 0;
}
.footer h5 {
	color: #88d1ca;
	text-transform: uppercase;
	font-size: 14px;
}
.footer p, .footer a {
	margin-bottom:0; 
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none;
	display: block;
	line-height: 1.6;
}
.footer a:active {
	border-bottom: none;
}
.footer ul {
	margin: 0;
}
.footer li {
	list-style: none;
	font-size: 12px;
}
.footer li a, .footer a {
	color: white;
	font-weight: 700;
}
.footerContact button {
	float: left;
}
.footerInfo {
	min-height: 150px;
}

/**** CONTACT ****/
.address {
	background: url('../img/contact-bg.png') center center;
	padding: 50px 0 200px;
	background-size: cover;
	background-repeat: no-repeat;
}
p.big {
	font-style: italic;
	color: white;
	font-size: 24px;
}

/*** FORMS ***/
.field--wrapper {
  position:relative;
  margin-bottom: 10px;
}
label {
  position:absolute;
  top:-13px;
  font-size: 12px;
  color: #88d1ca;
  transition: all 0.1s linear;
  opacity:0;
}
label.on {
  color:#88d1ca;
}
label.show {
  top:-18px;
  opacity:1;
}
input, textarea {
	width: 100%;
	color: white;
	height: 40px;
	font-size: 16px;
	padding: 10px;
}
textarea {
	height: 100px;
}
label.demo {
	font-size: 18px;
	color:#340c36;
	top: 0;
	opacity: 1;
	position: static;
	display: inline-block;
}
.footerContact label.demo {
	color: white;
	margin-left: 2px;
}
.footerContact input {
	background-color: #340c36;
	border: 1px solid #531655;
}
.contactus input, .contactus textarea {
	background-color: #e1e1e1;
	border: none;
	color: #340c36;
}
input[type="radio"] {
	display: inline-block;
	width: auto;
	margin: 5px 5px 12px 9px;
	vertical-align: middle;
	background: transparent;
}
input[type="radio"] + label {
	margin-right: 0;
}

/**** Clients ****/
.client-wrapper {
	margin-bottom: 1.8rem;
}
.da-thumbs {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}
.da-thumbs li {
	position: relative;
}
.da-thumbs li .client-wrapper {
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	height: 290px
}
	.da-thumbs-sm li .client-wrapper {
		height: 220px;
	}
.da-thumbs li a,
.da-thumbs li a img {
	display: inline-block;
	position: relative;
	border: none;
}
.da-thumbs li a {
	overflow: hidden;
	height: 100%;
}
.da-thumbs li a div.img-wrapper {
	height: 290px;
	width: 300px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
	.da-thumbs-sm li a div.img-wrapper {
		height: 220px;
	}
.da-thumbs li a div.span-wrapper {
	background: #340c36;
	position: absolute;
	background: rgba(52,12,54,0.0);
	opacity: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease-out;
    -moz-transition: 	all .5s ease-out;
    -o-transition: 		all .5s ease-out;
    transition: 		all .5s ease-out;
}
	.da-thumbs li a div.span-wrapper:hover  {
		top:0;
		background: rgba(52,12,54,0.8);
		opacity: 1;
	}
.da-thumbs li a div.span-wrapper span {
	display: block;
	padding: 10px 0;
	margin: 30px 20px 20px 20px;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	color: rgba(255,255,255,0.9);/*
	border-bottom: 1px solid rgba(255,255,255,0.5);*/
	box-shadow: 0 -10px 0 #f26522;
}
.tech-icon-wrap {
	width: 125px;
	height: 125px;
}
.appstore {
	width: 100%;
	border: none;
}
.appstore:hover {
	background: transparent;
}
.appstore img {
	height: 50px;
	margin: 30px 10px 0 0;
}

.solutions img {
	margin-bottom: 15px;
}

/* max-width 640px, mobile-only styles */
@media only screen and (max-width: 40em) { 
	.triangles::after {
		width: 40px;
		height: 40px;
	}
	.triangles::after {
		bottom: -15px;
	}
	.small-end {
		clear: both;
	}
	.f-topbar-fixed {
		padding-top: 0 !important;
	}
	.orbit-container .orbit-slides-container > * .orbit-caption {
		width:100%;
		top: 100px;
		min-height: 105px;
	}
	.orbit-container {
		height: 205px;
	}
	.orbit-container .orbit-slides-container > * .orbit-caption > h2 {
		font-size: 1.3rem;
		text-align: left;
		margin: 0px 40px 0 0;
	}
	.orbit-container .orbit-slides-container > * .orbit-caption > p {
		font-size: .8rem;
		text-align: left;
		margin: 0;
	}
	.triangles {
		padding: 2.5em 0;
	}
	.da-thumbs li .client-wrapper, .da-thumbs li a div.img-wrapper {
		height: 150px;
	}
	.da-thumbs li a div.span-wrapper span {
		height: 100%;
		font-size: 18px;
		box-shadow: none;
		margin: 10px;
	}
	.client-wrapper {
		margin-bottom: 0rem;
	}
	
}

/*** TECHNOLOGIES STACK ----------- ***/
	/*  Online  	   #b01116
		Mobile         #91268f
		Social  	   #1b75bb
		Gamification   #8cc63e
		Custom UI/UX   #ffcc02
		Integration    #f7931d  */

.technologies.accordion {
	margin-bottom: 2rem;
}
.technologies.accordion a {
	border-bottom: none;
	padding: .7rem;
}
.technologies.accordion dd {
	border-bottom: 1px solid rgba(255,255,255,0.32);
}
.technologies.accordion p {
	font-size: .9rem;
}
.technologies.accordion dd > a, .technologies.accordion dd .icon {
	color: white;
	width: inherit;
	height: inherit;
	padding: 0;
	font-size: 1.3rem;
}
	.technologies.accordion dd.online > a {
		background: #b01116;
	}
	.technologies.accordion dd.mobile > a {
		background: #91268f;
	}
	.technologies.accordion dd.social > a {
		background: #1b75bb;
	}
	.technologies.accordion dd.gamification > a {
		background: #8cc63e;
	}
	.technologies.accordion dd.customui > a {
		background: #ffcc02;
	}
	.technologies.accordion dd.integration > a {
		background: #f7931d;
	}
.accordion.technologies .content.active {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.icon-screen {
	color: white;
	background: #b01116;
	width: 55px;
	height: 55px;
	padding: 12px 0 11px 11px !important;
	display: inline-block;
	border-radius: 35px;
	font-size: 2.0rem;
}
.icon-mobile {
	color: white;
	background: #91268f;
	width: 55px;
	height: 55px;
	padding: 12px 0 11px 11px !important;
	display: inline-block;
	border-radius: 35px;
	font-size: 2.0rem;
}
.icon-chat {
	color: white;
	background: #1b75bb;
	width: 55px;
	height: 55px;
	padding: 12px 0 11px 11px !important;
	display: inline-block;
	border-radius: 35px;
	font-size: 2.0rem;
}
.icon-trophy {
	color: white;
	background: #8cc63e;
	width: 55px;
	height: 55px;
	padding: 12px 0 11px 11px !important;
	display: inline-block;
	border-radius: 35px;
	font-size: 2.0rem;
}
.icon-paintbrush {
	color: white;
	background: #ffcc02;
	width: 55px;
	height: 55px;
	padding: 12px 0 11px 11px !important;
	display: inline-block;
	border-radius: 35px;
	font-size: 2.0rem;
}
.icon-link {
	color: white;
	background: #f7931d;
	width: 55px;
	height: 55px;
	padding: 12px 0 11px 11px !important;
	display: inline-block;
	border-radius: 35px;
	font-size: 2.0rem;
}
h2 .icon-screen {
	color: #b01116;
	background: transparent;
}
h2 .icon-mobile {
	color: #91268f;
	background: transparent;
}
h2 .icon-chat {
	color: #1b75bb;
	background: transparent;
}
h2 .icon-trophy {
	color: #8cc63e;
	background: transparent;
}
h2 .icon-paintbrush {
	color: #ffcc02;
	background: transparent;
}
h2 .icon-link {
	color: #f7931d;
	background: transparent;
}
.tech-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;text-align: center;
}
.tech-nav li {
	display: inline-block;
}
	.tech-nav li::after {
		content:" / ";
	}
	.tech-nav li:last-child::after {
		content:" ";
	}


/*** Support Docs --------- ***/
table.supportDocs {
	width: 100%;
}
.support-contact p {
	margin-bottom: 0;
}
.side-nav li {
	font-size: 0.8rem;
}

/* Smartphones  ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.logo {
		width: 65%;
		margin-top: 15px;
		margin-left: 5px;
	}
	.orbit-container .orbit-slides-container > * .orbit-caption {
		top: 97px;
	}
	.facts div {
		min-height: 180px;
	}
	.facts h4 {
		font-size: 26px;
	}
	.important {
		font-size: 16px;
	}
	.confContainer:last-child {
		display: none;
	}
}


/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.top-bar-section .has-dropdown > a:after {
		border-color: rgba(242, 101, 34, 1) transparent transparent transparent;
		top: 47.5px;
	}
	.top-bar-section li:not(.has-form) a:not(.button) {
		padding: 0 12px;
		min-width: initial;
	}
	.orbit-container .orbit-slides-container > * .orbit-caption {
		width: 65%;
	}
	.orbit-container .orbit-slides-container > * .orbit-caption > h2 {
		font-size: 1.8rem;
	}
	.orbit-container .orbit-slides-container > * .orbit-caption > p {
		font-size: .9rem;
	}
}

/* Switch to off screen nav */
@media only screen and (min-width: 640px) and (max-width: 779px) {
	.container.nav {
		display: inherit !important;
	}
	.hide-for-small-only.main-nav {
		display: none !important;
	}
	.f-topbar-fixed {
		padding-top: 0 !important;
	}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.orbit-bullets {
		float: left;
	}
	.orbit-bullets-container {
		margin-top: -244px;
	}
	.orbit-container .orbit-slides-container > * .orbit-caption {
		top: 170px;
		width: 100%;
	}
	.orbit-container {
		height: 345px;
	}
	.top-bar-section ul li > a {
		padding-left: 10px !important;
	}
}

/***** ICOMOON ***//
/*@font-face {*/
	/*font-family: 'icomoon';*/
	/*src: url('../fonts/icomoon.eot');*/
/*}*/

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-ljowag');
	src:url('../fonts/icomoon.eot?#iefix-ljowag') format('embedded-opentype'),
	url('../fonts/icomoon.woff?-ljowag') format('woff'),
	url('../fonts/icomoon.ttf?-ljowag') format('truetype'),
	url('../fonts/icomoon.svg?-ljowag#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),
		 url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paintbrush:before {
	content: "\e600";
}
.icon-mobile:before {
	content: "\e601";
}
.icon-pencil:before {
	content: "\e602";
}
.icon-chat:before {
	content: "\e603";
}
.icon-quote:before {
	content: "\e604";
}
.icon-link:before {
	content: "\e605";
}
.icon-trophy:before {
	content: "\e606";
}
.icon-calendar:before {
	content: "\e607";
}
.icon-screen:before {
	content: "\e608";
}

/*IE conditionals*/
.off-canvas-wrap{
	overflow: hidden;
}
html.lt-ie10 label, html.ie8 label, html.ie7 label, html.ie6 label {
	opacity: 1;
	top: -19px;
}

html.lt-ie10 .triangles::after, html.ie8 .triangles::after, html.ie7 .triangles::after, html.ie6 .triangles::after {
	display: none;
}

.antispam {
	display: none;
}

