<style type="text/css">body {
  font-family: open-sans, Arial, sans-serif !important;
  font-style: normal;
  color: #444444 !important;
}
b {
  font-weight: 600 !important;
}
.m-top\(64\) {
  margin-top: 64px;
}
.m-top\(16\){
  margin-top: 16px;
}
.p-top\(16\){
  padding-top: 16px;
}
.m-top\(8\){
  margin-top: 8px;
}
.m-left\(-20\) {
  margin-left: -20px;
}
.m-bottom\(-16\) {
  margin-bottom: -16px;
}
.no-bullet-list {
  list-style: none;
  -webkit-padding-start: 0;
}
.no-bullet-list\(padding\) {
  list-style: none;
  -webkit-padding-start: 0;
  padding-top: 24px;
  padding-left: 40px;
}
.checkbox-list {
  list-style: square;
  -webkit-padding-start: 0;
  padding-top: 24px;
  padding-left: 40px;
}
ol, ul {
  -webkit-padding-start: 0;
  padding-left: 40px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
/* main container */

.main-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  display: block;
  /* background: #f2f2f2; */
}
.country-selector-bar {
  /* position: fixed;
  top: 0; */
  width: 100%;
  padding: 10px 24px;
  background: #F2F2F2;
  height: 50px;
  /* margin-bottom: 10px; */
  display: block;
}
.bar-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  height: 100%;
}
.country-selector {
  color: #231F20;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
}
.country-selector:hover, .country-selector:active  {
  color: #E53C2E;
}
.nav-bar {
  /* position: fixed;
  top: 50; */
  width: 100%;
  padding: 10px 24px;
  background: #ffffff;
  height: 85px;
}
.skyjack-logo {
  width: auto;
  height: 60px;
}
.dll-logo {
  width: auto;
  height: 60px;
  float: right;
}
.banner-container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.img-hero {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.text-wrapper {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
}
.header {
  font-size: 50px;
  line-height: 60px;
  font-weight: 200;
  padding: 15px 0 8px;
  margin-bottom: 0;
  color: #231F20;
  text-transform: uppercase;
}
.sub-header {
  font-size: 40px;
  line-height: 60px;
  font-weight: 200;
  text-align: center;
  padding: 15px 0 8px;
  margin-bottom: 0;
  color: #E53C2E;
  text-transform: uppercase;
}

/* NAV */

.topnav {
  padding: 0 16px;
  overflow: hidden;
  background-color: #ffffff;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

.topnav a {
  float: left;
  display: block;
  color: #231F20;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}

.topnav a:hover {
  color: #E53C2E;
  text-decoration: none;
}

.activeNav {
  color: #E53C2E !important;
}

.topnav .icon {
  display: none;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* typography */

.p-12 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
.p-14 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.p-16 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 0;
}
.p-20 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 100;
}
.p-20-list {
  font-size: 20px;
  line-height: 40px;
  font-weight: 100;
}
.p-24 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
}
.p-28 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 100;
}
.a-color\(white\) {
  color: #ffffff;
}
.a-color\(dkgrey\) {
  color: #231F20;
}
.a-color\(skyjack-red\) {
  color: #E53C2E;
}
.all-caps {
  text-transform: uppercase;
}

.a-link\(skyjack-red\) {
  color: #E53C2E;
}
.a-link\(skyjack-red\):hover {
  color: #231F20;
}

/* layouts */

.col-lg\(100\) {
  width: 100%;
  margin: 0 auto;
  padding: 13px 0;
  display: inline-block;
}
.col-md\(33\) {
  width: 32.4%;
  margin: 0 auto;
  padding: 13px 0;
  display: inline-block;
}
.col-sm\(25\) {
  width: 25%;
  margin: 0 auto;
  padding: 10px 0;
  display: inline-block;
}
.col-sm\(50\) {
  width: 49.7%;
  margin: 0 auto;
  padding: 24px 16px;
  display: inline-block;
  vertical-align: top;
}
.col-md\(50\) {
  width: 49.7%;
  margin: 0 auto;
  padding: 40px 0;
  display: inline-block;
}
.downloaded-row {
  border-bottom: 1px solid #f2f2f2f2;
  display: block;
  padding: 16px 0 24px;
}
.headshot {
  height: 190px;
  width: auto;
}
.contact-info {
  float: right;
  display: inline-block;
  width: 63%;
  height: 220px;
  position: relative;
}
.contact-img-container {
  display: inline-block;
  position: relative;
}
.bg-section {
  background-color: #f2f2f2;
  color: #231F20;
  padding: 40px 40px;
  min-height: 300px;
  position: relative;
}
.footer-section {
  background-color: #f2f2f2;
  color: #231F20;
  padding: 40px 40px;
  min-height: 240px;
  position: relative;
}
.footer-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  display: block;
}
.footer-bar {
  background: #231F20;
  color: #ffffff;
  padding: 20px 40px;
  position: relative;
}
.no-bg-section {
  color: #231F20;
  padding: 40px 40px;
  min-height: 300px;
  position: relative;
}
.xl-section {
  color: #231F20;
  padding: 40px 40px;
  min-height: 1140px;
  position: relative;
}
.img-half {
  width: auto;
  height: 150px;
  margin: 0 auto;
  display: block;
}
.pdf-icon {
  height: 45px;
  width: auto;
  background: #E53C2E;
  border: 1px solid #E53C2E;
  padding: 1px 21px;
  border-radius: 8px;
}
.pdf-icon:hover {
  background: #7E8082;
  border: 1px solid #7E8082;
}
.img-icon {
  height: 75px;
  width: auto;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-circle {
  background: #E53C2E;
  padding: 0;
  border: 1px solid #E53C2E;
  border-radius: 100px;
  height: 130px;
  width: 130px;
  /* margin: 0 auto; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-container {
  position: relative;
  margin-top: 60px;
}
/* .icon-circle:hover {
  background: #e53c2e;
  border: 1px solid #e53c2e;
} */
.selector-box {
  width: 48.7%;
  display: inline-block;
  border: 1px solid #dedede;
  padding: 32px;
  position: relative;
  min-height: 350px;
}
.selector-box:hover {
  background: #f2f2f2;
}
.selector-box:hover .icon-circle {
  background: #7E8082;
  border: 1px solid #7E8082;
}
.country {
  border-top: 60px solid #231F20;
}
.country:hover {
  background: #f2f2f2;
}
.page {
  width: 32.2%;
  margin: 0 4px;
  padding: 32px 16px;
  min-height: 330px;
  position: relative;
}
.pg-selector-text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}
.country-selector-text {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  line-height: 34px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.information {
  width: 100%;
  padding: 40px;
  margin-bottom: 40px;
}
.information:hover {
  background: #ffffff !important;
}
.btn-sm-dkgrey {
  background:#231F20;
  padding: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #ffffff;
  width: 50%;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  box-shadow: 1px 5px 4px 0px #cccccc;
}
.btn-sm-dkgrey:hover {
  background: #e53c2e;
  text-decoration: none;
  color: #ffffff;
}
.btn-sm-orange {
  background: #e53c2e;
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #ffffff;
  width: 50%;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  box-shadow: 1px 5px 4px 0px #cccccc;
}
.selector-box:hover .btn-sm-orange {
  background: #7E8082 ;
  text-decoration: none;
  color: #ffffff;
}
.btn-md-red {
  background: #e53c2e;
  padding: 16px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
}
.btn-md-red:hover {
  background: #7E8082 ;
  text-decoration: none;
  color: #ffffff;
}
.button-containe\(50\) {
  padding: 24px 0;
  margin: 0 auto;
  display: block;
  width: 40%;
}
.email-btn {
  background: #e53c2e;
  padding: 12px 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.email-btn:hover {
  background: #7E8082;
  color: #ffffff;
  text-decoration: none;
}
.footer-link {
  color: #7E8082;
  text-decoration: none;
}
.footer-link:hover {
  color: #e53c2e;
  text-decoration: none;
}

.footer-link\(orange\) {
  color: #e53c2e;
  text-decoration: none;
}
.footer-link\(orange\):hover {
  color: #7E8082;
  text-decoration: none;
}

/* .btn-sm-orange:hover {
  background: #7E8082 ;
  text-decoration: none;
  color: #ffffff;
} */

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #E4E5E6;
}

/* Style the buttons inside the tab */
.tab button {
  background: #7E8082;
  float: left;
  border: none;
  outline: none;
  color: #fff;
  padding: 14px 16px;
  transition: 0.3s;
  width: 33.333%;
  border-right: 1px solid #ffffff;
}
.tab button:hover {
  background: #E53C2E;
  color: #ffffff;
}
.tab button.active {
  background: #E53C2E;
  color: #ffffff;
  outline: none;
}
.tab button:last-child {
  border-right: none;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 32px 16px;
  border: 1px solid #E4E5E6;
  border-top: none;
}


@media screen and (max-width: 1060px) {
  .page {
    width: 32.2%;
    margin: 0 2px;
    padding: 32px 16px;
    min-height: 330px;
  }
  .pg-selector-text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 900px) {
  .page {
    width: 100%;
    margin: 8px 2px;
  }
  .img-half {
    width: auto;
    height: 130px;
  }
  .contact-info {
    width: 63%;
    height: 140px;
  }
  .headshot {
    height: 175px;
  }
  .col-md\(50\) {
    width: 48.7%;
  }
  .col-sm\(50\) {
    width: 47%;
  }
  .button-containe\(50\) {
    width: 60%;
  }
}

@media screen and (max-width: 830px) {
  .headshot {
    height: 164px;
  }

}

@media screen and (max-width: 768px) {
  .col-sm\(25\) {
    width: 49%;
  }
  .text-wrapper {
    left: 32px;
    transform: translate(0, -50%);
  }
  .header {
    font-size: 40px;
    line-height: 50px;
    padding: 0;
  }
  .page {
    margin: 4px 0;
  }
  .no-bg-section {
    padding: 32px;
  }
  .xl-section {
    padding: 32px;
  }
  .selector-box {
    width: 100%;
  }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav {
    padding: 0;
  }
  .contact-info {
    width: 60%;
  }
  .nav-bar {
    padding: 10px 8px;
  }
  .country-selector-bar {
    padding: 10px 8px;
  }
  .col-md\(50\) {
    width: 100%;
    padding: 32px 0 50px;
  }
  .contact-info {
    width: 66%;
  }
  .headshot {
    height: 217px;
  }
  .skyjack-logo {
    height: 50px;
  }
  .dll-logo {
    height: 50px;
  }
  .nav-bar {
    height: 73px;
  }
  .information {
    padding: 24px 16px;
    margin-bottom: 32px;
  }
  .col-sm\(50\) {
    width: 100%;
    padding: 20px 0 0;
    display: block;
  }
  .checkbox-list {
    padding-top: 16px;
    padding-left: 24px;
  }
  .no-bullet-list\(padding\) {
    padding-top: 0;
    padding-left: 0;
  }
  ol, ul {
    padding-left: 24px;
  }
  .tab button {
    height: 72px;
  }
}

@media screen and (max-width: 650px) {
  .text-wrapper {
    left: 24px;
  }
  .no-bg-section {
    padding: 24px 16px;
  }
  .xl-section {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 600px) {
  .contact-info {
    width: 50%;
  }
  .skyjack-logo {
    height: 40px;
  }
  .dll-logo {
    height: 40px;
  }
  .nav-bar {
    height: 64px;
  }
  .col-md\(33\) {
    width: 100%;
  }
  .button-containe\(50\) {
    width: 100%;
  }
  .sub-header {
    font-size: 24px;
    line-height: 30px;
    padding: 8px 0 8px;
  }
  .p-24 {
    font-size: 20px;
    line-height: 28px;
  }
  .p-28 {
    font-size: 24px;
    line-height: 28px;
  }
  .tab button {
    padding: 8px 8px;
  }
  .tabcontent {
    padding: 8px;
  }
  .btn-md-red {
    padding: 9px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 425px) {
  .no-bg-section {
    padding: 24px 16px;
    min-height: 300px;
  }
  .xl-section {
    padding: 24px 16px;
  }
  .footer-section {
    padding: 24px 16px;
    min-height: 210px;
  }
  .btn-sm-dkgrey {
    width: 70%;
    bottom: 24px;
  }
  .selector-box {
    padding: 24px;
    min-height: 300px;
  }
  .img-half {
    width: auto;
    height: 110px;
  }
  .contact-info {
    width: 50%;
  }
  .col-md\(50\) {
    padding: 0px 0 120px;
  }
  .headshot {
    height: 170px;
  }
  .header {
    font-size: 32px;
    line-height: 36px;
  }
  .tab button {
    padding: 14px 8px;
  }
  .information {
    padding: 24px 8px;
    margin-bottom: 24px;
  }
  .text-wrapper {
    left: 16px;
  }
  .p-20 {
    font-size: 18px;
    line-height: 32px;
  }
  .p-20-list {
    font-size: 18px;
    line-height: 37px;
  }
  .sub-header {
    font-size: 20px;
    line-height: 24px;
  }
}
</style>
