/*
Theme Name: Rice Fergus Miller
Description: Get rolling.
Author: Creative Media Alliance
Author URI: http://creativemediaalliance.com
Version: 1.5
Tags: web development
*/





/* * * * * * * * * * * * * * *

  GLOBALS

* * * * * * * * * * * * * * */
* {
  box-sizing:border-box;  
  -moz-box-sizing:border-box;  
  -webkit-box-sizing:border-box;
}
::selection {
   
}
::-moz-selection {
    
}
body { 
  margin:0;
  padding:0;
  font-family: 'Lato', sans-serif;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}


@media screen and (min-width: 43em) {
  body { padding:0px 0 0; }
	#nav-logo{
		display: none; 
	}
}
@media screen and (min-width: 55em) {
  body { padding:0px 0 0; } 
}
html.js body.fouc {
  display:none;
}
ul, ol { list-style-type: none; margin:0; padding:0; }
li { margin:0; }
a { text-decoration:none; }

.white {}
.black {
  color:#333333;
}
.orange { color:#0092bc; }
.bg-orange { color:#0092bc; }
.gray { color:#e9e7e7; }

.bg-gray { 
  background-color:#e9e7e7;
  position: sticky;
 
  z-index: 9999;
  text-align: center;
}

.bg--bar-gray { background-color:#dcdcdc; }
.dark { color:#333333; }
.bg-dark { background-color:#333333; }

.bg {
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;
  background-position:center center;
}
.trans {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cf:before,
.cf:after { content:" "; display:table; }
.cf:after { clear:both; }
.cf { *zoom:1; }

.icon {
  font-family:"Dashicons";
  font-style:normal;
  vertical-align: middle;
}




/* * * * * * * * * * * * * * *

  SCAFFOLDING / BLOCKS

* * * * * * * * * * * * * * */
.container {
  padding:0 20px;
}
@media screen and (min-width: 43em) {
  .container {
    display:block;
    margin:auto;
    width:43em;
  }
}
@media screen and (min-width: 60em) {
  .container {
    display:block;
    margin:auto;
    width:60em;
  }
}

.block {
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover;
  background-size: cover;
  background-position:center center;
}
.block.center {
  padding:2em 0;
  text-align:center;
}
.block.image {
  min-height:500px;
}
.block.text {
  padding:2em 0;
}

.block.slider {
  position:relative;
}
.block.slider .slider-item {
  height:300px;
}
.slider-nav {
  display:none !important;
}
@media screen and (min-width: 43em) {
  .block.slider .slider-item {
    height:500px;
  }
  .slider-nav {
    display:block !important;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background: #fff;
    border: none;
    font-size: 2em;
    text-align: center;
    width: 40px;
    margin-left: -4px;
    padding-top: 4px;
    height: 39px;
    cursor:pointer;
  }
  .slider-nav:focus { outline:none; }
  .slider-nav:active { background-color:#c0c0c0; }
  .slider-nav.slider-prev { left:0; }
  .slider-nav.slider-next { right:0; }
}
/* slick slider overrides */
.slick-prev { left:10px !important; }
.slick-next { right:10px !important; }
.slick-slider { margin:0 !important; }
.slick-dots { bottom:auto !important; }

.block.text .container {
  max-width:600px;
}
.block p {
  font-size:.9em;
  line-height:1.4em;
  color:#333333;
  font-weight:300;
}
p.shadow {
  text-shadow:1px 1px 1px rgba(0,0,0,.8);
}
p.white,
.block p.white {
  color:#ffffff;
}
.block.two {
  position:relative;
}
.block .half.half-content {
  padding:1px 20px;
}
.block .half.half-image {
  height:200px;
}

.featured img{
	width: 100%; 
}



@media screen and (min-width: 43em) {
  .block .half.half-image {
    position:absolute;
    left:0;
    top:0;
    width:50%;
    height:100%;
  }
  .block .half.half-image.right {
	background-color: #333; 
    left:auto;
    right:0;
	}
	
  .block .half.half-image.no-vert {
    float:left;
    position:relative;
    height:400px;
    left:auto;
  }
  .block .half.half-content {
    position:relative;
    padding:5em 0 5em 3%;
    left:50%;
    width:50%;
  }
  .block .half.half-content.right {
    left:0;
    padding:5em 3% 5em 0;
  }
  .block .half.half-content.right .half-content-contain {
    float:right;
  }
  .half-content-contain {
    width: 95%;
    max-width:575px;
  }
}

@media screen and (min-width: 57em) {
	.featured{
		display: flex; 
		flex-direction: row; 
		justify-content: flex-end; 
		background-color: #333;
	}
	
	.featured > div {
		width: 50%; 
	}
	
	.featuredproject-content{
		display: flex; 
		flex-direction: column; 
		justify-content: center; 
		align-items: flex-end; 
	}
	
	.featured img{
   		height: 100%; 
	}
	
}


.block.block-video {
  text-align:center;
}
.block.block-video iframe {
  display:none;
}
.block.block-video .container {
  padding:4em 20px;
}
.block.block-video .play-video {
  margin-top:70px;
}
.block.block-video.play .container {
  display:none;
}
.block.block-video.play,
.video  {
  position:relative;
  padding-bottom:56.25%;
  height: 0;
  overflow: hidden;
  width:100%;
}
.block.block-video.play iframe,
.video iframe {
  display:block;
  position:absolute;
  height:100%;
  width:100%;
}
.play-video {
  background:transparent;
  border:none;
  border-radius:none;
  color:#ffffff;
  cursor:pointer;
}
.play-video:hover {
  color:#333333;
}
.play-video:focus {
  outline:none;
}
.play-video .dashicons {
  font-size:10em;
  width:auto;
  height:auto;
}
.close-video {
  display:none;
  text-align:center;
  color:#333;
  text-transform: uppercase;
  padding:1em 0;
}
.close-video:hover {
  cursor:pointer;
  background-color:#c0c0c0;
}
.block.billboard {
  text-align:center;
  padding:1.5em 0;
}
.block.billboard p {
  font-size:1.1em;
  font-weight:100;
}
.block.billboard a {
  color:#0092bc;
 
}
.block.billboard a:hover {
	text-decoration: underline;  
 
}


@media screen and (min-width: 43em) {
  .block.billboard p {
    font-size:1.4em;
  }
}


.featuredproject-content {
  position:relative;
  padding:1em;
  background-color:rgba(0,0,0,0.7); 
}

.block-featuredproject :after{
	clear: both; 
}
@media screen and (min-width: 57em) {
   .featuredproject-content {
       background-color:#333333;
  }
	
  .featuredproject-content .half-content-contain {
    float:right;
  }
}




/* * * * * * * * * * * * * * *

  BUTTONS

* * * * * * * * * * * * * * */ 
.btn {
  display:inline-block;
  text-transform:uppercase;
  border:2px solid #333;
  color:#333;
  padding:.8em 1.5em;
  font-size:.9em;
  margin-bottom:10px;
}
.btn.white {
  border:2px solid #fff;
  color:#fff;
}

.btn.orange {
  border:2px solid #0092bc;
  color:#0092bc;
}
.btn.orange.full {
  background-color:#0092bc;
  color:#fff;
}
.btn.shadow {
  box-shadow:0px 0px 2px rgba(0,0,0,0.8);
  text-shadow:1px 1px 1px rgba(0,0,0,0.8);
}
.btn.social {
  width:100%;
  color:#fff;
  border:none;
  margin:5px 0 0 0;
}
.btn.social:hover {
  opacity:.7;
  
}
.btn.social .socicon {
  margin-right:10px;
  text-transform:none !important;
}
.btn.social.facebook { background-color:#3b5998; }
.btn.social.google { background-color:#dd4b39; }
.btn.social.linkedin { background-color:#007bb6; }
.btn.social.twitter { background-color:#00aced; }


.download-button
{
  margin-top:20px;
  
}



/* * * * * * * * * * * * * * *

  HEADINGS

* * * * * * * * * * * * * * */
h1 {}
h2 {}
h3 {}
h4, h5, h6 {}

.section-title {
  text-transform:uppercase;
  letter-spacing:.05em;
  font-weight:100;
  font-size:2em;
  color:#333333;
  text-shadow:1px 1px 1px rgba(0,0,0,0.8);
  margin:0;
}
.section-title.white {
  color:#ffffff;
}
.section-title.no-shadow {
  text-shadow:none;
}

.section-subtitle {
  position:relative;
  text-transform:uppercase;
}
.section-subtitle:before {
  content:" ";
  position:absolute;
  bottom:-7px;
  height:2px;
  width:80px;
  background-color:#0092bc;
}
@media screen and (min-width: 43em) {
  .section-title {
    font-size:2.5em;
  }
}


/* * * * * * * * * * * * * * *

  MAIN NAVIGATION

* * * * * * * * * * * * * * */

	
.navbar {
    background: none repeat scroll 0 0 #333;
    display: block;
    overflow: hidden; 
    z-index: 99999;
}
#nav {
  display:block;
}
#nav ul {
  display:none;
}
#nav li {
  background-color:#333;
  width:100%;
  padding:20px;
}
#nav li a {
  color:#ffffff;
  font-size:.9em;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.08em;
  padding:.1em .2em;
}
#nav li.current_page_item a {
  background-color:#222;
}
#nav-logo {
  margin: .9em 1em;
  float:left;
}


button.nav-expand {
  margin:10px 15px 0 0;
  width:50px;
  height:50px;
  border:none;
  background-color:transparent;
  float:right;
}
button.nav-expand:hover {
  opacity:.8;
  cursor:pointer;
}
button.nav-expand:focus {
  outline:none;
}
.icon.hamburger { font-size:3em; }
.hamburger:before { content: "\f333"; color:#ffffff; }
.nav-expand.open .icon.hamburger:before { content: "\f335"; font-size:1.1em; color:#ffffff;}
.slgo {
	display: block;   
	float: left;
	margin-left:20px;
	margin-top: 10px;
	
}

.mobile-logo {
	display: none;
	float: left;
	max-width: 360px;
	margin-left: 20px;
	margin-top: 10px;
}		
		

@media screen and (min-width: 43em) {
.slgo {

	margin-top: 5px;
}

.slgo img{
	height: 33px;
	width:auto;
}

  .navbar {
    background-color:#333333;
	opacity: 0.8; 
    text-align:right;
    position:fixed;
    top:0;
    width:100%;
  }
  .navdark{
	opacity: 1;
	transition: 1s; 
	transition-timing-function: ease-in-out;
  }
  #nav ul {
    float:right;
    display:block;
  }
  #nav li {
    background-color:transparent;
    width:auto;
    padding:0;
    display:inline-block;
    margin:1em;
  }
  #nav li a:hover {
    border-top:2px solid #e9e7e7;
  }
  #nav li.current_page_item a {
    background-color:transparent;
    border-top:2px solid #ffffff;
  }
  button.nav-expand {
    display:none;
  }
}
@media screen and (min-width: 55em) {
  #nav li {
    margin:2em;
  }
		.slgo {
		margin-top: 25px;
	}

}


@media screen and (max-width: 970px) {
.slgo img{
	height: 30px;
	margin-top: 5px;
}
}	
	@media screen and (max-width: 730px) {
.slgo img{
	height: 25px;
	margin-top: 8px;
}
	}

	@media screen and (max-width: 450px) {
.slgo{
	display: none;
}
		.mobile-logo {display: block;}		
		
	}




/* * * * * * * * * * * * * * *

  HEADER

* * * * * * * * * * * * * * */ 
.header {
  width:100%;
  height:200px;
  background-color:#f6f6f6;
}
.header .header-title,
.header .header-text {
  color:#fff;
  font-weight:100;
  margin:0;
}

.header.header-homepage {
  height:auto;
  padding-bottom:50px;
}
.header.header-homepage .header-title {
  padding-top:100px;
  margin-bottom:5px;
}
.header.header-homepage .header-text {
  max-width:700px;
  margin-bottom:15px;
}

.header.header-page {
  text-align:center;
}
.header.header-page .container {
  padding-top:100px;
}
.header.header-work .container {
  padding-top:100px;
}
.header.header-work p {
  margin-bottom:10px;
}
.header.header-work {
  color:#ffffff;
  height:auto;
  padding-bottom:40px;
}
.header.header-project {}
.header .header-container {}
.header.header-media {
  height:200px;
}

.header .service-list {
  display:none;
}
@media screen and (min-width: 43em) {
  .header {
    height:300px;
    position:relative;
  }
  .header.header-homepage {
    height:600px;
    padding:0;
  }
  .header.header-homepage .header-title {
    padding-top:175px;
    margin-bottom:5px;
  }
  .header.header-work {
    height:300px;
  }
  .header.header-page .container {
    padding-top:200px;
  }
  .header .service-list { /* homepage list of services */
    position:absolute;
    display:block;
    bottom:0;
    width:100%;
    padding:1.6em 0;
    text-align:center;
    background-color:rgba(255,255,255,0.7);
  }
  .service-list li {
    display:inline-block;
    margin:auto 50px;
    text-transform:uppercase;
    font-weight:700;
    font-size:1.05em;
    letter-spacing:.05em;
    color:#555;
  }
  .header .btn,
  .header .header-text {
    -webkit-animation: mast_secondary 2s ease; /* Safari 4+ */
       -moz-animation: mast_secondary 2s ease; /* Fx 5+ */
         -o-animation: mast_secondary 2s ease; /* Opera 12+ */
            animation: mast_secondary 2s ease; /* IE 10+, Fx 29+ */
  }
  .header .header-title {
    -webkit-animation: mast 1.2s ease; /* Safari 4+ */
       -moz-animation: mast 1.2s ease; /* Fx 5+ */
         -o-animation: mast 1.2s ease; /* Opera 12+ */
            animation: mast 1.2s ease; /* IE 10+, Fx 29+ */
  }
  .header.header-page .section-title {
    -webkit-animation: mast-delay 1.4s ease; /* Safari 4+ */
       -moz-animation: mast-delay 1.4s ease; /* Fx 5+ */
         -o-animation: mast-delay 1.4s ease; /* Opera 12+ */
            animation: mast-delay 1.4s ease; /* IE 10+, Fx 29+ */
  }
  @-webkit-keyframes mast {
    0%   { margin-left:-20%; opacity:0; }
    100% { margin-left:0; opacity:1; }
  }
  @-moz-keyframes mast {
    0%   { margin-left:-20%; opacity:0; }
    100% { margin-left:0; opacity:1; }
  }
  @-o-keyframes mast {
    0%   { margin-left:-20%; opacity:0; }
    100% { margin-left:0; opacity:1; }
  }
  @keyframes mast {
    0%   { margin-left:-20%; opacity:0; }
    100% { margin-left:0; opacity:1; }
  }

  @-webkit-keyframes mast-delay {
    0%   { margin-left:-20%; opacity:0; } 
    50%  { margin-left:-20%; opacity:0; }
    100% { margin-left:0; opacity:1; }
  }
  @-moz-keyframes mast-delay {
    0%   { margin-left:-20%; opacity:0; } 
    50%  { margin-left:-20%; opacity:0; }
    100% { margin-left:0; opacity:1; }
  }
  @-o-keyframes mast-delay {
    0%   { margin-left:-20%; opacity:0; } 
    50%  { margin-left:-20%; opacity:0; }
    100% { margin-left:0; opacity:1; }
  }
  @keyframes mast-delay {
    0%   { margin-left:-20%; opacity:0; } 
    50%  { margin-left:-20%; opacity:0; }
    100% { margin-left:0; opacity:1; }
  }

  @-webkit-keyframes mast_secondary {
    0%   { opacity: 0; }
    50%  { opacity: 0; }
    100% { opacity: 1; }
  }
  @-moz-keyframes mast_secondary {
    0%   { opacity: 0; }
    50%  { opacity: 0; }
    100% { opacity: 1; }
  }
  @-o-keyframes mast_secondary {
    0%   { opacity: 0; }
    50%  { opacity: 0; }
    100% { opacity: 1; }
  }
  @keyframes mast_secondary {
    0%   { opacity: 0; }
    50%  { opacity: 0; }
    100% { opacity: 1; }
  }
}
@media screen and (min-width: 100em) {
  .header {
    height:600px;
  }
}

/*
No header is used when no masthead is present. 
*/
.no-header {
  height: 0px;
  background-color: #333;
}
/* end .no-header */
@media screen and (min-width: 43em) {
  .no-header {
    height: 51px; 
	width: 100%; 
  }
}

@media screen and (min-width: 55em) {
  .no-header {
    height: 83px;  
  }
}



/* * * * * * * * * * * * * * *

  HOMEPAGE

* * * * * * * * * * * * * * */
.main.home {}
.homepage-video {}
.case-study {}




/* * * * * * * * * * * * * * *

  CULTURE

* * * * * * * * * * * * * * */ 




/* * * * * * * * * * * * * * *

  PROCESS

* * * * * * * * * * * * * * */
.process-content {
  margin:3em auto;
}

.process-blocks {
  padding:5em 0 2em;
  text-align:center;
}
.process-block {
  vertical-align:top;
  display:inline-block;
  margin:10px;
  margin-bottom:3em;
  color:#fff;
}
.process-icon {
  float:left;
  width:60px;
  margin-right:12px;
  height:auto;
}
.process-block-text {
  text-align:left;
  float:left;
  width:260px;
  margin-right:20px;
  /*margin-left:110px;*/
}
.process-block-text p {
  font-size:0.85em;
  line-height:1.4em;
  margin:0;
  color:#fff;
}
.process-block-title {
  margin:0 0 10px;
}


/* * * * * * * * * * * * * * *

  PROJECTS / ARCHIVE

* * * * * * * * * * * * * * */ 

.nav-sticky{
      background-color: #e9e7e7;
    position: sticky;
    z-index: 9999;
    text-align: center;
    top: 80px;

}



@media only screen and (max-width: 768px) {


.nav-sticky{
      background-color: #e9e7e7;
    position: sticky;
    z-index: 9999;
    text-align: center;
    top: 60px;
    padding-bottom: 20px;
}



}



.projects-navigation {}
.projects-navigation ul {
  text-align:center;
    display:inline-block;
    height: 65px;
}
.projects-navigation ul li {
  display:inline-block;
    height: 65px;
  padding-top: 18px;
}
.projects-navigation ul li a {
  display:inline-block;
  font-size:.8em;
  margin:8px 10px;
  text-transform:uppercase;
  color:#333;
}

.projects-navigation ul li.current {
  background-color:#fff;
}
 
.projects-navigation ul li.current a {
  font-weight:900;
}
.project-list li.project-list-item {
  position:relative;
  text-align:center;
  height:250px;
  overflow:hidden;
}
.project-list li.project-list-item .outer {
  background-color:rgba(51,51,51, 0.4);
}
.project-list li.project-list-item .project-list-title {
  font-size:1.2em;
  display:block;
  margin:auto;
}
.project-list-item .project-categories {
  position:absolute;
  top:5px;
  right:10px;
  z-index: 1000;
}
.project-list-item .project-categories a {
  color:#fff;
  text-transform:uppercase;
  font-size:.7em;
  letter-spacing: 0.2em;
  margin:0;
  padding:0;
}
@media screen and (min-width: 43em) {
  .project-list li.project-list-item {
    float:left;
    width:50%;
    height:350px;
  }
  .project-list li.project-list-item .outer {
    background-color:rgba(51,51,51, 0.6);
  }
  .project-list li.project-list-item .project-list-title {
    font-size:1.8em;
	line-height:1.2em;
    display:block;
    margin:auto;
    max-width:400px;
  }

  .project-list-item .project-categories {
    display:none;
  }
  .project-list-item .project-categories a:hover {
    border-bottom:1px solid #fff;
    padding-bottom:2px;
  }
  .project-list li.project-list-item:hover .project-categories {
    display:block;
  }
  .project-list li.project-list-item:hover .outer {
    background-color:rgba(51,51,51, 0.2);
  }
}

/* * * * * * * * * * * * * * *

  PROJECTS / TAXONOMY (TYPE) / TAXONOMY-TYPE.PHP

* * * * * * * * * * * * * * */
.project-type-description {
  max-width:700px;
  margin:1em 0 2em;
}

.project-brochure { 
	position:relative; 
	display: block;
	color:#333;
 	margin: 0px 16px 30px;
	font-size: .875em;
	clear: both;
}

.project-brochure a { color:#333; }
.project-brochure a:hover { color:#0092bc; }

.project-brochure:before {
  position:absolute;
  left:-20px;
  top:1px;
  color:#e9e7e7;
  font-family:'dashicons';
}
.project-brochure:before { content: "\f330"; }
.project-brochure:hover:before { color:#0092bc; }

.fh5-light-box {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	border-radius: 0px !important;
}

.fh5-light-box-cancel-button:hover {
    text-shadow: none !important;
    color: #0092bc !important;
}

/* * * * * * * * * * * * * * *

  PROJECTS / SINGLE / SINGLE-PROJECTS.PHP

* * * * * * * * * * * * * * */
.header.single-project { height:250px; }
.single-project-title { 
  font-weight: 600;
  margin:0;
}
.single-project-meta {
  padding:1em 0;
  text-align:center;
  /*border-bottom:1px solid #e9e7e7;*/
}
.single-project-acclaims { display:inline-block; }
.single-project-acclaims li,
.single-project-acclaims li a {
  color:#333;
  letter-spacing:0.1em;
  font-weight:100;
  font-size:1em;
  position:relative;
  display:inline-block;
}
.single-project-acclaims li a:hover { text-decoration: underline; }
.single-project-acclaims li:after {
  content: "/";
  right:-10px;
  color:#c0c0c0;
  margin-right:10px;
  margin-left:10px;
}
.single-project-acclaims li:last-child:after { content:""; }
.container.content.single-project { padding:2em 20px; }
.container.content.gallery { padding:2em 0; }
.container.content.single-project .video { margin:2em 0; }
.single-project-gallery { text-align:center; }
.content img.project-gallery-thumb {
  display:inline-block;
  margin-right:3px;
}
.content img.project-gallery-thumb:hover { opacity:0.7; }
.lb-outerContainer { background-color:transparent !important; }
@media screen and (min-width: 43em) {
  .header.single-project {
    height:450px;
  }
}

/* * * * * * * * * * * * * * *

  PROJECTS / MORE PROJECTS / SINGLE-PROJECTS.PHP

* * * * * * * * * * * * * * */
.another-project {
  position:relative;
  text-align:center;
  float:left;
  width:33.33333333%;
  height:100px;
  background-color:#c0c0c0;
  overflow:hidden;
}
.another-project .outer { background-color:rgba(51,51,51, 0.7); }
.another-project .inner h3 {
  max-width:90%;
  display:block;
  margin:auto;
  font-weight:100;
  text-transform: uppercase;
  font-size:1.1em;
}
.another-project:hover .outer { background-color:rgba(51,51,51, 0.3); }


/* * * * * * * * * * * * * * *

  PEOPLE PAGE

* * * * * * * * * * * * * * */
.people { text-align:center; }
.person {
  position:relative;
  width:50%;
  float:left;
  height:200px;
  overflow:hidden;
}
.outer,
.person .outer {
  display: table;
  position: absolute;
  width: 101%;
  padding:5px;
  height: 100%;
}
.outer .inner {
  color:#fff;
  text-shadow:1px 1px 1px rgba(0,0,0,0.7);
  display: table-cell;
  vertical-align: middle;

}

.person .outer .inner {
  vertical-align:bottom;
}
.person-thumb-name {
  font-size:.9em;
  text-transform: uppercase;
}
.person-thumb-title,
.person-thumb-name {
  margin:0;
}
.person-thumb-icon {
  display:none;
}

@media screen and (min-width: 43em) {
  .person {
	display:inline-block;
	width:200px;
	height:200px;
	background-color:#333;
	cursor:pointer;
	margin: 0 0 -4px;
  }
  .person .outer {
    opacity:0;
    background-color:rgba(0,146,188,0.7);
  }
  .person:hover .outer {
    opacity:1;
  }
  .person-thumb-icon {
    display:block;
    margin:auto;
    width:50px;
    height:auto;
  }
  .person .outer .inner {
    vertical-align:middle;
  }
  .person-thumb-title,
  .person-thumb-name {
    margin:10px 0;
  }
}
#popup-overlay {
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.8);
  display:none;

}
#popup {
  background-color: #fff;
  box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
  text-align:left;
  
}

#close-popup .dashicons,
#close-popup-mobile .dashicons {
}


#close-popup-mobile {
  position:absolute;
  top:15px;
  right:15px;
  font-size:2em;
  z-index: 1;
  cursor:pointer;
    display:block;
}

#close-popup {
  display:none;
}

#close-popup:hover { color:#333; }

.person-image {
  display:none;
  width:100%;
  height:200px;
  background-position:center center;
}


.person-info {
  padding:1px 15px;
  font-size:0.8em;
}
.person-info p { color:#555; }
.person-info strong { color:#111; }
.person-title span {
  font-weight:100;
  font-style:italic;
  position:relative;
}

.person-info span {
  font-weight:100;
  font-style:italic;
  position:relative;
   color:#111;
}
.person-icon {
  position:absolute;
  width:50px;
  top:-10px;
  opacity:.4;
  height:auto;
}



.role-sort {
  padding:1em 0;
}
.role-sort li {
  position:relative; 
  display:inline-block;
  margin-left:50px;
  text-transform:uppercase;
  font-size:.8em;
  color:#333;
  cursor:pointer;
  letter-spacing:0.2em;
  margin-bottom: 10px;
}

.role-sort li:before {
  content:' ';
  position:absolute;
  top:1px;
  left:-20px;
  width:10px;
  height:10px;
  border:2px solid #0092bc;
}
.role-sort li.active { font-weight:900; }
.role-sort li.active:before { background-color:#0092bc; }
.people.filter .person { display:none; }
.people.filter .person.active { display:block; }

@media screen and (min-width: 43em) {
  .person { float:none; }
  #popup {
    display:block;
    position: absolute;
    width: 800px;
    height: 450px;
    left: 50%;
    margin-left: -450px;
    top: 50%;
    margin-top: -200px;
  }
  #close-popup {
    position:absolute;
    display:block;
    top:50%;
    margin-top:-225px;
    left:50%;
    font-size:1.8em;
    margin-left:373px;
    cursor:pointer;
	z-index:500;
  }
  #close-popup-mobile {
    display:none;
  }
  .person-image {
    float:left;
    width:60%;
    height:450px;
    margin-right:20px;
	display:block !important;
  }
  .person-desc { display:block; }
  .people.filter .person { 
    opacity:0.05;
    display:inline-block;
  }
  .people.filter .person.active {
    opacity:1;
    display:inline-block;
  }
}


/* * * * * * * * * * * * * * *

  MEDIA / POSTS ARCHIVE / INDEX.PHP

* * * * * * * * * * * * * * */
.media-category-title { margin-top:40px; }
.media-post { 
  position:relative; 
}
.media-post p {
  color:#333;
  margin:4px 0;
}
.media-post a { color:#333; }
.media-post a:hover { color:#0092bc; }

.media-post:before {
  position:absolute;
  left:-30px;
  top:2px;
  color:#e9e7e7;
  font-family:'dashicons';
}
.media-post.articles-publishings:before { content: "\f206"; }
.media-post.awards-certifications:before { content: "\f313"; }
.media-post.press-releases:before { content: "\f488"; }
.media-post:hover { text-decoration:underline; }
.media-post:hover .media-date {
  font-weight:normal;
}
.media-post:hover:before { color:#0092bc; }
.media-date {
  display:block;
  text-transform:uppercase;
  font-size:.8em;
}
.media-links
 {
  display:block;
  text-transform:uppercase;
  font-size: 1em;
}
#navigation
 {
	display:block;
	text-transform:uppercase;
	font-size: 1em;
	padding-top: 30px;
	padding-bottom: 10px;
}
#navigation a { color:#333; }
#navigation a:hover { color:#0092bc; }
@media screen and (min-width: 43em) {
  .media-date {
    display:inline-block;
    width:100px;
	
  }
}

/* * * * * * * * * * * * * * *

  MEDIA / POST SINGLE / SINGLE.PHP

* * * * * * * * * * * * * * */
.container.media-single {
  position:relative;
}
.media-content {
  font-weight:400;
  color:#333;
}
.media-meta {}

.single-nav {
  width:30%;
  position:relative;
  color:#999;
}
.single-nav a {
  color:#999;
  text-transform:uppercase;
  font-weight:100;
}
.single-nav a:hover {
  text-decoration: underline;
}
.single-nav .dashicons {
  position:absolute;
  top:50%;
  margin-top:-9px;
}
.single-nav.single-prev { float:left; }
.single-nav.single-prev .dashicons {
  left:-20px;
}
.single-nav.single-next { float:right; text-align:right; }
.single-nav.single-next .dashicons {
  right:-20px;
}
@media screen and (min-width: 43em) {
  .media-content {
    position:relative;
    margin-right:200px;
  }
  .media-meta {
    position:absolute;
    left:104%;
    top:0;
    width:180px;
  }
  .media-meta .btn {
    display:block;
  }
  .media-meta .btn.extra {
	font-size:1.1em;
	padding:0.5em;
	letter-spacing:.05em;
	margin-top: 10px;
  }
  .media-meta .btn.extra:hover {
    opacity:.7;
  }
}

.back-to-media {
  position:absolute;
  top:26px;
  color:#c0c0c0;
  left:-28px;
  font-size:2em;
}
.back-to-media-text {
  position: absolute;
  left: -30px;
  top:13px;
  text-transform: uppercase;
  font-size: .7em;
  color: #c0c0c0;
  opacity:0;
  letter-spacing: 0.13em
}
.back-to-media-link:hover .back-to-media {
  color:#333;
}
.back-to-media-link:hover .back-to-media-text {
  opacity:1;
}



.media-nav.media-previous {
  left:-28px;
}
.media-nav.media-next {
  right:-20px;
}

.media-content img {
  width:100%;
  height:auto;
}


/* * * * * * * * * * * * * * *

  JOBS / TEMPLATE-JOBS.PHP

* * * * * * * * * * * * * * */
.job {}
.job-category { margin-top:3em; }
.job-title:before {
  content: "\f132";
  font-family:'dashicons';
  color:#e9e7e7;
  margin-right:5px;
  vertical-align: middle;
}
.job-title:hover {
  font-weight:900;
  cursor:pointer;
}
.job-title:hover:before { color:#0092bc; }
.job.active .job-title { font-weight:900; }
.job.active .job-title:before {
  content: "\f158";
  color:#0092bc;
}
.job-content { 
  display:none;
  border-left:1px solid #e5e5e5;
  margin-left:7px;
  padding-left:1em;
  color:#666;
}
.job.active .job-content { display:block; }
.graybg {
	background-color: #f6f6f6;
	display: block;
	overflow:hidden;
	width:100%;
}
.gform_wrapper h3.gform_title {
    letter-spacing: normal !important;
    margin: 0.625em 0 0.375em;
}
.gform_wrapper h3.gform_title {
  position:relative;
  text-transform:uppercase;
  
}
.gform_wrapper h3.gform_title:before {
  content:" ";
  position:absolute;
  bottom:-7px;
  height:2px;
  width:80px;
  background-color:#0092bc;

}
.gform_wrapper span.gform_description{
display: block;
padding-top: 15px;
}
.gform_wrapper .top_label .gfield_label {

    text-transform: uppercase;
}

 .gform_wrapper .top_label select.medium {
	 -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */     
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border: 1px solid #a6a6a6;  
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	border-radius: 0;
	border: 2px solid #333;
	color: #333;
	display: inline-block;
	font-size: 0.9em;
	margin-bottom: 10px;
	padding: 0.8em 1.5em;
	text-transform: uppercase;
	cursor:pointer;
	background-color: #a6a6a6;	
}

/* * * * * * * * * * * * * * *

  Brochure

* * * * * * * * * * * * * * */

.print { 
  position:relative; 
	display: block;
	color:#333;
  margin: 8px 16px;

}

.print a { color:#333; }
.print a:hover { color:#0092bc; }

.print:before {
  position:absolute;
  left:-20px;
  top:1px;
  color:#e9e7e7;
  font-family:'dashicons';
}
.print:before { content: "\f330"; }
.underline:hover { text-decoration: underline;}
.print:hover:before { color:#0092bc; }

/* * * * * * * * * * * * * * *

  CONTENT GENERAL

* * * * * * * * * * * * * * */
.container.content { 
  max-width:800px;
  font-size:.9em;
  padding-top: 10px;
}
.content ul {
  list-style-type: disc;
  margin:auto 30px;
}
.content img {
  max-width:100%;
  height:auto;
  margin:auto;
  display:block;
}
.content p a {
  color:#0092bc;
}
.content p a:hover {
  border-bottom:1px solid #0092bc;
}
.content p{
  line-height:1.5em;
}
.content li {
  line-height:1.7em;
}
.content li a{
  color:#333;
}
.content li a:hover{
  color:#0092bc;
}
.content img.size-full {}

.content h2 {
  position:relative;
  text-transform:uppercase;
}
.content h2:before {
  content:" ";
  position:absolute;
  bottom:-7px;
  height:2px;
  width:80px;
  background-color:#0092bc;
}
.content h2 a{
  color:#333;
}
.content h2 a:hover{
  color:#0092bc;
}
#video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 43em) {
  .content img.size-full {
    max-width:120%;
    margin-left:-10%;
  }
  .content img.alignleft {
    float:left;
    margin:10px 10px 10px 0;
  }
  .content img.alignright {
    float:right;
    margin:10px 0 10px 10px;
  }
}

/* * * * * * * * * * * * * * *

  FOOTER

* * * * * * * * * * * * * * */ 

.footer {}
#footer-logo {
  display:block;
  margin:auto;
}
.footer-upper {
  padding:1em 0;
}
.footer-lower {
  color:#fff;
  background-color:#333333;
  padding:.4em 0;
  width:100%;
  text-align:center;
  font-size:.8em;
    float:left;
}
.footer-lower a {
  color:#fff;
}
.footer-address{
  width:40%;
  float:right;
  text-align:right;
  display:block;

}
.footer-address p {
  font-weight:100;
  margin-right:10px;
}
.footer-icons {
  width:40%;
  float:left;
  display:block;
  margin-top: 15px;
}
.footer-menu
{
	width:100%;
	clear:both;
	float:left;
	display:block;
	text-align:center;
	margin-top: -30px;
}
.footer-menu li a {
  text-transform:uppercase;
  margin:0 10px;
}
.footer-lower li {
  display:inline-block;
}

.social {
  text-align:left;
}
.social li {
  margin-left:10px;
}
.social li a{
  color:#fff;
}
.social li a:hover{
  color:#0092bc;
}



@media screen and (max-width: 962px) {
.footer-menu {
	margin-top: -42px;
}
.footer-icons {
  margin-top: 25px;
}
}
@media screen and (max-width: 640px) {
.footer-address{
  width:100%;
  float:none;
  text-align:center;
  display:block;

}
.footer-menu
{
 margin-top: 15px;
 margin-bottom: 15px;
}

.footer-icons {
	width:100%;
	float:none;
	display:inline;
	text-align:center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;  
}
.social {
  text-align:center !important;

}
.social li {
  margin-left:10px;
}
}


.footer-nav li a {
  text-transform:uppercase;
  margin:0 10px;
}

.footer-nav li a:hover {
 color:#0092bc;
}

.footer-info {
  text-align:right;
}
.footer-info p {
  font-weight:100;
  margin-right:10px;
}
#BambooHR-ATS h2{
	border-bottom: none !important;
	color: #000;
	font-family: "Lato",sans-serif !important;
	font-size:1.2em !important;
	font-weight: bold !important;
}

.BambooHR-ATS-board h2 {
    padding-bottom: 0px !important;
	   padding-top: 20px !important;
}

.BambooHR-ATS-board ul ul {
    border-bottom: none !important;
	padding: 0 !important;
}


li.BambooHR-ATS-Jobs-Item  {
    padding-top: 7px;
}

.BambooHR-ATS-board a {
    font-size: 1.2em !important;
    font-weight: normal !important;
    line-height: 1.9em;
}

.BambooHR-ATS-board a:hover {
    color: #000 !important;
	font-weight: bold !important;
}

.BambooHR-ATS-Jobs-Item:before {
  content: "\f132";
  font-family:'dashicons';
  color:#e9e7e7;
  margin-right:5px;
  vertical-align: middle;
}

.BambooHR-ATS-Jobs-Item:hover {
  font-weight:900;
  cursor:pointer;
    color:#000;
}
.BambooHR-ATS-Jobs-Item:hover:before { 
	color:#0092bc;
	font-weight:900;
	}

 .BambooHR-ATS-Jobs-Item:before {
 content: "\f132";
  color:#e9e7e7;
}

#BambooHR-Footer {
    display: none;
}


