/*
Theme Name: People Plus Solutions
Theme URI: https://www.topechlon.com
Author: Top Echelon
Author URI: https://www.topechlon.com
Description: Theme for People Plus Solutions 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"] {
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  padding: .5em 1.5em;
    background: #47b3f4;
    border: 3px solid #47b3f4;
    color: #fff;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
    border-radius: 4px;
    font-weight: 400 !important;
}
a.button:hover, button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #047bc3;
    border-color: #047bc3;
    color: #ffffff;
}
a.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 {
  -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);
}
a.button.ghost {
    color: #47b3f4;
    background: transparent;
}
a.button.ghost.white {
    color: #fff;
    border-color: #fff;
}
a.button.ghost:hover {
    color: #fff;
    background: #047bc3;
    border-color: #047bc3;
}
a.button.arrow{
	min-width: 200px;
	text-align: left;
}

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 {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding:.5em;
      line-height: .8;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
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 {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Open Sans", 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;
}
:hover{
  -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;
}
:focus{
  outline: thin dotted;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Oswald", Helvetica, sans-serif;
  margin: 10px auto 20px auto;
}
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;
  text-transform: uppercase;
}
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: #47b3f4;
  -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: #047bc3;
}
a.arrow {
    position: relative;
    clear: both;
    padding-right: 40px;
    padding-left: 15px;
    display: inline-block;
}
a.arrow::after {
    content: "\f138";
    display: block;
    position: absolute;
    right: 16px;
    top: 4px;
    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: 20px;
    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:hover::after {
    right: 12px;
    cursor: pointer;
}
a.button.arrow::after{
	top: 8px;
}
/* Alignment */
.left {
  display: inline;
  float: left;
}
.right {
  display: inline;
  float: right;
}
.center {
  clear: both;
  display: block;
  margin: 0 auto;
}
.d-ib{
	display: inline-block;
}

/* #Utility Classes
================================================== */
.w-33 { width: 32%; }
.w-66 { width: 66.66%; }
.w-50 { width: 50%; }
.w-100 { width: 100%; }

.f1 { font-size: 4em; }
.f2 { font-size: 2.5em; }
.f3 { font-size: 2em; }
.f4 { font-size: 1.25em; }
.f5 { font-size: 1em; }

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

.fwh { font-weight: 800; }
.fwb { font-weight: 600; }
.fwn { font-weight: normal; }

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

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

.flex { display: flex; }
.flex-column { flex-direction: column; }
.flex-1 { flex: 1; }
.flex-no-shrink { flex-shrink: 0 }
.items-center { align-items: center; }

.color-blue { color: var(--color-blue); }
.color-yellow { color: var(--color-yellow); }
.color-gray { color: var(--color-gray); }
.color-white { color: white; }

.bg-gray { background: #eee; }
.bg-blue { background: var(--color-blue); }

.font { font-family: "Open Sans", Helvetica, sans-serif; }
.d-font { font-family: "Oswald", 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;
}
.site-title a {
    background: url(/files/2017/09/people_plus_solutions_logo.png) no-repeat;
    display: inline-block;
    text-indent: -9999px;
    width: 325px;
    height: 84px;
    background-size: contain;
}
.site-title a:hover{
}
.site-description{display: none;
}
header {
  background: transparent;
    position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 10px 0;
}
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;
  margin-top: 20px;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  float: left;
  position: relative;
  display: inline-block;
}
header nav ul li a {
  color: #2a3852;
  font-size: 16px;
  margin: 2px 1vw 0 1vw;
  display: inline-block;
  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{
  color: #ccc;
}
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-bottom: 2px solid #eeae0a;
}
li.menu-item-has-children:hover, .sub-menu li.current-menu-item > a{
    color:#ccc;
}
.sub-menu li.current-menu-item > a{
  border-bottom: none;
}
ul.sub-menu {
    display: none;
    width: 225px;
    position: absolute;
    z-index: 999;
    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;
}
.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
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: 25px;
  color: #49494b;
  display: none;
}
.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: 25px;
}
.menu-item-has-children.close a{
  background: #24bdca;
  color: #fff;
}
.menu-item-has-children .menu-arrow.close:after{
  content:'\f106';
}
#mobile-menu {
    display: none;
}
/*home*/

.tagline {
  line-height: 1.34;
  text-shadow: 0px 12px 11.18px rgba(0, 0, 0, 0.1);
  -moz-transform: matrix( 0.93305803110086,0,0,0.93305803110086,0,0);
  -webkit-transform: matrix( 0.93305803110086,0,0,0.93305803110086,0,0);
  -ms-transform: matrix( 0.93305803110086,0,0,0.93305803110086,0,0);
  text-transform: uppercase;
  color: #0182d0;
  margin-top: 2vh;
  font-size: 50px;
}
.tag2{
	font-weight: bold;
	color: #df2101;
	font-size: 55px;
}
.home .the-content h3{
	color: #18457b;
	font-family: 'Open sans', Helvetica, sans-serif;
	margin: 0 auto;
}
.home .the-content .button{
	margin-top: 10px;
}
.home .featured-img{
  height: 88vh;
  min-height: 500px;
  display: inline-block;
  position: relative;
  padding-top: 90px;
}
#np-bar{
  display: inline-block;
  background: url(/files/2017/12/pps-blog-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.job-bar{
	background-color: #df2101;
	color: #fff;
}
.job-bar .w-33{
	padding: 20px 10px;
}
.job-bar .w-33:nth-child(2){
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 20px;
}
.job-bar a{
	color: #fff;
}
ul#feed-list {
    margin-left: 0;
}
.np-title{
	text-transform: uppercase;
	font-size: 20px;
}
ul#feed-list p{
	margin-top: 10px;
}
ul#feed-list a{
	color: #000;
	padding-left: 0;
}
/*inside*/
.featured-img{
	padding-top: 60vh;
	background-size: cover;
}
#primary{
  display: inline-block;
  width: 100%;
  float: left;
}
#content{
  width: 80%;
  margin: 0 auto;
}
.pg-title{
	color: #ffffff;
	text-transform: uppercase;
}
#blog-sidebar{
  width: 33.33%;
  float: left;
  }
.featured-img{
  background-size: cover;
  background-position: center;
  background-color: #ccc;
}
.form_thanks {
    padding: 20px;
    background: #efefef;
}
.testimonial-bar{
	background-color: #17a5dc;
	background-image: url(/files/2017/09/pps-testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.25;
	padding: 120px 20px 40px;
	position: relative;
}
.testimonial-bar:before{
	content: url(/files/2017/09/pps-quote.png);
	position: absolute;
	right: 0;	
	left:0;
	margin: 0 auto;
	top: 40px;
}
/* bios*/
.bios{
	text-align: left;
}
.bio-popup-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.82);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}
.bio-popup-box{
    max-width: 96%;
    width: 860px;
    margin: 10vh auto;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 90vh;
    max-height: 80vh;
  padding: 60px;
  overflow: hidden;
  color: #4d4c4c;
}
.bio-popup-box > .col-contain{
	background-color: #fff;
	position: relative;
	height: 100%;
  }

.bio-image, .bio-popup-box .bio-img  {
    color: #fff;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    margin-bottom: 10px;
    width: 187px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    height: 187px;
    background: #ccc;
    position: relative;
    background-position: center;
    background-size: cover;
}
.bio-popup-box .bio-img {
	margin: 20px;
}
.bio-popup-box .w-66 {
    overflow: scroll;
    position: absolute;
    bottom: 0px;
    top: 0px;
    height: 100%;
    padding: 20px 80px 20px 20px;
}
.bio-popup-box .bio-name{
  margin: 20px auto;
}
.bio{
  padding: 0px 40px;
  margin-top: 200px;
  -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;
}
.bio-block img {
    max-width: 250px;
    margin-left: -28px;
}
.bio:hover{
  background: #f6f9ff;
  cursor: pointer;
}
h4.bio-name, .co-name{
  margin-bottom: 0px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h4.bio-name{
  margin-bottom: 10px;
}
.bio-title, .bio-txt, .bio-popup-box, .co-title{
	font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.bio-block .bio-title{
	display: block;
	text-transform: uppercase;
  min-height: 100px;
}
.specialties{
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  padding-top: 10px;
    line-height: 1.5;
}
.bio-popup-close.right {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid transparent;
    position: absolute;
    right: 80px;
    top: 80px;
    z-index: 9;
}
.bio-popup-close:before, .bio-popup-close:after{
    content: '';
    width: 50px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #333;
    height: 1px;
}
.bio-popup-close.right:hover{
    cursor: pointer;
    border-color: #47b3f4;
}
.bio-popup-close:hover:before, .bio-popup-close:hover:after{
background-color: #47b3f4;
}
.bio-popup-close:after{
      -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bio-popup-close:after , .bio-popup-close:before{
    border-color: #333;
}
.bio-popup-link .arrow {
    background-color: transparent;
    -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-transform: uppercase;
  font-weight: bold;
  color: #47b3f4;
}
.bio-popup-link .arrow:hover{
  color: #047bc3;
}
.bio-popup-link:hover {
  cursor: pointer;
}
img.bio-img {
width: 50%;
}
.bio:hover img.bio-img{
  border-color: #cccccc;
}
.bio:hover .bio-popup-box img.bio-img{
  border-color: #cccccc;
}
.bio-popup-container {
    padding: 20px 30px 50px 30px;
    text-align: left;
    display: inline-block;
    width: 100%;
}
/*blog 404 search*/
.full-header{
  background-color: #ccc;
  text-align: center;
}
.blog #content, .search #content, .error404 #content, .archive #content {
    max-width: 1024px;
    margin: 40px auto 0px auto;
    width: 100%;
    float: none;
}
.single-featured-img{
  text-align: center;
}
h2.title{
  text-align: center;
}
.search-title, .category .cat-title{
    font-weight: 800;
    background: #eaeaea;
    padding: 20px 0;
    text-align: center;
}
.blog .search-bar, .blog .search-title, .search .pg-title.blog, .category .search-bar, .category .search-title, .cat-title{
  display: none;
}
.blog .featured-img, .search .featured-img, .error404 .featured-img, .archive .featured-img {
padding-top: 30vh;
background-image: url(/files/2017/12/pps-blog-bg-08.jpg) !important;
}
.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: #47b3f4;
}
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 {
  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;
}
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;
}
footer {
  text-align: center;
  padding: 20px 0 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
  clear: both;
  color: #ffffff;
  background-color: #047bc3;
  float: left;
  width: 100%;
}
footer li{
  display: inline-block;
}
footer a:link, footer a:visited, footer a:hover {
    color: inherit;
}
footer a:hover{
  text-decoration: underline;
}
footer a.social{
	color: #47b3f4;
	background-color: #ffffff;
	border-radius: 40px;
	line-height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	margin: 0 2px;
}
footer a.social:hover{
	opacity: .8;
}
/* 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(71, 179, 244,.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;
}
#lnkBackToTop.visible {
    opacity: 1;
}
#lnkBackToTop:hover{
  cursor: pointer;
  background: rgba(71, 179, 244,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 (max-width: 1281px) {

  }
@media only screen and (max-width: 1180px) {
	header nav ul li a {
	    font-size: 14px;
	}
	.site-title a {
	    width: 245px;
	    height: 64px;
	}
}
@media only screen and (min-width: 959px) {
	    .site-navigation{
      display: block !important
    }
}
  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
	#mobile-menu {
        display: initial;
        float: right;
        padding: 18px 10px;
        font-size: 22px;
    }
    header nav{
      position: absolute;
      top: 65px;
      background: #fff;
      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;
      float: none;
    }
    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 {
      position: initial;
      top: 0;
      margin: 0 auto;
      width: 100%;
    }
    nav li.menu-item-has-children {
      position: relative;
    }
    .menu-item-has-children:hover ul.sub-menu{
      display: none;
    }
    .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: #666;
        color: #ffffff;
    }
    .site-navigation{
      display: none;
    }
  }
  @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){
        ul.listcol2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
  }
  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 768px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
    .site-title a {
	    width: 205px;
	    height: 54px;
	}
    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;
    }
    #content, #sidebar, .col2, .w-50, #blog-sidebar, .w-66, .w-33{
      width: 100%;
    }
    .home .featured-img .w-50{
		width: 50%;
    }
    .col-contain .w-50:first-child, .col-contain .w-50:last-child {
        padding-left: 5px;
        padding-right: 5px;
    }
    .next-page a, .past-page a {
        padding: 10px;
        font-size: 14px;
    }
    .page .featured-img, .blog .featured-img, .search .featured-img, .error404 .featured-img, .archive .featured-img {
	    padding-top: 100px;
	}
    .job-bar .w-33:nth-child(2){
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-right: none;
		border-left: none;
	}
	.mobile-center .tl, .mobile-center .tc, .mobile-center .tr{
		text-align: center;
	}
	.home .featured-img {
    height: initial;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
    .testimonial-bar{
    	font-size: 2rem;
    	padding: 80px 20px 20px;
    }
    .testimonial-bar:before{
    	top: 20px;
    }
    a.social{
    	margin-bottom: 15px;
    }
    footer .tl, footer .tr{
    	text-align: center;
    }

  }
@media only screen and (max-width: 650px) {
    .bio-popup-box .w-66, .bio-popup-box .w-33{
      width: 100%;
    }
    .bio-popup-box .w-66 {
        position: relative;
        overflow: initial;
        padding-right: 20px;
        padding-top: 0
    }
    .bio-popup-box {
      overflow: scroll;
      background-color: #fff;
      padding: 20px;
    }
    .bio-popup-box .bio-img {
        margin: 0 auto;
    }
    .bio-popup-close.right {
        right: 10px;
        top: 10px;
    }
    .popup-box .bio-title{
      min-height: initial;
      margin-bottom: 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;
    }
    article .pg-title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .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;
    }
    h1.post-title {
	    font-size: 26px;
	    font-size: 2.6rem;
	}
	#np-bar {
	    background-position: left center;
	}
	  .bio-block.w-33, .home .featured-img .w-50{
    width: 100%;
  }
  .bio-block .bio-title{
    min-height: initial;
    margin-bottom: 40px;
  }
  .tagline{
  	font-size: 40px;
  }
  .tag2{
  	font-size: 45px;
  }
  .home .featured-img p{
  	margin-bottom: 0;
  }
  }

.page-id-210 .featured-img {padding-top: 30vh !important;}

.jb--wrapper .jb--pagination .jb--button {
    background: none !important;
    color: #47b3f4 !important;
}

.jb--wrapper .jb--button {
  background-color: #47b3f4 !important;
  color: white !important;
  height: 4rem !important;
  float: left !important;
}







