body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color: #cccccc;}body {}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}a:focus,img:focus{outline: none;}button::-moz-focus-inner,img::-moz-focus-inner{border: 0;}*:focus { outline: 0; }

*{
	margin:0;
	padding:0;
	font-size:17px;
	line-height:28px;
	font-family: proxima-nova, sans-serif;
	font-weight:300;
}

body {
	margin:0;
	padding:0;
	max-width:100%;
	height:100%;
}

html {
	height:100%;
	color:#4b5c6c; 
	background:#111;
	scroll-behavior: smooth;
}

div {
	font-size:inherit;	
	line-height:inherit;
}

h1,h2,h3,h4,h5 {font-size:42px; margin-bottom:24px; color:#091135; font-weight:600; line-height:36px;}
h2 {font-size:40px; line-height:42px;}
h3 {font-size:36px; line-height:40px;}
h4 {font-size:32px; line-height:32px;}
h5 {font-size:24px; line-height:28px;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {font-weight:800;}

.preheader {
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	display:block;
	margin-bottom:10px;
	font-size:15px;
	color:#091135;	
	position:relative;
	padding-left:24px;
}	
.preheader::after {
	content:"";
	width:16px;
	height:3px;
	background:#2A83FD;
	position: absolute;
	left:0px;
	top:50%;
	margin-top:-2px;
}

.centered {
	text-align:center;
}

.coloured {
	color:#2A83FD !important;	
}
.underlined {
	text-decoration:underline;	
}
.promin {
	font-size:22px;
	line-height:28px;
	color:#102a43;	
}

ul {
}

ul li {
	margin:15px 0;
	line-height:26px;
}

.content-ul li {
	list-style:disc;
	margin-left:16px;
	color:#091135;
}

.checks-list {
	
}

.checks-list li {
	font-size:20px;
	color:#102a43;
	position:relative;
	line-height:24px;
	padding:11px 0 11px 60px;
}
.checks-list-check {
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	border:3px solid #091135;
	color:#2A83FD;
	border-radius:100px;
	text-align:center;
	line-height:46px;
}
.checks-list-check i {
	font-size:24px;
}


a {
	color:#2A83FD;
	font-weight:inherit;
	font-family:inherit;
	text-decoration:none; 
	font-size:inherit; 
	line-height:inherit;
	transition:color 0.4s;
	-webkit-transition:color 0.4s;
	font-style:inherit;
}
a:hover {
	color:#2e83ed;
}

p a {
	text-decoration:underline;
}

sup {
	font-size:10px;
	line-height:10px;
}

.learn-more {
	color:#102a43;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:15px;
	font-weight:600;
}

.learn-more i {
	color:#091135;
	margin-left:5px;
}


p {
	margin-bottom:30px;
	font-size:inherit;	
}

.std-p {
	font-size:15px;
	line-height:25px;
	margin-bottom:20px;
}

.clr {
	clear:both; 
	height:0;
}

hr {
	margin:50px 0;	
	border-top:1px solid #eee;
	border-bottom:none;
	background:none;
	border-left:none;
	border-right:none;
}

.lg-break {
	margin:60px 0;	
}

.nomargin {
	margin:0;	
}

.md-break {
	margin:40px 0;	
	border-top:1px solid #dedede;
}

strong { 
	font-size:inherit; 
	font-style:inherit;
	line-height:inherit;
	font-weight: 600;
	color:#102a43;
}

em {
	display:inline-block;
	font-weight:300;
	font-size:14px;
	line-height:18px;
	color:#777;
}

strike { 
	font-size:inherit; 
	font-style:inherit;
	line-height:inherit;
}

span {
	font-weight:inherit; 
	font-size:inherit; 
	line-height:inherit; 
	font-family:inherit;
}

p {
	line-height:inherit;	
}

img {
	max-width:100%; 
	height:auto;
}

.spacer {
	margin:0 10px;	
}

.mobileonly {
	display:none;	
}

.pm-content-image {
	overflow: hidden;
	border-radius:10px;
	margin:0 auto;
}
.pm-content-image img {
	display:block;
}

/** PAGE STYLES **/

#site-wrap {
	overflow:hidden;
	position:relative;
	width:100%;
}

#site-wrap #site-canvas {
	overflow:hidden;
	position:relative;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.white-section {
	background:#fff;
}
.grey-section {
	background:#f7f8fc;
}
.dark-section {
	background:#111;
}
.dark-section, .dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section strong, .dark-section .promin {
	color:#fff;
}

.content-section {
	padding:40px 0;	
}
.content-section-sm {
	padding:20px 0;	
}
.content-section-md {
	padding:60px 0;	
}
.content-section-lg {
	padding:100px 0;	
}

#header-section {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:10px 0;
}

#header-bar {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	height:78px;
	z-index:110;
	-webkit-transition:background-color 0.3s, box-shadow 0.3s, left 0.3s;
	transition:background-color 0.3s, box-shadow 0.3s, left 0.3s;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.header-fixed {
	background:#fff;	
	-webkit-box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
}
.header-fixed .header-navigation ul li a {color:#091135 !important;}
.header-fixed .header-navigation ul li a.active-nav {}
.header-fixed .header-navigation ul li a.button {color:#fff !important;}
.header-fixed #mobile-nav-trigger {color:#091135 !important;}
.header-fixed .header-phone-pretext, .header-fixed .header-phone-no {color:#091135 !important;}

#header-bar .container {
	position:relative;
	width:1260px;
}
#header-bar-content {
	padding:9px 260px 9px 260px;
}
#header-logo {
	position:absolute;
	left:20px;
	top:16px;
	opacity:1;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	height:auto;
	width:200px;
}
#header-logo img {
	display:block;
	max-height:100%;
	width:auto;
	max-width:100%;
}

#contact-navigation {
	position:absolute;
	right:20px;
	top:9px;
}

#main-navigation {
	
}
.header-navigation {
	display:block;
	padding:6px 0;
}
.header-navigation ul {
	margin:0;
	font-size:0px;
	text-align:center;
}
.header-navigation ul li {
	margin:0;
	display:inline-block;
	vertical-align:top;
	padding:4px 5px;
}
.header-navigation ul li a {
	display:block;
	font-size:13px;
	color:#111;
	padding:9px 14px;
	font-weight:600;
	border:2px solid transparent;
	position:relative;
	line-height:18px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	text-transform:uppercase;
}
.header-navigation ul li a.button {
	color:#fff !important;
}
.header-ondark .header-navigation ul li a {
	color:#fff;
}
.menu-notification {
	position:absolute;
	top:-6px;
	right:-6px;
	background:red;
	color:#fff;
	font-weight:600;
	border-radius:100px;
	width:16px;
	height:16px;
	line-height:16px;
	text-align: center;
	font-size:13px;
}


.header-navigation ul li a:hover {
	
}
.active-nav::after {
	content: '';
	background:#2A83FD;
	width:42px;
	margin-left:-21px;
	height:4px;
	position:absolute;
	bottom:-4px;
	left:50%;
}

.header-phone {
	padding:0px 20px 0 0 !important;
	text-align:left !important;
}
.header-phone-pretext {
	display:block;
	font-size:13px;
	line-height:18px;
	color:#102a43;
}
.header-phone-no {
	display:block;
	line-height:20px;
	font-size:20px;
	font-weight:600;
	color:#091135;
}

.dropdown-trigger {
	position:relative;
}
.dropdown-trigger i {
	font-size:14px;
}
.navigation-dropdown {
	display:none;
	position:absolute;
	left:0px;
	top:100%;
	width:260px; 
	background:#fff;
	text-align:left !important;
	-webkit-box-shadow:0 20px 40px rgba(0,0,0,0.1);
	box-shadow:0 20px 40px rgba(0,0,0,0.1);
	border-radius:6px;
}
.navigation-dropdown li {
	display:block !important;
}
.navigation-dropdown li a:hover {
	background:#f7f8fc;
}
.dropdown-trigger:hover .navigation-dropdown {
	display:block;
}

#mobile-nav-trigger {
	display:none;
	position:absolute;
	left:10px;
	top:14px;
	width:32px;
	height:32px;
	text-align:center;
	cursor:pointer;
	color:#111112;
}
#mobile-nav-trigger i {
	line-height:32px;
	font-size:20px;
}
.header-ondark #mobile-nav-trigger {
	color:#fff;
}

.side-menu {
	background:#111;	
	height:100%;
	position:fixed;
	top:0px;
	width:100%;
	overflow:hidden;
	z-index:400;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;	
	-webkit-box-shadow:0 20px 40px rgba(0,0,0,0.1);
	box-shadow:0 20px 40px rgba(0,0,0,0.1);
	display:none;
}
.side-menu-content {
	height:100%;
	overflow:scroll;
	padding-right:20px;
	margin-right:-20px;	
	-webkit-overflow-scrolling: touch;
	text-align:center;
}
.side-menu-content-box {
	padding:10px 15px;
}
.side-menu-content h5 {
	color:#171a32;
	margin-bottom:0;
	padding:10px 15px;
	font-size:11px;	
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:600;
}
#side-menu-close {
	position:absolute;
	right:20px;
	top:14px;
	width:32px;
	height:32px;
	text-align:center;
	line-height:32px;
	color:#a4a9ac;
	-webkit-transition:color 0.3s;
	transition:color 0.3s;
}
#side-menu-close i {
	font-size:24px;
	line-height:32px;
}
#side-menu-close:hover { 
	color:#fff;
}

.side-navigation-dropdown {
	background:#e6e8f0;
	margin-bottom:0px !important;
	max-height:0px;
	overflow:hidden;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.side-navigation-dropdown-active {
	max-height:500px;
}
.side-navigation-dropdown li {
	border-bottom:1px solid #cdd1de;
}
.side-navigation-dropdown li a {
	font-size:15px !important;
	line-height:18px !important;
}


#mobile-navigation {
	left:-100%;	
}
.side-navigation {
	
}
#side-logo  {
	padding:10px 0 20px 0;
}
#side-logo img {
	display:block;
	max-width:160px;
	margin:0 auto;
}
.side-navigation ul {
	margin-bottom:16px;
}
.side-navigation ul li {
	margin:0
}
.side-navigation ul li a {
	display:block;
	padding:8px 15px;
	color:#a4a9ac;
	font-size:15px;
	position:relative;
	text-transform: uppercase;
	font-weight:500;
}
.side-navigation ul li a:hover {
	color:#fff;
}
.active-side-nav {
	color:#2A83FD !important;	
}

.side-navigation ul li a .menu-notification {
	right:15px;
	top:50%;
	margin-top:-8px;
}

#header-button {
	font-size:14px;
	padding:8px 12px;
	margin-left:10px;
	border-radius:100px;
	color:#5880d9;
}

.page-header-section {
	position:relative;
	background: #111 url("../videos/tech.jpg");
	background-position:center;
	background-size:cover;
	padding-top:78px;
}
.page-header-content {
	padding:80px 0px;
	position:relative;
	z-index:10;
}
.page-header-overlay {
	background:rgba(0,0,0,0.6);
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	pointer-events:none;
}

.page-header-spacer {
	position:relative;
	background: #fff;
	padding-top:78px;
	height:0px;
	font-size:0px;
}

.page-header-image {
	padding:180px 30px;
	background:#121212;
	color:#fff;
	background-size:cover;
	background-position:center;
	position:relative;
}
.page-header-image h1 {
	font-size:60px;
	line-height:60px;
}
.page-header-image h1, .page-header-image .promin {
	color:#fff;
}

.page-header-section h1 {
	font-size:52px;
	line-height:52px;
}

.black-opacity-bg {
	position:relative;
}
.black-opacity-bg:after {
	content: "&nbsp;";
	font-size:0px;
	position:absolute;
	background-color:rgba(0,0,0,0.5);width:100%;
	height:100%;
	pointer-events:none;
	top:0px;
	left:0px;
	z-index:1;
}
.black-opacity-bg * {
	position:relative;
	z-index:10;
}

.banner-section {
	position:relative;
	background: #111;
	background-size:cover;
	background-position:center bottom;
	height:100vh;
	min-height:800px;
	display:table;
	width:100%;
}
.banner-content {
	position:relative;
	z-index:10;
	height:100%;
	display:table-cell;
	vertical-align: middle;
}
.banner-section-overlay {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:1;
}

.banner-content h1, .banner-content h2, .banner-content h3 {
	font-weight:800;
	color:#fff;
}
.banner-content h1 {
	font-size:66px;
	line-height:58px;
	margin-bottom:14px;
}
.banner-content h3 {
	font-size:42px;
	line-height:42px;
	margin-bottom:15px;
}
.banner-content h5 {
	
}
#banner-flags {
	font-size:0px;
}
.banner-flag {
	display:inline-block;
	margin-right:10px;
	max-width:50px;
}
.banner-flag img {
	display:block;
}

#sub-banner {
	padding:1px;
	position:relative;
	z-index:10px;
}
#sub-banner-container {
	margin-top:-60px;
}
.sub-banner-box {
	padding:30px;
	color:#fff;
	line-height:22px;
	display:block;
}
.sub-banner-box strong {
	display:block;
	color:#fff;
	margin-bottom:10px;
	font-size:28px;
	line-height:28px;
}
.sub-banner-box p {
	margin-bottom:0px;
}
#banner-box-1 {
	background:#42599f;
}
#banner-box-2 {
	background:#091135;
}

.weighted {
	font-weight:700;
}

.section-header {
	font-weight:700;
	position:relative;
	padding-bottom:30px;
}
.section-header:after {
    content: '';
    height: 2px;
    width: 15%;
    background: #091135; /* Old browsers */
	background: -moz-linear-gradient(left, #091135 0%, #091135 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #091135 0%,#091135 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #091135 0%,#091135 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#091135', endColorstr='#091135',GradientType=1 ); /* IE6-9 */
    position: absolute;
    left: 0;
    bottom: 5px; 
}

.video-container {
	padding:10px; 
	background:#fff;
	-webkit-box-shadow:0 30px 60px -12px rgba(50,50,93,.1),0 18px 36px -18px rgba(0,0,0,.3),0 -12px 36px -8px rgba(0,0,0,.010);
	box-shadow:0 30px 60px -12px rgba(50,50,93,.1),0 18px 36px -18px rgba(0,0,0,.3),0 -12px 36px -8px rgba(0,0,0,.010);	
}	
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact-location {
	padding:50px 30px;
	background:#121212;
	color:#fff;
	background-size:cover;
	background-position:center;
	position:relative;
	text-align:center;
}
.contact-location h5, .contact-location strong, .contact-location p {
	color:#fff;
}

.paddright {
	padding-right:50px;
}
.paddleft {
	padding-left:50px;
}

.feature-module {
	position:relative;
}
.feature-module:after {
	background:#2A83FD;
	position:absolute;
	right:-20px;
	top:-20px;
	content: "";
	width:50%;
	height:50%;
	border-radius:8px;
	z-index:10;
}
.feature-module img {
	position:relative;
	z-index:20;
	border-radius:20px;
}
.feature-module-content {
	background:#091135;
	border-radius:20px;
	color:#fff;	
	line-height:24px;
	padding:30px;
	position:relative;
	z-index:20;
}
.feature-module strong {
	color:#fff;
}
.feature-module .promin {
	font-size:32px;
	color:#fff;
}
.feature-phone {
	font-size:38px;
	font-weight:700;
	line-height:38px;
}
.feature-module ul {
  list-style: none;
  margin-left:16px;
}

.feature-module ul li::before {
  content: "\2022";  
  color: #2A83FD; 
  font-weight: bold;
  font-size:26px;
  line-height:18px;
  display: inline-block; 
  width: 1em;
  margin-left: -0.5em; 
}

.icon-item {position:relative; padding-left:42px; margin-bottom:24px;}
.icon-item-title {display:block; line-height:28px; font-weight:500; text-transform:uppercase; letter-spacing:1px; font-size:13px;}
.icon-item-icon {position:absolute; left:0; top:0; display:block; text-align:center;}
.icon-item-icon i {font-size:26px; line-height:28px;}

#prefooter-section {
	position:relative;
	z-index:10;
}
#prefooter-module {
	padding:70px 90px;
	background:#f7f8fc;
	border-radius:10px;
	margin-bottom:-100px;
}

#footer-section-wprefooter {
	padding:80px 0 40px 0;
	background:#181818;	
	color:#a4a9ac;
	font-size:15px;
	line-height:20px;
}
#footer-section {
	padding:40px 0;
	background:#181818;	
	color:#a4a9ac;
	font-size:15px;
	line-height:20px;
}
#footer-section p {
	margin-bottom:20px;
}

#footer-disclaimer {
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #dfe1ea;
	color:#b1b4bf;
}

#footer-services {
	padding-right:60px;
}

#footer-logo {
	max-width:160px;	
	margin-top:30px;
}
.footer-header {
	color:#fff;
	font-size:13px;
	margin-bottom:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: 600;
}
#footer-section ul li, #footer-section-wprefooter ul li {
	margin:0;
	padding:2px 0;
}
#footer-section ul li a, #footer-section-wprefooter ul li a {
	color:#a4a9ac;
	font-size:15px;
}
#footer-section ul li a:hover , #footer-section-wprefooter ul li a:hover {
	color:#fff;
}

#whoby-section {
	color:#73777a;
	padding:10px 0;
	font-size:13px;	
}
#whoby-links {
	
}
#whoby-links a {
	color:#73777a;	
	text-transform:uppercase;
	font-size:12px;
}
#whoby-links a:hover {
	color:#fff;	
}

.spacer {
	border-right:1px solid #44444e;
}

.testimonial {
	margin-top:24px;
}
.testimonial-content {
	background:#fff;
	font-size:16px;
	line-height:22px;
	padding:12px 15px;
	margin-bottom:10px;
	color:#46464a;
	border-radius:10px;
	-webkit-box-shadow:0 18px 35px rgba(50,50,93,.05),0 8px 15px rgba(0,0,0,.04);
	box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
}
.testimonial-name {
	font-weight:600;
}

.testimonial-stars {
	background:url(../images/interface/star.png) repeat-x;
	height:24px;
	max-width:120px;
	background-size:auto 100%;
	font-size:0px;
}

.module {
	border-radius:8px;
	display: block;
}
.module-content {
	padding:50px;
	display: block;
}
.module-content form {
	text-align:left;
}
.module-note {
	text-align:center;
	line-height:22px;
	font-size:15px;
}


.shaded-note {
	padding:10px;
	display:block;
	background:#f7f8fc;
	font-size:14px;
	line-height:22px;
}

.module-form-note {
	line-height:18px;
	font-weight:300;
	font-size:13px;
}

.module-content, .module-content h1, .module-content h2, .module-content h3, .module-content h4, .module-content h5, .module-content strong {
	
}

.custom-list li {
	position:relative;
	padding-left:34px;
}
.list-check {
	position:absolute;
	left:0;
	top:0;
	font-size:24px;
}
.list-check i {
	font-size:24px;
	color:#4ebd3c;
}

.boxed-content {
	background:#eee;
	font-size:15px;	
	padding:15px;
	line-height:20px;
}

.sub-module-text {
	font-size:15px;
	padding-top:15px;
}
.sub-module-text a {
	color:#111112;
	text-decoration:underline;
}

.success-message {
	background:#dff0d8;
	padding:15px 20px;
	border:1px solid #d6e9c6;
	color:#468847;
	margin-bottom:20px;	
	font-size:14px;
	border-radius:4px;
	line-height:20px;
}

.success-message strong, .success-message h5 {
	color:#468847;	
}

.error-message {
	background:#f2d5d6;
	padding:15px 20px;
	border:1px solid #ecc2ca;
	color:#8f553f;
	margin-top:20px;	
	font-size:14px;
	border-radius:4px;
	line-height:20px;
}

.error-message strong, .error-message h5 {
	color:#8f553f;	
}


.navheader {
	font-weight:600;
	text-transform:uppercase;
	font-size:15px;
	margin-bottom:20px;
	display:block;	
	letter-spacing:1px;
}

.promin-link {
	font-weight:600;
	color:#111 !important;
}
.promin-link i {
	font-size:14px;
	color:#EA1E41;
}

.feature-block {
	padding:50px;
}

/** BUTTON STYLES **/

.button {
	padding:6px 20px;	
	border:none;
	border-radius:4px;
	font-weight:500;
	text-align:center;
	font-size:17px; 
	cursor:pointer;
	display:inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-shadow:0 2px 4px 0 rgba(100, 105, 124, 0.24);
	text-transform: uppercase;
	letter-spacing:0.05em;
}
.button:hover {
	
}

.button-default {
	color:#fff; 
	background: #2A83FD;
}
.button-default:hover {
	color:#fff !important;
	background: #70c6fa;
}

.button-green {
	color:#fff !important;
	background: #00d284;
}
.button-green:hover {
	color:#fff !important;
	background: #29e39e;
}

.button:disabled, .button:disabled:hover, .button-disabled, .button-disabled:hover {
	background:#eee !important;
	color:#777 !important;
}


.button i, .button-disabled i {
	font-size:14px;
	margin-left:5px;
}

.button-block {
	display:block;
	width:100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing:border-box;
}

.button-large {
	padding:12px 25px !important;
	font-size:17px !important; 
}

.button-small {
	padding:4px 10px !important;
	font-size:13px !important; 
}

.button-extra-small {
	padding:2px 5px !important;
	font-size:12px !important;
	line-height:18px; 
}
.cta-header {
	font-size:32px;
	line-height:38px;
}

/** INPUT STYLES **/

.mbottom {
	margin-bottom:12px !important;	
}

.mbottom6 {
	margin-bottom:6px !important;	
}

.mbottom24 {
	margin-bottom:24px !important;	
}

.mbottom30 {
	margin-bottom:30px !important;	
}

.mbottom40 {
	margin-bottom:40px !important;	
}

.nombottom {
	margin-bottom:0px !important;	
}

label {
	display:inline-block;
	line-height:20px;
	font-size:11px;	
	color:#111;
	font-weight:500;
	margin-bottom:2px;	
	text-transform: uppercase;
}

.input-container {
	padding:0 13px;
	margin:0px 30px 0px -13px;
	position:relative;
}

.select-container {
	border:1px solid #e1e2eb;
	transition:border-color 0.3s;
	-webkit-transition:border-color 0.3s;
	overflow:hidden;
	border-radius:3px;
}

.file-input-container {
	padding:0px 6px;
	margin:0px 6px 0px -6px;
}

.form-checkbox-container {
	background:#f7f8fc;
	border:1px solid #f7f8fc;
	padding:10px 10px 10px 44px;
	position:relative;
	line-height:18px;
	font-size:14px;
}
.form-checkbox-container input[type="checkbox"] {
	position:absolute;
	left:14px;
	top:14px;
}

input[type="text"], input[type="password"], input[type="number"] {
	display:block;
	height:30px;
	line-height:30px;
	border-radius:3px;
	width:100%;
	padding:9px 20px;
	font-size:17px;
	transition:border-color 0.3s, background-color 0.3s;
	-webkit-transition:border-color 0.3s, background-color 0.3s;
	background:#fff;
	color:#102a43;
	border:1px solid;
	border-color:#e1e2eb;
}

input[type="file"] {
	display:block;
	height:32px;
	line-height:32px;
	width:100%;
	padding:5px 5px;
	cursor:pointer;
	border-radius:4px;
	background:#f7f7f7;
	color:#333;
}

input[type="submit"] {
	line-height:24px !important;
}

input[type="text"]:disabled {
	background:#f7f7f7 !important;
	color:#ccc !important;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	display:block;
	width:100%;
	color:#3e4a58;
	border:none;
	background:#fff url(../images/interface/select-arrow.png) no-repeat right center;
	height:48px;
	line-height:48px;
	padding:0 20px;
	font-size:17px;
}
select:disabled {
	background:#f7f8fc !important;
	color:#999;
}

select option {
	padding:0 5px;	
	color:#333;
}

textarea {
	display:block;
	width:100%;
	max-width:100%;
	min-width:100%;
	border-radius:3px;
	min-height:122px;
	font-size:17px;
	padding:9px 20px;
	color:#102a43;
	border:1px solid #e1e2eb;
	background:#fff;
	line-height:24px;
	transition:border-color 0.3s;
	-webkit-transition:border-color 0.3s;
}

#checker {
	display:none;	
}

input[type="checkbox"]{
    -webkit-appearance: checkbox;
}
input[type="radio"]{
    -webkit-appearance: radio;
}

.asterix {
	font-weight:600;
	color:red;	
}

input {
	-webkit-appearance:none;	
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color:#6ab5ea !important;	
}

table tr td {
	vertical-align:top;	
}

/** DIALOG OVERLAY **/
#dialog-overlay {
	width:0px;
	height:0px;
	position:fixed;
	background-color: rgb(238, 238, 238);
    background-color: rgba(238, 238, 238, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C9EEEEEE, endColorstr=#C9EEEEEE);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C9EEEEEE, endColorstr=#C9EEEEEE)";
	z-index:2000;
	top:0;
	left:0;	
	opacity:0;
	transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	overflow:hidden;
}

.dialog-notification {
	position:absolute;
	top:90px;
	left:50%;
	width:600px;
	margin-left:-200px;
	opacity:0;
	z-index:2500;
	background:#fff;
	-webkit-box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	-webkit-transform: scale(0.2, 0.2);
	transform: scale(0.2, 0.2);
	-webkit-transition:opacity 0.3s, -webkit-transform 0.3s;
	transition:opacity 0.3s, transform 0.3s;
	overflow:hidden;
}

.dialog-content {
	max-height:700px;
	overflow-y:scroll;
	margin-right:-20px;
	padding-right:20px;	
	-webkit-overflow-scrolling: touch;
}

.dialog-module {
	position:relative;
	padding:20px;	
}

.dialog-close {
	position:absolute;
	top:26px;
	right:30px;
	cursor:pointer;
}

.dialog-close i {
	font-size:18px;
}

#pagination {
	text-align: center;
	font-size: 0;
	margin-top: 40px;
}
#pagination li {
	display: inline-block;
	margin: 5px 5px;
}
.disabledpag {
	background-color: #eee !important;
	color: #999 !important;
}
#pagination li a {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	background-color: #e6e6e6;
	text-decoration: none;
	color: #666;
	font-weight: 600;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#pagination li a:hover {
	background-color: #648de9;
	color: #fff;
	cursor: pointer;
}
#pagination li .active-pag {
	background-color: #091135 !important;
	color: #fff !important;
}

#password-strength {
	border:1px solid #eee;
	border-left:none;
	margin-bottom:20px;
}

#password-8-characters, #password-has-number, #password-has-letter {
	
}

.password-strength-param {
	width:33.33%;
	float:left;
}

.password-strength-text {
	font-size:12px;
	padding:4px 10px;
	background:#f5f5f5;
	color:#999;	
	border-left:1px solid #eee;
	line-height:14px;
}

.password-strength-icon i {
	font-size:11px;
	width:10px;
	text-align:center;
	margin-top:-1px;
	display:inline-block;
	margin-right:4px;	
}


.secure-message {
	color:#00B974 !important;	
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:13px;
}

table {
	width:100%;
}
table tr td {
	padding:5px 15px;
	line-height:20px;
	font-size:16px;
}
.valigned tr td {
	vertical-align:middle;
}

.header-row td {
	font-weight:600;
	color:#111;
	padding-top:12px;
	padding-bottom:12px;
	font-size:17px;
}
.alt-row {
	background:#f7f8fc;	
}

.secure-message {
	color:#00B974 !important;	
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:13px;
}

#sub-type-select, #sub-method-select {
	border:1px solid #dbdfe7;
	border-radius:10px;
	overflow:hidden;
}

.sub-no-option {
	padding:10px 20px;	
	cursor:pointer;
	color:#8e94a0;
	font-size:13px;
	background:#fff;
	position:relative;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

.check-list {
	
}
.check-list li {
	position:relative;
	margin-bottom:12px;
	color:#091135;
	font-weight:500;
	line-height:22px;
	padding:2px 0 2px 34px;
}
.check-list .ul-icon {
	position:absolute;
	left:0;
	top:2px;
	background:#57d442;
	color:#fff;
	display:block;
	width:22px;
	height:22px;
	border-radius:100px;
	text-align:center;
	line-height:22px;
}
.check-list .ul-icon i {
	font-size:15px;
}
.check-list strong {
	
}



.blog-post {
	background:#fff;	
	/*box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);*/
	margin-bottom:36px;	
}
.blog-image-container {
	overflow: hidden;
	background: #fff;
}
.blog-image-box {
	display: table;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	height:193px;
	position:relative;
}
.blog-image {
	position:relative;
	z-index:100;
	display: table-cell;
	vertical-align: middle;
}
.blog-image-bg {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	padding:30px;
	top:-15px;
	left:-15px;
	filter: blur(14px);
	-webkit-filter: blur(14px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity:0.8;
}
.blog-image img {
	max-width: 100% !important;
	max-height: 193px !important;
	display: block;
	margin: 0 auto;
}
.blog-title a {
	color:#0e0e0f;
}


.blog-navigation-title {
	display:block;
	padding:10px 0;
}
.blog-navigation-next {
	text-align: right;
}


#blog-backto {
	position:absolute;
	left:0px;
	bottom:0px;
}

#blog-backto .button {
	border-radius:10px 10px 0 0;
}

.blog-details {
	padding:14px 20px 20px 20px;
}

.blog-author, .blog-details-spacer, .blog-date {
	text-transform:uppercase;
	display:inline-block;
	font-size:10px;
	letter-spacing:0.1em;
	font-weight:500;
	color:#a5acaf;
	line-height:18px;
}

.blog-details-label {
	font-size:8px;	
	color:#c3cacd;
}

.blog-author {
	
}

.blog-details-spacer {
	margin:0 6px;
	color:#d1d9dc;
}

.blog-date {
	
}

.blog-details h2 {
	font-size:20px;
	line-height:24px;
	margin:10px 0;
}

.blog-details p {
	margin-bottom:0px;
	font-size:14px;
	line-height:22px;
}

.blog-post-header {
	border-bottom:1px solid #ecf0f2;
	padding:30px 25px;	
}

.blog-post-content a {
	font-weight:400;
	text-decoration: underline;
	color:#276998;
}
.blog-post-content a:hover {
	color:#3778a6;
}

.blog-post-copy {
	line-height:28px;
	font-size:16px;	
	width:86%;
	margin:0 auto;
}

.blog-post-title {
	font-size:26px;	
	margin-bottom:10px;
}

.blog-navigation-text {
	color:#112b44;
}
.blog-navigation-title {
	color:#112b44;
}



.blog-post-image-box {
	background: #f5f5f5;
	display: table;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	margin-bottom:30px;
	height:32px;
}
.blog-post-image {
	display: table-cell;
	vertical-align: middle;
}
.blog-post-image img {
	max-width: 100% !important;
	max-height: 390px !important;
	display: block;
	margin: 0 auto;
}






#mobile-cta {
	display:none;
	position:fixed;
	bottom:-100px;
	width:94%;
	left:3%;
	z-index:1400;
	border-radius:6px;
	background:rgba(255,255,255,0.9);
	-webkit-box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.mobile-cta-visible {
	bottom:10px !important;
}
#mobile-cta-inner {
	padding:10px;
}

.icon-circle {
	display:inline-block;
	margin-bottom:26px;
	background:#7bd5a5;
	color:#fff;
	border-radius:100px;
	padding:15px;
	width:50px;
	height:50px;
}

.page-notification {
	padding:30px;
	line-height:24px;
	color:#102a43;
	background:#f7f8fc;
}

.contact-location {
	border-radius:20px;
	overflow:hidden;
}

.social-icons {
	font-size:0px;	
}
.social-item {
	font-size:20px;
	display:inline-block;
	line-height:20px;
	margin:0px 10px 0 0;
	padding:4px;
	border-radius:4px;
	width:20px;
	text-align:center;
}
.social-item i {
	line-height:20px;
}
.social-fb {background:#3b5998;}
.social-fb i {color:#fff;}
.social-linkedin {background:#0077B5;}
.social-linkedin i {color:#fff;}
.social-insta {background:#DD2A7B;}
.social-insta i {color:#fff;}
.social-twitter {background:#0084b4;}
.social-twitter i {color:#fff;}


.service-box {
	position:relative;
	padding-left:64px;
	margin-bottom:30px;
}
.service-box-icon {
	position: absolute;
	left:0px;
	top:0px;
	pointer-events:none;
	width:48px;
	height:48px;
}
.service-box-icon img {
	
}

.service-box-title {
	color:#091135;
	font-weight:600;
	font-size:18px;
	margin-bottom:10px;
}
.service-box-text {
	line-height:22px;
	font-size:15px;
	margin-bottom:10px;
}
.service-box-link {
	color:#091135;
	font-weight:500;
	text-transform: uppercase;
	letter-spacing:0.05em;
	font-size:13px;
	display:inline-block;
	padding-right:16px;
	position:relative;
}
.service-box-link i {
	font-size:12px;
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-7px;
}


h5.case-study-title {
	font-size:36px;
	line-height:38px;
}

.case-study {
	background-size:cover;
	position:relative;
	overflow:hidden;
}
.case-study-wide {
	margin-bottom:30px;
}

.case-study .module-content {
	z-index:10;
	position: relative;
}
.case-study-wide .module-content {
	padding-left:420px;
	min-height:178px;
}

.case-study-mockup {
	max-width:320px;
}
.case-study-mockup img {
	display:block;
}
.case-study-wide .case-study-mockup {
	position:absolute;
	left: 40px;
	top:50%;
	margin-top:-116px;
}

.case-study-overlay {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	pointer-events:none;
}

#bab-cs {
	background-image: url("../images/content/bab-bg.jpg");
}
#bab-cs-overlay {
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#pricebuilder-cs {
	background-image: url("../images/content/pricebuilder-bg.jpg");
}
#pricebuilder-cs-overlay {
	background: -moz-linear-gradient(left,  rgba(16,43,105,1) 0%, rgba(16,43,105,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(16,43,105,1) 0%,rgba(16,43,105,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(16,43,105,1) 0%,rgba(16,43,105,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102b69', endColorstr='#00102b69',GradientType=1 ); /* IE6-9 */
}

#tradesites-cs {
	background-image: url("../images/content/tradesman-sites.png");
	background-size:420px auto;
	background-repeat: no-repeat;
	background-position: left bottom;
}



#banner-mockup {
	padding-top:40px;
	max-width:860px;
	margin:0 auto;
}
#banner-mockup img {
	display:block;
}

.banner-section .service-box {
	padding:10px 10px 10px 74px;
	margin-bottom:10px;
	background:rgba(11,11,12,0.8);
	border-radius:10px;
}
.banner-section .service-box-icon {
	left:10px;
	top:10px;
}
.banner-section .service-box-title {
	color:#fff;
	margin-bottom:0px;
}
.service-box-text {
	line-height:22px;
	font-size:15px;
	margin-bottom:0px;
	color:#a4a9ac;
}
.banner-section .service-box-link {
	color:#fff;
}


#bab-section {
	background-image: url("../images/content/bab-bg.jpg");
	background-size:cover;
}
#bab-section-overlay{
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#pricebuilder-section {
	background-image: url("../images/content/pricebuilder-bg.jpg");
	background-size:cover;
}
#pricebuilder-section-overlay{
	background: -moz-linear-gradient(left,  rgba(16,43,105,1) 0%, rgba(16,43,105,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(16,43,105,1) 0%,rgba(16,43,105,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(16,43,105,1) 0%,rgba(16,43,105,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102b69', endColorstr='#00102b69',GradientType=1 ); /* IE6-9 */
}



#trades-section {
	background-image: url("../images/content/bab-bg.jpg");
	background-size:cover;
}
#trades-section-overlay{
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#trades-section-graphic{
	background-image: url("../images/content/tradesman-sites.png");
	background-size:50% auto;
	background-repeat: no-repeat;
	background-position: left bottom;
}





