@charset "UTF-8";
/*
Theme Name: crestron
Theme URI: https://crestron.com
description: Bootstrap Child Theme
Author: Grant Barnette
Author URI: http://shaker.com
Template: wp-bootstrap-starter
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

.page-sub-header {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .page-sub-header {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .page-sub-header {
    height: 70vh;
  }
}
.page-sub-header .left {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-sub-header .left h1 {
  font-family: "mark-pro-bold", sans-serif;
  font-size: 3.6rem;
  color: #004A80;
  letter-spacing: 7px;
  line-height: 5rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .page-sub-header .left h1 {
    font-size: 2.8rem;
  }
}
.page-sub-header .left h3 {
  color: #0F99D6;
  text-transform: uppercase;
  font-size: 2rem;
}
.page-sub-header .left p {
  font-family: "mark-pro-light", sans-serif;
  color: #41484F;
}
.page-sub-header .right {
  height: 89rem;
}
.page-sub-header .right.menu {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 10% 15% 20% 10%;
  z-index: 10;
  position: relative;
}
.page-sub-header .right.menu h2 a {
  color: white;
  font-size: 4rem;
  font-family: "mark-pro-medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 7px;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid white;
  margin-bottom: 6rem;
  display: block;
  width: 42rem;
  text-decoration: none;
}
.page-sub-header .right.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-sub-header .right.menu ul li a {
  font-family: "mark-pro-bold", sans-serif;
  font-size: 1.8rem;
  color: #979797;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4rem;
  display: block;
}
.page-sub-header .right.menu ul li a:hover {
  text-decoration: none;
  color: white;
}
.page-sub-header .sub-header {
  color: white;
  text-align: center;
  font-family: "mark-pro-medium", sans-serif;
}
@media (max-width: 767px) {
  .page-sub-header .sub-header {
    padding: 60px 20px 55px;
  }
}
@media (min-width: 768px) {
  .page-sub-header .sub-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}
@media (min-width: 992px) {
  .page-sub-header .sub-header {
    width: 60%;
  }
}
.page-sub-header .sub-header h1 {
  margin-bottom: 1.7rem;
}
@media (min-width: 768px) {
  .page-sub-header .sub-header h1 {
    font-size: 4.8rem;
    letter-spacing: 0.9rem;
  }
}
.page-sub-header .sub-header p {
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 2.4rem;
  color: white;
}
@media (min-width: 768px) {
  .page-sub-header .sub-header p {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
.page-sub-header .sub-header a.page-scroller {
  position: relative;
  top: 12.5rem;
  background: url("images/icon-path.png") center no-repeat;
  width: 6rem;
  height: 4rem;
  display: block;
  margin: auto;
  background-size: 50%;
}
@media (max-width: 767px) {
  .page-sub-header .sub-header a.page-scroller {
    display: none;
  }
}

.mobile-job-search a {
  display: none;
}
@media (max-width: 1199px) {
  .mobile-job-search a {
    text-align: center;
    display: block;
    background: black;
    line-height: 7rem;
    color: white;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1.15px;
    font-family: "mark-pro", sans-serif;
  }
}

h2 {
  font-family: "mark-pro", sans-serif;
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
  color: #004A80;
  font-weight: bold;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  h2 {
    margin-bottom: 3rem;
  }
}

h3 {
  font-family: "mark-pro", sans-serif;
  font-size: 3.6rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  h3 {
    margin-bottom: 1.5rem;
  }
}
h3.sub {
  font-size: 1.4rem;
  color: #0F99D6;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

p {
  font-family: "mark-pro", sans-serif;
  font-size: 1.3rem;
  color: #41484F;
}
@media (min-width: 768px) {
  p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

ul li {
  font-size: 1.6rem;
  font-family: "mark-pro-book", sans-serif;
  color: #41484F;
}

a.btn {
  border-width: 0.05rem;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "mark-pro-light", sans-serif;
  border-style: solid;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .left {
    width: 50%;
    float: left;
  }
}

@media (min-width: 768px) {
  .right {
    width: 50%;
    float: right;
  }
}

.container {
  max-width: 144rem;
}

.grey-bg {
  background-image: url("images/news-grid-bg.jpg");
  background-size: 50% 100%;
  background-position-x: 100%;
  background-repeat: repeat-y;
}

.news {
  height: 42rem;
  text-align: center;
  margin: 1rem;
  border: 1px solid #E5ECF2;
  padding: 14rem 5rem 0;
  background: white;
  color: #41484F;
  box-shadow: 0 0.3rem 0.7rem rgba(65, 72, 79, 0.1);
}
.news p {
  font-family: "mark-pro-light", sans-serif;
  margin-bottom: 1.5rem;
}

.job-career {
  text-align: center;
}
.job-career .left, .job-career .right {
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .job-career .left, .job-career .right {
    padding: 70px 5%;
  }
}
@media (min-width: 992px) {
  .job-career .left, .job-career .right {
    padding: 70px 7%;
  }
}
.job-career h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "mark-pro-book", sans-serif;
}
.job-career p {
  font-family: "mark-pro-book", sans-serif;
  margin-bottom: 3rem;
}
.job-career a.btn {
  font-size: 1.3rem;
  line-height: 3rem;
  width: 19rem;
}

.back-top {
  color: #0F99D6;
  display: none;
  font-size: 4rem;
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .back-top {
    display: none !important;
  }
}

h1.simple-head {
  width: 96%;
  max-width: 800px;
  font-family: "mark-pro-bold", sans-serif;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 7.2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1.simple-head {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 4.2px;
  }
}

p.calpp_sub {
  text-transform: uppercase;
  width: 96%;
  max-width: 600px;
}

#calpp p {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 38px;
  color: #41484F;
}
@media (max-width: 767px) {
  #calpp p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.2px;
  }
}
#calpp a.btn {
  text-transform: uppercase;
  background: #004A80;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.93px;
  width: 100%;
  max-width: 400px;
  display: inline-block;
  height: 60px;
}
#calpp a.btn div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#calpp a.btn div ._under {
  text-transform: none;
  font-style: italic;
  font-size: 9px;
  line-height: normal;
  display: inline-block;
  padding-top: 4px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#masthead {
  background: #ffffff !important;
  height: 7.5rem;
}
#masthead.navbar-light .navbar {
  padding: 2.4rem 0 0 0;
}
#masthead.navbar-light .navbar .navbar-brand img {
  height: 2rem;
  width: 17.5rem;
  padding-left: 1.5rem;
}
#masthead.navbar-light .navbar .navbar-nav .menu-item {
  text-transform: uppercase;
  font-family: "mark-pro-light", sans-serif;
  font-size: 1.1rem;
  padding: 0 1.5rem;
  letter-spacing: 1px;
}
#masthead.navbar-light .navbar .navbar-nav .menu-item a {
  color: #004A80 !important;
}
#masthead.navbar-light .navbar .navbar-nav .menu-item.active {
  font-family: "mark-pro-bold";
}
#masthead.navbar-light .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  font-size: 2rem;
  float: right;
}
#masthead.navbar-light .navbar #menu-item-1057 a {
  background: transparent;
  border-radius: 0;
  border: none !important;
  width: 14rem !important;
  color: white !important;
  text-align: center;
  font-family: "mark-pro-light", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: -0.25rem;
  background: #004A80 !important;
}
#masthead.navbar-light .navbar #menu-item-1057 a:hover {
  text-decoration: none;
}
#masthead.navbar-light .navbar #menu-item-1057 a:after {
  content: "";
  font-family: fontawesome;
  margin-left: 0.75rem;
}
@media (max-width: 1199px) {
  #masthead.navbar-light .navbar {
    position: relative;
    z-index: 10;
  }
  #masthead.navbar-light .navbar #main-nav {
    background: rgba(0, 0, 0, 0.8);
  }
  #masthead.navbar-light .navbar #main-nav .navbar-nav {
    padding: 0 3rem;
    margin-top: 10rem;
  }
  #masthead.navbar-light .navbar #main-nav .navbar-nav .menu-item {
    padding: 0;
    margin: 0 0 3rem 0;
    font-family: "mark-pro-bold", sans-serif;
    font-size: 1.6rem;
    height: 4.5rem;
    border-bottom: 1px solid #fff;
  }
  #masthead.navbar-light .navbar #main-nav .navbar-nav .menu-item a:after {
    content: "";
    background-image: url("/wp-content/themes/crestron/images/icon-path.png");
    background-size: 2rem 1rem;
    width: 2rem;
    height: 2rem;
    float: right;
    background-repeat: no-repeat;
  }
  #masthead.navbar-light .navbar #main-nav .navbar-nav #menu-item-1057.menu-item {
    border-bottom: 0;
  }
  #masthead.navbar-light .navbar #main-nav .navbar-nav #menu-item-1057.menu-item a {
    width: 100%;
    font-family: "mark-pro-bold", sans-serif;
    font-size: 1.6rem;
    padding: 2rem 0;
  }
  #masthead.navbar-light .navbar #main-nav .navbar-nav #menu-item-1057.menu-item a:after {
    background: none;
    content: "";
    font-family: fontawesome;
    margin-left: 0.75rem;
    float: none;
  }
}

/**/
.job-career {
  text-align: center;
}
@media (min-width: 768px) {
  .job-career {
    display: flex;
    align-items: stretch;
  }
}
.job-career .left {
  background: #004A80;
}
.job-career .left h2 {
  color: white;
}
.job-career .left p {
  color: white;
}
.job-career .left a.btn {
  border-color: white;
  color: white;
  text-transform: uppercase;
}
.job-career .right {
  background: #E5ECF2;
}
.job-career .right h2 {
  color: #41484F;
}
.job-career .right p {
  color: #41484F;
}
.job-career .right a.btn {
  border-color: #41484F;
  color: #41484F;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center !important;
  }
}

footer {
  background: #ffffff !important;
}
@media (max-width: 767px) {
  footer .text-right {
    text-align: center !important;
  }
}
footer .site-info {
  padding: 30px 20px;
}
@media (min-width: 992px) {
  footer .site-info {
    padding: 8rem 8rem;
  }
}
footer .site-info img {
  height: 3rem;
  width: 25rem;
  margin-bottom: 20px;
}
footer .site-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .site-info ul li {
  display: inline;
}
footer .site-info ul li a {
  color: #004A80 !important;
  font-size: 1.8rem;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  footer .site-info ul li a {
    font-size: 3rem;
  }
}
footer .site-info ul li a:hover {
  text-decoration: none;
}
footer .site-info .menu {
  border-top: 1px solid #004A80 !important;
  margin-top: 3rem;
  padding-top: 3rem;
}
footer .site-info .menu ul li {
  padding: 0 10px;
}
@media (max-width: 767px) {
  footer .site-info .menu ul li {
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .site-info .menu ul li:nth-child(1) {
    padding: 0 2rem 0 0;
  }
}
footer .site-info .menu ul li a {
  font-family: "mark-pro-book", sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer .site-info .copyright {
  margin-top: 30px;
}
@media (min-width: 768px) {
  footer .site-info .copyright {
    margin-top: 6rem;
  }
}
@media (min-width: 992px) {
  footer .site-info .copyright {
    margin-top: 10rem;
  }
}
footer .site-info .copyright p {
  color: #979797;
  padding-bottom: 3rem;
}
footer .site-info .copyright p:nth-child(1) {
  border-bottom: 1px solid #979797;
  margin-bottom: 3rem;
  font-family: "mark-pro-light", sans-serif;
}
footer .site-info .copyright ul li {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  footer .site-info .copyright ul li {
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .site-info .copyright ul li:nth-child(1) {
    padding: 0 2rem 0 0;
  }
}
footer .site-info .copyright ul li a {
  font-size: 1.3rem;
  font-family: "mark-pro-light", sans-serif;
}

@font-face {
  font-family: "mark-pro";
  src: url("fonts/MarkPro.eot");
  src: url("fonts/MarkPro.eot") format("embedded-opentype"), url("fonts/MarkPro.woff") format("woff"), url("fonts/MarkPro.ttf") format("truetype"), url("fonts/MarkPro.svg#mark-pro") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-bold";
  src: url("fonts/MarkProBold.eot");
  src: url("fonts/MarkProBold.eot") format("embedded-opentype"), url("fonts/MarkProBold.woff") format("woff"), url("fonts/MarkProBold.ttf") format("truetype"), url("fonts/MarkProBold.svg#mark-pro-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-black";
  src: url("fonts/MarkProBlack.eot");
  src: url("fonts/MarkProBlack.eot") format("embedded-opentype"), url("fonts/MarkProBlack.woff") format("woff"), url("fonts/MarkProBlack.ttf") format("truetype"), url("fonts/MarkProBlack.svg#mark-pro-black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-bold-italic";
  src: url("fonts/MarkProBoldItalic.eot");
  src: url("fonts/MarkProBoldItalic.eot") format("embedded-opentype"), url("fonts/MarkProBoldItalic.woff") format("woff"), url("fonts/MarkProBoldItalic.ttf") format("truetype"), url("fonts/MarkProBoldItalic.svg#mark-pro-bold-italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-book";
  src: url("fonts/MarkProBook.eot");
  src: url("fonts/MarkProBook.eot") format("embedded-opentype"), url("fonts/MarkProBook.woff") format("woff"), url("fonts/MarkProBook.ttf") format("truetype"), url("fonts/MarkProBook.svg#mark-pro-book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-cond";
  src: url("fonts/MarkProCond.eot");
  src: url("fonts/MarkProCond.eot") format("embedded-opentype"), url("fonts/MarkProCond.woff") format("woff"), url("fonts/MarkProCond.ttf") format("truetype"), url("fonts/MarkProCond.svg#mark-pro-cond") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-cond-black";
  src: url("fonts/MarkProCondBlack.eot");
  src: url("fonts/MarkProCondBlack.eot") format("embedded-opentype"), url("fonts/MarkProCondBlack.woff") format("woff"), url("fonts/MarkProCondBlack.ttf") format("truetype"), url("fonts/MarkProCondBlack.svg#mark-pro-cond-black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-cond-bold";
  src: url("fonts/MarkProCondBold.eot");
  src: url("fonts/MarkProCondBold.eot") format("embedded-opentype"), url("fonts/MarkProCondBold.woff") format("woff"), url("fonts/MarkProCondBold.ttf") format("truetype"), url("fonts/MarkProCondBold.svg#mark-pro-cond-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-cond-light";
  src: url("fonts/MarkProCondLight.eot");
  src: url("fonts/MarkProCondLight.eot") format("embedded-opentype"), url("fonts/MarkProCondLight.woff") format("woff"), url("fonts/MarkProCondLight.ttf") format("truetype"), url("fonts/MarkProCondLight.svg#mark-pro-cond-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-cond-medium";
  src: url("fonts/MarkProCondMedium.eot");
  src: url("fonts/MarkProCondMedium.eot") format("embedded-opentype"), url("fonts/MarkProCondMedium.woff") format("woff"), url("fonts/MarkProCondMedium.ttf") format("truetype"), url("fonts/MarkProCondMedium.svg#mark-pro-cond-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-ext-light";
  src: url("fonts/MarkProExtLight.eot");
  src: url("fonts/MarkProExtLight.eot") format("embedded-opentype"), url("fonts/MarkProExtLight.woff") format("woff"), url("fonts/MarkProExtLight.ttf") format("truetype"), url("fonts/MarkProExtLight.svg#mark-pro-ext-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-heavy";
  src: url("fonts/MarkProHeavy.eot");
  src: url("fonts/MarkProHeavy.eot") format("embedded-opentype"), url("fonts/MarkProHeavy.woff") format("woff"), url("fonts/MarkProHeavy.ttf") format("truetype"), url("fonts/MarkProHeavy.svg#mark-pro-heavy") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-italic";
  src: url("fonts/MarkProItalic.eot");
  src: url("fonts/MarkProItalic.eot") format("embedded-opentype"), url("fonts/MarkProItalic.woff") format("woff"), url("fonts/MarkProItalic.ttf") format("truetype"), url("fonts/MarkProItalic.svg#mark-pro-italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-light";
  src: url("fonts/MarkProLight.eot");
  src: url("fonts/MarkProLight.eot") format("embedded-opentype"), url("fonts/MarkProLight.woff") format("woff"), url("fonts/MarkProLight.ttf") format("truetype"), url("fonts/MarkProLight.svg#mark-pro-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-light-italic";
  src: url("fonts/MarkProLightItalic.eot");
  src: url("fonts/MarkProLightItalic.eot") format("embedded-opentype"), url("fonts/MarkProLightItalic.woff") format("woff"), url("fonts/MarkProLightItalic.ttf") format("truetype"), url("fonts/MarkProLightItalic.svg#mark-pro-light-italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-medium";
  src: url("fonts/MarkProMedium.eot");
  src: url("fonts/MarkProMedium.eot") format("embedded-opentype"), url("fonts/MarkProMedium.woff") format("woff"), url("fonts/MarkProMedium.ttf") format("truetype"), url("fonts/MarkProMedium.svg#mark-pro-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-medium-italic";
  src: url("fonts/MarkProMediumItalic.eot");
  src: url("fonts/MarkProMediumItalic.eot") format("embedded-opentype"), url("fonts/MarkProMediumItalic.woff") format("woff"), url("fonts/MarkProMediumItalic.ttf") format("truetype"), url("fonts/MarkProMediumItalic.svg#mark-pro-medium-italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mark-pro-thin";
  src: url("fonts/MarkProThin.eot");
  src: url("fonts/MarkProThin.eot") format("embedded-opentype"), url("fonts/MarkProThin.woff") format("woff"), url("fonts/MarkProThin.ttf") format("truetype"), url("fonts/MarkProThin.svg#mark-pro-thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
.home .page-sub-header {
  background: url("images/crestron-hero.png") center no-repeat;
  background-size: cover !important;
}
.home .page-sub-header .right.menu {
  left: 50%;
}
.home .box {
  height: 250px;
}
@media (min-width: 768px) {
  .home .box {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .home .section-1 {
    display: flex;
  }
}
.home .section-1 .left {
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .home .section-1 .left {
    padding: 5% 5%;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .home .section-1 .left {
    padding: 5% 10%;
  }
}
.home .section-1 .right .box {
  overflow: hidden;
}
@media (max-width: 767px) {
  .home .section-1 .right .box {
    height: 100%;
  }
}
.home .section-1 .right .box img {
  float: right;
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (max-width: 767px) {
  .home .section-1 .right .box img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .home .section-2 {
    display: flex;
  }
}
.home .section-2 .left .box {
  overflow: hidden;
}
.home .section-2 .left .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
.home .section-2 .right {
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .home .section-2 .right {
    padding: 5% 5%;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .home .section-2 .right {
    padding: 5% 10%;
  }
}
@media (min-width: 768px) {
  .home .section-3 {
    display: flex;
  }
}
@media (max-width: 767px) {
  .home .section-3 img {
    position: relative;
    bottom: 75px;
  }
}
.home .section-3 .left {
  padding: 0px 20px 35px 20px;
}
@media (min-width: 768px) {
  .home .section-3 .left {
    padding: 5% 5%;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .home .section-3 .left {
    padding: 5% 10%;
  }
}
.home .section-3 .right .box {
  overflow: hidden;
}
.home .section-3 .right .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
.home #time {
  background-color: #004A80;
  height: 80rem;
  padding: 13rem;
}
@media (max-width: 767px) {
  .home #time {
    display: none;
  }
}
.home .time-line {
  height: 540px;
  overflow-y: scroll;
}
.home .time-line .century {
  position: sticky;
  top: -1px;
}
.home .time-line .century h1 {
  width: 14rem;
  height: 100%;
  color: white;
  font-size: 10rem;
  float: left;
  font-family: "mark-pro", sans-serif;
  font-weight: normal;
  margin-top: 3px !important;
  text-align: right;
  background: #004A80;
}
.home .time-line .nineteen, .home .time-line .twenty {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.home .time-line .nineteen .year, .home .time-line .twenty .year {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 0.5px solid white;
  color: white;
  width: 100%;
}
.home .time-line .nineteen .year .number, .home .time-line .twenty .year .number {
  font-family: "mark-pro", sans-serif;
  font-size: 10rem;
  width: 20rem;
  line-height: 9rem;
}
.home .time-line .nineteen .year p, .home .time-line .twenty .year p {
  flex-grow: 2;
  font-size: 1.8rem;
  color: white;
  width: min-content;
  padding-right: 2rem;
}
.home .time-line .twenty {
  padding-bottom: 20px;
}
.home .grey-bg {
  padding-bottom: 20rem;
}
.home .section-4 {
  overflow: hidden;
}
@media (min-width: 768px) {
  .home .section-4 {
    display: flex;
    background: linear-gradient(to right, rgba(229, 236, 242, 0.5) 50%, #E5ECF2 50%);
  }
}
@media (min-width: 768px) {
  .home .section-4 {
    max-height: 99rem;
  }
}
.home .section-4 .left {
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .home .section-4 .left {
    padding: 5% 5%;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .home .section-4 .left {
    padding: 5% 10%;
  }
}
.home .section-4 .right .loc-1, .home .section-4 .right .loc-2, .home .section-4 .right .loc-3 {
  position: relative;
  height: 200px;
}
@media (min-width: 768px) {
  .home .section-4 .right .loc-1, .home .section-4 .right .loc-2, .home .section-4 .right .loc-3 {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .home .section-4 .right .loc-1, .home .section-4 .right .loc-2, .home .section-4 .right .loc-3 {
    height: 33rem;
  }
}
.home .section-4 .right .loc-1 img, .home .section-4 .right .loc-2 img, .home .section-4 .right .loc-3 img {
  height: 100%;
  width: 100%;
}
.home .section-4 .right .loc-1 .overlay, .home .section-4 .right .loc-2 .overlay, .home .section-4 .right .loc-3 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .home .section-4 .right .loc-1 .overlay, .home .section-4 .right .loc-2 .overlay, .home .section-4 .right .loc-3 .overlay {
    opacity: 0;
  }
}
.home .section-4 .right .loc-1 .overlay:hover, .home .section-4 .right .loc-2 .overlay:hover, .home .section-4 .right .loc-3 .overlay:hover {
  opacity: 1;
}
.home .section-4 .right .loc-1 .overlay .copy, .home .section-4 .right .loc-2 .overlay .copy, .home .section-4 .right .loc-3 .overlay .copy {
  position: absolute;
  bottom: 0;
  padding: 0 0 20px 30px;
}
@media (min-width: 992px) {
  .home .section-4 .right .loc-1 .overlay .copy, .home .section-4 .right .loc-2 .overlay .copy, .home .section-4 .right .loc-3 .overlay .copy {
    padding: 0 0 6rem 6rem;
  }
}
.home .section-4 .right .loc-1 .overlay .copy h3, .home .section-4 .right .loc-2 .overlay .copy h3, .home .section-4 .right .loc-3 .overlay .copy h3 {
  color: white;
  text-transform: uppercase;
  font-family: "mark-pro-medium", sans-serif;
  font-size: 1.4rem;
}
.home .section-4 .right .loc-1 .overlay .copy h2, .home .section-4 .right .loc-2 .overlay .copy h2, .home .section-4 .right .loc-3 .overlay .copy h2 {
  color: white;
  font-family: "mark-pro-medium", sans-serif;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .home .section-5 {
    max-height: 44rem;
    overflow: hidden;
    display: flex;
    align-items: stretch;
  }
}
.home .section-5 a.btn {
  border-color: #41484F;
  padding: 1rem 2rem;
}
.home .section-5 .left {
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .home .section-5 .left {
    padding: 5% 5%;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .home .section-5 .left {
    padding: 5% 10%;
  }
}
@media (max-width: 767px) {
  .home .section-5 .right {
    height: 250px;
    overflow: hidden;
  }
}
.home .section-5 .right .box {
  overflow: hidden;
}
.home .section-5 .right .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (max-width: 767px) {
  .home .section-5 .right .box img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .home .section-5 .right .box img {
    height: 100%;
  }
}

.life .page-sub-header {
  background-image: url("/wp-content/themes/crestron/images/life-hero.jpg");
}
.life .page-sub-header h1 {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .life .section-1 {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .life .section-1 {
    padding-top: 0px;
    background: linear-gradient(to right, #E5ECF2 50%, white 50%);
  }
}
.life .section-1 .left .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (max-width: 767px) {
  .life .section-1 .left .box {
    display: block;
    height: auto;
  }
}
@media (min-width: 768px) {
  .life .section-1 .left .box {
    float: right;
    width: 100%;
    height: auto;
  }
}
.life .section-1 .right {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .life .section-2 {
    display: flex;
    background: linear-gradient(to right, #E5ECF2 50%, white 50%);
  }
}
.life .section-2 .left {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.life .section-2 .right .box {
  overflow: hidden;
  float: left;
  width: 100%;
}
.life .section-2 .right .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
.life .section-3 {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (min-width: 768px) {
  .life .section-3 {
    padding: 0px;
    display: flex;
  }
}
.life .section-3 .left {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.life .section-3 .right .box {
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .life .section-3 .right .box {
    width: 100%;
    height: auto;
  }
}
.life .section-3 .right .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (min-width: 768px) {
  .life .section-4 {
    background: linear-gradient(to right, #E5ECF2 50%, white 50%);
    display: flex;
  }
}
.life .section-4 .left {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.life .section-4 .right .box {
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .life .section-4 .right .box {
    width: 100%;
    height: auto;
  }
}
.life .section-4 .right .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
.life .section-5 {
  position: relative;
}
@media (min-width: 768px) {
  .life .section-5 {
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
    display: flex;
  }
}
.life .section-5 .left {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.life .section-5 .right .box {
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .life .section-5 .right .box {
    width: 100%;
    height: auto;
  }
}
.life .section-5 .right .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
.life .section-6 {
  background: #E5ECF2;
}
@media (min-width: 768px) {
  .life .section-6 {
    display: flex;
  }
}
.life .section-6 .left {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.life .section-6 .right .box {
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .life .section-6 .right .box {
    width: 100%;
    height: auto;
  }
}
.life .section-6 .right .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
.life .section-7 {
  position: relative;
}
@media (min-width: 768px) {
  .life .section-7 {
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
    display: flex;
  }
}
.life .section-7 .left {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.life .section-7 .right .box {
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .life .section-7 .right .box {
    width: 100%;
    height: auto;
  }
}
.life .section-7 .right .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (min-width: 768px) {
  .life .section-8 {
    display: flex;
  }
}
.life .section-8 .left {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.life .section-8 .box {
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .life .section-8 .box {
    width: 100%;
    height: auto;
  }
}
.life .section-8 .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (min-width: 768px) {
  .life .section-9 {
    display: flex;
  }
}
@media (max-width: 767px) {
  .life .section-9 .left {
    display: none;
  }
}
@media (min-width: 768px) {
  .life .section-9 .left {
    padding-top: 0px;
  }
}
.life .section-9 .left .box {
  overflow: hidden;
}
@media (min-width: 768px) {
  .life .section-9 .left .box {
    width: 100%;
    height: auto;
  }
}
.life .section-9 .left .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
.life .section-9 .right {
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .life .section-9 .right {
    padding: 5% 5%;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .life .section-9 .right {
    padding: 5%;
  }
}

.career-areas .page-sub-header {
  background: url("images/career-areas-hero.jpg") center no-repeat;
  background-size: cover;
}
.career-areas .page-sub-header h1 {
  text-transform: uppercase;
}
.career-areas h2 {
  font-size: 2.4rem;
  font-family: "mark-pro-bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-weight: normal;
}
.career-areas p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .career-areas p {
    margin-bottom: 4.5rem;
  }
}
.career-areas .site-content a.btn {
  line-height: 4.5rem;
  border-color: #41484F;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding-bottom: 0 2rem;
}
@media (min-width: 768px) {
  .career-areas .site-content a.btn {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .career-areas .section-3 img {
    position: relative;
    bottom: 125px;
  }
}
@media (max-width: 767px) {
  .career-areas .section-1 img, .career-areas .section-4 img, .career-areas .section-5 img, .career-areas .section-6 img {
    position: relative;
    bottom: 75px;
  }
}
.career-areas .section-1, .career-areas .section-2, .career-areas .section-3, .career-areas .section-4, .career-areas .section-5, .career-areas .section-6 {
  display: flex;
}
@media (max-width: 767px) {
  .career-areas .section-1, .career-areas .section-2, .career-areas .section-3, .career-areas .section-4, .career-areas .section-5, .career-areas .section-6 {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .career-areas .section-1, .career-areas .section-2, .career-areas .section-3, .career-areas .section-4, .career-areas .section-5, .career-areas .section-6 {
    height: 550px;
  }
}
@media (min-width: 992px) {
  .career-areas .section-1, .career-areas .section-2, .career-areas .section-3, .career-areas .section-4, .career-areas .section-5, .career-areas .section-6 {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .career-areas .section-2 .left, .career-areas .section-4 .left, .career-areas .section-6 .left {
    order: 2;
  }
}
.career-areas .section-1 .left, .career-areas .section-2 .right, .career-areas .section-3 .left, .career-areas .section-4 .right, .career-areas .section-5 .left, .career-areas .section-6 .right {
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .career-areas .section-1 .left, .career-areas .section-2 .right, .career-areas .section-3 .left, .career-areas .section-4 .right, .career-areas .section-5 .left, .career-areas .section-6 .right {
    padding: 5% 5%;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .career-areas .section-1 .left, .career-areas .section-2 .right, .career-areas .section-3 .left, .career-areas .section-4 .right, .career-areas .section-5 .left, .career-areas .section-6 .right {
    padding: 5%;
  }
}
.career-areas .box {
  overflow: hidden;
}
@media (max-width: 767px) {
  .career-areas .box {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .career-areas .box {
    height: 100%;
  }
}
.career-areas .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (max-width: 767px) {
  .career-areas .box img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .career-areas .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1570px) {
  .career-areas .box img {
    width: 100%;
    height: auto;
  }
}

.marketing .copy-section {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .marketing .section-1 img, .marketing .section-2 img, .marketing .section-3 img, .marketing .section-4 img, .marketing .section-5 img, .marketing .section-6 img, .marketing .section-7 img {
    position: relative;
    bottom: 75px;
  }
}
.marketing svg {
  width: 30px;
  margin-right: 25px;
}
.marketing .page-sub-header {
  background-color: #E5ECF2;
  background-image: url("images/market-hero-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .marketing .page-sub-header {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/wp-content/uploads/2020/10/marketing.jpg");
    background-size: cover;
  }
  .marketing .page-sub-header .left {
    padding: 5%;
  }
  .marketing .page-sub-header .left h3 {
    display: none;
  }
  .marketing .page-sub-header .left h1, .marketing .page-sub-header .left p {
    color: white;
    text-align: center;
  }
}
.marketing .page-sub-header .left {
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .marketing .page-sub-header .left {
    background-color: transparent;
  }
}
.marketing .section-1 .box img, .marketing .section-2 .box img, .marketing .section-4 .box img, .marketing .section-5 .box img, .marketing .section-6 .box img, .marketing .section-7 .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
.marketing .section-2 {
  background: #E5ECF2;
}
.marketing .section-7 .bottom {
  position: absolute;
  width: 65%;
  height: auto;
}
@media (min-width: 992px) {
  .marketing .section-7 .bottom {
    width: 75%;
  }
}
.marketing .section-3 {
  display: flex;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
}
.marketing .section-3 .right {
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .marketing .section-3 .right {
    padding: 10rem 0;
  }
}
.marketing .section-3 .right .col {
  height: 50px;
}
.marketing .section-3 .right a {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #004A80;
  font-family: "mark-pro-medium", sans-serif;
}
.marketing .section-3 .right a:hover {
  color: #0F99D6;
  text-decoration: none;
}
.marketing .section-8 {
  background: #E5ECF2;
  padding-bottom: 5rem;
}
.marketing .section-8 img.bottom {
  width: 50%;
  position: absolute;
  right: 0;
  z-index: 20;
}
.marketing .section-8 #pcp_wrapper-1027 h2.pcp-section-title {
  font-size: 3.6rem;
  padding: 6%;
  color: #004A80;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .marketing .section-8 #pcp_wrapper-1027 h2.pcp-section-title {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .marketing .section-8 #pcp_wrapper-1027 h2.pcp-section-title {
    width: 47%;
  }
}
.marketing .section-8 .pcp-carousel-wrapper .pcp-button-next.top_right, .marketing .section-8 .pcp-carousel-wrapper .pcp-button-prev.top_right {
  top: 30rem;
  left: 40%;
}
@media (max-width: 991px) {
  .marketing .section-8 .pcp-carousel-wrapper .pcp-button-next.top_right, .marketing .section-8 .pcp-carousel-wrapper .pcp-button-prev.top_right {
    display: none;
  }
}
.marketing .section-8 .pcp-carousel-wrapper .pcp-button-prev.top_right {
  left: 15%;
  right: auto;
}
.marketing .section-8 .pcp-carousel-wrapper h2.sp-pcp-title a {
  color: #41484F;
  font-weight: bold;
  font-size: 1.8rem;
}
.marketing .section-8 .pcp-carousel-wrapper ul li {
  color: #41484F;
  font-size: 1.8rem;
  line-height: 3rem;
}
.marketing .section-8 .pcp-carousel-wrapper .sp-pcp-carousel {
  background: linear-gradient(white, rgba(255, 255, 255, 0));
  padding: 0;
  margin-left: 6%;
}
.marketing .section-8 a.button {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  background: white;
  border: 0;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  bottom: 20%;
  color: #41484F;
  padding: 1rem 2rem;
  display: block;
  width: 32.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .administration .section-4 img, .administration .section-5 img, .administration .section-6 img {
    position: relative;
    bottom: 75px;
  }
}
.administration svg {
  width: 30px;
  margin-right: 25px;
}
.administration .page-sub-header {
  background-color: #E5ECF2;
  background-image: url("/wp-content/themes/crestron/images/admin-ops-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .administration .page-sub-header {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/wp-content/uploads/2020/10/admin-ops.jpg");
    background-size: cover;
  }
  .administration .page-sub-header .left {
    padding: 0 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .administration .page-sub-header .left h3 {
    display: none;
  }
  .administration .page-sub-header .left h1, .administration .page-sub-header .left p {
    color: white;
    text-align: center;
  }
}
.administration .section-1 .right {
  background: #E5ECF2;
}
.administration .section-1 .copy {
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .administration .section-1 .copy {
    padding: 5% 5%;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .administration .section-1 .copy {
    padding: 15% 10%;
  }
}
.administration .section-2 {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}
.administration .section-2 .left {
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .administration .section-2 .left {
    padding: 5% 5%;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .administration .section-2 .left {
    padding: 5%;
  }
}
.administration .section-2 .right {
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .administration .section-2 .right {
    padding: 10rem 0;
  }
}
.administration .section-2 .right .col {
  height: 50px;
}
.administration .section-2 .right a {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #004A80;
  font-family: "mark-pro-medium", sans-serif;
}
.administration .section-2 .right a:hover {
  color: #0F99D6;
  text-decoration: none;
}
.administration .section-3 .left {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.administration .section-3 .right .box {
  overflow: hidden;
}
.administration .section-3 .right .box img {
  transform: scale3d(1.2, 1.2, 1.2);
}
.administration .section-4 .left .box {
  overflow: hidden;
}
.administration .section-4 .left .box img {
  transform: scale3d(1.2, 1.2, 1.2);
}
.administration .section-4 .right {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.administration .section-5 .left {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.administration .section-5 .right .box {
  overflow: hidden;
}
.administration .section-5 .right .box img {
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (min-width: 1570px) {
  .administration .section-5 .right .box img {
    height: auto;
    width: 100%;
  }
}
.administration .section-6 .left .box img {
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (min-width: 1570px) {
  .administration .section-6 .left .box img {
    height: auto;
    width: 100%;
  }
}
.administration .section-6 .right {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sales .copy-section {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .sales .section-1 img, .sales .section-2 img, .sales .section-3 img, .sales .section-4 img, .sales .section-5 img, .sales .section-6 img, .sales .section-7 img {
    position: relative;
    bottom: 75px;
  }
}
.sales svg {
  width: 30px;
  margin-right: 25px;
}
.sales .page-sub-header {
  background-color: #E5ECF2;
  background-image: url("images/sales-hero-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sales .page-sub-header {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/wp-content/uploads/2020/10/sales.jpg");
    background-size: cover;
  }
  .sales .page-sub-header .left {
    padding: 5%;
  }
  .sales .page-sub-header .left h3 {
    display: none;
  }
  .sales .page-sub-header .left h1, .sales .page-sub-header .left p {
    color: white;
    text-align: center;
  }
}
.sales .page-sub-header .left {
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .sales .page-sub-header .left {
    background-color: transparent;
  }
}
.sales .section-1 .box img, .sales .section-2 .box img, .sales .section-4 .box img, .sales .section-5 .box img, .sales .section-6 .box img, .sales .section-7 .box img, .sales .section-8 .box img {
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (min-width: 1570px) {
  .sales .section-1 .box img, .sales .section-2 .box img, .sales .section-4 .box img, .sales .section-5 .box img, .sales .section-6 .box img, .sales .section-7 .box img, .sales .section-8 .box img {
    height: auto;
    width: 100%;
  }
}
.sales .section-2 {
  background: #E5ECF2;
}
.sales .section-3 {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
}
.sales .section-3 .right {
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .sales .section-3 .right {
    padding: 10rem 0;
  }
}
.sales .section-3 .right a {
  font-size: 2rem;
  color: #004A80;
  font-family: "mark-pro-medium", sans-serif;
}
.sales .section-3 .right a:hover {
  color: #0F99D6;
  text-decoration: none;
}

.sales-support .copy-section {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .sales-support .section-1 img, .sales-support .section-2 img, .sales-support .section-3 img, .sales-support .section-4 img, .sales-support .section-6 img, .sales-support .section-7 img, .sales-support .section-8 img, .sales-support .section-9 img, .sales-support .section-10 img, .sales-support .section-11 img {
    position: relative;
    bottom: 75px;
  }
}
.sales-support svg {
  width: 30px;
  margin-right: 25px;
}
.sales-support .page-sub-header {
  background-color: #E5ECF2;
  background-image: url("images/sales-supp-hero-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sales-support .page-sub-header {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/wp-content/uploads/2020/10/sales-support.jpg");
    background-size: cover;
  }
  .sales-support .page-sub-header .left {
    padding: 5%;
  }
  .sales-support .page-sub-header .left h3 {
    display: none;
  }
  .sales-support .page-sub-header .left h1, .sales-support .page-sub-header .left p {
    color: white;
    text-align: center;
  }
}
.sales-support .page-sub-header .left {
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .sales-support .page-sub-header .left {
    background-color: transparent;
  }
}
.sales-support .section-1 .box img, .sales-support .section-2 .box img, .sales-support .section-4 .box img, .sales-support .section-5 .box img, .sales-support .section-6 .box img, .sales-support .section-7 .box img, .sales-support .section-8 .box img, .sales-support .section-9 .box img, .sales-support .section-10 .box img, .sales-support .section-11 .box img {
  transform: scale3d(1.2, 1.2, 1.2);
}
.sales-support .section-1 .right, .sales-support .section-2 .left {
  display: flex;
  align-items: center;
}
.sales-support .section-2, .sales-support .section-4, .sales-support .section-6, .sales-support .section-8, .sales-support .section-10 {
  background: #E5ECF2;
}
.sales-support .section-5, .sales-support .section-7, .sales-support .section-9, .sales-support .section-11 {
  background: #E5ECF2;
}
.sales-support .section-3 {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}
.sales-support .section-3 .left {
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .sales-support .section-3 .left {
    padding: 5% 5%;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .sales-support .section-3 .left {
    padding: 5%;
  }
}
.sales-support .section-3 .right {
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .sales-support .section-3 .right {
    padding: 10rem 0;
  }
}
.sales-support .section-3 .right .col {
  height: 50px;
  display: inline-block;
}
.sales-support .section-3 .right a {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #004A80;
  font-family: "mark-pro-medium", sans-serif;
}
.sales-support .section-3 .right a:hover {
  color: #0F99D6;
  text-decoration: none;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.side-by-side {
  display: flex;
}
@media (max-width: 767px) {
  .side-by-side {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .side-by-side {
    height: auto;
  }
}
@media (min-width: 992px) {
  .side-by-side {
    height: auto;
  }
}
@media (max-width: 767px) {
  .side-by-side .order-2-mobile {
    order: 2;
  }
}
.side-by-side .copy-section {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.side-by-side .box {
  overflow: hidden;
}
@media (min-width: 768px) {
  .side-by-side .box {
    height: 100%;
  }
}
.side-by-side .box img {
  width: 100%;
}
@media (max-width: 767px) {
  .side-by-side .box img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .side-by-side .box img {
    height: 100%;
  }
}
@media (min-width: 1570px) {
  .side-by-side .box img {
    height: auto;
    width: 100%;
  }
}

.engineering svg {
  width: 30px;
  margin-right: 25px;
}
.engineering .page-sub-header {
  background-color: #E5ECF2;
  background-image: url("images/engineering-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .engineering .page-sub-header {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/wp-content/uploads/2020/10/engineering.jpg");
    background-size: cover;
  }
  .engineering .page-sub-header .left {
    padding: 5%;
  }
  .engineering .page-sub-header .left h3 {
    display: none;
  }
  .engineering .page-sub-header .left h1, .engineering .page-sub-header .left p {
    color: white;
    text-align: center;
  }
}
.engineering .section-1 img {
  transform: scale3d(1.2, 1.2, 1.2);
}
.engineering .section-2 {
  background: #E5ECF2;
}
.engineering .section-2 img {
  width: 115%;
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (min-width: 1570px) {
  .engineering .section-2 img {
    margin-left: 0;
  }
}
.engineering .section-3 {
  display: flex;
  background: white;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.engineering .section-3 .left {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.engineering .section-3 .right {
  padding: 10rem 0;
}
.engineering .section-3 .right a {
  font-size: 2rem;
  color: #004A80;
  font-family: "mark-pro-medium", sans-serif;
}
.engineering .section-3 .right a:hover {
  color: #0F99D6;
  text-decoration: none;
}
.engineering .section-4 img, .engineering .section-5 img, .engineering .section-6 img, .engineering .section-7 img {
  transform: scale3d(1.2, 1.2, 1.2);
}

.manufacturing .copy-section {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .manufacturing .section-2 img, .manufacturing .section-3 img, .manufacturing .section-4 img, .manufacturing .section-5 img, .manufacturing .section-6 img, .manufacturing .section-7 img {
    position: relative;
    bottom: 75px;
  }
}
.manufacturing svg {
  width: 30px;
  margin-right: 25px;
}
.manufacturing .page-sub-header {
  background-color: #E5ECF2;
  background-image: url("images/man-hero-bg-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .manufacturing .page-sub-header {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/wp-content/uploads/2020/10/manufacturing.jpg");
    background-size: cover;
  }
  .manufacturing .page-sub-header .left {
    padding: 5%;
  }
  .manufacturing .page-sub-header .left h3 {
    display: none;
  }
  .manufacturing .page-sub-header .left h1, .manufacturing .page-sub-header .left p {
    color: white;
    text-align: center;
  }
}
.manufacturing .page-sub-header .left {
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .manufacturing .page-sub-header .left {
    background-color: transparent;
  }
}
.manufacturing .section-1 .box img {
  transform: scale3d(1.2, 1.2, 1.2);
}
.manufacturing .section-2 {
  background: #E5ECF2;
}
.manufacturing .section-2 img {
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (min-width: 1570px) {
  .manufacturing .section-2 img {
    margin-left: 0;
  }
}
.manufacturing .section-3 {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}
.manufacturing .section-3 .right {
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .manufacturing .section-3 .right {
    padding: 10rem 0;
  }
}
.manufacturing .section-3 .right a {
  font-size: 2rem;
  font-family: "mark-pro-medium", sans-serif;
  color: #004A80;
}
.manufacturing .section-3 .right a:hover {
  color: #0F99D6;
  text-decoration: none;
}
.manufacturing .section-4 .box img, .manufacturing .section-5 .box img, .manufacturing .section-6 .box img, .manufacturing .section-7 .box img {
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (min-width: 1570px) {
  .manufacturing .section-4 .box img, .manufacturing .section-5 .box img, .manufacturing .section-6 .box img, .manufacturing .section-7 .box img {
    height: auto;
    width: 100%;
  }
}

.campus-recruiting .copy-section {
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.campus-recruiting .page-sub-header {
  background-color: #E5ECF2;
  background-image: url("images/campus-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .campus-recruiting .page-sub-header {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("images/campus-hero.jpg");
    background-size: cover;
  }
  .campus-recruiting .page-sub-header .left {
    padding: 5%;
  }
  .campus-recruiting .page-sub-header .left h3 {
    display: none;
  }
  .campus-recruiting .page-sub-header .left h1, .campus-recruiting .page-sub-header .left p {
    color: #41484F;
    text-align: center;
  }
}
.campus-recruiting .section-1 .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
.campus-recruiting .section-1 .box img {
  height: auto;
}
.campus-recruiting .section-2 .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
@media (max-width: 767px) {
  .campus-recruiting .section-2 .box img {
    position: relative;
    bottom: 75px;
  }
}
@media (min-width: 768px) {
  .campus-recruiting .section-3 {
    height: auto;
  }
}
.campus-recruiting .section-3 .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
.campus-recruiting .section-3 .box img {
  width: 100%;
  margin: auto;
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .campus-recruiting .section-3 .box img {
    position: relative;
    bottom: 75px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .campus-recruiting .section-3 .box img {
    padding: 0px;
  }
}
.campus-recruiting .section-3 .copy-section ul {
  columns: 2;
}
@media (min-width: 768px) {
  .campus-recruiting .section-4 {
    height: auto;
  }
}
.campus-recruiting .section-4 .copy ul li {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .campus-recruiting .section-4 .copy ul li {
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .campus-recruiting .section-4 .copy ul li {
    line-height: 3rem;
    margin-bottom: 3rem;
  }
}
.campus-recruiting .section-4 .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
.campus-recruiting .section-4 .box img {
  width: 100%;
  margin: auto;
  display: block;
  height: auto;
}
@media (min-width: 768px) {
  .campus-recruiting .section-4 .box img {
    padding: 0px;
  }
}

.veterans #main {
  background: #E5ECF2;
}
.veterans .copy-section {
  padding: 0% 5% !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.veterans .page-sub-header {
  background: url("/wp-content/uploads/Veterans-Hero-img-scaled.jpg") top no-repeat;
  background-size: cover;
}
.veterans .section-1 {
  background: #E5ECF2;
  display: flex;
}
.veterans .section-1 .left {
  align-self: center;
}
@media (max-width: 767px) {
  .veterans .section-1 .left {
    display: none;
  }
}
.veterans .section-1 .left .box {
  overflow: hidden;
}
.veterans .section-1 .left .box img {
  width: 100%;
  transform: scale3d(1.2, 1.2, 1.2);
}
.veterans .section-1 .left .box img {
  display: block;
  width: 100%;
}
.veterans .section-1 .right {
  padding: 35px 20px;
  background: #E5ECF2;
}
@media (min-width: 768px) {
  .veterans .section-1 .right {
    padding: 5% 5%;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .veterans .section-1 .right {
    padding: 10%;
  }
}
.veterans .section-1 .right h2 {
  font-family: "mark-pro", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
}
.veterans .section-1 .right p {
  font-size: 1.6rem;
}
.veterans .section-2 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.veterans .section-2 .embed-container iframe,
.veterans .section-2 .embed-container object,
.veterans .section-2 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veterans .section-3, .veterans .section-4, .veterans .section-5 {
  max-height: 600px;
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
}
@media (max-width: 767px) {
  .veterans .section-3, .veterans .section-4, .veterans .section-5 {
    max-height: inherit;
  }
}
.veterans .section-3 .box, .veterans .section-4 .box, .veterans .section-5 .box {
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .veterans .section-3 .box, .veterans .section-4 .box, .veterans .section-5 .box {
    width: 75%;
    margin: 0 auto;
  }
}
.veterans .section-3 .box img, .veterans .section-4 .box img, .veterans .section-5 .box img {
  transform: scale3d(1.2, 1.2, 1.2);
  width: 100%;
  height: auto;
}
.veterans .section-6 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.veterans .section-6 .embed-container .copy-overlay {
  width: 30%;
  position: absolute;
  bottom: 9rem;
  margin-left: 10%;
}
.veterans .section-6 .embed-container .copy-overlay h3, .veterans .section-6 .embed-container .copy-overlay h2, .veterans .section-6 .embed-container .copy-overlay p {
  color: white;
}
.veterans .section-6 .embed-container .copy-overlay h3 {
  font-size: 1.4rem;
}
.veterans .section-6 .embed-container .copy-overlay h2 {
  font-size: 3rem;
}
.veterans .section-6 .embed-container .copy-overlay p {
  font-size: 2rem;
}
.veterans .section-6 .embed-container iframe,
.veterans .section-6 .embed-container object,
.veterans .section-6 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veterans .section-7 {
  display: flex;
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
}
.veterans .section-7 .box {
  height: 59rem;
  overflow: hidden;
  float: left;
}
.veterans .section-7 .box img {
  transform: scale3d(1.2, 1.2, 1.2);
  height: 100%;
}
.veterans .section-7 .right {
  display: flex;
  align-items: center;
}
.veterans .section-7 .right .copy {
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .veterans .section-7 .right .copy {
    padding: 5% 5%;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .veterans .section-7 .right .copy {
    padding: 10%;
  }
}
.veterans .section-8 {
  background: url("/wp-content/uploads/Crestron-Eagles-Program-img-scaled.jpg");
  background-size: cover;
  display: flex;
  background-repeat: repeat;
}
.veterans .section-8 .copy {
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .veterans .section-8 .copy {
    padding: 5% 5%;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .veterans .section-8 .copy {
    padding: 20%;
  }
}
.veterans .section-8 .copy h2 {
  color: white;
}
.veterans .section-8 .copy p {
  color: white;
}
.veterans .section-8 .copy img {
  width: 15rem;
}
.veterans .section-9 {
  display: flex;
  max-height: 65rem;
}
.veterans .section-9 .box {
  height: 100%;
  overflow: hidden;
}
.veterans .section-9 .box img {
  transform: scale3d(1.2, 1.2, 1.2);
  height: 100%;
}
@media (min-width: 1570px) {
  .veterans .section-9 .box img {
    height: auto;
    width: 100%;
  }
}
.veterans .section-9 .right {
  display: flex;
  align-items: center;
  padding: 10%;
}
.veterans .section-9 .right h2 {
  text-transform: uppercase;
}
.veterans .section-9 .right a.btn {
  padding: 1rem 2rem;
  border-color: #41484F;
}
.veterans .job-career {
  display: none;
}

.page-template-page-job .page-sub-header, .page-template-page-job .job-career {
  display: none;
}
.page-template-page-job .job {
  background: #004A80;
}
.page-template-page-job .job .title-location .content {
  border-bottom: 2px solid white;
  justify-content: space-between;
  padding-top: 15rem;
}
.page-template-page-job .job .title-location .content h1, .page-template-page-job .job .title-location .content h2 {
  color: white;
  font-size: 3rem;
  margin: 0 0 1rem 0;
}
.page-template-page-job .job .type-id {
  padding: 2rem 0 10rem;
}
.page-template-page-job .job .type-id p {
  color: white;
  float: left;
  margin-right: 10rem;
}
.page-template-page-job .job .type-id p:nth-child(2) {
  float: none;
  margin-right: 0;
}
.page-template-page-job h2 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 4rem;
}

.bg-blue {
  background-color: #004A80;
}

.bg-search {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #E5ECF2;
}
@media (max-width: 1199px) {
  .bg-search {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.job-search h1 {
  color: white;
  text-transform: uppercase;
  font-family: "mark-pro-medium", sans-serif;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .job-search h1 {
    font-size: 4.8rem;
    letter-spacing: 1rem;
  }
}
.job-search .mobile-job-search {
  display: none !important;
}

.search--aside {
  padding: 50px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .search--aside {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .search--aside {
    position: absolute;
    z-index: 10;
    transform: translate(-150%, 0);
  }
  .search--aside.active {
    transform: translate(-10px, 0);
  }
}
.search--aside .aside--close {
  float: right;
  display: none;
}
@media (max-width: 1199px) {
  .search--aside .aside--close {
    display: block;
  }
}
.search--aside .label {
  margin: 0 0 1rem;
  display: block;
  font-family: "mark-pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.29px;
  line-height: 23px;
  text-transform: uppercase;
  color: #41484F;
}
.search--aside input, .search--aside select {
  width: 100%;
  margin: 0 0 2rem;
  padding: 10px;
  font-family: "mark-pro", sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #979797;
}
.search--aside input:focus, .search--aside select:focus {
  outline: 0;
  box-shadow: 0 0 0;
}
.search--aside select {
  padding: 10px 7px;
}
.search--aside .btn {
  margin: 0 0 2rem;
  padding: 10px;
  display: block;
  width: 100%;
  background-color: #004A80;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.93px;
  font-family: "mark-pro", sans-serif;
  text-transform: uppercase;
  border-color: #004A80;
  border-radius: 0;
}
.search--aside .reset {
  display: block;
  font-family: "mark-pro", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.93px;
  color: #41484F;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .hide-for-large {
    display: none !important;
  }
}
#career-search .h4 {
  font-family: "mark-pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.29px;
  line-height: 23px;
  text-transform: uppercase;
  color: #41484F;
}
#career-search table {
  width: 100%;
}
#career-search th {
  padding: 10px 20px;
  font-size: 13px;
}
@media (max-width: 767px) {
  #career-search th {
    display: none;
  }
}
#career-search tbody tr {
  margin: 0 0 10px;
  background: #fff;
  border-bottom: 10px solid #E5ECF2;
}
#career-search tbody a:not(.btn) {
  color: #004A80;
}
#career-search td {
  padding: 20px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #career-search td {
    display: block;
    padding-bottom: 0;
  }
  #career-search td.text-right {
    text-align: left !important;
  }
  #career-search td:last-of-type {
    padding-bottom: 20px;
  }
}
#career-search .current.page-item .page-link {
  background: #004A80;
  color: #fff;
}
#career-search a.page-link {
  cursor: pointer;
}
#career-search .btn-primary {
  color: #fff;
}
@media (max-width: 767px) {
  #career-search .text-center-small .text-right, #career-search .text-center-small .text-left {
    text-align: center !important;
  }
}

.job .button {
  border-color: white;
  color: white;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 3rem;
  width: 19rem;
}
.job .button:hover {
  background: white;
  color: #004A80;
}

.apply-holder {
  margin: 50px 0 100px;
}
.apply-holder .button {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 3rem;
  width: 19rem;
  border-color: #41484F;
}
.apply-holder .button:hover {
  background: #41484F;
  color: white;
}

.error404 .page-sub-header {
  display: none;
}
.error404 .error-404 {
  text-align: center;
}
.error404 .error-404 .page-content {
  height: 89rem;
}
.error404 .error-404 .page-content h1 {
  font-family: "mark-pro-medium", sans-serif;
  font-size: 8rem;
  color: #979797;
}
.error404 .error-404 .page-content h2 {
  font-family: "mark-pro-bold", sans-serif;
  font-size: 2.4rem;
  color: #979797;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.error404 .error-404 .page-content p {
  color: #979797;
  width: 62rem;
  margin: 0 auto 4rem;
}
.error404 .error-404 .page-content a.btn {
  border-color: #979797;
  color: #979797;
  line-height: 2rem;
  width: 14rem;
}
.error404 .right {
  height: 89rem;
}
.error404 .right.menu {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 13rem 20rem 24rem 16rem;
  z-index: 10;
  position: absolute;
  right: 0;
}
.error404 .right.menu h2 a {
  color: white;
  font-size: 4rem;
  font-family: "mark-pro-medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 7px;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid white;
  margin-bottom: 6rem;
  display: block;
  width: 42rem;
  text-decoration: none;
}
.error404 .right.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.error404 .right.menu ul li a {
  font-family: "mark-pro-bold", sans-serif;
  font-size: 1.8rem;
  color: #979797;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4rem;
  display: block;
}
.error404 .right.menu ul li a:hover {
  text-decoration: none;
  color: white;
}
.error404 .job-career {
  display: none;
}

@media (max-width: 768px) {
  .copy-section {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
  }
}
.box {
  transform: scale3d(1.2, 1.2, 1.2);
}

.left, .right {
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
