/*
Theme Name: Business Continuity Services
Author: Adnan Shahzad
Author URI: http://www.adnanshahzad.com/
Description: Theme styles for Business Continuity Services
*/
html {
	font-family: 'Open Sans', sans-serif;
}
body {
  	font-size: 12px;
	color: #797979;
	background-color: #f5f5f5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	color: #4d4d4d;
}
h1.entry-title {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
}
header {
	padding-top: 20px;
	padding-bottom: 15px;
	position: fixed;
	height: 87px;
	width: 100%;
	z-index: 1000;
	background-color: #f5f5f5;
}
div.page-content {
	padding-top: 87px;
}
.admin-bar .div.page-content {
	margin-top: 32px;
}
.grid::after {
	clear: both;
}
.grid::after,
.grid::before {
    content: " ";
    display: table;
}
.grid {
	max-width: 2556px;
	padding-right: 28px;
	padding-left: 28px;
	margin: 0 auto;
}
.grid-item {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.grid-item img {
	width: 100%;
}
.link-btn {
	color: #fff;
	background-color: #4cc1cc;
	padding: 20px 100px;
	text-transform: uppercase;
}
header .navlogin-wrapper {
	float: right;
}
header .form-fields {
	width: 75%;
	float: left;
}
header .navlogin-form,
header .nav-btn {
	float: left;
}
header .nav-btn {
	padding-left: 15px;
}
header .navlogin-form {
	border-right: 1px solid #999999;
	padding-right: 15px;
}
header .form-fields {
	width: 215px;
	float: left;
	padding-right: 15px;
}
header .form-submit {
	margin-top: 20px;
	float: left;
}
header input[type="text"],
header input[type="password"] {
	border: none;
	display: block;
	margin-bottom: 4px;
	width: 100%;
	font-size: 10px;
	padding: 4px 10px;
}
header input[type="password"] {
	margin-bottom: 0;
}
header input[type="submit"] {
	background-color: transparent;
	color: #2bbae3;
	border: none;
	border-bottom: 1px solid #2bbae3;
	padding-left: 0;
	padding-right: 0;
}
.form-btn {
	color: #fff;
	background-color: #4cc1cc;
	padding: 10px 45px;
	text-transform: uppercase;
	font-size: 29px;
	border: none;
}
.no-scroll {
    height: 100%;
    overflow: hidden;
}
.wrapper-content {
	background-color: #fff;
}
section {
	padding-top: 40px;
	padding-bottom: 50px;
}
.wrapper-content section.page-banner {
	background: url(../images/bg-banner.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
.wrapper-content section.page-banner::before {
	content: " ";
	position: absolute;
	height: 100%;
	opacity: 0.16;
	width: 100%;
}
.wrapper-content section.page-banner .container {
	position: relative;
	z-index: 100;
	padding-top: 35px;
}
.wrapper-content section.page-banner .container .first {
	min-height: 335px;
	border-right: 1px solid #999999;
}
.wrapper-content section.page-banner .container .last {
	padding-left: 50px;
	padding-top: 20px;
}
.wrapper-content section.page-banner .container .links {
	padding-bottom: 15px;
}
.wrapper-content section.page-banner .container .links a,
.wrapper-content section.page-banner .container .links span {
	margin-bottom: 10px;
}
.wrapper-content section.page-banner h2 {
	margin-bottom: 0;
}
.wrapper-content section.page-banner .wrapper-spectrum {
	background: url(../images/spectrum-plain.png) no-repeat;
	height: 262px;
	width: 262px;
	transform: rotateZ(-45deg);
    margin-left: 35px;
    margin-top: 35px;
	display: inline-block;
}
.wrapper-content section.page-banner .wrapper-spectrum .a {
	width: 50%;
	height: 50%;
	float: left;
}
.wrapper-content section.page-banner .wrapper-spectrum a {
    display: inline-block;
    height: 100%;
    width: 100%;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	transform: rotateZ(45deg);
	text-transform: uppercase;
	text-align: center;
	font-size: 18px !important;
	line-height: 22px !important;
	padding-top: 46px !important;
}
div.separator {
	width: 100%;
	height: 1px;
	clear: both;
	background-color: #999999;
	margin-top: 30px;
	margin-bottom: 30px;
}
.wrapper-content section.page-banner .row {
	padding-bottom: 30px;
}
.wrapper-content section.page-banner .col-md-7 p {
	margin-top: 0;
	line-height: 1.2;
}
.home section h2 {
	font-size: 29px;
	margin-top: 0;
	margin-bottom: 20px;
}
.home section a.more {
	font-family: "Oswald",sans-serif;
}
.home section .badge {
	padding-left: 70px;
}
section.gray {
	background-color: #f5f5f5;
}
section.dark-gray {
	background-color: #999999;
}
/* = Home Section Top
---------------------------------------------------- */
.home section.top {
	background: url(../images/bg-sec-top.png) no-repeat left top;
	padding-top: 40px;
	padding-bottom: 40px;
}
.home section.top .col-md-7 {
	padding-top: 80px;
}
/* = Home Section Technology
---------------------------------------------------- */
.home section.technology {
	background: url(../images/bg-sec-tech.png) no-repeat left top;
	background-color: #eedeea;
	color: #93337d;
}
.home section.technology h2 {
	color: #93337d;
}
.home section.technology a.more {
	text-transform: uppercase;
	font-size: 29px;
	color: #93337d;
}
.home section.technology a.more:hover {
	text-decoration: underline;
}
.home section.technology .first .col-md-4 {
	width: 29%;
}
.home section.technology .first .col-md-8 {
	width: 71%;
}
.home section.technology .bx-controls {
	text-align: center;
}
/* = Home Section Data Services
---------------------------------------------------- */
.home section.ds {
	background: url(../images/bg-sec-ds.png) no-repeat left top;
	background-color: #fff7ef;
	color: #f8a131;
	padding-bottom: 40px;
	font-family: "Oswald",sans-serif;
}
.home section.ds h2 {
	color: #f8a131;
}
.home section.ds a.more {
    color: #f8a131;
    font-size: 29px;
    padding-top: 35px;
    text-transform: uppercase;
}
.home section.ds a.more:hover {
	text-decoration: underline;
}
.block-globe {
	padding-bottom: 40px;
	line-height: 19px;
}
.block-globe .globe-col {
	float: left;
	width: 33.33333333%;
	font-size: 16px;
}
.block-globe .globe-col h3 {
	font-size: 43px;
	color: #f8a131;
	margin: 0;
	line-height: normal;
}
.block-globe .globe-col .intro,
.block-globe .globe-col .features,
.block-globe .globe-col .stats,
.block-globe .globe-col .database {
	border-bottom: 1px solid #f8a131;
}
.block-globe .globe-col.col2,
.block-globe .globe-col.col3 {
	margin-top: -100px;
}
.block-globe .globe-col ul {
	padding-left: 15px;
}
.block-globe .col2 {
	position: relative;
	text-align: center;
}
.block-globe .globe-col .round-world-map {
    border: 10px solid #f8a131;
    border-radius: 50%;
    height: 325px;
	top: 0;
    position: absolute;
    width: 325px;
}
.block-globe .globe-col .round-world-map .inner-round {
    border: 2px solid;
    border-radius: 50%;
    height: 285px;
    margin-left: 10px;
    margin-top: 10px;
    width: 285px;
}
.block-globe .globe-col.col2 > img {
    border-radius: 100%;
	margin-top: 40px;
}
.block-globe .globe-col .stats {
	text-align: right;
}
.block-globe .globe-col .col-wrapper {
	width: 100%;
	display: inline-block;
}
.block-globe .globe-col .intro .top-line {
    background-color: #f8a131;
    bottom: -6px;
    height: 80px;
    position: absolute;
    right: -18px;
    transform: rotate(28deg);
    width: 1px;
}
.block-globe .globe-col .features .top-line {
    background-color: #f8a131;
    bottom: -13px;
    height: 120px;
    position: absolute;
    right: -36px;
    transform: rotate(37deg);
    width: 1px;
}
.block-globe .globe-col .stats .top-line {
    background-color: #f8a131;
    bottom: -47px;
    height: 60px;
    position: absolute;
    left: -25px;
    transform: rotate(55deg);
    width: 1px;
}
.block-globe .globe-col .database .top-line {
    background-color: #f8a131;
    bottom: -11px;
    height: 70px;
    position: absolute;
    left: -24px;
    transform: rotate(-45deg);
    width: 1px;
}
.block-globe .globe-col .intro {
	padding-bottom: 2px;
	margin-bottom: 50px;
	padding-top: 45px;
	position: relative;
	width: 90%;
}
.block-globe .globe-col .intro img {
    float: right;
    position: absolute;
    right: 0;
    top: 50px;
}
.block-globe .globe-col .features {
	padding-bottom: 2px;
	position: relative;
}
.block-globe .globe-col .features img {
    float: right;
    position: absolute;
    right: 0;
    top: 50px;
}
.block-globe .globe-col .database {
	padding-bottom: 10px;
	position: relative;
}
.block-globe .globe-col .database img {
    float: left;
	padding-right: 10px;
}
.block-globe .globe-col .stats {
	padding-bottom: 2px;
	margin-bottom: 130px;
	width: 85%;
	float: right;
	padding-bottom: 2px;
	position: relative;
}
.home section.ds .ds-links a {
	text-transform: uppercase;
	font-family: "Oswald",sans-serif;
	width: 100%;
	color: #f8a131;
	border: 2px solid #f8a131;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.home section.ds .ds-links a:hover {
	text-decoration: underline;
}
/* = Home Section USL
---------------------------------------------------- */
.home section.usl,
.tmp-ds section.usl {
	background-color: #f8a131;
	font-size: 29px;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.home section.usl h2,
.tmp-ds section.usl h2 {
	color: #fff;
}
.home section.usl .col-one,
.tm-ds section.usl .col-one {
	width: 35%;
}
.home section.usl .col-two,
.tmp-ds section.usl .col-two {
	width: 35%;
	padding-left: 10px;
}
.home section.usl .col-three,
.tmp-ds section.usl .col-three {
	width: 30%;
	padding-left: 10px;
}
.home section.usl .col-one,
.home section.usl .col-two,
.home section.usl .col-three,
.tmp-ds section.usl .col-one,
.tmp-ds section.usl .col-two,
.tmp-ds section.usl .col-three {
	float: left;
}
.home section.usl input[type="text"],
.tmp-ds section.usl input[type="text"] {
	background-color: #fff;
	border: 2px solid #f96d06;
	color: #f8a131;
	width: 100%;
	font-size: 16px;
	padding: 10px;
}
.home section.usl input[type="submit"],
.tmp-ds section.usl input[type="submit"] {
	background-color: #f96d06;
	border: 2px solid #fff;
	color: #fff;
	width: 100%;
	font-size: 16px;
	padding: 10px;
}
/* = Home Section Managed Services
---------------------------------------------------- */
.home section.ms {
	background: url(../images/bg-sec-ms.png) no-repeat left top;
	background-color: #2c5966;
	padding-bottom: 30px;
}
.home section.ms h2 {
	color: #2bbae3;
}
.home section.ms a.more {
	text-transform: uppercase;
	font-size: 29px;
	color: #2bbae3;
	padding-top: 60px;
}
.home section.ms a.more:hover {
	text-decoration: underline;
}
.home section.ms .services {
	color: #2bbae3;
	font-size: 20px;
	padding-top: 30px;
	font-family: "Oswald",sans-serif;
}
/* = Home Section Professional Services
---------------------------------------------------- */
.home section.ps {
	background: url(../images/bg-ps.png) repeat;
	color: #fff;
	position: relative;
	padding-bottom: 30px;
}
.home section.ps .container {
	position: relative;
	z-index: 100;
}
.home section.ps .col-md-5 {
    width: 37.667%;
}
.home section.ps .col-md-7 {
	width: 62.333%;
	padding-top: 50px;
}
.home section.ps::before, section.ps::after {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.home section.ps::before {
	background: url(../images/bg-sec-ps.png) no-repeat left top;
}
.home section.ps h2 {
	color: #f1423c;
	margin-bottom: 10px;
}
.home section.ps a.more {
	text-transform: uppercase;
	font-size: 29px;
	color: #f1423c;
}
.home section.ps a.more:hover {
	text-decoration: underline;
}
/* = Home Section Audit Defence
---------------------------------------------------- */
.home section.audit {
	background: url(../images/bg-sec-audit.png) no-repeat left top;
	background-color: #edd2d1;
	padding-bottom: 30px;
}
.home section.audit h2 {
	color: #f1423c;
	margin-bottom: 10px;
	padding-top: 120px;
}
.home section.audit a.more {
	text-transform: uppercase;
	font-size: 29px;
	padding-top: 30px;
	color: #f1423c;
}
.home section.audit a.more:hover {
	text-decoration: underline;
}
.home section.audit ul {
	list-style: none;
	list-style-image: url(../images/bullet.png);
}
.home section.audit li {
	font-size: 22px;
	font-family: "Oswald",sans-serif;
}
.home section.audit .col-md-5 {
	padding-left: 125px;
}
/* = Home Section CTA
---------------------------------------------------- */
.home section.cta {
	background-color: #f1423c;
	padding-top: 10px;
	padding-bottom: 0;
}
.home section.cta .container {
	text-align: center;
}
.home section.cta a {
	color: #f1423c;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 22px;
	display: inline-block;
	font-family: "Oswald",sans-serif;
	margin-bottom: 10px;
}
.home section.cta a:hover {
	text-decoration: underline;
}
/* Box Slider */
.home .bx-wrapper .bx-pager, .home .bx-wrapper .bx-controls-auto {
    position: inherit;
    width: 100%;
}
.bx-wrapper .bx-pager {
    color: #666;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff none repeat scroll 0 0;
    border: 0px solid #a1a1a1;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #f2e6ef none repeat scroll 0 0;
    border: 0px solid #a1a1a1;
    border-radius: 10px;
    display: block;
    height: 18px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 18px;
}
section .price-wrapper {
	text-align: right;
	color: #fff;
	padding-top: 15px;
}
ul.jm-quotes li {
	background: rgba(0, 0, 0, 0) url("../images/quote-left.png") no-repeat scroll left top;
    margin-bottom: 16px;
    padding: 0 0 0 50px;
}
ul.jm-quotes span {
    display: block;
    text-align: right;
	padding-top: 15px;
    width: 100%;
}
footer {
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 110px;
}
footer .social {
    padding-bottom: 10px;
    padding-top: 0px;
    text-align: center;
}
footer .social .icon-linkedin2 {
	font-size: 60px;;
}
footer .social .icon-twitter {
	font-size: 50px;
}
footer .social a {
	padding-right: 30px;
	padding-left: 30px;
}
footer .quote {
	text-align: left;
	border-left: 1px solid #999;
	padding-left: 100px;
	padding-right: 50px;
	position: relative;
}
footer .quote::before {
	background: rgba(0, 0, 0, 0) url("../images/quote-left.png") no-repeat scroll left top;
    margin-bottom: 16px;
	content: " ";
	position: absolute;
	height: 100%;
	width: 45px;
	margin-left: 40px;
	left: 0;
}
footer .quote::after {
	background: rgba(0, 0, 0, 0) url("../images/quote-right.png") no-repeat scroll right bottom;
	content: " ";
	position: absolute;
	height: 100%;
	width: 45px;
	margin-left: 40px;
	right: 0;
	bottom: 0;
}
/* = Page Professional Services
---------------------------------------------------- */
.wrapper-content.tmp-ps section.page-banner::before {
	background-color: #f1423c;
}
.wrapper-content.tmp-ps section.page-banner h2 {
	color: #f1423c;
	font-size: 32px;
}
.wrapper-content.tmp-ps section.page-banner .links span, .wrapper-content.tmp-ps section.page-banner .links a {
	border: 2px solid #f1423c;
	background-color: #fff;
	text-align: center;
	text-transform: uppercase;
	color: #f1423c;
	display: inline-block;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wrapper-content.tmp-ps section.page-banner .links a:hover {
	text-decoration: underline;
}
.tmp-ps section.top {
	background: none;
}
.tmp-ps section.top h2 {
	color: #f1423c;
}
.tmp-ps section.act ol { 
    counter-reset: item;
    list-style-type: none;
	padding-left: 0;
}
.tmp-ps section.act li { 
	display: block;
	padding-bottom: 40px;
}
.tmp-ps section.act li:before { 
    content: counter(item) " > "; 
    counter-increment: item ;
	color: red;
}
.tmp-ps section.triggers h2 {
	color: #f1423c;
}
.tmp-ps section.flow h2 {
	color: #f1423c;
}
.tmp-ps section.services h2 {
	color: #f1423c;
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
}
.tmp-ps section.services {
	padding-top: 105px;
}
.tmp-ps section.services .col-md-4 .wrapper {
	background-color: #edd2d1;
	padding: 10px 30px 50px 30px;
}
.tmp-ps section.services .header {
	text-align: center;
	clear: both;
}
.tmp-ps section.services .header img {;
	margin-top: -75px;
}
/* = Page Managed Services
---------------------------------------------------- */
.wrapper-content.tmp-ms section.page-banner::before {
	background-color: #2bbae3;
}
.wrapper-content.tmp-ms section.page-banner h2 {
	color: #2bbae3;
	font-size: 32px;
}
.tmp-ms section.top h2 {
	font-size: 29px;
	color: #2bbae3;
}
.tmp-ms section.flow h2 {
	font-size: 32px;
	color: #2bbae3;
}
.tmp-ms section.flow .col-md-4 {
	padding-top: 100px;
}
.tmp-ms section.flow .col-md-4 h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tmp-ms section.flow .col-md-4 .wrapper {
	background-color: #d5f1f9;
	padding: 10px 30px 50px 30px;
}
.tmp-ms section.flow .header {
	width: 100%;
	background-color: #fff;
}
.tmp-ms section.flow .header img {;
	margin-top: -100px;
	width: 100%;
}
.tmp-ms section.benefits h2 {
	color: #2bbae3;
	margin-top: 0;
	font-size: 32px;
}
.tmp-ms section.benefits .wrapper {
	background: url(../images/bullet2.png) no-repeat no-repeat scroll right 0px top 7px;
	padding-right: 22px;
	font-size: 17px;
}
.tmp-ms section.services .row {
	background-color: #2bbae3;
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
}
.tmp-ms section.services .row:nth-child(1) {
	background-color: #d7f2f9;
	color: #999999;
}
.tmp-ms section.services .row:nth-child(3) {
	background-color: #f5f5f5;
	color: #2bbae3;
}
/* = Page Software Organizer
---------------------------------------------------- */
.wrapper-content.tmp-so section.page-banner::before {
	background-color: #eedeea;
	opacity: 0.3;
}
.wrapper-content.tmp-so section.page-banner h2 {
	color: #93337d;
	font-size: 32px;
}
.tmp-so section.top h2 {
	font-size: 32px;
	color: #93337d;
}
.tmp-so section.features h2 {
	font-size: 29px;
}
.tmp-so section.features ul li {
	padding-bottom: 20px;
}
.tmp-so section.services .col-md-4 {
	padding-top: 100px;
}
.tmp-so section.features .wistia_embed {
	max-width: 100%;
	padding: 10px 0;
	float: right;
}
.tmp-so section.services .col-md-4 h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #93337d;
}
.tmp-so section.services .col-md-4 .wrapper {
	background-color: #eedeea;
	padding: 10px 30px 50px 30px;
}
.tmp-so section.services .header {
	width: 100%;
}
.tmp-so section.services .header img {;
	margin-top: -75px;
}
/* = Page Data Services
---------------------------------------------------- */
.wrapper-content.tmp-ds section.page-banner::before {
	background-color: #f8a131;
}
.wrapper-content.tmp-ds section.page-banner h2 {
	color: #f8a131;
	font-size: 32px;
}
.wrapper-content.tmp-ds section.page-banner .links span, .wrapper-content.tmp-ds section.page-banner .links a {
	border: 2px solid #f8a131;
	background-color: #fff7ef;
	text-align: center;
	text-transform: uppercase;
	color: #f8a131;
	display: inline-block;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wrapper-content.tmp-ssection.page-banner .links a:hover {
	text-decoration: underline;
}
.tmp-ds section.top h2,
.tmp-ds section.poe h2,
.tmp-ds section.asset h2 {
	color: #f8a131;
}
.tmp-ds section.top .licensable .last {
	padding-top: 40px;
	color: #f8a131;
	font-family: 'Oswald', sans-serif;
}
.tmp-ds section.top .wistia_embed {
	max-width: 100%;
	padding-top: 40px;
}
.tmp-ds section.stats {
	color: #f8a131;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}
.tmp-ds section.carbon h2 {
	color: #8cc63f;
}
.tmp-ds section.carbon .comparison .last h2 {
	color: #8cc63f;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
}
.tmp-ds section.carbon .electricity .first {
	color: #8cc63f;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
}
.tmp-ds section.carbon .electricity .first span {
	font-size: 80px;
}
.tmp-ds section.carbon .cost .first {
	color: #8cc63f;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
}
.tmp-ds section.carbon .comparison .last {
	padding-top: 50px;
}
.tmp-ds section.carbon .comparison .last ul {
	list-style: none;
	padding: 0;
}
.tmp-ds section.carbon .comparison .last li {
	padding-left: 30px;
	padding-top: 20px;
}
.tmp-ds section.carbon .comparison .last li:nth-of-type(2n+1) {
	background: url(../images/bullet-green-odd.jpg) no-repeat left top 25px;
}
.tmp-ds section.carbon .comparison .last li:nth-of-type(2n+0) {
	background: url(../images/bullet-green-even.jpg) no-repeat left top 25px;
}
.tmp-ds section.features .col-md-7 {
	padding-top: 90px;
}
.tmp-ds section.features .col-md-7 img {
	padding-bottom: 10px;
}
.tmp-ds section.features .features-quote {
	color: #f8a131;
	float: right;
	width: 80%;
	padding-right: 50px;
}
.tmp-ds section.features .features-quote .quote-source {
	font-weight: bold;
	padding-top: 20px;
}
.tmp-ds section.features .features-quote::before {
	background: rgba(0, 0, 0, 0) url("../images/quote-left-o.jpg") no-repeat scroll left top;
    margin-bottom: 16px;
	content: " ";
	position: absolute;
	height: 100%;
	width: 45px;
	margin-left: 40px;
	left: 0;
}
.tmp-ds section.features .features-quote::after {
	background: rgba(0, 0, 0, 0) url("../images/quote-right-o.jpg") no-repeat scroll right bottom;
	content: " ";
	position: absolute;
	height: 100%;
	width: 45px;
	margin-left: 40px;
	right: 20px;
	bottom: 0;
}
.tmp-ds section.stats {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tmp-ds section.poe .img-responsive {
	display: inline;
	padding-top: 40px;
}
/* = Page Software Organizer Training
---------------------------------------------------- */
.tmp-snl section.top {
	padding-bottom: 80px;
}
.tmp-snl section.activation h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.tmp-snl .faqs span.q,
.tmp-snl .faqs span.a {
	font-size: 32px;
	font-family: 'Oswald', sans-serif;
}
.tmp-snl .faqs span.q {
	color: #8f8d8e;
}
.tmp-snl .faqs span.a {
	color: #4d4d4d;
}
.tmp-snl .faqs ul {
	padding-left: 0;
	list-style: none;
}
.tmp-snl .faqs ul li {
	padding-bottom: 35px;
}
/* = Page About BCS
---------------------------------------------------- */
.tmp-abt,
.tmp-dnt {
	padding-bottom: 35px;
}
.tmp-abt section.mini {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tmp-abt section.mini a {
	color: #fff;
	font-size: 32px;
	font-family: 'Oswald', sans-serif;
}
.tmp-abt section.mini a:hover {
	text-decoration: underline;
}
.tmp-abt section.testimonials ul {
	list-style: none;
	padding-left: 0;
}
.tmp-abt section.testimonials ul li {
	padding-bottom: 30px;
}
.tmp-abt section.testimonials ul li span {
	color: #2bbae3;
	text-align: right;
	clear: both;
	display: list-item;
}
.tmp-abt section.newsletter {
	padding-top: 10px;
	padding-bottom: 20px;
}
.tmp-abt section.newsletter .form-inner {
	padding-top: 10px;
}
/* = About Page
---------------------------------------------------- */
.row-contact .contact-list {
    list-style: outside none none;
	padding-left: 0;
}
.row-contact li {
    line-height: inherit;
	padding-right: 10px;
	padding-left: 30px;
}
.row-contact li a{
	color: #2bbae3;
}
.row-contact li.phone {
	background: url(../images/icon-phone.png) no-repeat left top 5px;
	padding-bottom: 20px;
}
.row-contact li.email {
	background: url(../images/icon-email.png) no-repeat left 25px top;
}
.contact-list-social {
	float: right;
}
.contact-list-social li {
	float: left;
	padding-left: 0;
	padding-right: 0;
}
.contact-list-social li a {
	color: #999;
}
.contact-list-social .icon-linkedin2 {
	font-size: 35px;
	border-right: 1px solid #999;
	padding-right: 20px;
}
.contact-list-social .icon-twitter {
	font-size: 30px;
	padding-left: 20px;
}
/* = Page Support & Learning
---------------------------------------------------- */
.tmp-snl .form-inner {
	padding-top: 10px;
}
.tmp-dnt .form-dnt {
	padding-top: 10px;
}
/* = Global Menu
---------------------------------------------------- */
.global-menu {
    max-width: 550px;
    width: 40%;
}
.global-menu ul {
    margin: 0;
    padding: 0 2em;
}
.global-menu {
    background-color: #fff;
    border-left: 10px solid #999999;
    bottom: 0;
    box-sizing: border-box;
    left: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    transition: transform 0.5s ease 0s;
    width: 100%;
    z-index: 110;
}
.global-menu .global-menu-header {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.global-menu .global-menu-header {
  list-style: outside none none;
}
.global-menu .global-menu-header li {
    border-right: 0 none;
    overflow: hidden;
}
.global-menu .global-menu-header .close-global-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    float: right;
    position: relative;
}
.page-container-open .close-global-menu {
    background-color: rgba(143, 141, 142, 0.62);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 105;
}
.page-container-open .global-menu {
    overflow-y: scroll;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.5s ease 0s;
}
.global-navigation li {
    border-right: 0 none;
    font-size: 2.8rem;
    line-height: 1.07;
    list-style: outside none none;
}
.global-navigation li a:focus {
	outline: none;
}
.global-navigation li a {
    color: #4d4d4d;
    display: block;
    padding: 1.4rem;
    text-decoration: none;
    text-transform: none;
}
.global-navigation li li::before {
    color: #999;
    float: left;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    top: 3px;
    width: 0;
}
.global-navigation li li {
    font-size: 1.6rem;
    line-height: 1.125;
	border: none;
	margin-bottom: 0.6rem;
	list-style-image: url(../images/bullet-menu.png);
	margin-left: 25px;
}
.global-navigation li ul {
	list-style: none;
	margin-bottom: 2rem;
	padding: 0 1em;
}
.global-navigation li li a {
    color: #999999;
    padding: 0;
}
.icon-stacked {
    float: right;
    margin: .5em 2.8em;
    position: relative;
}
.global-navigation .visibility-target-hidden {
	display: none;
}
.global-navigation li a.visibility-hidden::before {
    color: #bbb;
    content: " ";
	background-image: url(../images/arrow-down.png);
    float: right;
    font-size: 2.3rem;
    line-height: 1.07;
    vertical-align: middle;
	width: 31px;
	height: 16px;
}
.global-navigation li a.visibility-visible {
    border-bottom: 1px solid #f5f5f5;
	margin-bottom: 15px;
}
.global-navigation .visibility-target-visible {
    display: block;
}
.global-navigation li a.visibility-visible::before {
    color: #bbb;
    content: " ";
	background-image: url(../images/arrow-up.png);
    float: right;
    font-size: 2.3rem;
    line-height: 1.07;
    vertical-align: middle;
	width: 31px;
	height: 16px;
}
.global-menu .global-menu-contact {
    list-style: outside none none;
    margin-bottom: 24px;
    padding-top: 60px;
}
.global-menu .global-menu-contact li {
    line-height: inherit;
	padding-right: 20px;
	padding-left: 65px;
}
.global-menu .global-menu-contact li a{
	color: #2bbae3;
}
.global-menu .global-menu-contact li.phone {
	background: url(../images/icon-phone.png) no-repeat left 15px top;
	padding-bottom: 20px;
}
.global-menu .global-menu-contact li.email {
	background: url(../images/icon-email.png) no-repeat left 15px top;
}
.global-menu .global-menu-footer-social {
    list-style: outside none none;
    margin-bottom: 24px;
    padding-top: 60px;
}
.global-menu .global-menu-footer-social li {
    display: inline-block;
    line-height: inherit;
	padding-right: 20px;
}
.global-menu .global-menu-footer-social li a {
	color: #ebebeb;
}
.global-menu .global-menu-footer-social li:first-child a {
    margin-left: 0.5rem;
}
.desktop-form {
	display: block;
}
.mobile-form {
	display: none;
}
.form-inner input,
.form-inner textarea,
.form-inner select {
	border: 1px solid #999999;
	margin-bottom: 5px;
	width: 100%;
	padding: 5px 15px;
}
.form-inner textarea {
	height: 80px;
}
.form-inner input[type="submit"] {
	background-color: #4d4d4d;
	padding: 10px 120px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	width: auto;
	margin-top: 50px;
}
.form-inner .col-md-12 {
}
.form-inner.form-one-line input[type="submit"] {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: inherit !important;
	padding-left: inherit !important;
	width: 100%;
	margin-top: 0;
}
.form-inner.form-gray-bg input,
.form-inner.form-gray-bg textarea,
.form-inner.form-gray-bg select {
	border: 1px solid #fff;
	background-color: transparent;
}
.form-inner.form-gray-bg.form-one-line input[type="submit"] {
	padding-top: 5px;
	background-color: #4d4d4d;
	border: 1px solid #4d4d4d;
	padding-bottom: 5px;
	padding-right: inherit !important;
	padding-left: inherit !important;
	width: 100%;
	margin-top: 0;
}
.form-usl input[type="email"] {
	background-color: #fff;
	border: 2px solid #f96d06;
	color: #f8a131;
	width: 100%;
	font-size: 16px;
	padding: 10px;
}
.form-usl input[type="submit"] {
	background-color: #f96d06;
	border: 2px solid #fff;
	color: #fff;
	width: 100%;
	font-size: 16px;
	padding: 10px;
}
.form-usl .wpcf7-not-valid-tip, .wpcf7-response-output {
	font-size: 20px !important;
}
.wpcf7 .ajax-loader {
	float: left;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
	border: 2px solid #93337d;
}
/* = Rev Slider
---------------------------------------------------- */
.tp-dottedoverlay {
	background: rgba(255, 255, 255, 0.8)  !important;
	opacity: 0.8 !important;
}
.wrapper-content section.page-banner .tp-caption h2 {
	color: #4d4d4d;
}
.wrapper-content section.page-banner .tp-caption span {
	font-family: 'Open Sans', sans-serif;
	color: #585858;
	font-weight: normal;
}
.wrapper-content section.page-banner .tp-caption .wrapper-spectrum-outer {
	border-right: 1px solid #999;
}
.tp-bgimg {
	background-image: none !important;
}
::-webkit-input-placeholder {
	color: #dddddd;
	opacity:1;
}
:-moz-placeholder {
	color: #dddddd;
	opacity:1;
}
::-moz-placeholder {
	color: #dddddd;
	opacity:1;
}
:-ms-input-placeholder { 
	color: #dddddd;
	opacity:1;
}
::selection {
	background: #93337d;
	color:#fff;
}
::-moz-selection {
	background: #93337d;
	color:#fff;
}
::-webkit-selection {
	background: #93337d;
	color:#fff;
}
/* = Helpers
---------------------------------------------------- */
.pull-left {
	float: left;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.row-buffer {
	padding-bottom: 50px;
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?kprvro');
	src:url('../fonts/icomoon.eot?kprvro#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?kprvro') format('truetype'),
		url('../fonts/icomoon.woff?kprvro') format('woff'),
		url('../fonts/icomoon.svg?kprvro#icomoon') format('svg');
	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-twitter:before {
	content: "\e900";
}
.icon-cancel-circle:before {
	content: "\e901";
}
.icon-linkedin2:before {
	content: "\e902";
}
.icon-cancel-circle {
	font-size: 30px;
	font-weight: normal;
}
a.icomoon {
    color: #a1bbbd;
    font-size: 16px;
    padding: 0 5px;
	text-decoration: none;
}
a.icomoon:hover {
    color: #b89c65;
}
@media (min-width: 992px) {
	.tp-parallax-wrap:nth-of-type(2n+2) {
		top: 80px !important;
	}
}	
@media (max-width: 991px) {
	.site-header .container {
		width: 100%;
	}
	.wrapper-content section.page-banner .container .first {
		text-align: center;
		border: none;
		padding-left: 0;
		padding-right: 0;
	}
	
	.block-globe .globe-col {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		clear: both;
	}
	.block-globe .globe-col.col2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.block-globe .globe-col .intro {
		width: 100%;
	}
	.block-globe .globe-col .stats {
		float: left;
		width: 100%;
		text-align: left;
		margin-bottom: 70px;
	}
	.block-globe .globe-col .database img {
		float: right;
	}
	.block-globe .globe-col .top-line {
		display: none;
	}
	.block-globe .globe-col.col2, .block-globe .globe-col.col3 {
		margin-top: auto;
	}
	.block-globe .globe-col .database img {
		margin-top: -40px;
	}
	.globe-col.col3 {
		padding-top: 30px;
	}
	.block-globe .globe-col .round-world-map {
		left: 50%;
		margin-left: -162.5px;
		top: 27px;
	}
	.home section.audit h2 {
		padding-top: 0px;
	}
	.home .col-md-8 {
		width: 100% !important;
	}
	section.services .col-md-4 {
		margin-bottom: 100px;
	}
	section.services .col-md-4:last-child {
		margin-bottom: 0;
	}
	footer .social {
		padding-bottom: 30px;
	}
	footer .quote {
		border: none;
		padding-left: 60px;
		padding-right: 20px;
	}
	footer .quote::before {
		margin-left: auto;
	}
	footer .quote::after {
		display: none;
	}
	
	.wrapper-content section.page-banner .tp-caption {
		min-width: 300px !important;
	}
	.wrapper-content section.page-banner .tp-caption h2 {
	}
	.wrapper-spectrum-outer {
		min-width: 362px !important;
	}
	.wrapper-content section.page-banner .tp-caption span {
		font-size: 20px;
		line-height: 20px;
	}
	
	.wrapper-content section.page-banner .tp-caption .wrapper-spectrum-outer {
		border: none;
	}
	.tp-parallax-wrap {
		left: 0 !important;
		top: 80px !important;
	}
	.tp-parallax-wrap, .tp-loop-wrap {
		width: 100%;
		text-align: center;
	}
	.tp-mask-wrap {
		width: 100% !important;
	}
	.tp-caption {
		max-width: none !important;
	}
	.tp-parallax-wrap:nth-of-type(2n+1) {
		display: none !important;
	}	
}
@media (max-width: 860px) {
	.tp-parallax-wrap {
		top: 60px !important;
	}
}

@media (max-width: 800px) {
	header .navlogin-form.desktop-form,
	.row.mobile-form {
		display: none;
	}
}
@media (max-width: 767px) {
	.site-header .row:first-child .col-md-6 {
		width: 50%;
		padding-bottom: 20px;
		float: left;
	}
	header .navlogin-form {
		border: none;
	}
	.desktop-form {
		display: none;
	}
	.mobile-form {
		display: block;
	}
	.home section.top .col-md-7 {
		padding-top: 0;
	}
	.home section.top .col-md-5 {
		text-align: center;
		padding-top:20px;
	}
	.home section.top .col-md-5 img {
		display: inline;
	}
	.home section.usl .col-one, .home section.usl .col-two, .home section.usl .col-three {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.home section.ds h2,
	.home section.technology h2,
	.home section.ms h2,
	.home section.ps h2 {
		text-align: center;
	}
	.home section.ps .col-md-7 {
		width: 100%;
		padding-top: 20px;
	}
	.home section.audit .col-md-5 {
		padding-left: 15px;
	}
	.home section.audit .col-md-7 {
		text-align: center;
		padding-top: 20px;
	}
	.home section.audit .col-md-7 img {
		display: inline;
	}
	.home section.cta a {
		margin-bottom: 10px;
	}
	.home section .wrapper-badge {
		width: 100% !important;
		text-align: center;
	}
	.home section .badge {
		padding-left: 0;
	}
	.tech-slides .col-md-6:first-child {
	    text-align: center;
    	padding-top: 10px;
   		padding-bottom: 20px;
	}
	.home section.ms .services {
		font-size: 18px;
	}
	a.more {
		font-size: 18px !important;
	}
	.tmp-so section.features .wistia_embed {
		clear: both;
		float: none;
		width: 100%;
	}
	section.services .col-md-4 {
		margin-bottom: 20px;
	}
	.tmp-dnt .col-xs-12 {
		text-align: center;
		padding-bottom: 10px;
	}
	.wrapper-content section.page-banner .container .last {
		padding-left: 15px;
	}
}
@media (max-width: 630px) {
	.tp-parallax-wrap {
		top: 0px !important;
	}
}
@media (max-width: 550px) {
	.tp-parallax-wrap:nth-of-type(2n+0) {
		display: none !important;
	}	
	.tp-parallax-wrap:nth-of-type(2n+1) {
		display: block !important;
		padding-left: 15px;
		padding-top: 15px;
	}	
}
@media (max-width: 500px) {
	section.page-banner .first {
		display: none;
	}
	section.page-banner .last h2 {
		margin-top: 0;
	}
}
@media (max-width: 400px) {
	.site-header a.logo img {
		width: 170%;
	}
}
@media only screen and (min-width: 40.063em) {
	.global-menu {
		width: 70%;
		max-width: 550px;
	}
}