/*
Theme Name: American Career Search
Theme URI: https://www.topechlon.com
Author: Top Echelon
Author URI: https://www.topechlon.com
Description: Theme for American Career Search based off of the Naked Wordpress Theme by Josh Beckman.
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/ */

}
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;
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 */

}
a.button, button,
html input[type="button"],
input[type="reset"],
input[type="submit"], input#nf-field-4 {
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 8px 1.5em;
    background: #ffb70f;
    border-color: transparent;
    border-right: none;
    border-left: none;
    border-bottom: 5px solid #c28800;
    color: #333;
    display: inline-block;
    margin: 20px auto;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    -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;
}
a.button.grey{
  background-color: #5d6575;
  border-bottom-color: #333;
  color: #fff;
}
a.button:hover, button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, input#nf-field-4:hover, a.button:focus, button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:active, input#nf-field-4:focus, button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active, input#nf-field-4:active {
  background: #c28800;
  color: #ffffff;
}
a.button.grey:hover, a.button.grey:focus, a.button.grey:active{
  background-color: #333;
}
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],
input[type=password],
input[type=tel],
textarea, input {
  color: #888888;
  border: 3px solid #5d6575;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email],input {
  padding: 5px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 5px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  margin: 0;
  background: #ffffff;
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 24.64px;
  font-size: 16px;
  font-size: 1.6rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
}
/* added styles
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}
body{
  height: 100vh;
  padding: 0;
}
div:focus{
  outline: none;
}
:focus{
  outline: thin dotted;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Poppins", Helvetica, sans-serif;
  margin: 10px auto 20px auto;
  font-weight: bold;
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
    line-height: 30px;
    font-size: 22px;
    font-size: 2.2rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
ul, ol, .the-content ol, .the-content ul {
    margin-left: 20px;
}
ul, ol {
    margin-bottom: 20px;
    list-style-type: none;
}
.the-content ol, .the-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}
ol li {
  counter-increment: step-counter;
}
ol li:before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
    padding: 1px 5px;
    margin-left: -27px;
    color: #888;
}
ol li.comment:before {
    display: none;
}
.the-content ul > li{
  margin-left: 25px;
}
.the-content ul > li:before {
    content: '\f111';
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 21px;
    font-size: 5px;
    vertical-align: middle;
    margin-left: -26px;
}
ol li.comment:before {
    display: none;
}
ul.listcol2 {
    line-height: 2em;
    margin: 1.25em 0;
    margin-left: 20px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  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: #333333;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #ffb70f;
  -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;
}
a.arrow {
    position: relative;
    clear: both;
    padding-right: 65px;
    padding-left: 15px;
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    overflow: hidden;
}
a.arrow:hover{
	color: initial;
}
a.arrow::after, .job-card a:after {
    content: "";
    background-image: url(http://www.americancareersearch.com/wp-content/themes/american-career-search/svg/arrowright.svg);
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
a.arrow::after{
    right: 16px;
    top: 0px;
}
a.arrow:before {
    content: '';
    display: inline-block;
    background-color: #333;
    position: absolute;
    bottom: -5px;
    left: 15px;
    right: 60px;
    height: 2px;
    border-radius: 2px;
}
a.arrow::before, a.arrow::after, .job-card a::after{
	-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;
}
a.arrow:hover::before {
	bottom: 0;
}
a.arrow:hover::after {
    right: 12px;
    cursor: pointer;
}
/* #Utility Classes
================================================== */
.left {float: left;}
.right{ float: right; }

.w-33 { width: 33.33%; }
.w-66 { width: 66.66%; }
.w-50 { width: 50%; }
.w-100 { width: 100%; }

.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }

.lh1 { line-height: 1em; }
.lh2 { line-height: 1.25em; }

.ma0 { margin: 0 0 0 0; }
.m0a { margin: 0 auto; }
.mb0 { margin-bottom: 0; }
.ml0 { margin-left: 0; }
.mr0 { margin-right: 0; }
.mla { margin-left: auto; }

.mv1 { margin: .5rem 0; }
.mv2 { margin: 1rem 0; }
.mv3 { margin: 1.5rem 0; }
.mv4 { margin: 2rem 0; }

.pa1 { padding: .5rem; }
.pa2 { padding: 1rem; }
.pa3 { padding: 1.5rem; }
.pa4 { padding: 2rem; }
.pa5 { padding: 2.5rem; }

.pl1 { padding-left: .5rem; }
.pl2 { padding-left: 1rem; }
.pl3 { padding-left: 1.5rem; }
.pl4 { padding-left: 2rem; }

.pr1 { padding-right: .5rem; }
.pr2 { padding-right: 1rem; }
.pr3 { padding-right: 1.5rem; }
.pr4 { padding-right: 2rem; }

.pv1 { padding: .5rem 0; }
.pv2 { padding: 1rem 0; }
.pv3 { padding: 1.5rem 0; }
.pv4 { padding: 2rem 0; }

.pt1 { padding-top: .5rem; }
.pt2 { padding-top: 1rem; }
.pt3 { padding-top: 1.5rem; }
.pt4 { padding-top: 2rem; }

.font { font-family:  "Open Sans", Helvetica, sans-serif; }
.d-font { font-family:  "Poppins", Helvetica, sans-serif; }

.col-contain{
  display: inline-block;
  width: 100%;
}
.col-contain .w-50:first-child{
  padding-right: 40px;
  padding-left: 0px;
}
.col-contain .w-50:last-child{
  padding-left: 40px;
  padding-right: 0px;
}
/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
    background: url(http://www.americancareersearch.com/wp-content/uploads/2017/12/american-career-search-logo.png) no-repeat;
    display: inline-block;
    text-indent: -9999px;
    width: 206px;
    height: 59px;
    background-size: contain;
    margin-top: 10px;
}
.site-title a:hover{
}
.site-description{display: none;
}
header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header #brand {
 float: left;
}
header #brand h2 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}
header #brand h2 a {
  color: #565656;
  text-decoration: none;
}
header #brand h2 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}
header nav {
  font-family: "Open Sans", Helvetica, sans-serif;
  float: right;
  letter-spacing: .2px;
  font-weight: 700;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 10px auto 0 auto;
}
header nav ul li {
  position: relative;
  display: inline-block;
}
header nav ul li a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
header nav ul li:last-child{
  margin-right: 0;
}
header nav > ul li:last-child a{
  padding-right: 0;
}
header nav a:hover, li.current-menu-item > a, header ul > li a:hover, header nav ul li.menu-item-has-children:hover > a, header nav ul li.menu-item-has-children.current-menu-parent > a, .current-menu-ancestor > a, li.menu-item-has-children:hover, .sub-menu li.current-menu-item > a{
	color: #afafaf;
}
.sub-menu li.current-menu-item > a{
  border-color: transparent;
}
ul.sub-menu {
      display: none;
    background: rgba(255, 255, 255, 0.8);
}
.sub-menu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.sub-menu a{
    color: #333;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px;
}

.sub-menu ul.sub-menu {
    left: 225px;
    top: 0;
}
ul > li.menu-item-has-children > ul li a:hover {
    background-color: #333;
}
.menu-arrow{
  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: 22px;
  color: #49494b;
  display: none;
}
.menu-item-has-children.close a{
  background: #24bdca;
  color: #fff;
}
.menu-item-has-children .menu-arrow.close:after{
  content:'\f106';
}
a.social{
	border:3px solid #ffb70f;
	width: 42px;
	height: 42px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	color: #ffb70f;
	border-radius: 50%;
}
a.social:hover{
	color: #333333;
	background-color: #ffb70f;
}
/*home*/
.home #content, .home #sidebar, .home #blog-sidebar{
  width: 50%;
}
.tagline{
	color: #ffffff;
	line-height: 1em;
}
.tagbr{
	display: block;
	padding: 5px;
}
.tagline .italic{
	font-style: italic;
	font-weight: normal;
}
.tag-callout, .pg-title{
	background-color: #ffb70f;
	color: #333333;
	padding: 15px 5px;
	position: relative;
    margin-top: 10px;
    display: inline-block;
}
.home .featured-img{
	background-position: bottom center;
	padding: 10vh 0 4vh 0;
}
/* acs icons and prcnt */
.stat{
  font-size: 60px;
  font-weight: bold;
  font-family: "Poppins", Helvetica, sans-serif;
  line-height: 1;
}
.stat sub, .stat sup{
  font-size: 30px;
}
.stat sub{
  top: 0;
}
.stat sup{
  bottom: 20px;
}
.home .acs-ico{
    font-weight: bold;
    text-transform: uppercase;
    min-height: 250px;
  }
.acs-ico {
  min-height: 180px;
    text-align: center;
    padding: 90px 20px 10px 20px;
}
.home .acs-pcnt{
  min-height: 200px;
}
.acs-pcnt{
  padding: 20px 20px 20px 100px;
}
.acs-pcnt, .acs-ico{
  position: relative;
}
.acs-pcnt:before, .acs-ico:before{
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.acs-ico:before{
    background-image: url(http://www.americancareersearch.com/wp-content/themes/american-career-search/svg/acs-icons.svg);
    height: 72px;
    width: 72px;
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto;
    background-position-x: 0px;
}
.acs-ico.business:before{
  background-position-x: px;
}
.acs-ico.resumes:before{
  background-position-x: -72px;
}
.acs-ico.job-postings:before{
  background-position-x: -151px;
}
.acs-ico.cost:before{
  background-position-x: -216px;
}
.acs-ico.candidates:before{
  background-position-x: -288px;
}
.acs-ico.hours:before{
  background-position-x: -360px;
}
.acs-ico.send-contact:before{
    background-position-x: -439px;
}
.acs-ico a.arrow {
    margin-top: 20px;
}
.acs-pcnt:before{
    background-image: url(http://www.americancareersearch.com/wp-content/themes/american-career-search/svg/acs-percentages.svg);
    height: 79px;
    width: 80px;
    left: 10px;
    top: 20px;
    margin: 0 auto;
    background-position-x: -1px;
}
.acs-pcnt.three:before{
    background-position-x: -82px;
}
.acs-pcnt.eleven:before{
    background-position-x: -163px;
}
.acs-pcnt.nineteen:before{
    background-position-x: -243px;
}
.acs-pcnt.sixty-three:before{
    background-position-x: -324px;
}
.acs-pcnt.eighty-three:before{
    background-position-x: -405px;
}
.row{
  display: inline-block;
  border-bottom: 1px solid #ffd470;
  width: 100%;
}
.row .w-33:first-child{
border-right: 1px solid #ffd470;
}
.row .w-33:last-child{
border-left: 1px solid #ffd470;
}
.numb-grid .row:last-child{
border-bottom: none;
}
/* END acs icons and prcnt */
/*inside*/
#primary{
  display: inline-block;
  width: 100%;
  float: left;
}
.full #content{
  width: 80%;
  float: none;
  margin: 0 auto;
}
#content{
  width: 66.66%;
  float: left;
}
.the-content, .single #content{
	margin-top: 50px;
}
.pg-title {
	line-height: 1em;
	position: absolute;
	bottom: -1.15em;
}
.content-callout{
	font-weight: normal;
}
#sidebar, #blog-sidebar{
  width: 33.33%;
  float: left;
  margin-bottom: 40px;
}
.featured-img, .full-header{
  background-size: cover;
  background-position: center;
  background-color: #333;
  position: relative;
  min-height: 30vh;
  float: left;
  width: 100%;
}
.full-header{
  background-image: url(http://www.americancareersearch.com/wp-content/uploads/2018/03/acs-inside.jpg);
  
}
.featured-img .container, .full-header .container{
	position: initial;
    margin-top: 40px;
}
#pg-section-y{
	background-color: #ffb70f;
}
#pg-section-y, #pg-section-w{
	padding: 6vh 0;
}
.sm-callout{
  margin-bottom: 15px;
  color:#5d6575;
}
/* testimonial styling */
.t-auth{
	margin-top: 20px;
}
/* END testimonial styling */

/* job styling */
.job-card a {
	width: 98%;
    margin:1% 2%;
    display: inline-block;
    float: left;
    border: 1px solid #ffb710;
    min-height: 120px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.job-card a::after{
	bottom: -50px;
	right: 10px;
}
.job-card a:hover{
	color: #333;
	background-color: #ffb710;
}
.job-card a:hover:after{
	bottom: 10px;
}
.job-card a:nth-child(1), .job-card a:nth-child(4), .job-card a:nth-child(7){
	margin-left: 0;
}
.job-card a:nth-child(3), .job-card a:nth-child(6), .job-card a:nth-child(9){
	margin-right: 0;
}
.job-local {
    display: block;
    text-transform: capitalize;
}
.job-title, .t-auth, .sm-callout{
	text-transform: uppercase;
	font-weight: bold;
}
/* END job styling */
#keyword-state-search, #vmap{
	margin-bottom: 40px;
}
form#keyword-state-search {
    text-align: center;
}
input#keyword-search {
    width: 80%;
}
input#keyword-state-submit {
    background: #5c6474;
    width: 40px;
    margin-left: -3px;
    color: #fff;
}
form.post-password-form {
    text-align: center;
}
.form_thanks {
    padding: 20px;
    background: #efefef;
}
/*blog 404 search*/
.blog #content, .search #content, .error404 #content, .archive #content {
    max-width: 1024px;
    margin: 50px auto 0px auto;
    width: 100%;
    float: none;
}
.search .featured-img{
  display: none;
}
.single-featured-img{
  text-align: center;
}
h2.title{
  text-align: center;
}
.search-title, .category .cat-title{
    font-weight: 800;
    padding: 20px 0;
    color: #fff;
}
.cat-title .tc {
    margin-top: 80px;
}
.search-bar{
  text-align: center;
  margin: 0 auto;
}
#searchform, .category .cat-title {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
input#s {
    width: 40%;
}
form#errorsearchform {
    margin-top: 20px;
}
.blog article, .search article, .error404 article {
    margin-bottom: 60px;
}
article.post.error {
    border-bottom: none;
    text-align: center;
}
.blog a.button, .search a.button {
    float: right;
    font-weight: 600;
    text-transform: uppercase;
}
.form-submit{
  text-align: right;
}
/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;
}
article .pg-title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
}
article .single-title a {
  text-decoration: none;
  color: #404040;
}
article .single-title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Open Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  text-decoration: none;
}
article .the-content img, img {
  max-width: 100%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
  display: block;
  clear: both;
  text-align: left;
}
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;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .pg-title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  text-align: left;
}
#pagination .next-page {
  float: right;
  width: 49%;
  text-align: right;
}
.next-page a, .past-page a {
  font-family: "Open Sans", Helvetica, sans-serif;
  padding: 10%;
  font-weight: 600;
  text-transform: uppercase;
  font-size:20px;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
  text-align: left;
}
.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;
  text-align: left;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
.site-info{
  clear: both;
  float: left;
  width: 100%;
  background-color: #333333;
  color: #ffffff;	
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
#nf-form-title-1 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}
#nf-form-1-cont nf-field {
    width: 33%;
    display: inline-block;
    float: left;
}
input#nf-field-4 {
    margin-top: 0;
    width: 90%;
}
#nf-form-1-cont nf-field:first-child {
    width: 66%;
}
#nf-form-1-cont nf-field:first-child input {
        border-color: #ffffff;
}
#nf-form-1-cont nf-field:first-child .nf-error input.ninja-forms-field {
    border: 3px solid #e80000;
}
div#nf-field-2-wrap .nf-field-label, #nf-form-1-cont .nf-form-fields-required{
	display: none;
}
#nf-form-1-cont .nf-error-msg, #nf-form-1-cont .ninja-forms-req-symbol {
    width: 100%;
    display: inline-block;
}
#nf-form-1-cont #ninja_forms_required_items, #nf-form-1-cont .nf-field-container{
	margin-bottom: 0;
}
#nf-form-1-cont #nf-form-errors-1{
margin-bottom: 40px;
}
#nf-form-1-cont .nf-form-hp{
	bottom: 0
}
.nf-field-element ul > li:before {
    display: none;
}
footer li{
  display: inline-block;
}
footer a {
    color: inherit;
}
/* Misc & mixens
-------------------------------------------------------------- */
#lnkBackToTop {
    display: block;
    font-size: 38px;
    opacity: 0;
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: rgba(93, 101, 117,.7);
    border-radius: 50%;
    text-align: center;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    line-height: .9em;
}
#lnkBackToTop.visible {
    opacity: 1;
}
#lnkBackToTop:hover{
  cursor: pointer;
  background: rgba(93, 101, 117,1);
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/* overall layout 
-------------------------------------------------------------- */
/* boots and bones styles */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.container { 
  position: relative; 
  width: 92%; 
  max-width: 1280px;
  margin: 0 auto; 
  padding: 0; 
}
.container:after { 
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}
/* end boots and bones styles*/
.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%;
}

/* #Media Queries
================================================== */
  @media only screen and (max-width: 1515px) {
    .menu-item-has-children:last-child:hover ul.sub-menu {
        right: 0;
    }
  }
  /* Those wide screens above 1280px */
  @media only screen and (min-width: 1281px) {

  }
@media only screen and (max-width: 1180px) {
    .job-card a{
    	min-height: 140px;
    }
  }
  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
    header nav{
    	margin-top: -50px;
    }
    .job-card a{
    	min-height: 180px;
    }
    .home .acs-ico {
        min-height: 260px;
    }
    .home .acs-pcnt{
      min-height: 250px;
    }
    a.arrow{
      font-size: 18px;
    }
    a.arrow::after, .job-card a:after {
      content: "";
      background-image: url(http://www.americancareersearch.com/wp-content/themes/american-career-search/svg/arrowright.svg);
      position: absolute;
      height: 30px;
      width: 30px;
    }
    a.arrow::after{
      top: 4px;
    }
  }
  @media only screen and (max-height: 700px) {
      
  }
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }
  @media only screen and (min-width: 769px){
    .site-navigation{
      display: block !important
    }
    header nav ul li a {
      padding-bottom: 19px;
      margin: 2px .5vw 0 .5vw;
      display: inline-block;
    }
    header nav ul li {
      float: left;
      position: relative;
    }
    .menu-item-has-children:hover > ul.sub-menu {
        display: block;
    }
    ul.sub-menu{
      width: 225px;
      position: absolute;
      z-index: 999;
      text-align: left;
    }
    #mobile-menu {
        display: none;
    }
    .social_group{
    	margin-right: 1vw;
      margin-top: 10px;
    }
  	.home .featured-img{
  		height: initial;
  	}
  	.tag-callout:after, .pg-title:after{
  		content: '';
  		width: 0;
  		height: 0;
	    border-top: 77px solid #ffb70f;
	    border-right: 30px solid transparent;
	    right: -30px;
  		top: 0;
  		position: absolute;
  	}
  	.the-content, .single #content{
  		padding-right: 40px;
  	}
    ul.listcol2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .callout-img {
	    margin: 100px auto -150px auto;
  	}
  	#sidebar{
  		margin-top: 170px;
  	}
  	.home #sidebar{
  		margin-top:50px;
  	}
    .col-contain .w-50:first-child{
    	border-right:1px solid #ffd470;
    }
    #joblisthome .job-card a {
	    width: 31.33%;
  	}
  	form.post-password-form {
	    margin-top: 80px;
	}
    footer{
  		margin-top: 60px;
  	}
  }
  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 768px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
    h1 {
      line-height: 1.5em;
      font-size: 38px;
      font-size: 3.8rem;
    }
    h2 {
      line-height: 1.5em;
      font-size: 28px;
      font-size: 2.8rem;
    }
    h3 {
      line-height: 1.5em;
      font-size: 24px;
      font-size: 2.4rem;
    }
    h4 {
        line-height: 1.5em;
        font-size: 20px;
        font-size: 2.0rem;
    }
    #mobile-menu {
        float: right;
        padding: 18px 10px;
        font-size: 22px;
        color: #fff;
    }
    header nav{
      position: absolute;
      top: 125px;
      background: #333;
      right: 0;
      left: 0;
      box-shadow:0px 3px 10px rgba(100,100,100,.2);
      z-index: 10;
    }
    header nav ul li {
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 0;
    }
    header nav ul li a {
      padding: 10px 0;
      margin: 0 auto;
      display: inline-block;
      width: 100%;
    }
    .menu-arrow{
      display: initial;
      width: 40px;
    }
    ul.sub-menu {
      top: 0;
      margin: 0 auto;
      width: 100%;
    }
    .menu-item-has-children .menu-arrow:after {
      padding: 10px 20px;
    }
    li.menu-item-has-children:hover {
      border-bottom: none;
    }
    li.current-menu-item > a, header ul > li a:hover, header nav ul li.menu-item-has-children:hover > a, header nav ul li.menu-item-has-children.current-menu-parent > a {
        border-color: transparent;
        background-color: #eee;
    }
    .site-navigation{
      display: none;
    }
    .social_group{
    	text-align: center;
    	margin:10px;
    }
    a.social{
    	margin: 6px;
    }
    .next-page a, .past-page a {
        padding: 10px;
        font-size: 14px;
    }
    #content, #sidebar, .col2, .w-50, #blog-sidebar, .w-66, .w-33, .home #content, .home #sidebar{
          width: 100%;
    }
    .job-card a{
  		min-height: initial;
  		padding-bottom: 40px;
  	}
    .acs-ico, .home .acs-ico, .home .acs-pcnt{
      min-height: initial;
    }
    .numb-grid .row .w-33:first-child {
        border-right: none;
    }
    .numb-grid .row .w-33:last-child {
        border-left: none;
    }
    .stat{
      font-size: 40px;
    }
    .stat sub, .stat sup {
        font-size: 20px;
    }
    .stat sup {
        bottom: 12px;
    }
    .numb-grid .row .w-33.acs-pcnt{
      padding-top: 0;
      padding-bottom: 40px;
    }
    .acs-pcnt:before{
        top: 0px;
    }
    .callout-img{
    	display: none;
    }
    .col-contain .w-50:first-child, .numb-grid .row .w-33{
    	border-bottom:1px solid #ffd470;
    	padding-bottom: 10px;
    	margin-bottom: 20px;
    }
    .numb-grid .row:last-child .w-33:last-child, .numb-grid .row{
      border-bottom: none;
    }
    .numb-grid .row .w-33{
      padding-bottom: 20px;
    }
    .col-contain .w-50:first-child, .col-contain .w-50:last-child {
        padding-left: 5px;
        padding-right: 5px;
    }
    footer{
    	margin-top: 10px;
    }
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {

  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    body, article .post-meta{
      font-size: 14px;
      line-height: 1.5em;
    }
    h1 {
      line-height: 1.5em;
      font-size: 32px;
      font-size: 3.2rem;
    }
    h2 {
      line-height: 1.5em;
      font-size: 22px;
      font-size: 2.2rem;
    }
    h3 {
      line-height: 1.5em;
      font-size: 20px;
      font-size: 2.0rem;
    }
    h4 {
        line-height: 1.5em;
        font-size: 18px;
        font-size: 1.8rem;
    }
    article .pg-title{
      font-size: 2em;
      line-height: 1.5em;
    }
    article{
    	margin-bottom: 40px;
    }
    .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;
    }
    .home .featured-img{
    	padding-top: 5vh
    }
    h1.post-title {
      font-size: 26px;
      font-size: 2.6rem;
    }
    input#s{
      width: 100%;
    }
    #pg-section-y, #pg-section-w {
	    padding: 20px 0;
  	}
    #searchform input#searchsubmit {
        width: 100%;
    }
        .acs-ico:before {
      height: 52px;
      width: 52px;
      background-position-x: -11px;
    }
    .acs-ico.business:before{
      background-position-x: -7px;
    }
    .acs-ico.resumes:before{
      background-position-x: -63px;
    }
    .acs-ico.job-postings:before{
      background-position-x: -115px;
    }
    .acs-ico.cost:before{
      background-position-x: -167px;
    }
    .acs-ico.candidates:before{
      background-position-x: -219px;
    }
    .acs-ico.hours:before{
      background-position-x: -271px;
    }
    .acs-ico.send-contact:before {
        background-position-x: -323px;
    }
    .acs-pcnt:before{
        height: 60px;
        width: 62px;
        left: 10px;
        background-position-x: 0px;
    }
    .acs-pcnt.three:before{
        background-position-x: -63px;
    }
    .acs-pcnt.eleven:before{
        background-position-x: -124px;
    }
    .acs-pcnt.nineteen:before{
        background-position-x: -186px;
    }
    .acs-pcnt.sixty-three:before{
        background-position-x: -247px;
    }
    .acs-pcnt.eighty-three:before{
        background-position-x: -309px;
    }
    .acs-ico{
      padding-top: 70px;
    }
  }