/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 Jul, 2019, 7:29:27 PM
    Author     : node
*/

li {
color: #435369;
letter-spacing: -0.3px;
}

a {
color: #435369;
letter-spacing: -0.3px;
}
/* GLOBAL
   ------------------------- */
ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

.btn {
	border-radius:5px;
	font-weight: 700;
	padding: 12px 24px;
}


/* Remove blue glow */
.btn:focus,.btn:active {
   outline: none !important;
}
a:focus,a:active {
   outline: none !important;
}

.bt-custom {
	background-color:#0089ff;
	border: 1px solid #0089ff;
	color: white;
}
.bt-custom:hover,
.bt-custom:focus,
.bt-custom.focus,
.bt-custom:active,
.bt-custom.active {
	background-color:#0089ff !important;
	border: 1px solid #0089ff !important;
	color: white !important;
}

.bt-custom-out {
	border: 1px solid #0089ff;
	color: #0089ff;
	background-color: transparent;
}
.bt-custom-out:hover,
.bt-custom-out:focus,
.bt-custom-out.focus,
.bt-custom-out:active,
.bt-custom-out.active {
	border: 1px solid #0089ff !important;
	color: #0089ff !important;
	background-color: transparent !important;
}

.bt-custom-out-wh {
	background-color:transparent;
	border: 1px solid white;
	color: white;
}
.bt-custom-out-wh:hover,
.bt-custom-out-wh:focus,
.bt-custom-out-wh.focus,
.bt-custom-out-wh:active,
.bt-custom-out-wh.active {
	background-color:transparent !important;
	border: 1px solid white !important;
	color: white !important;
}

/* Input placeholder override */
::-webkit-input-placeholder {
   color: #999 !important;
   font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
	  color: #999 !important;
	  font-size: 14px;
}
::-moz-placeholder {  /* Firefox 19+ */
	  color: #999 !important;
	  font-size: 14px;
}
@media only screen and (max-width : 992px) {
::-webkit-input-placeholder {
}
:-moz-placeholder { /* Firefox 18- */
}
::-moz-placeholder {  /* Firefox 19+ */
}
}

/* Input override */
input {   
/*    border-color: #ccc !important;*/
    outline: 0 none !important;
	box-shadow:none !important;
/*	border-radius: 3px !important;*/
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-size: 14px!important;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    color: #333;
    padding: 8px 13px;
    letter-spacing: normal !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* TOP BAR
   ------------------------- */
.topbar {
  background-color: #e1ecf6;
  color: white;
  height: 34px;
  text-align: right;
  padding-top: 5px;
}

.topbar a {
	font-size: 12px;
}

.topbar .btn {
	padding: 2px 5px !important;
	font-size: 12px;
}



/* NAV
   ------------------------- */
.navbar-custom {
  background-color: white;
  border:none;
  min-height: 70px;
  margin-top: 34px;
  z-index: 1;
}
@media only screen and (max-width : 767px) {
.navbar-custom {
  background-color: white;
}
}

.navbar-custom img {
	height:32px;
}

.navbar-brand {
	padding-top: 19px;
}

.navbar-nav-right {
  padding-top:18px;
}
.navbar-right {
    margin-right: auto !important;
}
@media only screen and (max-width : 767px) {
.navbar-nav-right {
  padding-top:0;
}
}

.navbar-default .navbar-nav-right > li {
	margin-left: 10px;
	margin-right: 10px;
}

.navbar-default .navbar-nav-right > li > a {
  color: #435369;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (max-width : 992px) {
.navbar-default .navbar-nav-right > li > a {
  font-size: 12px;
  padding-right: 0;
}
}
@media only screen and (max-width : 767px) {
.navbar-default .navbar-nav-right > li > a {
	font-size: 15px;
}
}

.navbar-default .navbar-nav-right > li > a:hover {
    color: #333;
}

.navbar-nav-right > .active > a {
  background-color:transparent !important;
}

.navbar-custom-link {
	color: #0089ff !important;
}

/* Toggle dropdown mobile */
@media only screen and (max-width : 767px) {
.navbar-collapse { 
	background-color: white;
	margin-top:10px;
}
}

/* Toggle nav icon */
.navbar-default .navbar-toggle {
  border-color: transparent;
  background-color: white;
  margin-top: 19px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #eee;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #999;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}


.navbar-default {
 padding:0px !important;   
}
.navbar > .container .navbar-brand {
    margin-left: -15px !important;
}

/* Home page modal */
#signConfirm .modal-dialog {
    width: 545px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 348px;
}
.modal .modal-dialog .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #DDDDDD;
    border-radius: 2px;
    box-shadow: none;
    padding: 15px;
}
.modal .modal-dialog .modal-content {
    border: none !important;
    padding: 0px !important;
}
button.close {
    opacity: 1;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 9999;
    padding: 15px;
}
.close span {
    background: url("../images/fancybox-close.png") no-repeat;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    display: block;
    outline: none;
    border: 0px;
}
#signConfirm #login-popup {
    width: 100%;
    padding: 46px 50px 49px 50px;
}
#login-popup {
    width: 545px;
    overflow-x: hidden;
    padding: 38px 100px 23px 100px;
    padding: 38px 80px 23px 80px;
}
#login-popup h3 {
    font-size: 33px;
    color: #525252;
    text-align: center;
    margin-top: 0;
}
#login-popup hr {
    border-top: 2px solid #4aa0d2;
    margin: 21px auto;
}
hr {
    width: 50px;
    border-top: 2px solid #fff;
    margin: 30px auto;
}
#signConfirm p {
    font-size: 20px;
    line-height: 25px;
    padding: 17px 0 16px;
    color: #696969;
    text-align: center;
    font-weight: normal;
}
#signConfirm .modalbtn-row {
    margin: 0px;
    text-align: center;
}
#signConfirm .btn-default:nth-child(1) {
    margin-right: 25px;
}
#signConfirm .btn-default {
    background: #FFF;
}
#signConfirm .btn-default {
    display: inline-block;
    border: 2px solid #4aa0d2;
    border-radius: 100px;
    width: 183px;
    font-size: 17px;
    color: #4aa0d2;
    letter-spacing: 1px;
    margin: 0px;
    margin-right: 0px;
    outline: none;
}
#signConfirm .btn-default:hover, #signConfirm .btn-default:focus {
    background-color: #4aa0d2;
    border-color: #4aa0d2;
    color: #fff;
    outline: none !important;
}

/* Contractor signup */
.white-popup-block {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 545px;
    margin: 20px auto;
}
.sign-up-model #login-popup {
    padding-top: 0;
}
label.error, div.error {
    color: red !important;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    display: block;
}
#login-popup #client_register ul li, #login-popup #signup ul li {
    margin-bottom: 15px;
}
#login-popup ul li {
    list-style-type: none;
}
.white-popup-block ul li label {
    display: none;
}
.white-popup-block #login-popup ul li input {
    margin-bottom: 0;
}
.sign-up-model h3 {
    padding-top: 38px;
    margin-bottom: 0;
}
#login-popup ul li input {
    border: 2px solid #e7e8ec;
    width: 100%;
    padding: 10px 10px 10px 20px;
    font-size: 17px !important;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #000000;
}
#login-popup ul li select#state, #login-popup ul li select#time_zone {
    border: 2px solid #e7e8ec;
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    background: none;
    color: #b0b0b0;
}
.sign-up-model .checkbox {
    width: 214px;
    margin: 0 auto;
}
.checkbox-container, .checkbox {
    margin-top: 6px !important;
}
.checkbox div {
    margin-bottom: 10px;
}
#login-popup input[type="checkbox"] {
    margin: 10px 0 0;
}
.checkbox input[type="checkbox"] {
    height: 18px;
    left: 0;
    margin-left: 0;
    margin-top: 2px;
    top: 0;
    width: 18px;
}
input[type="checkbox"] {
    line-height: normal;
    float: left;
}
.sign-up-model .checkbox label {
    padding: 3px 0 0 9px;
}
.checkbox label {
    display: inline-block;
    position: relative;
}
.sign-up-model .checkbox label::before {
    background: url(images/unticked.png);
    width: 23px;
    height: 23px;
    top: 0;
    font-size: 0;
    border: none;
    border-radius: 0;
}
.checkbox label::before {
    margin-top: 3px;
}
.sign-up-model label a {
    color: #4aa0d2;
    text-decoration: underline;
}
.sign-up-model .checkbox label::after {
    background: url(images/ticked.png);
    width: 23px;
    height: 23px;
    top: 3px;
    font-size: 0;
}
#login-popup .login {
    background: #4aa0d2;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 9px 34px;
    font-size: 16px;
    color: #ffffff;
    border: none;
}
.create-forgot {
    margin-top: 26px;
}
.sign-up-model #signup .create-forgot p, .create-forgot a {
    opacity: 1;
}
.white-popup-block .create-forgot p {
    font-size: 16px;
    color: #525252;
    opacity: 1;
    text-align: center;
    width: 100%;
}
.white-popup-block .create-forgot p a {
    color: #4aa0d2;
    text-decoration: underline;
    opacity: 1;
}
.create-forgot a {
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
    opacity: 0.5;
}
.linkedin-btn {
    margin-top: 25px;
    text-align: center;
    width: 100%;
}
.white-popup-block h3 {
    font-size: 33px;
    color: #525252;
    text-align: center;
    margin-top: 0;
}
.white-popup-block #login-popup ul li {
    margin-bottom: 15px;
}
.forgot-pass-popup h1 {
    font-size: 40px;
    color: #231f20;
    text-align: center;
    font-weight: 500;
}
.forgot-pass-popup span {
    text-align: left;
    display: block;
    font-size: 18px;
    padding: 16px 0 0;
    line-height: 25px;
}
.forgot-pass-popup .form-horizontal {
    margin: 20px 0 0;
}
.forgot-pass-popup .form-group {
    margin: 15px 0;
}
.forgot-pass-popup .control-label {
    color: #4aa0d2;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 0 0 0;
    text-align: left;
}
.forgot-pass-popup .form-control {
    background-color: #fafafa;
    border-radius: 2px;
    border: 1px solid #eeeeee;
}
.mfp-close-btn-in .mfp-close {
    background: url("../images/fancybox-close.png") no-repeat center;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    padding: 20px;
}
.forgot-pass-popup .login-logo {
    text-align: center;
    padding: 25px;
}
.submit {
    text-align: center;
    margin-top: 20px;
}
#login-popup.thanks-popup {
    padding: 38px 50px 23px 50px;
}
.thanks-popup .login-logo {
    text-align: center;
    margin: 0 0 60px;
}
.thanks-popup .check-mail h2 {
    font-size: 30px;
    line-height: 40px;
    color: #231f20;
    text-align: center;
    padding: 0px 0 9px !important;
    margin: 0px;
}
#login-popup.thanks-popup h4 {
    font-size: 20px;
    line-height: 23px;
}
#login-popup h4 {
    color: #525252;
    font-weight: normal;
    text-align: center;
    margin: 25px 0 40px 0px;
}
.thanks-popup .check-divider {
    border-top: 3px solid #eeeeee;
    padding: 40px 0 0;
}
.loader {
    background: rgba(0, 0, 0, 0.2) url("../images/loading.svg") no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}
.jobs-header-v1 {
    margin-top: 55px;
}
/* SECTION
   ------------------------- */
.section {
	padding-top: 90px;
	padding-bottom: 90px;
}
@media only screen and (max-width : 767px) {
.section {
	padding-top: 50px;
	padding-bottom: 50px;
}
}

.section-ttl {
	text-align: center;
	padding-bottom: 50px;
}
@media only screen and (max-width : 992px) {
.section-ttl {
	padding-bottom: 30px;
}
}

.section-ttl h2 {
	padding-bottom: 10px;
	font-size: 26px;
}
@media only screen and (max-width : 992px) {
.section-ttl h2 {
	font-size: 22px;
}
}

.section-ttl h4 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #9aa8bd;
}
@media only screen and (max-width : 992px) {
.section-ttl h4 {
	font-size: 14px;
}
}



/* HERO
   ------------------------- */
.hero {
	margin-top:160px;
}
@media only screen and (max-width : 767px) {
.hero {
	margin-top:120px;
}
}

.hero h1 {
	padding-top:30px;
	padding-bottom:15px;
	font-size: 34px;
}
@media only screen and (max-width : 992px) {
.hero h1 {
	font-size: 28px;
	padding-bottom:5px;
}
}

.hero p {
	font-size:22px;
	line-height: 32px;
	padding-bottom:25px;
}
@media only screen and (max-width : 992px) {
.hero p {
	font-size:16px;
	line-height: 26px;
	padding-bottom:15px;
}
}

.hero-small {
	color: #687992;
	font-size: 12px !important;
	margin-top: 10px;
}

@media only screen and (max-width : 1200px) {
.hero .btn {
	padding: 12px 20px;
}
}
@media only screen and (max-width : 992px) {
.hero .btn {
	font-size:11px;
	padding: 10px 10px;
}
}
@media only screen and (max-width : 767px) {
.hero .btn {
	padding: 12px 20px;
}
}
/* SECTION MEDIABODY BLURBS
   ------------------------- */
.skewed-bg{
	background: #f6f9ff;
	padding: 100px 0 80px 0;
	transform: skew(0deg, -2deg); 
}

.skewed-content{
    transform: skew(0deg, 2deg);
}

.blurb-mediabody {
	padding: 30px;
	background-color: white;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
@media only screen and (max-width : 992px) {
.blurb-mediabody {
	padding: 20px;
	height: 120px;
}
}
@media only screen and (max-width : 767px) {
.blurb-mediabody {
	height: auto;
}
}

.blurb-mediabody h4 {
	margin-bottom:5px;
	color: #0089ff;
	font-weight: 400;
}

.blurb-mediabody p {
	font-size:15px;
	line-height:24px;
	margin-bottom: 0;
}
@media only screen and (max-width : 992px) {
.blurb-mediabody p {
	font-size:12px;
	line-height:20px;
}
}
@media only screen and (max-width : 767px) {
.blurb-mediabody p {
	font-size:15px;
	line-height:24px;
}
}

.blurb-mediabody img {
	width:80px;
	padding-right:25px;
}
@media only screen and (max-width : 992px) {
.blurb-mediabody img {
	width:50px;
	padding-right:10px;
}
}



/* VIDEO SECTION
   ------------------------- */
.section-video h2 {	
	font-size: 26px;
	padding-bottom: 8px;
}

.section-video .fa-check-circle {
	color: #09c3a3;
	margin-right: 8px;
}

.section-video p {
	padding-bottom: 10px;
}

.section-video li {
	padding-bottom: 4px;
}

.section-video .btn {
	font-size: 12px;
	padding: 12px 15px;
	margin-top: 20px;
}

.section-video-txt {
	padding-left: 40px;
}
@media only screen and (max-width : 767px) {
.section-video-txt {
	padding-top: 40px;
}
}



/* BLURBS
   ------------------------- */
.section-blurbs {	
	background: url(../images/home_v1/section_blurbs_bk.png) no-repeat center top;
}
.blurb {
	padding: 35px 0;
	background-color: white;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	text-align: center;
	height: 200px;
}
@media only screen and (max-width : 992px) {
.blurb {
	height: 180px;
}
}

.blurb h4 {	
	margin-bottom:0;
	font-size: 16px;
}

.blurb img {
	height:70px;
	margin-bottom:20px;
}
@media only screen and (max-width : 992px) {
.blurb img {
	height:50px;
}
}



/* CTA
   ------------------------- */
.cta {
	background-color: #0089ff;
	text-align: center;
}

.cta h2 {
	color: white;
	padding-bottom: 10px;
}
@media only screen and (max-width : 992px) {
.cta h2 {
	font-size: 26px;
}
}

.cta p {
	color: white;
	padding-bottom: 20px;
}



/* CONTACT */
.section-contact {
	background-color: #f6f9ff;
}

.section-contact-module {
	padding: 50px 60px;
	background-color: white;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width : 767px) {
.section-contact-module {
	padding: 50px 30px;
}
}

/* FORM */
.half-width-form-control {
    display: inline-block;
    width: 49%;
	margin-right:1%;
    /*width: calc(50% - 2px);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.half-width-form-control-right {
    display: inline-block;
    width: 49%;
	margin-left:1%;
    /*width: calc(50% - 2px);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}





/* SECTION DOWNLOAD */
.section-download {
    padding-bottom: 0;
    background: #FFFFFF;
}

.section-download input {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 48px !important;
	width: 210px;
}

.section-download p {
	font-size: 18px;
	line-height: 30px;
}

#dLabel {
    background: none;
    color: #435369;
    border: none;
    font-size: 16px;
    padding:initial;
    font-family: 'Karla', sans-serif;
}
.caret {
    border-top: 4px solid;
}
.dropdown-menu.profile-dropdown {
    border: none;
    background: #0089ff;
}
.dropdown-menu.profile-dropdown li {
    font-size: 16px;
    padding: 12px 0;
    padding-left: 0px;
    padding-left: 20px;
    border-bottom: 2px solid #e7e8ec;
}
.dropdown-menu > li > a.menu {
    font-family: 'Karla', sans-serif;
    padding: 0px !important;
    color: #FFFFFF;
    font-size: 14px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #000 !important;
    background: none !important;
}
.dropdown-menu {
    left: -60px;
}

@media (max-width: 992px) {	
.section-download-combo {
	margin-top: -10px;
}
}

.section-download-combo img {
	width: 40px;
}
@media (max-width: 1200px) {	
.section-download-combo img {
	width: 30px;
}
}

.section-download-combo p {
	font-size: 18px !important;
	font-weight: 700;
	padding-top: 40px;
}

.cta-badges {
	margin-top: 50px;
}
@media only screen and (max-width : 1200px) {
.cta-badges {
	margin-top: 40px;
}
}

.cta-badges img {
	height: 45px;
}
@media (max-width: 1200px) {	
.cta-badges img {
	height: 40px;
}
}

@media only screen and (max-width : 767px) {
.section-download-pic img {
	padding-left: 100px;
	padding-right: 100px; 
}
}

.section-download-content {
	padding-top: 120px;
}
@media only screen and (max-width : 1200px) {
.section-download-content {
	padding-top: 70px;
}
}
@media only screen and (max-width : 767px) {
.section-download-content {
	text-align: center;
	background-color: aliceblue;
	padding-bottom: 70px;
}
}



/* FOOTER */
.footer-custom {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #4d9ac5;
}
@media (max-width: 767px) {	
.footer-custom {
	padding-top: 20px;
	padding-bottom: 20px;
}
}

.footer-custom a {
	color: white;
}

.footer-custom img {
	height: 24px;
}
@media (max-width: 767px) {	
.footer-custom img {
	height: 20px;
}
}

.footer-social a {
	font-size: 18px !important;
}

.footer-social {
	margin-top: 20px;
}

.footer-custom p {
	color: white;
	margin-bottom: 0;
}
@media (max-width: 767px) {	
.footer-custom p {
	font-size: 12px;
}
}