/*
Global Variables

@import this file at the top of each page
template file to make variables available.
*/
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
@media screen and (max-width: 900px) {
  #navbar .bot-nav .site-logo path, #navbar .bot-nav .site-logo polygon {
    fill: #d5dde1 !important;
    -webkit-transition: fill 0.2s ease-out;
    -moz-transition: fill 0.2s ease-out;
    -ms-transition: fill 0.2s ease-out;
    -o-transition: fill 0.2s ease-out;
    transition: fill 0.2s ease-out;
  }
  #navbar .bot-nav .site-logo:hover path, #navbar .bot-nav .site-logo:hover polygon {
    fill: #474c52 !important;
  }
}

.banner .banner-text {
  display: flex;
  align-items: baseline;
  max-width: 80%;
}

@media screen and (max-width: 900px) {
  .banner .banner-text {
    display: block;
    max-width: 100%;
  }
}

.banner .banner-text img {
  height: 30px;
  margin-left: 10px;
}

@media screen and (max-width: 900px) {
  .banner .banner-text img {
    height: 24px;
    margin: 10px 0px 0px 0px;
    display: block;
  }
}

.banner .banner-text .primary-heading {
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .banner .banner-text .primary-heading {
    display: block;
    max-width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .banner .banner-img {
    width: 50%;
  }
}

@media screen and (max-width: 1400px) {
  .banner .banner-img {
    width: 40%;
  }
}

@media screen and (max-width: 900px) {
  .banner .banner-img {
    width: 100%;
    max-width: none;
  }
  .banner .banner-img img {
    position: absolute;
    right: 0px;
  }
}

.content-block .content-col:first-child {
  width: 25%;
  padding-right: 50px;
}

@media screen and (max-width: 1500px) {
  .content-block .content-col:first-child {
    width: 30%;
  }
}

@media screen and (max-width: 1100px) {
  .content-block .content-col:first-child {
    width: 100%;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 700px) {
  .content-block .content-col:first-child {
    padding: 0px 0px 10px 0px;
  }
}

.content-block .content-col:first-child .primary-heading {
  color: #0caefe;
  margin-top: 0px;
  max-width: 300px;
}

@media screen and (max-width: 1100px) {
  .content-block .content-col:first-child .primary-heading {
    max-width: none;
  }
}

.content-block .content-col:last-child {
  width: 75%;
}

@media screen and (max-width: 1500px) {
  .content-block .content-col:last-child {
    width: 70%;
  }
}

@media screen and (max-width: 1100px) {
  .content-block .content-col:last-child {
    width: 100%;
  }
}

.email {
  display: inline-block;
  padding: 0px 18px 0px 0px;
  background: url("/wp-content/themes/terrawest/images/shell/arrow-blue.png") right center no-repeat;
  background-size: 8px;
  margin-top: 15px;
  font-weight: 600;
}

.career-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3%;
}

@media screen and (max-width: 1100px) {
  .career-list {
    margin-bottom: -2%;
  }
}

@media screen and (max-width: 700px) {
  .career-list {
    padding-bottom: 10px;
  }
}

.career-list .career-item {
  width: 30.33333%;
  margin: 0px 3% 3% 0px;
  border: 1px solid #dcdcdc;
  padding: 25px 30px;
}

@media screen and (max-width: 1500px) {
  .career-list .career-item {
    width: 47%;
  }
}

@media screen and (max-width: 1100px) {
  .career-list .career-item {
    padding: 20px 25px;
    width: 48%;
    margin: 0px 2% 2% 0px;
  }
}

@media screen and (max-width: 700px) {
  .career-list .career-item {
    width: 100%;
    margin: 0px 0px 2% 0px;
  }
}

.career-list .career-item .location {
  font-size: 17px;
}

.career-list .career-item .career-contact {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-weight: 600;
  padding: 30px 0px 0px 0px;
}

@media screen and (max-width: 1100px) {
  .career-list .career-item .career-contact {
    padding: 20px 0px 0px 0px;
  }
}

.career-list .career-item .career-contact .more {
  color: #0caefe;
  font-weight: 400;
  cursor: pointer;
}

.career-list .career-item .career-contact .more:hover {
  color: #0190d6;
}

.post-wrap {
  display: none;
}

.post-wrap:first-child {
  display: block;
}

.posting {
  background: #ecf3f6;
  position: relative;
  border-top: 3px solid #0caefe;
  position: relative;
}

.posting:after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0px;
  height: 3px;
  background: #3fbffe;
  width: 65%;
}

.posting .post-section {
  padding: 4% 7.5% 3% 7.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 600px) {
  .posting .post-section {
    padding: 5% 6% 3% 6%;
  }
}

.posting .post-section:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 7.5%;
  right: 7.5%;
  height: 1px;
  background: #d4d4d4;
}

@media screen and (max-width: 600px) {
  .posting .post-section:after {
    left: 6%;
    right: 6%;
  }
}

.posting .post-section .post-col {
  width: 46%;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 1100px) {
  .posting .post-section .post-col {
    width: 47%;
  }
}

@media screen and (max-width: 900px) {
  .posting .post-section .post-col {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .posting .post-section .post-col:first-child {
    padding-bottom: 3%;
  }
}

.posting .post-section .post-col ul {
  list-style-type: none;
  padding: 0px;
}

.posting .post-section .post-col ul li {
  padding: 10px 0px 15px 60px;
  background: url("/wp-content/themes/terrawest/images/shell/check.svg") left top 7px no-repeat;
  background-size: 31px;
}

@media screen and (max-width: 1100px) {
  .posting .post-section .post-col ul li {
    padding: 10px 0px 10px 40px;
    background: url("/wp-content/themes/terrawest/images/shell/check.svg") left top 12px no-repeat;
    background-size: 20px;
  }
}

.posting .post-section .post-col .offers {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d4d4d4;
}

@media screen and (max-width: 900px) {
  .posting .post-section .post-col .offers {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.posting .post-section .post-wide {
  width: 100%;
  padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .posting .post-section .post-wide {
    padding-bottom: 10px;
  }
}

.posting .post-section .apply-col {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1500px) {
  .posting .post-section .apply-col {
    flex-wrap: wrap;
  }
}

.posting .post-section .apply-col .apply-text {
  padding-right: 50px;
}

@media screen and (max-width: 1500px) {
  .posting .post-section .apply-col .apply-text {
    width: 100%;
    padding-right: 0px;
  }
}

.posting .post-section .apply-col .apply-button {
  flex: 0 0 250px;
}

@media screen and (max-width: 1500px) {
  .posting .post-section .apply-col .apply-button {
    flex: 0 0 100%;
  }
}

.posting .post-section .apply-col .apply-button a {
  margin: 0px;
}

@media screen and (max-width: 1100px) {
  .posting .post-section .apply-col .apply-button a {
    margin-bottom: 15px;
  }
}
