/*
Theme Name: Top Echelon
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
label {
  font-size: initial;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  padding: 1.12em 1.5em 1em;
  background: #0098ef;
  color: #ffffff;
  padding: 5px 55px;
  border-radius: 3px;
  margin: 10px 0;
  display: inline-block;
  font-size: 18px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #57BAF3;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #777777;
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 6px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Lato", Helvetica, sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #565656;
}
input,
select {
  font-size: 14px;
  font-size: 1.4rem;
}
/* Boots and Bones */
.row-fluid {
    width: 100%;
    *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
line-height: 0;
content: "";
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
float: left;
width: 100%;
min-height: 30px;
margin-left: 2.564102564102564%;
*margin-left: 2.5109110747408616%;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.564102564102564%;
}
.row-fluid .span8 {
width: 65.81196581196582%;
*width: 65.75877432260411%;
}
.row-fluid .span4 {
width: 31.623931623931625%;
*width: 31.570740134569924%;
}
.main-fluid {
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  max-width: 1300px;
  *zoom: 1;
}
.main-fluid:before,
.main-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-fluid:after {
  clear: both;
}
.row {
  margin-bottom: 20px;
}
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:100%;
}
.container-768{
    max-width: 768px;
    margin: 20px auto;
    clear: both;
}
.item-flex {
    flex-direction: column;
    padding: 20px 10px 20px;
    box-sizing: border-box;
    margin: 0 1% 10px;
}
.flex-33 {
    flex-basis: 31%;
}
.flex-10{
  flex-basis: 10%;
  text-align: center;
}
.flex-90{
  flex-basis: 90%;
  padding:0 20px;
}
.fz-14 {
  font-size: 14px !important;
}
.fz-30{
  font-size: 30px !important;
  line-height: 1.5;
}
.fz-40{
    font-size:40px !important;
    line-height:1.25;
  }
.fz-50{
  font-size: 50px !important;
  line-height: 1.5;
}
.fz-65 {
  font-size: 65px !important;
  line-height: 1.5;
}
.mb-0{
  margin-bottom: 0 !important;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-100{
  margin-bottom: 100px;
}
.ma-0a{
  margin: 0 auto;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Lato", Helvetica, sans-serif;
}
h1 {
  line-height: 1.3;
  font-size: 50px;
  font-size: 5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1.larger {
}
h1.larger strong {
  letter-spacing: 1px;
}
.the-content h1 {
  color: #3c4499;
    font-size: 3.2rem;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 80px;
}
h1.webinar-title, h1.webinar-trainer-title  {
  font-size: 4.0rem;
}
.page-title, .the-content h2.page-title {
  font-weight: bold;
  margin: 0 0 40px -40px;
}
.page-template-page-about .page-title {
  margin: 0 0 40px;
}
h1.heading1 {
  display: none; /* on new pages for now, need to go through and make sure all h1 are right */
}
h2 {
  line-height: 1.5;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  color: #252a6e;
  margin-bottom: 1.2rem;
}
.the-content h2 {
  font-weight: 300;
  font-size: 32px;
}
h2.home-tagline {
  line-height: 1.3;
  font-size: 72px;
  font-size: 7.2rem;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
}
.home .full-width h2 {
  font-size: 40px;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #d69628;
  margin: 0 0 1rem 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h3 {
  line-height: 41px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #3c4499;
}
h3.product-tagline {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 3rem;
}
h3.product-tagline.gray {
  color: #6a6868;
  border-top: 1px solid #CECECE;
}
h3.dropdown {
  font-size: 20px;
  font-size: 2rem;
}
h3.dropdown:hover {
  opacity: .7;
  cursor: pointer;
}
h4 {
  line-height: 1.4;
  font-size: 17px;
  font-size: 1.7rem;
  color: #252a6e;
  font-weight: 700;
}
h5 {
    color: #3c4499;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
h2.staffing-guide {
  line-height: 41px;
  font-size:2.4rem;
  color: #3c4499;
  font-weight: 400;
}
h3.staffing-guide {
  line-height: 1.4;
  font-size:1.7rem;
  color: #252a6e;
  font-weight: 700;
}
.handwriting, h2.handwriting {
  font-family: 'Just Another Hand', 'Lato', sans-serif;
  font-size: 4rem;
  letter-spacing: 1px;
  line-height: 1.2;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.the-content .handwriting {
  color: #777777;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.expanded {
  display: none;
  margin-left: 45px;
}
h3.dropdown:before {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0098ef;
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 25px;
  text-align: center;
  margin-right: 15px;
  vertical-align: middle;
}
h3.dropdown.caret:before{
  content: "";
  background-image: url(/wp-content/themes/topechelon-2015/svg/dropdown-caret.svg);
  background-size: contain;
  border-radius: initial;
  border:none;
width:18px;
height: 18px;
font-size:20px;
line-height: 1.25;
position: absolute;
left: 0;
top:20px;
}
h3.dropdown.caret.close:before {
  content: "";
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
h3.dropdown.caret{
  border-top: 2px solid #dee2f3;
  text-align: left;
  padding-left:25px;
  position: relative;
  line-height: 1.5;
  margin: 20px;
  padding-top: 15px;
}
.container-768 h3.dropdown.caret:first-of-type{
  border-top: none;
}
.centered-box-content{
  margin-top: -100px;
  z-index: 1; position:
  relative;
  margin-bottom: -65px;
}
.page-template-page-recruiting-software-features-child h2, .page-template-page-recruiting-software-features-child-centered h2{
  color: #3c4499;
  margin-bottom: 20px;
}
.page-template-page-recruiting-software-features-child h2, .page-template-page-recruiting-software-features-child h3, .page-template-page-recruiting-software-features-child h4, .page-template-page-recruiting-software-features-child-centered h2, .page-template-page-recruiting-software-features-child-centered h3, .page-template-page-recruiting-software-features-child-centered h4{
  margin-bottom: 20px;
}
.page-template-page-recruiting-software-features-child .main-fluid, .page-template-page-recruiting-software-features-child-centered .main-fluid{
  background-color: inherit;
}
.page-template-page-recruiting-software-features-child article .the-content .bar p, .page-template-page-recruiting-software-features-child-centered article .the-content .bar p{
  color: #565656;
}
.page-template-page-recruiting-software-features-child h1, .page-template-page-recruiting-software-features-child-centered h1{
  color: #252a6e;
  font-weight: bold;
}
.feature-child-heading{
      padding: 160px 0 80px;
}
.child-features-top-image{
  margin-top:-240px;
  margin-left: 40px;
  max-width: 650px;
}
.page-template-page-recruiting-software-features-child h4, .page-template-page-recruiting-software-features-child .bar h4, .page-template-page-recruiting-software-features-child-centered h4, .page-template-page-recruiting-software-features-child-centered .bar h4 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #3c4499;
    text-transform:initial;
}
.callout{
  line-height: 1.5;
  font-size: 22px;
  color:#3c4499;
  margin-bottom: 15px;
}
h3.dropdown:hover:before {
  cursor: pointer;
  color: #57BAF3;
}
h3.dropdown.close:before {
  content: "\f106";
  line-height: .9;
}
.all-caps {
  text-transform: uppercase;
}
.page-title, .new-banner-image h2, .new-banner-image h1, .page-heading.new-banner-image h3, .page-heading.new-banner-image, .page-heading.new-banner-image p {
  color: #3c4499;
}

/* Text elements */
p {
  margin-bottom: 1.5em;
  font-size: 17px;
  line-height: 1.9;
  color: #565656;
}
.gray {
  color: #565656;
}
.white {
  color: #ffffff;
}
.mdblue{
  color: #3c4499;
}
.ltblue{
  color: #5663ad;
}
.mdblue-bg{
  background-color: #3c4499;
}
.ltblue-bg{
  background-color: #5663ad;
}
.ltblueltr{
  color: #bec8e6;
}
.link-blue{
  color: #0098ef;
}
ul,
ol {
  margin: 0 0 1em 2em;
}
.one-third ul {
  margin: 0 0 1.5em 2em;
}
.one-third ul li {
  font-size: 16px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  font-size: initial;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
// p strong, li strong {
//  color: #252a6e;
// }
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}



/* Links */
a {
  color: #0098ef;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #57BAF3;
}
a:hover {
  cursor: pointer;
}
a.mdblue{color: #3c4499;}
a:hover.mdblue{color:#5663ad;}
a.button, .button {
    background: #0098ef;
    color: #ffffff;
    padding: 8px 25px;
    border-radius: 100px;
    margin: 10px 0;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    border: 2px solid #0098ef;
    font-weight: 700!important;
    min-width: 230px;
}
.sidebar a.button, .sidebar .button {
  min-width: inherit;
}
a.ghost-button.blue {
  background: transparent;
    color: #0098ef;
    border: 2px solid;
}
a.button:hover, .button:hover {
  background: #57BAF3;
  border-color: #57BAF3;
}
a.ghost-button.blue:hover {
  background: #0098ef;
    color: #ffffff;
    border-color: #0098ef;
}
a.ghost-button, .ghost-button {
  color: #ffffff;
  background: transparent;
    border: 2px solid;
    border-radius: 100px;
    margin: 10px 2px;
    display: inline-block;
    font-size: 18px;
    min-width: 230px;
    width: auto;
    padding: 8px 25px;
    text-align: center;
    font-weight: 700;
    text-decoration: none !important;
}
a.ghost-button:hover, .ghost-button:hover {
  color: #0098ef;
    border: 2px solid #ffffff;
    background: #ffffff;
}
a.button.orange {
    background: #ec8602;
    border: 2px solid #ec8602;
    font-weight: 700;
}
a.button.white {
    background: #fff;
    color: #ec8602;
    border: 2px solid #ec8602;
    font-weight: 700;
}
a.ghost-button.orange, .ghost-button.orange {
  color: #ec8602;
  margin: 10px 20px;
}
a.ghost-button.whiteAlt, .ghost-button.whiteAlt {
  color: #ec8602;
  margin: 10px 20px;
  background-color: #fff;
}
a.button.orange:hover, a.ghost-button.orange:hover, a.button.white:hover, .ghost-button.orange:hover, .ghost-button.whiteAlt:hover {
  background: #ff9000;
    border: 2px solid #ff9000;
    color: #ffffff;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.ta-l{
  text-align: left;
}
.ta-r{
  text-align: right;
}
.center {
  text-align: center;
}
.no-margin{
  margin: 0;
}


/* Header
-------------------------------------------------------------- */
.site-title {
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
.site-description{
  font-style: italic;
}
.site-header {
  padding: 10px 20px 0px 20px;
  background: #ffffff;
  z-index: 1000;
  box-shadow: 0px 3px 10px rgba(100,100,100,.2);
  margin: 0;
  width: 100%;
  float: left;
  position: fixed;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
.header-right, .menu-main-nav-container, .menu-main-container {
  float: right;
}
.logo {
  float: left;
}
header nav ul {
  list-style: none;
  margin: 0;
  float: right;
}
header nav ul li {
  float: left;
  margin: 2px 10px 0 10px;
  line-height: 1.8;
}
header #menu-products li a {
  color: #888888;
}
header #menu-products li a:hover {
  color: #0098ef;
}
#menu-secondary li {
  margin: 0;
}
#menu-secondary li a {
  font-size: 14px;
  border-right: 1px solid #bfbfbf;
  padding: 0 10px;
}
#menu-secondary li:last-of-type a {
  border-right: none;
}
.menu-products-container {
  clear: both;
}
#menu-products a {
  padding-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: .25px;
  font-size: 14px;
}
#menu-products .current-menu-ancestor > a, #menu-products .current-menu-item a, .child-navigation .menu .current-menu-item a {
  border-bottom: 2px solid #0098ef;
}
#menu-secondary .current-menu-item a {
  color: #bfbfbf;
}
#mobile-menu {
  display: none;
}
#header-phone {
  float: right;
    font-size: 14px;
    color: #bb8424;
    margin: 0 10px;
    letter-spacing: 2px;
    line-height: 2.2;
}
header nav ul#menu-products li {
    margin: 0;
    line-height: 1.8;
    padding-bottom: 15px;
    position: relative;
}
header nav ul#menu-products li a {
    margin: 2px 10px 0 10px;
    line-height: 1.8;
    padding-bottom: 8px;
}
#menu-products li.current-menu-item > a, header nav ul#menu-products > li:hover > a, #menu-products li.current_page_ancestor a {
    border-bottom: 2px solid #0098ef;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
header nav ul#menu-products li.menu-item-has-children:hover > a, header nav #menu-products ul.sub-menu li a:hover, header nav #menu-products ul.sub-menu li.current-menu-item a {
  color: #0098ef;
}
header nav ul.sub-menu li a:hover, header nav #menu-products ul.sub-menu li.current-menu-item a, header nav #menu-products ul.sub-menu > li:hover > a{
border-bottom: none;
}
#menu-products li.menu-item-has-children:hover {
    color:#0098ef;
}
#menu-products ul.sub-menu {
    display: none;
    width: 245px;
    position: absolute;
    z-index: 999;
    padding: 0px;
    background: rgba(241, 241, 241, 0.8);
    top: 43px;
}
#menu-products .sub-menu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
#menu-products ul.sub-menu a {
    color: #888;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin: 0;
}
#menu-products .menu-item-has-children:hover ul.sub-menu {
    display: block;
}
.menu-arrow {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 25px;
    display: none;
}
nav #menu-products li.current-menu-ancestor.menu-item-has-children .menu-arrow:after {
    color: #fff;
}
#menu-products .menu-item-has-children .menu-arrow:after {
  content:'\f107';
  font: normal normal normal 16px/1 FontAwesome;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 17px;
  color: #888;
}
#menu-products .menu-item-has-children.close a{
  background: #24bdca;
  color: #fff;
}
#menu-products .menu-item-has-children .menu-arrow.close:after{
  content:'\f106';
}
#menu-products .menu-item-has-children:last-child ul.sub-menu {
    right: 0;
}
#logo, #logo-footer {
  width: 240px;
  height: 52px;
}
header .st0, .footer-bottom .st0 {
  fill:#252A6E;
}
header .st1, .footer-bottom .st1 {
  fill:#D69729;
}
.fallback {
  display: none;
}
.no-svg .fallback {
  background-image: url(/wp-content/uploads/2015/08/te-logo-small.png) no-repeat;
  display: block;
  width: 302px;
  height: 62px;
}

.child-navigation {
    float: left;
    width: 100%;
    padding-top: 20px;
    background: #f0f0f0;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.child-navigation ul{
  margin-left: 0px;
}
.child-navigation li.menu-item {
    line-height: 1;
    margin-bottom: 16px;
    display: inline-block;
}
.child-navigation .menu a {
    color: #777777;
    font-size: 16px;
    padding: 0 .5vw 5px .5vw;
    margin: 0px 2vw;
}

/* Structure
-------------------------------------------------------------- */
.wrap {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
#primary {
  background: #ffffff;
}
.full-width .wrap {
  max-width: 1400px;
}
.page-heading.child .wrap {
  max-width: 1000px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inline-block{
  display: inline-block;
}
.main-fluid {
  max-width: 100%;
  padding: 0;
  background: #f6f8fd;
}
.fluid-width-video-wrapper {
  padding-top: 0 !important;
}
.fluid-width-video-wrapper iframe {
  position: relative;
}
.full {
  width: 100%;
  float: left;
}
.full-width {
  width: 100%;
  clear: both;
  padding: 25px 0;
  float: left;
}
ul.full-width {
    padding: 0;
    margin: 0 4%;
    width: 92%;
}
.border-top {
  border-top: 1px solid #e1e1e1;
  margin-top: 60px;
}
.border-bottom {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
h2.border-top {
  margin-top: 20px;
  padding-top: 10px;
  float: left;
  width: 100%;
}
.border-left {
  border-left: 1px solid #e1e1e1;
}
.home .full-width {
  padding: 150px 0;
}
#content.full-width {
  width: 90%;
  padding: 140px 0 40px 0;
  margin: 0 5%;
}
#content.full-width.login {
  padding: 80px 0;
}
#content.no-page-heading {
  padding-top: 120px;
}
.no-page-heading .the-content {
  padding-top: 0;
}
.call-out {
  clear: both;
  background: #5663ad;
  float: left;
  padding: 20px 50px 20px 20px;
  margin: 25px -50px 25px 0;
}
.content-left, .content-right {
  width: 60%;
  padding: 30px;
}
.content-left h3 {
  margin-top: 50px;
}
.content-left h3 a {
  font-weight: 300;
}
.content-left h3 a .fa {
  margin-left: 10px;
}
.large-right-image {
  text-align: right;
    position: absolute;
    right: 0;
    margin-top: 0;
}
.margin-t-40{
 margin-top:40px;
}
.margin-t-80{
 margin-top:80px;
}
.margin-t-120{
 margin-top:120px;
}
.margin-t-100{
 margin-top:100px;
}
.padding-20 {
  padding: 20px;
}
.padding-v-20 {
  padding-top:20px;
  padding-bottom:20px;
}
.padding-40 {
  padding: 40px;
}
.padding-v-40 {
  padding-top:40px;
  padding-bottom:40px;
}
.padding-20-40 {
  padding: 20px 40px;
}
.padding-v-80 {
  padding-top:80px;
  padding-bottom:80px;
}
.padding-right-content {
  padding-right: 40px;
}
.padding-left-content {
  padding-left: 40px;
}
.call-out h3 {
  color: #ffffff;
}
.call-out p, .sidebar .call-out p {
  color: #ffffff !important;
    font-size: 24px;
    font-weight: 300;
    margin: 2rem;
    line-height: 1.4;
}
.call-out a {
  color: #0098ef;
}
.call-out li {
  color: #fff;
}
article .the-content .call-out a {
  text-decoration: underline;
}
.call-out a:hover {
  color: #57BAF3;
}
.call-out p strong {
  font-weight: 400;
}
.call-out .fluid-width-video-wrapper {
  float: left;
  width: 40%;
  text-align: center;
  padding: 15px 0 !important;
}
.call-out .content-right {
  padding: 0 50px;
}
#content {
  float: right;
  width: 70%;
  padding: 40px 0;
}
.one-third {
  float: left;
  width: 31%;
  margin: 0 1%;
}
.two-thirds {
  float: left;
  width: 64%;
  margin: 0 1%;
}
.one-half {
  width: 46%;
  margin: 0 2%;
}
.two-column {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
  -moz-column-gap: 60px; /* Firefox */
  column-gap: 60px;
}
.three-column {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
  -moz-column-gap: 60px; /* Firefox */
  column-gap: 60px;
}
ul.two-column li, ul.three-column li {
  /* display: table-row;  try to add back if problem */
  line-height: 2;
}
.the-content {
  padding-right: 50px;
  position: relative;
}
.outside-the-content {
  margin-right: -50px;
}
.video-text {
  width: 43%;
}
.page-template-page-contracting .content-left, .page-template-page-contracting .content-right {
  padding: 0 40px;
}
.content-left, .content-right-image {
  float: left;
}
.content-right, .content-left-image {
  float: right;
}
.content-left-image, .content-right-image {
  width: 40%;
}
.content-left-image {
  text-align: right;
}
article .the-content img.image-in-content {
  max-width: 45%;
}
.page-template-page-contracting .content-left-image {
  text-align: left;
}
.page-template-page-contracting .content-right-image {
  text-align: right;
}
.fluid-width-video-wrapper iframe {
    width: 100%;
    height: 240px;
}
.indent {
  padding: 50px;
  clear: both;
}
p.no-margin, h3.no-margin {
  margin: 0;
}
ul.pricing-table, table.pricing-table{
  width: 50%;
  float: left;
}
ul.pricing-table li, table.pricing-table td {
  border-bottom: 1px solid #e1e1e1;
}
.the-content ul.pricing-table li:before {
  content: "";
}
.job-posting-logos {
  text-align: center;
}
.job-posting-logos img {
  vertical-align: middle;
}
.small-indent{
  margin-left: 20px;
}
.lt-lt-blue-bg{
  background-color: #f6f8fd;
}
.white-bg{
  background-color: #ffffff;
}

/* Icons in Content Pages
-------------------------------------------------------------- */
.icon-in-heading {
  vertical-align: middle;
}
.the-content li, .content-widgets li {
    list-style: none;
    margin: 1% 0 1% 2%;
}
.the-content .half li {
  margin: 2% 0px 2% 4%;
}
.the-content ul.half {
  margin: 0;
}
.the-content ol li {
  counter-increment: step-counter;
}
.the-content li ul, .content-widgets li ul {
  margin-left: 55px;
}
.the-content li p, .content-widgets li p {
  margin-left: 5px;
}
.the-content li.icon p, .content-widgets li.icon p {
  margin-left: 35px;
}
.the-content ul li:before, .content-widgets ul li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #0098ef;
  margin-left: -30px;
  width: 30px;
}
ul.gray-check li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #999;
  width: 25px;
  height: 2em;
}
ul.gray-check li {
  font-size: 17px;
}
.the-content.bulletlists ul li:before {
    content: "\f111";
    font-size: 6px;
    margin-left: -22px;
    width: 22px;
    line-height: 2;
    vertical-align: middle;
}
.the-content ul li.icon:before{
  margin-left: -15px;
}
.the-content ol li:before {
  display: inline-block;
  color: #0098ef;
  width: 35px;
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 14px;
  font-weight: bold;
  margin-left: -40px;
  text-align: center;
}
.the-content ol.circle-numbers li{
  position: relative;
}
.the-content ol.circle-numbers li:before {
    position: absolute;
    top: 0;
    background: #3bc6f4;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    border-radius: 50px;
}
li h3, li h4 {
    padding-left: 1.7em;
    margin-top: -1.75em;
    line-height: 30px;
}
.page-id-69110 li h4 {
  padding-left: 0;
}
li h3 {
  font-size: 20px;
}
li.larger {
  font-size: 2.4rem;
  line-height: 2;
}
li.icon {
  list-style: none;
  margin-bottom: 10px;
}
li.icon:before {
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #777777!important;
    border: 3px solid #5663ad;
    border-radius: 50%;
    width: 30px;
    padding-top: 4px;
    height: 25px;
    font-size: 20px!important;
    text-align: center;
    margin-right: 10px;
    margin-left: -15px;
    vertical-align: middle;
}
li.icon.phone:before {
  content: "\f095";
}
li.icon.email:before {
  content: "\f003";
}
li.icon.chat:before {
  content: "\f0e6";
}
li.icon.upload:before {
  content: "\f062";
}
li.icon.tack:before {
  content: "\f08d";
}
li.icon.linkedin:before {
  content: "\f0e1";
}
li.icon.file:before {
  content: "\f0f6";
}
li.icon.import:before {
  content: "\f019";
}
li.icon.list:before {
  content: "\f0cb";
}
li.icon.send:before {
  content: "\f1d9";
}
li.icon.help:before {
  content: "\f0eb";
}
li.icon.laptop:before {
  content: "\f109";
}
li.icon.lightbulb:before {
  content: "\f0eb";
}
li.icon.calendar-check:before {
  content: "\f274";
}
li.icon.plus-square:before {
  content: "\f0fe";
}
li.icon.question:before {
  content: "\f128";
}
li.icon.user-plus:before {
  content: "\f234";
}
li.icon.usd:before {
  content: "\f155";
}
li.icon.line-chart:before {
  content: "\f201";
}
li.icon.one:before {
  content: "1";
}
li.icon.two:before {
  content: "2";
}
li.icon.three:before {
  content: "3";
}
li.icon.four:before {
  content: "4";
}
li.icon.one:before, li.icon.two:before, li.icon.three:before, li.icon.four:before {
  font-family: 'Lato', sans-serif;
}

/* Home Page
-------------------------------------------------------------- */
.home article{
  margin-bottom: 20px;
}
#home-content {
  padding: 6vw 0;
  background-color: #ffffff;
  z-index: 3;
  position: relative;
  background-image: url(/wp-content/uploads/2015/08/te-watermark.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  float: left;
}
#home-content .the-content {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 20px;
}
#home-content h1 {
  font-weight: normal;
  font-size: 3.25rem;
}
.top-banner {
  display: none;
  position: absolute;
  width: 100%;
  top: 80px;
}
.top-banner.active {
  display: block;
  opacity: 1;
}
.hidden {
  opacity: 0;
}
.home-top {
  padding: 27vh 0 23vh 0;
  background-image: url(/wp-content/uploads/2016/08/home-office-blur.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: inherit;
  text-align: left;
}
.home-top, .pricing, .home-top-ctas .banner-pricing {
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-top-ctas {
  margin-top: -315px;
  margin-top: -38vh;
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  float: left;
  border-bottom: 2px solid #e7e8f3;
}
.home-top-cta {
  height: 40vh;
  float: left;
  width: 50%;
  padding: 30px 20px 20px;
  border: 2px solid #e7e8f3;
  border-bottom: 0;
  background: rgba(255,255,255,.7);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.7+0,1+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.home-top-cta.network {
  margin: 0 -2px;
}
.home-top-cta i, .home-top-cta:hover i {
  display: inline-block;
  font-size: inherit;
  margin: 0;
  color: inherit;
}
.home-top-cta h2 {
  color: #3c4499;
  font-size: 28px;
  font-weight: 400;
}
.home-top-cta img.home-sprite, .home-top-cta:hover img.home-sprite {
  vertical-align: middle;
  margin-left: -22px;
}
.home-top-cta img, .home-top-cta:hover img {
  margin-top: 0;
}
.home-sprite {
  background: url(/wp-content/uploads/2016/06/home-sprite-2.png) no-repeat;
}
#icon-network {
  background-position: -2px 5px;
}
#icon-software {
  background-position: -2px -60px;
}
#icon-contracting {
  background-position: -63px 0px;
}
.home-top-cta p {
    font-size: 16px;
    line-height: 1.5;
}
.home-top-cta-link {
  color: #0098ef;
  font-weight: 600;
}
.home-top-cta-link:hover {
  color: #57BAF3;
}
.home .pricing, .home .banner-pricing {
  height: 0;
  opacity: 0;
  font-size: 18px;
  display: block;
}
.home .banner-pricing {
  font-size: 20px;
}
.home .banner-pricing p {
  font-size: 16px;
}
.home .pricing, .home .banner-pricing, .home .banner-pricing p {
  color: #3c4499;
}
.home .pricing .banner-pricing strong {
  font-size: 24px;
}
.banner-pricing span {
  vertical-align: super;
}
.home .banner-pricing:nth-of-type(2) {
  border-left: 2px solid #3c4499;
    padding-left: 10px;
}
.home .network .pricing {
  font-size: 24px;
}
.home-top-cta:hover, .home-top-cta.active {
  background-color: rgba(255,255,255,1);
  margin-top: -2vh;
  height: 42vh;
}
.home-top-cta.active .pricing, .home-top-cta:hover .pricing, .home-top-cta.active .banner-pricing, .home-top-cta:hover .banner-pricing {
  height: 50px;
    margin-bottom: 20px;
  opacity: 1;
}
.home-top .left {
  margin-left: 5%;
}
.tagline-1 {
    font-size: 60px;
    line-height: 1.25em;
    max-width: 1200px;
    margin: 0 auto 30px auto;
    padding: 0 20px;
}
.home-case-study {
    display: inline-block;
    width: 100%;
    background: #EBEFFB;
    float: left;
}
.home-case-study .half{
  padding: 75px 50px;
}
.home-case-study .half:first-child{
  background:url(/wp-content/uploads/2016/08/dave-case-study.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
    height: 50vw;
    max-height: 390px;
}
.home-case-study .quote {
    font-size: 24px;
    line-height: 1.5em;
    color: #252a70;
    margin-bottom: 20px;
    display: inline-block;
}


/* Product Pages
-------------------------------------------------------------- */
.page-heading {
  padding: 60px 0 80px;
  margin-top: 70px;
  background-image: url(/wp-content/uploads/2015/08/te-header-recruiting-software.jpg);
  background-size: cover;
  background-position: center;
  padding-left: 30%;
}
.page-heading.webdesign {
  background-image: url(/wp-content/uploads/2015/08/te-header-recruiting-websites.jpg);
}
.page-heading.contracting {
  background-image: url(/wp-content/uploads/2015/08/te-header-contract-staffing.jpg);
}
.page-heading.network {
  background-image: url(/wp-content/uploads/2015/08/te-header-recruiting-network.jpg);
}
.page-heading.login {
  background-image: url(/wp-content/uploads/2015/08/te-header-login.jpg);
}
.page-heading.login.center {
  padding-left: 0;
  color: #fff;
}
.page-heading.new-banner-image {
  background-image: url(/wp-content/uploads/2016/09/banner-software-bg.jpg);
  background-size: contain;
  padding: 3vw 2vw;
}
.page-heading.new-banner-image.contracting {
  background-image: url(/wp-content/uploads/2017/11/contracting-header.jpg);
  padding: 3vw 2vw!important;
}
.page-heading.new-banner-image.contracting-resources {
    background-image: url(/wp-content/uploads/2017/01/contracting-resources.jpg);
}
.page-heading.new-banner-image.network {
  background-image: url(/wp-content/uploads/2016/09/banner-network-bg.jpg);
}
.page-heading.new-banner-image.services {
  background-image: url(/wp-content/uploads/2016/07/banner-new-services-bg.jpg);
}
.page-heading.new-banner-image.child {
  background-image: url(/wp-content/uploads/2016/09/banner-light.jpg);
}
.page-heading.new-banner-image.software {
  background-image: url(/wp-content/uploads/2018/02/big-biller-v3-header.png);
  padding: 3vw 2vw!important;
  overflow: hidden;
}
.page-heading.new-banner-image.recruiting-network {
  background-image: url(/wp-content/uploads/2018/05/recruiting-network-hero-shot1.jpg);
  padding: 3vw 2vw!important;
}
.product-name {
  margin-left: -7%;
  font-size: 4.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  clear: both;
  display: block;
}
.page-heading.overview h1, .page-heading h3, .product-name {
  line-height: 6.5rem;
}
.page-heading.login h1 {
  margin: 0 auto;
}
.page-heading h3 {
  font-size: 7.2rem;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-heading h3.all-caps {
  font-size: 20px;
  font-weight: bold;
}
.banner-image {
    position: relative;
    margin-top: -340px;
    width: 100%;
}
.banner-tagline-container {
    width: 50%;
    margin-left: 6%;
    z-index: 3;
    position: relative;
}
.page-template-page-jobposting-php .banner-tagline-container.left, .page-template-page-webdesign-php .banner-tagline-container.left, .page-template-page-jobboard .banner-tagline-container {
    width: 33%;
}
.banner-tagline {
    line-height: 1.2;
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 900;
}
.banner-tagline .all-caps {
  display: block;
  font-weight: bold;
}
.banner-desc {
    font-size: 30px;
    display: inline-block;
    line-height: 1.45em;
    margin: 30px auto;
}
.banner-pricing {
  font-size: 25px;
}
article .the-content .banner-pricing p{
  color: #3c4499;
}
.banner-pricing strong {
  font-size: 40px;
}
.banner-pricing span {
  vertical-align: super;
}
.banner-pricing:nth-of-type(2) {
  border-left: 2px solid #747ebb;
    padding-left: 10px;
}
.page-id-10 .call-out{
  margin-top: 12vw;
}
.top-ctas {
  z-index: 4;
    position: relative;
}
.pricing-box {
    display: inline-block;
    background: #EBEFFB;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #3c4499;
}
.pricing-box h3 {
    padding: 20px 0 40px 0;
}
.pricing-link {
    font-size: 20px;
    margin-top: 10px;
    clear: both;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    padding-right: 30px;
    padding-left: 25px;
}
.new-header-main {
    line-height: 1.1;
    font-size: 4.5rem;
    font-weight: 700;
    color: #252a6e!important;
    margin-bottom: 2rem;
}
.new-header-detail {
    font-size: 2.1rem;
    margin-bottom: 1rem;
}
.new-header-handwriting {
  font-family: 'Just Another Hand', 'Lato', sans-serif;
    font-size: 4.5rem!important;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: normal!important;
    margin-top: 5px!important;
}
.new-subheader {
  color: #777777;
    line-height: 1.1;
    font-weight: 400!important;
    font-size: 28px!important;
    margin-bottom: 1.5rem;
}
.big-pricing {
    font-size: 90px!important;
}
.big-pricing span{
    vertical-align: super;
    font-size: 42px;
}
.tabs {
  max-width: 700px;
  margin: 0 auto;
}
.tab-list {
  padding-bottom: 1.25rem;
}
.tab {
  border-bottom: 2px solid #dbdbdb;
  display: inline-block;
  padding: 1rem;
  background: #f5f5f5;
  color: #999999;
  font-weight: 400;
  width: 49.5%;
  text-align: center;
  text-transform: uppercase;
}
.tab.active {
  background: #3c4499;
  color: #fff;
  border-bottom: 2px solid #040940;
}
.tab:hover {
  background: #5663ad;
  color: #fff;
  border-bottom: 2px solid #3c4499;
}
.tab-content {
  background: #f5f5f5;
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
  display: none;
  color: #565656;
}
.show {
  display: block;
}
.software-pricing {
    margin: auto;
    width: 668px;
    height: 100%;
    min-height: 400px;
    border: 1px solid #dbdbdb;
    background-color: #f5f5f5;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.25);
}
.pricing-details {
  margin-top: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.pricing-45{
    width: 45%;
    float: left;
}
.pricing-10{
    width: 10%;
    float: left;
}
.monthly-pricing{
  font-size: 80px;
  font-weight: 700;
  color: #252a6e;
  line-height: 1.25em;
}
.annual-pricing{
    font-size: 80px;
    font-weight: 700;
    color: #5663ad;
    line-height: 1.25em;
}
.monthly-pricing:before{
  font-size: 35px;
  font-weight: 400;
  color: #252a6e;
  vertical-align: top;
  content: "$";
  line-height: 2em;
}
.monthly-pricing:after{
  font-size: 16px;
  font-weight: 400;
  color: #252a6e;
  vertical-align: bottom;
  content: "/mo";
  line-height: 3.5em;
}
.annual-pricing:before {
    font-size: 35px;
    font-weight: 400;
    color: #5663ad;
    vertical-align: top;
    content: "$";
    line-height: 2em;
}
.annual-pricing:after {
    font-size: 16px;
    font-weight: 400;
    color: #5663ad;
    vertical-align: bottom;
    content: "/mo";
    line-height: 3.5em;
}
.monthly-add{
    font-size: 45px;
    font-weight: 700;
    color: #252a6e;
    vertical-align: middle;
    line-height: 2em;
}
.annual-add {
    font-size: 45px;
    font-weight: 700;
    color: #5663ad;
    vertical-align: middle;
    line-height: 2em;
}
.pricing-first-detail{
    text-align: center;
    margin: 1em 0 0 10%;
    border-top: 1px solid #dbdbdb;
    float: left;
    width: 80%;
}
.pricing-first-detail span{
    color: #545454;
    font-style: italic;
    font-size: 16px;
    font-weight: 700;
    margin-top: -1em;
    background: #f5f5f5;
    padding: 0;
    float: left;
    margin-left: 20%;
    width: 60%;
}
.pricing-additional-detail{
    text-align: center;
    margin: 1em 0 0 10%;
    border-top: 1px solid #dbdbdb;
    float: left;
    width: 80%;
}
.pricing-additional-detail span{
    color: #545454;
    font-style: italic;
    font-size: 16px;
    font-weight: 700;
    margin-top: -1em;
    background: #f5f5f5;
    padding: 0;
    float: left;
    margin-left: 10%;
    width: 80%;
}
.pricing-explained{
    color: #999;
    font-size: 16px;
    text-transform: uppercase;
    clear: both;
    padding-top: 25px;
    letter-spacing: .025em;
}
.monthly-header {
  background: #252a6e;
}
.monthly-header h2{
  font-size: 28px;
  padding:.25em 0;
  margin-bottom: 0px;
  color: #fff;
}
.monthly-header h6{
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 15px;
  color: #fff;
}

.annual-header {
  background: #5663ad;
}
.annual-header h2{
  font-size: 28px;
  padding:.25em 0;
  margin-bottom: 0px;
  color: #fff;
}
.annual-header h6{
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 15px;
  color: #fff;
}
.pricing-margin{
  margin-bottom: -200px;
}
/* new : please merge/get rid of old styles for things like banner once all main pages have same look */
.half.right{
  float: right;
}

.banner-tagline-center-container {
    z-index: 3;
    position: relative;
    text-align: center;
}
.banner-tagline-left-container {
    z-index: 3;
    position: relative;
    float: left;
    width: 48%;
}
.banner-tagline-center-container .banner-desc {
    width: 66.66%;
    display: block;
    color: #252a6e;
    margin: 20px auto 40px auto;
}
.banner-tagline-left-container .banner-desc {
    width: 100%;
    display: block;
    color: #252a6e;
    font-size: 20px;
    margin: 0 0 40px 0;
}
.banner-tagline-left-container .banner-desc span{
    letter-spacing: .15em;
    text-transform: uppercase;
}
.banner-tagline-left-container .banner-detail {
    width: 80%;
    display: block;
    color: #252a6e;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 25px 0;
}
.banner-tagline-center-container a.ghost-button.whiteAlt, .banner-tagline-center-container a.button, .banner-tagline-center-container .button, .banner-tagline-left-container a.ghost-button.whiteAlt, .banner-tagline-left-container a.button, .banner-tagline-left-container .button, .bar .button, .bar a.ghost-button.whiteAlt{
margin:10px 5px;
}
.banner-showcase-image {
    margin: 0 0 -65px 0;
    width: 49%;
    padding-right: 3em;
    text-align: right;
    float: left
}
.banner-laptop-image {
    width: 725px!important;
}
.new-banner-image .banner-tagline-center-container h1{
  color: #252a6e;
}
.new-banner-image .banner-tagline-left-container h1{
  color: #252a6e;
  font-size: 60px;
  font-weight: 700;
}
.new-banner-image.child.full{
  background-image: url(/wp-content/uploads/2016/09/banner-light.jpg);
  padding: 5vw 2vw;
}
.new-banner-image.child.full h1.banner-tagline-child, .new-banner-image.child.full .banner-desc-child{
  color: #252a6e;
  font-weight: 700;
}
.banner-tagline-child{
  font-size: 50px;
}
.banner-desc-child{
  font-size: 24px;
  line-height: 1.25em;
  margin-top: 20px;
}
.full-content#content{
  width: 100%;
  float: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  clear: both;
}
.full-content .the-content h2 {
    font-size: 30px;
    font-weight: normal;
}
.full-content .the-content{
  padding: 0;
}
.content-wrap{
  max-width: 1180px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    padding: 20px 40px;
}
.content-wrap.center{
  text-align: center;
}
.bar{
  background:#ebeffb;
  text-align: center;
}
.bar p, .bar h4, .bar span{
  font-size: 20px;
  font-size: 1.75rem;
  line-height: 1.5;
}
article .the-content .bar p, .bar span{
  color: #252a6e;
}
.bar h4{
  text-transform: uppercase;
  color: #5663ad;
  font-weight: normal;
}
.the-content .bar .button{
  margin-top: 10px;
}
article .the-content .testimonial p {
    color: #565656;
    font-size: 1.5rem;
    font-style: italic;
}
.testimonial-author {
    display: inline-block;
    margin: 6px;
    font-size: 14px;
}
.testimonial-position{
  font-weight: 300;
}
.one-fourth{
  float: left;
  width: 23%;
  margin: 0 1%;
}
.one-fifth{
 float: left;
 width: 18%;
 margin: 0 1%;
}
.industry-it{
  background: #545454;
  padding: 1em;
  margin-top: 1em;
}
.industry-it:hover {
  background: #656565;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}
.industry-professional{
  background: #4393cc;
  padding: 1em;
  margin-top: 1em;
}
.industry-professional:hover {
  background: #60b0e6;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}
.industry-engineering{
  background: #d19438;
  padding: 1em;
  margin-top: 1em;
}
.industry-engineering:hover {
  background: #ebab57;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}
.industry-healthcare{
  background: #2d2f69;
  padding: 1em;
  margin-top: 1em;
}
.industry-healthcare:hover {
  background: #4a4c85;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}
.faq-bg{
  background: #fafafa;
  border: 1px solid #dbdbdb;
  padding: 1em;
  margin-top: 1em;
}
.faq-bg:hover {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}
.change-on-mobile {
    margin-bottom: -140px;
}

/* -------------------- Video Embed Styles -------------------- */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow:
    hidden; max-width: 100%;
} .embed-container iframe,
.embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Hiding on pricing pages */
.page-id-78 .pricing-link, .page-id-47 .pricing-link, .page-id-69124 .pricing-link, .page-id-92 .pricing-link, .page-id-8 .pricing-link, .page-id-6 .pricing-link, .page-id-10 .pricing-link {
  opacity: 0;
    cursor: default;
}
a.pricing-link:after, a.arrow:after, a .arrow:after {
    content: "\f105";
    display: block;
    position: absolute;
    right: 16px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 15px;
}
a.arrow:after, a .arrow:after {
    font-size: 20px;
    vertical-align: initial;
    line-height: 1em;
    display: inline-block;
}
a.arrow:after, a .arrow:after {
    font-size: 1.25em;
    vertical-align: initial;
    line-height: 1.25;
    display: inline-block;
    bottom: 0;
}
.the-content a .arrow:after{
  line-height: 1.5;
}
a.arrow{
  margin-top: 10px;
}
a.arrow, a .arrow{
  position: relative;
    clear: both;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    padding-right: 30px;
    display: inline-block;
}
a.right.pricing-link:hover:after, a.arrow:hover:after, a:hover .arrow:after {
    right: 12px;
    -webkit-transition: right 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out;
    -ms-transition: right 0.25s ease-in-out;
    -o-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
    cursor: pointer;
}
.page-heading.login .handwriting {
  color: #0098ef;
}
.the-content .button {
  margin-top: 30px;
}
.blog .the-content .button {
  margin-top: 0;
}
.content-widgets {
  clear: both;
}
.content-widgets .widgettitle {
  display: none;
}
.cta-box {
  width: 33%;
  background-image: url(/wp-content/uploads/2015/08/cta-box-freetrial.jpg);
  background-size: cover;
  float: left;
  text-align: center;
  margin-right: .33%;
}
.cta-box.bigbiller-cta:nth-of-type(2), .cta-box.network-cta:nth-of-type(2) {
  background-image: url(/wp-content/uploads/2015/08/cta-box-demo.jpg);
}
.cta-box.contact-cta {
  background-image: url(/wp-content/uploads/2015/08/cta-box-contact.jpg);
}
.cta-box.webdesign-cta:first-of-type {
  background-image: url(/wp-content/uploads/2015/08/web-cta-box-1.jpg);
}
.cta-box.webdesign-cta:nth-of-type(2) {
  background-image: url(/wp-content/uploads/2015/08/cta-box-design-reviews.jpg);
}
.cta-box.network-cta:first-of-type {
  background-image: url(/wp-content/uploads/2015/08/network-cta-box.jpg);
}
.cta-box.contracting-cta:first-of-type {
  background-image: url(/wp-content/uploads/2015/08/cta-box-quote.jpg);
}
.cta-box.contracting-cta:nth-of-type(2) {
  background-image: url(/wp-content/uploads/2015/08/cta-box-quickstart.jpg);
}
.cta-box .button {
  padding: 5px;
  width: 100%;
  line-height: 1.7;
}
.cta-box-hover {
  padding: 290px 15px 15px 15px;
}
.cta-box-hover:hover {
  background: rgba(35,41,106,.7);
  cursor: pointer;
}
.cta-box-hover .handwriting {
  opacity: 0;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: -130px;
  color: #ffffff;
  line-height: 1.2;
}
#blog-sidebar .cta-box-hover .handwriting {
  margin-top: -100px;
}
#blog-sidebar .button {
  width: 100%;
}
.cta-box-hover:hover .handwriting {
  opacity: 1;
}
.cta-box.webinars {
  width: 100%;
  background-image: url(/wp-content/uploads/2016/01/cta-box-webinar-coaching.jpg);
  background-size: cover;
}
.cta-box.webinars .cta-box-hover {
  padding: 150px 15px 15px 15px;
}
.blog-side-read {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.blog-bubble {
    background: #dee2f3;
    padding: 12px 5px 15px;
    color: #252A6E;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.blog-bubble:after {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0px;
    right: 0;
    margin: 0 auto;
    left: 0;
    border-right: 13px solid transparent;
    border-top: 13px solid #dee2f3;
    border-left: 13px solid transparent;
}
.blog-side-read .button {
    margin: 2% auto;
    width: 90%;
    line-height: 1.8em;
    padding: 5px;
}
.top_cat_search{
  position: relative;
  margin-bottom: 80px;
}
a.blog_cat_mobile_menu {
  display: none;
}
.blog_cat_bar {
  width: 100%;
}
.blog_cat_bar ul {
  margin-left: 0;
  list-style: none;
  float: left;
  display: inline-block;
}
.blog_webinar {
    width: 20%;
    padding-left: 2%;
    border-left: 1px solid #ccc;
}
.blog_webinar li {
  width: 100%;
}
#blog_webinar_link {
    width: 100%;
    border-bottom: 0;
    position: relative;
    padding-right: 30px;
    margin-top: 0;
}
a.arrow#blog_webinar_link:after{
  top: 3px;
  line-height: .8;
}
#blog_webinar_link:hover {
  border-bottom: 0;
  color: #0098ef;
}
.blog_cat_bar ul li {
  float: left;
  padding-right: 2%;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .25px;
}
.blog_cat_menu {
  width: 70%;
}
.blog_cat_bar ul.blog_search li:last-child {
  width: auto;
}
.blog_cat_bar ul.blog_search li {
    padding-right: 0;
}
.blog_cat_bar ul li a{
  color: #777;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
}
.blog_cat_bar ul li a:hover, #blog_search_cat:hover, .blog_cat_bar ul li.current-cat a {
  border-color: #0098ef;
  color: #565656;
}
.blog_search_bar{
  opacity: 0;
  position: absolute;
  background: #e1e1e1;
  width: 95%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: -100px;
}
.blog_search_bar.visible {
  opacity: 1;
  top: -30px;
}
#blog_searchform label {
  text-transform: uppercase;
}
.blog_search {
  display: none !important;
}
form#blog_searchform {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
input#blog_s {
  width: 100%;
}
.blog_search_bar i {
  float: right;
  padding: 10px 15px 0px 15px;
}
#blog_search_cat {
  text-transform: uppercase;
  font-size: 14px;
  color: #777;
  border-left: 1px solid #ccc;
  padding-left: 15%;
  width: 90px;
  display: inline-block;
}
#blog_search_cat i {
  float: right;
  padding-left: 4px;
  padding-top: 4px;
}
span#blog_search_cat:hover, .blog_search_close:hover {
  cursor: pointer;
}
.blog_search_bar #blog_searchsubmit {
  float: none;
  width: 5%;
}
input#hubspot_subscribe_widget_4_email {
    width: 63% !important;
    float: left;
}
#hubspot_subscribe_widget_4_error_div, #hubspot_subscribe_widget_4_response_div {
  color: #D69729;
    font-size: 14px;
    text-align: left;
}
#hubspot_subscribe_widget_4_response_div {
  text-align: center;
}
div#hubspot_subscribe_widget_4_form_div input[type="submit"] {
    width: 34%!important;
    margin: 0 0 0 2%;
    padding: 7px 10px 8px;
    float: right;
    font-size: 16px;
}
.footer-top-blog {
  background: rgba(37, 42, 110,.85);
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    display: none;
    z-index: 11;
}
.footer-top-blog.hidden {
  display: none !important;
}
.footer-top-blog h2.widgettitle {
  font-size: 24px;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 5px;
    font-weight: 300;
}
.footer-top-blog ._form_17 ._full_width , ._button-wrapper._full_width{
    display: inline-block;
    width: initial !important;
}
.footer-top-blog ._form_17 ._form-thank-you {
    color: #ffffff !important;
}
.footer-top-blog ._form_17 ._button-wrapper ._submit {
    min-width: 150px !important;
    }
.footer-top-blog .textwidget {
    display: inline-block;
    width: 50%;
}
.footer-top-blog ._form_17{
  margin-top: 0px !important;
  padding: 5px !important;
}
.footer-top-blog ._form_17 ._form-content{
  text-align: center;
}
.footer-top-blog ._form_17 ._form_element._x09604542._full_width{
  width: 60% !important;
}
.footer-top-blog  ._form_17{
  width: 100% !important;
}
.footer-top-blog-close {
  float: right;
    color: #9EA0B9;
    margin-top: -10px;
    padding: 10px;
}
.footer-top-blog-close:hover {
  cursor: pointer;
  color: #57BAF3;
}
#hubspot_subscribe_widget_4_form_div {
  display: inline-block;
    // width: 30%;
    margin-left: 2%;
    vertical-align: middle;
}
.footer-top-blog .subscribe_box_title {
  font-weight: 300;
}
.cta-fixed-bar, .home-cta-fixed-bar {
  width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(37, 42, 110,.85);
    position: fixed;
    border-top: 1px solid #e1e1e1;
    z-index: 12;
}
.cta-fixed-bar.light {
  background: rgba(237, 237, 237, 0.95);
}
/* hiding on main product pages */
.page-id-6 .cta-fixed-bar, .page-id-8 .cta-fixed-bar, .page-id-10 .cta-fixed-bar, .page-id-39 .cta-fixed-bar {
    display: none !important;
}
.page-id-39.page-template-page-bigbiller-child .footer-bottom{
  margin-bottom: 0;
}
.home-cta-fixed-bar {
  width: 100%;
  text-align: center;
  font-size: 24px;
    color: #ffffff;
}

/* Contracting Express Updates */
.shadow{
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}
.shadowAlt{
    box-shadow: 0 15px 20px -15px rgba(0,0,0,0.3), 0 35px 50px -25px rgba(0,0,0,0.3), 0 85px 60px -25px rgba(0,0,0,0.1);
}
.table-contracting h3 {
    text-transform: uppercase;
    letter-spacing: .05em;
}
.table-contracting-th1 h3 {
  color: #252a6e;
  font-size: 20px;
}
.table-contracting-th1 span {
  display: block;
  font-weight: 400;
}
.table-contracting-th1 {
    background-color: #8d98d4;
}
.table-contracting-th2 {
  background: #5663ad;
}
.table-contracting-th3 {
  background: #252a6e;
}
.table-contracting-th1 h3 {
    color: #ffffff;
}
.table-contracting-th1, .table-contracting-th2, .table-contracting-th3 {
    max-width: 240px;
    padding: 15px 10px;
    width: 25%;
}
.table-contracting-th1 h3, .table-contracting-th2 h3, .table-contracting-th3 h3 {
    font-size: 27px;
    margin-bottom: 0px;
}
tr.table-contracting-footer td.comparison {
    background-color: #ec8602;
    color: #fff;
}
.table-contracting h5 {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 10px;
}
.table-contracting-em {
  color: #c0cfed !important;
  font-weight: 300;
  line-height: 1.2;
}
.table-contracting td:first-child {
  text-align: left;
  font-size: 16px;
  line-height: 1.5
}
.table-contracting tr:nth-of-type(even) {
  background: #f0f0f0;
}
.table-contracting tr {
  border-bottom: 1px solid #e1e1e1;
  background: #ffffff;
}
.table-contracting td {
  border-left: 1px solid #e1e1e1;
  padding: 5px 13px;
  padding: 9px 15px;
  vertical-align: middle;
}
.table-contracting .fa-check {
  color: #0098ef;
}
.table-contracting .fa-times {
  color: #bababa;
}
td.table-contracting-empty {
  border: 1px solid #fff;
  border-top: inherit;
  background: #fff;
  padding: 24px;
}
.table-contracting-with-btn {
  position: relative;
}
.table-contracting-btn, .table-contracting-btn-2, .table-contracting-btn-1 {
    background: #5663ad;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: #fff;
    min-height: 50px;
    font-size: 22px;
}
.table-contracting-btn-1 {
    background: #8d98d4;
}
.table-contracting-btn-2 {
  background: #252a6e;
}
.table-contracting-btn:hover, .table-contracting-btn-2:hover {
  background: #0098ef;
  color: #fff;
}

/* calculator */
td.calc-calc {
    position: relative;
}
.calc-calc img {
    float: left;
    margin-right: 10px;
}
.calc-calc h4 {
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    color: #636363;
    margin-bottom: 10px;
}

.calc-calc h3 {
    font-weight: 700;
    font-size: 30px;
    color: #636363;
    line-height: 30px;
}

.calc-section {
    float: left;
    color: #222;
}

.calc-section label {
    display: block;
    clear: both;
    font-size: 17px;
    font-weight: 600;
}

.calc-price .prodName {
  color: #888888;
  font-style: italic;
  font-size: 14px;
  display: block;
  clear: both;
  margin-top: 60px;
  line-height: 1.5em;
}

div#calc-section-1, div#calc-section-2 {
    width: 34%;
    margin-right: 3%;
}

input#txtPayRate, input#txtBillRate, select#ddlState {
    width: 100%;
    max-width:100%;
    text-align: right;
    font-size: 18px;
    color: #000;
}
select#ddlState {
    height: 40px;
    border: 1px solid #dddddd;
}
.calc-call {
    color: #888888;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.calc-call span {
    color: #252a6e;
    font-size: 30px;
}

div#disclaimer-message {
    display: none;
    text-align: center;
    margin-top: 20px;
    clear: both;
    width: 100%;
    float: left;
    color: #f00;
}

.priceBlock {
  font-size: 92px;
  position: relative;
  clear: both;
  box-sizing: border-box;
  font-weight: 700;
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: -20px;
  color: #5562ab;
}
.priceBlock:before {
  content: "$";
  vertical-align: top;
  line-height: 0px!important;
  font-size: 20px;
  display: inline-block;
  margin-top: -10px;
}
.priceBlock:after {
  content: "RECRUITER'S PROFIT PER HOUR";
  font-size: 14px;
  clear: both;
  float: left;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.priceBlock span {
  font-size: 24px!important;
  vertical-align: top;
  position: relative;
  line-height: 0;
  margin-top: -10px;
  display: inline-block;
}
td.calc-price {
    padding-top: 40px;
}
div#dvSeeHowMuch {
    position: absolute;
    width: 240px;
    height: 106px;
    background-image: url(/wp-content/uploads/2017/06/see-how-much.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: -110px;
    left: 6px;
}

input[type=text].invalid {
    background-color: #ffcfcf;
}

a.quoteStart.button { display:none; }
a.quoteStart.button.show { display:inline-block; }
.calc-get-started {
  clear:both;
  text-align: center;
  display: none;
}
.calc-get-started a {
  color:#ec8602;
  font-size: 18px;
  padding: 20px 30px;
  display: block;
}
/* end calc */


/* About Page
-------------------------------------------------------------- */
.page-heading.about {
  background-image: url(/wp-content/uploads/2016/08/te-about-header.jpg);
  padding: 100px 0;
  min-height: 20vw;
}
.page-heading.about h1 {
  margin: 0 auto;
}
.full-width.about {
  background-image: url(/wp-content/uploads/2016/08/te-about-bg.jpg);
  background-size: cover;
}
.page-template-page-about .full-width {
  padding: 70px 0;
}
#team-section {
  float: left;
  margin-bottom: 100px;
}
.team-block {
  float: left;
  text-align: center;
  width: 170px;
  height: 245px;
}
.team-pic {
  height: 169px;
  width: 170px;
  overflow: hidden;
  background-color: #252a6e;
}
.team-pic:hover {
  cursor: pointer;
}
.team-pic:hover img, .team-pic img.active {
  margin-top: -171px;
}
.team-block h4 {
  margin-top: 5px;
  font-size: 14px;
}
.team-block p {
  font-size: 12px;
  line-height: 1.2;
  padding: 0 3px;
}
.page-template-page-about #content {
  padding: 0;
}
.team-pic.inactive img, .empicture.inactive {
  opacity: .25;
}
.team-sidebar-job-title {
  color: #565656;
  font-weight: 400;
  margin-bottom: 20px;
}

.team-block-new {
  background: #242a6e;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  text-align: center;
}
.team-block-new > div {
  margin: 1rem;
}
.team-pic-new {
  height: 170px;
  width: 170px;
  overflow: hidden;
}
.team-block-new h4 {
  margin-top: 5px;
  font-size: 18px;
  letter-spacing: .25px;
  color: #eed2a0 !important;
}
.team-block-new p {
  font-size: 12px;
  line-height: 1.2;
  padding: 0 3px;
  color: #e0e0e0 !important;
}


/* Portfolio Page
-------------------------------------------------------------- */
.filter-tag {
  padding: 3px 0;
    margin: 0 10px;
}
.filter-tag:hover, .filter-tag.active {
  border-bottom: 2px solid;
}
.portfolio-block {
  float: left;
  text-align: center;
  width: 24%;
  margin-right: 1%;
  height: 220px;
}
.portfolio-block h4 {
  margin: 8px 0 20px 0;
  font-weight: normal;
    color: #3c4499;
}
.portfolio-block-wrap {
  width: 100%;
  height: 130px;
  overflow: hidden;
  background: #252a6e;
  box-shadow: 1px 1px 3px rgba(5,5,5,.5);
}
.portfolio-block-img {
  width: 100% !important;
  cursor: pointer;
  max-width: none !important;
  float: left;
}
.portfolio-block-img:hover {
  width: 130% !important;
  max-width: none !important;
  opacity: .3;
}
.portfolio-block-img, .portfolio-block-img:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.popup-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(37,42,110,.7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.popup-cover.inactive {
  display: none !important;
}
.popup-container {
  width: 98%;
  float: right;
  background: #ffffff;
  top: 120px;
  position: fixed;
  right: 1%;
  border-radius: 3px;
  padding: 5px;
  z-index: 100;
}
.popup-close {
  float: right;
  padding: 8px;
  font-size: 18px;
  background-color: #0098ef;
  color: #ffffff;
}
.popup-close:hover {
  background-color: #00aeef;
  cursor: pointer;
}
.popup-arrows {
  width: 100%;
  float: left;
  font-size: 24px;
  padding: 5px;
}
.popup-arrow-next {
  float: right;
}
.popup-arrow-next, .popup-arrow-back {
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  padding: 1px 8px 3px 12px;
  text-align: center;
}
.popup-arrow-back {
  padding: 1px 12px 3px 8px;
}
.popup-container img {
  clear: both;
  box-shadow: 2px 2px 15px rgba(5,5,5,.3);
}
.details-half {
  float: left;
  width: 50%;
  padding: 20px;
}
.details-half p {
  font-size: 16px;
}
.details-half h2 {
  font-size: 30px;
  font-size: 3rem;
}
.visit-site {
  font-size: 24px;
  display: inline-block;
}
.portfolio-block:before {
  padding-bottom: 10px;
  content: "";
  display: block;
}
.portfolio-block.award-winning:before {
  content: url(/wp-content/uploads/2015/08/award-winner.png);
  margin-bottom: -86px;
  display: block;
  padding-bottom: 20px;
  z-index: 1;
  position: relative;
  float: right;
  padding-right: 10px;
}
h4.addy-award {
  line-height: 1.5;
}
h4.addy-award:before {
  content: url(/wp-content/uploads/2015/08/addy-small.jpg);
  float: left;
  margin-right: 12px;
}
.full-width.portfolio p {
  display: none;
}
.full-width.portfolio .details-half p, .full-width.portfolio p.popup-arrows {
  display: block;
}


/* 404 page
-------------------------------------------------------------- */
h2.not-found{
  color: #fff;
}
body.error404 #primary {
  background: url(/wp-content/uploads/2015/09/te_404-img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.error-cta img {
  padding-top: 0;
  float: left;
  margin-right: 10px;
}
.error-ctas {
  margin-bottom: 40px;
}
a.error-cta {
  display: block;
  width: 80%;
  padding: 20px;
}
form#errorsearchform{
  width: 80%;
}
.error-cta i {
  display: block;
  float: right;
  font-size: 30px;
  margin-top: 15px;
}
.error-cta h2 {
  color: #ffffff;
  letter-spacing: 1px;
  display: inline-block;
}
.error-cta:hover {
  background-color: rgba(0,152,239,.6);
  cursor: pointer;
}
.error-cta:hover i {
  color: #fff;
}
.error404 h1.mobile{
  display: none;
}
body.error404 #content {
  width: 50%;
  padding: 140px 10px 10px;
}
.error404 p{
  color: #fff;
}
.error404 div#dgd_scrollbox-63686 {
  display: none !important;
}
/* 404 for the blog*/
.search-no-results h1{
  color: #777;
  font-size: 3rem;
}

/* Sidebars
-------------------------------------------------------------- */
.sidebar-mobile-menu, .child-nav-mobile-menu {
  display: none;
}
.sidebar-primary .widgettitle, .child-navigation .widgettitle{
  display: none;
}
.sidebar-primary {
  float: left;
  width: 25%;
  max-width: 410px;
  padding: 40px;
  background: -moz-linear-gradient(top,  rgba(235,239,251,1) 0%, rgba(235,239,251,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,239,251,1)), color-stop(100%,rgba(235,239,251,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(235,239,251,1) 0%,rgba(235,239,251,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(235,239,251,1) 0%,rgba(235,239,251,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(235,239,251,1) 0%,rgba(235,239,251,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(235,239,251,1) 0%,rgba(235,239,251,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeffb', endColorstr='#00ebeffb',GradientType=0 ); /* IE6-9 */
}
.sidebar-primary.fixed {
  position: fixed;
  top: 65px;
  z-index: 1;
  padding-top: 40px;
}
.sidebar-primary.no-page-heading {
  margin-top: 70px;
}
.sidebar-primary.no-page-heading.fixed {
  margin-top: 0;
}
#blog-sidebar .side-title {
  display: none;
}
#blog-sidebar .sidebar:nth-last-child(2) .side-title, #blog-sidebar .sidebar:last-of-type .side-title {
  display: block;
}
#blog-sidebar li {
  line-height: 1.2;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}
#blog-sidebar.fixed {
  position: relative;
}
.sidebar {
  float: left;
  width: 100%;
}
.home .side-title {
  display: none;
}
.side-title {
  margin-bottom: 15px;
  line-height: 1.5em;
}
ul.menu, ul.sub-menu {
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
}
#menu-big-biller-2, #menu-network-2, #menu-web-design-2, #menu-contracting-2 {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
}
.sidebar-primary ul {
  margin: 0;
  list-style: none;
}
.sidebar li.menu-item {
  line-height: 1;
  margin-bottom: 16px;
}
.sidebar .menu a {
  padding-bottom: 5px;
  color: #777777;
  font-size: 16px;
}
.sidebar .menu a:hover, .sidebar .menu .current-menu-item > a {
  color: #0098ef;
}
ul.sub-menu {
  display: none;
}
.current_page_item ul.sub-menu, .current-page-parent ul.sub-menu {
  display: block;
}
.sidebar p {
  font-size: 14px;
}
.gcc_caption {
  display: none;
}
.gcc_message {
  margin-top: -40px;
  font-size: 12px;
  float: left;
}
.gcc_textbox_button, .gcc_textbox_class {
  width: 100%;
}
.page-template-page-training .sidebar .widgettitle, .subscribe-sidebar .sidebar:nth-of-type(2) .side-title {
  font-size: 16px;
  font-weight: 700;
}
.page-template-page-training:first-of-type {
  padding: 0;
}
.subscribe-sidebar .sidebar:nth-of-type(2) {
  float: left;
  padding: 10px 0;
}
.subscribe-sidebar .sidebar {
  margin-bottom: 20px;
}
.subscribe-sidebar span.subscribe_box_title:before {
  content: '';
  margin-right: 2%;
  display: inline-block;
  width: 48px;
  height: 31px;
  background-image: url('/wp-content/uploads/2015/12/subscribe_envelope.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.subscribe-sidebar span.subscribe_box_title {
  font-size: 18px;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: -10px;
}
.sidebar-cta-box {
  border: 2px solid #Cccccc;
  padding: 10px 15px 5px 15px;
  margin-top: 30px;
}
.sidebar-cta-box .button {
  line-height: 1.8;
  width: 100%;
  text-align: center;
  padding: 5px;
}
.sidebar-cta-box .handwriting {
  font-size: 30px;
  color: #777777;
  text-align: center;
  width: 100%;
  float: left;
  line-height: 1;
}
.sidebar .call-out {
  margin: 0;
    padding: 20px 15px;
    width: 100%;
}
#blog-sidebar .call-out .button {
  width: 99%;
  min-width: 100px;
}

/* User Reviews
-------------------------------------------------------------- */
.user-review {
  max-width: 66%;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 50px;
}
.gold {
  color: #d69628;
  font-size: 22px;
}
.footer-top .user-review p {
  font-weight: 300;
    font-size: 20px;
}
.footer-top .user-review a {
  font-weight: 400;
}
#primary .user-review .gold {
  color: #565656;
  font-size: 17px;
}
.user-review:last-of-type, .home .user-review {
  border: none;
}
.footer-top .user-review {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.user-review-stars {
  background: url(/wp-content/uploads/2016/04/stars.png) no-repeat;
  width: 156px;
  height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0 10px;
}
.user-review-stars.bigbiller-stars {
  background-position: bottom;
}
.user-review-stars.network-stars {
  background-position: center;
}
.user-review-stars.web-stars {
  background-position: top;
}
/* User Review Posts/pages */
.page-id-45 #menu-item-240 a, .page-id-94 #menu-item-245 a, .page-id-219 #menu-item-248 a, .page-id-75 #menu-item-243 a {
  color: #0098ef;
}
.footer-top h4 {
  margin-bottom: 1.5em;
  font-weight: 400;
}


/* Blog
-------------------------------------------------------------- */
.blog-page.featured-img {
  float: left;
  width: 250px;
  height: 250px;
  max-width: 30%;
  overflow: hidden;
  background-size: cover;
  border: 1px solid #e1e1e1;
  margin: 0;
  background-position: center;
}
.blog-page-content {
  float: left;
  width: 67%;
  margin-left: 3%;
}
.blog-page-content p {
  margin-bottom: 10px;
}
.blog-page-content .button {
  margin-top: 0;
  float: left;
}
.featured-img {
  /*float: right;*/
  text-align: center;
  margin: 25px 0 50px;
  /*max-height: 600px;*/
  overflow: hidden;
}
.featured-img img {
  max-width: 100%;
  height: auto;
}
.single #content.no-page-heading {
  padding-top: 75px;
}
.title-meta-bar {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 10px;
}
.title-meta-bar.help-center-pad {
  padding-top: 145px;
}
.blog-post-title {
  color: #ffffff;
}
.blog-post, .blog .post, .archive article {
  width: 100%;
  max-width: 93%;
}
ul.post-categories {
  list-style: none;
  display: inline;
  margin: 0;
}
ul.post-categories li {
  display: inline;
}
ul.post-categories a:after {
  content: ',';
}
ul.post-categories li:last-child a:after {
  content: '';
}
.single-post .the-content h2 {
  font-size: 24px;
  font-size: 3.0rem;
}
.single article {
  border: none;
}
#searchform, #errorsearchform {
  background: #DEE2F3;
  padding: 5px 15px;
}
#searchform label, #errorsearchform label{
  width: 33%;
  font-size: 14px;
  float: left;
}
#searchform input[type=text], #errorsearchform input[type=text] {
  width: 57%;
}
#searchsubmit, #errorsearchsubmit, #footer-search-submit, #blog_searchsubmit {
  background: url(/wp-content/uploads/2015/08/icon-search-blue.png) no-repeat;
  width: 10%;
  text-indent: -200px;
  padding: 0;
  background-size: contain;
  margin: 0;
  float: right;
  background-position: center;
}
#blog_searchsubmit, #footer-search-submit {
  margin-top: -34px;
    z-index: 10;
    position: relative;
}
#footer-search-submit {
  margin: -28px 5px 0 0;
}
.blog-post h2 {
  clear: none;
}
article {
  background: transparent;
  padding: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
article .title {
  color: #3c4499;
    line-height: 1.2;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 300;
}
.blog-page-content .title {
  font-size: 30rem;
  font-size: 3rem
}
.full-width article .title {
  text-align: center;
}
.single-post article .title {
  font-size: 36px;
  font-size: 3.6rem;
}
article .title a {
  text-decoration: none;
  font-size: 30px;
  font-size: 3rem;
  color: #3c4499;
}
article .title a:hover {
  color: #57BAF3;
}
article .post-meta {
  margin-bottom: 10px;
  font-size: 14px;
}
article .post-meta a {
  text-decoration: none;
}
article .the-content a {
  text-decoration: none;
}
article .the-content p {
  color: #565656;
}
article .the-content img {
  width: auto;
  height: auto;
  max-width: 100%;
}
article .meta {
  line-height: 14.8px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: capitalize;
}
article .meta .tags {
  margin-bottom: 20px;
}
.tags a:after {
  content: ",";
}
.tags a:last-of-type:after {
  content: "";
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
p.search-title{
  display: none;
}
.search p.search-title {
  display: block;
}
.search-title{
  color: #777;
  font-size: 16px;
  font-style: italic;
}
.searched{
  font-weight: 700;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 93%;
}
#pagination .past-page {
  float: left;
  width: 49%;
}
#pagination .next-page {
  float: right;
  text-align: right;
  width: 50%;
}
.next-page a, .past-page a {
  font-size: 18px;
}
.post_nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 10px;
  margin-top: 40px;
  text-align: center;
}
.next_post, .previous_post{
  margin-top: 20px;
  font-size: 18px;
}
.next_post{
  float: left;
  width: 33%;
}
.previous_post{
  float: right;
  width: 33%;
}

/* Comments */
h3.comments {
  background: #F0F3FC;
    padding: 1px 0 5px 5px;
}
h3.comments.dropdown:before {
  border: 2px solid #D3D5E0;
}
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
  float: left;
  margin-right: 10px;
}
footer {
  text-align: center;
  font-size: 12px;
}

/*v3 teaser page*/
.sneak-peek {
    width: 100%;
    clear: both;
    float: left;
    padding: 66px 0;
    border-bottom: solid 1px #e1e1e1;
}
.sneak-peek .verbiage {
    width: 50%;
    float: right;
    padding: 20px 30px;
}
.sneak-peek .video {
    width: 50%;
    float: left;
}
.sneak-peek .video img {
    width: 100%;
    padding: 0 5%;
}
.sneak-peek:nth-child(even) .verbiage{
  float:left;
}
.sneak-peek:nth-child(even) .video{
  float:right;
}
.sneak-peek:last-child {
    border-bottom: none;
}
.sneak-peek .video .videoWrapperParent {
    display: none;
}
/*end v3 teaser page*/


/* Author Page */
p.author-description {
  font-size: 14px;
}
p.author-description.border-top {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #C3C3C3;
}
.author-social li {
  display: inline;
  border: none !important;
}
p.author-description strong {
  font-weight: normal;
  margin-bottom: 1em;
  float: left;
  width: 100%;
  text-align: left;
  color: #565656;
}
h4.author-social-title {
  padding-top: 10px;
}
.author-website {
  font-size: 14px;
  display: block;
}
.author-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
/* Blog Plugin Popups */
#dgd_scrollbox-63686 {
  margin-right: 50px;
}
.dgd_stb_box.clean_white form input.submit, .dgd_stb_box form input[type=submit] {
  background-color: #0098ef !important;
}
div.gs-bar, html .gs-buttons.gs-floating, html .gs-buttons.gs-mobile {
  display: none;
}
body.single div.gs-bar, html body.single .gs-buttons.gs-floating, html body.single .gs-buttons.gs-mobile {
  display:block;
}
#sf_shortcode_constantcontact_0_form input[type=text] {
  width: 250px;
  margin-right: 10px;
  height: 39px;
  line-height: 1;
}
.videoWrapperParent {
    max-width: 800px;
    border: solid 1px #CCC;
    margin: 0 auto 50px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Footer
-------------------------------------------------------------- */
.footer-top {
  text-align: center;
  background: #f5f5f5;
  padding: 80px;
  z-index: 2;
  position: relative;
  border-top: 1px solid #e1e1e1;
}
.footer-middle {
  float: left;
  width: 50%;
  color: #ffffff;
  height: 240px;
  padding: 75px 0;
}
.footer-left {
  background: #252a70;
}
.footer-right {
  background-image: url(/wp-content/uploads/2015/08/contact-us.jpg);
  background-size: cover;
}
.stayintouch {
  color: #ffffff;
  line-height: 1.5;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
  clear: both;
  font-family: "Lato", Helvetica, sans-serif;
}
.site-footer .widgettitle {
  color: #ffffff;
}
.half, .footer-right .widgettitle, .footer-right .textwidget {
  width: 50%;
  float: left;
}

.footer-right .widgettitle, .footer-right .textwidget {
  font-size: 50px;
}
.footer-right .button {
  padding: 10px 55px;
}
.footer-left .widgettitle {
  margin-bottom: 0;
}
.footer-left .textwidget {
  font-size: 20px;
}
.footer-left .half:first-of-type .textwidget {
  letter-spacing: 2px;
}
a.social{
  display: inline-block;
  text-align: center;
}
.lg-social-group a{
  width: 31.33%;
  display: inline-block;
}
.lg-social-group a:hover{
      cursor: pointer
}
.lg-social-group a .lg-social-icon {
    padding: 5px;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    background-image: url(/wp-content/themes/topechelon-2015/svg/iconmnstr-icons.svg);
    height: 48px;
    width: 48px;
    margin: 0 10px;
    background-position-x: 0;
    -webkit-background-size: 336px 48px;
    background-size: 336px 48px;
    -webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    border: 1px solid #0098ef;
  }
.lg-social-group a:hover .lg-social-icon {
    background-color: #dee2f3;
}
.lg-social-title{
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 900;
  color: #8d98d4;
}
a #phone .lg-social-icon{
    background-position-x: -48px;
}
a#linkedin .lg-social-icon{
    background-position-x: -96px;
}
a#twitter .lg-social-icon{
    background-position-x: -144px;
}
a#facebook .lg-social-icon{
    background-position-x: -192px;
}
a#instagram .lg-social-icon{
    background-position-x: -240px;
}
a#youtube .lg-social-icon{
    background-position-x: -289px;
}
.social .fa:before {
  color: #ffffff;
  background: #0098ef;
  border-radius: 50%;
  width: 35px;
  height: 27px;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  margin: 20px 5px;
  font-size: 18px;
}
.social:hover .fa:before {
  color: #ffffff;
  background: #00aeef;
}
.footer-bottom {
  background: #ffffff;
    width: 100%;
    float: left;
}
.page-template-page-bigbiller-child .footer-bottom, .page-template-page-network-child .footer-bottom, .page-template-page-contracting-child .footer-bottom, .page-template-page-bigbiller.page-child .footer-bottom, .page-template-page-network.page-child .footer-bottom, .page-template-page-contracting.page-child .footer-bottom, .category-blog .footer-bottom, .page-template-page-home .footer-bottom, .page-template-page-webdesign .footer-bottom, .single.blog .footer-bottom, .single.recruiter-training .footer-bottom, .single.contract-staffing-training .footer-bottom, .single.placement-process .footer-bottom, .single.owner-issues .footer-bottom, .single.marketing .footer-bottom, .single.case-studies .footer-bottom, .single.press .footer-bottom {
  margin-bottom: 77px;
}
.footer-bottom .right, .footer-bottom .left {
  padding: 20px 30px 20px 30px;
  font-size: 14px;
}
.footer-credits {
  clear: both;
  padding: 5px 0;
}
.footer-credits a{
  display: inline-block;
}
#footer-search-box {
  float: right;
  width: 200px;
}
#footer-search-box input[type=text] {
  width: 100%;
  padding: 5px;
  line-height: 1;
}
#lnkBackToTop {
  display: none;
  font-size: 38px;
  opacity: 0;
  position: fixed;
  z-index: 10000;
  bottom: 40px;
  right: 10px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background: rgba(203,207,219,.8);
  border-radius: 50%;
  text-align: center;
  line-height: .9em;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}
#lnkBackToTop:hover{
  opacity:.8;
  cursor: pointer;
}
#lnkBackToTop.visible{
  opacity:1;
}
.footer {
  background: #2b317f;
  color: #ffffff;
}
.footer .span4 {
  padding: 4em 0;
}
.footer .span4:nth-of-type(2) {
  background: #252a70;
}
.footer h2 {
  color: #ffffff;
}
.phone-number {
  display: block;
  letter-spacing: 3px;
  margin-bottom: 2.75em;
  font-size: 18px;
}
.footer p {
  font-size: 20px;
  color: #fff;
}
.footer-nav {
  list-style: none;
  line-height: 2;
  text-align: left;
}
.footer-indent {
  margin-left: 15px;
}
.footer-nav a {
  color: #ffffff;
}
.footer-nav a:hover {
  color: #0098ef;
}

/* Webinars
-----------------------------------------------------------*/
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}

legend {
  font-size: 1.2em;
  font-weight: bold;
}

textarea {
  min-height: 200px;
}

.editor-label {
  margin: 1em 0 0 0;
}

.editor-field {
  margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #f00;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #f00;
  background-color: #fee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #f00;
}

.validation-summary-valid {
  display: none;
}

.admin-wrapper {
  display: block;
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
}
.admin-wrapper a:link, .admin-wrapper  a:visited {
  color: #5B70A5;
  text-decoration: none;
}
.admin-wrapper a:hover {
  color: #9BA3BB;
}
.admin-login-wrapper {
  max-width: 50%;
  width: 50%;
  margin: 0 auto;
  clear: both;
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  box-sizing: border-box;
  background-color: #EDF0F7;
}
.admin-login-wrapper .row, .form .row {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 1rem;
  float: left;
}
.form .row { margin-bottom: 2rem;}
.form-header {
    padding: 20px;
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 400px;
margin: 0 auto -25px;
}
form._form{
  max-width: 100%;
}
.admin-login-wrapper .row label, .form .row label {
  display: block;
  clear: both;
  font-weight: 700;
  color: #6a6868;
  margin-bottom: 5px;
}
.form .supporting-docs {
  margin: 2rem 0 0 1rem;
  color: #6a6868;
}
.form .big-textbox { height: 350px;}

a.add-webinar {
  display: block;
  clear: both;
  text-align: right;
}

.admin-login-wrapper .row input[type=text], .admin-login-wrapper .row input[type=password],.admin-login-wrapper .row select,
.form .row input[type=text], .form .row input[type=password], .form .row select, .form .row textarea {
  width: 100%;
  padding: .5rem;
  font-size: 1rem;
  border: solid 1px #CFD6E6;
  border-radius: 5px;
  font-family: 'Lato', sans-serif;
}

.admin-login-wrapper .row input[type=submit], .form .row input[type=submit] {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 1em;
  background-color: #CFD6E6;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition:  all .5s;
}
.admin-login-wrapper input[type="submit"]:hover, .form input[type="submit"]:hover {
  background-color: #909FBF;
}
.section_50 { width: 50%;float: left;}
.section_50 input { max-width: 95%;}

/*trainer list*/
table#trainer-list {
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 2px;
}
img.list-picture {
  max-width: 100px;
  border: solid 1px #ccc;
  border-radius: 2px;
}
#trainer-list th {
  background-color: #efefef;
  padding: 10px;
  text-align: left;
}
#trainer-list td {
  padding: 5px;
}
#trainer-list tbody tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
#trainer-list tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}
.admin-wrapper a.video-link {
  display: inline-block;
  padding: .5rem 1rem;
  background-color: #73799C;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 10px;
}
.admin-wrapper h2 {
  color: #6a6868;
}
a.secondary-link { display: block;clear: both;text-align: center;margin-top: 2rem;}


/*public trainer list*/
.bio-excerpt ul li, .webinar-invidual, .webinar-links ul li {
  list-style: none!important;
}
.webinar-links ul, .webinar-list, .bio-excerpt ul {
  margin: 0!important;
  padding: 0!important;
  list-style: none!important;
}
.webinar-list{ float: left;width: 100%;}

.webinar-list>li {
  border: 1px solid #ddd;
  width: 31%;
  float: left;
  margin-bottom: 1.5em;
  margin-left: 1%;
  margin-right: 1%;
}

.webinar-list>li:nth-child(3n+1) {
  clear: left;
}
.webinar-links ul li a:before {
  content: "\f04b";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #0098ef;
  border-radius: 50%;
  color: #0098ef;
  text-align: center;
  margin-right: 10px;
  padding: 5px 3px 5px 7px;
  width: 15px;
}
.webinar-links li a:hover:before {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.bio-top {
  float: left;
  width: 100%;
  border-bottom: 2px solid #ddd;
}
.bio-image {
  float: left;
  width: 20%;
  padding: .5em;
  box-sizing: border-box;
}
.bio-image img {
  width: 100%;
}
.bio-excerpt {
  float: left;
  width: 75%;
  padding: .5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.bio-excerpt h2 {
  line-height: 26px;
  margin: 0;
  font: normal 24px/1.2em 'Open Sans',arial,sans-serif;
  color: #222222;
}
.bio-excerpt h2 a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.bio-excerpt li a {
  font-size: 12px;
  text-decoration: none;
}
.webinar-links li a {
  background: #fafafa;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  color: #001588;
  padding: .5em 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  text-decoration: none;
}
.webinar-links li a:hover {
  background: #009eef;
  color: #fff;
  -webkit-transition: all .1s ease-in-out!important;
  -moz-transition: all .1s ease-in-out!important;
  -o-transition: all .1s ease-in-out!important;
  transition: all .1s ease-in-out!important;
}


/*trainer detail page*/
.webinarImage {
  float: left;
  margin: 0 2em 2em 0em;
  padding-top: 15px;
}
.webinarImage img {
  max-width: 75px;
  height: auto;
}
.webinar-trainer-title {
  font: bold 40px/1.1em 'Open Sans',arial,sans-serif;
  color: #ef9d0f;
  text-transform: uppercase;
}
section.entry {
  display: block;
  clear: both;
}

/*webinar detail page*/
.page article .webinar-detail .title, .page article h1.title.entry-title.webinar-trainer-title {
  float: left;
  clear: none;
}
h1.title.entry-title.webinar-title {
  max-width: 80%;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}
section#main {
  width: 75%;
  padding-right: 5%;
  display: block;
  float: left;
  clear: none;
}
div#sidebar {
  width: 25%;
  display: block;
  float: left;
  clear: none;
}
#sidebar .form {
  background-color: #E7E7E7;
  clear: both;
  display: block;
  width: 100%;
  float: left;
  padding: 3rem;
}
#sidebar .form h3 {
  color: #001588;
  font-weight: 600;
  font-size: 24px;
  line-height: 3.3rem;
  margin-bottom: 2rem;
}
#sidebar .form label {
  font-size: 1.75rem;
  font-weight: 400;
}
#sidebar .form .row {
  margin-bottom: 3rem;
}
#sidebar .form input.button {
  background-color: #0098ef;
  border-radius: 0;
  border: none;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
#sidebar .form input.button:hover {
  background-color: #57BAF3;
}
#sidebar .form input[type=text] {
  font-size: 2rem;
  font-weight: 400;
  border-radius: 0;
}
#sidebar .form .required-notice {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#sidebar .form .field-validation-error {
  font-size: 1.5rem;
}

/*video page*/
div#video {
  text-align: center;
  position: relative;
  padding-top: 35px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
div#video iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
h1.video-page.video-title {
  color: #d69628;
  margin-bottom: 3rem;
  font-size: 5rem;
  text-align: center;
}
.video-support-docs {
  margin-bottom: 3rem;
}
.video-support-docs h3 {
  margin-bottom: 1rem;
}
.video-support-docs p {
  margin-left: 2rem;
  margin-bottom: .75rem;
}

.half.marketing {
    padding: 20px 40px 40px;
}
#tblWebinars td {
    width: 50%;
    padding: 20px 40px 40px;
}
/*facts & forecasts*/
.fact-forecast {
    width: 100%;
    clear: both;
    float: left;
    display: block;
    border-bottom: solid 2px #ccc;
}
.fact-forecast img {
    float: left;
}
#fact1 img, #fact3 img { margin-right: 40px; }
#fact2 img, #fact4 img {
    float: right;
    margin-left: 40px;
}
.fact-prediction {
    float: none;
    width: auto;
    overflow: hidden;
}
.prediction {
    background-color: #dee2f2;
}
.fact, .prediction {
    padding: 20px;
    display: block;
    width: 100%;
}
.fact span, .prediction span {
    text-transform: uppercase;
    font-weight: 900;
}
/*end facts & forecasts*/


/* Misc & mixens
-------------------------------------------------------------- */
.cta-box-hover, .cta-box-hover .handwriting, .home-top-cta, .home-top-cta img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.half-wrap {
  width: 100%;
}
/* contracting resources pages */
body.page-template-page-contracting-resources .the-content h1 {
    margin-top: 40px;
    text-align: center;
}
.page-template-page-contracting-resources #lnkBackToTop {
  display: block;
  background: rgba(236, 180, 106, 0.8);
}
.page-template-page-contracting-resources #content {
    width: 75%;
    padding-top: 0px;
}
.page-template-page-contracting-resources .the-content{
  padding: 0 50px;
}
ul#menu-guide-for-contract-staffing-menu ul.sub-menu, ul#menu-big-biller-help-center ul.sub-menu {
    padding: 25px 0 2px 15px;
}
 ul#menu-guide-for-contract-staffing-menu .current_page_item ul.sub-menu, ul#menu-guide-for-contract-staffing-menu .current_page_parent ul.sub-menu, ul#menu-guide-for-contract-staffing-menu .current-page-ancestor ul.sub-menu,  ul#menu-big-biller-help-center .current_menu_item ul.sub-menu, ul#menu-big-biller-help-center .current_menu_parent ul.sub-menu, ul#menu-big-biller-help-center .current-menu-ancestor ul.sub-menu{
  display: block;
}
.sidebar ul#menu-guide-for-contract-staffing-menu ul.sub-menu a, .sidebar ul#menu-big-biller-help-center ul.sub-menu a{
  font-size: 14px;
}
ul#menu-guide-for-contract-staffing-menu > li, ul#menu-big-biller-help-center > li{
  position: relative;
  margin-left: 20px;
}
ul#menu-guide-for-contract-staffing-menu .menu-arrow, ul#menu-big-biller-help-center .menu-arrow {
    display: inline-block;
    padding: 5px;
    float: left;
    left: -28px;
    width: 24px;
    top: -5px;
}
ul#menu-guide-for-contract-staffing-menu .menu-arrow:before, ul#menu-big-biller-help-center .menu-arrow:before {
    content: "\f055";
    font: normal normal normal 14px/1 FontAwesome;
    color: #ec8602;
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
}
ul#menu-guide-for-contract-staffing-menu .menu-arrow.close:before, ul#menu-big-biller-help-center .menu-arrow.close:before {
    content: "\f056";
}
.contracting-guide-nav {
    background: #ecb46a;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
}
.contracting-guide-nav a{
  color: #fff;
  width: 33.33%;
  display: inline-block;
}
.main-resource:before{
    content: "\f00a";
    display: block;
    position: absolute;
    right: 16px;
    top: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 15px;
}
ul.arrows li:before {
content: "\f138";
font-size: 16px;
}
.p-arrow, .n-arrow{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    display: inline-block;
    line-height: 70px;
}
.n-arrow {
    float: right;
    padding-right: 90px;
    text-align: right;
}
.p-arrow {
    float: left;
    padding-left: 90px;
}
.n-arrow:after, .p-arrow:after {
    content: "";
    background: url(/wp-content/uploads/2017/01/n-arrow.png)no-repeat;
    background-position: center;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    right: 16px;
    top: 5px;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.p-arrow:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left:16px;
}
.n-arrow:hover:after, .p-arrow:hover:after{
    cursor: pointer;
    border-color: #ec8602;
}
.n-arrow:hover:after{
    right: 12px;
}
.p-arrow:hover:after{
    left: 12px;
}

.arrow_line {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 2px;
    border-bottom: solid 2px #ecb46a;
}
.arrow_line:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ecb46a;
    border-width: 10px;
    margin-left: -10px;
}


a.guide-main{
  margin-top: 10px;
  position: relative;
}
a.guide-main:before {
    content: '\f00a';
    width: 30px;
    height: 30px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    margin: 0 auto;
    font-size: 30px;
}
a.guide-main:after {
    height: 1px;
    width: 100px;
    content: '';
    position: absolute;
    bottom: -14px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
a.guide-main:hover:after{
  opacity: 1;
  bottom: -4px;
}
a.guide-main:hover:before{
color: #ea8723;
}
a.guide-main:after, a.guide-main:before, .n-arrow:after, .p-arrow:after, a.contract-guide-cta img {
  -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
ul.contracting-icons {
    margin-top: 20px;
    margin-left: 0;
}
.the-content ul.contracting-icons > li {
    width: 28%;
    margin: 2%;
    display: inline-block;
    clear: none;
}
.the-content ul.contracting-icons > li:before {
    content: ' ';
    width: 0;
    height: 0;
    margin: 0;
    display: none;
}
.contracting-icons div {
    min-height: 100px;
    float: left;
    padding: 10px 0px 10px 15px;
    text-align: left;
    width: 100%;
}
ul.contracting-icons ul{
  margin-left: 10%;
}
ul.contracting-icons ul li {
    line-height: 1.25em;
    margin-bottom: 10px;
}
ul.contracting-icons ul li:before {
    color: #ec8602;
}
a.contract-guide-cta {
    display: inline-block;
}
a.contract-guide-cta img {
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
a.contract-guide-cta:hover img {
    -ms-transform: translate(0px, -5px);
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
    -webkit-box-shadow: 0px 3px 18px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 18px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 18px -2px rgba(0,0,0,0.5);
}
.footer-top.contracting-guide {
    background: #fce9d1;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
    padding-bottom: 0;
}
.footer-top.contracting-guide h2 {
  color: #565656;
}
.footer-top.contracting-guide a:hover, .sidebar #menu-guide-for-contract-staffing-menu.menu a:hover, .sidebar #menu-guide-for-contract-staffing-menu.menu .current-menu-item > a, .sidebar #menu-guide-for-contract-staffing-menu.menu ul.sub-menu >.current-page-ancestor > a{
  color: #ea8723;
}
ul#menu-guide-for-contract-staffing-menu-1 > li{
    width: 33.33%;
    float: left;
    padding-right: 10px;
}
ul#menu-guide-for-contract-staffing-menu-1 > li > a{
    font-weight: bold;
}
ul#menu-guide-for-contract-staffing-menu-1 ul.sub-menu {
    padding: 10px 10px 10px 0px;
    display: inline-block;
    width: 100%;
    margin-left: 10px;
}
ul#menu-guide-for-contract-staffing-menu-1 .menu-arrow{
  display: none;
}
ul#menu-guide-for-contract-staffing-menu-1 ul.sub-menu a {
    max-width: 275px;
    display: inline-block;
    line-height: 1.25em;
    margin: 5px;
    font-size: 14px;
}
#guide-gloss-mobile-menu {
    display: none;
}
ul#guide-gloss-menu{
    margin: 20px 0px;
  text-align: center;
}
ul#guide-gloss-menu li:before {
    display: none;
}
#guide-gloss-menu li {
    display: inline-block;
}
#guide-gloss-menu li a {
    padding: 0 5px;
    color: #ec8602;
    width: 26px;
    display: inline-block;
    border-radius: 50%;
}
#guide-gloss-menu li a.is-selected {
    background: #ec8602;
    color: #fff;
}
#guide-gloss-menu.fixed {
    position: fixed;
    top: 62px;
    z-index: 1;
    padding: 20px 0;
    background: #fce9d1;
    width: 75%;
}
.guide-gloss-section {
    padding-top: 145px;
}
.gd-rule {
    font-weight: bold;
    font-size: 20px;
    margin-left: -30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
    padding: 0 0 5px 5px;
}
.page-template-page-contracting-resources .footer {
  display: none;
}
a.ghost-button.orange.large:hover {
  background: #fbdab1;
}
a.ghost-button.orange.large {
  font-size: 28px;
  padding: 25px 50px 25px 30px;
  letter-spacing: 2px;
  border: 3px solid;
  border-radius: 5px;
  width: 25%;
}
.contracting-guide a.large.orange {
  margin: 30px 0 0 10%;
}
a.large.arrow:after {
  content: url(/wp-content/uploads/2017/01/o-arrow.png);
  line-height: 78px;
}
.contracting-chat-box {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  width: 63%;
  text-align: center;
  position: relative;
}
.contracting-chat-box:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 100px solid #fff;
  border-left: 100px solid transparent;
  position: absolute;
  right: 16%;
}
.contracting-chat-box-shadow {
  width: 113%;
  height: 225px;
  -webkit-transform: skew(35deg);
  -moz-transform: skew(35deg);
  -o-transform: skew(35deg);
  transform: skew(35deg);
  -ms-transform: skew(35deg);
  background: #fbdab1;
  position: absolute;
  z-index: -1;
  left: -2.75%;
  top: 0px;
}
.footer-top.contracting-guide .wrap {
  max-width: 1200px;
  overflow: hidden;
  min-height: 225px
}

.marketing-docs-index {
    border: solid 1px #ececec;
}
.marketing-docs-index th, .marketing-docs-index td {
    padding: 5px;
    text-align: center;
}
.marketing-docs-index tbody tr:nth-child(odd) {
    background-color: #f6f8fd;
}
.marketing-docs-index thead tr {
    background-color: #3c4499;
    color: #fff;
}

.industry-niche {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.industry-niche:last-child{ border-bottom: none; }

/* end contracting resources pages */
/* help center */
.help-cntr-top {
    margin-left: -7%;
    background: #3c4499;
    margin-top: -36px;
    padding: 40px 0px 0px 0px;
    text-align: center;
    margin-bottom: 60px;
}
.help-cntr-top #blog_searchform{
  width: 75%;
  margin: 0 auto 50px auto;
}
.category-355 .help-cntr-top h1{
display: none;
}
.help-cntr-top h2{
font-weight: 900;
text-align: center;
color: #fff;
margin-bottom: 20px;
line-height: 1.3;
    font-size: 50px;
    font-size: 5rem;
}
.help-cntr-top h1 {
    color: #fff;
    font-size: 3rem;
    background: #252a70;
    padding: 20px;
}
a.button.help-cntr-home i{
  display: none;
}
.help-cntr-learn-more{
  float: right;
  text-transform: uppercase;
}
.help-cntr-page-content .the-content {
    padding-right: 0px;
}
ul#menu-big-biller-help-center .menu-arrow{
  width: 100%;
  text-align: left;
}
ul#menu-big-biller-help-center li{
  border-bottom: none;

}
ul#menu-big-biller-help-center .menu-arrow:before, ul#menu-big-biller-help-center .sub-menu li.current-menu-parent a{
  color: #0098ef;
}
/* END help center */
/* help center home */
.page-template-page-bigbiller-help-center footer{
display: none;
}
.page-template-page-bigbiller-help-center .new-banner-image.child.full{
  background-color: #3c4499;
  background-image: none;
  padding: 4vw 2vw 2vw 2vw;
}
.page-template-page-bigbiller-help-center .new-banner-image.child.full h1.banner-tagline-child{
  color: #ffffff;
}
.image-bar {
    background-image: url(/wp-content/uploads/2018/10/big-biller-help-center-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center bottom;
}
.page-template-page-bigbiller-help-center .full-content .the-content h2 {
    font-size: 40px;
    }
.card-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 20px;
}
.card-row{
  display: table-row;
}
.card {
    display: table-cell;
    vertical-align: top;
    position: relative;
  }
  .card-33 .card{
    width: 33.33%;
  }
 #popular-topics .card {
    border:1px solid #bec8e6;
    padding: 20px 10px;
    background-color: #ffffff;
}
 #popular-topics .card h4{
  font-weight: 400;
    font-size: 24px;
    margin-bottom: 40px;
    color: #3c4499;
}
 #popular-topics .card a, #additional-services h4, #contact-us-help h4 {
  font-weight: 300;
  font-size: 20px;
}
 #popular-topics .card a:hover,  #popular-topics .card a:focus{
  text-decoration: underline;
 }
#popular-topics .card p {
    margin-bottom: 0;
}
.card-desc{
  color: #565656;
  font-size: 16px;
  line-height: 1.25;
  display: inline-block;
  padding-bottom: 30px;
  font-weight: normal;
}
.card-desc.link-blue{
  color: #0098ef;
}
.small-indent .card-desc{
  padding-bottom: 10px;
}
.semi-transp-box{
  padding: 20px;
  background-color: rgba(255,255,255,.8);
  width: 90%;
  margin: 0 auto;
}
.cta-abs-btm {
    position: absolute;
    bottom: 0;
}
.cta-abs-btm.center{
	left: 0;
	right: 0;
}
#training-and-webinars .card{
	padding-bottom: 160px;
}
  #product-updates.card, #software-status.card{
	padding-bottom: 100px
}
#training-and-webinars .card p{
	font-size: 18px;
}
#training-and-webinars .card .cta-abs-btm p{
	font-size: 16px;
}
#training-and-webinars .card .button{
	margin-top: 0px;
}
/* END help center home */

/* #Media Queries
================================================== */

/* Wide screen full width fix */
@media only screen and (min-width: 1800px) {
    .half-wrap {
      max-width: 810px;
    }
    .full-width.contracting {
      background-position-x: 20%;
    }
    .page-id-10 .call-out{
      margin-top: 200px;
  }
  .page-heading.new-banner-image {
      padding: 6vw 2vw;
  }
}


/* Those wide screens above 1450px */
@media only screen and (min-width: 1500px) {
  .popup-container {
    width: 70%;
    right: 15%;
  }
  .portfolio-block-img:hover {
    width: 115% !important;
  }
  .portfolio-block-wrap {
    height: 160px;
  }
  #blog_search_cat {
      padding-left: 25%;
      width: 130px;
    }
    .page-heading {
      padding-top: 6vw;
      padding-bottom: 6vw;
    }
  .home .home-top-ctas .wrap {
      max-width: 100%;
  }
}

@media only screen and (max-width: 1620px) {
  .blog_cat_bar ul li {
    font-size: 13px;
  }
  .fluid-width-video-wrapper iframe {
      width: 90%;
      height: 13vw;
  }
}

@media only screen and (max-width: 1500px) {
  .blog_cat_menu {
      width: 75%;
  }
    /* calc */
  .home-top-ctas {
    margin-top: -45vh;
  }
  .home-top-cta {
    height: 45vh;
  }
  /* end calc */
}

@media only screen and (max-width: 1450px) {
  .cta-box-hover {
    padding-top: 240px;
  }
  .cta-box-hover .handwriting {
    font-size: 30px;
  }
  .portfolio-block h4 {
    font-size: 14px;
  }
  .portfolio-block {
    height: 200px;
  }
  .blog_cat_bar ul li{
    padding-right: 1.5%;
  }
  .blog-bubble {
    padding: 10px 5px;
    font-size: 14px;
    margin: 15px 0;
  }
  .sidebar-cta-box {
    margin-top: 10px;
  }
  .sidebar-primary {
    padding: 40px 30px;
  }
  .sidebar li.menu-item {
    margin-bottom: 12px;
  }
  .sidebar .menu a {
    font-size: 14px;
  }
  .banner-tagline .all-caps {
    font-size: 52px;
  }
  .sidebar-primary.fixed { /* laptops - removing the fixed sidebar style */
      position: relative;
      top: 0;
  }
}

@media only screen and (max-width: 1360px) {
  .blog_cat_menu {
      width: 80%;
  }
}

@media only screen and (max-width: 1280px) {
  .page-id-10 .call-out {
      margin-top: 6vw;
  }
  .call-out .fluid-width-video-wrapper{
    width: 60%;
  }
  .fluid-width-video-wrapper iframe {
      height: 19vw;
  }
  .banner-tagline {
      font-size: 54px;
  }
  .banner-desc {
      font-size: 28px;
      margin: 20px auto;
  }
  p {
    font-size: 16px;
  }
  .content-left, .content-right {
    padding: 10px 0 20px 50px;
  }
  .cta-box-hover {
    padding-top: 175px;
  }
  .cta-box, .cta-box-hover {
    height: 260px;
  }
  .cta-box.webinars .cta-box-hover, .cta-box.webinars {
    height: auto;
  }
  .cta-box.webinars .cta-box-hover {
    padding: 110px 15px 0 15px;
  }
  .portfolio-block {
    width: 32.33%;
    margin-right: 1%;
  }
  .sidebar-primary {
    padding: 20px;
  }
  h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .top_cat_search {
    width: 95%;
  }
  .blog_search_bar {
    width: 100%;
    z-index: -1;
  }
  .blog_cat_bar ul{
    text-align: center;
  }
  .blog_cat_bar ul li {
    float: none;
    display: inline-block;
    margin-right: 0;
  }
  .blog_cat_bar ul.blog_search li {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 5px;
  }
  #blog_search_cat {
    border-left: none;
    padding-left: 0;
    width: 100px;
    display: inline-block;
  }
  .blog_cat_bar ul.blog_cat_menu li:last-child {
    padding-right: 0;
  }
  .blog_cat_bar ul{
    position: relative;
  }
  .blog_search_bar.visible {
    top: 0;
    z-index: 1;
  }
  .video-text {
    margin-top: 0;
    width: 100%;
  }
  .page-title, .the-content h2.page-title {
    margin-top: 40px;
    margin-left: 0;
  }
  .blog_cat_menu {
      width: 73%;
  }
  .blog_webinar {
      width: 26%;
  }
  article .the-content .fact-forecast img {
      max-width: 400px;
      width: 100%;
  }
  /* calc */
  div#dvSeeHowMuch {
    width: 230px;
    height: 100px;
    top: -94px;
    left: 11px;
  }
  /* end calc */
}

@media screen and (max-width:1200px){
	/* calc */
  div#calc-section-1, div#calc-section-2, div#calc-section-3 {
    width: 100%;
    margin-right: 0;
  }
  .calc-calc h3{
    letter-spacing: 0em;
    font-size:23px;
  }
  .calc-calc h4 {
    font-size: 13px;
  }
  div#dvSeeHowMuch {
    width: 180px;
    height: 80px;
    top: -74px;
    left: 15px;
  }
  /* end calc */
}

/* Added for parallax effect on larger screens */
@media only screen and (min-width: 1181px) {
  header nav ul#menu-products > li > a {
      font-size: 16px;
  }
  .page-heading {
    background-attachment: fixed;
    background-size: 120%;
    margin-top: 75px;
    background-repeat: no-repeat;
    background-position: 0 75px;
  }
  .full-width.about {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media only screen and (max-width: 1180px) {
  .one-third {
    width: 48%;
  }
  .one-third.border-right {
    width: 31%;
  }
  h3 {
    line-height: 28px;
  }
  .the-content h3{
    line-height: 1.5;
  }
  .subscribe-sidebar span.subscribe_box_title:before {
    width: 30px;
    height: 20px;
    margin-right: 5px;
  }
  .subscribe-sidebar span.subscribe_box_title {
    font-size: 16px;
  }
  .page-heading.new-banner-image {
    background-size: cover;
  }
  .home .home-top-cta p {
      font-size: 1.4vw;
  }
  .home .home-top-cta h2 {
    font-size: 22px;
    letter-spacing: 0px;
  }
  .tagline-1 {
      font-size: 45px;
  }
  .home .home-top-cta {
    padding: 15px;
  }
  .footer p {
    font-size: 16px;
  }
  .banner-image {
    margin-top: -300px;
  }
  .banner-image img {
    width: 70%;
  }
  .page-heading.new-banner-image {
      padding: 60px 2vw;
  }
  .page-heading.new-banner-image.network{
    background-position: right;
  }
  a.ghost-button.orange.large {
    font-size: 22px;
  }
  .footer-top.contracting-guide h2 {
    font-size: 28px;
  }
  .contracting-chat-box-shadow {
    left: -2%;
    width: 114%;
  }
  .sneak-peek .verbiage {
    width: 50%;
    float: right;
    padding: 0px 30px;
  }
  .sneak-peek .verbiage h2 { font-size: 28px; }
}

@media only screen and (max-width: 1140px) {
  h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .sidebar li.menu-item {
    margin-bottom: 10px;
  }
  .sidebar .menu a {
    font-size: 14px;
  }
  .three-column {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
  .two-column {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
  #searchform label {
    width: 100%;
  }
  #searchform input[type=text] {
    width: 85%;
  }
}

@media screen and (max-width:1080px){
	/* calc */
  .priceBlock {
    font-size: 72px;
  }
  .priceBlock:before {
    margin-top: -5px;
  }
  .priceBlock span {
    font-size: 20px!important;
    margin-top: -5px;
  }
  .priceBlock:after {
    margin-left: 0;
    line-height: 1;
    display: block;
    clear: both;
    margin-top: 36px;
  }
  .calc-call {
    font-size: 12px;
  }
  .calc-call span {
    font-size: 20px;
  }
  .banner-tagline-left-container .banner-detail {
    width: 100%;
  }
  /* end calc */
}

@media only screen and (max-width: 1050px) {
  .content-left-image img, .content-right-image img {
    max-width: 100%;
  }
  .content-left, .content-right, .content-left-image, .content-right-image, .large-right-image.half, .full-early {
    width: 100%;
  }
  .content-left-image, .content-right-image {
    text-align: center;
  }
  .page-template-page-about .full-width {
    padding: 30px;
  }
  .home-top, .full-width.bigbiller, .full-width.webdesign {
    background-attachment: inherit;
  }
  .full-width.contracting {
    background-size: 40%;
    padding-bottom: 0;
  }
  .user-review {
    max-width: 90%;
  }
  .footer-middle {
    width: 100%;
    padding: 30px 0;
    height: auto;
  }
  .callout {
    line-height: 1.5;
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }
  h2.home-tagline, h1, .page-heading h3 {
    font-size: 6rem;
  }
  .page-heading, .page-heading.overview {
    padding: 40px 20px;
    text-align: center;
  }
  .product-name, .page-heading h1, .page-heading h3 {
    margin-left: 0;
  }
  #content.full-width.login {
    padding: 20px 0;
  }
  #content.full-width {
    width: 98%;
    margin: 0 1%;
  }
  .page-template-page-contracting .content-left-image, .page-template-page-contracting .content-right-image {
    text-align: center;
  }
  .team-block {
    width: 33%;
    overflow: hidden;
  }
  .popup-container {
    top: 80px;
  }
  body.error404 #primary {
    background-position: left;
    background-position-x: 30%;
  }
  a.error-cta{
    width: 95%;
    padding-bottom: 10px;
  }
  form#errorsearchform{
    width: 95%
  }
  .error-cta i {
    margin-top: 10px;
  }
  .error-cta h2 {
    line-height: 2.5em;
  }
  .subscribe-sidebar span.subscribe_box_title:before {
    width: 0;
    margin-right: 0;
  }
  #header-search-box {
    display: none;
  }
  .footer-top-blog {
    background: #f5f5f5;
    position: relative;
    padding: 60px;
  }
  .footer-top-blog h2.widgettitle {
    display: block;
    color: #252a6e;
  }
  .footer-top-blog-close {
    display: none;
  }
  #hubspot_subscribe_widget_4_form_div {
    width: 100%;
    margin-left: 0;
  }
  .banner-tagline .all-caps, .banner-tagline {
    font-size: 40px;
  }
  .banner-tagline-container{
      margin-left: 0;
  }
  .banner-desc {
      font-size: 24px;
  }
  .banner-image {
    margin-top: -250px;
      width: 90%;
      float: right;
  }
  .banner-image img {
    max-width: 100%;
  }
  .call-out p {
    margin: 0 !important;
  }
  .large-right-image img{
    display: none;
  }
  .large-right-image {
      position: relative;
  }
  .home .home-top-cta h2 {
      font-size: 20px;
  }
  .home-top-cta-link {
      font-size: 16px;
  }
  /* contract staffing guide */
  .contracting-guide-nav {
      padding: 10px 0px;
  }
  .footer-top.contracting-guide {
      padding: 10px 10px 0 10px;
  }
  a.guide-main:before {
      width: 20px;
      height: 20px;
      font-size: 20px;
  }
  .p-arrow, .n-arrow {
      line-height: 50px;
      font-size: 16px;
  }
  a.guide-main{
    font-size: 16px;
  }
  .n-arrow {
      padding-right: 60px;
    }
    .p-arrow {
    padding-left: 60px;
    }
  .n-arrow:after, .p-arrow:after {
      border: none;
      width: 40px;
      height: 40px;
    }
  .the-content ul.contracting-icons li {
      font-size: 14px;
      line-height: 1.5em;
  }
  #guide-gloss-menu li a {
      width: 24px;
      height: 24px;
      line-height: 24px;
    }
    .fact-prediction {
      width: 100%;
      clear: both;
  }
  #fact2 img, #fact4 img, #fact1 img, #fact3 img {
      float: none;
      margin: 0 auto;
      display: block;
  }
  /* END contract staffing guide */
  .table-contracting-th1 h3, .table-contracting-th2 h3, .table-contracting-th3 h3 {
    font-size: 16px;
  }
  .one-fourth{
    width: 48%;
  }
  .one-fifth{
  width: 31%;
  }
  .lg-social-title{
    display: none;
  }
}

@media screen and (max-width:1000px){
/* calc */
  .priceBlock {
    font-size: 40px;
  }
  .priceBlock:before {
    margin-top: 6px;
  }
  .priceBlock span {
    margin-top: 6px;
  }
  .priceBlock:after {
    line-height: 1.25;
    margin-top: 16px;
  }
  /* end calc */
}

@media only screen and (min-width: 981px) {
  .site-navigation{display: block !important;}
  .single .sidebar-primary .menu{
    display: block !important;
  }
    .border-right {
    border-right: 1px solid #e1e1e1;
    padding-right: 10px;
  }
}
/* Smaller than standard 960 (devices and browsers) */
/* Added Mobile nav at this breakpoint */
@media only screen and (max-width: 980px) {
  .site-navigation {
    display: none;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    float: right;
  }
  #mobile-menu {
    display: block;
    font-size: 24px;
    color: #0098ef;
    float: right;
    width: 100%;
    text-align: right;
    margin: 20px 10px;
    width: 5%;
  }
  header nav #menu-products ul li {
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 10px 0;
      float: none;
  }
  header nav ul#menu-products li a {
      width: 100%;
      display: inline-block;
      text-align: center;
      margin: 0;
      padding: 10px;
  }
  #menu-products li.current-menu-item > a, #menu-products li.current-menu-ancestor > a {
      border-bottom: none;
      background: #0089ef;
      color: #fff;
  }
  header #menu-products li.current-menu-item a:hover, header #menu-products li.current-menu-ancestor.menu-item-has-children:hover > a{
      color: #fff;
  }
  header nav ul#menu-products > li:hover > a {
      border-bottom: none;
  }
  header nav #menu-products ul.sub-menu li a:hover, header nav #menu-products ul.sub-menu li.current-menu-item a {
      color: #57BAF3;
      background: transparent;
  }
  nav #menu-products li.menu-item-has-children {
      position: relative;
  }
  #menu-products ul.sub-menu a {
      color: #888;
  }
  .menu-arrow {
      display: initial;
      width: 100%;
  }
  #menu-products ul.sub-menu {
      position: initial;
      top: 0;
      margin: 0 auto;
      width: 100%;
  }
  #menu-products .menu-item-has-children:hover ul.sub-menu{
      display: none;
  }
  .header-right {
    width: 100%;
  }
  header nav ul, header nav ul li {
    display: block;
    float: none;
    line-height: 2.5;
    text-align: right;
  }
  #menu-secondary li a {
    border: none;
  }
  #header-phone {
    width: 100%;
      text-align: right;
      margin-top: 20px;
  }
  .side-title{
    font-size: 1em;
    line-height: 1.5em;
  }
  .sidebar a.arrow:after, .sidebar a .arrow:after {
      bottom: 4px;
  }
  .one-third, ul.pricing-table, table.pricing-table{
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .one-third.border-left {
    border-top: 1px solid #e1e1e1;
    border-left: none;
    padding-top: 20px;
  }
  .portfolio-block {
    width: 45%;
  }
.item-flex.flex-33 {
    flex-basis: 48%;
}
  .cta-box, .cta-box-hover {
    height: 200px;
  }
  .cta-box-hover {
    padding-top: 110px;
  }
  .cta-box-hover .handwriting {
    margin-top: -80px;
  }
  a.button, .button, a.ghost-button, .ghost-button {
    font-size: 16px;
  }
  #blog-sidebar {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    position: relative;
    top: 0;
  }
  .subscribe-sidebar span.subscribe_box_title:before {
    width: 38px;
    height: 28px;
    margin-right: 10px;
  }
  .subscribe-sidebar span.subscribe_box_title {
    font-size: 18px;
  }
  .search p.search-title{
    padding: 2%;
  }
  .blog #content, .single #content, .category-blog #content, .category-recruiter-training #content, .category-contract-staffing-training #content, .category-placement-process #content, .category-owner-issues #content, .category-marketing #content, .category-case-studies #content, .category-press #content {
    width: 100%;
  }
  .no-padding-top{
    padding-top: 0;
  }
  .cta-box.webinars {
    background-position: center;
  }
  .blog-post, .blog .post, .archive .post, .archive article {
    max-width: 96%;
    margin-left: 2%;
  }
  .top_cat_search {
    margin: 0 auto;
  }
  .blog_cat_bar ul{
    margin-right: 0;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .blog_cat_bar ul{
    position: initial;
  }
  .blog_webinar {
      border-left: 0;
      padding-left: 0;
      border-top: 1px solid #ccc;
      padding-top: 10px;
  }
  .blog-side-read a.mdblue {
      font-size: 12px;
  }
  /* contract staffing guide */
  .page-template-page-contracting-resources a.sidebar-mobile-menu {
    font-size: 16px;
    padding-bottom: 2px;
  }
  ul#menu-guide-for-contract-staffing-menu > li, ul#menu-big-biller-help-center > li {
    margin-left: 30px;
    margin-bottom: 5px;
  }
  ul#menu-guide-for-contract-staffing-menu .menu-arrow, ul#menu-big-biller-help-center .menu-arrow {
    padding: 15px;
    left: -48px;
  }
  ul#menu-guide-for-contract-staffing-menu .menu-arrow{
    width: 44px;
  }
  ul#menu-guide-for-contract-staffing-menu > li > a, ul#menu-big-biller-help-center > li > a {
    padding: 10px 0;
    display: inline-block;
  }
  ul#menu-guide-for-contract-staffing-menu ul.sub-menu, ul#menu-big-biller-help-center ul.sub-menu {
    padding-top: 15px;
  }
  #guide-gloss-mobile-menu.fixed {
    display: block;
    text-align: center;
  }
  #guide-gloss-mobile-menu i{
    padding: 10px;
  }
  #guide-gloss-mobile-menu.fixed {
    position: fixed;
      top: 62px;
      z-index: 2;
      padding: 10px 0 0px 0;
      background: #fce9d1;
      width: 75%;
      font-size: 16px;
  }
  #guide-gloss-menu.fixed{
    top: 98px;
    padding: 20px 0;
  }
  #guide-gloss-menu li a {
    width: 46px;
    height: 46px;
    line-height: 26px;
    padding: 10px;
  }
  ul#guide-gloss-menu.fixed {
    top:-200px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 75%;
  }
  ul#guide-gloss-menu.fixed.open-mobile{
    top: 88px;
  }

  .the-content ul.contracting-icons li {
    width: 96%;
  }
  ul.contracting-icons li ul li:before {
    margin-left: -20px;
    width: 20px;
  }
  a.contract-guide-cta {
    float: left;
    width: 50%;
  }
  .contracting-icons div {
    width: 50%;
  }
  .contracting-chat-box {
    width: 90%;
    position: relative;
    right: auto;
    margin: auto;
    float: none;
  }
  .contracting-chat-box-shadow {
    display: none;
  }
  a.ghost-button.orange.large {
      width: 90%;
      margin: 70px auto 10px;
      display: block;
  }
  /* END contract staffing guide */
  /* help center */
  #help-cntr-sidebar .sidebar:nth-child(2) {
    float: right;
    width: auto;
    margin-top: 20px;
  }
  .help-cntr-top{
      margin-top: -44px;
  }
  .help-cntr-top h1, .help-cntr-top h2 {
    font-size: 3rem;
  }
  .help-cntr-top h1 {
    font-size: 2.5rem;
  }
  .single .sidebar-primary.no-page-heading#help-cntr-sidebar {
    margin-top: 0;
    z-index: 11;
    top: 75px;
        width: 100%;
    max-width: 100%;
    position: absolute;
    background: #DEE2F3;
    padding: 10px 20px;
}
.single #help-cntr-sidebar .sidebar-mobile-menu {
    display: block;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 5px;
}
.single #help-cntr-sidebar .sidebar:first-child {
    float: left;
    display: inline-block;
    width: auto;
}
.single .sidebar-primary#help-cntr-sidebar .menu{
  display: none;
}
  /* END help center */
  .sneak-peek .verbiage {
    width: 100%;
    float: left;
    padding: 20px 10px;
  }
  .sneak-peek .video {
    width: 100%;
    float: left;
  }
  .sneak-peek {
    padding: 20px 0;
  }
    .border-right {
	  border-bottom: 1px solid #e1e1e1;
	}
	/* help center home */
	.card-container.card-33, .card-container.card-33 .card-row, .card-container.card-33 .card {
	    display: inline-block;
	    width: 100%;
	    margin: 10px auto;
	}
	.card-container.card-33 .card {
	    max-width: 600px;
	    display: block;
	}
	#popular-topics .card h4{
	    font-size: 20px;
	    margin-bottom: 20px;
	    }
	#training-and-webinars .card {
	    text-align: center;
	    padding-bottom: 0;
	}
	#training-and-webinars .cta-abs-btm {
	    position: initial;
	}
	/* END help center home */
  .lg-social-group a{
    text-align: left;
  }
  .lg-social-title{
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
  }
  .lg-social-group a .lg-social-icon{
    float: left;
  }
}

@media only screen and (max-width: 900px) {
  .home .home-top-cta, .home .home-top-cta:hover, .home .home-top-cta.active {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .home .home-top-cta p {
      font-size: 14px;
  }
  .footer .span4 {
    padding: 2em 0;
  }
  .home-top-cta.network {
    margin: 0;
  }
  .row-fluid .span4 {
      width: 100%;
      margin-left: 0;
  }
  .footer-nav {
    text-align: center;
    margin: 0;
  }
  .footer .span4:nth-of-type(2) {
      margin-left: 0;
      width: 100%;
  }
  .footer-indent {
  margin-left: 0px;
  }
}

@media only screen and (max-width: 840px) {
  .top_cat_search {
    width: 100%;
  }
  #content.no-padding-top {
    padding-top: 85px;
  }
  .blog_cat_bar ul.blog_search li{
    margin-top: 0;
    border-top: none;
  }
  #blog_search_cat{
    font-size: 18px;
    color: #0098ef;
    text-align: center;
    width: 100%;
    padding: 5px 0;
  }
  ul.blog_cat_menu li {
    display: block;
    text-align: left;
    padding: 5px 20px;
    width: 100%;
  }
  #blog_search_cat i{
    float: none;
  }
  a.blog_cat_mobile_menu{
    display: block;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 5px;
    background: #DEE2F3;
    padding: 10px 20px;

  }
  ul.blog_cat_menu{
    display: none;
    background: #DEE2F3;
    padding-bottom: 10px;
  }
  .blog_search_bar {
    opacity: 0;
    position: relative;
    margin-top: 0;
    z-index: -5;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  .blog_search_bar.visible {
    top: 0;
    position: initial;
    margin-top: 0;
    display: inline-block;
  }
  .blog_cat_bar ul li a{
    border-bottom: none;
  }
  .blog_cat_bar ul li a:hover{
    color: #0098ef;
  }
  .home-top {
      padding: 25vw 0;
      height: 100vw;
  }
  .tagline-1 {
      font-size: 30px;
  }
  .webinar-list>li {
    width: 98%;
  }
  .page-template-page-training .sidebar-primary {
    display: none;
  }
  .page-template-page-training #content {
    width: 98%;
  }
  section#main, div#sidebar {
    width: 100%;
  }
  #lnkBackToTop {
    display: block;
  }
  .single #lnkBackToTop {
    bottom: 40px;
  }
  .home .content-left, .home .content-right, .banner-tagline-container, .network .banner-tagline-container, .page-template-page-jobboard .banner-tagline-container,
  .page-template-page-jobposting-php .banner-tagline-container.left, .page-template-page-webdesign-php .banner-tagline-container.left{
    width: 100%;
  }
  .pricing-link {
      float: none;
      line-height: 2;
  }
  .network .half.banner-pricing.center, .page-template-page-jobposting-new .half.banner-pricing.center{
      width: 100%;
  }
  .home .content-left-image, .home .content-right-image {
    width: 100%;
    margin: 20px 0;
  }
  .content-left-image.bigbiller, .content-left-image.webdesign {
      text-align: center;
  }
  .full-width.contracting {
    background: transparent;
  }
  .banner-image {
      width: 100%;
      margin-top: 0;
      margin-bottom: 20px;
  }
  .banner-image img {
    display: none;
  }
  #content {
      margin-top: 0;
  }
  .banner-pricing:nth-of-type(2) {
    border: none;
  }
  .page-heading.new-banner-image {
      padding: 8vw 4vw;
  }
  .banner-tagline .all-caps, .banner-tagline {
      font-size: 36px;
  }
  .page-heading.new-banner-image.contracting{
    background-image: url(/wp-content/uploads/2016/09/banner-contracting-bg-mobile.jpg);
  }
  .page-heading.new-banner-image.network {
    background-image: url(/wp-content/uploads/2016/09/banner-network-bg-mobile.jpg);
  }
  .page-heading.new-banner-image.recruiting-network{
    background-image: url(/wp-content/uploads/2018/05/recruiting-network-hero-shot1.jpg);
  }

  .pricing-box h3 {
      padding: 20px 0 20px 0;
  }
  .call-out .fluid-width-video-wrapper {
      width: 80%;
  }
  .fluid-width-video-wrapper iframe {
      height: 33vw;
  }
  .blog_webinar {
    border-top: 0;
  }
  #footer-search-box {
    float: left;
  }
  .footer-bottom .right {
    width: 50%;
  }
  /* help center */
  .help-cntr-top {
    margin-top: -9px;
  }
  /* END help center */

}

@media only screen and (max-width: 768px) {
  .centered-box-content{
    margin-bottom: -45px;
    margin-top: -10px;
  }
  .cta-fixed-bar, .home-cta-fixed-bar {
    display: none !important;
  }
  .page-template-page-bigbiller-child .footer-bottom, .page-template-page-network-child .footer-bottom, .page-template-page-contracting-child .footer-bottom, .page-template-page-bigbiller.page-child .footer-bottom, .page-template-page-network.page-child .footer-bottom, .page-template-page-contracting.page-child .footer-bottom, .category-blog .footer-bottom, .page-template-page-home .footer-bottom, .page-template-page-webdesign .footer-bottom, .single.blog .footer-bottom, .single.recruiter-training .footer-bottom, .single.contract-staffing-training .footer-bottom, .single.placement-process .footer-bottom, .single.owner-issues .footer-bottom, .single.marketing .footer-bottom, .single.case-studies .footer-bottom, .single.press .footer-bottom {
    margin-bottom: 0;
  }
  #tblWebinars td {
      width: 100%;
      display: table;
      margin-bottom: 40px;
  }
  .change-on-mobile {
    margin-bottom: 0px;
}
/* calc */
  .banner-tagline-left-container {
    width: 100%;
  }
  .banner-showcase-image {
    margin: 0;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .banner-laptop-image {
    width: 100%!important;
  }
  .pricing-margin.padding-right-content {
    padding-right: 0px;
  }
  .pricing-margin.padding-left-content  {
    padding-left: 0px;
  }
/* end calc */
}

@media only screen and (max-width: 767px) {
  .side-title{
    font-size: 1em;
    line-height: 1.5em;
  }
  .footer-bottom .right, .footer-bottom .left, .half, .footer-right .widgettitle, .footer-right .textwidget, #footer-search-box, .banner-tagline-center-container .banner-desc {
    width: 100%;
  }
  .footer-bottom .logo{
    float: none;
  }
  .footer-bottom .right {
    padding-top: 0;
  }
  #footer-search-box {
    padding-bottom: 20px;
  }
  .home .full-width h2 {
    font-size: 3rem;
  }
  .the-content {
    padding: 0 10px;
  }
  .indent {
    padding: 15px;
  }
  h2, .the-content h2, .full-content .the-content h2 {
    font-size: 2rem;
  }
  .fz-30 {
    font-size: 25px !important;
}
.fz-40 {
  font-size: 30px !important;
}
.fz-50 {
  font-size: 35px !important;
}
.fz-65 {
  font-size: 45px !important;
}
  h3 {
    font-size: 18px;
  }
  .the-content h2.page-title{
    font-size: 32px;
    padding: 0px;
    line-height: 1.3;
  }
  .content-left, .content-right {
    padding: 0;
  }
  .footer-top-blog h2.widgettitle {
    font-size: 20px;
  }
  .blog .footer-top-blog, .archive .footer-top-blog, .single .footer-top-blog, .search .footer-top-blog {
    padding: 60px 40px;
  }
  .half.banner-pricing {
    width: 50%;
    margin-top: 10px;
  }
  .page-title {
    margin: 0 0 40px 0;
  }
  #home-content h1 {
    font-size: 6vw;
  }
  .home-top-cta.active .pricing, .home-top-cta:hover .pricing, .home-top-cta.active .banner-pricing, .home-top-cta:hover .banner-pricing {
    height: 60px;
  }
  .home-case-study, .banner-tagline-child {
    text-align: center;
  }
  .home-case-study .half:first-child {
      max-height: 300px;
  }
  .padding-40{padding: 20px;}
  .padding-20-40{padding: 10px 20px;}
  .page-template-page-contracting .content-left, .page-template-page-contracting .content-right{
    padding:0 20px;
  }
  .call-out {
      margin: 25px -10px 25px 0;
  }
  .handwriting, h2.handwriting {
    font-size: 24px;
  }
  .content-wrap{padding: 20px;}
  .hide-on-mobile-tablet{
    display: none;
  }
  .top-cta .right {
    float: left;
}
  .software-pricing, .pricing-45, .pricing-10{
    width:100%;
  }
  .pricing-10{
    margin-bottom: -35px;
  }
  .pricing-first-detail span, .pricing-additional-detail span {
    margin-left: 30%;
    width: 40%;
	}
	.padding-right-content {
    padding-right: 0px;
}
.padding-left-content {
    padding-left: 0px;
}
	/* calc */
	  .pricing-margin{
  margin-bottom: 50px;
}
/* end calc */
	/* help center home */
	  #product-updates .cta-abs-btm, #software-status .cta-abs-btm {
	    position: initial;
		}
		.card-container.card-50 .card {
	    max-width: 600px;
	    display: block;
	}
	.card-container.card-50, .card-container.card-50 .card-row, .card-container.card-50 .card {
	    display: inline-block;
	    width: 100%;
	    margin: 10px auto;
	    text-align: center;
	}
	#product-updates.card, #software-status.card{
		padding-bottom: 0;
	}
	.page-template-page-bigbiller-help-center .full-content .the-content h2{
		font-size: 30px;
	}
	/* END help center home */
.padding-v-80{
  padding-top:40px;
  padding-bottom:40px;
}
.margin-t-120, .margin-t-100{
  margin-top:80px;
}
}
@media only screen and (min-width: 751px) {
  .child-navigation .menu, .page .sidebar-primary .menu{
    display: block !important;
  }
.page-template-page-recruiting-software-features-child .cta-bar p, .page-template-page-recruiting-software-features-child-centered .cta-bar p{
  min-height: 80px;
}
}

/* Sidebar Menu collapsed at this size */
@media only screen and (max-width: 750px) {
  .sidebar-primary {
    width: 100%;
    max-width: 100%;
    top: 245px;
    position: absolute;
    background: #DEE2F3;
    padding: 10px 20px;
  }
  .sidebar-primary.top-on-mobile{
    top: 75px;
    z-index: 5;
  }
  .child-navigation{
    padding: 10px;
  }
  .sidebar-primary.fixed, .sidebar-primary.top-on-mobile.fixed, .child-navigation.top-on-mobile {
      top: 50px;
      display: block;
      position: absolute;
      z-index: 50;
  }
  .child-navigation.top-on-mobile {
      top: 76px;
  }
  .child-navigation ul{
    margin-bottom: 0;
  }
  .child-navigation li.menu-item{
    width: 100%;
    margin-bottom: 5px
  }
  .child-navigation .menu a {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .page-heading {
    height: 175px;
  }
  .page-heading.overview {
    padding: 40px 20px;
  }
  .product-name {
    font-size: 2rem;
  }
  .page-heading h3, h1 {
    font-size: 3rem;
  }
  .page-heading.overview h1, .page-heading h3, .product-name {
    line-height: 1;
  }
  .sidebar-primary .menu, .child-navigation .menu, .cta-box.webinars, .sidebar-primary .sidebar:nth-of-type(4) {
    display: none;
  }
  #menu-big-biller-2, #menu-network-2, #menu-web-design-2, #menu-contracting-2 {
    border-top: 1px solid #A9A9A9;
  }
  .sidebar-mobile-menu, .child-nav-mobile-menu {
    display: block;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 5px;
  }
  .sidebar-cta-box, .blog-side-read {
    display: none;
  }
  .sidebar-mobile-menu .fa, .child-nav-mobile-menu .fa {
    font-size: 20px;
    margin-left: 10px;
  }
  .sidebar-primary.fixed {
    top: 55px;
  }
  #content, .page-template-page-training #content{
    width: 96%;
    margin: 0 2%;
  }
  .blog #content, .single #content, .archive #content {
    margin: 0;
    width: 100%;
  }
  .blog #content article, .single #content article, .archive #content article {
    padding: 0 4%;
  }
  #content {
    padding-top: 60px;
  }
  #menu-network, #menu-big-biller, #menu-web-design, #menu-contracting, #menu-recruiting-software {
    margin-top: 20px;
  }
  .page-template-page-about  .sidebar-primary {
    display: none;
  }
  .team-block {
    width: 25%;
  }
  .sidebar li.menu-item {
    margin-bottom: 14px;
  }
  .outside-the-content {
    margin-right: 0;
  }
  .details-half {
    width: 100%;
    text-align: center;
    padding: 10px 10px 0;
  }
  .details-half ul {
    text-align: left;
  }
  article .the-content .popup-container img {
    max-width: 60%
  }
  .visit-site {
    font-size: 14px;
  }
  body.error404 #primary {
    background-position: right;
  }
  .error404 h1.mobile{
    display: block;
  }
  body.error404 #content {
    width: 100%;
  }
  .error404 #content{
    margin: 0 auto;
    padding:10px;
    text-align: center;
  }
  a.error-cta {
    margin: 0 auto;
    text-align: left;
  }
  .portfolio-block {
    height: 180px;
  }
  .banner-image {
    width: 100%;
  }
  #content {
      padding-top: 25px;
  }
  .content-left h3 {
      margin-top: 30px;
  }
  h2 {
      font-size: 24px;
  }
  .call-out {
    width: 100%;
  }
  .page-heading.new-banner-image {
    height: auto;
    margin-top: 110px;
  }
  .page-heading.about {
    margin-top: 75px;
  }
  .page-template-page-contracting-resources #content {
      width: 100%;
      padding-top: 0px;
      margin: 0;
  }
  #guide-gloss-mobile-menu.fixed, ul#guide-gloss-menu.fixed {
    width: 100%;
  }
  .footer-bottom .left {
    padding-bottom: 20px;
  }
  /* Contracting Express Updates */
  .table-contracting-th1 h3, .table-contracting-th2 h3, .table-contracting-th3 h3 {
    font-size: 12px;
  }
  .table-contracting-th2, .table-contracting-th3 {
    padding: 15px 3px;
  }
  .table-contracting td:first-child {
    font-size: 10px;
  }
  .table-contracting td {
    padding: 4px;
  }
  .table-contracting-btn, .table-contracting-btn-2 {
    padding: 6px;
    min-height: 35px;
    font-size: 14px;
  }
  /* help center */
  .help-cntr-top {
    margin-left: 0;
  }
  a.arrow.help-cntr-learn-more {
    margin: 0 auto 20px auto;
  }
  #help-cntr-sidebar .sidebar:first-child {
    float: left;
    display: inline-block;
    width: auto;
  }
  .help-cntr-top {
    margin-top: 70px;
  }
  .sidebar-primary.no-page-heading#help-cntr-sidebar{
  margin-top: 0;
  z-index: 11;
  }
  /* END help center */

}

@media screen and (max-width:670px){
	/* calc */
  div#dvSeeHowMuch {
    width: 150px;
    height: 67px;
    top: -64px;
    left: 6px;
  }
  .calc-call {
    line-height: 20px;
  }
  /* end calc */
  .item-flex.flex-33 {
      flex-basis: 98%;
  }
  .form-header {
    width:initial;
  }

}

@media only screen and (max-width: 550px) {
  h1.larger, h1, h2.home-tagline {
    font-size: 30px;
    font-size: 3rem;
  }

  .content-left-image.bigbiller {
    text-align: center;
    margin-top: 20px;
  }
  .full-width.bigbiller {
    background-image: url(/wp-content/uploads/2015/09/home_bigbiller_mobile.jpg);
  }
  .full-width.contracting {
    background-size: 300px;
    background-position: bottom;
    padding-bottom: 285px;
    background-image: url(/wp-content/uploads/2015/09/home_contracting_mobile.jpg);
    background-repeat: no-repeat;
  }
  .full-width.webdesign {
    background-image: url(/wp-content/uploads/2015/09/home_web_mobile.jpg);
  }
  .team-block {
    width: 33%;
  }
  .footer-top {
    padding: 20px 10px;
  }
  .gold {
    font-size: inherit;
  }
  .cta-box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  a.button, .button, a.ghost-button, .ghost-button {
    padding: 10px;
    text-align: center;
    width: 92%;
    margin: 5px 4% 15px;
    clear: both;
  }
  .cta-box .button {
    padding: 10px;
    margin: 0 auto;
  }
  .call-out h3.center {
    width: 100% !important;
  }
  .portfolio-block h4 {
    line-height: 1.3;
    font-size: 12px;
    margin-top: 3px;
  }
  .the-content .handwriting {
    font-size: 30px;
  }
  .cta-box, .cta-box-hover {
    height: auto;
  }
  .cta-box-hover {
    background: rgba(35,41,106,.7);
  }
  .cta-box-hover .handwriting {
    opacity: 1;
  }
  .cta-box.webinars .cta-box-hover {
    padding: 110px 15px 15px 15px;
  }
  .indent {
    padding: 20px;
  }
  li {
    font-size: inherit;
  }
  p.left {
    width: 100%;
    text-align: center;
  }
  h2.border-top {
    text-align: center;
  }
  .page-heading.overview h1, .page-heading h3, .product-name {
    line-height: 1.2;
  }
  .hide-on-mobile {
    display: none;
  }
  .post_nav a.button {
    padding: 10px 40px;
    display: inline-block;
    width: auto;
    line-height: 1;
    margin: 15px;
  }
  .post_nav .nav-word {
    display: none;
  }
  .post_nav .fa {
    font-size: 24px;
    background-color: #0098ef;
    color: #fff;
    border-radius: 2em;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.2;
  }
  .next-page a, .past-page a {
    font-size: 14px;
  }
  .blog_search_bar #blog_searchsubmit {
    width: 8%;
  }
  .footer-top-blog ._form_17 ._form_element._x09604542._full_width {
    width: 100% !important;
  }
  .blog_search_bar i {
    font-size: 16px;
  }
  input#hubspot_subscribe_widget_4_email {
      width: 100% !important;
  }
  div#hubspot_subscribe_widget_4_form_div input[type="submit"] {
      width: 100% !important;
      margin: 2% auto;
  }
  .home .content-left-image, .home .content-right-image {
      width: 100%;
      margin: 20px 0;
  }
  /* web portfolio popup responsive */
  .popup-container {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: 80%;
      height: 80vh;
  }
  .visit-site {
    width: 100%;
      float: left;
      margin: 10px 0 30px;
  }
  article .the-content .popup-container img {
    max-width: 100%;
  }
  a.button, .button, a.ghost-button, a.ghost-button.orange, .ghost-button, .ghost-button.orange {
    margin: 10px auto;
  }
  .home-top {
    display: none !important;
  }
  .home .home-top-ctas {
    margin-top: 75px;
  }
  .home .pricing, .home .home-top-cta.active .pricing, .home .home-top-cta:hover .pricing, .home .banner-pricing {
    height: 60px;
    opacity: 1;
  }
  .home-top-cta-link {
    font-size: 16px;
  }
  article {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  /* contract staffing guide */
  .contracting-guide-nav {
      text-align: center
  }
  a.guide-main:before {
      width: 20px;
      height: 20px;
      font-size: 20px;
  }
  .p-arrow, .n-arrow {
     width: 0 !important;
     overflow: hidden;
       text-indent: -999px;
  }
  .page-template-page-contracting-resources .page-heading {
    display: none;
  }
  .page-template-page-contracting-resources .contracting-guide-nav {
    margin-top: 112px;
  }
  .footer-top.contracting-guide h2 {
      font-size: 22px;
  }
  .three-column {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
  /* END contract staffing guide */
  /* help center */
  a.button.help-cntr-home i {
    display: inline-block;
    width: 32px;
    text-align: center;
    margin-left: -4px;
  }
  /* END help center */
  .one-fourth{
    width: 98%;
  }
  .one-fifth{
  width: 100%;
  }
  .mb-100{
    margin-bottom: 50px;
  }
  .container-768.flex-row {
    flex-direction: column;
}
  h3.dropdown.caret {
    font-size: 18px;
  }
  .testimonial-author {
    display: inherit;
    margin: 6px;
    font-size: 14px;
    text-align: center;
  }

  .pricing-first-detail span, .pricing-additional-detail span {
    margin-left: 20%;
    width: 60%;
}
  .banner-tagline-child{
  font-size: 40px;
}
  .banner-desc-child{
  font-size: 20px;
}
.lg-social-group a {
    text-align: center;
}
.lg-social-title{
  display: block;
  line-height: 1;
}
.lg-social-group a .lg-social-icon{
  float: none;
}
.the-content li{
  margin: 1% 0 20px 2%;
font-size: 14px;
line-height: 1.5;
}
}

@media screen and (max-width:500px){
	/* calc */
  div#dvSeeHowMuch, .calc-calc img {
    display: none;
  }
  .calc-calc h3 {
      font-size: 16px;
  }
  .calc-calc h4 {
    font-size: 10px;
  }
  .calc-section label {
    font-size: 14px;
  }
  .calc-call span {
    font-size: 14px;
  }
  /* calc */
}


@media only screen and (max-width: 479px) {
  body, article .post-meta {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .home-case-study .half {
      padding: 50px;
  }
  .blog-page-content .title {
    padding: 0 10px;
    line-height: 1;
  }
  .post-meta {
    padding: 0 10px;
  }
  .site-title {
    font-size: 6px !important;
    line-height: 30px;
  }
  .menu-main-nav-container a, .side-title, .menu-main-container a {
    font-size: 1em;
    line-height: 1.5em;
  }
  .logo {
    width: 80%;
  }
  .footer-bottom .logo{
    width: 100%;
  }
  #mobile-menu {
    margin: 3% 0;
  }
  .portfolio-block {
    width: 49%;
    height: 155px;
  }
  .details-half h2, article .title, article .title a, .single-post article .title {
    font-size: 2rem;
  }
  h3 {
    font-size: 18px;
  }
  .pricing-box h3 {
      padding: 20px 0;
  }
  .portfolio-block-wrap {
    height: 100px;
  }
  .blog-page.featured-img {
    display: none;
  }
  .blog-page-content {
    width: 100%;
    margin: 0;
  }
  .featured-img {
    margin: 15px 0;
  }
  a.button, .button, a.ghost-button, .ghost-button {
    padding: 10px 15px;
  }
  .user-review h4 {
    font-size: 14px;
  }
  .call-out .fluid-width-video-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .call-out p, .sidebar .call-out p {
      font-size: 20px;
  }
  #content.no-padding-top {
    padding-top: 68px;
  }
  header nav ul, header nav ul li {
    line-height: 2.2;
  }
  .page-heading.new-banner-image {
      margin-top: 105px;
  }
  .page-heading.new-banner-image.about {
      margin-top: 67px;
  }
  .sidebar-primary.top-on-mobile, .child-navigation.top-on-mobile, .single .sidebar-primary.no-page-heading#help-cntr-sidebar {
    top: 68px;
  }
  .sidebar-primary.fixed, .sidebar-primary.top-on-mobile.fixed{
    top: 42px;
  }
  nav.site-navigation {
      padding-bottom: 15px;
  }
  header nav ul#menu-products li {
    padding-bottom: 0;
  }
  .fluid-width-video-wrapper iframe {
      width: 100%;
  }
  .fluid-width-video-wrapper iframe {
      height: 39vw;
  }
  .footer-top .user-review p {
      font-size: 18px;
  }
  li h3 {
      font-size: 15px;
  }
  .page-links a {
      font-size: 16px;
  }
  .page-links li { margin:20px 0; }
  #lnkBackToTop{
    bottom: 60px;
    right: 7px;
  }
  .footer-bottom .right{
    padding: 20px 10px 73px 10px;
  }
  .footer-bottom .left {
    padding: 10px 10px 0 10px;
    text-align: center;
  }
  /* contract staffing calculator */
  .table-contracting-th1 h3, .table-contracting-th2 h3, .table-contracting-th3 h3, .priceBlock:after {
    font-size: 11px;
  }
  .table-contracting h5 {
    font-size: 10px;
  }
  .calc-calc h3 {
    font-size: 14px;
  }
  /* contract staffing guide */
  .page-template-page-contracting-resources .the-content h1{
    font-size: 2.2rem;
  }
  .page-template-page-contracting-resources .the-content h2{
    line-height: 1.5em;
  }
  .page-template-page-contracting-resources .the-content {
      padding: 0 25px;
  }
  .the-content ul.contracting-icons li {
      width: 96%;
  }
  a.contract-guide-cta {
      width: 100%;
  }
  .contracting-icons div {
      width: 100%;
  }
  .the-content ul.contracting-icons li {
      font-size: 12px;
      line-height: 1.5em;
  }
  .contracting-icons div {
      min-height: initial;
  }
  /* END contract staffing guide */
  /* help center */
  a.button.help-cntr-home i {
    width: 20px;
  }
  #help-cntr-sidebar .sidebar-mobile-menu, .single #help-cntr-sidebar .sidebar-mobile-menu {
    font-size: 14px;
  }
  .help-cntr-top #blog_searchform {
    width: 88%;
  }
  /* END help center */
}

@media only screen and (max-width: 400px) {
  .team-block {
    width: 50%;
  }
  #icons-software, #icons-web {
    display: none;
  }
}

.hubspot-link-cta {
    font-size: 22pt;
}


/*barb bruno pages*/
table#tblBarbBrunoVideos thead th {
    text-align: left;
}
table#tblBarbBrunoVideos tbody tr:nth-child(odd) {
    background-color: #f1f1f1;
}
table#tblBarbBrunoVideos tr td, table#tblBarbBrunoVideos tr th {
    padding: 5px 10px;
}
body.page-template-page-contracting-fundamentals h4.new-header-detail {
    font-weight: normal;
    max-width: 400px;
}
ul.bottom-nav li {
    width: 50%;
    float: left;
    display: inline-block;
    clear: none;
    margin: 0;
}
li.next {
    text-align: right;
}
li.prev {
    text-align: left;
}

/* one item */
ul.bottom-nav li:first-child:nth-last-child(1) {
/* -or- li:only-child { */
    width: 100%;
}

/* two items */
ul.bottom-nav li:first-child:nth-last-child(2), ul.bottom-nav li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}
ul.bottom-nav li:before { content:'';display: none;}

.page-heading.banner-contracting-fundamentals {
	background-image: url(/wp-content/uploads/2018/01/banner-contracting-fundamentals-bg-3-desktop.jpg);
    background-size: cover;
    padding: 6vw 2vw;
    background-color: #fff;
    background-position: center;
    background-attachment: scroll;
}
#tblBarbBrunoVideos td:nth-child(4), #tblBarbBrunoVideos th:nth-child(4) {
    text-align: center;
}
a.handout-download {
    font-size: .8em;
    margin-left: 10px;
    display: inline-block;
}
table#tblContractIndustries {
    background: #f9f9fd;
    margin-top: 60px;
}
#tblContractIndustries th, #tblContractIndustries td {
    padding: 10px;
}
#tblContractIndustries th {
    text-align: center;
}

@media only screen and (max-width:840px){
	body.page-template-page-contracting-fundamentals .banner-tagline-container
	{
		width:50%;
	}

	body.page-template-page-contracting-fundamentals .new-header-main {
	    line-height: 1.1;
	    font-size: 2.5rem;
	    font-weight: 700;
	    color: #252a6e!important;
	    margin-bottom: 2rem;
	}

	body.page-template-page-contracting-fundamentals .new-header-detail {
	    font-size: 1.5rem;
	}
}

@media screen and (max-width:480px){
  .page-heading { height:235px;}
  .page-heading.banner-contracting-fundamentals {
    -webkit-background-size: cover;
    background-size: cover;
  }
}
/*end barb bruno pages*/


/*contracting slider*/
div#dvContractingSlider {
    position: fixed;
    bottom: -150px;
    width: 100%;
    text-align: center;
    left: 0;
    border-top: 2px solid #ccc;
    background-color: #fff;
    padding: 20px;
    transition: bottom .5s;
}
div#dvContractingSlider.open{
  bottom:0px;
}
div#dvContractingSliderClose {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 10px;
    background: #8d98d4;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 9px;
    border-radius: 3px;
    cursor:pointer;
}
/*end contracting slider*/

/*begin job board*/
.jb--wrapper h2 {
    font-size: 220% !important;
    font-weight: 500 !important;
}
.jb--wrapper .jb--button {
    background: #0098ef !important;
    color: white !important;
    border: 0 !important;
    border-radius: 3px !important;
}
.jb--wrapper .jb--button:hover {
    background: #57baf3 !important;
}
/*end job board*/
