@charset "utf-8";

/********************************/
/******* DATE:2019/03/25 ********/
/********************************/
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.75em;
  /*28*/
  line-height: 1.5;
  color: #000;
}

html,
body {
  width: 100%;
}

/*.scrlLock body{
	height:100vh;
	overflow:hidden;
}*/

#loader {
  width: 100%;
  height: 100%;
  background: url(../images/loader.png) repeat-x;
  background-size: auto 100%;
  position: fixed;
  z-index: 9999;
  display: none;
  left: 0;
  top: 0;
}

.loaded #loader {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  z-index: inherit;
}

#loader img {
  max-width: 71%;
  max-height: 14%;
  position: absolute;
  display: block;
  margin: auto;
  top: 28%;
  right: 0;
  left: 0;
}

/********************************/
/*******	  COMMON	  *******/
/********************************/
input:invalid,
input:-moz-submit-invalid,
input:-moz-ui-invalid {
  box-shadow: none;
}

input,
input:focus,
*:focus,
*:active,
a:active,
a:focus {
  -moz-outline-style: none;
  outline: none;
  outline: 0;
}

.content {
  margin: 0;
  padding: 0 30px;
  max-width: 2422px;
  box-sizing: border-box;
  position: relative;
  margin: auto;
}

.footer .content {
  max-width: 2840px;
}

.content-white {
	background: rgba(255,255,255,.9);
    margin-top: 100px;
    border-radius: 14px;
}

.row::after,
.row::before,
.content::after,
.content::before {
  display: table;
  content: "";
}

.row::after,
.content::after {
  clear: both;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

/********************************/
/*******	   LINK	      *******/
/********************************/
a {
  /* color: #17b000; */
  color: #62AC5D;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}

.bio-link-email {
  /* color: #b7fc00; */
  color: white;
  display: block;
}

a:hover {
  color: #007bff;
}

/********************************/
/*******	  HEADINGS	  *******/
/********************************/
.titleBox {
  color: #fff;
  position: absolute;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  z-index: 5;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
  left: 100px;
}

.sec0 .titleBox {
  bottom: 50%;
  /* 496 / 1287 */
  left: 10.4166%;
  /* 300 / 2880 */
}

.sec2 .titleBox {
  top: 37.5776%;
  /* 484 / 1288 */
  left: -100%;
}

.home.fp-viewing-page3 .titleBox {
  left: 16.538%;
}

/* 300 / 1814 */

.sec1 .titleBox {
  top: 14.7515%;
  /* 190 / 1288 */
  right: -100%;
}

.home.fp-viewing-page2 .titleBox {
  right: 10.4166%;
}

#logo {
  max-width: 50%;
}

.sec3 h2,
.titleBox span {
  display: block;
  text-align: left;
  margin-bottom: -6px;
  line-height: 0.921;
  font-size: 4.2em;
  font-weight: 300;
}

.sec3 h2 {
  margin: 0;
  position: relative;
  padding-left: 10.4166%;
  /* 300 / 2880 */
  padding-bottom: 5.555%;
  /* 160 / 2880 */
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  color: #005b7f;
  left: -100%;
}

.home.fp-viewing-page4 .sec3 h2 {
  left: 7vw;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
}

.titleBox h1,
.titleBox h2,
.titleBox h3,
.titleBox h4 {
  margin: 0;
  line-height: 0.92;
  font-size: 7em;
  font-weight: 600;
}

@media (max-height: 500px) {
  .titleBox h1,
  .titleBox h2,
  .titleBox h3,
  .titleBox h4 {
    font-size: 5em;
  }

  .banTxt {
    top: 55%;
  }
}

.section .titleBox h1,
.section .titleBox h2,
.section .titleBox h3,
.section .titleBox h4 {
  text-transform: lowercase;
}

/********************************/
/******     PARAGRAPH     *******/
/********************************/
p {
  margin: 42px 0;
  line-height: 1.714;
  font-size: 1em;
}

.footer p {
  line-height: 1.333;
  font-size: 0.75em;
}

p big,
.big-p p:first-child {
  display: block;
  line-height: 1.19;
  font-size: 1.5em;
  font-weight: 300;
  color: #005b7f;
}

/********************************/
/*******	  HEADER	  *******/
/********************************/
.header {
  width: 100%;
  height: 200px;
  display: block;
  padding-top: 43px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  z-index: 9999;
  /* border:1px solid; */
}

.header::after,
.header::before {
  display: block;
  content: "";
}

.header::after {
  clear: both;
}

#logo {
  height: 158px;
  position: absolute;
  margin: auto;
  float: left;
  left: 60px;
  /* 2.083% / 2880 */
  bottom: 0;
  top: 0;
  align-items: center;
  display: flex;
}

#logo img {
  /* width:auto; */
  height: 100%;
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.hdrSrchBox {
  width: 75px;
  height: 92px;
  position: absolute;
  right: 217px;
  top: 53px;
}

.searchBtn {
  width: 45px;
  height: 45px;
  margin: 24px 0 0;
  position: relative;
  background: url(../images/hdrSrch.png) no-repeat left top;
  background-size: 100% auto;
  display: block;
  z-index: 99;
}

.searchBtn.active {
  background: url(../images/closeSrch.png) no-repeat left top;
  background-size: 100% auto;
}

.searchBtn,
.closeSrch {
  font-size: 0;
  line-height: 0;
  text-indent: 10000px;
  overflow: hidden;
}

.hdrSrch {
  width: 0;
  padding: 23px 0;
  background: #fff url(../images/hdrSrch.png) no-repeat 15px center;
  background-size: auto 70%;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
}

.hdrSrch.active {
  width: 800px;
  padding-left: 75px;
  padding-right: 75px;
  visibility: visible;
  border: 1px solid #62AC5D;
  border-radius: 5px;
}

input::-ms-clear {
  display: none;
}

.hdrSrch input[type="text"] {
  width: 100%;
  height: 45px;
  display: block;
  box-sizing: border-box;
  line-height: 45px;
  font-size: 1em;
  border: none;
  color: #000;
  padding: 0;
}

.hdrSrch input[type="text"]::-webkit-input-placeholder {
  color: #000;
}

.hdrSrch input[type="text"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.hdrSrch input[type="text"]:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.hdrSrch input[type="text"]:-ms-input-placeholder {
  color: #000;
}

.header .menuBtn {
  width: 90px;
  /* 3.125% / 2880 */
  height: 109px;
  /* 54.5% / 200 */
  display: block;
  outline: none;
  background: url(../images/menuBtn.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  margin: auto;
  right: 80px;
  /* 2.77% / 2880 */
  bottom: 0;
  top: 0;
}

.header .menuBtn:hover {
  opacity: 0.8;
}

.popMenu .closeBtn {
  width: 45px;
  height: 45px;
  display: block;
  background: url(../images/mbl-closeBtn.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  display: block;
  outline: none;
  right: 30px;
  top: 25px;

  text-indent: 10000px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.popMenu #navlist .subnavlist {
  display: none;
}

.popClose {
  width: 45px;
  height: 45px;
  background-image: url(../images/close.png);
  background-size: 100% auto;
  display: block;
  outline: none;
  position: absolute;
  right: 70px;
  z-index: 9;
  top: 48px;
}

.closeBtn:hover,
.popClose:hover {
  opacity: 1;
}

.header #navcontainer {
  width: 100%;
  padding: 0 440px 0 451px;
  box-sizing: border-box;
  float: right;
}

.header #navcontainer li a,
.subNav .tabBtns li a {
  letter-spacing: 2px;
}

.bioNav .tabBtns li a {
  letter-spacing: 1px;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.header li {
  padding: 64px 59px 70px;
  text-transform: uppercase;
  line-height: 23px;
  font-size: 0.75em;
  /*21*/
  font-weight: 600;
  float: left;
}

.navlistMega > li {
  position: relative;
}

.navlistMega > li::after {
  width: 0;
  height: 0;
  content: "";
  clear: both;
  margin: auto;
  display: block;
  box-sizing: border-box;
  border-bottom: 11px solid #e6eaec;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;

  display: none;
}

.navlistMega > li:hover::after,
.navlistMega > li.megaOn::after {
  display: block;
}

.navlistMega > li:first-child::after,
.navlistMega > li:first-child:hover::after,
.navlistMega > li.megaOn:first-child::after,
.navlistMega > li:last-child::after,
.navlistMega > li:last-child:hover::after,
.navlistMega > li.megaOn:last-child::after {
  display: none;
}

.header li a {
  display: block;
  text-decoration: none;
  color: #000;
}

.header li a:hover {
  text-decoration: none;
  /* color: #b7fc00; */
  color: #62AC5D;
}

.fixed-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
  left: 0;
  top: 0;
}

.fixed-overlay.overlay-opacity {
  pointer-events: auto;
}

.popMenu {
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
}

.popMenuIn {
  width: 420px;
  height: 100%;
  padding: 103px 15px;
  /* background-color: #749095; */
  background-color: #c1c1c1;
  box-sizing: border-box;
  position: relative;
}

.popMenuIn .commScroll {
  overflow: auto;
}

.overlay-opacity ~ .popMenu {
  width: 420px;
}

.popMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popMenu ul ul {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #114365;
  display: none;
}

.popMenu #navlist > li {
  text-align: center;
  padding: 43px 0;
  /* 43 / 618 */
  text-transform: uppercase;
  line-height: 1.09375;
  /*35*/
  font-size: 1em;
  /*32*/
  font-weight: 600;
}

.popMenu li a {
  display: inline-block;
  color: #fff;
}

.popMenu #navlist > li > a {
  letter-spacing: 2px;
}

.popMenu li a:hover {
  /* color: #b7fc00; */
  color: #62AC5D;
  text-decoration: none;
}

.navlistMega em {
  width: 84px;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
}

.navlistMega em::after {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/arrow.png) no-repeat left top;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  position: absolute;
  margin: auto;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.navlistMega a.plus-minus em::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -0-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menuSbarBtm {
  width: 100%;
  padding-top: 9.7087378%;
  /* 60 / 618 */
  padding-bottom: 3.55987%;
  /* 22 / 618 */
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.menuSbarBtm ul {
  height: 34px;
  width: 65%;
  /* 306 / 618 */
  padding: 8.09% 0 0;
  /* 50 / 618 */
  border-top: 1px solid #fff;
  text-align: center;
  position: relative;
  margin: auto;
}

.menuSbarBtm ul::after {
  width: 100%;
  content: "";
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.menuSbarBtm li {
  display: inline-block;
  font-size: 1.429em;
  line-height: 0.85;
  padding-right: 7px;
}

/*.menuSbarBtm li:last-child {
	padding-right:0;
}*/
.social .envelope,
.menuSbarBtm li.envelope {
  display: none;
}

.menuSbarBtm a {
  text-decoration: none;
  color: #fff;
}

.menuSbarBtm a:hover {
  /* color: #b7fc00; */
  color: #62AC5D;
}

.megapop {
  width: 100%;
  height: 100%;
  padding-top: 200px;
  box-sizing: border-box;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;

  display: none;
}

.megapopIn {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  background-color: #e6eaec;
  position: relative;
}

.megaScroll {
  width: 100%;
  height: 100%;
}

.megaScrollIn,
.megaScroll .mCSB_container.mCS_no_scrollbar_y {
  width: 100%;
  height: 100%;
}

.pop2Mid {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.pop2Mid::after {
  width: 1px;
  height: 100%;
  margin: auto;
  position: absolute;
  background-color: #005b7f;
  display: block;
  content: "";
  right: 0;
  left: 0;
  top: 0;
}

.pop2In {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  float: left;
}

.pop2Mid h2 {
  width: 100%;
  margin: 0 0 32px;
  padding: 9px 15px;
  line-height: 1.05;
  /*63*/
  box-sizing: border-box;
  font-size: 2.143em;
  /*60*/
  font-weight: 300;
  color: #005b7f;
  float: left;
}

.accorList,
.accorList ul,
.pop2Mid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sBarTop .accorList {
  padding: 30px 60px;
}

.accorList ul {
  padding: 0 0 11px 39px;
}

.sBarTop .accorList ul {
  padding: 0;
}

.accorList > li {
  width: 100%;
  padding: 9px 0;
  line-height: 1.16;
  /*29*/
  text-transform: uppercase;
  border-top: 1px solid #397e9a;
  font-size: 0.893em;
  /*25*/
  position: relative;
  font-weight: 600;
  color: #005b7f;
}

.sBarTop .accorList li {
  line-height: 1.0625;
  /*34*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
}

.tabBox .accorList > li {
  padding: 0;
  width: 100%;
  margin-bottom: 27px;
  box-sizing: border-box;
  line-height: 1.0625;
  /*34*/
  font-size: 1.143em;
  /*32*/
  border-top: none;
  color: #fff;
}

.accorList > li:first-child {
  border-top: none;
}

.accorList > li li {
  width: 100%;
  line-height: 1.2;
  /*24*/
  text-transform: capitalize;
  font-size: 0.8em;
  /*20*/
  font-weight: 600;
}

.sBarTop .accorList li li {
  line-height: 1.2;
  /*24*/
  text-transform: capitalize;
  font-size: 0.8em;
  /*20*/
  font-weight: 400;
}

.tabBox .svcList {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.tabBox .svcList > li {
  width: 50%;
  padding: 0 25px;
  box-sizing: border-box;
  line-height: 1.1666;
  /*28*/
  font-size: 0.857em;
  /*24*/
  font-weight: 400;
  float: left;
}

.accorList li a {
  display: block;
  position: relative;
  color: #005b7f;
}

.accorList > li > a {
  padding-right: 22px !important;
}

.sBarTop .accorList li a {
  color: #fff;
}

.sBarTop .accorList > ul > li > a {
  padding: 21px 0;
  padding-right: 55px;
  display: inline-block;
  position: relative;
}

.tabBox .accorList li a {
  color: #fff;
}

.tabBox .accorList > li > a {
  padding: 33px 32px;
  background-color: rgba(58, 129, 155, 0.85);
}

.accorList li a:hover {
  text-decoration: none;
  /* color: #31b206; */
  color: #62AC5D;
}

.sBarTop .accorList li a:hover,
.tabBox .accorList li a:hover {
  color: #fff;
}

.accorList a em {
  width: 21px;
  height: 21px;
  background: url(../images/accor.png) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  display: block;
  margin: auto;
  bottom: 0;
  right: 0;
  top: 0;
}

.tabBox .accorList a em {
  background-image: url(../images/accor2.png);
  right: 32px;
}

.sBarTop .accorList a em {
  background-image: url(../images/accor2.png);
}

.tabBox .accorList .minus,
.tabBox .accorList li a:hover {
  /* background-color: #31b206; */
  background-color: rgba(101, 181, 97, 0.85);
}

.accorList .minus em {
  background-position: left bottom;
}

.accorList > li > a {
  padding: 11px 0;
}

.accorList li li a {
  padding: 5px 0;
  color: #005b7f;
}

.accorCont {
  margin: 0;
  padding: 0;
  display: none;
  text-transform: capitalize;
  position: relative;
  top: -1px;
}

.tabBox .accorCont {
  padding: 0 32px 28px;
  /* background-color: #31b206; */
  background-color: rgba(101, 181, 97, 0.85);
}

.accorCont p {
  margin: 0;
  line-height: 1.4166;
  /*34*/
  font-size: 0.75em;
  /*24*/
  font-weight: 300;
  color: #fff;
}

.accorCont p a {
  display: inline-block;
  font-weight: 600;
  color: #fff;
}

.attoCont {
  width: 100%;
  overflow: hidden;
  padding: 55px 64px 15px;
  box-sizing: border-box;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.31);
  -o-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.31);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.31);
  position: relative;
}

.sec5 .attoCont {
  padding: 30px;
  margin: 30px 0;
  background-color: #e6eaec;
}

.attoCont h2 {
  margin: 0;
  padding-bottom: 1.6836508639787327%;
  /* 38 / 2257 */
  line-height: 1.0625;
  /*85*/
  font-size: 2.857em;
  /*80*/
  font-weight: 300;
  color: #005b7f;
}

.attoCont h3 {
  margin: 0;
  padding: 1.55% 25px;
  /* 35 / 2257 */
  line-height: 1.09375;
  /*35*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
  color: #005b7f;
}

.attoForm {
  width: 100%;
  position: relative;
}

.attoRow {
  padding: 0;
  margin-left: -30px;
  margin-right: -30px;
}

.attoRow::after,
.attoRow::before {
  display: table;
  content: "";
}

.attoRow::after {
  clear: both;
}

.attoRgt,
.attoLft {
  width: 85.86619%;
  /* 1938 / 2257 */
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  float: left;
}

.attoLft {
  width: 85.86619%;
}

/* 1938 / 2257 */
.attoRgt {
  width: 14.13381%;
}

/* 319 / 2257 */

.alphabatic {
  height: 44px;
  width: 84.623%;
  /* 1640 / 1938 */
  padding-top: 0.5159958720330237%;
  /* 10 / 1938 */
  padding-bottom: 1.3415892672858616%;
  /* 26 / 1938 */
  border-bottom: 2px solid #b6c4c7;
  text-align: justify;
  position: relative;
  float: left;
}

.alphabatic::after {
  width: 100%;
  content: "";
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.alphabatic a,
.alphabatic span {
  text-transform: uppercase;
  display: inline-block;
  line-height: 44px;
  /*1.0476*/
  font-size: 1.5em;
  /*42*/
  font-weight: 600;
  color: #3a819b;
  padding-right: 1.1em;
}

.alphabatic span {
  color: #b6c4c7;
}

.alphabatic a:hover {
  /* color: #31b206; */
  color: #62AC5D;
}

.fltrLft {
  width: 47.96747967479675%;
  /* 944 / 1968 */
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  float: left;
}

.fltrSrch {
  width: 100%;
  margin-bottom: 42px;
  padding-right: 82px;
  box-sizing: border-box;
  position: relative;
}

.fltrSrch input[type="text"] {
  width: 100%;
  height: 82px;
  display: block;
  padding: 24px 25px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  font-size: 1.143em;
  /*32*/
  line-height: 32px;
  color: #005b7f;
  border: none;
}

.fltrSrch input[type="text"]:-ms-input-placeholder,
.fltrSrch input[type="text"]::-webkit-input-placeholder {
  color: #005b7f;
}

.fltrSrch input[type="text"]:-moz-placeholder,
.fltrSrch input[type="text"]::-moz-placeholder {
  color: #005b7f;
  opacity: 1;
}

.fltrSrch input[type="submit"] {
  width: 82px;
  height: 82px;
  background: #62AC5D url(../images/hdrSrch.png) no-repeat center center;
  background-size: 35px auto;
  -webkit-appearance: none;
  /*iPad/iPhone*/
  position: absolute;
  cursor: pointer;
  display: block;
  border: none;
  right: 0;
  top: 0;
}

.fltrSrch input[type="submit"]:hover {
  background-color: #005b7f;
}

.fltrRgt {
  width: 52.03252032520326%;
  /* 1024 / 1968 */
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  float: left;
}

.fltrRgtIn {
  width: 50%;
  padding: 0 30px 42px;
  box-sizing: border-box;
  float: left;
}

.ui-front {
  z-index: 1000;
}

.ui-selectmenu-button.ui-button {
  width: 100%;
  display: block;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  border: none;
  padding: 0;
}

.attoForm .ui-selectmenu-button.ui-button {
  padding-left: 20px;
}

.attoForm .ui-selectmenu-button.ui-button {
  background: #fff url(../images/selectBg.png) no-repeat right 25px center;
  font-size: 1.143em;
  /*32*/
  line-height: 82px;
  color: #005b7f;
}

.navForm .ui-selectmenu-button.ui-button,
.navForm .selectmenu {
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  padding: 0 50px 0 15px;
  background: url(../images/selectBg.png) no-repeat right center;
  font-size: 1.143em;
  /*32*/
  line-height: 82px;
  color: #bececd;
}

.ui-button .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  display: none;
}

.customSelect {
  width: 100%;
  position: relative;
}

.navSelect,
.navForm .customSelect {
  width: 300px;
  float: left;
}

.attoForm span.select-esa {
  width: 100%;
  height: 82px;
  display: block;
  padding: 24px 25px;
  font-family: "Open Sans", sans-serif;
  background: #fff url(../images/selectBg.png) no-repeat right 25px center;
  box-sizing: border-box;
  font-size: 1.143em;
  /*32*/
  line-height: 32px;
  color: #005b7f;
  border: none;
}

.navForm span.select-esa {
  width: 100%;
  height: 82px;
  display: block;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  padding: 25px 50px 25px 15px;
  font-family: "Open Sans", sans-serif;
  background: url(../images/selectBg.png) no-repeat right center;
  box-sizing: border-box;
  font-size: 1.143em;
  /*32*/
  line-height: 32px;
  color: #bececd;
  border: none;
}

span.select-esa em {
  font-style: normal;
  display: block;
}

.customSelect select {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.transparent {
  opacity: 0;
}

.customSelect select option {
  padding: 0;
  margin: 0;
}

.attoForm .viewAll,
.attoForm button[type="reset"],
.attoForm button[type="submit"],
.reset-link {
  width: 100%;
  display: block;
  cursor: pointer;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  line-height: 82px;
  /*2.5625*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
  border: none;
  padding: 0;
  margin: 0;
}

.attoForm .viewAll {
  /* background-color: #31b206; */
  background-color: #62AC5D;
  /* color: #b7fc00; */
  color: white;
}

.attoForm button[type="reset"],
.reset-link {
  margin-bottom: 42px;
  background-color: transparent;
  color: #508ea7;
}

.reset-link {
  margin-bottom: 13px;
}

.attoForm button[type="submit"] {
  margin-bottom: 42px;
  background-color: #005b7f;
  /* color: #b7fc00; */
  color: white;
}

.attoForm .viewAll:hover {
  /* background-color: #31b206; */
  background-color: #005b7f;
  color: #fff;
}

.attoForm button[type="reset"]:hover {
  background-color: transparent;
  color: #005b7f;
}

.attoForm button[type="submit"]:hover {
  /* background-color: #31b206; */
  background-color: #62AC5D;
  color: #fff;
}

.attoForm .fa {
  position: relative;
  display: inline-block;
  font-size: 1.4em;
  top: 2px;
}

.upDown {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 30px;
  overflow: hidden;
  display: none;
}

.upBtn,
.downBtn {
  width: 30px;
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 1.143em;
  line-height: 30px;

  text-decoration: none;
  background-color: #508ea7;
  /* color: #b7fc00; */
  color: #62AC5D;
  float: left;
}

.downBtn {
  float: right;
}

.upBtn:hover,
.downBtn:hover {
  color: #fff;
}

.attoResults {
  padding: 0;
  margin: 0 -30px;
  list-style: none;

  flex-wrap: wrap;
  display: flex;
}

.sec5 .attoResults {
  padding-bottom: 15px;
}

.attoResults li {
  width: 33.3333%;
  flex-basis: 33.3333%;
  padding: 40px 30px;
  box-sizing: border-box;
  background: url(../images/loader.gif) no-repeat center -500px;
  display: flex;
}

.attoResults li.srchInfo,
.attoResults li.loadingAjax,
.attoResults li.noResultsFound {
  width: 100%;
  min-height: 100px;
  text-align: center;
}

.attoResults li.loadingAjax {
  background-position: center center;
}

.attoBox {
  width: 100%;
  padding: 15px;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #a2b8b9;
  box-sizing: border-box;
  position: relative;
}

.servDtlRgt .attoBox {
  padding: 0;
  width: 100%;
  margin: 55px 0;
  background-color: transparent;
  border: none;
}

.attoImg {
  width: 31.88622754491018%;
  /* 213 / 668 */
  position: relative;
  float: left;
}

.servDtlRgt .attoImg {
  width: 24.87864%;
}

/* 205 / 824 */
.attoImg img {
  width: 100%;
  display: block;
}

.attoText {
  padding-left: 43px;
  width: 68.11377245508982%;
  /* 455 / 668 */
  box-sizing: border-box;
  position: relative;
  float: left;
}

.servDtlRgt .attoText {
  width: 75.12136%;
  /* 619 / 824 */
  padding-left: 22px;
}

.attoText h4 {
  margin: 0;
  padding: 14px 0 9px;
  line-height: 1.1666;
  /*35*/
  font-size: 1.17em;
  /*30*/
  font-weight: 700;
  color: #005b7f;
}

.servDtlRgt .attoText h4 {
  padding: 0;
  line-height: 1.40625;
  /*45*/
  font-size: 1.143em;
  /*32*/
}

.attoText h4 a {
  color: #005b7f;
}

.attoTopText,
.attoBtmText {
  padding: 0.5vw 0 0;
  line-height: 1.4761;
  /*31*/
  font-size: 0.8em;
  /*21*/
  font-weight: 400;
  color: #000;
}

.attoText a {
  display: inline-block;
  font-weight: 600;
}

.attoTopText a {
  color: #005b7f;
}

.attoBtmText span a {
  color: #000;
}

.attoText span {
  display: block;
}

.viewBio {
  width: 117px;
  height: 117px;
  overflow: hidden;
  text-transform: uppercase;
  /* background-color: #17b000; */
  background-color: #62AC5D;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  position: absolute;
  font-weight: 400;
  display: block;
  bottom: -85px;
  right: -117px;
  color: #fff;
}

.viewBio:hover {
  background-color: #005b7f;
  color: #fff;
}

.viewBio span {
  width: 117px;
  height: 117px;
  text-align: right;
  line-height: 108px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: 100% 0;
  padding-right: 12px;
  font-size: 0.75em;
  /*21*/
  display: block;
}

/********************************/
/*******	  CONTENT	  *******/
/********************************/
.topBnr {
  width: 100%;
  background-size: cover;
  position: relative;
  /*overflow:hidden;*/
  background: #62AC5D;
  color: #fff;
}

.cresWpr .topBnr,
.cresWpr .cresTop {
  padding-left: 9%;
  padding-right: 9%;
  box-sizing: border-box;
  position: relative;
  z-index: 999 !important;
  padding-top: 1%;
}

.topBnr1 {
  /* background: #dddddd; */
  background: #62AC5D;
  /* background-image: url(../images/topBnr1.jpg); */
}

.topBnr2 {
  background-image: url(../images/topBnr2.png);
  background-color: rgba(0, 100, 0, 0.5);
}

.topBnr3 {
  /* background-image: url(../images/topBnr3.png); */
  background: #62ac5d;
}

.topBnr4 {
  background-image: url(../images/topBnr4.png);
}

.subscribe {
  font-weight: 600;
  font-size: 1.143em;
  /*32*/
  line-height: 3.09375;
  /*99*/
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 200px;
  color: #fff;
  z-index: 5;
  top: 50%;
}

.subscribe::after,
.subscribe::before {
  display: table;
  content: "";
}

.subscribe::after {
  clear: both;
}

.subscribe > span {
  float: left;
}

.subscribeBtn {
  float: right;
  padding: 0 28px;
  margin-left: 60px;
  background-color: #666666;
  font-weight: 700;
  color: #fff;
}

.subscribeBtn:hover {
  background-color: #869ea3;
  color: #fff;
}

.breadcomb {
  width: 100%;
  list-style: none;
  padding: 1.114% 0 3.179%;
  /* 27+77 / 2422 */
  overflow: hidden;
  margin: 0;
}

.bioTop {
  background: #62AC5D;
}

.bioTop .breadcomb {
  padding: 1.29% 0 0;
}

/* 20 / 1541 */
.subNav .breadcomb {
  width: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  float: left;
  padding: 0;
  left: 30px;
  top: 50%;
}

.subNav .navForm {
  margin-bottom: 0;
}

.breadcomb li {
  padding-right: 5px;
  font-size: 0.75em;
  /*21*/
  line-height: 1.3428;
  /*24*/
  font-weight: 600;
  float: left;
}

.breadcomb a {
  color: #91b8c8;
}

.pageTitle {
  width: 100%;
  position: relative;
}

.topBnr .pageTitle {
  padding-bottom: 2.2295623451692816%;
}

/* 54 / 2422 */
.topBnrPad .pageTitle {
  padding-top: 4%;
}

.sec4 .pageTitle, .sec6 .pageTitle {
  color: #fff;
}

.pageTitle h3,
.pageTitle h1 {
  margin: 0;
  font-weight: 300;
  font-size: 2.857em;
  /*80*/
  line-height: 1.05;
  /*84*/
  color: inherit;
  padding-right: 70px;
}

.quickLinks {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 3.509496284062758%;
  /* 85 / 2422 */
  position: absolute;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 10;
}

.bio .bioTop .quickLinks {
  right: 25vw;
  width: 20vw;
  /* 85 / 2422 */
  top: 8px;
  transform: translate(0, -100%);
  text-align: right;
}

@media (max-width: 1279px) {
  /* .bio .bioTop .quickLinks {
    right: 30px;
    top: -12px;
  } */
}

@media (max-width: 1100px) {
  .bio .bioTop .quickLinks {
    top: -6px;
  }

  .bionav .tabBtns {
    width: 85% !important;
  }
}

@media (max-width: 1023px) {
  .bio .bioTop .quickLinks {
    top: -10px;
    right:30vw;
  }
    .bionav .tabBtns {
    width: 80% !important;
  }
}

@media (max-width: 960px) {
  .bio .bioTop .quickLinks {
    top: -5px;
  }
}

@media (max-width: 900px) {
  .bio .bioTop .quickLinks {
    right:36vw;
  }
}


@media (max-width: 767px) {
  .bio .bioTop .quickLinks {
    right: auto;
    top: auto;
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }

  .fullCategory table tbody {
    font-size: 1.5vw;
  }
}

.quickLinks > li {
  padding: 6px 0;
}

.quickLinks li.linkedin {
  display: none;
}

.quickLinks a {
  display: block;
  text-align: center;
  /* background-color: #3b3d40; */
  position: relative;
  /* color: #3b3d40; */
}

.bio .bioTop .quickLinks > li {
  display: inline-block;
}

.bio .bioTop .quickLinks > li + li {
  margin-left: 8px;
}

.bio .bioTop .quickLinks a {
  width: 45px;
  min-height: 30px;
  padding: 2px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  position: relative;
  color: white;
  border-color: white;
}

.bio .bioTop .quickLinks a:hover {
  color: #b7fc00;
  border-color: #b7fc00;
}

.bioTop .quickLinks a i {
  padding: 0;
  width: auto;
  line-height: normal;
  display: block;
}

.bioTop .quickLinks a i:before {
  text-indent: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
}

.quickLinks a:hover {
  /* color: #17b000; */
  color: #b7fc00;
}

.quickLinks a i {
  display: block;
  font-size: 1.5em;
  /*42*/
  line-height: 1.47619;
}

.quickLinks a.style2 {
  background: none;
  color: #3299dd;
  border: 2px solid #3299dd;
  position: relative;
}

@media (min-width: 768px) {
  .quickLinks a.style2 {
    top: 2px;
  }
}

.quickLinks .share {
  position: relative;
}

.quickLinks .share ul {
  padding: 0;
  list-style-type: none;
}

.quickLinks .share-btns {
  display: none;
  position: absolute;
  bottom: -155px;
  font-size: 0;
}

.share-btns > span {
  display: inline-block;
  margin-bottom: 5px;
}

.subNav {
  width: 100%;
  /* background-color: #005b7f; */
  background-color: #3e4044;
  position: relative;
  z-index: 9;
}

.subNav .tabBtns {
  margin: 0;
  width: 100%;
  padding: 1.2799% 0;
  /* 31 / 2422 */
  list-style: none;
  overflow: hidden;
}

.subNav .tabBtns li {
  padding-right: 5.037159%;
  /* 122 / 2422 */
  text-transform: uppercase;
  line-height: 2.09375;
  /*67*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
  float: left;
}

.subNav .tabBtns li a {
  border-top: 2px solid #3e4044;
  border-bottom: 2px solid #3e4044;
  display: block;
  color: #fff;
}

.subNav .tabBtns li a:hover,
.subNav .tabBtns li.active a {
  /* border-bottom-color: #91b8c8; */
  border-bottom-color: #62AC5D;
  /* color: #b7fc00; */
  color: #62AC5D;
}

.navForm {
  padding: 23px 0;
  float: right;
  z-index: 100;
  position: relative;
  padding-left: 15px !important;
  background: #3e4044;
  max-width: 100%;
}

.navFormIn1 {
  float: left;
}

.navFormIn2 {
  float: right;
}

.navForm label {
  margin: 0;
  text-transform: uppercase;
  padding-right: 27px;
  line-height: 82px;
  /*2.5625%*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
  /* color: #b7fc00; */
  color: #62AC5D;
  float: left;
}

.nkSrch {
  width: 459px;
  padding-right: 58px;
  /* background-color: #508ea7; */
  background-color: #62ac5d;
  box-sizing: border-box;
  position: relative;
  float: left;
}

.nkSrch input[type="text"] {
  width: 100%;
  border: none;
  display: block;
  padding: 20px 22px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  font-size: 1.143em;
  /*32*/
  line-height: 42px;
  font-weight: 400;
  color: #fff;
}

.nkSrch input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.nkSrch input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.nkSrch input[type="text"]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.nkSrch input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.nkSrch input[type="submit"] {
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  background: url(../images/search.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  display: block;
  margin: auto;
  right: 22px;
  bottom: 0;
  top: 0;
}

.nkSrch input[type="submit"]:hover {
  opacity: 0.8;
}

.dropDown {
  position: relative;
  float: left;
}

.dropDownBtn {
  height: 82px;
  width: 320px;
  display: block;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 25px 50px 25px 15px;
  font-family: "Open Sans", sans-serif;
  background: url(../images/selectBg.png) no-repeat right center;
  box-sizing: border-box;
  font-size: 1.143em;
  /*32*/
  line-height: 32px;
  color: #bececd;
  border: none;
}

.dropDownBtn:hover {
  color: #bececd;
}

.dropDown ul {
  width: 290px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #333333;
  position: absolute;
  list-style: none;
  display: none;
  right: -30px;
  margin: 0;
  top: 100%;
}

.dropDown h3 {
  margin: 0 0 15px;
  line-height: 1.09375;
  /*35%*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
  color: #62AC5D;
}

.dropDown p a,
.dropDown h3 a {
  color: #62AC5D;
}

.dropDown h4 {
  margin: 0 0 7px;
  line-height: 1.0666;
  /*32%*/
  font-size: 1.071em;
  /*30*/
  font-weight: 600;
  color: #fff;
}

.dropDown p {
  margin: 0;
  line-height: 1.4166;
  /*34%*/
  font-size: 0.857em;
  /*24*/
  color: #fff;
}

.dropDown p span {
  display: block;
}

#moveUp,
#moveDown {
  width: 49px;
  height: 34px;
  outline: none;
  display: block;
  background: url(../images/moveDown.png) no-repeat;
  background-size: 100% auto;
  position: fixed;
  margin: auto;
  z-index: 9;
  right: 0;
  left: 0;
  bottom: 5px;
}

#moveUp {
  background-image: url(../images/moveUp.png);
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  bottom: 15px;
}

.home.fp-viewing-page4 #moveUp {
  bottom: 60px;
}

.home.scrl-up #moveDown,
.home:not(.scrl-up) #moveUp {
  display: none;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

/* .sec0 {
  background: url(../images/sec0.jpg) no-repeat;
  background-size: cover;
} */
.banner {
  width: 100%;
  height: 100%;
  /* background: url(../images/bnrBg.png) no-repeat; */
  background-size: 100% 100%;

  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;

  /* position: relative; */
  left: -100%;
  position: absolute;
  z-index: 100;
  top: 0;
}

.home.fp-viewing-page1 .banner {
  left: 0;
}

.banTxt {
  width: 32.847%;
  /* 946 / 2880 */
  right: 12.361%;
  /* 356 / 2880 */
  position: absolute;
  padding: 78px 58px;
  box-sizing: border-box;
  /* background-color: #17b000; */
  background-color: #62AC5D;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.365;
  font-size: 1.857em;
  font-weight: 600;
  margin: auto;
  color: #fff;
  top: 50%;
}

.banTxt1 {
  width: 97%;
  /* 946 / 2880 */
  right: 4%;
  /* 356 / 2880 */
  position: absolute;
  padding: 15px;
  box-sizing: border-box;
  /* background-color: #17b000; */
  background-color: #62AC5D;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.365;
  font-size: 1.857em;
  font-weight: 600;
  margin: auto;
  color: #fff;
  top: 50%;
  font-weight: 100;
}

.banTxt1 a {
  color: #fff;
}

.sec0 .searchForm {
  width: 29.618%;
  /* 853 / 2880 */
  max-width: 853px;
  position: absolute;
  bottom: 16%;
  /* 496 / 1287 */
  left: 10.4166%;
  /* 300 / 2880 */
}

.sec0 .searchBox {
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.srcTitel {
  margin: 0;
  display: block;
  font-family: "Open Sans", sans-serif;
  line-height: 1.041;
  font-size: 1.714em;
  font-weight: 400;
  color: #fff;
}

.sec0 input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  border: 4px solid #508ea7;
  padding: 39px 100px 39px 35px;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  font-size: 1.714em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.sec0 input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.sec0 input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.sec0 input[type="text"]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.sec0 input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.sec0 input[type="submit"] {
  width: 73px;
  height: 74px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  background: url(../images/search.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  display: block;
  margin: auto;
  right: 25px;
  bottom: 0;
  top: 0;
}

.sec0 input[type="submit"]:hover {
  opacity: 0.8;
}

.sec1 {
  position: relative;
  overflow: hidden;
}

.sec1Text {
  z-index: 5;
  width: 42.5347%;
  /* 1225 / 2880 */
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  position: absolute;
  bottom: 17.4689%;
  /* 225 / 1288 */
  left: -100%;
}

.home.fp-viewing-page2 .sec1Text {
  left: 10.4166%;
}

/* 300 / 2880 */

.sec1Text p {
  margin: 0;
  font-size: 1.857em;
  /*52*/
  line-height: 1.634;
  color: #fff;
}

.sec1::after,
.sec1::before {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  position: absolute;
  display: block;
  content: "";
  top: 0;
}

.sec1::before {
  background: url(../images/sec1-top.png) no-repeat;
  background-size: 100% 100%;
  right: -100%;
  z-index: 1;
}

.home.fp-viewing-page2 .sec1::before {
  right: 0;
}

.sec1::after {
  background: url(../images/greeting.jpg) no-repeat;
  background-size: auto 100%;
  left: -100%;
}

.home.fp-viewing-page2 .sec1::after {
  left: 0;
}

.sec2 {
  position: relative;
  overflow: hidden;
}

.sec2Box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sec2Lft {
  position: relative;
  width: 62.95139%;
  /* 1813 / 2880 */
  height: 100%;
  float: left;
}

.sec2Lft::after,
.sec2Lft::before {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  position: absolute;
  display: block;
  content: "";
  top: 0;
}

.sec2Lft::before {
  width: 200vw;
  background: url(../images/sec2-top.png) no-repeat;
  background-size: auto 100%;
  left: -100%;
  z-index: 1;
}

@media (max-width: 1100px) {
  .sec2Lft::before {
    background: url(../images/light.png) no-repeat;
    background-size: auto 100%;
  }
}

.home.fp-viewing-page3 .sec2Lft::before {
  left: 0;
}

.sec2Lft::after {
  background: url(../images/sec2-btm.png) no-repeat;
  background-size: auto 100%;
  top: 100%;
  left: 0;
}

.home.fp-viewing-page3 .sec2Lft::after {
  top: 0;
}

.signUp {
  display: inline-block;
  padding: 17px 15px 0 0;
  background: url(../images/newspaper.png) no-repeat right top;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  position: absolute;
  right: 10.8659%;
  /* 197 / 1813 */
  bottom: -100%;
  z-index: 5;
}

.home.fp-viewing-page3 .signUp {
  bottom: 8.385%;
}

/* 108 / 1288 */
.signUp h4 {
  margin: 0;
  padding-right: 75px;
  font-size: 1.857em;
  /*52*/
  line-height: 1.15;
  font-weight: 700;
  color: #000;
}

.signUp h4 a {
  color: #000;
}

.signUp h4 a:hover {
  /* color: #17b000; */
  color: #62AC5D;
}

.signUp p {
  margin: 20px 0 0;
  font-size: 1.5em;
  /*42*/
  line-height: 1.309;
  color: #000;
}

.sec2Rgt {
  padding: 82px;
  position: relative;
  box-sizing: border-box;
  background-color: #005b7f;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  width: 37.04861%;
  /* 1067 / 2880 */
  height: 100%;
  float: right;
  right: -100%;
  z-index: 4;
}

.home.fp-viewing-page3 .sec2Rgt {
  padding-top: 120px;
  right: 0;
}

@media (min-width: 1025px) {
  .home.fp-viewing-page3 .sec2Rgt {
    padding-top: 18vh;
  }
}

.sec2Rgt h4 {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.286em;
  /*36*/
  line-height: 1.5;
  color: #91b8c8;
}

.sec2Rgt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sec2Rgt li {
  margin: 44px 0;
  font-weight: 500;
  font-size: 15px;
  /*34*/
  line-height: 1.4;
  color: #fff;
}

.sec2Rgt li time {
  display: block;
  font-size: 80%;
  color: #91b8c8;
  font-weight: 300;
}

.sec2Rgt a {
  color: #fff;
}

.sec2Rgt a:hover {
  /* color: #b7fc00; */
  color: #62AC5D;
}

.moreBox {
  width: 100%;
  overflow: hidden;
}

.more {
  float: right;
  margin-right: 82px;
  font-size: 1.286em;
  /*36*/
  line-height: 1.352;
  font-weight: 700;
  color: #91b8c8;
}

.commScroll {
  height: 100%;
}

.commScrollIn,
.commScroll .mCSB_container.mCS_no_scrollbar_y {
  width: 100%;
  height: 100%;
}

/*.sec2Rgt .commScroll,.sec2Rgt .commScrollIn,.sec2Rgt .commScroll .mCSB_container.mCS_no_scrollbar_y{max-height:100%; height: auto;}*/

.sec3 {
  text-align: center;
  background: url(../images/sec3.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.sec3In {
  padding-bottom: 60px;
}

.gIt,
.offices {
  width: 34.16%;
  /* 984 / 2880 */
  padding: 3.993% 0;
  /* 115 / 2880 */
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  border: 3px solid #508ea7;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  position: relative;
}

.gIt {
  margin-right: 50px;
  left: -100%;
}

.offices {
  margin-left: 50px;
  right: -100%;
}

.home.fp-viewing-page4 .gIt {
  left: 0;
}

.home.fp-viewing-page4 .offices {
  right: 0;
}

.gIt h4 {
  padding-right: 13%;
  background: url(../images/gIt.png) no-repeat right center;
}

.offices h4 {
  padding-right: 10%;
  background: url(../images/location.png) no-repeat right center;
}

.sec3 h4 {
  margin: 0;
  background-size: auto 100%;
  display: inline-block;
  font-size: 2.286em;
  /*64*/
  line-height: 1.171;
  font-weight: 700;
}

.mblBtn {
  padding: 15px;
  margin-bottom: 15px;
  /* background-color: #17b000; */
  background-color: #62AC5D;
  font-size: 1.5em;
  /*64*/
  line-height: 1.1;
  font-weight: 700;
  display: none;
  color: #fff;
}

.mblBtn:hover {
  opacity: 0.9;
  color: #fff;
}

.sec2 .mblBtn {
  z-index: 3;
  position: absolute;
  right: 15px;
  top: 50px;
}

.sec4 {
  padding: 0 9%;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./images/sec4.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/sec4.jpg', sizingMethod='scale');
  background: url(../images/sec4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.sec6 {
  padding: 0 9%;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./images/sec6.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/sec6.jpg', sizingMethod='scale');
  background: url(../images/sec6.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.tabNav {
  width: 100%;
  overflow: hidden;
  position: relative;
  list-style: none;
  margin: 62px 0 0;
  /*2.559%*/
  padding: 0;
}

.tabNav::before {
  width: 2px;
  height: 100%;
  display: block;
  background-color: #4e8ea7;
  position: absolute;
  content: "";
  z-index: 5;
  bottom: 0;
  left: 0;
}

.tabNav::after {
  content: "";
  width: 100%;
  display: block;
  background-color: #4e8ea7;
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
}

.tabNav > li {
  float: left;
  margin-left: -1px;
  transform: skew(25deg);
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  font-size: 1.143em;
  /*32*/
  line-height: 3.4375;
  /*110*/
  font-weight: 600;
  color: #fff;
}

.tabNav li:first-child::before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 37px;
  left: -11px;
  transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  background-color: rgba(0, 91, 127, 0.9);
  z-index: 1;
}

.tabNav li a {
  color: #fff;
  display: block;
  padding: 0 29px;
  text-align: left;
  text-decoration: none;
  border: 2px solid #4e8ea7;
  background-color: rgba(0, 91, 127, 0.9);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.tabNav > li:first-child a {
  border-left: none;
}

.tabNav li a span {
  transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  display: block;
}

.tabNav li.active a,
.tabNav li a:hover,
.tabNav li:first-child:hover:before,
.tabNav li.active:first-child:before {
  /* background: #31b206; */
  background: rgba(101, 181, 97, 0.85);
}

.tabCont {
  margin: 0;
  padding: 2.10569% 0 0;
  /* 51 / 2422 */
  list-style: none;
}

.tabCont > li {
  display: none;
}

.tabCont > li.active {
  display: block;
}

.svcBox {
  width: 100%;
  overflow: hidden;
}

.svcRow {
  padding: 0;
  margin-left: -25px;
  margin-right: -25px;
}

.svcRow::after,
.svcRow::before {
  display: table;
  content: "";
}

.svcRow::after {
  clear: both;
}

.svcMid {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  float: left;
}

.sec5 {
  background: #dae4e3 url(../images/sec5.jpg) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

.servDtlWpr {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aboutTop {
  width: 100%;
  flex-grow: 0;
}

.servDtl {
  width: 100%;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  flex-grow: 1;
}

.servDtlLft {
  width: 62.58%;
  /* 1673 / 2673 */
  flex-basis: 62.58%;
  background-color: #fff;
}

.servDtlLftIn {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

/*@media (min-width: 1620px){
	.servDtlLftIn{
		padding-left: 90px;
	}
	.servDtlWpr .subNav .tabBtns{
		padding-left: 75px;
	}
}*/
.listBox {
  margin: 42px 0;
  position: relative;
}

.listBox p,
.listBox ul,
.listBox1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listBox ul,
.listBox1 ul {
  margin-top: 15px;
}
.listBox ul, .listBox1 ul ul {
    margin-top: 0;
}
.listBox li,
.listBox1 li {
  padding-left: 25px;
  line-height: 1.714;
  font-size: 1em;
  /*28*/
  position: relative;
}

.listBox li::before,
.listBox1 li::before {
  /*width:20px;
	height:20px;
	position:absolute;
	background-color:#66c80a;
	display:block;
	margin:auto;
	content:"";
	bottom:0;
	left:0;
	top:0;*/
  /*content: "\f0c8";*/
  content: "";
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  font-size: 0;
  background: #62AC5D;
  position: absolute;
  left: 0;
  top: 0.54vw;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .listBox li::before,
  .listBox1 li::before {
    top: 5px;
  }
}

@media (max-width: 639px) {
  .listBox li::before,
  .listBox1 li::before {
    top: 10px;
  }
}

.servDtlRgt {
  width: 37.42%;
  /* 1000 / 2673 */
  flex-basis: 37.42%;
  background-color: #f1f3f5;
}

.servDtlRgtIn {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.servDtlRgt h3 {
  margin: 0;
  padding-top: 42px;
  line-height: 1.05769;
  /*55*/
  font-size: 1.857em;
  /*52*/
  font-weight: 400;
  color: #3a819b;
}

.accordionBox {
  width: 100%;
  position: relative;
}

.accordionBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordionBox ul ul {
  display: none;
}

.accordionBox li {
  font-weight: 400;
  position: relative;
  font-size: 1.143em;
  /*32*/
}

.accordionBox > ul > li {
  text-transform: uppercase;
  line-height: 2.531;
  /*81*/
  font-weight: 700;
}

.accordionBox li li {
  margin: 5px 0;
  text-transform: capitalize;
  line-height: 1.375;
  /*44*/
  font-size: 1em;
  /*32*/
}

.accordionBox li li:first-child {
  margin-top: 12px;
}

.accordionBox > ul > li > a::after,
.accordionBox > ul > li > a::before {
  width: 16px;
  height: 3px;
  content: "";
  display: block;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  background-color: #749095;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  top: 0;
}

.accordionBox > ul > li > a::after {
  width: 3px;
  height: 16px;
  background-color: #749095;
  position: absolute;
  left: 6px;
}

.accordionBox > ul > li.list-accordion.active > a::after {
  width: 3px;
  height: 3px;
  position: absolute;
  left: 6px;
}

.accordionBox > ul > li.list-accordion.active > a::before {
  /* background-color: #17b000; */
  background-color: #62AC5D;
}

.accordionBox li a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #749095;
}

.accordionBox > ul > li > a {
  padding-left: 30px;
  border-bottom: 1px solid #a0b3b7;
}

.accordionBox li li a,
.accordionBox > ul > li.list-accordion.active > a {
  /* color: #17b000; */
  color: #62AC5D;
}

.accordionBox li li a:hover {
  color: #005b7f;
}

.locationWpr {
  width: 100%;
  padding: 0 9%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.locationWpr:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  height: 30%;
  opacity: 0.7;
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
}

.locationWpr .bgImg {
  z-index: 0;
}

.locationWpr .topBnr,
.locationWpr .content {
  z-index: 20;
}

.cresWpr {
  padding: 0;
}

.bgImg {
  width: auto;
  height: 930px;
  display: block;
  max-width: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}

.bgImgFull {
  height: 100%;
}

.locaRow {
  padding: 1.6515% 0;
  /* 40 / 2422 */
  margin-right: -30px;
  margin-left: -30px;
}

.locaRow::after,
.locaRow::before {
  display: table;
  content: "";
}

.locaRow::after {
  clear: both;
}

.location {
  width: 100%;
  max-width: 1300px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  flex-grow: 1;
}

.locaBox {
  width: 33.3333%;
  flex-basis: 33.3333%;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 30px;
}

.locaBoxMid {
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.locaBoxIn {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  padding: 10.8955% 6.7164%;
  /* 45+73 / 670 */
}

.locaBox h3 {
  margin: 0;
  line-height: 1.1;
  /*88*/
  font-size: 2.857em;
  /*80*/
  font-weight: 300;
  color: #005b7f;
}

.locaBox h3 a {
  color: #005b7f;
}

.locaBox h3 a:hover {
  /* color: #17b000; */
  color: #62AC5D;
}

.locaBox p {
  margin: 0 0 20px;
  line-height: 1.5;
  /*42*/
  font-size: 1em;
  /*28*/
  color: #000;
}

.locaBox p span {
  display: block;
}

.drctMap {
  line-height: 1.0625;
  /*34*/
  font-size: 1.143em;
  /*32*/
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  /* color: #17b000; */
  color: #62AC5D;
}

.locaDetail {
  width: 100%;
  overflow: hidden;
}

.locaDtlLft {
  width: 25.09%;
  /* 562 / 2240 */
  padding: 30px;
  box-sizing: border-box;
  float: left;
}

.locaDtlLft p {
  margin-bottom: 0;
}

.locaDtlLft span {
  display: block;
}

.locaDtlRgt {
  width: 74.91%;
  /* 1678 / 2240 */
  padding: 30px;
  box-sizing: border-box;
  float: right;
}

.careers h4,
.aboutDtl h4,
.locaDetail h4 {
  margin: 0 0 14px;
  line-height: 1.3125;
  /*42*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
  color: #005b7f;
}

.careers h4 a,
.aboutDtl h4 a,
.locaDetail h4 a {
  color: #005b7f;
}

.careers h4 a:hover,
.aboutDtl h4 a:hover,
.locaDetail h4 a:hover {
  /* color: #17b000; */
  color: #62AC5D;
}

.careers h4 + p,
.aboutDtl h4 + p,
.locaDetail h4 + p {
  margin-top: 0;
  line-height: 1.5;
  /*42*/
}

.mapBox {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.mapBox img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.mapBox iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.viewMap {
  margin-top: 30px;
  display: inline-block;
  line-height: 1.3125;
  /*42*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
  color: #005b7f;
}

.cresTop {
  padding: 1.6515% 0;
  /* 40 / 2422 */
  margin-right: -30px;
  margin-left: -30px;
}

.cresTop::after,
.cresTop::before {
  display: table;
  content: "";
}

.cresTop::after {
  clear: both;
}

.cresTopMid {
  width: 100%;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  flex-grow: 1;
}

.cresTopIn {
  width: 33.3333%;
  flex-basis: 33.3333%;
  overflow: hidden;
  display: flex;
}

.cTopTxtBox {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 0 30px;
}

.cresTopTxt {
  width: 100%;
  display: flex;
  background-color: #5a95ac;
  box-sizing: border-box;
  padding: 23px 65px;
  text-align: center;

  justify-content: center;

  color: #fff;
}

.cresTopTxt:hover {
  /* color: #b7fc00; */
  color: #62AC5D;
}

.cresTopTxt1 {
  background-color: #5a95ac;
}

.cresTopTxt2 {
  /* background-color: #17b000; */
  background-color: #62AC5D;
}

.cresTopTxt3 {
  background-color: #869ea3;
}

.cTopTxtIn {
  width: 100%;
  justify-content: center;
  align-self: center;
}

.cTopTxtIn h3 {
  margin: 0;
  line-height: 1.2;
  /*96*/
  font-size: 2.857em;
  /*80*/
  font-weight: 300;
}

.cresWpr {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.careersTop {
  width: 100%;
  flex-grow: 0;
}

@media (min-width: 1500px) {
  .careersTop > .bgImg {
    height: auto;
    width: 100%;
  }
}

.careers {
  width: 100%;
  position: relative;
  z-index: 2;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  flex-grow: 1;
}

.careersLft {
  flex-basis: 74.42212959454338%;
  /* 1964 / 2639 */
  width: 74.42212959454338%;
  /* 1964 / 2639 */
  background-color: #fff;
}

.careersRgt {
  flex-basis: 25.57787040545661%;
  /* 675 / 2639 */
  width: 25.57787040545661%;
  /* 675 / 2639 */
  background-color: #005b7f;
  color: #fff;
}

.careersRgtIn,
.careersLftIn {
  padding: 30px;
  box-sizing: border-box;
}

.careersRgt span {
  display: block;
}

.careersRgt h6 {
  margin: 0 0 20px;
  padding-top: 4px;
  line-height: 1.2666;
  /*38*/
  font-size: 1.071em;
  /*30*/
  font-weight: 600;
}

.careersRgt h6 + p {
  margin: 0 0 55px;
  line-height: 1.2666;
  /*38*/
  /*font-size:1.071em;!*30*!*/
}

.careersRgt p a {
  /* color: #b7fc00; */
  color: #62AC5D;
}

.contWrap {
  width: 100%;
  position: relative;
  z-index: 2;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  flex-grow: 1;
}

.mainCont {
  width: 76.39%;
  /* width: 100% !important; */
  /* 2200 / 2880 */
  flex-basis: 76.39%;
  /* flex-basis: 100% !important; */
  /* 2200 / 2880 */
  background-color: #fff;
  box-sizing: border-box;
}

.contHdr {
  width: 100%;
  padding: 50px 70px;
  box-sizing: border-box;
  background-color: #dde3e5;
  position: relative;
  overflow: hidden;
  color: #005b7f;
}

.contHdr h2,
.contHdr h3 {
  margin: 0;
  line-height: 1.4423;
  /*75*/
  font-size: 1.857em;
  /*52*/
  font-weight: 400;
  color: inherit;
  float: left;
}

.contHdr h2 strong,
.contHdr h3 strong {
  font-weight: normal;
}

.moreBtn {
  margin: 0;
  padding: 0 20px;
  text-transform: uppercase;
  border: 1px solid #508ea7;
  line-height: 3.0416;
  /*73*/
  font-size: 0.857em;
  /*24*/
  font-weight: 600;
  color: #508ea7;
  float: right;
}

.contHdr .moreBtn {
  border: 1px solid #37c039;
  color: #508ea7;
}

.moreBtn:hover {
  background-color: #508ea7;
  color: #fff;
}

.cateBox {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  flex-grow: 1;
}

.cateBox .date {
  display: block;
  margin-bottom: 4px;
}

.category {
  /* width: 33.3333%; */
  width: 25%;
  /* flex-basis: 33.3333%; */
  flex-basis: 25%;
}

.categoryIn {
  width: 100%;
  /*height:100%;*/
  box-sizing: border-box;
  padding: 15px;
}

.fullCategory {
  width: 100%;
  flex-basis: 100%;
  box-sizing: border-box;
  padding: 15px;
}

.cateBox a {
  /* color: #17b000; */
  color: #62AC5D;
}

.date {
  margin: 0;
  line-height: 1.0909;
  /*24*/
  font-size: 0.786em;
  /*22*/
  font-weight: 400;
  color: #005b7f;
}

.fullCategory .date {
  text-transform: uppercase;
}

.cateBox h1,
.cateBox h3 {
  margin: 0 0 22px;
  /*line-height:1.2666;!*38*!*/
  font-size: 1.071em;
  /*30*/
  line-height: 1.4;
  font-weight: 700;
  color: #005b7f;
}

.fullCategory h1,
.fullCategory h3 {
  margin: 0 0 42px;
  font-size: 1.5em;
  /*42*/
}

.cateBox h1 a,
.cateBox h3 a {
  color: #005b7f;
}

.cateBox h1 a:hover,
.cateBox h3 a:hover {
  color: #000;
}

.cateBox p {
  margin: 0;
  line-height: 1.25;
  /*30*/
  /* font-size: 0.857em; */
  font-size: 1em;
  /*24*/
  font-weight: 400;
  color: #444;
}

@media (min-width: 1800px) {
  .aboutDtlLft {
    padding-top: calc(20px + 8vh);
  }
}

.aboutDtlLft p,
.careersLftIn p,
.mainCont p,
.servDtlLft p {
  margin: 0;
}

.cateBox p ~ p,
.aboutDtlLft p ~ p,
.careersLftIn p ~ p,
.mainCont p ~ p,
.servDtlLft p ~ P {
  margin-top: 30px;
  margin-bottom: 0;
}

.fullCategory p {
  margin: 42px 0 0;
  line-height: 1.5;
  /*42*/
  font-size: 1em;
  /*28*/
}

.readMore {
  line-height: 1.25;
  /*30*/
  font-size: 0.857em;
  /*24*/
  font-weight: 700;
  /* color: #17b000; */
  color: #62AC5D;
}

.news-flat-list .readMore,
.news-flat-list1 .readMore {
  margin-left: 10px;
}

.sidebar {
  width: 23.61%;
  /* 680 / 2880 */
  flex-basis: 23.61%;
  /* 680 / 2880 */
  background-color: #333333;
  box-sizing: border-box;
  color: #fff;
}

@media (max-width: 1199px) {
  .mainCont {
    width: 70%;
    /* 2200 / 2880 */
    flex-basis: 70%;
    /* 2200 / 2880 */
  }

  .sidebar {
    width: 30%;
    /* 680 / 2880 */
    flex-basis: 30%;
    /* 680 / 2880 */
  }

  .bioTopIn .quickLinks {
    top: 0.5em !important;
  }
}

.sBarTop {
  width: 100%;
  min-height: 27.7vw;
  box-sizing: border-box;
  /*background:#869ea3 url(../images/sidebar.png) no-repeat;*/
  background-size: 100% 100%;
}

.highights {
  width: 100%;
  position: relative;
}

.highights ul {
  width: 100%;
  padding: 2px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  margin: 0;
}

.highights li {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 2px;
  float: left;
}

.highights li a,
.highights li img {
  width: 100%;
  display: block;
}

.highights h3 {
  margin: 0;
  padding: 8% 9.55% 5.5%;
  line-height: 1.25;
  /*65*/
  font-size: 1.857em;
  /*52*/
  font-weight: 400;
  color: #fff;
}

.highights strong,
.highights em,
.highights h3 {
  font-weight: normal;
  font-style: normal !important;
}

.tweetBx,
.highights p {
  margin: 0;
  padding: 5.5% 9.55% 15px;
  line-height: 1.3194;
  /*38*/
  font-size: 1.029em;
  /*28.8*/
  font-weight: 700;
  color: #fff;
}

.tweetBx iframe {
  min-width: 0 !important;
}

.tweetBx {
  padding-left: 8%;
  padding-right: 8%;
  background-color: #f1f3f5;
}

.blogs {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.blogs h3 {
  margin: 0;
  line-height: 1.0714;
  /*60*/
  font-size: 2em;
  /*56*/
  font-weight: 400;
  color: #62AC5D;
}

.blogs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blogs li {
  margin: 37px 0;
  line-height: 1.15625;
  /*37*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
  color: #fff;
}

.blogs li a {
  color: #fff;
}

.blogs li a:hover {
  /* color: #b7fc00; */
  color: #62AC5D;
}

.blogs em,
.blogs strong {
  font-weight: normal;
  font-style: normal;
}

.personInfo {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  flex-grow: 1;
}

.about .personInfo {
  padding: 0 15px;
}

.person {
  width: 33%;
  flex-basis: 33%;
}

.personMid {
  width: 100%;
  /*height:100%;*/
  box-sizing: border-box;
  padding: 15px;
}

.personIn {
  width: 100%;
  padding-top: 25px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  flex-grow: 1;
}

.personPic {
  width: 42%;
  /* 308 / 672 */
  flex-basis: 42%;
  /* 308 / 672 */
}

.person-team {
  width: 100%;
}

.person-team .personPic {
  width: auto;
  flex-basis: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .personPic {
    width: 35%;
    /* 308 / 672 */
    flex-basis: 35%;
    /* 308 / 672 */
  }
}

.personPic a {
  margin-right: 20px;
  display: block;
}

.personPic img {
  width: 100%;
  display: block;
}

.person-team .personPic img {
  width: 12em;
}

.personTxt {
  width: 58%;
  /* 364 / 672 */
  flex-basis: 58%;
  /* 364 / 672 */
  position: relative;
  min-height: 130px;
  box-sizing: border-box;
  padding-right: 10px;
}

.person h4,
.person-team h4 {
  margin: -2px 0 0;
  line-height: 1.0625;
  /*34*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
  color: #005b7f;
}

.person h4 a,
.person-team h4 a {
  color: #005b7f;
}

.person h4 a:hover,
.person-team h4 a:hover {
  /* color: #17b000; */
  color: #62AC5D;
}

.person p,
.person-team p {
  margin: 20px 0 0;
  line-height: 1.4761;
  /*31*/
  font-size: 0.75em;
  /*21*/
  color: #000;
}

.person p span,
.person-team p span {
  display: block;
}

.person p span a,
.person-team p span a {
  color: #000;
}

.person p > a,
.person-team p > a {
  font-weight: 600;
}

.linksBox {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

.linksBox a {
  width: 86px;
  margin-right: 15px;
  text-align: center;
  background-color: #3b3d40;
  position: relative;
  color: #bececd;
  float: left;
}

.linksBox a:hover {
  /* color: #b7fc00; */
  color: #62AC5D;
}

.linksBox a i {
  display: block;
  font-size: 1.5em;
  /*42*/
  line-height: 1.47619;
}

.mediaCont {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.mediaCont h3 {
  margin: 0 0 46px;
  line-height: 1.0961;
  /*57*/
  font-size: 1.857em;
  /*52*/
  font-weight: 400;
  color: #fff;
}

.mediaCont h4 {
  margin: 0;
  text-transform: uppercase;
  line-height: 1.0625;
  /*34*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
  /* color: #b7fc00; */
  color: #62AC5D;
}

.mediaCont h4 a {
  /* color: #b7fc00; */
  color: #62AC5D;
}

.mediaCont h5 {
  margin: 15px 0 10px;
  line-height: 1.1333;
  /*34*/
  font-size: 1.071em;
  /*30*/
  font-weight: 600;
  color: #fff;
}

.mediaCont p {
  margin: 0;
  line-height: 1.208;
  /*29*/
  font-size: 0.857em;
  /*24*/
  color: #fff;
}

.mediaCont p a {
  color: #fff;
}

.mediaCont span {
  display: block;
}

.aboutBg {
  width: 100%;
  position: relative;
}

.aboutBg::after {
  width: 35.1%;
  /* 1010 / 2880 */
  height: 100%;
  position: absolute;
  background-color: #666666;
  display: block;
  content: "";
  right: 0;
  top: 0;
}

.about {
  width: 100%;
  background: url(../images/aboutBg.png) no-repeat right top;
  background-size: 57.15277777777777% auto;
  /* 1646 / 2880 */
  position: relative;
  overflow: hidden;
  z-index: 1;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aboutTop {
  width: 100%;
  flex-grow: 0;
}

.aboutDtl {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.aboutDtlRgtIn {
  padding-top: 0 !important;
}

.aboutDtlCol {
  margin: 15px !important;
  background-color: #e1e1e1;
  padding: 15px !important;
}

@media (min-width: 768px) {
  .aboutDtl {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    flex-grow: 1;
  }

  .aboutDtlLft {
    width: 64.9%;
    /* 1870 / 2880 */
    flex-basis: 64.9%;
    /* 1870 / 2880 */
  }

  .aboutDtlRgt {
    width: 35.1%;
    /* 1010 / 2880 */
    flex-basis: 35.1%;
    /* 1010 / 2880 */
  }

  .aboutDtlLftIn,
  .aboutDtlRgtIn {
    min-height: 100%;
  }
}

.aboutDtlLftIn,
.aboutDtlRgtIn {
  width: 100%;
  box-sizing: border-box;
  /*overflow:hidden;*/
  padding: 30px;
}

.aboutDtlLftIn {
  padding: 0 calc(5vw + 5px) 30px;
}

.aboutDtlRow {
  margin-left: -30px;
  margin-right: -30px;
}

.aboutDtlCol {
  padding-left: -30px;
  padding-right: -30px;
  position: relative;
}

.aboutDtlCol::after {
  width: 100%;
  height: 4000px;
  position: absolute;
  background-color: #fff;
  display: block;
  content: "";
  top: 100%;
  right: 0;
}

.aboutDtlRgt ul {
  padding: 0;
  width: 72.31833910034602%;
  /* 627 / 867 */
  list-style: none;
  max-width: 707px;
  overflow: hidden;
  margin: 0;
}

.aboutDtlRgt li {
  width: 50%;
  padding: 60px 40px 0;
  box-sizing: border-box;
  line-height: 1.0625;
  /*34*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
  float: left;
}

.aboutDtlRgt a {
  display: block;
  color: #a2b8b9;
}

.aboutDtlRgt a:hover {
  /* color: #b7fc00; */
  color: #62AC5D;
}

.aboutDtlRgt span {
  padding: 26px 0;
  display: block;
}

.aboutDtlRgt h3 {
  margin: 0;
  padding-left: 40px;
  line-height: 1.05769;
  /*55*/
  font-size: 1.857em;
  /*52*/
  font-weight: 400;
  color: #fff;
}

.managementDtl {
  width: 100%;
  padding: 15px 0;
  max-width: 2422px;
  margin: auto;
}

.bio {
  width: 100%;
  /*height:1000px;*/
  position: relative;
  overflow: hidden;
}

.bio {
  width: 100vw;
}

.bioInner {
  width: 100%;
}

.bioInner::after,
.bioInner::before {
  display: block;
  content: "";
}

.bioInner::after {
  clear: both;
}

.bio::before {
  width: 100%;
  padding-top: 11.35%;
  background-color: #005b7f;
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  content: "";
  left: 0;
  top: 0;
}

.bioTop {
  width: 100%;
  position: relative;
}

.att-quick-info {
  padding-top: 24px;
  position: relative;
  height: 10vw;
}

@media (max-width: 1279px) {
  .att-quick-info {
    height: 12vw;
  }
}

@media (max-width: 1023px) {
  .att-quick-info {
    height: 14vw;
  }
}

@media (min-width: 768px) {
  .aqi-inner {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
  }
}

@media (max-width: 767px) {
  .att-quick-info {
    height: auto;
    padding-top: 2vw;
    padding-bottom: 1vw;
  }

  .bioInner {
    background: #005b7f;
  }
}

.bioTop h1 {
  margin: 0 0 5px;
  line-height: 1.05;
  /*84*/
  font-size: 2.857em;
  /*80*/
  font-weight: 300;
  color: #fff;
}

.bioTop .address {
  display: block;
  line-height: 1.47619;
  /*41*/
  font-size: 0.75em;
  /*21*/
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

.bioTop .address > div span {
  display: inline-block;
}

@media (min-width: 768px) {
  .bioTop .address > div span + span:before,
  .bioTop .address > div span + a:before {
    /* content: "/"; */
    display: inline-block;
    padding: 0 5px;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .bioTop .address > div span::before,
  .bioTop .address > div a::before {
    display: none !important;
  }

  .bioTop .address > div span {
    display: block;
  }
}

.bioTop .address span {
  display: block;
}

.bioTop .address > a {
  font-weight: 600;
  /* color: #b7fc00; */
  color: #62AC5D;
}

.bioTop .address span a {
  color: #fff;
}

a.linkedin {
  position: absolute;
  width: 4.0882543802725504%;
  /* 63 / 1541 */
  left: 63.59506813757301%;
  /* 980 / 1541 */
  display: block;
  top: 10%;
}

a.linkedin:hover {
  opacity: 0.8;
}

a.linkedin img {
  width: 100%;
  display: block;
}

.bioCont {
  width: 90%;
  /* 1980 / 2880 */
  margin-left: 5%;
  /* 450 / 2880 */
}

.bio > .bioCont {
  padding-bottom: 60px;
}

.bioCont::after,
.bioCont::before {
  display: block;
  content: "";
}

.bioCont::after {
  clear: both;
}

.bioTopMid {
  width: 100%;
}

.bio .bioNav,
.bio .bioCont {
  position: relative;
  z-index: 50;
}

@media (min-width: 1200px) {
  .bioNav {
    z-index: unset !important;
    background: #dde3e5;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bioNav {
    background: none;
  }

  .m-page-content .bio {
    overflow: hidden;
  }

  .bioNav:before {
    height: 100%;
    background: #dde3e5;
    position: absolute;
    left: 60%;
    width: 2000px;
    top: 0;
    z-index: -1;
    content: "";
  }
}

@media (max-width: 767px) {
  .bioPic {
    position: relative;
    width: 50%;
    max-width: 465px !important;
  }
}

.bioTopIn {
  padding-left: 56px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  /* .bioTopIn {
    padding-left: 35.5%;
  } */
}

@media (max-width: 767px) {
  .bioTopIn {
    padding-left: 0;
  }
}

.helping-shape {
  position: absolute;
  width: 41%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}

.helping-shape:before {
  content: "";
  position: absolute;
  width: 41vw;
  height: 100%;
  background: #005b7f;
  transform: rotate(41deg);
  left: 33%;
  bottom: 0;
}

@media (max-width: 1279px) {
  .helping-shape::before {
    left: 10vw;
  }
}

@media (max-width: 1030px) {
  .helping-shape:before {
    transform: rotate(45deg);
  }
}

@media (max-width: 767px) {
  .helping-shape {
    display: none;
  }
}

@-webkit-keyframes bioPic {
  0% {
    /* left: -100%; */
    right: -100%;
  }

  100% {
    right: 0;
    /* left: 0; */
  }
}

@keyframes bioPic {
  0% {
    right: -100%;
  }

  100% {
    right: 0;
  }
}

.bioPic {
  /* 1251 / 2880 */
  width: 40%; 
  /*background:url(../images/bioPicBg.png) no-repeat;
    background-position:left bottom;
    background-size:100% auto;*/
  position: absolute;
  /* left: 0; */
  right: 2em;
  top: 0;
  /* -webkit-animation-name: bioPic; */
  /* Safari 4.0 - 8.0 */
  /* -webkit-animation-duration: 2s; */
  /* Safari 4.0 - 8.0 */
  /* animation-name: bioPic; */
  /* animation-duration: 2s; */
  z-index: 60;
  max-width: 350px;
  min-width: 28vw;
  
}

.bioPic:after {
  content: "";
  width: 0;
  height: 0;
  /* border-left: 22vw solid transparent;
  border-right: 20vw solid transparent;
  border-top: 17vw solid #17b000; */
  position: absolute;
  left: calc(-50% + -5px);
  top: 100%;
  z-index: 50;
}

@media (max-width: 1279px) {
  /* .bioPic:after {
    border-right: 22.8vw solid transparent;
  } */
}

@media (max-width: 1023px) {
  /* .bioPic:after {
    border-right: 25.5vw solid transparent;
    border-top: 20vw solid #17b000;
  } */
}

@media (max-width: 767px) {
  .bioPic:after {
    display: none;
  }

  .bioPic {
    position: relative;
    left: auto;
    top: auto;
    width: 50%;
  }
}

.bioPicInner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 500;
}

/* .bioPicInner::after {
  background: #fff;
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 39vw;
  top: 50%;
  left: 57%;
  transform: rotate(-40deg);
} */
@media (max-width: 1279px) {
  .bioPicInner::after {
    width: 44.5vw;
  }
}

@media (max-width: 1100px) {
  .bioPicInner::after {
    width: 44.5vw;
  }
}

@media (max-width: 1023px) {
  .highlighted-stories {
    font-size: 2vw;
  }
  .bioPicInner::after {
    width: 49.5vw;
  }
}

@media (max-width: 767px) {
  .bioPicInner::after {
    display: none;
  }
}

/* .bioNav .bioNavIn::before {
  background: #dde3e5;
  content: "";
  height: 100%;
  width: 100px;
  right: 100%;
  position: absolute;
  bottom: 50%;
  transform: rotate(-40deg);
} */
.bio .breadcomb li {
  font-size: 12px !important;
}

.bio .breadcomb {
  position: relative;
  left: -25%;
}

.bioPic img {
  /*width:99.8%;
	display:block;
	position:absolute;
	left:0;
	top:0;*/
  width: 100%;
}

.bioNav {
  width: 100%;
  position: relative;
}

.bioNav .bioNavIn {
  width: 59.54545454545455%;
  /* 1179 / 1980 */
  position: relative;
  /* float: right; */
  padding-left: 75px;
  overflow: hidden;
}

.bioNav .bioNavIn > ul {
  background-color: #dde3e5;
}

.bioNav .bioNavIn::after {
  background: #dde3e5;
  content: "";
  height: 60px;
  width: 300px;
  left: -25px;
  position: absolute;
  bottom: 50%;
  transform: rotate(-40deg);
  z-index: -1;
}

@media (max-width: 900px) {
  .bioNav .bioNavIn::after {
    transform: rotate(-41.5deg);
  }
}

.bioNav .tabBtns {
  margin: 0;
  width: 100%;
  padding: 1.2799% 0;
  /* 31 / 2422 */
  list-style: none;
  overflow: hidden;
}

.bioNav .tabBtns li {
  padding-right: 3%;
  /* 122 / 2422 */
  text-transform: uppercase;
  line-height: 2.09375;
  /*67*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
  float: left;
}

.bioNav .tabBtns li:last-child {
  padding-right: 0;
}

@media (min-width: 1300px) {
  .bioNav .tabBtns li {
    padding-right: 3.5%;
  }
}

.bioNav .tabBtns li a {
  border-top: 1px solid #dde3e5;
  border-bottom: 1px solid #dde3e5;
  display: block;
  color: #749095;
}

.bioNav .tabBtns li.active a,
.bioNav .tabBtns li a:hover {
  /* border-bottom-color: #17b000; */
  border-bottom-color: #62AC5D;
  color: #62AC5D;
}

.tabItem {
  display: none;
}

.tabItem.active {
  display: block;
}

.bioLft {
  width: 26.717171717171717%;
  /* 529 / 1980 */
  margin-left: 8.434343434343435%;
  /* 167 / 1980 */
  box-sizing: border-box;
  position: relative;
  float: right;
  z-index: 3;
}

.bioLftIn {
  padding: 30% 30px 30px 0;
}

.bioRgt {
  padding-right: 15px;
  width: 64.84848484848484%;
  /* 1284 / 1980 */
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 3;
}

@media (min-width: 1280px) {
  .bioRgt {
    padding-left: 56px;
  }
}

@media (max-width: 1279px) {
  .bioNavIn .tabBtns {
    padding-left: 25px;
  }
}

.bioRgt p {
  margin: 42px 0 0;
  line-height: 1.5;
  /*42*/
  font-size: 1em;
  /*28*/
  color: #000;
}

.ldMrBx {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 250px;
  position: relative;
  overflow: hidden;
}

.ldMrBx::after {
  width: 100%;
  height: 163px;
  /*background-color:#fff;*/
  position: absolute;
  display: block;
  margin: auto;
  content: "";
  bottom: 0;
  left: 0;
  box-shadow: 0 -171px 33px -70px #fff inset;
}

.ldMrBtn {
  padding: 0 25px;
  position: absolute;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #7fda7f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  line-height: 2.90625;
  /*93*/
  font-size: 1.143em;
  /*32*/
  font-weight: 600;
  color: #749095;
  margin: auto;
  bottom: 30px;
  z-index: 2;
  left: 50%;
}

.ldMrHlpr {
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
}

.bioBtm {
  width: 100%;
  padding-top: 54px;
  border-top: 1px solid #a4b6ba;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.bioBtmMid {
  margin-left: -15px;
  margin-right: -15px;
}

.bioBtmMid::after,
.bioBtmMid::before {
  display: block;
  content: "";
}

.bioBtm::after {
  clear: both;
}

.bioBtmIn {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  float: left;
}

.bioBtm h5 {
  margin: 0;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 1.09375;
  /*35*/
  font-size: 1.143em;
  /*32*/
  font-weight: 700;
  color: #749095;
}

.bioBtm ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bioBtm li {
  padding-top: 20px;
  line-height: 1.1;
  /*40*/
  font-size: 1em;
  /*32*/
  color: #000;
}

.clr_fff,
.clr_fff a {
  color: #fff;
}

.clr_b7fc00,
.clr_b7fc00 a {
  color: #b7fc00;
}

.clr_005b7f,
.clr_005b7f a {
  color: #005b7f;
}

.clr_91b8c8,
.clr_91b8c8 a {
  color: #91b8c8;
}

.clr_31b206,
.clr_31b206 a {
  color: #31b206;
}

.clr_17b000,
.clr_17b000 a {
  color: #17b000;
}

/********************************/
/*******	  FOOTER	  *******/
/********************************/
.footer {
  width: 100%;
  padding: 13px 0;
  position: relative;
  background-color: #3c3d42;
  color: #a2a3a4;
  z-index: 5;
}

.footer strong,
.footer em {
  font-weight: normal;
  font-style: normal;
}

.home.fp-viewing-page4 .footer {
  position: fixed;
  bottom: 0;
  left: 0;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer li {
  padding: 0 16px;
  line-height: 1.333;
  position: relative;
  font-size: 0.75em;
  display: inline-block;
}

.ftrRgt li {
  float: left;
}

.footer li::before {
  width: 2px;
  height: 70%;
  margin: auto;
  position: absolute;
  background-color: #a2a3a4;
  display: block;
  content: "";
  left: -1px;
  bottom: 0;
  top: 2px;
}

.footer li:first-child::before {
  display: none;
}

.footer a {
  color: #a2a3a4;
}

.social a {
  color: #fff;
}

.footer a:hover {
  /* color: #b7fc00; */
  color: #62AC5D;
}

.social {
  float: left;
  text-align: center;
}

.social a {
  float: left;
  margin-left: 35px;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1;
}

.ftrMenu {
  display: none;
}

.ftrRgt {
  float: right;
  position: relative;
}

div.ftrRgt p {
  float: left;
}

.ftrRgt ul,
.ftrRgt #localnavcontainer {
  float: left;
}

.ftrRgt p {
  margin: 0 0 0 75px;
  float: right;
}

.credits {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  display: none;
}

.credits::after {
  width: 1px;
  height: 70%;
  margin: auto;
  position: absolute;
  background-color: #a2a3a4;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  top: 2px;
}

.bio,
.sec4,
.sec5,
.sec6,
.about,
.contWrap,
.servDtlWpr,
.locationWpr {
  min-height: -webkit-calc(100vh - 200px - 62px);
  min-height: -moz-calc(100vh - 200px - 62px);
  min-height: calc(100vh - 200px - 62px);
  box-sizing: border-box;
}

@media (min-width: 1800px) {
  .locationWpr .bgImg {
    width: 100%;
    height: auto;
  }
}

.webform-client-form .txt {
  padding: 5px 0;
  width: 85%;
}

.webform-client-form label span {
  color: red;
}

.webform-client-form .msg-error {
  display: none;
  color: red;
}

.webform-client-form .s-btn {
  padding: 5px 10px;
}

/********************************/
/*******   RESPONSIVE    ********/
/********************************/
@media screen and (max-width: 2879px) {
  body {
    font-size: 1vw;
  }

  .header {
    padding: 0;
    height: 103px;
  }

  .header #navcontainer {
    padding: 0 200px;
  }

  #fullpage {
    margin-top: 103px;
  }

  #logo {
    height: 80px;
    left: 30px;
  }

  .hdrSrchBox {
    width: 50px;
    height: 50px;
    right: 100px;
    margin: auto;
    bottom: 0;
    top: 0;
  }

  .searchBtn {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }

  .closeSrch {
    width: 30px;
    height: 30px;
    margin: auto;
    right: 21px;
    bottom: 0;
    top: 0;
  }

  .hdrSrch {
    padding: 2px 0;
  }

  .hdrSrch.active {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header .menuBtn {
    width: 40px;
    height: 50px;
    right: 30px;
  }

  .header li {
    padding: 40px 30px;
  }

  .megapop {
    padding-top: 103px;
  }

  .popClose {
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
  }

  .footer {
    font-size: 1.7vw;
  }

  .sec0 .titleBox {
    left: 9vw;
    /*30px*/
  }

  .home.fp-viewing-page2 .titleBox {
    right: 10vw;
    /*30px*/
    top: 20%;
  }

  .home.fp-viewing-page3 .titleBox {
    left: 7vw;
    /*30px*/
  }

  .sec0 .searchForm,
  .home.fp-viewing-page2 .sec1Text {
    width: 46%;
    left: 9vw /*30px*/;
  }

  .sec3 h2 {
    padding-left: 30px;
  }

  .sec2 .mblBtn {
    top: 20%;
  }

  .sec0 .searchBox {
    margin-top: 15px;
  }

  .sec0 input[type="text"] {
    border: 2px solid #508ea7;
    padding: 15px 55px 15px 15px;
  }

  .sec0 input[type="submit"] {
    width: 40px;
    height: 40px;
    right: 15px;
  }

  .banTxt {
    padding: 15px;
  }

  .home.fp-viewing-page3 .signUp {
    padding: 0;
    background-size: 40px auto;
    bottom: 50px;
    right: 30px;
  }

  .signUp p {
    margin-top: 10px;
  }

  .sec2Rgt {
    padding: 30px 0 30px 35px;
  }

  .sec2Rgt li {
    margin: 15px 0;
    padding-right: 35px;
  }

  .more {
    margin-right: 30px;
  }

  .gIt {
    margin-right: 10px;
  }

  .offices {
    margin-left: 10px;
  }

  .social a {
    margin-left: 0;
    margin-right: 15px;
  }

  .ftrRgt p {
    margin-left: 35px;
  }

  .dropDown h3 {
    margin-bottom: 8px;
  }

  .dropDown h4 {
    margin-bottom: 5px;
  }

  .contHdr {
    padding: 30px;
  }

  .blogs li {
    margin: 20px 0;
  }

  .subNav .tabBtns li a {
    border-width: 1px;
  }

  .bio,
  .sec4,
  .sec5,
  .sec6,
  .about,
  .servDtlWpr,
  .locationWpr {
    min-height: -webkit-calc(100vh - 103px - 49px);
    min-height: -moz-calc(100vh - 103px - 49px);
    min-height: calc(100vh - 103px - 49px);
  }
}

@media screen and (max-width: 1919px) {
  .hdrSrch.active {
    width: 600px;
  }

  .bgImg {
    height: 600px;
  }

  .bgImgFull {
    height: 100%;
  }

  .personIn {
    padding-top: 0;
  }

  .ldMrBx {
    padding-bottom: 110px;
  }

  .ldMrBx::after {
    height: 110px;
  }

  .ldMrBtn {
    bottom: 30px;
    padding: 0 15px;
    border: 1px solid #7fda7f;
    line-height: 2.5;
  }

  .bioBtm {
    padding-top: 15px;
  }

  .bioBtm h5 {
    padding-bottom: 5px;
  }

  .bioBtm li {
    padding-top: 10px;
  }

  .popMenu #navlist > li {
    padding: 25px 0;
  }

  .alphabatic a,
  .alphabatic span {
    padding-right: 0.75em;
  }
}

.topBnr .pageTitle {
  padding-bottom: 2.5%;
  padding-top: 4em;
}

@media screen and (max-width: 1800px) {
  .attoCont {
    padding: 0 30px;
  }

  .attoRow {
    margin-left: -15px;
    margin-right: -15px;
  }

  .breadcomb {
    padding: 2.5% 0;
  }

  .breadcomb li {
    font-size: 1em;
  }

  .quickLinks > li {
    padding: 3px 0;
  }

  .servDtlLft,
  .servDtlRgt {
    padding-top: 0;
    padding-bottom: 0;
  }

  .servDtlRgt h3 {
    padding-top: 30px;
  }

  .aboutDtlLft {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  p,
  .listBox,
  .servDtlRgt .attoBox {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .careersRgt h6,
  .locaDetail h4 {
    margin-bottom: 10px;
  }

  .careersRgt h6 + p {
    margin-bottom: 30px;
  }

  .bgImg {
    height: 500px;
  }

  .bgImgFull {
    height: 100%;
  }

  .attoBox {
    padding: 10px;
  }

  .attoText {
    padding-left: 10px;
  }

  .attoText h4 {
    padding: 1vw 0 0 0;
  }

  .fltrRgt,
  .fltrLft,
  .attoRgt,
  .attoLft {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fltrRgtIn {
    padding: 0 15px 30px;
  }

  .fltrSrch,
  .attoForm button[type="reset"],
  .attoForm button[type="submit"] {
    margin-bottom: 30px;
  }

  .attoForm .viewAll,
  .attoForm button[type="reset"],
  .attoForm button[type="submit"] {
    line-height: 65px;
  }

  .fltrSrch input[type="text"],
  .attoForm span.select-esa {
    height: 65px;
    line-height: 35px;
    background-position: right 15px center;
    background-size: 20px auto;
    padding: 15px;
  }

  .attoForm .ui-selectmenu-button.ui-button {
    height: 65px;
    padding: 15px;
    line-height: 35px;
    background-position: right 15px center;
    background-size: 20px auto;
  }

  .fltrSrch input[type="submit"] {
    height: 65px;
  }

  .navForm {
    padding: 15px 0;
  }

  .navFormIn1 > label {
    padding-right: 15px;
    line-height: 55px;
  }

  .dropDownBtn,
  .navSelect,
  .navForm .customSelect {
    width: 200px;
  }

  .nkSrch {
    width: 300px;
    padding-right: 20px;
  }

  .dropDownBtn,
  .nkSrch input[type="text"],
  .navForm span.select-esa,
  .navForm .ui-selectmenu-button.ui-button,
  .navForm .selectmenu {
    height: 55px;
    line-height: 35px;
    background-size: 20px auto;
    padding: 10px 30px 10px 15px;
  }

  .nkSrch input[type="submit"] {
    right: 15px;
  }

  .attoResults {
    margin: 0 -15px;
  }

  .attoResults li {
    padding: 15px;
  }

  .popClose {
    top: 15px;
  }

  .accorList ul {
    padding-left: 20px;
  }

  .tabNav {
    margin-top: 15px;
    border-width: 2px;
  }

  .tabCont {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .svcRow {
    margin-left: -8px;
    margin-right: -8px;
  }

  .svcMid,
  .tabBox .svcList > li {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabBox .accorList > li {
    margin-bottom: 15px;
  }

  .tabBox .accorList > li > a {
    padding: 15px 33px 15px 15px;
  }

  .tabBox .accorCont {
    padding: 0 15px 15px;
  }

  .tabBox .accorList a em {
    right: 15px;
  }

  .locaRow {
    margin-right: -15px;
    margin-left: -15px;
  }

  .locaBoxMid {
    padding: 0 15px;
  }

  .locaBox h3 {
    font-size: 2.5em;
  }

  .locaBoxIn {
    padding: 15px;
  }

  .locaBox p {
    margin: 5px 0 10px;
  }

  .locaDtlLft {
    padding-right: 15px;
  }

  .locaDtlRgt {
    padding-left: 15px;
  }

  .locaDtlRgt iframe {
    width: 100%;
  }

  .cresTopTxt {
    padding: 30px 45px;
  }

  .subscribe {
    right: 100px;
  }

  .subscribeBtn {
    padding: 0 20px;
    margin-left: 20px;
  }

  .contHdr {
    padding: 15px;
  }

  .cateBox h3 {
    margin-bottom: 10px;
  }

  .fullCategory h1,
  .fullCategory h3 {
    margin-bottom: 15px;
  }

  .fullCategory p {
    margin-top: 15px;
  }

  .cateBox p ~ p,
  .aboutDtlLft p ~ p,
  .careersLftIn p ~ p,
  .mainCont p ~ p,
  .servDtlLft p ~ P {
    margin-top: 15px;
  }

  .personPic a {
    margin-right: 15px;
  }

  .person p {
    margin-top: 10px;
  }

  .linksBox a {
    width: 50px;
    margin-right: 5px;
  }

  .mediaCont h3 {
    margin-bottom: 15px;
  }

  .mediaCont h5 {
    margin: 5px 0 3px;
  }

  .sBarTop {
    min-height: 27.5vw;
  }

  .sBarTop .accorList {
    padding: 15px 30px;
  }

  .sBarTop .accorList > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
  }

  .accorList a em {
    width: 15px;
    height: 15px;
  }

  .aboutDtlRgtIn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .aboutDtlRow {
    margin-left: -15px;
    margin-right: -15px;
  }

  .aboutDtlCol {
    padding-left: -15px;
    padding-right: -15px;
  }

  .aboutDtlRgt h3 {
    padding-left: 15px;
  }

  .aboutDtlRgt li {
    padding: 30px 15px 0;
  }

  .aboutDtlRgt span {
    padding: 10px 0;
  }

  .tweetBx,
  .highights h3,
  .highights p {
    padding: 18px 30px;
  }

  .tweetBx {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popMenu #navlist > li {
    padding: 18px 0;
  }

  .popMenuIn {
    width: 320px;
  }

  .overlay-opacity ~ .popMenu {
    width: 320px;
  }

  .footer {
    font-size: 1.2vw;
  }

  .bio,
  .sec4,
  .sec5,
  .sec6,	
  .about,
  .servDtlWpr,
  .locationWpr {
    min-height: -webkit-calc(100vh - 103px - 50px);
    min-height: -moz-calc(100vh - 103px - 50px);
    min-height: calc(100vh - 103px - 50px);
  }

  .social a,
  .footer li,
  .footer p {
    line-height: 24px;
  }

  .footer li::before {
    height: 50%;
  }

  .dropDown ul {
    width: 240px;
    padding: 20px;
  }

  .alphabatic a,
  .alphabatic span {
    padding-right: 0.7em;
  }
}

@media screen and (min-width: 1500px) {
  body {
    font-size: 15px;
  }

  .footer {
    font-size: 19px;
  }
}

@media screen and (min-width: 1280px) {
  .header li {
    font-size: 1em;
  }
}

@media screen and (max-width: 1279px) {
  body {
    font-size: 1.1vw;
  }

  .ftrRgt p {
    margin-left: 0;
  }

  .gIt h4 {
    padding-right: 17%;
  }

  .offices h4 {
    padding-right: 11%;
  }

  #moveUp,
  #moveDown {
    width: 35px;
    height: 25px;
  }

  .hdrSrchBox {
    width: 40px;
    right: 95px;
  }

  .header #navcontainer {
    padding: 0 140px;
  }

  .header li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em;
  }

  .hdrSrch.active {
    width: 400px;
    border: 1px solid #17b001;
    border-radius: 5px;
  }

  .cresTop {
    margin-right: -8px;
    margin-left: -8px;
  }

  .cTopTxtBox {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cresTopTxt {
    padding: 15px;
  }

  .topBnrPad .pageTitle {
    padding-top: 6%;
  }

  .navFormIn1 > label {
    padding-right: 10px;
    line-height: 45px;
  }

  .dropDownBtn {
    width: 200px;
  }

  .navSelect,
  .navForm .customSelect {
    width: 180px;
  }

  .nkSrch {
    width: 225px;
  }

  .dropDownBtn,
  .nkSrch input[type="text"],
  .navForm span.select-esa,
  .navForm .ui-selectmenu-button.ui-button,
  .navForm .selectmenu {
    height: 45px;
    background-size: 20px auto;
    padding: 5px 30px 5px 15px;
  }

  .nkSrch input[type="submit"] {
    width: 26px;
    height: 26px;
    right: 10px;
  }

  .tweetBx,
  .highights h3,
  .highights p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tweetBx {
    padding-left: 5px;
    padding-right: 5px;
  }

  .blogs,
  .mediaCont {
    padding: 15px;
  }

  .blogs li {
    margin: 15px 0;
  }

  .subNav .breadcomb {
    max-width: 300px;
  }

  .person {
    width: 50%;
    flex-basis: 50%;
  }

  .sBarTop .accorList {
    padding: 20px 15px;
  }

  .bio::before {
    padding-top: 11.38%;
  }

  .bioCont {
    width: 84.375%;
  }

  /* 2430 / 2880 */
  .bioNav .bioNavIn {
    width: 67%;
  }

  .bioLft {
    width: 35.15151515151515%;
    /* 696 / 1980 */
    margin-left: 0;
  }

  .bioLftIn {
    padding: 60% 30px 30px;
  }

  .ldMrBx {
    padding-bottom: 65px;
  }

  .ldMrBx::after {
    height: 65px;
  }

  .ldMrBtn {
    bottom: 15px;
  }

  .bioBtm {
    padding-top: 0;
  }

  .ldMrBx p {
    margin-top: 25px;
  }

  .ldMrBx p:first-child {
    margin-top: 15px;
  }

  .bioTop .breadcomb {
    padding: 1% 0 0 10%;
  }

  .bioTop .quickLinks {
    right: 45px;
  }

  /* .bioTop .quickLinks a i {
    font-size: 1.1em;
  } */
  .bioTop h1 {
    font-size: 2.45em;
  }

  .blogs li {
    font-size: 1em;
  }

  .aboutDtlRgt ul {
    width: 100%;
  }

  .subNav .tabBtns li {
    padding-right: 30px;
  }

  .contWrap {
    min-height: -webkit-calc(100vh - 280px - 62px);
    min-height: -moz-calc(100vh - 280px - 62px);
    min-height: calc(100vh - 280px - 62px);
  }

  .bio,
  .sec4,
  .sec5,
  .sec6,	
  .about,
  .servDtlWpr,
  .locationWpr {
    min-height: -webkit-calc(100vh - 103px - 40px);
    min-height: -moz-calc(100vh - 103px - 40px);
    min-height: calc(100vh - 103px - 40px);
  }

  .social a,
  .footer li,
  .footer p {
    line-height: 14px;
  }

  .sec5 .fltrLft {
    width: 40%;
  }

  .sec5 .fltrRgt {
    width: 60%;
  }

  .sec1::after {
    background-size: 125% auto;
    background-position: left bottom;
  }
}

@media screen and (max-width: 1100px) {
  body {
    font-size: 1.2vw;
  }

  .nkSrch {
    width: 200px;
  }

  .sec1::before {
    background-size: 85% auto;
    background-position: right top;
    background-image: url(../images/sec1-top2.png);
  }

  .home.fp-viewing-page2 .titleBox {
    top: 15%;
  }

  .alphabatic a,
  .alphabatic span {
    padding-right: 0.5em;
  }

  .sec1::after {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 1024px) {
  .header #navcontainer {
    display: none;
  }
}

@media (max-width: 1100px) and (min-width: 1023px) {
  .sec2Lft::before {
    background-position: bottom left;
    width: 120%;
    height: 120%;
    top: 10%;
  }

  .sec2Lft .signUp p,
  .sec2Lft .signUp h4 {
    color: #fff;
  }

  .home.fp-viewing-page3 .signUp {
    right: auto;
    left: 30px;
  }
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 1.3vw;
  }

  #fullpage {
    min-height: calc(100vh - 103px - 40px);
  }

  .navForm {
    font-size: 0.9em;
  }

  .social a {
    margin-right: 10px;
  }

  .ftrRgt li {
    padding: 0 10px;
  }

  .banTxt,
  .sec0 .searchForm {
    width: 40%;
  }

  .gIt h4 {
    padding-right: 20%;
  }

  .offices h4 {
    padding-right: 15%;
  }

  .gIt,
  .offices {
    border: 2px solid #508ea7;
  }

  .sec2Lft::after {
    background-size: 100% 100%;
  }

  .sec2Lft::before {
    background-size: 232% auto;
  }

  .sec2 .titleBox {
    top: 20%;
  }

  .hdrSrch.active {
    width: 300px;
  }

  .servDtlRgt .attoImg {
    width: 30%;
  }

  .servDtlRgt .attoText {
    width: 70%;
    padding-left: 15px;
  }

  .attoResults li {
    width: 50%;
    flex-basis: 50%;
  }

  .tabBox .svcList > li {
    width: 100%;
  }

  .navFormIn1 > label {
    line-height: 40px;
  }

  .dropDownBtn {
    width: 170px;
  }

  .navSelect,
  .navForm .customSelect {
    width: 130px;
  }

  .nkSrch {
    width: 190px;
  }

  .dropDownBtn,
  .nkSrch input[type="text"],
  .navForm span.select-esa,
  .navForm .ui-selectmenu-button.ui-button,
  .navForm .selectmenu {
    height: 40px;
    line-height: 30px;
    background-size: 20px auto;
    padding: 5px 30px 5px 15px;
  }

  .nkSrch input[type="text"] {
    padding-right: 20px;
  }

  .nkSrch input[type="submit"] {
    width: 26px;
    height: 26px;
    right: 10px;
  }

  /* .bioTop .quickLinks a i {
    font-size: 0.9em;
  } */
  .highights h3 {
    padding-top: 18px;
    padding-bottom: 17px;
  }

  .attoLft {
    width: 75%;
  }

  .fltrLft,
  .fltrRgt,
  .attoLft .alphabatic {
    width: 100%;
  }

  .attoRgt {
    width: 25%;
  }

  .aboutDtlRgt li {
    padding-left: 7px;
    padding-right: 7px;
  }

  .footer {
    font-size: 1.4vw;
  }

  .contWrap {
    min-height: -webkit-calc(100vh - 275px - 62px);
    min-height: -moz-calc(100vh - 275px - 62px);
    min-height: calc(100vh - 275px - 62px);
  }

  /*.tabCont > p{margin-top:0}*/
  .servDtlRgt h3 {
    padding-top: 15px;
  }

  .sec5 .fltrLft,
  .sec5 .fltrRgt {
    width: 100%;
  }

  .bioNav .bioNavIn {
    padding-left: 1em;
  }
}

@media screen and (max-width: 991px) {
  .highlighted-stories {
    font-size: 2vw;
  }

  .dropDownBtn {
    width: 160px;
  }

  .navSelect,
  .navForm .customSelect {
    width: 115px;
  }

  .nkSrch {
    width: 180px;
  }

  .subNav .tabBtns li {
    padding-right: 20px;
  }

  .contWrap {
    min-height: -webkit-calc(100vh - 248px - 62px);
    min-height: -moz-calc(100vh - 248px - 62px);
    min-height: calc(100vh - 248px - 62px);
  }

  .sec1::after {
    /*background-size: 145% auto;
		background-position: left bottom;*/
    background-size: 175% auto;
    background-position: left bottom;
  }

  .fullCategory table tbody {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 800px) {
  .nkSrch {
    width: 150px;
  }

  .dropDown ul {
    width: 185px;
  }

  .locaDtlLft,
  .locaDtlRgt {
    width: 100%;
    padding: 15px;
    font-size: calc(1vh + 1vw + 4px);
  }
}

@media (max-width: 860px) {
  .home.fp-viewing-page2 .titleBox {
    top: 11%;
  }
}

@media screen and (max-width: 799px) {
  .contWrap {
    min-height: -webkit-calc(100vh - 243px - 62px);
    min-height: -moz-calc(100vh - 243px - 62px);
    min-height: calc(100vh - 243px - 62px);
  }
}

@media screen and (min-width: 768px) {
  .home .header {
    position: fixed;
    left: 0;
    top: 0;
  }

  .locaDtlRgt iframe {
    width: 100%;
  }

  /* .highlighted .inner p {
    min-height: 2em;
    max-height: 2em;
  } */
}

@media screen and (max-width: 767px) {
  #fullpage {
    margin-top: 0px;
  }

  .highlighted-stories {
    flex-direction: column;
  }

  .highlighted {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 0.5em !important;
  }

  .locaBox h3 {
    font-size: 1.8em;
  }

  .locaBox p {
    font-size: 0.98em;
  }

  .locaBox p span:nth-child(3),
  .locaBox p span:nth-child(4) {
    display: inline-block;
    font-size: 0.94em;
    margin-top: 10px;
  }

  .locaBox p span:nth-child(3) {
    margin-right: 15px;
  }

  body {
    font-size: 1.7vw;
  }

  #fullpage {
    font-size: 1.5vw;
  }

  #logo {
    left: 15px;
  }

  .header .menuBtn {
    right: 15px;
  }

  .hdrSrchBox {
    right: 70px;
  }

  .hdrSrch.active {
    width: 250px;
  }

  .banTxt {
    display: none;
  }

  .sec0 .searchForm {
    padding: 3%;
    width: 52.569%;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* background-color: #17b000; */
    background-color: #62AC5D;
    margin: auto;
    bottom: auto;
    right: 30px;
    left: auto;
    top: 48%;
  }

  .sec0 input[type="text"] {
    border: 1px solid #afd5da;
  }

  .sec0 input[type="submit"] {
    width: 30px;
    height: 30px;
  }

  .sec0 .titleBox {
    bottom: 50px;
  }

  .home.fp-viewing-page2 .sec1Text {
    width: 62%;
    bottom: 50px;
  }

  .sec2Lft {
    width: 100%;
  }

  .sec2Rgt {
    display: none;
  }

  .gIt,
  .offices {
    width: 40%;
  }

  .gIt h4 {
    padding-right: 0;
    padding-left: 20%;
    background-position: left center;
  }

  .offices h4 {
    padding-right: 0;
    padding-left: 15%;
    background-position: left center;
  }

  .mblBtn {
    display: inline-block;
  }

  .content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .sidebar,
  .mainCont {
    width: 100%;
    flex: 1 1 100%;
  }

  .locationWpr {
    padding: 0;
  }

  .locaBox {
    width: 100%;
    flex: 1 1 100%;
  }

  .locaBoxMid {
    padding: 0 15px 15px;
  }

  .careersLft,
  .careersRgt {
    width: 100%;
    flex: 1 1 100%;
  }

  .careersRgtIn,
  .careersLftIn {
    padding: 15px;
  }

  .cresTopIn {
    width: 100%;
    flex: 1 1 100%;
    margin: 7px 0;
  }

  .servDtlLft,
  .servDtlRgt {
    width: 100%;
    flex: 1 1 100%;
  }

  .servDtlRgtIn,
  .servDtlLftIn {
    padding-right: 15px;
    padding-left: 15px;
  }

  .servDtlRgt {
    padding-bottom: 30px;
  }

  .servDtlRgt h3 {
    font-size: 2.4em;
  }

  /* .topBnr {
    padding-top: 2%;
    padding-bottom: 2%;
  } */
  .quickLinks {
    width: 6%;
  }

  .footer {
    padding: 20px 0;
    font-size: 2vw;
  }

  .socialIn,
  .ftrMenu {
    display: inline-block;
  }

  .social {
    width: 100%;
    float: none;
  }

  .social a {
    float: none;
    font-size: 1.1em;
  }

  .ftrRgt {
    width: 100%;
    float: none;
  }

  div.ftrRgt p {
    float: none !important;
  }

  .ftrRgt #localnavcontainer {
    display: none;
  }

  .footer li {
    font-size: 1.2em;
    font-weight: 600;
  }

  .footer li::before {
    height: 80%;
    background-color: #fff;
    left: -2px;
  }

  .ftrRgt p {
    margin: 10px 0 0;
    text-align: center;
    float: none;
  }

  .credits {
    display: inline-block;
  }

  #fp-nav.fp-right {
    right: 5px;
  }

  .svcMid {
    width: 100%;
  }

  .tabCont {
    padding-bottom: 0;
  }

  .subNav .breadcomb {
    max-width: 300px;
    top: 37px;
  }

  .navFormIn1 {
    float: right;
  }

  .navFormIn2 {
    width: 100%;
    margin-top: 15px;
    position: relative;
    float: left;
  }

  .nkSrch {
    width: 300px;
  }

  .dropDown,
  .navSelect,
  .navForm .customSelect {
    width: 33.3333%;
  }

  .dropDownBtn {
    width: 100%;
    box-sizing: border-box;
  }

  .subscribe {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: auto;
    left: 15px;
    top: 0;
  }

  .sBarTop {
    min-height: 118vw;
  }

  .sBarTop .accorList {
    padding: 20px 30px;
  }

  .aboutBg::after {
    display: none;
  }

  /*.aboutDtlLft,
	.aboutDtlRgt{
		width:100%;
		flex: none;
		clear: both;
	}*/
  .aboutDtlCol {
    padding-left: 15px;
    padding-right: 15px;
  }

  .aboutDtlLftIn {
    padding: 15px;
  }

  .aboutDtlRgt {
    background-color: #005b7f;
  }

  .aboutDtlRgtIn {
    padding: 30px 0;
  }

  .bioInner {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    flex-grow: 1;
  }

  .bioTop {
    width: 50%;
    flex-basis: 50%;
    background-color: #005b7f;
    box-sizing: border-box;
    padding: 15px;
  }

  .bioTop h1,
  .bioTop .breadcomb,
  .bioTop .address {
    padding: 0 0 15px;
    position: relative;
    left: 0;
    top: 0;
  }

  .bioTop h1 {
    font-size: 1.795em;
  }

  .bioTop .address {
    /*font-size:1.3em*/
    font-size: 1em;
  }

  .bioTop .quickLinks {
    width: 100%;
    padding: 0 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-sizing: border-box;
    bottom: 13px;
    top: auto;
    position: relative;
  }

  .bioNavIn .tabBtns {
    padding-left: 0px;
  }

  .bioTop .quickLinks li {
    margin-right: 5px;
    float: left;
  }

  .quickLinks li.linkedin {
    display: block;
  }

  .bioTop .quickLinks li a {
    padding: 0 10px;
  }

  .bioTop .quickLinks a i {
    font-size: 1.5em;
  }

  a.linkedin {
    display: none;
  }

  .quickLinks .share-btns {
    bottom: -185px;
  }

  .bioCont {
    width: 100%;
    margin: 0;
  }

  .bioTopIn,
  .bioTopMid {
    padding-top: 0;
    position: static;
  }

  .bioNav {
    background-color: #dde3e5;
    box-sizing: border-box;
    padding: 15px;
  }

  .bioNav .bioNavIn {
    width: 100%;
    padding-left: 1em;
  }

  .bioRgt,
  .bioLft {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  }

  .bioLftIn {
    padding: 0;
  }

  .attoLft,
  .attoRgt {
    width: 100%;
  }

  .attoForm button[type="reset"] {
    background-color: #508ea7;
    /* color: #b7fc00; */
    color: #62AC5D;
  }

  .attoForm button[type="reset"]:hover {
    /* background-color: #31b206; */
    background-color: #62AC5D;
    color: #fff;
  }

  .attoForm .viewAll {
    margin-top: 30px;
  }

  .popMenuIn {
    padding: 80px 15px;
  }

  .popMenu #navlist > li {
    padding: 14px 0;
  }

  .popMenu .closeBtn {
    width: 35px;
    height: 35px;
    right: 15px;
    top: 20px;
  }

  .aboutDtlRgt ul {
    max-width: 280px;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
  }

  .aboutDtlRgt li {
    font-size: 1em;
  }

  .bioNav .tabBtns li,
  .subNav .tabBtns li {
    padding-right: 0;
    width: 100%;
  }

  .contWrap {
    min-height: -webkit-calc(100vh - 487px - 62px);
    min-height: -moz-calc(100vh - 487px - 62px);
    min-height: calc(100vh - 487px - 62px);
  }

  .bio,
  .sec4,
  .sec5,
  .sec6,
  .about,
  .servDtlWpr,
  .locationWpr {
    min-height: -webkit-calc(100vh - 103px - 83.2px);
    min-height: -moz-calc(100vh - 103px - 83.2px);
    min-height: calc(100vh - 103px - 83.2px);
  }

  .sec4 {
    padding: 0;
  }

  .servDtlRgt .attoImg {
    width: 85px;
  }

  .sBarTop {
    min-height: inherit;
  }

  .tweetBx,
  .highights p {
    font-size: 0.96em;
  }

  .cresWpr .topBnr,
  .cresWpr .cresTop {
    padding-left: 0;
    padding-right: 0;
  }

  .cTopTxtIn h3 {
    font-size: 2em;
  }

  .sec5 .attoCont {
    padding: 15px;
  }

  .dropDown ul {
    width: 210px;
    right: -15px;
  }

  .socialIn,
  .menuSbarBtm ul {
    direction: rtl;
  }

  .social .envelope,
  .menuSbarBtm li.envelope {
    display: none;
  }

  /*.sec1::before{
		background-image:url(../images/sec1-top-mb.png);
		background-position:right top;
		background-size:auto 100%;
	}*/

  .banner {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    height: auto;
    left: 0;
  }

  .sec0 .searchForm {
    margin-right: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: static;
    float: right;
  }

  .sec0 .titleBox {
    margin-left: 15px;
    position: static;
    float: left;
  }

  .sec1 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    background-image: url(../images/sec1-top-mb.png);
    background-position: left top;
    background-size: 100% 100%;
  }

  .sec1::before {
    display: none;
  }

  .sec1::after {
    display: none;
  }

  .sec1 .titleBox {
    margin-right: 15px;
    position: relative;
    float: right;
    right: 0;
    top: 0;
  }

  .sec2Box {
    height: auto;
  }

  .sec1Text {
    min-width: 70%;
    box-sizing: border-box;
    padding-left: 15px;
    position: static;
    clear: right;
    float: left;
  }

  .sec2Lft {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #005b7f;
    background-image: url(../images/sec2-top-mb.png);
    background-position: left top;
    background-size: 100% 100%;
  }

  .sec2Lft::before {
    display: none;
  }

  .sec2 .titleBox {
    padding-left: 15px;
    position: static;
    float: left;
  }

  .sec2 .mblBtn {
    margin-right: 15px;
    position: static;
    float: right;
  }

  .signUp {
    padding: 0 0 0 8%;
    margin: 30px 15px 0 0;
    background-position: left center;
    background-size: auto 85%;
    position: static;
    float: right;
    clear: left;
  }

  .signUp p {
    margin-top: 0;
  }

  .signUp h4,
  .signUp h4 a {
    padding-right: 0;
    color: #fff;
  }

  .signUp p {
    color: #fff;
  }

  .sec3In {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .sec3 h2 {
    left: 0;
    text-align: center;
  }

  .gIt,
  .offices {
    position: static;
  }

  #actions,
  #moveUp {
    display: none;
  }

  #loader {
    display: block;
  }

  .home .header {
    opacity: 0;
  }

  .loaded .header {
    opacity: 1;
  }

  .home #fullpage {
    opacity: 0;
  }

  .loaded #fullpage {
    opacity: 1;
  }

  .home .footer {
    opacity: 0;
  }

  .loaded .footer {
    opacity: 1;
  }

  .social {
    direction: rtl;
    overflow: hidden;
  }

  .socialIn,
  .ftrMenu {
    float: right;
    direction: ltr;
  }

  .banTxt1 {
    margin-top: 55px !important;
    padding: 0;
    position: relative;
  }

  .sec1 .banTxt1 {
    color: #000 !important;
    background: none;
  }

  .sec1 .banTxt1 p {
    font-size: 2em;
    padding: 0;
    font-weight: normal;
  }

  .sec1 .banTxt1 a {
    color: #62AC5D !important;
    /* color: #17b000 !important; */
  }

  .sec1Text {
    min-width: 90%;
  }

  .sec1Text p {
    width: 58%;
  }

  #moveUp,
  #moveDown {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  body {
    font-size: 2.8vw;
  }

  .quickLinks {
    right: 15px;
  }

  .quickLinks a i {
    font-size: 1.3em;
  }

  .header {
    height: 80px;
    /* background-color: #555759; */
    background-color: white;
  }

  #fullpage {
    margin-top: 0px;
  }

  #logo {
    height: 55px;
  }

  .header .menuBtn {
    width: 32px;
    height: 39px;
  }

  .hdrSrchBox {
    width: 30px;
    height: 54px;
    right: 60px;
  }

  .searchBtn {
    width: 22px;
    height: 22px;
    margin-top: 16px;
  }

  .hdrSrch {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hdrSrch.active {
    width: 245px;
    padding-left: 45px;
    padding-right: 40px;
    background-size: auto 50%;
    background-position: 10px center;
    top: 0;
  }

  .footer {
    font-size: 2.5vw;
  }

  .footer li {
    padding: 0 10px;
  }

  .home.fp-viewing-page3 .signUp {
    padding-left: 9%;
    right: 15px;
  }

  .signUp h4 {
    padding-right: 0;
  }

  .home.fp-viewing-page2 .sec1Text,
  .home.fp-viewing-page3 .titleBox,
  .sec0 .titleBox {
    left: 15px;
  }

  .sec3 h2 {
    padding-left: 15px;
  }

  .home.fp-viewing-page2 .titleBox,
  .sec0 .searchForm {
    right: 15px;
  }

  .attoResults li {
    width: 100%;
    flex-basis: 100%;
  }

  .attoResults li {
    padding-bottom: 0;
  }

  .nkSrch,
  .navFormIn1 {
    width: 100%;
  }

  .dropDown {
    width: 100%;
  }

  .navSelect,
  .navForm .customSelect {
    width: 100%;
    margin-bottom: 15px;
  }

  .dropDownBtn,
  .navForm span.select-esa,
  .navForm .ui-selectmenu-button.ui-button,
  .navForm .selectmenu {
    text-align: left;
    background-color: #508ea7;
    background-image: url(../images/selectBg-m.png);
    background-position: right 10px center;
  }

  .subNav .breadcomb {
    padding-top: 15px;
    position: static;
  }

  .topBnrPad .pageTitle {
    padding-top: 10%;
  }

  .subscribe {
    line-height: 2.4;
    margin-top: 0.375em;
  }

  .subscribeBtn {
    padding: 0 10px;
    margin-left: 10px;
  }

  .dropDown ul {
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    right: -15px;
  }

  .category {
    width: 100%;
    flex: 1 1 100%;
  }

  .subNav .breadcomb {
    max-width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 30px;
  }

  .person {
    width: 100%;
    flex-basis: 100%;
  }

  .bioPic,
  .bioTop {
    width: 100%;
    flex: 1 1 100%;
  }

  .bioTop .quickLinks {
    position: static;
    padding: 0;
  }

  .ldMrBx p:first-child {
    margin-top: 0;
  }

  .alphabatic {
    height: 20px;
  }

  .alphabatic a,
  .alphabatic span {
    line-height: 20px;
    font-size: 0.95em;
  }

  .fltrRgtIn {
    width: 100%;
  }

  .attoCont {
    padding: 0 15px;
  }

  .fltrSrch,
  .attoForm .viewAll {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .fltrSrch,
  .attoForm button[type="reset"],
  .attoForm button[type="submit"] {
    margin-bottom: 15px;
  }

  .fltrRgtIn {
    padding-bottom: 15px;
  }

  .popMenu {
    height: auto;
    position: absolute;
    z-index: 9998;
  }

  .popMenuIn {
    width: 260px;
    height: auto;
    font-size: 3.2vw;
    padding: 80px 0;
  }

  .overlay-opacity ~ .popMenu {
    width: 260px;
  }

  .header .menuBtn.active {
    width: 26px;
    height: 44px;
    background-image: url(../images/mbl-closeBtn.png);
  }

  .popMenu #mCSB_3_scrollbar_vertical {
    display: none !important;
  }

  .bio,
  .sec4,
  .sec5,
  .sec6,	
  .about,
  .servDtlWpr,
  .locationWpr {
    min-height: -webkit-calc(100vh - 80px - 80px);
    min-height: -moz-calc(100vh - 80px - 80px);
    min-height: calc(100vh - 80px - 80px);
  }

  .bio .bioCont {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4vw;
  }

  .hdrSrch.active {
    width: 285px;
  }

  .quickLinks {
    width: 8%;
  }

  .quickLinks a i {
    font-size: 1em;
  }

  .subNav .tabBtns {
    padding: 3% 0;
  }

  .sec0 .banner {
    padding-top: 0;
  }

  .sec0 .searchForm {
    padding: 15px;
    width: 100%;
    margin: 0 auto 50px;
  }

  .titleBox span {
    margin-bottom: 0;
  }

  .credits {
    margin-right: 5px;
    padding-right: 5px;
  }

  .footer {
    font-size: 3.3vw;
  }

  .social a {
    margin-right: 1px;
  }

  .footer li {
    padding: 0 5px;
  }

  .subscribe {
    font-size: 0.9em;
  }

  .contWrap {
    min-height: -webkit-calc(100vh - 487px - 62px);
    min-height: -moz-calc(100vh - 487px - 62px);
    min-height: calc(100vh - 487px - 62px);
  }

  .sec5 .attoCont .alphabatic a,
  .sec5 .attoCont .alphabatic span {
    font-size: 0.8em;
  }

  .pageTitle h3,
  .pageTitle h1 {
    font-size: 2.3em;
    max-width: 65%;
  }

  .breadcomb li {
    font-size: 0.8em;
  }

  .about {
    background-size: 45% auto;
  }

  .alphabatic a,
  .alphabatic span {
    padding-right: 0.25em;
  }

  .quickLinks .share-btns {
    bottom: -190px;
  }
}

@media screen and (max-width: 359px) {
  .hdrSrch.active {
    width: 245px;
  }

  .alphabatic a,
  .alphabatic span {
    padding-right: 0.3em;
  }
}

.signup-form {
  padding-top: 20px;
}

.signup-form .form-cell {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}

.signup-form p {
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0 !important;
}

.feed-sidebar {
  width: 100%;
}

.m-page-content {
  overflow: hidden;
  min-height: calc(100vh - 103px - 45px);
}

.m-page-content > p,
.m-page-content > q,
.m-page-content > blockquote {
  padding-left: 30px;
  padding-right: 30px;
}

.m-page-content > p:first-child {
  margin-top: 0 !important;
  padding-top: 30px;
}

.tabBox .accorList > li {
  display: table;
  width: 100%;
}

.megapop .accorCont {
  max-width: 90%;
}

@media (min-width: 1200px) {
  .megapop .accorList > li {
    font-size: 14px;
  }

  .megapop .accorList > li > a {
    padding-right: 22px !important;
  }

  .megapop .accorCont,
  .accorList > li li {
    font-size: 14px;
    font-weight: 300;
  }
}

.tabBox .accorList > li > a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 45px;
  box-sizing: border-box;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  .tabBox .accorList > li > a {
    height: 48px;
  }
}

/*
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

}*/
@media (max-width: 1023px) and (min-width: 768px) {
  .sec2Lft::before {
    background-size: auto;
    width: 100%;
    background-position: center;
  }

  .sec2Lft {
    background-color: #072835;
  }

  .sec2Lft .signUp p,
  .sec2Lft .signUp h4 {
    color: #fff;
  }

  .home.fp-viewing-page3 .signUp {
    right: auto;
    left: 30px;
  }
}

@media (max-width: 767px) {
  /*.sec1{
        padding-top: 20px;
        background: rgb(0,143,59);
        background: -moz-linear-gradient(left,  rgba(0,143,59,1) 0%, rgba(95,167,48,1) 100%);
        background: -webkit-linear-gradient(left,  rgba(0,143,59,1) 0%,rgba(95,167,48,1) 100%);
        background: linear-gradient(to right,  rgba(0,143,59,1) 0%,rgba(95,167,48,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008f3b', endColorstr='#5fa730',GradientType=1 );
    }
    .sec2Lft{
        background: #005b7f;
    }*/
  .bio .bioTop {
    padding-bottom: 0;
  }

  .sec1Text p {
    right: auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .sec2Rgt li {
    font-size: 1.1em;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .home.fp-viewing-page3 .signUp {
    bottom: 15vh;
  }

  .sec2Rgt li {
  }
}

.news-flat-list,
.news-flat-list1 {
  width: 100%;
  flex-basis: auto;
}

.news-flat-pager,
.news-flat-pager1 {
  max-width: 100%;
}

.news-flat-pager a,
.news-flat-pager1 a {
  margin: 0 3px;
  display: inline-block;
}

.news-flat-pager a.active,
.news-flat-pager1 a.active {
  color: #000;
  cursor: default;
}

.bioRgt .text-widget {
  padding-bottom: 30px;
}

.hidden-content {
  height: calc(5vh + 2vw + 20px);
  overflow: hidden;
  position: relative;
}

.readMoreContent-wrap {
  position: relative;
  text-align: center;
  z-index: 99;
  margin-top: 25px;
}

.hidden-content:after {
  position: absolute;
  bottom: 0;
  z-index: 50;
  content: "";
  opacity: 0.8;
  width: 100%;
  height: 163px;
  display: block;
  margin: auto;
  left: 0;
  box-shadow: 0 -171px 33px -70px #fff inset;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000068a4', endColorstr='#076ba4', GradientType=0);
}

.readMoreContent {
  padding: 0 25px;
  /*position:absolute;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	left:50%;
	bottom:30px;
	*/
  text-align: center;
  display: inline-block;
  text-decoration: none;
  background: none;
  border: 2px solid #7fda7f;
  text-transform: uppercase;
  line-height: 2.90625;
  /*93*/
  font-size: 1.143em;
  /*32*/
  font-weight: 600;
  color: #749095;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}

.tabBox .accorCont p a {
  color: #005b7f;
}

.tabBox .accorCont p a:hover {
  color: #fff;
}

/*
.aboutBg .about{
	min-height: 0 !important;
	display: block !important;
}*/

@media (max-width: 767px) {
  .tabBox .accorList > li > a {
    padding-right: 45px !important;
  }

  .tabBox .accorList > li {
    font-size: 1em;
  }

  .subscribe {
    /* line-height: 2.4; */
    margin-top: 0.375em;
  }
}

@media (max-height: 600px) {
  .sec2-news-list > ul > li:nth-child(12),
  .sec2-news-list > ul > li:nth-child(11),
  .sec2-news-list > ul > li:nth-child(11),
  .sec2-news-list > ul > li:nth-child(10),
  .sec2-news-list > ul > li:nth-child(9),
  .sec2-news-list > ul > li:nth-child(8),
  .sec2-news-list > ul > li:nth-child(7),
  .sec2-news-list > ul > li:nth-child(6),
  .sec2-news-list > ul > li:nth-child(5),
  .sec2-news-list > ul > li:nth-child(4) {
    display: none;
  }
}

@media (max-height: 400px) {
  .sec2-news-list > ul > li:nth-child(12),
  .sec2-news-list > ul > li:nth-child(11),
  .sec2-news-list > ul > li:nth-child(11),
  .sec2-news-list > ul > li:nth-child(10),
  .sec2-news-list > ul > li:nth-child(9),
  .sec2-news-list > ul > li:nth-child(8),
  .sec2-news-list > ul > li:nth-child(7),
  .sec2-news-list > ul > li:nth-child(6),
  .sec2-news-list > ul > li:nth-child(5) {
    display: none;
  }
}

@media (max-height: 700px) {
  .sec2-news-list > ul > li:nth-child(12),
  .sec2-news-list > ul > li:nth-child(11),
  .sec2-news-list > ul > li:nth-child(11),
  .sec2-news-list > ul > li:nth-child(10),
  .sec2-news-list > ul > li:nth-child(9),
  .sec2-news-list > ul > li:nth-child(8),
  .sec2-news-list > ul > li:nth-child(7),
  .sec2-news-list > ul > li:nth-child(6) {
    display: none;
  }
}

@media (max-height: 800px) {
  .sec2-news-list > ul > li:nth-child(12),
  .sec2-news-list > ul > li:nth-child(11),
  .sec2-news-list > ul > li:nth-child(11),
  .sec2-news-list > ul > li:nth-child(10),
  .sec2-news-list > ul > li:nth-child(9),
  .sec2-news-list > ul > li:nth-child(8),
  .sec2-news-list > ul > li:nth-child(7) {
    display: none;
  }
}

@media (max-height: 900px) {
  .sec2-news-list > ul > li:nth-child(12),
  .sec2-news-list > ul > li:nth-child(11),
  .sec2-news-list > ul > li:nth-child(11),
  .sec2-news-list > ul > li:nth-child(10),
  .sec2-news-list > ul > li:nth-child(9),
  .sec2-news-list > ul > li:nth-child(8) {
    display: none;
  }
}

@media (max-width: 1200px) {
  .sec2-news-list > ul > li:nth-child(12),
  .sec2-news-list > ul > li:nth-child(11),
  .sec2-news-list > ul > li:nth-child(11),
  .sec2-news-list > ul > li:nth-child(10),
  .sec2-news-list > ul > li:nth-child(9),
  .sec2-news-list > ul > li:nth-child(8),
  .sec2-news-list > ul > li:nth-child(7) {
    display: none;
  }

  .header li {
    padding-left: 0.375em;
    padding-right: 0.375em;
  }

  .fullCategory table tbody {
    font-size: 1.3vw;
  }
}

.ui-selectmenu-menu .ui-menu {
  max-height: 200px;
}

.related-people .contHdr {
  margin-bottom: 25px;
}

.servDtlLftIn .personInfo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.servDtlLftIn .personInfo .person-team {
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.servDtlLftIn .personInfo .person-team .personPic img {
  width: calc(50px + 5.5vw);
}

@media (max-width: 1100px) {
  .person-team .personPic {
    margin-bottom: 15px;
  }
}

@media (max-width: 639px) {
  .servDtlLftIn .personInfo .person-team {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

select.selectmenu {
  background: #fff url(../images/selectBg.png) no-repeat right 25px center;
  height: 65px;
  padding: 15px;
  padding-right: 30px;
  line-height: 35px;
  background-position: right 15px center;
  background-size: 20px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  font-size: 1.143em;
  color: #005b7f;
  overflow: hidden;
  text-overflow: ellipsis;
}

select.selectmenu::-ms-expand {
  display: none;
}

select.selectmenu option {
  color: #000;
  font-size: 0.8em;
  width: 100%;
}

select.selectmenu option:hover {
  color: #fff;
  background: #6eac2c;
}

.selectmenu-parent {
  position: relative;
}

.selectmenu-parent .ui-selectmenu-menu {
  top: 100% !important;
  left: 0 !important;
}

.listBox ol li,
.listBox1 ol li {
  padding-left: 10px;
}

.listBox ol li:before,
.listBox1 ol li:before {
  display: none !important;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .locaBox h3 {
    font-size: 1.8em;
  }

  .locaBox p {
    font-size: 0.98em;
  }

  .locaBox p span:nth-child(3),
  .locaBox p span:nth-child(4) {
    display: inline-block;
    font-size: 0.94em;
    margin-top: 10px;
  }

  .locaBox p span:nth-child(3) {
    margin-right: 15px;
  }

  body {
    font-size: 1.7vw;
  }

  #fullpage {
    font-size: 1.5vw;
  }

  #logo {
    left: 15px;
  }

  .header .menuBtn {
    right: 15px;
  }

  .hdrSrchBox {
    right: 70px;
  }

  .hdrSrch.active {
    width: 350px;
  }

  .banTxt {
    display: none;
  }

  .sec0 .searchForm {
    padding: 3%;
    width: 52.569%;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* background-color: #17b000; */
    background-color: #62AC5D;
    margin: auto;
    bottom: auto;
    right: 30px;
    left: auto;
    top: 48%;
  }

  .sec0 input[type="text"] {
    border: 1px solid #afd5da;
  }

  .sec0 input[type="submit"] {
    width: 30px;
    height: 30px;
  }

  .sec0 .titleBox {
    bottom: 50px;
  }

  .home.fp-viewing-page2 .sec1Text {
    width: 62%;
    bottom: 50px;
  }

  .sec2Lft {
    width: 100%;
  }

  .sec2Rgt {
    display: none;
  }

  .gIt,
  .offices {
    width: 40%;
  }

  .gIt h4 {
    padding-right: 0;
    padding-left: 20%;
    background-position: left center;
  }

  .offices h4 {
    padding-right: 0;
    padding-left: 15%;
    background-position: left center;
  }

  .mblBtn {
    display: inline-block;
  }

  .content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .sidebar,
  .mainCont {
    width: 100%;
    flex: 1 1 100%;
  }

  .locationWpr {
    padding: 0;
  }

  .locaBox {
    width: 100%;
    flex: 1 1 100%;
  }

  .locaBoxMid {
    padding: 0 15px 15px;
  }

  .careersLft,
  .careersRgt {
    width: 100%;
    flex: 1 1 100%;
  }

  .careersRgtIn,
  .careersLftIn {
    padding: 15px;
  }

  .cresTopIn {
    width: 100%;
    flex: 1 1 100%;
    margin: 7px 0;
  }

  .servDtlLft,
  .servDtlRgt {
    width: 100%;
    flex: 1 1 100%;
  }

  .servDtlRgtIn,
  .servDtlLftIn {
    padding-right: 15px;
    padding-left: 15px;
  }

  .servDtlRgt {
    padding-bottom: 30px;
  }

  .servDtlRgt h3 {
    font-size: 2.4em;
  }

  .topBnr {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .quickLinks {
    width: 6%;
  }

  .footer {
    padding: 20px 0;
    font-size: 2vw;
  }

  .socialIn,
  .ftrMenu {
    display: inline-block;
  }

  .social {
    width: 100%;
    float: none;
  }

  .social a {
    float: none;
    font-size: 1.1em;
  }

  .ftrRgt {
    width: 100%;
    float: none;
  }

  .ftrRgt #localnavcontainer {
    display: none;
  }

  .footer li {
    font-size: 1.2em;
    font-weight: 600;
  }

  .footer li::before {
    height: 80%;
    background-color: #fff;
    left: -2px;
  }

  .ftrRgt p {
    margin: 10px 0 0;
    text-align: center;
    float: none;
  }

  .credits {
    display: inline-block;
  }

  #fp-nav.fp-right {
    right: 5px;
  }

  .svcMid {
    width: 100%;
  }

  .tabCont {
    padding-bottom: 0;
  }

  .subNav .breadcomb {
    max-width: 300px;
    top: 37px;
  }

  .navFormIn1 {
    float: right;
  }

  .navFormIn2 {
    width: 100%;
    margin-top: 15px;
    position: relative;
    float: left;
  }

  .nkSrch {
    width: 300px;
  }

  .dropDown,
  .navSelect,
  .navForm .customSelect {
    width: 33.3333%;
  }

  .dropDownBtn {
    width: 100%;
    box-sizing: border-box;
  }

  .subscribe {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: auto;
    left: 15px;
    top: 0;
  }

  .sBarTop {
    min-height: 118vw;
  }

  .sBarTop .accorList {
    padding: 20px 30px;
  }

  .aboutBg::after {
    display: none;
  }

  /*.aboutDtlLft,
	.aboutDtlRgt{
		width:100%;
		flex: none;
		clear: both;
	}*/
  .aboutDtlCol {
    padding-left: 15px;
    padding-right: 15px;
  }

  .aboutDtlLftIn {
    padding: 15px;
  }

  .aboutDtlRgt {
    background-color: #005b7f;
  }

  .aboutDtlRgtIn {
    padding: 30px 0;
  }

  .bioInner {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    flex-grow: 1;
  }

  .bioTop {
    width: 50%;
    flex-basis: 50%;
    background-color: #005b7f;
    box-sizing: border-box;
    padding: 15px;
  }

  .bioTop h1,
  .bioTop .breadcomb,
  .bioTop .address {
    padding: 0 0 15px;
    position: relative;
    left: 0;
    top: 0;
  }

  .bioTop h1 {
    font-size: 1.795em;
  }

  .bioTop .address {
    /*font-size:1.3em*/
    font-size: 1em;
  }

  .bioTop .quickLinks {
    width: 100%;
    padding: 0 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-sizing: border-box;
    bottom: 13px;
    top: auto;
    position: relative;
  }

  .bioTop .quickLinks li {
    margin-right: 5px;
    float: left;
  }

  .quickLinks li.linkedin {
    display: block;
  }

  .bioTop .quickLinks li a {
    padding: 0 10px;
  }

  .bioTop .quickLinks a i {
    font-size: 1.5em;
  }

  a.linkedin {
    display: none;
  }

  .quickLinks .share-btns {
    bottom: -185px;
  }

  .bioCont {
    width: 100%;
    margin: 0;
  }

  .bioTopIn,
  .bioTopMid {
    padding-top: 0;
    position: static;
  }

  .bioNav {
    background-color: #dde3e5;
    box-sizing: border-box;
    padding: 15px;
  }

  .bioNav .bioNavIn {
    width: 100%;
  }

  .bioRgt,
  .bioLft {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  }

  .bioLftIn {
    padding: 0;
  }

  .attoLft,
  .attoRgt {
    width: 100%;
  }

  .attoForm button[type="reset"] {
    background-color: #508ea7;
    /* color: #b7fc00; */
    color: #62AC5D;
  }

  .attoForm button[type="reset"]:hover {
    /* background-color: #31b206; */
    background-color: #62AC5D;
    color: #fff;
  }

  .attoForm .viewAll {
    margin-top: 30px;
  }

  .popMenuIn {
    padding: 80px 15px;
  }

  .popMenu #navlist > li {
    padding: 14px 0;
  }

  .popMenu .closeBtn {
    width: 35px;
    height: 35px;
    right: 15px;
    top: 20px;
  }

  .aboutDtlRgt ul {
    max-width: 280px;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
  }

  .aboutDtlRgt li {
    font-size: 1em;
  }

  .bioNav .tabBtns li,
  .subNav .tabBtns li {
    padding-right: 0;
    width: 100%;
  }

  .contWrap {
    min-height: -webkit-calc(100vh - 487px - 62px);
    min-height: -moz-calc(100vh - 487px - 62px);
    min-height: calc(100vh - 487px - 62px);
  }

  .bio,
  .sec4,
  .sec5,
  .sec6,	
  .about,
  .servDtlWpr,
  .locationWpr {
    min-height: -webkit-calc(100vh - 103px - 83.2px);
    min-height: -moz-calc(100vh - 103px - 83.2px);
    min-height: calc(100vh - 103px - 83.2px);
  }

  .sec4,.sec6 {
    padding: 0;
  }

  .servDtlRgt .attoImg {
    width: 85px;
  }

  .sBarTop {
    min-height: inherit;
  }

  .tweetBx,
  .highights p {
    font-size: 0.96em;
  }

  .cresWpr .topBnr,
  .cresWpr .cresTop {
    padding-left: 0;
    padding-right: 0;
  }

  .cTopTxtIn h3 {
    font-size: 2em;
  }

  .sec5 .attoCont {
    padding: 15px;
  }

  .dropDown ul {
    width: 210px;
    right: -15px;
  }

  .socialIn,
  .menuSbarBtm ul {
    direction: rtl;
  }

  .social .envelope,
  .menuSbarBtm li.envelope {
    display: none;
  }

  /*.sec1::before{
		background-image:url(../images/sec1-top-mb.png);
		background-position:right top;
		background-size:auto 100%;
	}*/

  .banner {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 15px;
    overflow: hidden;
    height: auto;
    left: 0;
  }

  .sec0 .searchForm {
    margin-right: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: static;
    float: right;
  }

  .sec0 .titleBox {
    margin-left: 15px;
    position: static;
    float: left;
  }

  .sec1 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    background-image: url(../images/sec1-top-mb.png);
    background-position: left top;
    background-size: 100% 100%;
  }

  .sec1::before {
    display: none;
  }

  .sec1::after {
    display: none;
  }

  .sec1 .titleBox {
    margin-right: 15px;
    position: relative;
    float: right;
    right: 0;
    top: 0;
  }

  .sec2Box {
    height: auto;
  }

  .sec1Text {
    min-width: 70%;
    box-sizing: border-box;
    padding-left: 15px;
    position: static;
    clear: right;
    float: left;
  }

  .sec2Lft {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #005b7f;
    background-image: url(../images/sec2-top-mb.png);
    background-position: left top;
    background-size: 100% 100%;
  }

  .sec2Lft::before {
    display: none;
  }

  .sec2 .titleBox {
    padding-left: 15px;
    position: static;
    float: left;
  }

  .sec2 .mblBtn {
    margin-right: 15px;
    position: static;
    float: right;
  }

  .signUp {
    padding: 0 0 0 8%;
    margin: 30px 15px 0 0;
    background-position: left center;
    background-size: auto 85%;
    position: static;
    float: right;
    clear: left;
  }

  .signUp p {
    margin-top: 0;
  }

  .signUp h4,
  .signUp h4 a {
    padding-right: 0;
    color: #fff;
  }

  .signUp p {
    color: #fff;
  }

  .sec3In {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .sec3 h2 {
    left: 0;
    text-align: center;
  }

  .gIt,
  .offices {
    position: static;
  }

  #actions,
  #moveUp {
    display: none;
  }

  #loader {
    display: block;
  }

  .home .header {
    opacity: 0;
  }

  .loaded .header {
    opacity: 1;
  }

  .home #fullpage {
    opacity: 0;
  }

  .loaded #fullpage {
    opacity: 1;
  }

  .home .footer {
    opacity: 0;
  }

  .loaded .footer {
    opacity: 1;
  }

  .social {
    direction: rtl;
    overflow: hidden;
  }

  .socialIn,
  .ftrMenu {
    float: right;
    direction: ltr;
  }

  .banTxt1 {
    right: auto;
    margin-top: 55px !important;
    padding: 0;
    position: relative;
  }

  .sec1 .banTxt1 {
    color: #000 !important;
    background: none;
  }

  .sec1 .banTxt1 p {
    font-size: 2em;
    padding: 0;
    font-weight: normal;
  }

  .sec1 .banTxt1 a {
    /* color: #17b000 !important; */
    color: #62AC5D !important;
  }

  .sec1Text {
    min-width: 90%;
  }

  .sec1Text p {
    width: 58%;
  }

  #moveUp,
  #moveDown {
    display: none;
  }
}

/*  */
.entry-content > p {
  display: flex;
  align-items: baseline;
}

#hupso_toolbar_0 {
  display: none !important;
}

p.honor-img {
  float: left;
}

p.honor-img img {
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

/* .slide1 {
  background: url(../images/bg-img1.jpg) no-repeat;
}
.slide2 {
  background: url(../images/bg-img2.jpg) no-repeat;
}
.slide3 {
  background: url(../images/bg-img3.jpg) no-repeat;
}
.slide4 {
  background: url(../images/bg-img4.jpg) no-repeat;
}
.slide5 {
  background: url(../images/bg-img5.jpg) no-repeat;
}
.slide6 {
  background: url(../images/bg-img6.jpg) no-repeat;
}
.slide7 {
  background: url(../images/bg-img7.jpg) no-repeat;
} */

.mySlides {
  display: none;
  background-size: cover;
  width: 100%;
  /* height: 100%; */
}

.mySlides h2 {
  text-transform: capitalize;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px; */
  position: relative;
  margin: auto;
  width: 100%;
  /* height: 100%; */
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}

.highlighted-stories {
  display: flex;
}

.highlighted {
  width: 50%;
  margin-bottom: 0.5em;
  background-color: #f0f0f0;
}

.highlighted:first-child {
  margin-right: 0.5em;
}

.highlighted:last-child {
  margin-left: 0.5em;
}

.highlighted .head {
  background: #717171;
}

.title-block {
  background-color: #3f4044;
  color: #ffffff;
  text-transform: uppercase;
  font-family: novecentowide_bold;
  font-size: 16px;
  padding: 12px 18px 14px;
}

.highlighted .inner {
  padding: 20px;
  /* background-color: #f0f0f0; */
}

.highlighted .flexible {
  flex-grow: 1;
}

#fullpage .title-block h2 {
  text-transform: uppercase;
}

ul:has(ul) li {
  padding-left: 0 !important;
}

div.entry-item {
  display: flex;
  align-items: flex-end;
}

div.entry-item p {
  margin-left: 0.375em;
}

div.entry-item p a {
  /* color:#17b000; */
  color: #62AC5D;
}

div.entry-item p span {
  white-space: nowrap;
}

.bioInner,
.bioTop {
  background: #62AC5D !important;
}

.bio .bioNav .bioCont {
  background: #dde3e5;
  width: 100% !important;
  margin: 0 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #62AC5D;
  border: 1px solid #62AC5D;
}

.social {
  display: flex;
  justify-content: space-around;
  direction: ltr;
  align-items: center;
}

.social .social-links{
  direction: rtl;
}

.social .social-links a{ float:right;}

.crop-text-wrap{
  contain: content;
}