/*
**********************
      colors.less
      used for global color variables and
      other variables
**********************
*/
/*
**********************
      generic.less
      used for styling header, footer and common items
      such as buttons
**********************
*/
body {
  overflow-x: hidden;
}
#jobs-container {
  opacity: 1;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
#jobs-container.fade-out {
  opacity: 0;
}
#jobs-container .jobs-list span {
  line-height: 23px;
}
/*************************************************
* Video Embed
*************************************************/
.video-container {
  max-width: 100%;
  padding: 25px 50px 50px 50px;
  width: 1000px;
  margin: 0 auto;
}
.video-container.alignleft,
.video-container.alignright {
  width: 500px;
  padding: 0;
  margin: 0;
}
.video-container .video-embed {
  background: no-repeat center center / cover;
  height: 300px;
  position: relative;
  cursor: pointer;
}
.video-container .video-embed a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .video-container {
    padding: 25px 25px 50px 25px;
  }
  .video-container .video-embed {
    height: 325px;
  }
}
@media screen and (max-width: 500px) {
  .video-container {
    padding: 25px 0px 50px 0px;
  }
  .video-container .video-embed {
    height: 275px;
  }
}
@media screen and (max-width: 400px) {
  .video-container {
    padding: 15px 0px 40px 0px;
  }
  .video-container .video-embed {
    height: 225px;
  }
}
/*************************************************
* Sticky Footer
*************************************************/
.site-inner {
  position: relative;
}
.site-inner .site-content-and-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: calc(100vh -  85px );
  position: relative;
}
.site-inner .site-content-and-footer .site-content {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
a {
  text-decoration: none;
}
.background-image.standard {
  background: no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/*************************************************
* Header
*************************************************/
.fixed-header-spacing {
  padding-top: 85px;
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed-header-spacing.home-page-header {
  padding-top: 0px;
}
.site-header {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  background: #ffffff;
  z-index: 1000;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.site-header.home-page-header {
  background: transparent;
}
.site-header.home-page-header.fixed {
  background: #ffffff;
}
.site-header.home-page-header.fixed .left a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-header.home-page-header.fixed .left a.main {
  display: none;
}
.site-header.home-page-header.fixed .left a.main img {
  width: 252px;
  height: 58px;
}
.site-header.home-page-header.fixed .left a.grey-logo {
  display: block;
}
.site-header.home-page-header.fixed .left a.grey-logo img {
  width: 252px;
  height: 58px;
}
.site-header.home-page-header.fixed .middle nav.anchor-menu-items ul li a {
  font-size: 20px;
  color: #454746;
}
.site-header.home-page-header.fixed .middle nav.anchor-menu-items ul li a:hover {
  color: #f16725;
}
.site-header.home-page-header.fixed .right .mobile-button i {
  color: #454746;
}
.site-header.home-page-header .middle nav.anchor-menu-items > ul > li > a {
  font-size: 20px;
  color: #ffffff;
}
.site-header.home-page-header .middle nav.anchor-menu-items > ul > li > a:hover {
  color: #f16725;
}
.site-header.home-page-header .right .mobile-button i {
  color: #ffffff;
}
.site-header.home-page-header .right .mobile-button:hover i {
  color: #f16725;
}
.site-header .left {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.site-header .left a {
  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 50px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.site-header .left a img {
  width: 252px;
  height: 58px;
}
.site-header .left a.grey-logo {
  display: none;
}
.site-header .middle nav.anchor-menu-items > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  list-style: none;
  margin-right: 3vw;
}
.site-header .middle nav.anchor-menu-items > ul > li {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 1vw;
  padding-right: 1vw;
}
.site-header .middle nav.anchor-menu-items > ul > li.current-menu-item > a,
.site-header .middle nav.anchor-menu-items > ul > li.current-menu-ancestor > a {
  color: #f16725;
}
.site-header .middle nav.anchor-menu-items > ul > li > a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
}
.site-header .middle nav.anchor-menu-items > ul > li > a:hover {
  color: #f16725;
}
.site-header .middle nav.anchor-menu-items > ul > li > ul.sub-menu {
  display: none;
  left: 0px;
  position: absolute;
  top: 100%;
  width: 100%;
  min-width: 275px;
  background: #ffffff;
  list-style: none;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.75);
  z-index: 50;
}
.site-header .middle nav.anchor-menu-items > ul > li > ul.sub-menu > li {
  padding: 15px 35px 15px 1.5vw;
}
.site-header .middle nav.anchor-menu-items > ul > li > ul.sub-menu > li.current-menu-item > a {
  color: #f16725;
}
.site-header .middle nav.anchor-menu-items > ul > li > ul.sub-menu > li > a {
  font-size: 18px;
}
.site-header .middle nav.anchor-menu-items > ul > li > ul.sub-menu > li > a:hover {
  color: #f16725;
}
.site-header .middle nav.anchor-menu-items > ul > li:hover > ul.sub-menu {
  display: block;
}
.site-header .right .mobile-button {
  display: none;
}
/*************************************************
* Header Responsive
*************************************************/
@media screen and (max-width: 1120px) {
  .site-header .middle nav.anchor-menu-items > ul > li > a {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1024px) {
  .fixed-header-spacing {
    padding-top: 84px;
  }
  .site-header.home-page-header.fixed .left a.grey-logo img {
    width: 225px;
    height: 52px;
  }
  .site-header.home-page-header .left a img {
    width: 225px;
    height: 52px;
  }
  .site-header .left a {
    padding-left: 4vw;
    padding-right: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .site-header .left a img {
    width: 225px;
    height: 52px;
    padding: 0px;
  }
  .site-header .middle {
    display: none;
  }
  .site-header .right .mobile-button {
    display: block;
    cursor: pointer;
  }
  .site-header .right .mobile-button:hover i {
    color: #f16725;
  }
  .site-header .right .mobile-button i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #454746;
    font-size: 40px;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .site-header.home-page-header.fixed .left a.grey-logo img {
    width: 202px;
    height: 47px;
  }
  .site-header .left a {
    padding-top: 18px;
    padding-bottom: 19px;
  }
  .site-header .left a img {
    width: 202px;
    height: 47px;
  }
  .site-header.home-page-header .left a img {
    width: 202px;
    height: 47px;
  }
}
@media screen and (max-width: 400px) {
  .fixed-header-spacing {
    padding-top: 79px;
  }
  .site-header .left a {
    padding-left: 4vw;
    padding-right: 10px;
  }
  .site-header .left a img {
    width: 182px;
    height: 42px;
    padding: 0px;
  }
  .site-header .right .mobile-button i {
    font-size: 28px;
    margin-right: 4vw;
  }
}
/*************************************************
* Footer
************************************************/
.site-footer {
  background: #363837;
  padding-top: 50px;
  padding-bottom: 50px;
}
.site-footer .container {
  max-width: 1550px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
.site-footer .container .site-footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
}
.site-footer .container .site-footer-inner .left img {
  margin-right: 75px;
  width: 156px;
  height: auto;
}
.site-footer .container .site-footer-inner .group {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.site-footer .container .site-footer-inner .group .middle {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.site-footer .container .site-footer-inner .group .middle span.copy {
  color: #868b89;
  margin-right: 25px;
  font-size: 18px;
}
.site-footer .container .site-footer-inner .group .middle span.geek {
  color: #868b89;
  font-size: 18px;
}
.site-footer .container .site-footer-inner .group .middle span.geek a {
  color: #868b89;
  font-size: 18px;
}
.site-footer .container .site-footer-inner .group .right a img {
  height: 24px;
}
.site-footer .container .site-footer-inner .group .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.site-footer .container .site-footer-inner .group .right ul li {
  list-style: none;
  margin-left: 22px;
  font-size: 14px;
}
.site-footer .container .site-footer-inner .group .right ul li a {
  color: #868b89;
  font-size: 14px;
}
/*************************************************
* Footer Responsive
*************************************************/
@media screen and (max-width: 1215px) {
  .site-footer .container {
    max-width: 1550px;
  }
  .site-footer .container .site-footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .site-footer .container .site-footer-inner .left img {
    margin-right: 75px;
  }
  .site-footer .container .site-footer-inner .group .middle span.copy {
    font-size: 16px;
    color: #868b89;
    margin-right: 18px;
  }
  .site-footer .container .site-footer-inner .group .middle span.geek {
    font-size: 16px;
    color: #868b89;
  }
  .site-footer .container .site-footer-inner .group .middle span.geek a {
    font-size: 16px;
    color: #868b89;
  }
  .site-footer .container .site-footer-inner .group .right ul li {
    margin-left: 18px;
    font-size: 12px;
  }
  .site-footer .container .site-footer-inner .group .right ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1120px) {
  .site-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-footer .container .site-footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .site-footer .container .site-footer-inner .left img {
    margin-right: 75px;
  }
  .site-footer .container .site-footer-inner .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .site-footer .container .site-footer-inner .group .middle {
    width: 100%;
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .site-footer .container .site-footer-inner .group .middle span.copy {
    font-size: 14px;
    color: #868b89;
    margin-right: 0px;
    text-align: right;
  }
  .site-footer .container .site-footer-inner .group .middle span.geek {
    display: block;
    font-size: 14px;
    color: #868b89;
    text-align: right;
    margin-top: 3px;
  }
  .site-footer .container .site-footer-inner .group .middle span.geek a {
    font-size: 14px;
    color: #868b89;
  }
  .site-footer .container .site-footer-inner .group .right {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .site-footer .container .site-footer-inner .group .right ul {
    text-align: right;
  }
  .site-footer .container .site-footer-inner .group .right ul li {
    margin-left: 0px;
    font-size: 12px;
    text-align: right;
  }
  .site-footer .container .site-footer-inner .group .right ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .site-footer {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .site-footer .container .site-footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .site-footer .container .site-footer-inner .left {
    width: 100%;
  }
  .site-footer .container .site-footer-inner .left img {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .site-footer .container .site-footer-inner .group {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .site-footer .container .site-footer-inner .group .middle {
    width: 100%;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .site-footer .container .site-footer-inner .group .middle span.geek {
    display: block;
    text-align: left;
  }
  .site-footer .container .site-footer-inner .group .right {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .site-footer .container .site-footer-inner .group .right ul {
    text-align: left;
  }
  .site-footer .container .site-footer-inner .group .right ul li {
    margin-left: 0px;
    font-size: 12px;
    text-align: right;
  }
  .site-footer .container .site-footer-inner .group .right ul li a {
    font-size: 12px;
  }
}
/*************************************************
* Container
*************************************************/
.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.container.full-width {
  max-width: 100%;
}
/*************************************************
* Clear Float
*************************************************/
.clear-float,
.cl {
  clear: both;
  width: 100%;
  height: 0.001em;
  content: '';
  display: block;
}
span.orange-map-text {
  color: #f16725;
  font-weight: bolder;
  display: block;
}
span.orange-map-text img {
  max-width: 125px;
  height: auto;
}
p.map-text-line-1 {
  margin-bottom: 5px;
}
p.map-text-line-2 {
  margin-bottom: 5px;
}
/*************************************************
* Entry Content Styling
*************************************************/
.single-careers .interior .entry-content {
  padding-top: 25px;
}
.single-careers .interior .entry-content .title {
  margin-top: 30px;
}
.entry-content {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.entry-content b {
  font-weight: 700;
}
.entry-content a {
  color: #f16725;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-content a:hover {
  color: #d54e0e;
  text-decoration: underline;
}
.entry-content .entry-title {
  font-size: 90px;
  font-weight: 400;
  color: #0074bb;
  line-height: 100px;
  letter-spacing: 1px;
  padding-bottom: 5px;
  margin: 20px 0;
  margin-bottom: 10px;
  max-width: 80%;
  display: block;
}
.entry-content h1 {
  font-size: 72px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 60px;
  padding-bottom: 5px;
  margin: 10px 0;
}
.entry-content h1.page-title {
  font-size: 48px;
  font-weight: 400;
  color: #0074bb;
  line-height: 60px;
  padding-bottom: 5px;
  margin: 10px 0;
}
.entry-content h2 {
  font-size: 40px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 50px;
  padding-bottom: 5px;
  margin: 10px 0;
}
.entry-content h3 {
  font-size: 34px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 40px;
  padding-bottom: 5px;
  margin: 10px 0;
}
.entry-content h4 {
  font-size: 32px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 40px;
  padding-bottom: 5px;
  margin: 10px 0;
}
.entry-content h5 {
  font-size: 28px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 40px;
  padding-bottom: 5px;
  margin: 10px 0;
}
.entry-content h6 {
  font-size: 24px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 30px;
  padding-bottom: 5px;
  margin: 10px 0;
}
.entry-content p {
  font-size: 18px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 25px;
  padding-bottom: 20px;
  margin: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content input[type=text],
.entry-content input[type=password],
.entry-content input[type=email],
.entry-content input [type=number] {
  width: 100%;
  max-width: 100%;
  border: 1px solid #2d2d2d;
  padding: 10px 20px;
  outline: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.entry-content input[type=submit] {
  border: none;
}
.entry-content input[type=submit]:hover {
  background: #37474F;
}
.entry-content .search-form input[type=search] {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 23px;
}
.entry-content input[type=submit],
.entry-content button[type=submit] {
  padding: 6px 20px;
  background: #0075BB;
  border: none;
  font-size: 18px;
}
.entry-content label {
  color: #2d2d2d;
}
.entry-content .inline {
  display: inline-block;
  vertical-align: top;
}
.entry-content .textleft {
  text-align: left;
}
.entry-content .textright {
  text-align: right;
}
.entry-content span.lightSpace {
  margin-top: 10px;
  display: block;
}
.entry-content .noPadding p {
  padding: 0;
}
.entry-content .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.entry-content .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.entry-content .valid-error {
  border: 1px solid red !important;
}
.entry-content .blog-posts .post {
  border-top: 1px solid #dddddd;
  margin: 10px 0;
  padding: 20px 0;
}
.entry-content .blog-posts .post:first-child {
  border-top: none;
}
.entry-content .blog-posts .post .postDate {
  margin: 10px 0;
}
.entry-content .blog-posts .post .postDate span {
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 22px;
  letter-spacing: 1px;
}
.entry-content time.updated {
  display: none;
}
.entry-content time.entry-date {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .entry-content {
    font-size: 18px;
    line-height: 24px;
  }
  .entry-content a {
    color: #f16725;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .entry-content a:hover {
    color: #d54e0e;
    text-decoration: underline;
  }
  .entry-content .entry-title {
    font-size: 60px;
    line-height: 70px;
  }
  .entry-content h1 {
    font-size: 60px;
    line-height: 66px;
  }
  .entry-content h1.page-title {
    font-size: 40px;
    line-height: 48px;
  }
  .entry-content h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .entry-content h3 {
    font-size: 30px;
    line-height: 34px;
  }
  .entry-content h4 {
    font-size: 26px;
    line-height: 30px;
  }
  .entry-content h5 {
    font-size: 24px;
    line-height: 32px;
  }
  .entry-content h6 {
    font-size: 20px;
    line-height: 26px;
  }
  .entry-content p {
    font-size: 16px;
    line-height: 23px;
  }
  .entry-content ul {
    margin-left: 5px;
  }
  .entry-content ul li {
    font-size: 16px;
  }
}
.buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.buttons-container .button {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.button-container.center {
  text-align: center;
}
p sup {
  font-weight: inherit;
}
p span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.page404 .entry-content .container .error {
  text-align: center;
}
.entry-content .button-container .button a:hover {
  text-decoration: none;
  color: #ffffff;
}
.submit-button,
.button {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: visible;
  background: #f16725;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
}
.submit-button a,
.button a {
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 58px;
}
.submit-button.left,
.button.left {
  text-align: left;
}
.submit-button.small,
.button.small {
  padding: 10px 20px;
}
.submit-button.medium,
.button.medium {
  padding: 10px 30px;
}
.submit-button.large,
.button.large {
  padding: 15px 40px;
}
.submit-button.long,
.button.long {
  padding: 12px 60px;
}
.submit-button:hover,
.button:hover {
  cursor: pointer;
  color: #ffffff;
}
.submit-button.blue,
.button.blue {
  background: #1e88e5;
}
.submit-button.yellow,
.button.yellow {
  background: #f6ba03;
}
.submit-button.orange,
.button.orange {
  background: #f57c00;
}
.submit-button.green,
.button.green {
  background: green;
}
.submit-button.green:hover,
.button.green:hover {
  background: #00a400;
}
.submit-button.green:hover::before,
.button.green:hover::before {
  background: #00a400;
}
.submit-button.white,
.button.white {
  background: #ffffff;
  color: #0089de;
}
.submit-button.gray,
.button.gray {
  background: #434343;
}
.submit-button .hoverover,
.button .hoverover {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222222;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 5;
}
.submit-button span.text,
.button span.text {
  position: relative;
  z-index: 6;
}
.submit-button:hover,
.button:hover {
  background: #f37e47;
  color: #ffffff;
  text-decoration: none;
}
.submit-button:hover span.hoverover,
.button:hover span.hoverover {
  color: inherit;
  opacity: 0.2;
  width: 100%;
  visibility: visible;
}
@media screen and (max-width: 600px) {
  .submit-button a,
  .button a {
    padding: 14px 30px;
    font-size: 14px;
  }
}
.slick-slide {
  outline: none;
}
.slick-slide:focus {
  outline: none;
}
@media screen and (max-width: 900px) {
  .echo-gifs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .echo-gifs .echo-gif {
    width: 100% !important;
  }
}
.echo-vids {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 900px) {
  .echo-vids {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.echo-vids.left-sm {
  align-items: center;
}
@media screen and (max-width: 900px) {
  .echo-vids.left-sm {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 20px 0;
  }
}
.echo-vids iframe {
  width: 43%;
  height: 326px;
}
@media screen and (max-width: 1366px) {
  .echo-vids iframe {
    width: 47% !important;
    height: 275px;
  }
}
@media screen and (max-width: 900px) {
  .echo-vids iframe {
    width: 65% !important;
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  .echo-vids iframe {
    width: 100% !important;
    height: 275px;
  }
}
.echo-vids.three-column {
  padding: 0 0 30px 0;
}
.echo-vids.three-column iframe {
  width: 30%;
  height: 326px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .echo-vids.three-column iframe {
    width: 30% !important;
    height: 275px;
  }
}
@media screen and (max-width: 900px) {
  .echo-vids.three-column iframe {
    width: 65% !important;
    height: 275px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .echo-vids.three-column iframe {
    width: 100% !important;
    height: 275px;
  }
}
li#menu-item-2492 > a {
  pointer-events: none;
  cursor: pointer;
}
#moby li#menu-item-2492 > a {
  pointer-events: auto;
}
.page .entry-content p {
  margin-bottom: 15px;
  padding-bottom: 0px;
}
.entry-content ol,
.entry-content ul {
  padding-left: 40px;
  margin-left: 0px !important;
}
.entry-content ol li,
.entry-content ul li {
  font-size: 20px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 125%;
  padding-bottom: 5px;
  margin: 0;
  margin-bottom: 0.5em;
}
.entry-content ol li em,
.entry-content ul li em {
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
}
.entry-content ol li strong,
.entry-content ul li strong {
  font-size: inherit;
  font-weight: 600;
}
.entry-content ol li ul,
.entry-content ul li ul,
.entry-content ol li ol,
.entry-content ul li ol {
  margin-top: 10px;
}
.entry-content ol li ul li,
.entry-content ul li ul li,
.entry-content ol li ol li,
.entry-content ul li ol li {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .entry-content ol li,
  .entry-content ul li {
    font-size: 18px;
  }
  .entry-content ol li ul li,
  .entry-content ul li ul li,
  .entry-content ol li ol li,
  .entry-content ul li ol li {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .entry-content ol li,
  .entry-content ul li {
    font-size: 16px;
  }
  .entry-content ol li ul li,
  .entry-content ul li ul li,
  .entry-content ol li ol li,
  .entry-content ul li ol li {
    font-size: 14px;
  }
}
/*
**********************
      mixins.less
      used for css mizins
**********************
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
input,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
main,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 20px;
}
sup {
  font-size: 12px !important;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.displayFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
/* Taylor - keyframes */
/*
**********************
      home.less
      used for homepage
**********************
*/
.hero-section {
  position: relative;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .hero-section {
    height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-section {
    height: 600px;
  }
}
@media screen and (min-width: 1920px) {
  .hero-section {
    height: 800px;
  }
}
.hero-section .background-image {
  background: no-repeat center -135px / cover;
}
@media screen and (max-width: 1360px) {
  .hero-section .background-image {
    background: no-repeat center -40px / cover;
  }
}
.hero-section #video-bg,
.hero-section #still-image-bg {
  position: absolute;
  width: 100%;
  max-height: 800px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .hero-section #video-bg,
  .hero-section #still-image-bg {
    margin-bottom: 100px;
  }
}
.hero-section #video-bg video,
.hero-section #still-image-bg video {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .hero-section #video-bg video,
  .hero-section #still-image-bg video {
    height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-section #video-bg video,
  .hero-section #still-image-bg video {
    height: 600px;
  }
}
@media screen and (min-width: 1920px) {
  .hero-section #video-bg video,
  .hero-section #still-image-bg video {
    height: 800px;
  }
}
.hero-section #video-bg #video-hero-content,
.hero-section #still-image-bg #video-hero-content {
  position: absolute;
  width: 80%;
  margin-left: 10%;
  top: 25%;
}
@media screen and (min-width: 1200px) {
  .hero-section #video-bg #video-hero-content,
  .hero-section #still-image-bg #video-hero-content {
    width: 100%;
    margin-left: 0 !important;
    left: 50px;
    top: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .hero-section #video-bg #video-hero-content,
  .hero-section #still-image-bg #video-hero-content {
    display: none;
  }
}
.hero-section #video-bg #video-hero-content h1,
.hero-section #still-image-bg #video-hero-content h1 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  position: relative;
  font-size: 30px;
  line-height: 42px;
}
.hero-section #video-bg #video-hero-content h1 sup,
.hero-section #still-image-bg #video-hero-content h1 sup {
  position: absolute;
  color: #ffffff;
  top: 4px;
}
@media screen and (min-width: 768px) {
  .hero-section #video-bg #video-hero-content h1,
  .hero-section #still-image-bg #video-hero-content h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-section #video-bg #video-hero-content h1,
  .hero-section #still-image-bg #video-hero-content h1 {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 72px;
  }
}
.hero-section #video-bg #video-hero-content h3,
.hero-section #still-image-bg #video-hero-content h3 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
  color: #f8cbad;
  padding-bottom: 5px;
  font-family: 'Lato', sans-serif;
}
@media screen and (min-width: 1400px) {
  .hero-section #video-bg #video-hero-content h3,
  .hero-section #still-image-bg #video-hero-content h3 {
    font-size: 25px;
    line-height: 32px;
  }
}
.hero-section #video-bg #video-hero-content a,
.hero-section #still-image-bg #video-hero-content a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  line-height: 22px;
  font-family: 'Lato', sans-serif;
}
.hero-section #video-bg #video-hero-content a .btn-container,
.hero-section #still-image-bg #video-hero-content a .btn-container {
  margin-top: 10px;
  background: #e36f21;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 3px;
}
.hero-section .hero-content {
  padding-bottom: 260px;
  padding-left: 85px;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 1600px) {
  .hero-section .hero-content {
    max-width: 850px;
  }
}
@media screen and (max-width: 1420px) {
  .hero-section .hero-content {
    right: 70px;
    max-width: 830px;
  }
}
@media screen and (max-width: 1160px) {
  .hero-section .hero-content {
    max-width: 720px;
    padding-left: 55px;
  }
}
@media screen and (max-width: 1060px) {
  .hero-section .hero-content {
    padding-left: 60px;
  }
}
@media screen and (max-width: 980px) {
  .hero-section .hero-content {
    left: 43px;
  }
}
@media screen and (max-width: 640px) {
  .hero-section .hero-content {
    left: 75px;
    padding-left: 35px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 560px) {
  .hero-section .hero-content {
    left: 50px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .hero-section .hero-content {
    position: unset;
  }
}
.hero-section .hero-content .hero-heading {
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  padding-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .hero-section .hero-content .hero-heading {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 560px) {
  .hero-section .hero-content .hero-heading {
    margin-bottom: 5px;
  }
}
.hero-section .hero-content .hero-heading h2 {
  font-size: 70px;
  line-height: 72px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 980px) {
  .hero-section .hero-content .hero-heading h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 560px) {
  .hero-section .hero-content .hero-heading h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
.hero-section .hero-content .hero-heading h2 sup {
  color: white;
  font-size: 35px !important;
  margin-left: -12px;
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  .hero-section .hero-content .hero-heading h2 sup {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 560px) {
  .hero-section .hero-content .hero-heading h2 sup {
    font-size: 24px !important;
    margin-left: -5px;
  }
}
.hero-section .hero-content .hero-subheading {
  margin-bottom: 45px;
}
@media screen and (max-width: 980px) {
  .hero-section .hero-content .hero-subheading {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
}
.hero-section .hero-content .hero-subheading h3 {
  font-size: 25px;
  line-height: 32px;
  color: #f8cbad;
  padding-bottom: 30px;
}
@media screen and (max-width: 1420px) {
  .hero-section .hero-content .hero-subheading h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 980px) {
  .hero-section .hero-content .hero-subheading h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .hero-section .hero-content .hero-subheading h3 {
    padding-right: 40px;
  }
}
@media screen and (max-width: 560px) {
  .hero-section .hero-content .hero-subheading h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.hero-section .hero-content .hero-subheading2 {
  position: absolute;
  bottom: 50px;
  width: 50%;
  margin-top: 30px;
  color: white;
}
@media screen and (max-width: 980px) {
  .hero-section .hero-content .hero-subheading2 {
    bottom: 150px;
  }
}
@media screen and (max-width: 560px) {
  .hero-section .hero-content .hero-subheading2 {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .hero-section .hero-content .hero-subheading2 {
    bottom: 115px;
  }
}
@media screen and (max-width: 380px) {
  .hero-section .hero-content .hero-subheading2 h3 {
    font-size: 1.3em !important;
    line-height: 20px !important;
  }
}
@media screen and (max-width: 380px) {
  .hero-section .hero-content .hero-subheading2 iframe {
    width: 270px;
    height: 155px;
  }
}
.hero-section .hero-content .hero-subheading2.heading3 h3,
.hero-section .hero-content .hero-subheading2.heading4 h3 {
  font-size: 20px;
  color: white;
}
.hero-section .hero-content .hero-subheading2.heading3 h3 a,
.hero-section .hero-content .hero-subheading2.heading4 h3 a {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  color: #f16725;
}
.hero-section .hero-content .hero-subheading2.heading3 img,
.hero-section .hero-content .hero-subheading2.heading4 img {
  width: 150px;
}
.hero-section .hero-content .hero-subheading2.heading4 h3 {
  font-size: 20px;
}
.hero-section .hero-content .hero-subheading2 .subheadingLink {
  font-size: 25px;
  line-height: 25px;
  color: black;
}
.hero-section .hero-content .hero-subheading2 .subheadingLink:hover {
  text-decoration: underline;
  color: #BB7A3A;
}
@media screen and (max-width: 1420px) {
  .hero-section .hero-content .hero-subheading2 .subheadingLink {
    font-size: 25px;
  }
}
@media screen and (max-width: 980px) {
  .hero-section .hero-content .hero-subheading2 .subheadingLink {
    font-weight: 700;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .hero-section .hero-content .hero-subheading2 .subheadingLink {
    font-size: 18px !important;
    padding-bottom: 30px;
  }
}
.hero-section .hero-content .hero-subheading2 h3 {
  font-size: 25px;
  line-height: 25px;
  color: black;
  padding-bottom: 30px;
}
@media screen and (max-width: 1420px) {
  .hero-section .hero-content .hero-subheading2 h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 980px) {
  .hero-section .hero-content .hero-subheading2 h3 {
    color: #3f3f3f;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .hero-section .hero-content .hero-subheading2 h3 {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 980px) {
  .hero-section .hero-content .hero-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1700px) {
}
.hero-section .hero-content .hero-flex .pivotal-logo {
  display: flex;
}
@media screen and (max-width: 640px) {
  .hero-section .hero-content .hero-flex .pivotal-logo {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 380px) {
  .hero-section .hero-content .hero-flex .pivotal-logo {
    margin-bottom: 20px;
  }
}
.hero-section .hero-content .hero-flex .pivotal-logo img {
  width: 570px;
  height: auto;
}
@media screen and (max-width: 1420px) {
  .hero-section .hero-content .hero-flex .pivotal-logo img {
    width: 350px;
  }
}
@media screen and (max-width: 420px) {
  .hero-section .hero-content .hero-flex .pivotal-logo img {
    width: 250px;
  }
}
.hero-section .hero-content .hero-flex .pivotal-logo sup {
  color: white;
  font-size: 35px !important;
  margin-left: -30px;
  margin-top: 20px;
  font-weight: 300;
}
@media screen and (max-width: 1420px) {
  .hero-section .hero-content .hero-flex .pivotal-logo sup {
    font-size: 26px !important;
    margin-left: -18px;
    margin-top: 8px;
  }
}
.hero-section .background-image {
  z-index: -1;
}
@media screen and (max-width: 1160px) {
  .hero-section .background-image {
    background-position: 20%;
  }
}
@media screen and (max-width: 1060px) {
  .hero-section .background-image {
    background-position: 26%;
  }
}
@media screen and (max-width: 980px) {
  .hero-section .background-image {
    background-position: 0%;
  }
}
@media screen and (max-width: 640px) {
  .hero-section .background-image {
    background-position: 8%;
  }
}
@media screen and (max-width: 560px) {
  .hero-section .background-image {
    background-position: 12%;
  }
}
@media screen and (max-width: 500px) {
  .hero-section .background-image {
    background-position: 60%;
  }
}
.rotator {
  height: 100vh;
  position: relative;
  display: none;
}
@media screen and (min-width: 769px) {
  .rotator {
    display: none;
  }
}
.rotator .container {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0px;
  position: relative;
}
.rotator .container .inner-container {
  height: 100%;
  position: relative;
}
.rotator .container .inner-container .slide {
  background: no-repeat center center / cover;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -ms-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.rotator .container .inner-container .slide.slide-2 {
  background: no-repeat 50% center / cover;
}
.rotator .container .inner-container .slide .text-container {
  max-width: 650px;
  position: absolute;
  top: 50%;
  right: 5vw;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.rotator .container .inner-container .slide .text-container h1 {
  padding-right: 20px;
  font-size: 61px;
  line-height: 70px;
  color: #ffffff;
}
.rotator .container .inner-container .slide .text-container h1 span {
  color: #f16725;
  font-size: inherit;
  font-weight: inherit;
}
.rotator .container .inner-container .slide.active {
  opacity: 1;
}
.rotator .container .rotator-dots {
  z-index: 20;
  position: absolute;
  display: block;
  bottom: 30px;
  height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
.rotator .container .rotator-dots .dot {
  display: inline-block;
  border-radius: 10px;
  height: 15px;
  width: 15px;
  margin-right: 15px;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.rotator .container .rotator-dots .dot.active {
  background-color: #ffffff;
}
#video-panel {
  height: 800px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#video-panel video {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #video-panel {
    display: none;
  }
}
.video-hero-content-mobile {
  display: none;
  background: black;
  padding: 25px 40px;
}
.video-hero-content-mobile h1 {
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
  color: #f16725;
}
.video-hero-content-mobile .btn {
  margin-top: 25px;
  text-align: center;
}
.video-hero-content-mobile .btn a {
  background: #f36e21;
  font-size: 20px;
  font-weight: 700;
  color: white;
  border-radius: 50px;
  border: 3px solid white;
  padding: 7px 10px 10px;
}
.video-hero-content-mobile .down-arrow.mobile {
  display: block;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
}
.video-hero-content-mobile .down-arrow.mobile img {
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .video-hero-content-mobile {
    display: block;
  }
}
.arrow-panel {
  width: 100%;
  padding: 15px;
}
.arrow-panel .down-arrow {
  cursor: pointer;
  width: 20px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .arrow-panel .down-arrow {
    display: none;
  }
}
.arrow-panel .down-arrow img {
  height: auto;
  width: 100%;
}
#video-demo {
  border-top: 1px solid #454746;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #video-demo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
#video-demo > div:first-of-type {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 50px 100px;
}
@media screen and (max-width: 1200px) {
  #video-demo > div:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  #video-demo > div:first-of-type {
    padding: 50px 70px;
  }
}
@media screen and (max-width: 900px) {
  #video-demo > div:first-of-type {
    padding: 40px;
  }
}
#video-demo > div:last-of-type {
  width: 55%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #video-demo > div:last-of-type {
    width: 100%;
  }
}
#video-demo > div:last-of-type .image-background {
  background: transparent no-repeat left center / cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
}
@media screen and (max-width: 900px) {
  #video-demo > div:last-of-type .image-background {
    min-height: 450px;
  }
}
@media screen and (max-width: 700px) {
  #video-demo > div:last-of-type .image-background {
    min-height: 350px;
  }
}
@media screen and (max-width: 500px) {
  #video-demo > div:last-of-type .image-background {
    min-height: 250px;
  }
}
#video-demo > div p {
  font-size: 20px;
  line-height: 36px;
  width: 100%;
}
#video-demo > div p strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}
#video-demo > div p a {
  font-size: 14px;
  color: #f16725;
  word-break: break-all;
}
@media screen and (max-width: 1420px) {
  #video-demo > div p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1150px) {
  #video-demo > div p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 650px) {
  #video-demo > div p {
    text-align: center;
  }
}
@media screen and (max-width: 1650px) {
  .rotator .container .inner-container .slide .text-container {
    max-width: 600px;
    right: 0vw;
  }
  .rotator .container .inner-container .slide .text-container h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1545px) {
  .rotator .container .inner-container .slide .text-container {
    max-width: 525px;
    right: 0vw;
  }
  .rotator .container .inner-container .slide .text-container h1 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media screen and (max-width: 1325px) {
  .rotator .container .inner-container .slide .text-container {
    max-width: 475px;
    right: 0vw;
  }
  .rotator .container .inner-container .slide .text-container h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1250px) {
  .rotator .container .inner-container .slide .text-container {
    max-width: 525px;
    width: 100%;
    right: 0vw;
    top: auto;
    bottom: 200px;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  .rotator .container .inner-container .slide .text-container h1 {
    text-align: center;
    padding-left: 20px;
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .rotator {
    height: 725px;
  }
  .rotator .container .inner-container .slide .text-container {
    max-width: 525px;
    width: 100%;
    right: 0vw;
    top: auto;
    bottom: 150px;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  .rotator .container .inner-container .slide .text-container h1 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 38px;
    line-height: 43px;
  }
}
@media screen and (max-width: 800px) {
  .rotator {
    height: 425px;
  }
  .rotator .container .inner-container .slide .text-container {
    max-width: 525px;
    width: 100%;
    right: 0vw;
    top: auto;
    bottom: 110px;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  .rotator .container .inner-container .slide .text-container h1 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 36px;
  }
  .rotator .container .rotator-dots {
    bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .rotator {
    height: 375px;
  }
  .rotator .container .inner-container .slide .text-container {
    max-width: 525px;
    width: 100%;
    right: 0vw;
    top: auto;
    bottom: 110px;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  .rotator .container .inner-container .slide .text-container h1 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
    line-height: 31px;
  }
}
.three-col-panel {
  background: #454746;
}
.home-content-panel .container {
  padding: 80px 20px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.home-content-panel .container .inner-container {
  text-align: center;
}
.home-content-panel .container .inner-container p {
  font-size: 26px;
  line-height: 36px;
  position: relative;
  color: black;
}
.home-content-panel .container .inner-container sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.7em;
  left: -0.2em;
  font-size: 15px !important;
}
.action-items.slick {
  display: none;
}
.action-items.desktop {
  display: block;
}
.action-items .container {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.action-items .container .inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.action-items .container .inner-container .item {
  cursor: pointer;
  width: 25%;
  padding-right: 30px;
}
.action-items .container .inner-container .item .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.action-items .container .inner-container .item .item-inner .left.image svg {
  width: 50px;
  height: 50px;
}
.action-items .container .inner-container .item .item-inner .left.image svg .st0 {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.action-items .container .inner-container .item .item-inner .right {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.action-items .container .inner-container .item .item-inner .right p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  align-items: center;
  font-size: 26px;
  line-height: 26px;
  margin-left: 20px;
  position: relative;
}
.action-items .container .inner-container .item .item-inner .right p span {
  width: 100%;
  text-align: left;
  font-size: 26px;
  line-height: 26px;
  margin-left: 20px;
  display: block;
}
.action-items .container .inner-container .item .item-inner .right p span.gp-ml {
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-28%);
  -ms-transform: translateX(-28%);
  transform: translateX(-28%);
}
.action-items .container .inner-container .item:hover .item-inner .left.image svg .st0 {
  fill: #f16725;
}
.action-items .container .inner-container .item.item-1 {
  width: 20%;
}
.action-items .container .inner-container .item.item-2 {
  width: 30%;
}
.action-items .container .inner-container .item.item-2 .item-inner .right p {
  margin-left: -20px;
}
.action-items .container .inner-container .item.item-3 {
  width: 32%;
}
.action-items .container .inner-container .item.item-4 {
  width: 28%;
}
/*************************************************
* Action Items Reponsive
*************************************************/
@media screen and (max-width: 1500px) {
  .action-items .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .action-items .container .inner-container .item {
    padding-right: 15px;
  }
  .action-items .container .inner-container .item .item-inner .right p {
    text-align: left;
    font-size: 20px;
  }
  .action-items .container .inner-container .item .item-inner .right p span {
    font-size: 20px;
  }
  .action-items .container .inner-container .item .item-inner .right p span.gp-ml {
    -webkit-transform: translateX(-33%);
    -ms-transform: translateX(-33%);
    transform: translateX(-33%);
  }
  .action-items .container .inner-container .item.item-1 {
    width: 20%;
  }
  .action-items .container .inner-container .item.item-2 {
    width: 28%;
  }
  .action-items .container .inner-container .item.item-2 .item-inner .right p {
    margin-left: -55px;
  }
  .action-items .container .inner-container .item.item-3 {
    width: 32%;
  }
  .action-items .container .inner-container .item.item-4 {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .action-items .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .action-items .container .inner-container .item {
    padding-right: 10px;
  }
  .action-items .container .inner-container .item .item-inner .right p {
    text-align: left;
    font-size: 16px;
  }
  .action-items .container .inner-container .item .item-inner .right p span {
    font-size: 16px;
  }
  .action-items .container .inner-container .item .item-inner .right p span.gp-ml {
    -webkit-transform: translateX(-28%);
    -ms-transform: translateX(-28%);
    transform: translateX(-28%);
  }
  .action-items .container .inner-container .item.item-1 {
    width: 20%;
  }
  .action-items .container .inner-container .item.item-2 {
    width: 28%;
  }
  .action-items .container .inner-container .item.item-2 .item-inner .right p {
    margin-left: -30px;
  }
  .action-items .container .inner-container .item.item-3 {
    width: 32%;
  }
  .action-items .container .inner-container .item.item-4 {
    width: 20%;
  }
}
@media screen and (max-width: 965px) {
  .action-items .container {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .action-items .container .inner-container .item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .action-items .container .inner-container .item .item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .action-items .container .inner-container .item .item-inner .left {
    width: 100%;
    text-align: center;
  }
  .action-items .container .inner-container .item .item-inner .right {
    width: 100%;
  }
  .action-items .container .inner-container .item .item-inner .right p {
    font-size: 16px;
    text-align: center;
    margin-left: 0;
  }
  .action-items .container .inner-container .item .item-inner .right p span {
    text-align: center;
    font-size: 16px;
    margin-left: 0;
  }
  .action-items .container .inner-container .item .item-inner .right p span.gp-ml {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .action-items .container .inner-container .item.item-1 {
    width: 20%;
  }
  .action-items .container .inner-container .item.item-2 {
    width: 22%;
  }
  .action-items .container .inner-container .item.item-2 .item-inner .right p {
    margin-left: 0px;
  }
  .action-items .container .inner-container .item.item-3 {
    width: 28%;
  }
  .action-items .container .inner-container .item.item-4 {
    width: 30%;
  }
}
@media screen and (max-width: 725px) {
  .action-items.slick {
    display: block;
  }
  .action-items.desktop {
    display: none;
  }
  .action-items .container {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
  }
  .action-items .container .arrow {
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: 44%;
  }
  .action-items .container .arrow i {
    font-size: 36px;
  }
  .action-items .container .arrow:hover i {
    color: #f16725;
  }
  .action-items .container .prev-arrow {
    left: 20%;
  }
  .action-items .container .next-arrow {
    right: 20%;
  }
  .action-items .container .inner-container {
    flex-flow: unset;
    display: block;
  }
  .action-items .container .inner-container .item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .action-items .container .inner-container .item .item-inner {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .action-items .container .inner-container .item .item-inner .left {
    width: 100%;
    text-align: center;
  }
  .action-items .container .inner-container .item .item-inner .right {
    width: 100%;
  }
  .action-items .container .inner-container .item .item-inner .right p {
    font-size: 18px;
  }
  .action-items .container .inner-container .item .item-inner .right p span {
    font-size: 18px;
  }
  .action-items .container .inner-container .item.item-1 {
    width: 100%;
  }
  .action-items .container .inner-container .item.item-2 {
    width: 100%;
  }
  .action-items .container .inner-container .item.item-3 {
    width: 100%;
  }
  .action-items .container .inner-container .item.item-4 {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .action-items .container .prev-arrow {
    left: 10%;
  }
  .action-items .container .next-arrow {
    right: 10%;
  }
}
.single-panel-section .container {
  padding-top: 245px;
  padding-bottom: 220px;
  max-width: 1550px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
.single-panel-section .container .inner-container .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.single-panel-section .container .inner-container .text-wrapper .left {
  width: 50%;
}
.single-panel-section .container .inner-container .text-wrapper .left h2 {
  color: #ffffff;
  font-size: 53px;
  line-height: 62px;
  padding-right: 30px;
}
.single-panel-section .container .inner-container .text-wrapper .left sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -1.4em;
  left: -0.2em;
  color: white;
  font-size: 22px !important;
}
.single-panel-section .container .inner-container .text-wrapper .right {
  margin-top: 8px;
  width: 50%;
  max-width: 640px;
}
.single-panel-section .container .inner-container .text-wrapper .right p {
  color: #ffffff;
  font-size: 20px;
  line-height: 36px;
}
.single-panel-section .container .inner-container .text-wrapper .right .button-container {
  margin-top: 50px;
}
/*************************************************
* Single Panel Section Responsive
*************************************************/
@media screen and (max-width: 1200px) {
  .single-panel-section .container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .single-panel-section .container .inner-container .text-wrapper .left h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .single-panel-section .container .inner-container .text-wrapper .right {
    max-width: 640px;
  }
  .single-panel-section .container .inner-container .text-wrapper .right p {
    font-size: 15px;
    line-height: 26px;
  }
  .single-panel-section .container .inner-container .text-wrapper .right .button-container {
    margin-top: 40px;
  }
}
/*************************************************
* Single Panel Section Responsive
*************************************************/
@media screen and (max-width: 900px) {
  .single-panel-section .container {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .single-panel-section .container .inner-container .text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .single-panel-section .container .inner-container .text-wrapper .left {
    width: 100%;
  }
  .single-panel-section .container .inner-container .text-wrapper .left h2 {
    text-align: center;
    margin-bottom: 45px;
    padding-right: 0;
  }
  .single-panel-section .container .inner-container .text-wrapper .right {
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .single-panel-section .container .inner-container .text-wrapper .right p {
    text-align: center;
  }
  .single-panel-section .container .inner-container .text-wrapper .right .button-container {
    margin-top: 52px;
  }
}
@media screen and (max-width: 500px) {
  .single-panel-section .container {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .single-panel-section .container .inner-container .text-wrapper .left h2 {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 31px;
  }
  .single-panel-section .container .inner-container .text-wrapper .right p {
    font-size: 14px;
    line-height: 24px;
  }
  .single-panel-section .container .inner-container .text-wrapper .right .button-container {
    margin-top: 40px;
  }
}
.multi-panel-section {
  position: relative;
  overflow: hidden;
}
.multi-panel-section .container {
  padding: 0;
}
.multi-panel-section .container .inner-container {
  position: relative;
}
.multi-panel-section .container .inner-container .section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.multi-panel-section .container .inner-container .section.image-left .image {
  position: relative;
}
.multi-panel-section .container .inner-container .section.image-left .text .text-wrapper {
  position: relative;
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  opacity: 0;
  -webkit-transform: translateX(99%);
  -ms-transform: translateX(99%);
  transform: translateX(99%);
}
.multi-panel-section .container .inner-container .section.image-left .text .text-wrapper.gp-animate {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.multi-panel-section .container .inner-container .section.image-right .image {
  position: relative;
}
.multi-panel-section .container .inner-container .section.image-right .text {
  position: relative;
}
.multi-panel-section .container .inner-container .section.image-right .text .text-wrapper {
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  opacity: 0;
  -webkit-transform: translateX(-99%);
  -ms-transform: translateX(-99%);
  transform: translateX(-99%);
}
.multi-panel-section .container .inner-container .section.image-right .text .text-wrapper.gp-animate {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.multi-panel-section .container .inner-container .section .image {
  width: 50%;
}
.multi-panel-section .container .inner-container .section .image .background-image {
  background: no-repeat center center / cover;
  min-height: 706px;
  height: 100%;
}
.multi-panel-section .container .inner-container .section .text {
  width: 50%;
  height: 100%;
}
.multi-panel-section .container .inner-container .section .text .text-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}
.multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
}
.multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper h2 {
  width: 100%;
  color: #454746;
  font-size: 31px;
  margin-bottom: 38px;
  line-height: 37px;
}
.multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper p {
  font-size: 20px;
  line-height: 36px;
  color: #454746;
}
.multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper p ul {
  margin-top: 35px;
  margin-bottom: 40px;
}
.multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper p ul li {
  position: relative;
  padding-left: 28px;
  list-style: none;
  color: #454746;
}
.multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper p ul li strong {
  font-size: inherit;
  font-weight: 700;
}
.multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper p ul li::before {
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  content: "\f105";
  color: green;
  font-size: 15px;
}
.multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper .button-container {
  margin-top: 40px;
}
/*************************************************
* Multi Panel Section Responsive
*************************************************/
@media screen and (max-width: 1150px) {
  .multi-panel-section {
    position: relative;
    overflow: hidden;
  }
  .multi-panel-section .container .inner-container .section .image .background-image {
    min-height: 490px;
  }
  .multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 550px;
  }
  .multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper h2 {
    font-size: 22px;
    margin-bottom: 26px;
    line-height: 26px;
  }
  .multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper p {
    font-size: 14px;
    line-height: 26px;
  }
  .multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper .button-container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .multi-panel-section {
    position: relative;
    overflow: hidden;
  }
  .multi-panel-section .container .inner-container .section {
    position: relative;
  }
  .multi-panel-section .container .inner-container .section.image-left .image {
    position: relative;
  }
  .multi-panel-section .container .inner-container .section.image-left .image .background-image {
    background: no-repeat right center / cover;
  }
  .multi-panel-section .container .inner-container .section.image-right .image {
    position: relative;
  }
  .multi-panel-section .container .inner-container .section.image-right .image .background-image {
    background: no-repeat left center / cover;
  }
  .multi-panel-section .container .inner-container .section.image-right .text {
    position: relative;
  }
  .multi-panel-section .container .inner-container .section .image {
    width: 39%;
  }
  .multi-panel-section .container .inner-container .section .image .background-image {
    min-height: 490px;
  }
  .multi-panel-section .container .inner-container .section .text {
    width: 61%;
  }
  .multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 550px;
  }
  .multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper p {
    font-size: 14px;
    line-height: 26px;
  }
  .multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper .button-container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 650px) {
  .multi-panel-section {
    position: relative;
    overflow: hidden;
  }
  .multi-panel-section .container .inner-container .section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .multi-panel-section .container .inner-container .section.image-left .image {
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: relative;
  }
  .multi-panel-section .container .inner-container .section.image-left .image .background-image {
    background: no-repeat center center / cover;
  }
  .multi-panel-section .container .inner-container .section.image-left .text {
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .multi-panel-section .container .inner-container .section.image-right .image {
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: relative;
  }
  .multi-panel-section .container .inner-container .section.image-right .image .background-image {
    background: no-repeat center center / cover;
  }
  .multi-panel-section .container .inner-container .section.image-right .text {
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    position: relative;
  }
  .multi-panel-section .container .inner-container .section .image {
    width: 100%;
  }
  .multi-panel-section .container .inner-container .section .image .background-image {
    min-height: 490px;
  }
  .multi-panel-section .container .inner-container .section .text {
    position: relative;
    width: 100%;
    top: -45px;
    background: #ffffff;
    z-index: 5;
    margin-right: 22px;
    margin-left: 22px;
  }
  .multi-panel-section .container .inner-container .section .text .text-outer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper h2 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    margin-bottom: 26px;
  }
  .multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper p {
    text-align: center;
    line-height: 24px;
  }
  .multi-panel-section .container .inner-container .section .text .text-outer-wrapper .text-wrapper .button-container {
    margin-top: 45px;
  }
}
.pre-footer-section .container {
  padding-top: 160px;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 130px;
}
.pre-footer-section .container .inner-container {
  text-align: center;
}
.pre-footer-section .container .inner-container h2 {
  margin-bottom: 38px;
  font-size: 45px;
  line-height: 48px;
  color: #454746;
}
.pre-footer-section .container .inner-container h2 span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.pre-footer-section .container .inner-container p {
  font-size: 20px;
  line-height: 36px;
}
@media screen and (max-width: 1100px) {
  .pre-footer-section .container {
    padding-top: 140px;
    max-width: 950px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 115px;
  }
  .pre-footer-section .container .inner-container {
    text-align: center;
  }
  .pre-footer-section .container .inner-container h2 {
    margin-bottom: 25px;
    font-size: 37px;
    line-height: 45px;
  }
  .pre-footer-section .container .inner-container p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  .pre-footer-section .container {
    padding-top: 120px;
    max-width: 725px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 115px;
  }
  .pre-footer-section .container .inner-container {
    text-align: center;
  }
  .pre-footer-section .container .inner-container h2 {
    margin-bottom: 25px;
    font-size: 37px;
    line-height: 45px;
  }
  .pre-footer-section .container .inner-container h2 span {
    display: block;
  }
  .pre-footer-section .container .inner-container p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 550px) {
  .pre-footer-section {
    position: relative;
  }
  .pre-footer-section .container {
    padding-top: 115px;
    max-width: 725px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 110px;
  }
  .pre-footer-section .container::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    height: 1px;
    width: 33%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background: #c8cdcb;
  }
  .pre-footer-section .container .inner-container {
    text-align: center;
  }
  .pre-footer-section .container .inner-container h2 {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 28px;
  }
  .pre-footer-section .container .inner-container p {
    font-size: 14px;
    line-height: 24px;
  }
}
.recent-posts-section {
  width: 100%;
  background-color: #454746;
}
.recent-posts-section .inner-container {
  padding: 90px 50px;
}
@media screen and (max-width: 1200px) {
  .recent-posts-section .inner-container {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 600px) {
  .recent-posts-section .inner-container {
    padding: 50px 20px;
  }
}
.recent-posts-section .inner-container h2 {
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 26px;
  color: #ffffff;
}
.recent-posts-section .inner-container .recent-posts-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  color: #ffffff;
}
@media screen and (max-width: 700px) {
  .recent-posts-section .inner-container .recent-posts-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.recent-posts-section .inner-container .recent-posts-inner .blogpost {
  width: calc(50% - 26px);
  margin: 10px 13px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.recent-posts-section .inner-container .recent-posts-inner .blogpost:hover {
  border: 1px solid #f16725;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 850px) {
  .recent-posts-section .inner-container .recent-posts-inner .blogpost {
    width: calc(50% - 10px);
    margin: 10px 5px;
  }
}
@media screen and (max-width: 700px) {
  .recent-posts-section .inner-container .recent-posts-inner .blogpost {
    width: 100%;
    margin: 5px 0;
  }
}
.recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container {
  padding: 20px 25px;
}
@media screen and (max-width: 700px) {
  .recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container {
    padding: 15px 5px;
  }
}
.recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container p {
  color: #ffffff;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 900px) {
  .recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 650px) {
  .recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container p {
    text-align: center;
    line-height: 24px;
  }
}
.recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container .post-meta {
  margin-bottom: 10px;
}
.recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container .post-meta p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 20px;
}
.recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container .img-wrapper {
  height: 130px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container .img-wrapper img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}
.recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container h3 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 650px) {
  .recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container h3 {
    text-align: center;
  }
}
.recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container p.readmore {
  margin-top: 15px;
  color: #f16725;
  font-size: 16px;
  padding: 0;
  line-height: 20px;
}
.recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container a:hover {
  color: #f16725;
  text-decoration: none !important;
}
.recent-posts-section .inner-container .recent-posts-inner .blogpost .inner-post-container a:hover span.readmore {
  text-decoration: underline;
}
/*
**********************
      interior.less
      used for internal pages
**********************
*/
.page-id-96 .interior .top-page-banner .text {
  bottom: 2%;
}
.page-id-163 .interior .top-page-banner {
  height: 945px;
  background: no-repeat center 24% / cover;
}
@media screen and (max-width: 1000px) {
  .page-id-163 .interior .top-page-banner {
    height: 700px;
  }
}
.page-id-163 .interior .top-page-banner .text {
  bottom: 22.5%;
}
@media screen and (max-width: 1000px) {
  .page-id-163 .interior .top-page-banner .text {
    bottom: 17.5%;
  }
}
.interior .top-page-banner {
  height: 534px;
  background: no-repeat center center / cover;
  position: relative;
}
.interior .top-page-banner .text {
  position: absolute;
  bottom: 3.5%;
  left: 50%;
  max-width: 350px;
  width: 1100px;
  padding: 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(231, 127, 12, 0.6);
  padding: 54px 38px;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  -ms-border-radius: 180px;
  -o-border-radius: 180px;
  border-radius: 180px;
  min-height: 350px;
}
.interior .top-page-banner .text h1 {
  text-align: center;
  font-size: 39px;
  line-height: 44px;
  color: #ffffff;
  font-weight: lighter;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.interior .top-page-banner .text h1 sup {
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .interior .top-page-banner .text {
    padding: 20px;
    max-width: 300px;
    min-height: 300px;
  }
  .interior .top-page-banner .text h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.interior .entry-content {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.interior .entry-content .container {
  padding-left: 0px;
  padding-right: 0px;
}
.interior .entry-content h2 {
  font-size: 42px;
  line-height: 49px;
  color: #454746;
}
.interior .entry-content p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.interior .entry-content p strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}
.interior .entry-content p em {
  font-size: 20px;
}
.interior .entry-content ul {
  margin-bottom: 30px;
}
.interior .entry-content .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: center;
  align-items: center;
}
.interior .entry-content .gallery .gallery-item {
  padding: 10px;
}
.interior .entry-content .gallery#gallery-2 {
  -webkit-justify-content: start;
  justify-content: start;
}
.interior .entry-content .container h2 {
  margin: 30px 0;
}
.interior .interior-split-panel {
  padding-top: 115px;
  padding-bottom: 120px;
  max-width: 100%;
  width: 1920px;
  margin: 0 auto;
}
.interior .interior-split-panel .full-width-container {
  max-width: 1400px;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
}
.interior .interior-split-panel .full-width-container .left.panel {
  padding-right: 8vw;
  position: relative;
}
.interior .interior-split-panel .full-width-container .left.panel::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 80%;
  width: 1px;
  background: #919493;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.interior .interior-split-panel .full-width-container .right.panel {
  padding-left: 8vw;
}
.interior .interior-split-panel .full-width-container .panel {
  width: 50%;
}
.interior .interior-split-panel .full-width-container .panel .text-content {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  max-width: 520px;
  position: relative;
}
.interior .interior-split-panel .full-width-container .panel .text-content .quote-mark {
  position: absolute;
  content: '';
  top: -5px;
  left: -25px;
  color: #ffffff;
  font-size: 36px;
}
.interior .interior-split-panel .full-width-container .panel .text-content p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}
.interior .interior-split-panel .full-width-container .panel .text-content p strong {
  font-weight: bold;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1000px) {
  .interior .top-page-banner {
    height: 490px;
  }
  .interior .top-page-banner .text h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .interior .entry-content {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .interior .entry-content h2 {
    font-size: 36px;
    line-height: 41px;
  }
  .interior .entry-content p {
    font-size: 18px;
    line-height: 25px;
  }
  .interior .interior-split-panel {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .interior .interior-split-panel .full-width-container {
    max-width: 1400px;
    padding-left: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .interior .interior-split-panel .full-width-container .left.panel {
    padding-right: 0vw;
    position: relative;
  }
  .interior .interior-split-panel .full-width-container .left.panel::after {
    content: none;
  }
  .interior .interior-split-panel .full-width-container .right.panel {
    position: relative;
    margin-top: 60px;
    padding-top: 60px;
    padding-left: 0vw;
  }
  .interior .interior-split-panel .full-width-container .right.panel::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 1px;
    width: 40%;
    background: #919493;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .interior .interior-split-panel .full-width-container .panel {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .interior .interior-split-panel .full-width-container .panel .text-content {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    max-width: 520px;
  }
}
@media screen and (max-width: 600px) {
  .interior .top-page-banner {
    height: 410px;
  }
  .interior .top-page-banner .text h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .interior .entry-content {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .interior .entry-content h2 {
    font-size: 32px;
    line-height: 37px;
  }
  .interior .entry-content p {
    font-size: 16px;
    line-height: 25px;
  }
  .interior .interior-split-panel {
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .interior .interior-split-panel .full-width-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .interior .interior-split-panel .full-width-container .panel .text-content {
    font-size: 14px;
    line-height: 23px;
  }
  .interior .interior-split-panel .full-width-container .panel .text-content p strong {
    font-weight: bold;
  }
  .interior .interior-split-panel .full-width-container .panel .text-content .quote-mark {
    top: -3px;
    left: -16px;
    font-size: 30px;
  }
}
.interior .product-box-link-section {
  max-width: 1145px;
  padding-top: 0;
  padding-bottom: 100px;
}
.interior .product-box-link-section .sub-text {
  text-align: center;
  font-weight: 300;
  padding-bottom: 25px;
}
.interior .product-box-link-section .prod-box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.interior .product-box-link-section .prod-box-flex .product-box-link {
  width: 32%;
  border: 5px solid #9c9c9c;
  border-radius: 10px;
  padding: 60px 40px 90px;
  transition: all 0.3s;
  text-decoration: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 1020px) {
  .interior .product-box-link-section .prod-box-flex .product-box-link {
    width: 48%;
  }
}
@media screen and (max-width: 680px) {
  .interior .product-box-link-section .prod-box-flex .product-box-link {
    width: 100%;
  }
}
.interior .product-box-link-section .prod-box-flex .product-box-link:hover {
  border: 5px solid #f16725;
  box-shadow: 0 0 6px 2px #f16725;
}
.interior .product-box-link-section .prod-box-flex .product-box-link .box-title {
  text-align: center;
  font-size: 22px;
  padding-bottom: 85px;
}
.interior .product-box-link-section .prod-box-flex .product-box-link .box-image {
  text-align: center;
}
.interior .product-box-link-section .prod-box-flex .product-box-link .box-image .box-text {
  max-width: 120px;
  margin: 0 auto;
  font-weight: 600;
  padding-top: 5px;
}
.interior .product-box-link-section .prod-box-flex .product-box-link.box-left .box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
}
.interior .product-box-link-section .prod-box-flex .product-box-link.box-left .box-flex .box-image {
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
}
.interior .product-box-link-section .prod-box-flex .product-box-link.box-left .box-flex .box-image img {
  width: auto;
  height: 80px;
}
.interior .product-box-link-section .prod-box-flex .product-box-link.box-center .box-image img {
  width: 95px;
  height: auto;
}
.interior .product-box-link-section .prod-box-flex .product-box-link.box-center .top-image {
  margin-bottom: 45px;
}
.interior .product-box-link-section .prod-box-flex .product-box-link.box-center .box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
}
.interior .product-box-link-section .prod-box-flex .product-box-link.box-center .box-flex .box-image {
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
}
.interior .product-box-link-section .prod-box-flex .product-box-link.box-center .box-flex .box-image img {
  width: auto;
  height: 80px;
}
.wp-video {
  margin: 0 auto;
}
.iframediv {
  text-align: center;
}
.iframediv iframe {
  width: 100%;
}
/*
**********************
      ourteam.less
      used for our team panel
**********************
*/
.interior {
  position: relative;
}
.interior .our-team-container {
  position: relative;
  margin-top: -50px;
}
.interior .our-team-container .our-team-inner.bios {
  text-align: center;
}
.interior .our-team-container .our-team-inner.bios .heading {
  text-align: center;
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 80px;
}
.interior .our-team-container .our-team-inner.bios .team-member-container {
  position: static;
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul {
  display: block;
  list-style: none;
  max-width: 100%;
  width: 1250px;
  margin: 0 auto !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li {
  padding-bottom: 20px;
  display: inline-block;
  width: 280px;
  height: 280px;
  min-height: 280px;
  text-align: left;
  -webkit-transition: height 0.4s, opacity 0.3s;
  -moz-transition: height 0.4s, opacity 0.3s;
  -o-transition: height 0.4s, opacity 0.3s;
  -ms-transition: height 0.4s, opacity 0.3s;
  transition: height 0.4s, opacity 0.3s;
}
@media screen and (max-width: 980px) {
  .interior .our-team-container .our-team-inner.bios .team-member-container ul li {
    width: 240px;
    height: 240px;
  }
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li a {
  position: relative;
  color: #ffffff;
  width: 280px;
  height: 280px;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .interior .our-team-container .our-team-inner.bios .team-member-container ul li a {
    width: 240px;
    height: 240px;
  }
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li a:hover .hover-text {
  opacity: 1;
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li a:hover .overlay {
  opacity: 0.75;
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li a img {
  opacity: 1;
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: transform 0.5s, filter 0.8s ease-in-out;
  filter: grayscale(100%);
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li a img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li a .hover-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  background: #363837;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li a .hover-text p {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li .hidden {
  position: absolute;
  left: 0;
  top: auto;
  background: transparent;
  opacity: 1;
  width: 100%;
  display: none;
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li .hidden .container {
  max-width: 100%;
  width: 1100px;
  padding: 60px 20px 30px 20px;
  position: relative;
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li .hidden .container .bio-text p {
  font-size: 18px;
  line-height: 28px;
  color: #868b89;
  margin-bottom: 15px;
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li .hidden .container .bio-text .name {
  color: #f16725;
  font-size: 18px;
  margin-bottom: 10px;
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li .hidden .container .bio-text .position {
  color: #868b89;
  font-size: 18px;
  margin-bottom: 10px;
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li .hidden .container .bio-text .org {
  color: #868b89;
  font-size: 18px;
  margin-bottom: 25px;
}
.interior .our-team-container .our-team-inner.bios .team-member-container ul li .hidden .container .bio-text p.content {
  font-size: 18px;
  line-height: 25px;
  color: #868b89;
}
.interior .our-team-container .our-team-inner.bios.directors .team-member-container ul li {
  width: 240px;
  height: 240px;
}
.interior .our-team-container .our-team-inner.bios.directors .team-member-container ul li a {
  width: 240px;
  height: 240px;
}
.clear-float {
  clear: both;
  width: 100%;
  height: 0.001em;
}
/*
**********************
      career-page.less
      used for career page styling
**********************
*/
.career-page .entry-content .container h3 {
  margin-bottom: 20px;
  font-weight: bolder;
}
.career-page .entry-content .container .career-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.career-page .entry-content .container .career-entry .left a {
  font-size: 18px;
}
.career-page .entry-content .container .career-entry .right .location p {
  margin-bottom: 10px;
  padding-bottom: 0;
}
/*************************************************
* Career-page Responsive
*************************************************/
@media screen and (max-width: 600px) {
  .career-page .entry-content .container h3 {
    font-size: 24px;
  }
  .career-page .entry-content .container .career-entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .career-page .entry-content .container .career-entry .left {
    width: 100%;
  }
  .career-page .entry-content .container .career-entry .left a {
    font-size: 18px;
  }
  .career-page .entry-content .container .career-entry .right {
    width: 100%;
  }
  .career-page .entry-content .container .career-entry .right .location p {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}
/*
**********************
      news.less
**********************
*/
.news .inner-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.news .inner-flex.blog-flex article {
  width: calc(50% - 10px);
}
@media screen and (max-width: 700px) {
  .news .inner-flex.blog-flex article {
    width: 100%;
    margin: 5px 0;
  }
}
.news .inner-flex article {
  width: calc(33% - 10px);
  margin: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news .inner-flex article:hover {
  border: 1px solid #f16725;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .news .inner-flex article {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 580px) {
  .news .inner-flex article {
    width: 100%;
    margin-bottom: 10px;
  }
}
.news .inner-flex article .inner-container {
  padding: 20px 25px;
}
.news .inner-flex article .inner-container .post-meta p {
  color: #454746;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 20px;
  letter-spacing: 0.025em;
}
.news .inner-flex article .img-wrapper {
  height: 130px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.news .inner-flex article .img-wrapper img {
  max-height: 100%;
  width: auto;
}
.news .inner-flex article h2 {
  font-size: 17px;
  line-height: 22px;
  color: #363837;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.news .inner-flex article p.readmore {
  margin-top: 15px;
  color: #f16725;
  font-size: 16px;
  padding: 0;
  line-height: 20px;
}
.news .inner-flex article a:hover {
  color: #f16725;
  text-decoration: none !important;
}
.news .inner-flex article a:hover span.readmore {
  text-decoration: underline;
}
.news .interior .news-entry {
  margin-bottom: 60px;
}
.news .interior .news-entry a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.news .interior .news-entry a .left {
  width: 33%;
}
.news .interior .news-entry a .left .background-image {
  background: no-repeat center center / cover;
  min-height: 220px;
}
.news .interior .news-entry a .right {
  width: 67%;
  padding-left: 3vw;
}
.news .interior .news-entry a .right .title h1,
.news .interior .news-entry a .right .title h2,
.news .interior .news-entry a .right .title h3,
.news .interior .news-entry a .right .title h4,
.news .interior .news-entry a .right .title h5,
.news .interior .news-entry a .right .title h6 {
  margin-top: 0;
  line-height: 1.85em;
}
@media screen and (max-width: 1115px) {
  .news .interior .news-entry a .left .background-image {
    min-height: 195px;
  }
  .news .interior .news-entry a .right .title h1,
  .news .interior .news-entry a .right .title h2,
  .news .interior .news-entry a .right .title h3,
  .news .interior .news-entry a .right .title h4,
  .news .interior .news-entry a .right .title h5,
  .news .interior .news-entry a .right .title h6 {
    font-size: 1.45em;
    line-height: 1.55em;
  }
}
@media screen and (max-width: 800px) {
  .news .interior .news-entry a .left .background-image {
    min-height: 170px;
  }
  .news .interior .news-entry a .right .title h1,
  .news .interior .news-entry a .right .title h2,
  .news .interior .news-entry a .right .title h3,
  .news .interior .news-entry a .right .title h4,
  .news .interior .news-entry a .right .title h5,
  .news .interior .news-entry a .right .title h6 {
    font-size: 1.15em;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 625px) {
  .news .interior .news-entry a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .news .interior .news-entry a .left {
    width: 100%;
  }
  .news .interior .news-entry a .left .background-image {
    min-height: 225px;
    margin-bottom: 30px;
  }
  .news .interior .news-entry a .right {
    width: 100%;
  }
  .news .interior .news-entry a .right .title {
    position: relative;
  }
  .news .interior .news-entry a .right .title h1,
  .news .interior .news-entry a .right .title h2,
  .news .interior .news-entry a .right .title h3,
  .news .interior .news-entry a .right .title h4,
  .news .interior .news-entry a .right .title h5,
  .news .interior .news-entry a .right .title h6 {
    font-size: 1.15em;
    line-height: 1.25em;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .news .interior .news-entry a .right .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 50%;
    background: #868b89;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .navigation.pagination .nav-links .page-numbers {
    padding: 5px 5px;
    font-size: 12px;
  }
  .navigation.pagination .nav-links .page-numbers span {
    font-size: inherit;
    color: inherit;
  }
}
.navigation.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.navigation.pagination h2.screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links .page-numbers {
  padding: 5px 10px;
}
.navigation.pagination .nav-links .page-numbers span {
  color: inherit;
}
.navigation.post-navigation h2.screen-reader-text {
  display: none;
}
.navigation.post-navigation .nav-links {
  text-align: center;
}
.navigation.post-navigation .nav-links .nav-previous {
  margin-bottom: 10px;
}
.navigation.post-navigation .meta-nav {
  display: none;
}
.navigation.post-navigation .screen-reader-text {
  font-weight: bolder;
}
.single-post .background-image {
  background: no-repeat center center / cover;
  min-height: 350px;
}
.single-post .title {
  margin-top: 5px;
  text-align: center;
}
.single-post .entry-footer {
  display: none;
}
@media screen and (max-width: 950px) {
  .single-post .title {
    font-size: 1.45em;
    line-height: 1.55em;
  }
}
@media screen and (max-width: 525px) {
  .single-post .title {
    font-size: 1.25em;
    line-height: 1.35em;
  }
}
/*
**********************
      moby.less
      styling
**********************
*/
/* 
 * MOBY.LESS VERSION 1.7.1
 */
#moby-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#moby-overlay.dark {
  background: rgba(0, 0, 0, 0.85);
}
#moby-overlay.light {
  background: rgba(255, 255, 255, 0.65);
}
#moby-overlay.moby-overlay-active {
  visibility: visible !important;
  opacity: 1 !important;
}
.moby-body-fixed {
  overflow: hidden !important;
}
#moby {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(63, 63, 63, 0.75);
  -webkit-transition: all 0.4s, visibility 0s;
  -moz-transition: all 0.4s, visibility 0s;
  -o-transition: all 0.4s, visibility 0s;
  -ms-transition: all 0.4s, visibility 0s;
  transition: all 0.4s, visibility 0s;
  padding: 20px 0px;
  right: 0;
}
#moby * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#moby.moby-hidden {
  visibility: hidden;
}
#moby.right-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  width: 280px;
}
#moby.right-side.moby-active {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  border-left: solid 1px rgba(0, 0, 0, 0.08);
}
#moby.fade {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
#moby.fade.moby-active {
  opacity: 1 !important;
  visibility: visible !important;
}
#moby.fade ul {
  width: 100% !important;
}
#moby.left-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 280px;
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
#moby.left-side.moby-active {
  -webkit-transform: translateX(0px) !important;
  -moz-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
}
#moby.top-full {
  position: fixed;
  z-index: 3000;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
#moby.top-full ul {
  width: 100% !important;
}
#moby.top-full.moby-active {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
#moby.bottom-full {
  position: fixed;
  z-index: 3000;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
#moby.bottom-full ul {
  width: 100% !important;
}
#moby.bottom-full.moby-active {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
#moby.grow-out {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  visibility: hidden;
  opacity: 0;
}
#moby.grow-out ul {
  width: 100% !important;
}
#moby.grow-out.moby-active {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
#moby.shrink-in {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
}
#moby.shrink-in ul {
  width: 100% !important;
}
#moby.shrink-in.moby-active {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
#moby ul {
  list-style: none;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
#moby ul ul {
  display: none;
}
#moby ul li ul a {
  padding: 10px 60px 10px 40px;
  font-weight: 400;
}
#moby ul li ul li ul a {
  padding: 10px 60px 10px 50px;
}
#moby ul li a {
  border-bottom: solid 1px rgba(48, 48, 48, 0.75);
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 10px 60px 10px 20px;
}
#moby ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #f16725;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  z-index: -1;
}
#moby ul li a:hover::after {
  width: 100%;
}
#moby ul li a .moby-expand {
  position: absolute;
  background: rgba(48, 48, 48, 0.75);
  width: 40px;
  text-align: center;
  top: 0;
  right: 0;
  height: 100%;
  padding: 10px;
}
#moby ul li a .moby-expand span {
  font-size: 12px;
}
#moby ul li a .moby-expand i,
#moby ul li a .moby-expand span {
  width: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  color: #f16725;
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
#moby:not(.moby-has-multi-level) #moby-close {
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#moby:not(.moby-has-multi-level) #moby-close span {
  font-weight: bold;
  margin-right: 10px;
}
#moby:not(.moby-has-multi-level) #moby-close i {
  color: #f16725;
}
#moby.moby-has-multi-level {
  padding: 0;
}
#moby.moby-has-multi-level ul {
  height: calc(100vh - 78px);
  top: 78px;
  position: fixed;
  right: 0;
  width: 280px;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  background: rgba(63, 63, 63, 0.75);
}
#moby.moby-has-multi-level ul ul {
  display: block;
}
#moby.moby-has-multi-level.moby-ie-fix nav > ul > li ul {
  height: calc(100vh - 78px);
  top: 78px;
  z-index: 2;
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
#moby.moby-has-multi-level.moby-ie-fix nav > ul > li > ul > li > ul {
  z-index: 3;
}
#moby.moby-has-multi-level.moby-ie-fix nav > ul > li > ul > li > ul li ul {
  z-index: 4;
}
#moby.moby-has-multi-level.moby-ie-fix nav > ul > li > ul > li > ul li ul li ul {
  z-index: 5;
}
#moby.moby-has-multi-level.moby-ie-fix nav > ul > li > ul > li > ul li ul li ul li ul {
  z-index: 6;
}
#moby.moby-has-multi-level nav > ul {
  -webkit-transform: translate3d(280px,0,0);
  -moz-transform: translate3d(280px,0,0);
  -ms-transform: translate3d(280px,0,0);
  transform: translate3d(280px,0,0);
  -webkit-transition: all 0s 0.4s;
  -moz-transition: all 0s 0.4s;
  -o-transition: all 0s 0.4s;
  -ms-transition: all 0s 0.4s;
  transition: all 0s 0.4s;
}
#moby.moby-has-multi-level nav > ul > li ul {
  height: 100%;
  top: 0;
  z-index: 2;
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
#moby.moby-has-multi-level nav > ul > li > ul > li > ul {
  z-index: 3;
}
#moby.moby-has-multi-level nav > ul > li > ul > li > ul li ul {
  z-index: 4;
}
#moby.moby-has-multi-level nav > ul > li > ul > li > ul li ul li ul {
  z-index: 5;
}
#moby.moby-has-multi-level nav > ul > li > ul > li > ul li ul li ul li ul {
  z-index: 6;
}
#moby.moby-has-multi-level ul.moby-ul-active {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
#moby.moby-has-multi-level.left-side nav > ul {
  -webkit-transform: translate3d(-280px,0,0);
  -moz-transform: translate3d(-280px,0,0);
  -ms-transform: translate3d(-280px,0,0);
  transform: translate3d(-280px,0,0);
  -webkit-transform: all 0s 0.4s;
  -moz-transform: all 0s 0.4s;
  -ms-transform: all 0s 0.4s;
  transform: all 0s 0.4s;
}
#moby.moby-has-multi-level.left-side nav > ul > li ul {
  -webkit-transform: translate3d(-100%,0,0);
  -moz-transform: translate3d(-100%,0,0);
  -ms-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
#moby.moby-has-multi-level.moby-active nav > ul {
  -webkit-transform: translate3d(0%,0,0);
  -moz-transform: translate3d(0%,0,0);
  -ms-transform: translate3d(0%,0,0);
  transform: translate3d(0%,0,0);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
}
#moby.moby-has-multi-level:not(.moby-prev-visible) #moby-top-wrap #moby-close {
  width: 100%;
}
#moby.moby-has-multi-level:not(.moby-prev-visible) #moby-top-wrap #moby-prev {
  display: none;
}
#moby.moby-has-multi-level #moby-top-wrap {
  padding: 20px;
  height: 78px;
}
#moby.moby-has-multi-level #moby-top-wrap::after {
  content: '';
  clear: both;
  height: 0.0001em;
  width: 100%;
  display: block;
}
#moby.moby-has-multi-level #moby-top-wrap #moby-close {
  float: right;
  line-height: 38px;
  display: block;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
#moby.moby-has-multi-level #moby-top-wrap #moby-close span {
  font-weight: bold;
  margin-right: 5px;
}
#moby.moby-has-multi-level #moby-top-wrap #moby-prev {
  float: left;
  line-height: 38px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
#moby.moby-has-multi-level #moby-top-wrap #moby-prev > * {
  display: block;
}
#moby.moby-has-multi-level #moby-clone ul {
  padding: 0 20px 20px 20px;
}
/*
**********************
      resume.less
**********************
*/
#resume-form-loader {
  text-align: center;
}
#HNYPT {
  display: none;
}
.resume-form {
  position: relative;
  overflow: hidden;
  background: no-repeat center center / cover;
  margin-bottom: 0px;
  margin-top: -75px;
  width: 100%;
  height: 100%;
}
.resume-form textarea:focus,
.resume-form input:focus,
.resume-form textarea,
.resume-form input {
  outline: none;
  border: 0px solid transparent;
}
.resume-form input[type='file'] {
  cursor: pointer;
  color: #ffffff;
}
.resume-form .resume-container {
  padding-top: 45px;
  height: initial;
  height: auto;
  width: 100%;
}
.resume-form .resume-container h1,
.resume-form .resume-container h2,
.resume-form .resume-container h3,
.resume-form .resume-container h4,
.resume-form .resume-container h5,
.resume-form .resume-container h6 {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
}
.resume-form .resume-container .flex-form {
  padding-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
}
.resume-form .resume-container .flex-form #resume-form-message {
  color: #ffffff;
  font-size: 20px;
  margin: 0 auto;
}
.resume-form .resume-container .flex-form .resume-form-container {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.resume-form .resume-container .flex-form .resume-form-container .form-left,
.resume-form .resume-container .flex-form .resume-form-container .form-right {
  position: relative;
  z-index: 2;
}
.resume-form .resume-container .flex-form .resume-form-container .form-left input,
.resume-form .resume-container .flex-form .resume-form-container .form-right input {
  display: block;
  width: 350px;
  height: 48px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 14px;
  padding-left: 24px;
}
.resume-form .resume-container .flex-form .resume-form-container .form-left textarea,
.resume-form .resume-container .flex-form .resume-form-container .form-right textarea {
  width: 350px;
  height: 106px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 14px;
  padding-top: 10px;
  padding-left: 24px;
  resize: none;
}
.resume-form .resume-container .flex-form .resume-form-container .form-left #attachAFileText,
.resume-form .resume-container .flex-form .resume-form-container .form-right #attachAFileText {
  margin-bottom: 6px;
}
.resume-form .resume-container .flex-form .resume-form-container .form-bottom .fa {
  margin: 0 auto;
}
.resume-form .resume-container .flex-form .resume-form-container .form-bottom input[type=submit] {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 350px;
  height: 48px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 14px;
  background: #f16725;
}
.resume-form .resume-container .flex-form .resume-form-container .form-bottom input[type=submit]:hover {
  background: #ed570f;
}
.resume-form .resume-container .flex-form .resume-form-container .form-bottom input[type=submit]:active {
  background: #d54e0e;
}
.resume-form .resume-container .flex-form .resume-form-container .form-left {
  padding-right: 13px;
}
.resume-form .resume-container .flex-form .resume-form-container .form-right {
  padding-left: 13px;
}
.resume-form .resume-container .flex-form .white {
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  .resume-form::after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .resume-form .resume-container .flex-form .resume-form-container .form-left input,
  .resume-form .resume-container .flex-form .resume-form-container .form-right input,
  .resume-form .resume-container .flex-form .resume-form-container .form-bottom input {
    width: 225px;
  }
  .resume-form .resume-container .flex-form .resume-form-container .form-left textarea,
  .resume-form .resume-container .flex-form .resume-form-container .form-right textarea,
  .resume-form .resume-container .flex-form .resume-form-container .form-bottom textarea {
    width: 225px;
  }
}
@media screen and (max-width: 500px) {
  .resume-form .resume-container .flex-form .resume-form-container .form-left {
    padding-right: 0;
  }
  .resume-form .resume-container .flex-form .resume-form-container .form-right {
    padding-left: 0;
  }
  .resume-form .resume-container .flex-form .resume-form-container .form-left input,
  .resume-form .resume-container .flex-form .resume-form-container .form-right input,
  .resume-form .resume-container .flex-form .resume-form-container .form-bottom input {
    width: 333px;
    max-width: 100%;
  }
  .resume-form .resume-container .flex-form .resume-form-container .form-left textarea,
  .resume-form .resume-container .flex-form .resume-form-container .form-right textarea,
  .resume-form .resume-container .flex-form .resume-form-container .form-bottom textarea {
    width: 333px;
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .resume-form .resume-container .flex-form .resume-form-container .form-left input,
  .resume-form .resume-container .flex-form .resume-form-container .form-right input,
  .resume-form .resume-container .flex-form .resume-form-container .form-bottom input {
    width: 220px;
  }
  .resume-form .resume-container .flex-form .resume-form-container .form-left textarea,
  .resume-form .resume-container .flex-form .resume-form-container .form-right textarea,
  .resume-form .resume-container .flex-form .resume-form-container .form-bottom textarea {
    width: 220px;
  }
  .resume-form .resume-container .flex-form .resume-form-container .form-left input[type=submit],
  .resume-form .resume-container .flex-form .resume-form-container .form-right input[type=submit],
  .resume-form .resume-container .flex-form .resume-form-container .form-bottom input[type=submit] {
    width: 220px;
  }
}
/*
**********************
      download.less
**********************
*/
.downloads-container {
  margin-top: 22px;
  margin-bottom: 22px;
}
.downloads-container .heading {
  font-size: 18px;
  color: #2c2c2c;
  margin-bottom: 28px;
  line-height: 20px;
}
.downloads-container .item-container {
  margin-bottom: 26px;
}
.downloads-container .item-container .download-item {
  margin-bottom: 14px;
}
.downloads-container .item-container .download-item .inner-container {
  border: 1px solid #c1c1c1;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.downloads-container .item-container .download-item .inner-container .file-img {
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 520px) {
  .downloads-container .item-container .download-item .inner-container .file-img {
    display: none;
  }
}
.downloads-container .item-container .download-item .inner-container .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .downloads-container .item-container .download-item .inner-container .details {
    margin-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.downloads-container .item-container .download-item .inner-container .details .nice-name {
  color: #232323;
  font-size: 15px;
  line-height: 20px;
}
.downloads-container .item-container .download-item .inner-container .details .file-name {
  color: #a3a3a3;
  font-size: 13px;
  line-height: 17px;
}
@media screen and (max-width: 890px) {
  .downloads-container .item-container .download-item .inner-container .details .nice-name {
    width: 100%;
  }
  .downloads-container .item-container .download-item .inner-container .details .file-name {
    width: 100%;
  }
}
.downloads-container .item-container .download-item .inner-container .gp-dl-link {
  height: 55px;
  width: 55px;
  min-width: 55px;
  background: #f16725;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 15px;
  margin-right: 14px;
}
@media screen and (max-width: 520px) {
  .downloads-container .item-container .download-item .inner-container .gp-dl-link {
    height: 35px;
    width: 35px;
    min-width: 35px;
  }
}
.downloads-container .item-container .download-item .inner-container .gp-dl-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.downloads-container .item-container .download-item .inner-container .gp-dl-link:hover {
  background: #d54e0e;
}
.downloads-container .button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.downloads-container .button-container .button {
  background: #ffffff;
  border: 1px solid #c1c1c1;
}
.downloads-container .button-container .button a {
  color: #c1c1c1;
  border-radius: 30px;
  padding-left: 34px;
  padding-right: 34px;
}
.downloads-container .button-container .button:hover {
  background: #f16725;
  border: 1px solid #f16725;
}
.downloads-container .button-container .button:hover a {
  color: #ffffff;
}
/*
**********************
      shortcode.less
**********************
*/
.two-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: start;
  justify-content: start;
}
.hero-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-top: 100px;
}
@media screen and (max-width: 680px) {
  .hero-row {
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
@media screen and (max-width: 420px) {
  .hero-row {
    margin-top: 40px;
  }
}
.hero-row .hero-row-content {
  width: 70%;
  padding-right: 30px;
}
@media screen and (max-width: 680px) {
  .hero-row .hero-row-content {
    width: 100%;
  }
}
.hero-row .hero-row-content p {
  font-size: 30px;
  line-height: 40px;
  color: white;
}
@media screen and (max-width: 1420px) {
  .hero-row .hero-row-content p {
    font-size: 26px;
  }
}
.hero-row .hero-row-content p:empty {
  display: none;
}
.hero-row .button-container img {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 1420px) {
  .hero-row .button-container img {
    width: 280px;
  }
}
@media screen and (max-width: 840px) {
  .hero-row .button-container img {
    width: 200px;
  }
}
.two-col-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1010px) {
  .two-col-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.two-col-container.top-spacing {
  padding-top: 100px;
}
@media screen and (max-width: 900px) {
  .two-col-container.top-spacing {
    padding-top: 20px;
  }
}
.three-col-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1420px) {
  .three-col-container {
    max-width: 90%;
  }
}
@media screen and (max-width: 840px) {
  .three-col-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.three-col-container .single-col {
  width: 20%;
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 1420px) {
  .three-col-container .single-col {
    width: 30%;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 840px) {
  .three-col-container .single-col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 0;
    text-align: center;
  }
}
.three-col-container .single-col .col-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.three-col-container .single-col .col-icon .background-image {
  background-size: contain;
}
.three-col-container .single-col .col-title {
  color: white;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}
.three-col-container .single-col .col-content {
  padding-top: 20px;
}
.three-col-container .single-col .col-content p {
  color: white;
}
.three-col-container .single-col .col-content ul li {
  position: relative;
  color: white;
  list-style: none;
}
.three-col-container .single-col .col-content ul li:before {
  position: absolute;
  content: "\2022";
  left: -20px;
  color: #d28c64;
}
@media screen and (max-width: 840px) {
  .three-col-container .single-col .col-content ul li:before {
    display: none;
  }
}
.two-column-container .two-column-wrap {
  padding-bottom: 50px;
}
.two-column-container .two-column-wrap .two-column-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .two-column-container .two-column-wrap .two-column-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .two-column-container .two-column-wrap .two-column-flex .single-column {
    margin-bottom: 20px;
  }
}
.two-column-container .two-column-wrap .two-column-flex .single-column {
  max-width: 49%;
}
@media screen and (max-width: 900px) {
  .two-column-container .two-column-wrap .two-column-flex .single-column {
    max-width: 100%;
    text-align: center;
  }
  .two-column-container .two-column-wrap .two-column-flex .single-column p {
    text-align: left;
  }
}
.two-column-container .two-column-wrap .two-column-flex .single-column iframe {
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  .two-column-container .two-column-wrap .two-column-flex .single-column iframe {
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .two-column-container .two-column-wrap .two-column-flex .single-column iframe {
    max-height: 250px !important;
  }
}
@media screen and (max-width: 400px) {
  .two-column-container .two-column-wrap .two-column-flex .single-column iframe {
    max-height: 200px !important;
  }
}
@media screen and (max-width: 900px) {
  .two-column-container.align-left .two-column-wrap .two-column-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
}
.split-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 50px 30px 30px;
  max-width: 1145px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .split-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.split-row .split-content {
  max-width: 500px;
}
@media screen and (max-width: 900px) {
  .split-row .split-content {
    max-width: 100%;
    padding-top: 40px;
  }
}
.split-row .split-img {
  position: relative;
  width: 435px;
  height: 630px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: flex-end;
}
.split-row .split-img .background-image {
  z-index: -1;
}
.split-row .split-img .download-section {
  background: white;
  width: 100%;
}
.split-row .split-img .download-section .caption {
  font-size: 14px;
  font-style: italic;
  padding: 10px 0;
  text-align: center;
}
.split-row .split-img .download-section .sub {
  padding: 10px 0;
}
.split-row .split-img .download-section .download-wrap {
  margin-top: 10px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 20px;
}
.split-row .split-img .download-section .download-wrap .download-subheading {
  font-size: 12px;
  font-weight: 600;
}
.split-row .split-img .download-section .download-wrap .download-subheading span.icon {
  padding-right: 15px;
}
.split-row .split-img .download-section .download-all-btn {
  text-align: right;
  margin-top: 40px;
}
.split-row .split-img .download-section .download-all-btn a {
  padding: 15px 20px;
  color: grey;
  border-radius: 50px;
  border: 1px solid grey;
}
@media screen and (max-width: 900px) {
  .split-row.split-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
}
@media screen and (max-width: 900px) {
  .split-row.split-left .split-img {
    width: 100%;
  }
}
.split-row.split-left .split-content {
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .split-row.split-left .split-content {
    margin-right: 0;
  }
}
.split-row.split-right {
  max-width: 1230px;
}
.split-row.split-right .split-img {
  width: 570px;
}
@media screen and (max-width: 900px) {
  .split-row.split-right .split-img {
    width: 100%;
  }
}
.split-row.split-right .split-content {
  margin-left: 30px;
}
@media screen and (max-width: 900px) {
  .split-row.split-right .split-content {
    margin-left: 0;
  }
}
.split-row-video {
  margin-bottom: 60px;
}
.split-row-video .heading {
  text-align: center;
}
.split-row-video .split-row-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .split-row-video .split-row-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
}
.split-row-video .split-row-content .split-content {
  width: 48%;
}
@media screen and (max-width: 1100px) {
  .split-row-video .split-row-content .split-content {
    width: 100%;
    padding-top: 40px;
  }
}
.split-row-video .split-row-content .video-row {
  width: 48%;
}
@media screen and (max-width: 1100px) {
  .split-row-video .split-row-content .video-row {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .split-row-video .split-row-content .video-row iframe {
    height: 100% !important;
  }
}
.split-row-video .split-row-content .video-row .download-section {
  background: white;
  width: 100%;
}
.split-row-video .split-row-content .video-row .download-section .sub {
  padding: 10px 0;
}
.split-row-video .split-row-content .video-row .download-section .download-wrap {
  margin-top: 10px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 20px;
}
.split-row-video .split-row-content .video-row .download-section .download-wrap .download-subheading {
  font-size: 12px;
  font-weight: 600;
}
.split-row-video .split-row-content .video-row .download-section .download-wrap .download-subheading span.icon {
  padding-right: 15px;
}
.split-row-video .split-row-content .video-row .download-section .download-all-btn {
  text-align: right;
  margin-top: 40px;
}
.split-row-video .split-row-content .video-row .download-section .download-all-btn a {
  padding: 15px 20px;
  color: grey;
  border-radius: 50px;
  border: 1px solid grey;
}
.split-row-video .split-row-content.text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 1100px) {
  .split-row-video .split-row-content.text-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
}
.full-row {
  max-width: 1145px;
  margin: 0 auto;
  padding: 0 35px 80px;
}
@media screen and (max-width: 1480px) {
  .full-row {
    padding: 0 35px 70px;
  }
}
@media screen and (max-width: 860px) {
  .full-row {
    padding: 0 35px 50px;
  }
}
.full-row.top-spacing {
  padding-top: 100px;
}
@media screen and (max-width: 900px) {
  .full-row.top-spacing {
    padding-top: 20px;
  }
}
.full-row.wide {
  padding: 0 50px;
}
@media screen and (max-width: 900px) {
  .full-row.wide {
    padding: 0;
  }
}
.full-row.wide .full-row-content {
  max-width: 1145px;
  padding-top: 0;
}
.full-row .full-row-img {
  position: relative;
  width: 100%;
  height: 720px;
}
@media screen and (max-width: 1480px) {
  .full-row .full-row-img {
    height: 600px;
  }
}
@media screen and (max-width: 1020px) {
  .full-row .full-row-img {
    height: 500px;
  }
}
@media screen and (max-width: 860px) {
  .full-row .full-row-img {
    height: inherit;
    padding-bottom: 66%;
  }
}
.full-row .full-row-content {
  padding-top: 100px;
  max-width: 915px;
  margin: 0 auto;
}
@media screen and (max-width: 1480px) {
  .full-row .full-row-content {
    padding-top: 80px;
  }
}
@media screen and (max-width: 860px) {
  .full-row .full-row-content {
    padding-top: 50px;
  }
}
.gif {
  margin: 0 20px;
}
@media screen and (max-width: 1010px) {
  .gif {
    margin-bottom: 60px;
  }
  .gif:last-child {
    margin-bottom: 0;
  }
}
.gif .gif-container {
  max-width: 1145px;
  margin: auto;
  text-align: center;
}
.gif .gif-container.top-spacing {
  padding-top: 100px;
}
@media screen and (max-width: 900px) {
  .gif .gif-container.top-spacing {
    padding-top: 20px;
  }
}
.gif .gif-container .image-container {
  width: 600px;
  height: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .gif .gif-container .image-container {
    width: 550px;
    height: 370px;
  }
}
@media screen and (max-width: 1210px) {
  .gif .gif-container .image-container {
    width: 500px;
    height: 335px;
  }
}
@media screen and (max-width: 1120px) {
  .gif .gif-container .image-container {
    width: 450px;
    height: 300px;
  }
}
@media screen and (max-width: 1010px) {
  .gif .gif-container .image-container {
    width: 600px;
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .gif .gif-container .image-container {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 520px) {
  .gif .gif-container .image-container {
    height: 280px;
  }
}
@media screen and (max-width: 380px) {
  .gif .gif-container .image-container {
    height: 250px;
  }
}
.gif .gif-container .image-container img {
  cursor: pointer;
  width: 100%;
  height: auto;
}
.gif .gif-container .image-container .img-wrap:hover .preset-file {
  display: none;
}
.gif .gif-container .image-container .img-wrap:hover .gif-file {
  display: block;
}
.gif .gif-container .image-container .preset-file {
  display: block;
}
.gif .gif-container .image-container .gif-file {
  display: none;
}
.gif .gif-caption {
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  .gif .gif-caption {
    padding-top: 0;
  }
}
/*
**********************
animate.less
**********************
*/
.hero-content-right {
  position: absolute;
  right: 162px;
  top: 15%;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 1720px) {
  .hero-content-right {
    right: 180px;
  }
}
@media screen and (max-width: 1640px) {
  .hero-content-right {
    right: 200px;
  }
}
@media screen and (max-width: 1366px) {
  .hero-content-right {
    right: 240px;
  }
}
@media screen and (max-width: 1280px) {
  .hero-content-right {
    right: 270px;
    top: 20%;
  }
}
@media screen and (max-width: 1100px) {
  .hero-content-right {
    display: none;
  }
}
.hero-content-right .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.hero-content-right .container .scrollmagic-pin-spacer {
  padding: 0;
}
.hero-content-right .container .image-wrapper {
  width: 28%;
}
.animate-panel-section .container {
  padding: 120px 0 200px;
  max-width: 84%;
}
@media screen and (max-width: 1440px) {
  .animate-panel-section .container {
    padding: 120px 0 100px;
  }
}
@media screen and (max-width: 1100px) {
  .animate-panel-section .container {
    padding: 50px 0;
  }
}
@media screen and (max-width: 850px) {
  .animate-panel-section .container {
    padding: 20px 0;
  }
}
.animate-panel-section .container .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.animate-panel-section .container .text-wrapper .right {
  width: 48%;
}
@media screen and (max-width: 1240px) {
  .animate-panel-section .container .text-wrapper .right {
    width: 100%;
  }
}
.animate-panel-section .container .text-wrapper .right h5 {
  font-weight: bold;
}
.animate-panel-section .container .text-wrapper .right p {
  width: 79%;
}
@media screen and (max-width: 1240px) {
  .animate-panel-section .container .text-wrapper .right p {
    width: unset;
  }
}
.animate-panel-section .container .text-wrapper .right ul {
  width: 79%;
  padding-left: 40px;
  margin-left: 0;
}
@media screen and (max-width: 1240px) {
  .animate-panel-section .container .text-wrapper .right ul {
    width: unset;
  }
}
@media screen and (max-width: 1000px) {
  .animate-panel-section .container .text-wrapper .right ul {
    padding-left: 30px;
  }
}
.animate-panel-section .container .text-wrapper .right ul li {
  font-size: 18px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 25px;
  padding-bottom: 20px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .animate-panel-section .container .text-wrapper .right ul li {
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 850px) {
  .animate-panel-section .container .text-wrapper .right {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .animate-panel-section .container {
    max-width: 90%;
  }
}
.section {
  height: 50%;
  color: #899eb5;
}
.section.img-scene {
  height: 100%;
  width: 100%;
  background: transparent;
}
.section .img-viewer {
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
  width: 600px;
}
.section .img-viewer.frame1 {
  background-image: url(../images/image-sequence.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.section .img-viewer.frame2 {
  background-position: -600px 50%;
}
.section .img-viewer.frame3 {
  background-position: -1200px 50%;
}
.section .img-viewer.frame4 {
  background-position: -1800px 50%;
}
.section .img-viewer.frame5 {
  background-position: -3000px 50%;
}
.section .img-viewer.frame6 {
  background-position: -3600px 50%;
}
.section .img-viewer.frame7 {
  background-position: -4200px 50%;
}
.section .img-viewer.frame8 {
  background-position: -4800px 50%;
}
.section .img-viewer.frame9 {
  background-position: -5400px 50%;
}
.section .img-viewer.frame10 {
  background-position: -6000px 50%;
}
/*
**********************
calculator.less
**********************
*/
.calculator-section * {
  font-family: 'Lato', sans-serif;
}
.calculator-section .calculator-wrapper {
  max-width: 900px;
  margin: 50px auto;
}
.calculator-section .calculator-wrapper #tabs {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 50px;
}
.calculator-section .calculator-wrapper #tabs .interior-calculator-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.calculator-section .calculator-wrapper #tabs .interior-calculator-wrapper .calc-information {
  padding: 0px 150px;
  margin: 25px auto;
  text-align: center;
}
.calculator-section .calculator-wrapper #tabs .interior-calculator-wrapper .calc-information h3 {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 680px) {
  .calculator-section .calculator-wrapper #tabs .interior-calculator-wrapper .calc-information {
    padding-left: 0;
  }
}
.calculator-section .calculator-wrapper #tabs .interior-calculator-wrapper form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
@media screen and (max-width: 680px) {
  .calculator-section .calculator-wrapper #tabs .interior-calculator-wrapper form {
    flex-direction: column;
  }
}
.calculator-section .calculator-wrapper #tabs .interior-calculator-wrapper form .row-1,
.calculator-section .calculator-wrapper #tabs .interior-calculator-wrapper form .row-2 {
  width: 35%;
}
.calculator-section .calculator-wrapper #tabs .interior-calculator-wrapper form input[type=submit] {
  width: 35%;
  text-align: center;
  border: 1px solid #dda783;
  padding: 9px;
  border-radius: 28px;
  background: #F36E21;
  color: white;
  cursor: pointer;
}
.calculator-section .calculator-wrapper #tabs .interior-calculator-wrapper form input[type=text],
.calculator-section .calculator-wrapper #tabs .interior-calculator-wrapper form select {
  margin-bottom: 20px;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 15px;
}
.calculator-section .calculator-wrapper #tabs .interior-calculator-wrapper form input[type=text]:focus,
.calculator-section .calculator-wrapper #tabs .interior-calculator-wrapper form select:focus {
  border: 2px solid #dda783;
  border-radius: 10px;
}
.calculator-section .calculator-wrapper #tabs .ui-tabs-nav {
  background: none;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
@media screen and (max-width: 400px) {
  .calculator-section .calculator-wrapper #tabs .ui-tabs-nav {
    flex-direction: column;
  }
  .calculator-section .calculator-wrapper #tabs .ui-tabs-nav li {
    margin-bottom: 10px;
  }
}
.calculator-section .calculator-wrapper #tabs .ui-tabs-nav li {
  border-radius: 10px;
  background: #797B82;
}
.calculator-section .calculator-wrapper #tabs .ui-tabs-nav li:focus {
  outline: none;
}
.calculator-section .calculator-wrapper #tabs .ui-tabs-nav li a {
  padding: 20px;
  color: white;
}
.calculator-section .calculator-wrapper #tabs .ui-tabs-nav li.ui-tabs-active {
  border: 3px solid #F36E21 !important;
}
.calculator-section .calculator-wrapper #tabs .ui-tabs-nav li.ui-tabs-active a {
  color: white;
  font-weight: 700;
  outline: none;
}
.ui-state-active,
.ui-state-focus {
  border: none !important;
}
.product-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.product-list-wrapper .single-product-wrapper {
  width: 50%;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.product-list-wrapper .single-product-wrapper .spw-inner {
  -webkit-box-shadow: 0px 3px 25px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 25px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 25px -16px rgba(0, 0, 0, 0.75);
  min-height: 226px;
  border: 1px solid #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.product-list-wrapper .single-product-wrapper .spw-inner .i-wrapper {
  width: 42%;
  text-align: center;
}
.product-list-wrapper .single-product-wrapper .spw-inner .i-wrapper img {
  max-width: 100%;
  max-height: 180px;
}
.product-list-wrapper .single-product-wrapper .spw-inner .info-wrapper {
  width: 58%;
  padding-left: 15px;
}
.product-list-wrapper .single-product-wrapper .spw-inner .info-wrapper h4,
.product-list-wrapper .single-product-wrapper .spw-inner .info-wrapper h5 {
  color: #f16725;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px;
}
.product-list-wrapper .single-product-wrapper .spw-inner .info-wrapper p em {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .product-list-wrapper .single-product-wrapper {
    width: 100%;
  }
}
/*
**********************
pivot_5g.less
**********************
*/
.split-row.pivot_5g .split-img {
  height: 400px;
}
@media screen and (max-width: 900px) {
  .split-row.pivot_5g .split-img {
    height: 500px;
  }
}
@media screen and (max-width: 650px) {
  .split-row.pivot_5g .split-img {
    height: 400px;
  }
}
.split-row.pivot_5g .split-img .background-image {
  height: 250px;
}
@media screen and (max-width: 900px) {
  .split-row.pivot_5g .split-img .background-image {
    height: 400px;
  }
}
@media screen and (max-width: 650px) {
  .split-row.pivot_5g .split-img .background-image {
    height: 250px;
  }
}
.split-row.echo_5g_image .split-img .background-image {
  height: -moz-calc(-70%);
  height: -webkit-calc(-70%);
  height: -o-calc(-70%);
  height: calc(100% - 170px);
}
/*
**********************
slider.less
**********************
*/
.slider-container {
  width: 48%;
}
@media screen and (max-width: 1240px) {
  .slider-container {
    width: 100%;
    margin-bottom: 40px;
  }
}
.slider-container .slider-wrapper {
  width: 99%;
}
.slider-container .slider-wrapper .slider-content .slide-img {
  position: relative;
  height: 600px;
}
@media screen and (max-width: 860px) {
  .slider-container .slider-wrapper .slider-content .slide-img {
    height: 500px;
  }
}
@media screen and (max-width: 680px) {
  .slider-container .slider-wrapper .slider-content .slide-img {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  .slider-container .slider-wrapper .slider-content .slide-img {
    height: 300px;
  }
}
.slider-container .slider-wrapper .slider-content .slide-img .background-image {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: -1;
}
.slider-container .slider-wrapper .slider-content .slide-caption {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
  margin: 20px auto 0;
  max-width: 90%;
  text-align: center;
  color: #454746;
  height: inherit;
}
.slider-container .slider-wrapper .slick-dots {
  text-align: center;
  margin-top: 20px;
}
.slider-container .slider-wrapper .slick-dots li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
  cursor: pointer;
}
.slider-container .slider-wrapper .slick-dots li i {
  color: #f16725;
}
.slider-container .slider-wrapper .slick-dots li i:nth-child(1) {
  display: block;
}
.slider-container .slider-wrapper .slick-dots li i:nth-child(2) {
  display: none;
}
.slider-container .slider-wrapper .slick-dots li.slick-active i:nth-child(1) {
  display: none;
}
.slider-container .slider-wrapper .slick-dots li.slick-active i:nth-child(2) {
  display: block;
}
.interior .slider-container {
  margin: 0 auto 60px;
  max-width: 1000px;
  width: 100%;
}
/*
**********************
pivot_5g launch
**********************
*/
.launch .entry-content h2 {
  text-align: center;
}
.launch .entry-content h2 strong {
  font: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 900;
}
.launch .entry-content h3 {
  color: #606060;
  font-weight: 600;
  border-bottom: 3px solid #606060;
  width: 100%;
  margin-top: 0;
}
.launch .entry-content p {
  font-size: 18px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 25px;
  padding-bottom: 20px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .launch .entry-content p {
    font-size: 16px;
    line-height: 23px;
  }
}
.launch .entry-content ul {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.launch .entry-content ul li {
  font-size: 18px;
  line-height: 25px;
}
@media screen and (max-width: 1000px) {
  .launch .entry-content ul li {
    font-size: 16px;
    line-height: 23px;
  }
}
.launch .entry-content .row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .launch .entry-content .row-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.launch .entry-content .row-wrap .column {
  width: calc(52% - 30px);
}
.launch .entry-content .row-wrap .column.images_container {
  position: relative;
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .launch .entry-content .row-wrap .column.images_container {
    width: 100%;
  }
}
.launch .entry-content .row-wrap .column.images_container .single_image {
  width: calc(50% - 4px);
}
@media screen and (max-width: 400px) {
  .launch .entry-content .row-wrap .column.images_container .single_image {
    width: 100%;
  }
}
.launch .entry-content .row-wrap .column.images_container .caption-text {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
  z-index: 50;
}
@media screen and (max-width: 1000px) {
  .launch .entry-content .row-wrap .column.images_container .caption-text {
    bottom: -30px;
  }
}
.launch .entry-content .row-wrap .column.images_container .caption-text p {
  font-size: 20px;
  padding-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .launch .entry-content .row-wrap .column.images_container .caption-text p em {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .launch .entry-content .row-wrap .column {
    width: 100%;
    margin: 40px 0 0 0;
  }
}
.launch .entry-content .row-wrap .column iframe {
  width: 100%;
  min-height: 300px;
  border: 0;
}
@media screen and (max-width: 1200px) {
  .launch .entry-content .row-wrap .column iframe {
    min-height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .launch .entry-content .row-wrap .column iframe {
    min-height: 280px;
  }
}
.launch .entry-content .row-wrap .column iframe body {
  justify-content: flex-start !important;
}
.launch .entry-content.image-content-layout-wrap {
  padding-top: 0;
}
/*
**********************
Two Column Products Wrapper Shortcode
**********************
*/
.two-column-product-wrapper {
  margin-bottom: 40px;
}
.two-column-product-wrapper .products-row {
  margin: 20px 0;
}
@media screen and (min-width: 1000px) {
  .two-column-product-wrapper .products-row {
    display: flex;
    justify-content: space-between;
  }
}
.two-column-product-wrapper .products-row .product-col {
  border: 1px solid black;
  padding: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .two-column-product-wrapper .products-row .product-col {
    width: 49%;
    padding: 25px;
    margin-bottom: 0;
  }
}
.two-column-product-wrapper .products-row .product-col ul {
  background: transparent !important;
  border: none !important;
  padding-top: initial !important;
  padding-bottom: initial !important;
  min-height: 120px !important;
}
.two-column-product-wrapper .products-row .product-col ul li {
  color: black !important;
}
.two-column-product-wrapper .products-row .product-col img {
  width: 100%;
}
.two-column-product-wrapper .products-row .product-col img.products-icons {
  width: 40% !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
.two-column-product-wrapper .products-row .product-col img:last-of-type {
  margin-bottom: 15px;
}
.two-column-product-wrapper .products-row .product-col p {
  margin-bottom: 25px;
}
.two-column-product-wrapper .products-row .product-col p a {
  background: #e36f21;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.two-column-product-wrapper .products-row .product-col p a:hover {
  text-decoration: none;
}
.two-column-product-wrapper .products-row .product-col .download-section .download-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid gray;
  margin-bottom: 15px;
}
.two-column-product-wrapper .products-row .product-col .download-section .download-wrap .download-subheading {
  display: flex;
  flex-grow: initial;
  align-items: center;
}
.two-column-product-wrapper .products-row .product-col .download-section .download-wrap .download-subheading span.icon {
  padding-right: 15px;
}
.two-column-product-wrapper .products-row .product-col .download-section .download-wrap .download-subheading span.icon img {
  width: 100%;
  margin-bottom: 0 !important;
}
.two-column-product-wrapper .products-row .product-col .download-section .download-wrap .download_file img {
  margin-bottom: 0 !important;
}
.two-column-product-wrapper ul:last-of-type {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid black;
}
.two-column-product-wrapper ul:last-of-type li {
  color: black !important;
}
/*# sourceMappingURL=style.css.map */