@import url("../collective/style.css");
@import url('https://fonts.googleapis.com/css?family=Work+Sans');
/* Titan Jobs Show Page */

.titan-job-heading {
  background:#f5f5f5;
  padding:5em 0;
  margin-bottom: 5em;
}

.titan-job-heading h1 {
  margin-top:0;
}

.titan-job-details {
  font-size:1.5rem;
  font-weight:600;
}

.titan-job-details span {
  margin-right: 2rem;
}

.titan-job-details .titan-job-location, .titan-job-details .titan-job-website, .titan-job-details .titan-job-category {
  color:#666;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
}

.titan-job-details .titan-job-website:hover, .titan-job-details .titan-job-location:hover {
  color:#002237;
}

.titan-job-type {
  color:#fff;
}

.titan-job-button {
  background:#002237;
  color:#fff;
  font-size:1.5rem;
  padding:1em;
  width:80%;
  margin:0 auto;
  display:block;
  text-align:center;
  border-radius:4px;
}

.titan-job-button:hover {
  color:#f5f5f5;
  background:#006AAE;
}

.single-blog-content {
    color: #151515;
  }


/*IMPORT*/

.single-blog-post {
  height:410px;
}

.single-blog-post .blog-post-top {
  height:230px;
  color:#fff;
  font-size:18px;

}

.single-blog-post .blog-post-bottom {
  height:150px;
  text-align:center;
}

.blog-overlay {
  background:rgba(0,0,0,0.5);
  height:100%;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.single-blog-post p {
  margin:0!important;
}


.single-blog-post .blog-post-top .blog-overlay:hover {
  background:rgba(0, 34, 55,0.9)
}

.page-template-template-blog {
  background-color:#e5e5e5;
}

.single-blog-post .blog-post-bottom {
  background:#fff;
  padding:0 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* TITAN FOR OTHERS */
#titan-for-others .main > .sharedaddy {
  display: none;
}
.tfo-posts {
  min-height: 56vh;
}
.tfo-posts > .vc_column-inner {
  margin-bottom: 50px;
}

.tfo-posts .vc_column-inner  {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}

.tfo-posts .blog-post-bottom {
  height: 210px;
}

.featured-project-container {
  min-height:300px!important;
  background-size:cover!important;
  padding:0!important;
  margin:0!important;
  display:flex;
  flex-direction:column-reverse
}

.featured-project-title {
  background:rgba(0, 34, 55, 0.65);
  padding:1em;
  min-height:70px!important;
  display:flex;
  align-items:center!important;
  justify-content:center!important;
  text-align:center;
}

.featured-project-title h4 {
  padding:0!important;
  color:#fff;
  margin:0!important;
}


/* EMPLOYEES SECTION */

/* GLOSSARY LIST */

#alphabet-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  padding-bottom: 20px;
  padding-top: 10px;
}
.search-container.fixed1 {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: white;
  top: 141px;
}
.search-container.fixed2 {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: white;
  top: 185px;
}
.search-container.fixed-mobile {
  position: fixed;
  z-index: 100;
  background-color: white;
  top: 145px;
}
#alphabet-menu .item {
  margin: 0 5px;
  font-size: 2em;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.7em;
  font-weight: 700;
  color: #002237;
}
#alphabet-menu .item.empty {
  pointer-events: none;
  opacity: 0.5;
}
#alphabet-menu .item.active {
  text-decoration: underline;
  text-decoration-color: #002237;
}
.sort-container {
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 210px;
  justify-content: center;
  align-content: center;
  color: #002237;
}
.sort-container.fixed1 {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: white;
  top: 121px;
}
.sort-container.fixed2 {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: white;
  top: 165px;
}
.sort-container.fixed-mobile {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: white;
  top: 145px;
}
.sort-container p {
  color: #002237;
  margin: 0;
}
.sort-container #orderby {
  border: none;
}
.employees-container {
  max-width: 1000px;
  min-height: 500px;
  margin: auto;
}
.employees-container .employee {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  transition: max-height .5s ease-in-out;
}
.employees-container .employee.active {
  max-height: 1000px;
  transition: max-height .4s ease-in-out;
}
.employees-container .employee .image {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.employees-container .employee .bottom-container {
  position: relative;
  width: 63%;
  z-index: 10;
  padding-top: 185px;
}
.employees-container .employee .mobile-bottom, .employees-container .employee .mobile-more {
  display: none;
}
.employees-container .employee .mobile-bottom {
  width: 60%;
  background-color: rgba(21,21,21,.4);
  position: absolute;
  bottom: 0;
  padding-top: 5px;
  padding-left: 7px;
}
.employees-container .employee .mobile-bottom h2 {
  color: white !important;
  font-size: 25px;
  margin: 0;
}
.employees-container .employee .mobile-bottom span {
  font-size: 20px;
}
.employees-container .employee .mobile-bottom .links {
  color: white !important;
  text-transform: uppercase;
}
.employees-container .employee .mobile-bottom .links p {
  display: inline-block;
  color: white;
}
.employees-container .employee .bottom {
  background: rgba(21,21,21,0.5);
  padding: 10px;
  padding-bottom: 28px;
}
.employees-container .employee .bottom h2 {
  color: white !important;
  margin: 0;
  margin-bottom: 5px;
  line-height: 23px;
}
.employees-container .employee .bottom span {
  font-size: 19px;
}

.employees-container .employee .bottom .links {
  text-align: left;
  color: white;
  font-size: 19px;
  text-transform: uppercase;
}
.employees-container .employee .bottom.active .links .expand, .employees-container .employee .mobile-bottom.active .links .expand {
  border-bottom: 2px solid white;
}
.employees-container .employee .bottom .links p {
  display: inline-block;
  color: white;
  margin: 0;
}
.employees-container .employee .bottom .more {
  position: relative;
  margin-top: 30px;
}
.employees-container .employee .mobile-more {
  background-color: #919191;
  padding: 10px;
  padding-bottom: 30px;
}
.employees-container .employee .mobile-more .bio {
  color: white;
  font-size: 16px;
}
.employees-container .employee .bottom .bio {
  color: white;
  font-size: 16px;
  min-height: 156px;
}
.employees-container .employee .bottom .close, .employees-container .employee .mobile-more .close {
  color: white;
  opacity: 1;
}
.no-results {
  color: #1176b5;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  margin: 50px 0;
}

/* MEDIA QUERIES */

@media screen and (max-width: 438px) {
  .search-container {
    position: absolute;
    right: 0px;
  }
  .employees-container .employee {
    width: 93%;
    max-height: 156px;
  }
  .employees-container .employee .mobile-bottom h2 {
    font-size: 17px;
  }
  .employees-container .employee .mobile-bottom span {
    font-size: 13px;
  }
  .employees-container .employee .image {
    height: 156px;
    position: relative;
  }
  .employees-container .employee .bottom {
    padding-top: 11px;
  }
  .employees-container .employee .bottom h2 {
    font-size: 13px;
  }
  .employees-container .employee .bottom .links {
    font-size: 13px;
  }
  .services-root-container {
    height: 280px;
  }
  .services-container .slick-list {
    max-height: 280px;
  }
  #featured-projects .slick-list {
    max-height: 300px;
  }
}
@media screen and (min-width: 439px) and (max-width: 586px) {
  .search-container {
    position: absolute;
    right: 0px;
  }
  .employees-container .employee {
    width: 93%;
	max-height: 270px;
  }
  .employees-container .employee .image {
    position: relative;
    height: 270px;
  }
  .employees-container .employee .bottom {
    padding-top: 16px;
  }
  .employees-container .employee .bottom h2 {
    font-size: 16px;
  }
  .services-root-container {
    height: 291px;
  }
  .slick-list {
    min-height: 282px;
  }
  #featured-projects .slick-list {
    max-height: 300px;
  }
}
@media screen and (min-width: 587px) and (max-width: 620px) {
  #alphabet-menu {
    display: block;
  }
  #alphabet-menu .item {
    font-size: 1.4em;
  }
  .search-container {
    position: absolute;
    right: 0px;
  }
  .employees-container .employee .bottom {
    padding-top: 16px;
  }
  .employees-container .employee .bottom h2 {
    font-size: 21px;
  }
  .services-root-container {
    height: 340px;
  }
  #featured-projects .slick-list {
    max-height: 300px;
  }
}
@media screen and (min-width: 587px) and (max-width: 768px) {
  .employees-container .employee.active {
    max-height: 700px;
  }
  .employees-container .employee {
    max-height: 270px;
  }
  .employees-container .employee .image {
    position: relative;
    height: 270px;
  }
  #featured-projects .slick-list {
    max-height: 300px;
  }
}

@media screen and (max-width: 768px) {
	.employees-container .employee .mobile-bottom, .employees-container .employee .mobile-more {
		display: block;
	}
	.employees-container .employee .bottom-container {
		display: none;
	}
}
@media screen and (min-width: 769px) {
  .employees-container .employee {
    max-height: 300px;
  }
  .employees-container .employee.active {
    max-height: 1000px;
  }
  .employees-container .employee .image {
    position: absolute;
    /* height: 394px; */
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {

  .employees-container .employee .image {
    position: absolute;
    height: 394px;
    background-size: cover;
  }
}


@media (min-width:1025px) {
	.employees-container .employee .image {
		/* height: 510px; */
	}
}
.clr{
	clear:both;
}
.sort-container {
    float: right;
    line-height: 33px;
    top: 0;
    margin-top: 5px;
}
.search-container {
    float: left;
    max-width: 300px;
}
.search-container input#employee-search-input {
    width: 70%;
    float: left;
    border: solid 1px #eee;
    background: #fff;
    font-size: 14px;
    line-height: 15px;
    height: 40px;
	padding:0 10px;
}
.search-container input.employee-search {
    width: 30%;
    float: right;
    font-size: 12px;
    line-height: 26px;
    height: 40px;
    color: #fff;
    background: #000;
    border: 0;
}
.sort-container #orderby {
    border: solid 1px #eee;
    padding: 5px 10px;
    margin-left: 10px;
	line-height: 27px;
    font-size: 14px;
}
.search-container.fixed1 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    top: 34px;
    text-align: center;
    padding: 5px 0px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	z-index: 99999;
}
.search-container.fixed1 input#employee-search-input {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    float: none;
    display: inline;
}
.sort-container.fixed1 {
    top: 0px;
    padding: 5px 0;
	margin:0;
	z-index: 99999;
}
.search-container.fixed1 input.employee-search {
    max-width: 200px;
    float: none;
    display: inline;
    margin: 0 auto;
}
body.admin-bar .sort-container.fixed1{top: 32px;}
body.admin-bar .search-container.fixed1{top:66px;}
.sort-container.fixed1 select#orderby {
    height: 29px;
}
.employees-container .employee.active .bottom-container {
    padding-top: 0;
}

.employees-container .employee .bottom .bio {
    max-height: 340px;
    overflow: auto;
}
.filter-area {
    max-width: 1000px;
    margin: 0 auto 45px;
    margin-top: 50px;
    width: 100%;
}
@media (max-width:782px) {
	body.admin-bar .sort-container.fixed1{top: 46px;}
	body.admin-bar .search-container.fixed1{top:80px;}
	.search-container, .sort-container {
    margin: 10px auto;
    float: none;
    position: relative;
}
	.employees-container .employee{ margin:0 auto;}
}