/*
Theme Name: Analog Group
Theme URI: https://www.topechlon.com
Author: Top Echelon
Author URI: https://www.topechlon.com
Description: Theme for Analog Group 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 */
}
input[type=text], input[type=email], input[type=password], input[type=tel], textarea, select, a.button, button,
html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

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

  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .5px;
  line-height: 1;
  padding: 1em 1.5em;
    background: #e6322c;
    border: 3px solid #e6322c;
    color: #fff;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
    -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;
      box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
      border-radius: 50px;
}
a.button.lg-button{
  font-size: 25px;
  font-size: 2.5rem;
  padding: .5em 1.5em;
}
a.button:hover, button:hover, .button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, a.button:focus, button:focus, .button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:active, button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active, .button:active {
  background: #cc2924;
    border-color: #cc2924;
    color: #fff;
}

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, select {
  color: #888888;
  border: 1px solid #dddddd;
  padding: 10px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
select {
    padding-right: 2em;
    height: 49px;
    background-image: url(/wp-content/themes/94977-Analoggroup.com/svg/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 20px;
    line-height: 1;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* added styles
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}
body{
  height: 100vh;
  background: #ffffff;
  padding: 0;
  margin: 0;
}
#body.open {
    overflow: hidden;
}
div:focus{
  outline: none;
}
:focus{
  outline: thin dotted;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  margin: 10px auto 20px auto;
  font-weight: 600;
  text-transform: uppercase;
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 1.25;
  font-size: 60px;
  font-size: 6rem;
}
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, #primary ol, #primary ul {
    margin-left: 20px;
}
ul, ol {
    margin-bottom: 20px;
    list-style-type: none;
}
#primary ol, #primary ul {
    margin-bottom: 28px;
    margin-left: 40px;
}
ol{
  counter-reset: li;
}
ol > li:before {
    content: counter(li);
    counter-increment: li;
    font-size:  18px;
    font-weight: bold;
    position: absolute;
    left: -20px;
    padding-top : 1px;
}

ol > li{
    display: block;
    position: relative;
    padding-left : 10px;
    padding-top : 1px;
}
ol li.comment:before {
    display: none;
}
#primary ul > li{
  margin-left: 25px;
}
#primary ul > li:before {
    content: '\2022';
    font-family: 'Arial', 'Helvetica', sans-serif;
    margin-right: 7px;
    font-size: 1em;
    vertical-align: middle;
    margin-left: -18px;
}
ol li.comment:before {
    display: none;
}
ul.li-style-none li:before{
display: none;
}
ul.listcol2, ul.listcol3 {
    line-height: 2em;
    margin: 1.25em 0;
    margin-left: 20px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
ul.listcol3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#primary ul.arrow-list{
  margin-left:0px;
}
#primary ul.arrow-list li{
  margin-left: 0;
}
.arrow-list a{
  padding-left: 20px;
  line-height: 1.25;
  position: relative;
  overflow-x: hidden;
  display: inline-block;
  color: #262626
}
.arrow-list a:before{
  content: '';
  background-image: url(/wp-content/themes/94977-Analoggroup.com/svg/over-arrow.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 22px;
  background-size: 28px 54px;
  background-position: right center;
  position: absolute;
  left:-36px;
  top: 0;
  -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;
}
.arrow-list a:hover:before{
  left:0px;
}
/* gravity form li none*/
.gform_wrapper form li:before, .gform_wrapper li:before{
display: none;
}
#primary ul#input_2_6{
  margin-left: 0px;
}
.gform_wrapper .gfield_checkbox#input_2_6 li label{
  font-size: 18px;
}
input#choice_2_6_1 {
    margin-top: 0px;
}
/* gravity form styles */
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: #e6322c;
  -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;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #cc2924;
}
a.arrow, .button.arrow {
    position: relative;
    clear: both;
    padding-right: 30px;
    padding-left: 15px;
    display: inline-block;
}
a.arrow::after, a.box div:after, .arrow::after {
    content: "";
    background-image: url(/wp-content/themes/94977-Analoggroup.com/svg/over-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    bottom: .5em;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 20px;
    background-size: 28px 54px;
    background-position: left center;
    vertical-align: initial;
    line-height: 1em;
    -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;
}
a.arrow.button::after, .arrow.button::after{
  top: 10px;
}
a.arrow.button.lg-button{
  padding-right: 50px;
    padding-left: 35px;
}
a.arrow.lg-button.button::after{
  top: 16px;
  right: 25px;
}
a.arrow:hover::after, a.arrow.lg-button.button:hover::after, .arrow.button:hover::after{
    right: 5px;
    cursor: pointer;
}
/* #Utility Classes
================================================== */
.left, .alignleft {float: left;}
.right, .alignright { 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:  'Roboto', Helvetica, sans-serif; }
.d-font { font-family: 'Roboto Condensed', Helvetica, sans-serif; }
.italic{font-style: italic;}

.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;
}

.fz2{
  font-size: 35px;
  line-height: 1.25;
}

.grey-bg{
  background-color: #f5f5f5;
}
.grey-bg h3.red{
  font-size: 45px;
  line-height: 1.25
}
.grey-bg h4.red{
  line-height: 41px;
font-size: 28px;
font-size: 2.8rem;
}

.red{
  color: #e6322c;
}
.blue{
  color: #054073;
}
/* Header
-------------------------------------------------------------- */
.site-title a{
	text-transform: uppercase;
	font-size: 4em;
	text-align: center;
	background: url(/files/2018/11/analog-group-logo.jpg) no-repeat;
	display: inline-block;
	text-indent: -9999px;
	width: 274px;
	height: 60px;
	background-size: contain;
  -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;
}
.site-title a:hover{
}
.site-description{display: none;}
.site-header {
  width: 100%;
  z-index: 10001;
  -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;
  padding: 15px 0;
  background-color: #fff;
  position: relative;
  box-shadow: 3px 0px 28px 15px rgba(43, 43, 43, 0.8);
}

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;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}
header #brand h2 a {
  color: #565656;
  text-decoration: none;
  margin-top: 14px;
}
header #brand h2 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}
header nav {
  float: right;
  letter-spacing: .2px;
  font-weight: 300;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  position: relative;
  display: inline-block;
}
header nav ul li a {
  color: #333333;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  letter-spacing: .25px;
}
header nav ul li:last-child{
  margin-right: 0;
}
header nav > ul li:last-child a{
  padding-right: 0;
}
header nav a:hover, li.menu-item-has-children:hover, .sub-menu li.current-menu-item > a{
  color: #e6322c;
}
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{
    border-bottom: 2px solid #e6322c;
    color: #e6322c;
}
.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: #e6322c;
    color: #ffffff;
}
.menu-arrow{
  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 .menu-arrow:after {
  content:'';
  background-image: url(/wp-content/themes/94977-Analoggroup.com/svg/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
}
.menu-item-has-children.close a{
  background: #24bdca;
  color: #fff;
}
.menu-item-has-children .menu-arrow.close:after{
  transform: rotate(180deg);
}
header a.social{
  color: #333;
}
.social{
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .5px;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  margin-bottom: 20px;
    display: inline-block;
}
.social span {
    padding: 5px;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    background-image: url(/wp-content/themes/94977-Analoggroup.com/svg/iconmnstr-icons.svg);
    height: 48px;
    width: 48px;
    margin: 0 10px;
    background-position: 3px -2px;
    -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 transparent;
    background-color: #e6322c;
    vertical-align: middle;
  }
.social a:hover {
    background-color: #ccc;
}
a #phone {
    background-position-x: -48px;
}
a #linkedin {
    background-position-x: -83px;
}
a #twitter {
    background-position-x: -124px;
}
a #facebook {
    background-position-x: -167px;
}
a #instagram {
    background-position-x: -209px;
}
a #youtube{
    background-position-x: -251px;
}
a #resume{
  background-position-x: -292px;
}

/*home*/
.home .featured-img{
  padding-top:20vh;
}
.featured-img .container{
  width: 66.66%;
}
.home .featured-img .button{
  min-width: 275px;
}
.tagline{
  color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 65px;
line-height: 1.25;
}
.home #content h2{
  text-transform: uppercase;
  font-weight: bold;
}
a.box{
color: #fff;
font-family: 'Roboto Condensed', Helvetica, sans-serif;
text-transform: uppercase;;
font-weight: bold;
letter-spacing: 1.6px;
background-size: cover;
background-repeat: no-repeat;
}
.boxes-container{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  flex-direction:columns;
}
.box{
  width: 33.33%;
  float: left;
  min-height: 270px;
  max-width: 270px;
  padding: 100px 20px 60px;
  text-align: center;
margin-bottom: 40px;
border-radius: 10px;
font-size: 28px;
line-height: 1.5;
position: relative;
overflow: hidden;
}
.box:before{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
}
.box:hover:before{
  opacity: 1;
}
a.box div{
  position: relative;
  padding-bottom: 20px;
}
a.box div:after{
  bottom: 0px;
  left: -150%;
  right: 0;
  margin: 0 auto;
  -webkit-transition: left 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out;
  -ms-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}
a.box:hover div:after{
  left:0;
}
.section{
  padding: 10vh 0;
  float: left;
  width: 100%;
}

#joblist a{
  color: #ffffff;
}
.job-title{
  display: block;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
}
/*inside*/
#primary{
  display: inline-block;
  width: 100%;
  float: left;
}
.pg-title{
  text-transform: uppercase;
  font-size: 75px;
  font-size: 7.5rem;
  font-weight: 600;
  color: #ffffff;
}
.callout{
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color:#e6322c;
  letter-spacing: .25px;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
}
#content{
  width: 80%;
  margin:0 auto;
}
.page-template-page-sidebar #content, .single #content{
  width: 66.66%;
}
#sidebar, #blog-sidebar{
  width: 33.33%;
  float: left;
}
.featured-img, .full-header{
  background-size: cover;
  background-position: center;
  background-color: #1e252b;
  text-align: center;
  margin-bottom: 10vh;
}
.featured-img{
  padding: 60vh 0 20px;
}
.full-header{
  padding: 10vh 0 20px;
}
span#extensions_message_1_5 {
    display: block;
    font-size: 14px;
}
.page-bottom{
  background-color: #293138;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
input.btn-search.btn.btn-primary {
    margin-top: 0;
}
li#field_2_5 {
    background: #eee;
    padding: 10px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -2px !important;
}
span#extensions_message_2_5 {
    font-style: italic;
    color: #666;
}
.sjb-page .sjb-detail .jobpost-form input.form-control#applicant-resume{
  height: auto !important;
}
/*blog 404 search*/
.blog #content, .search #content, .error404 #content, .archive #content, .home #content {
    max-width: 1024px;
    margin: 40px auto 0px auto;
    width: 100%;
    float: none;
}
.search .featured-img{
  display: none;
}
.single-featured-img{
  text-align: center;
}
h2.title{
  text-align: center;
  margin-bottom: 0;
}
.search-title, .category .cat-title{
    padding-top: 20px;
    text-align: center;
}
.showing-results, .cat-results {
color:#ffffff;
    padding: 5px;
}
.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, .archive article {
    margin-bottom: 60px;
}
article.post.error {
    border-bottom: none;
    text-align: center;
}
#blog-sidebar ul{
  margin-left: 0;
}
#blog-sidebar li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#blog-sidebar li:last-child {
    border-bottom: none;
}
.blog a.button, .search a.button, .archive a.button {
    float: right;
    font-weight: 600;
    text-transform: uppercase;
}

/* 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: "Roboto", 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 {
  font-weight: 900;
  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;
}
#primary article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
#primary article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
#primary article .meta .post-categories li:first-child{
  margin-left: 0
}
#primary article .meta .post-categories li:before{
  display: none;
}
/* 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: "Roboto", 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;
}
footer {
  text-align: center;
  padding: 20px 0;
  clear: both;
  background-color: #1e252b;
  color:#ffffff;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
}
.site-info p{
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 20px;
  margin-bottom: 0;
}
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(183, 190, 196, 0.8);
    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;
}
.uparrow{
    fill:#1e252b;
}
#lnkBackToTop.visible {
    opacity: 1;
}
#lnkBackToTop:hover{
  cursor: pointer;
  background: rgba(183, 190, 196, 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:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.clearfix:after {
  clear: both; }
.clearfix {
  zoom: 1; }
.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: 1280px) {

  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    header nav ul li a{
      font-size: 16px;
    }
    .featured-img .container {
      width: 97%;
    }
    .box{
      width: 50%;
      min-height: 220px;
      padding: 80px 20px 80px;
    }
    .boxes-container {
      justify-content: space-around;
    }
  }
  @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) {

  }
  @media only screen and (min-width: 769px){
    .site-navigation{
      display: block !important
    }
    header nav ul li a {
      padding-bottom: 5px;
      margin: 0 1vw 0 1vw;
      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;
    }
    ul.listcol2, ul#input_2_7 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    #sidebar, #blog-sidebar{
      padding-left: 40px;
    }
    .featured-img{
      min-height: 80vh;
    }
    #joblist .w-33{
      border-right: 1px solid #ffffff;
      padding: 20px;
    }
    #joblist .w-33:last-of-type{
      border-right:none;
    }
    .social-group{
      text-align: right;
    }

  }
  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 768px) {
    .pg-title{
      font-size: 60px;
      line-height: 1.5;
    }
    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, .fz2 {
      line-height: 1.5em;
      font-size: 24px;
      font-size: 2.4rem;
    }
    h4, .box {
        line-height: 1.5em;
        font-size: 20px;
        font-size: 2.0rem;
    }
  #mobile-menu {
      display: inline-block;
      padding-right: 40px;
      height: 40px;
      margin-top: 10px;
      position: relative;
      float: right;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: .5px;
      font-size: 14px;
      line-height: 1.75;
  }
  #mobile-menu span {
      display: block;
      position: absolute;
      height: 2px;
      width: 30px;
      background: #333;
      opacity: 1;
      right: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
  }
  #mobile-menu span:nth-child(1) {
    top: 0px;
  }
  #mobile-menu span:nth-child(2),#mobile-menu span:nth-child(3) {
    top: 10px;
  }
  #mobile-menu span:nth-child(4) {
    top: 21px;
  }
  #mobile-menu.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    right: 15px;
  }
  #mobile-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mobile-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #mobile-menu.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    right: 15px;
  }
  header #brand h2 a{
    margin-top: 0;
  }
    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%;
    }
    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;
    }
    ul.listcol3 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .social-group{
      margin-top: 20px;
    }
    footer .tr, .social-group{
       text-align: center;
    }
    .site-navigation{
      background-color: #ccc;
      display: block;
      position: fixed;
      z-index: 100000;
      width: 100%;
      right: -100%;
      top: 90px;
      bottom: 0px;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      overflow-y: scroll;
    }
    .site-navigation.open{
    right: 0;
    }
    .next-page a, .past-page a {
        padding: 10px;
        font-size: 14px;
    }
    #content, .page-template-page-sidebar #content, .single #content, #sidebar, .w-50, #blog-sidebar, .w-66, .w-33, .w-25, .site_by{
          width: 100%;
    }
    .site_by{
      display: inline-block;
    }
    .col-contain .w-50:first-child, .col-contain .w-50:last-child {
        padding-left: 5px;
        padding-right: 5px;
    }
    .separator{
      display: none;
    }
    #joblist .w-33{
      border-bottom: 1px solid #ffffff;
      padding: 20px;
    }

  }

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

  }
  @media only screen and (max-width: 559px) {
  .box{
    width: 80%;
    min-height: 220px;
    padding: 80px 20px 80px;
display: inline-block;
margin-right:auto;
margin-left: auto;
    float: none;
  }
  .boxes-container {
    display: inline-block;
    text-align: center;
  }
  ul.listcol2, ul.listcol3 {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
  }
}
  /* 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;
    }
    .arrow-list a:before{
      height: 18px;
      }
      .pg-title{
        font-size: 40px;
        line-height: 1.5;
      }
    h1 {
      line-height: 1.5em;
      font-size: 32px;
      font-size: 3.2rem;
    }
    h2 {
      line-height: 1.5em;
      font-size: 24px;
      font-size: 2.4rem;
    }
    .fz2 {
    font-size: 22px;
  }
    h3 {
      line-height: 1.5em;
      font-size: 20px;
      font-size: 2.0rem;
    }
    h4, .job-title {
        line-height: 1.5em;
        font-size: 18px;
        font-size: 1.8rem;
    }
    article .pg-title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-header{
      padding-bottom: 10px;
    }
    .site-navigation {
    top: 75px;
  }
    .site-title a {
    width: 194px;
    height: 43px;
  }
    .site-title{
      font-size: 6px !important;
      line-height: 30px;
    }
    .menu-main-nav-container a, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
    .tagline{
          font-size: 45px;
    }
    .featured-img, .full-header {
    padding: 20vh 0 8vh;
  }
    a.button.lg-button {
    font-size: 18px;
    font-size: 1.8rem;
  }
  a.arrow.lg-button.button::after {
    top: 8px;
  }
    h1.post-title {
      font-size: 26px;
      font-size: 2.6rem;
    }
    input#s, #searchform input#searchsubmit {
        width: 100%;
    }

  }

.job-date {display: none !important;}
