@charset "UTF-8";
/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins
More info at: http://lesselements.com
---------------------------------------------------*/
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=ec71a9b4-d235-4964-bdc1-62850ac51f84");
@import url(vendor/bootstrap.min.css);
@import url(vendor/ionicons.min.css);
@font-face {
  font-family: 'T-Star';
  src: url("../../assets/fonts/t-star/T-StarPro-Bold.eot"), url("../../assets/fonts/t-star/T-StarPro-Bold.woff") format("woff"), url("../../assets/fonts/t-star/T-StarPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'T-Star';
  src: url("../../assets/fonts/t-star/T-StarPro-Light.eot"), url("../../assets/fonts/t-star/T-StarPro-Light.woff") format("woff"), url("../../assets/fonts/t-star/T-StarPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'T-Star';
  src: url("../../assets/fonts/t-star/T-StarPro-Medium.eot"), url("../../assets/fonts/t-star/T-StarPro-Medium.woff") format("woff"), url("../../assets/fonts/t-star/T-StarPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'T-Star';
  src: url("../../assets/fonts/t-star/T-StarPro-Regular.eot"), url("../../assets/fonts/t-star/T-StarPro-Regular.woff") format("woff"), url("../../assets/fonts/t-star/T-StarPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

/* FONTS STACKS */
/* COLOURS */
/** Base Global Elements **/
html {
  touch-action: manipulation;
}

html, body {
  font-family: "T-Star", Helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  color: #333333;
  -webkit-font-smoothing: antialiased;
}

html.noScroll, body.noScroll {
  overflow: hidden !important;
  height: 100% !important;
}

hr {
  margin: 0;
  border: none;
  border-bottom: solid 1px #999999;
}

img {
  max-width: 100%;
}

iframe {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

/** Clears and Floats **/
.clear {
  clear: both;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

/** padding and margin **/
.margin-0,
.margin-0 p {
  margin: 0;
}

.margin-20-0 {
  margin: 20px 0 !important;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-sm-30-0 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-40-0 {
  padding: 40px 0 !important;
}

.padding-60-0 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-0-0-60 {
  padding: 0 0 60px !important;
}

.padding-0-15-60 {
  padding: 0 15px 60px !important;
}

.padding-90-0-40 {
  padding: 90px 0 40px !important;
}

@media only screen and (max-width: 767px) {
  .padding-90-0-40 {
    padding: 40px 0 !important;
  }
}

.padding-30-0-10 {
  padding: 30px 0 10px !important;
}

.padding-30-0 {
  padding: 30px 0 !important;
}

.padding-20-0 {
  padding: 20px 0 !important;
}

.padding-20-50 {
  padding: 20px 50px !important;
}

.padding-50-0 {
  padding: 50px 0 !important;
}

.padding-50-0-180 {
  padding: 50px 0 180px !important;
}

.padding-50-0-120 {
  padding: 50px 0 120px !important;
}

.padding-10-0 {
  padding: 10px 0 !important;
}

.padding-30-15 {
  padding: 30px 15px;
}

.padding-40-0-20 {
  padding: 40px 0 20px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-right-0 {
  padding-right: 0;
}

.padding-150-0-100 {
  padding: 150px 0 100px;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.margin-60-0-0 {
  margin: 60px 0 0 !important;
}

.margin-0-0-60 {
  margin: 0 auto 60px !important;
}

.margin-35-0-15 {
  margin: 35px 0 15px !important;
}

.padding-90-0 {
  padding: 90px 0 !important;
}

.padding-80-0 {
  padding: 80px 0 !important;
}

.padding-70-0-20 {
  padding: 70px 0 20px !important;
}

.max-width-500 {
  max-width: 500px;
}

.max-width-390 {
  max-width: 390px;
}

.text-left {
  text-align: left !important;
}

/** font **/
.font-18 {
  font-size: 18px;
  line-height: 1.4;
}

.font-10 {
  font-size: 10px;
  line-height: 1.3;
  color: #686868;
}

.normal-weight {
  font-weight: normal !important;
}

small p {
  font-size: 14px;
}

/** color **/
.blue,
.blue p {
  color: #0085ca;
}

.blue a,
.blue p a {
  color: inherit;
}

.blue a:hover,
.blue p a:hover {
  color: #f39701;
}

.orange,
.orange p,
.orange a {
  color: #f39701;
}

.orange a {
  text-decoration: underline;
}

.bg-lightblue {
  background: #eef6fc;
}

.bg-lightgrey {
  background: #f1f1f1;
}

.border-blue {
  border: 1px solid #0085ca;
}

/** columns **/
.panel-col-5,
.col-45,
.col-10 {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.panel-col-5 {
  width: 20%;
}

@media (max-width: 992px) {
  .panel-col-5 {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 350px) {
  .panel-col-5 {
    width: 100%;
  }
}

.col-45 {
  width: 45%;
}

.col-10 {
  width: 10%;
  font-size: 22px;
  line-height: 55px;
}

.overflow-hidden {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .col-45 {
    width: 100%;
  }
  .col-10 {
    display: none;
  }
}

/** Links **/
a {
  text-decoration: none;
  color: #0085ca;
  outline: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  color: #0085ca;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.position-relative {
  position: relative !important;
}

.page-about .position-relative {
  height: 100%;
}

/** Lists **/
ul {
  margin: 0 0 15px 15px;
  padding: 0;
}

ul li {
  margin: 0 0 10px 0;
  padding: 0;
  /* For Custom Bullets */
  /*
    list-style: none;
    position: relative;
    &:before {
      content: "•";
      position: absolute;
      left: -15px;
      color: $blue;
    }
    */
}

/** Menu Lists **/
ul.menu {
  margin: 0;
  padding: 0;
}

ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menuVertical li {
  margin: 0 0 15px 0;
}

ul.menuVertical li:last {
  margin-bottom: 0;
}

ul.menuHorizontal li {
  float: left;
  margin: 0 15px 0 0;
}

ul.menuHorizontal li:last-child {
  margin-right: 0;
}

/** Page Wrappers **/
.pageWrapper {
  width: 100%;
  float: left;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}

/**  **/
.bottom-line {
  border-bottom: 1px solid #f1f1f1;
}

/** Text **/
p {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  margin: 0px 0px 15px 0px;
}

.big-text,
.big-text p {
  font-size: 19px !important;
  line-height: 1.5;
}

.extra-big-text,
.extra-big-text p {
  font-size: 19px !important;
}

small,
.small {
  font-size: 14px;
  padding-bottom: 5px;
  display: block;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

/** Headings **/
h1, h2, h3, h4, h5, h6 {
  font-family: "T-Star", Helvetica, arial, sans-serif;
  font-weight: normal;
  margin: 0 0 15px 0;
  line-height: 1.2em;
  color: #0085ca;
  text-transform: uppercase;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 33px;
  font-weight: 700;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 13px;
  line-height: 1.4;
  text-transform: none;
}

h5 {
  font-size: 18px;
  text-transform: none;
}

h6 {
  font-size: 20px;
  color: #f39701;
}

@media only screen and (min-width: 370px) {
  h4 {
    font-size: 17px;
  }
}

@media only screen and (min-width: 450px) {
  h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 17px;
    font-weight: 700;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 17px;
    line-height: 1.2;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
    text-transform: initial;
    font-weight: 700;
    color: #f39701;
  }
}

input[type="submit"],
input[type="button"],
button,
.button,
.btn,
a.button,
a.btn {
  /** Primary Button **/
  background: #f39701;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  border: none;
  outline: none;
  box-shadow: none !important;
  -webkit-appearance: none;
  display: block;
  width: 90px;
  height: 30px;
  padding: 0;
  line-height: 34px;
  margin: auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  /** Secondary Button **/
}

input[type="submit"] a,
input[type="button"] a,
button a,
.button a,
.btn a,
a.button a,
a.btn a {
  color: #FFF;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover,
.btn:hover,
a.button:hover,
a.btn:hover {
  background: #000;
  color: #FFF;
}

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus,
.button:focus,
.btn:focus,
a.button:focus,
a.btn:focus {
  background: #000;
  color: #FFF;
  outline: none !important;
  outline-offset: -2px;
  box-shadow: none;
}

input[type="submit"].orange-btn,
input[type="button"].orange-btn,
button.orange-btn,
.button.orange-btn,
.btn.orange-btn,
a.button.orange-btn,
a.btn.orange-btn {
  background: #f39701;
}

input[type="submit"].blue-btn,
input[type="button"].blue-btn,
button.blue-btn,
.button.blue-btn,
.btn.blue-btn,
a.button.blue-btn,
a.btn.blue-btn {
  background: #fff;
  border: 2px solid #002f6c;
  color: #002f6c;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: block;
  width: 210px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  font-size: 17px;
  margin-left: 0;
}

input[type="submit"].blue-btn.selected, input[type="submit"].blue-btn:hover,
input[type="button"].blue-btn.selected,
input[type="button"].blue-btn:hover,
button.blue-btn.selected,
button.blue-btn:hover,
.button.blue-btn.selected,
.button.blue-btn:hover,
.btn.blue-btn.selected,
.btn.blue-btn:hover,
a.button.blue-btn.selected,
a.button.blue-btn:hover,
a.btn.blue-btn.selected,
a.btn.blue-btn:hover {
  background: #002f6c;
  border: 2px solid #002f6c;
  color: #fff;
}

input[type="submit"].btnSecondary,
input[type="button"].btnSecondary,
button.btnSecondary,
.button.btnSecondary,
.btn.btnSecondary,
a.button.btnSecondary,
a.btn.btnSecondary {
  background: #FFF;
  border: solid 1px #333333;
  color: #333333;
}

input[type="submit"].btnSecondary:hover,
input[type="button"].btnSecondary:hover,
button.btnSecondary:hover,
.button.btnSecondary:hover,
.btn.btnSecondary:hover,
a.button.btnSecondary:hover,
a.btn.btnSecondary:hover {
  background: #333333;
  color: #FFF;
}

input[type="submit"].half-width,
input[type="button"].half-width,
button.half-width,
.button.half-width,
.btn.half-width,
a.button.half-width,
a.btn.half-width {
  width: 50%;
  margin: 0 !important;
  float: left;
  border-radius: 0;
}

@media only screen and (max-width: 768px) {
  input[type="submit"].half-width,
  input[type="button"].half-width,
  button.half-width,
  .button.half-width,
  .btn.half-width,
  a.button.half-width,
  a.btn.half-width {
    width: 100%;
  }
}

input[type="submit"].link,
input[type="button"].link,
button.link,
.button.link,
.btn.link,
a.button.link,
a.btn.link {
  color: #0085ca;
  font-size: 16px;
}

.blue.link {
  display: block;
  font-weight: 700;
  background: none;
}

.blue:hover {
  color: #f39701;
}

@media only screen and (min-width: 768px) {
  input[type="submit"],
  input[type="button"],
  button,
  .button
.btn,
  a.button,
  a.btn {
    margin: 0;
  }
}

/** Forms **/
form {
  width: 100%;
  margin: 0;
  padding: 0;
}

.or {
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  color: #9b9b9b;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="phone"],
input[type="number"],
input[type="tel"],
input[type="file"],
textarea,
select {
  width: 100%;
  height: 35px;
  padding: 0px 40px 0 10px;
  font-family: "T-Star", Helvetica, arial, sans-serif;
  font-weight: normal;
  color: #000;
  border: solid 1px transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="phone"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #000;
  line-height: 1;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="phone"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #000;
  line-height: 1;
  line-height: 35px;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="phone"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #000;
  line-height: 1;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="phone"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #000;
  line-height: 1;
  line-height: 35px;
}

input[type="file"] {
  line-height: 0;
  padding: 6px 12px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  min-height: 100px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, textarea {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.btn.btnClear {
  width: 40px;
  line-height: 42px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 18px;
  color: #CCCCCC;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ginput_container_select {
  font-family: "T-Star", Helvetica, arial, sans-serif;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ginput_container_select select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ginput_container_select:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  margin-top: -3px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

input[type=radio],
input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  background: #FFF;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: none;
}

input[type=checkbox]:checked:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Ionicons";
  content: "\f122";
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

input[type=radio] {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

input[type=radio]:checked:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #333333;
  border: solid 3px #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.ginput_container_fileupload .gform_drop_area {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  padding: 20px;
  text-align: center;
  border: dashed 2px #CCCCCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
  width: 100%;
  float: left;
  text-align: center;
  display: block;
  margin: 0 0 10px 0;
}

.ginput_container_fileupload .gform_drop_area .gform_drop_instructions input[type="button"] {
  margin: 0 auto;
  float: none;
}

.ginput_container_fileupload #extensions_message {
  font-size: 12px;
}

label {
  margin: 0 0 5px 0;
  font-weight: strong;
  font-size: 18px;
}

label.labelIcon {
  width: 40px;
  height: 40px;
  margin: 0;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  display: block;
  color: #666666;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 3;
}

label.checkBoxLabel {
  font-weight: normal;
}

/** Form Validation **/
.gfield_error input[type="text"],
.gfield_error input[type="email"],
.gfield_error input[type="number"],
.gfield_error input[type="password"],
.gfield_error input[type="phone"],
.gfield_error input[type="number"],
.gfield_error input[type="tel"],
.gfield_error input[type=radio],
.gfield_error input[type=checkbox],
.gfield_error textarea,
.gfield_error .ginput_container_select {
  border: solid 1px #FF0000;
}

.gfield_error .gform_drop_area {
  border: dashed 2px #FF0000;
}

.gfield_error .ginput_container_select:before {
  border-color: #FF0000 transparent transparent transparent;
}

.gfield_error .validation_message {
  color: #FF0000;
  margin: 5px 0 0 0;
  font-size: 12px;
  font-weight: normal;
}

/** Global Validation Message **/
.validation_error {
  padding: 15px;
  margin: 0 0 15px 0;
  text-align: center;
  color: #FF0000;
  display: none;
}

/** Form Wrapper **/
/** Styled specifically for Gravity Forms class structure **/
.gform_wrapper {
  width: 100%;
  margin: 0 auto;
}

.gform_wrapper ::-webkit-input-placeholder {
  padding-top: 4px;
}

.gform_wrapper ::-moz-placeholder {
  padding-top: 4px;
}

.gform_wrapper :-ms-input-placeholder {
  padding-top: 4px;
}

.gform_wrapper :-moz-placeholder {
  padding-top: 4px;
}

.gform_wrapper form {
  float: left;
}

.gform_wrapper.noLabels_wrapper .gfield_label {
  display: none;
}

.gform_wrapper .checkBoxGroup .gfield_label {
  display: inline-block;
}

ul.gform_fields {
  margin: 0;
  padding: 0;
}

ul.gform_fields li {
  list-style: none;
  margin: 0 0 15px 0;
}

ul.gform_fields li .ginput_container {
  position: relative;
}

ul.gform_fields li .ginput_container .ginput_counter {
  display: none;
}

ul.gform_fields li.hideLabel > label {
  display: none;
}

ul.gform_fields li.dateOfBirthLabel {
  margin: 0;
}

ul.gform_fields li:before {
  display: none;
}

ul.gfield_checkbox, ul.gfield_radio {
  margin: 0;
  padding: 0;
}

ul.gfield_checkbox li, ul.gfield_radio li {
  margin: 0 0 10px 0;
}

ul.gfield_checkbox li input, ul.gfield_radio li input {
  float: left;
}

ul.gfield_checkbox li label, ul.gfield_radio li label {
  margin: 0;
  overflow: auto;
  line-height: 1.5em;
  display: block;
  font-weight: normal;
}

/* The switch - the box around the slider */
/* Hide default HTML checkbox */
.checkboxSwitch {
  overflow: hidden;
}

.checkboxSwitch .ginput_container {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.checkboxSwitch .ginput_container input {
  display: none;
}

.checkboxSwitch .ginput_container input:checked + .slider {
  background-color: #4CAF50;
}

.checkboxSwitch .ginput_container input:focus + .slider {
  box-shadow: 0 0 1px #4CAF50;
}

.checkboxSwitch .ginput_container input:checked + .slider:before {
  transform: translateX(26px);
}

.checkboxSwitch .ginput_container .gfield_label {
  width: 500px;
  max-width: none;
  float: none;
  padding-left: 75px;
  position: relative;
  z-index: 3;
  line-height: 34px;
}

.checkboxSwitch .ginput_container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #CCCCCC;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  border-radius: 34px;
}

.checkboxSwitch .ginput_container .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2px;
  bottom: 2px;
  background: #FFF;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

/** Specific Gravity Form Classes **/
.gform_heading,
.gform_body,
.gform_footer {
  width: 100%;
  float: left;
}

.gform_footer {
  text-align: center;
  padding: 0 15px;
}

.gform_footer input[type="submit"] {
  float: none;
  min-width: 105px;
}

/** search input **/
.tableSearch {
  position: relative;
}

.tableSearch li {
  position: relative;
}

.tableSearch input,
.tableSearch select {
  font-size: 18px;
  font-weight: 700;
  color: #0085ca;
  height: 50px;
  padding-left: 30px;
  border: 1px solid #0085ca;
  padding-top: 4px;
  background: #fff;
}

.tableSearch input::-webkit-input-placeholder,
.tableSearch select::-webkit-input-placeholder {
  color: #0085ca;
  padding-top: 4px;
}

.tableSearch input::-moz-placeholder,
.tableSearch select::-moz-placeholder {
  color: #0085ca;
  padding-top: 4px;
  line-height: 45px;
  opacity: 1;
}

.tableSearch input:-ms-input-placeholder,
.tableSearch select:-ms-input-placeholder {
  color: #0085ca;
  padding-top: 4px;
}

.tableSearch input:-moz-placeholder,
.tableSearch select:-moz-placeholder {
  color: #0085ca;
  padding-top: 4px;
  line-height: 45px;
  opacity: 1;
}

.tableSearch button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  background: none;
}

.tableSearch button[type="submit"] i {
  font-size: 36px;
  line-height: 48px;
  color: #0085ca;
}

.gform_body input, .gform_body textarea, .gform_body select {
  background-color: #e1e1e1;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
}

.ginput_container_textarea {
  line-height: 1;
}

.autocomplete-suggestions {
  background: #fff;
  /* border: 1px solid grey; */
  margin-top: -10px;
  padding-top: 10px;
  border-width: 0 1px 1px 1px;
  border-color: #0085ca;
  border-style: solid;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  max-height: 100vh !important;
}

.autocomplete-suggestions > div {
  padding: 5px;
  cursor: pointer;
  border-top: 1px solid lightgrey;
}

@media only screen and (max-width: 768px) {
  .page-careers .gform_wrapper {
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: 120%;
  }
}

.page-careers .fault-dropdown {
  list-style: none;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .page-careers .fault-dropdown {
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: 120%;
  }
}

.page-careers .fault-dropdown select {
  background-color: #e1e1e1;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
}

/* WEBSITE HEADER & NAVIGATION STYLES */
/** Fixed Header Padding Compensation **/
body.fixedHeader nav {
  position: fixed;
  top: 0;
  left: 0;
}

body.menuOpen {
  overflow: hidden;
}

/** START Main Navigation Styles **/
nav {
  width: 100%;
  height: 50px;
  margin: 0 0 15px 0;
  font-family: "T-Star", Helvetica, arial, sans-serif;
  position: relative;
  z-index: 10;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

nav .col {
  position: static;
}

nav .logo {
  width: 120px;
  height: 52px;
  margin: 10px 0;
  display: block;
  float: left;
  background: url(../img/logo.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  line-height: 500px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

nav.sticky {
  background: #0085ca;
}

nav.sticky .logo {
  width: 80px;
  height: 34px;
}

nav ul.menuMain {
  width: 100%;
  height: 0;
  padding: 0 15px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

nav ul.menuMain li {
  width: 100%;
  height: 45px;
  display: block;
  margin: 0;
  position: relative;
  border-bottom: solid 1px #666666;
}

nav ul.menuMain li a {
  width: 100%;
  height: 100%;
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  padding-right: 1px;
}

nav ul.menuMain li .ion {
  width: 25px;
  font-size: 18px;
  float: left;
  text-align: center;
}

/** END Main Navigation Styles **/
/** START Mobile Navigation Drop-down Style **/
nav.navDropdown {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}

nav.navDropdown ul.menuMain {
  height: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
}

.menuOpen nav.navDropdown {
  height: 100%;
}

.menuOpen nav.navDropdown ul.menuMain {
  opacity: 1;
}

/** END Mobile Menu Drop-down Style **/
/** START Mobile Navigation Slide Out Style **/
nav.navSlideout {
  overflow: visible;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}

nav.navSlideout ul.menuMain {
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  background: #333333;
}

nav.navSlideout .navBlocker {
  position: fixed;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #000;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.menuOpen nav.navSlideout {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.menuOpen nav .navBlocker {
  height: 100vh;
  z-index: 10;
  opacity: 0.75;
}

.menuOpen .pageWrapper.open {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

/** END Mobile Navigation Slide Out Style **/
/** START Mobile Hamburger Menu Icon **/
.mobileMenu {
  width: 48px;
  height: 50px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  cursor: pointer;
}

.mobileMenu .icon {
  width: 37px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -28px;
  -webkit-transform: rotate(0.3s);
  -moz-transform: rotate(0.3s);
  -ms-transform: rotate(0.3s);
  -o-transform: rotate(0.3s);
  transform: rotate(0.3s);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.mobileMenu .icon span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  background: #f39701;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(0.3s);
  -moz-transform: rotate(0.3s);
  -ms-transform: rotate(0.3s);
  -o-transform: rotate(0.3s);
  transform: rotate(0.3s);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.mobileMenu .icon span:nth-child(1) {
  top: 0;
}

.mobileMenu .icon span:nth-child(2) {
  top: 7px;
}

.mobileMenu .icon span:nth-child(3) {
  top: 14px;
}

.mobileMenu .icon span:nth-child(4) {
  top: 21px;
}

.menuOpen .mobileMenu .icon span:nth-child(1) {
  width: 0%;
  top: 9px;
  left: 50%;
}

.menuOpen .mobileMenu .icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuOpen .mobileMenu .icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menuOpen .mobileMenu .icon span:nth-child(4) {
  width: 0%;
  top: 9px;
  left: 50%;
}

#menu-item-470 {
  display: none;
}

.search-popup {
  width: 300px !important;
}

.search-popup input {
  border: 0;
  border-radius: 7px;
  font-size: 13px;
  padding: 5px 5px 2px;
  line-height: 1;
  outline: none;
  width: 100%;
}

.search-popup label, .search-popup input {
  float: left;
}

.search-popup label {
  width: calc(100% - 25%);
}

.search-popup .search-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 35px;
  border: 1px solid #0085ca;
}

.search-popup .search-submit {
  width: 25%;
  height: 35px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #f39701;
}

.search-popup .search-submit:hover {
  background: #f39701;
}

/** END Mobile Hamburger Menu Icon **/
/** START Header Banner Style **/
.fullWidthBanner.customBanner {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.fullWidthBanner.customBanner .banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.fullWidthBanner.customBanner .banner.vid {
  display: none;
}

.fullWidthBanner.customBanner .banner.img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  z-index: 1;
}

.fullWidthBanner.customBanner .banner video.vjs-tech {
  width: 100%;
  position: absolute;
  top: -350px;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 760px;
}

@media (max-width: 1024px) {
  .fullWidthBanner.customBanner .banner video.vjs-tech {
    top: -150px;
    height: 100%;
    min-height: 0;
  }
}

.fullWidthBanner.customBanner .banner .vjs-big-play-button {
  display: none;
}

@media only screen and (min-width: 992px) {
  #menu-item-470 {
    display: block;
  }
  nav.navDesktop {
    height: 80px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
  }
  nav.navDesktop .logo {
    width: 160px;
    height: 40px;
    margin: 20px 0;
  }
  nav.navDesktop ul.menuMain {
    width: auto;
    height: 44px;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin: 18px 0;
    opacity: 1;
    float: right;
    background: none;
    overflow: visible;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    -moz-transition-property: margin;
    -o-transition-property: margin;
    -webkit-transition-property: margin;
    transition-property: margin;
  }
  nav.navDesktop ul.menuMain li {
    width: auto;
    height: 44px;
    float: left;
    margin: 0 30px 0 0;
    padding: 10px;
    border: none;
    border-top: 4px solid transparent;
  }
  nav.navDesktop ul.menuMain li:nth-last-of-type(5) {
    margin-right: 70px;
  }
  nav.navDesktop ul.menuMain li:nth-last-of-type(4), nav.navDesktop ul.menuMain li:nth-last-of-type(3) {
    margin-right: 15px;
  }
  nav.navDesktop ul.menuMain li:nth-last-of-type(2) {
    margin-right: 0;
  }
  nav.navDesktop ul.menuMain li:last-child {
    margin-right: 0;
  }
  nav.navDesktop ul.menuMain li.search-popup {
    position: absolute;
    right: 0;
    top: 30px;
    padding: 3px;
    width: 220px !important;
    display: none;
    outline: 0;
  }
  nav.navDesktop ul.menuMain li.search-popup input {
    border: 0;
    border-radius: 7px;
    font-size: 13px;
    padding: 5px 5px 2px;
    line-height: 1;
    outline: none;
    width: 100%;
  }
  nav.navDesktop ul.menuMain li.search-popup label, nav.navDesktop ul.menuMain li.search-popup input {
    float: left;
  }
  nav.navDesktop ul.menuMain li.search-popup label {
    width: calc(100% - 25%);
  }
  nav.navDesktop ul.menuMain li.search-popup .search-field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 23px;
    background: #fff;
    border: 1px solid #0085ca;
  }
  nav.navDesktop ul.menuMain li.search-popup .search-submit {
    width: 25%;
    height: 23px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #f39701;
  }
  nav.navDesktop ul.menuMain li.search-popup .search-submit:hover {
    background: #f39701;
  }
  nav.navDesktop ul.menuMain li.current-menu-item {
    border-top: 4px solid #f39701;
  }
  nav.navDesktop ul.menuMain li a {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
  }
  nav.navDesktop ul.menuMain li a:hover {
    color: #f39701;
  }
  nav.navDesktop ul.menuMain li .sub-menu {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    display: none;
    position: absolute;
    width: 100%;
    top: 41px;
    left: 0;
    margin-left: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background: #fff;
  }
  nav.navDesktop ul.menuMain li .sub-menu li {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
  }
  nav.navDesktop ul.menuMain li .sub-menu li a {
    font-size: 13px;
    color: #000;
    line-height: 1.2em;
  }
  nav.navDesktop ul.menuMain li.menu-item-has-children {
    padding-right: 54px;
    margin-right: 0;
  }
  nav.navDesktop ul.menuMain li.menu-item-has-children.open {
    background: #fff;
    border-top: 3px solid #f39701;
  }
  nav.navDesktop ul.menuMain li.menu-item-has-children.open > a {
    color: #f39701;
  }
  nav.navDesktop ul.menuMain li.menu-item-has-children.open .sub-menu a:hover {
    color: #f39701;
  }
  nav.navDesktop ul.menuMain li.menu-item-has-children.open .sub-menu li.current-menu-item {
    border: 0;
  }
  nav.navDesktop ul.menuMain li.menu-item-has-children.open .sub-menu li.current-menu-item a {
    color: #f39701;
  }
  nav.navDesktop .navBlocker {
    display: none;
  }
  nav.navDesktop.sticky {
    height: 45px;
    background: #0085ca;
  }
  nav.navDesktop.sticky .logo {
    width: 70px;
    height: 25px;
    margin: 11px 0;
  }
  nav.navDesktop.sticky ul.menuMain {
    margin: 0;
  }
}

@media only screen and (max-width: 992px) {
  ul.menuMain {
    margin: 0;
  }
  nav {
    height: 70px;
  }
  .menuSlideDown nav.navSlidedown ul.menuMain {
    height: auto;
    margin: 0;
    padding: 15px;
    background: #fff;
    margin-left: -15px;
    width: calc(100% + 30px);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.38);
  }
  .menuSlideDown nav.navSlidedown ul.menuMain li {
    display: block;
    height: auto;
    border: 0;
  }
  .menuSlideDown nav.navSlidedown ul.menuMain li a {
    color: #0085ca;
    font-size: 23px;
    font-weight: 700;
    padding: 10px 0;
  }
  .menuSlideDown nav.navSlidedown ul.menuMain li ul.sub-menu {
    padding: 10px 0;
    overflow: hidden;
  }
  .menuSlideDown nav.navSlidedown ul.menuMain li ul.sub-menu a {
    font-size: 17px;
    padding: 0;
  }
  nav.sticky .logo {
    width: 100px;
    height: 36px;
    margin: 17px 0;
  }
}

@media only screen and (min-width: 992px) {
  nav.navDesktop {
    height: auto;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
  }
  nav.navDesktop .logo {
    width: 130px;
    height: 56px;
    margin: 25px 0;
  }
  nav.navDesktop ul.menuMain {
    margin: 0;
  }
}

footer {
  padding: 15px 0;
  background-color: #006fb9;
  background-image: url("../img/footer-png.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  color: #FFF;
  -webkit-box-shadow: inset 0px 10px 25px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: inset 0px 10px 25px 0px rgba(0, 0, 0, 0.38);
  box-shadow: inset 0px 10px 25px 0px rgba(0, 0, 0, 0.38);
}

@media only screen and (max-width: 767px) {
  footer > .container > .row > div {
    margin-bottom: 30px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0px 21px 8px -16px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 21px 8px -16px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 21px 8px -16px rgba(0, 0, 0, 0.14);
    overflow: hidden;
  }
}

footer h6 {
  color: #FFF;
  margin: 0;
  line-height: 1.3;
  font-weight: 200;
  font-size: 14px;
  padding-bottom: 20px;
  text-decoration: underline;
}

footer h6:after {
  content: "\f489";
  font-family: "Ionicons";
  float: right;
  font-size: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  display: none;
}

footer h6.open:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer a {
  color: #FFF;
}

footer a:hover {
  color: #999999;
}

footer ul.menuFooter {
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

footer ul.menuFooter li {
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 12px;
}

footer ul.menuFooter.open {
  max-height: 500px;
}

footer ul.menuSocial {
  font-size: 18px;
  text-align: center;
}

footer ul.menuSocial li {
  width: 30px;
  height: 30px;
}

footer ul.menuSocial li .ion {
  line-height: 30px;
}

footer ul.menuSocial li a {
  width: 100%;
  height: 100%;
  display: block;
  background: #FFF;
  color: #333333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

footer ul.menuCopyright {
  font-size: 11px;
  margin: 15px 0 0 0;
}

footer ul.menuCopyright li {
  margin: 0 10px 0 0;
}

footer ul.menuCopyright li:after {
  content: "|";
  margin: 0 0 0 10px;
}

footer ul.menuCopyright li:last-child:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 30px 0;
  }
  footer h6 {
    font-weight: bold;
  }
  footer h6:after {
    display: none;
  }
  footer ul.menuFooter {
    max-height: none;
    border: none;
  }
  footer ul.menuFooter.open {
    max-height: none;
  }
  footer ul.menuSocial li {
    margin-bottom: 15px;
  }
}

/** Base Modals **/
.modal .modal-content {
  background: #FFF;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.modal .modal-content .btnClose {
  position: absolute;
  top: 8px;
  right: 15px;
  width: 20px;
  height: 35px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  z-index: 2;
  background: none;
  font-size: 40px;
  color: #0085ca;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .modal .modal-content .btnClose {
    top: 32px;
    right: 45px;
  }
}

.modal .modal-content .modal-body {
  padding: 0 15px 15px;
  height: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal .modal-content .modal-body h2 {
  text-transform: initial;
  margin-bottom: 5px;
}

.modal .modal-content .modal-body h4 {
  max-width: 80%;
}

.modal .modal-content .modal-header {
  min-height: 20px;
  height: 20px;
  border: none;
  padding: 0;
  margin: 0 15px;
  display: table;
}

.modal .modal-content .modal-header .inner {
  display: table-cell;
  vertical-align: middle;
}

.modal .modal-content .modal-footer {
  min-height: 70px;
  border: none;
  padding: 15px;
  text-align: center;
  margin: 0 -5px;
}

.modal .modal-content .modal-footer input[type="submit"],
.modal .modal-content .modal-footer input[type="button"],
.modal .modal-content .modal-footer button,
.modal .modal-content .modal-footer .button
.btn,
.modal .modal-content .modal-footer a.button,
.modal .modal-content .modal-footer a.btn {
  width: calc(50% - 13px);
  margin: 0 5px;
}

.modal h5 {
  padding-right: 40px;
}

@media only screen and (min-width: 768px) {
  .modal {
    text-align: center;
  }
  .modal .modal-content {
    text-align: left;
  }
  .modal .modal-content .modal-body {
    height: 400px;
  }
  .modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
  }
}

/** Modals with Fixed Footer **/
.modal.modalFixedFooter .modal-content .modal-body {
  height: calc(100vh - 40px);
}

@media only screen and (min-width: 768px) {
  .modal.modalFixedFooter .modal-content .modal-body {
    height: auto;
    /*padding-bottom: 10px;*/
    padding: 25px 45px 65px 45px;
  }
  .modal.modalFixedFooter .modal-content .modal-body img {
    max-width: 320px;
    /*margin: 0 auto 0 20px;*/
  }
}

@media only screen and (min-width: 992px) {
  .modal-dialog {
    width: 950px;
  }
}

/** Full Screen Modals **/
.modal.modalFullScreen {
  width: 100%;
}

.modal.modalFullScreen .modal-dialog {
  width: 100%;
  margin: 0 auto;
}

.modal.modalFullScreen .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.modal.modalFullScreen .modal-body {
  height: calc(100vh - 50px);
}

.modal.modalFullScreen:before {
  display: none;
}

@media only screen and (min-width: 768px) {
  .modal.modalFullScreen:before {
    display: none;
  }
}

.modal-backdrop.in {
  opacity: 0.7;
}

#products-wrapper .modal .modal-dialog {
  width: 700px;
}

@media only screen and (max-width: 720px) {
  #products-wrapper .modal .modal-dialog {
    width: calc(100% - 20px);
  }
}

#products-wrapper .modal h5 {
  font-size: 20px;
}

/** Sections **/
section {
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1300px) {
  section {
    background-position: 70%;
  }
}

/** Full Width Banner **/
section.fullWidthBanner {
  height: 0;
  padding-bottom: 70%;
  background-size: cover !important;
  background-position: left top !important;
  background-repeat: no-repeat;
  color: #FFF;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  section.fullWidthBanner {
    padding-bottom: 45%;
  }
}

@media only screen and (max-width: 500px) {
  section.fullWidthBanner {
    padding-bottom: 60%;
  }
}

section.fullWidthBanner h1, section.fullWidthBanner h2, section.fullWidthBanner h3, section.fullWidthBanner h4, section.fullWidthBanner h5, section.fullWidthBanner h6 {
  color: #FFF;
}

section.fullWidthBanner .bannerWrapper {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

section.fullWidthBanner .bannerWrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

section.fullWidthBanner .bannerWrapper .container {
  height: 100%;
  display: table;
  padding: 0;
  position: relative;
  z-index: 2;
}

section.fullWidthBanner .bannerWrapper .container .row {
  display: table-row;
  margin: 0;
}

section.fullWidthBanner .bannerWrapper .container .row .col {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media only screen and (max-width: 767px) {
  section.fullWidthBanner .bannerWrapper .container {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  section.fullWidthBanner {
    padding-bottom: 16%;
  }
}

/** Full Screen Banner **/
section.fullScreenBanner {
  height: calc(100vh - 50px);
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  section.fullScreenBanner {
    height: calc(100vh - 80px);
  }
}

@media only screen and (min-width: 992px) {
  section.fullScreenBanner {
    height: calc(100vh - 100px);
  }
}

/** Full Width Slider **/
section.fullWidthBanner .swiper-container {
  width: 100%;
  height: 100%;
}

section.fullWidthBanner .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/** Slider **/
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background: none;
  line-height: 44px;
  font-size: 48px;
}

.swiper-container .swiper-button-next {
  right: 15px;
}

.swiper-container .swiper-button-prev {
  left: 15px;
}

/** Column Blocks **/
.colBlock {
  margin: 0 0 15px 0;
}

.colBlock .blockWrapper {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.colBlock .blockWrapper p {
  padding: 0 40px;
}

.colBlock .imageWrapper {
  width: 100%;
  height: 0;
  float: left;
  padding-bottom: 66.66666%;
  position: relative;
  overflow: hidden;
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .colBlock .imageWrapper {
    padding-bottom: 0;
    height: 220px;
  }
}

.colBlock .imageWrapper .image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover !important;
  background-position: center !important;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  .colBlock .imageWrapper .image {
    width: 210px;
    height: 220px;
    margin: auto;
    left: calc(50% - 110px);
  }
}

.colBlock .imageWrapper .image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.colBlock .textWrapper {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.colBlock .textWrapper .textOuter {
  display: table;
  height: 100%;
}

.colBlock .textWrapper .textOuter .text {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (min-width: 992px) {
  .exampleItem1:hover .imageWrapper .image {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.exampleItem1:hover .imageWrapper .image:before {
  opacity: 0.5;
}

.exampleItem2 .blockWrapper {
  box-shadow: 0 2px 4px 0 rgba(75, 79, 84, 0.25);
}

.exampleItem2 .textWrapper {
  padding: 15px;
}

.exampleItem2:hover .imageWrapper .image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.exampleItem2:hover .imageWrapper .image:before {
  opacity: 0.5;
}

.exampleItem3 h4 {
  color: #FFF;
}

.exampleItem3 .textWrapper {
  padding: 15px;
  position: absolute;
  z-index: 2;
  opacity: 0;
  color: #FFF;
}

.exampleItem3 .textWrapper .textOuter .text {
  vertical-align: middle;
}

.exampleItem3:hover .imageWrapper .image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.exampleItem3:hover .imageWrapper .image:before {
  opacity: 0.5;
}

.exampleItem3:hover .textWrapper {
  opacity: 1;
}

.text-block {
  border-radius: 10px;
  padding: 15px 25px 30px;
}

/** Pagination **/
.pagination {
  width: calc(100% - 10px);
  height: 30px;
  text-align: center;
  margin: 10px 0 25px 0;
  padding: 0;
}

.pagination li {
  list-style: none;
  float: none;
  display: inline-block;
  font-size: 18px;
  margin: 0;
}

.pagination li a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 !important;
  color: #0085ca;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
}

.pagination li.active a {
  background: #333333;
  border: solid 1px #333333;
}

.pagination li.active a:hover {
  background: #0085ca;
  border: solid 1px #0085ca;
}

/** thumbnail **/
.thumbnail {
  background: none;
  font-size: 55px;
  font-weight: 500;
  color: #f39701;
  border: 0;
  margin-top: 40px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .thumbnail {
    font-size: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .thumbnail {
    font-size: 32px;
    margin-top: 0px;
  }
}

/** filters **/
.filters button {
  height: 56px;
  line-height: 56px;
  font-size: 24px;
  text-transform: uppercase;
  background: #fff;
  border: 2px solid #0085ca;
  color: #0085ca;
}

.filters button:hover, .filters button:focus, .filters button.is-checked {
  color: #fff;
  background: #0085ca;
}

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

.icon-title-text-btn img {
  max-width: 70px;
  margin: auto;
}

.icon-title-text-btn h4 {
  font-size: 31px;
  text-transform: uppercase;
}

.icon-title-text-btn button.btn {
  height: 25px;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .icon-title-text-btn {
    margin-bottom: 50px;
  }
  .padding-80-0 {
    padding: 50px 0 30px  !important;
  }
}

.equalHeight,
.js-equalHeight {
  position: relative;
  display: flex;
  display: -webkit-flex;
}

@media only screen and (max-width: 767px) {
  .equalHeight,
  .js-equalHeight {
    display: block;
  }
}

.equalHeight .blockWrapper,
.js-equalHeight .blockWrapper {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .equalHeight .blockWrapper,
  .js-equalHeight .blockWrapper {
    margin-bottom: 50px;
  }
}

.equalHeight .btn,
.js-equalHeight .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
}

.js-equalHeight {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .js-equalHeight {
    height: auto !important;
    margin-bottom: 0;
  }
}

.js-equalHeight .btn {
  left: 0;
  margin-left: 0;
}

#loading {
  position: absolute;
  right: -20px;
  bottom: 25px;
}

#loading .fa-3x {
  font-size: 1.7em;
  color: #f39701;
}

.body-content-wrapper {
  position: relative;
}

.bg-wrapper {
  position: absolute;
  width: 23vw;
  max-width: 330px;
}

@media only screen and (max-width: 1670px) {
  .bg-wrapper {
    width: 14vw;
  }
}

@media only screen and (max-width: 1220px) {
  .bg-wrapper {
    display: none;
  }
}

.bg-wrapper.left-bottom {
  bottom: 0;
  left: 0;
}

.bg-wrapper.right-bottom {
  bottom: 0;
  right: 0;
}

.bg-wrapper.right-top {
  top: 0;
  right: 0;
}

.bg-wrapper img {
  display: none;
}

.page-news .bg-wrapper {
  width: 21vw;
  max-width: 330px;
  z-index: -1;
}

.page-corporate-responsibility .bg-wrapper.right-top {
  width: 32vw;
  max-width: 570px;
}

.page-products .bg-wrapper.right-bottom {
  width: 20vw;
  max-width: 410px;
}

.page-business-development .bg-wrapper.left-bottom {
  width: 23vw;
  max-width: 440px;
  opacity: 0.8;
}

.page-careers .bg-wrapper.left-bottom {
  width: 34vw;
  max-width: 400px;
}

.home .home-bg,
.page-about .about-bg,
.page-our-team .team-bg,
.page-news .news-bg,
.page-corporate-responsibility .cr-bg,
.page-contact .contact-bg,
.page-products .products-bg,
.page-business-development .bd-bg,
.page-careers .careers-bg {
  display: block;
}

.home .bg-right {
  background-image: url("../img/bg/bg-home-right.png");
  background-size: contain;
  background-position: right;
}

@media only screen and (max-width: 1220px) {
  .home .bg-right {
    background-image: none;
  }
}

.page-contact .bg-right {
  background-image: url("../img/bg/bg-contact-right.png");
  background-size: 40%;
  background-position: top right;
}

@media only screen and (max-width: 1220px) {
  .page-contact .bg-right {
    background-image: none;
  }
}

@media only screen and (max-width: 767px) {
  .body-content-wrapper section:nth-of-type(1) {
    background-image: none !important;
  }
}

.dropdown-icon {
  position: relative;
}

.dropdown-icon:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #0085ca;
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  font-size: 24px;
  pointer-events: none;
}

ul.site_map {
  list-style: none;
  margin: 15px;
}

ul.site_map li {
  list-style: none;
}

ul.site_map .sub-menu {
  margin-top: 10px;
  margin-left: 15px;
}

ul.site_map .sub-menu li:before {
  content: "\2013";
}

ul.site_map .sub-menu li a {
  padding-left: 5px;
}

.filters {
  margin-bottom: 62px;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- isotope ---- */
.grid,
.gridStatic {
  background: #eef6fc;
}

@media only screen and (min-width: 768px) {
  .grid.senior-leadership-team { height: 624px !important;}
}

.grid img,
.gridStatic img {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: auto;
}

.grid a,
.gridStatic a {
  text-align: center;
}

.grid h5,
.gridStatic h5 {
  color: #f39701;
  font-weight: 700;
  text-transform: initial;
  font-size: 21px;
  margin: 20px 0 2px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.element-item {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
  padding: 10px;
}

.senior-leadership-team .team-item{
  display: block;
  position: relative !important;
  top: unset !important;
  left: unset !important;
}


@media only screen and (max-width: 768px) {
  .element-item {
    width: 33%;
  }
}

@media only screen and (max-width: 600px) {
  .element-item {
    width: 100%;
  }
}

.element-item > a > div {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: auto;
}

.element-item > a > div.non-photo {
  background: #000;
}

@media only screen and (max-width: 992px) {
  .element-item > a > div {
    width: auto;
    height: 170px;
  }
}

@media only screen and (max-width: 768px) {
  .element-item > a > div {
    height: auto;
  }
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;
  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

/** Home **/
* {
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .home section.fullWidthBanner {
    padding-bottom: 37%;
  }
  .home section.fullWidthBanner h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    text-align: right;
    max-width: 1030px;
  }
}

@media only screen and (min-width: 1025px) {
  .home section.fullWidthBanner {
    padding-bottom: 27%;
  }
}

@media only screen and (min-width: 1200px) {
  .home section.fullWidthBanner {
    padding-bottom: 26%;
  }
  .home section.fullWidthBanner h4 {
    font-size: 31px;
  }
}

@media only screen and (min-width: 1800px) {
  .home section.fullWidthBanner {
    padding-bottom: 22%;
  }
}

@media only screen and (min-width: 992px) {
  .home nav.navDesktop .logo {
    width: 140px;
    height: 60px;
  }
  .home nav.navDesktop.sticky .logo {
    width: 70px;
    height: 25px;
  }
}

.home .blockWrapper p {
  max-width: 250px;
  margin: 0 auto 10px;
  line-height: 1.6;
}

@media only screen and (max-width: 991px) {
  .home .blockWrapper p {
    font-size: 14px;
  }
}

.home .border-blue {
  height: 100%;
  position: relative;
  padding-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  .home .border-blue {
    height: auto !important;
  }
}

.home .border-blue .btn {
  bottom: 20px;
  left: 25px;
  margin-left: 0;
}

@media only screen and (max-width: 991px) {
  .home .tableSearch li.gfield {
    margin-bottom: 30px;
  }
  .home .padding-90-0 {
    padding: 5px 0 !important;
  }
  .home .col-45 a.btn {
    margin-left: 0;
    margin-top: 30px;
  }
}

.panel-news-selection .btn.orange-btn {
  margin: 20px 0 0;
}

/** LOGIN **/
/**
LOGIN CONTAINERS
**/
.page-login .pageWrapper,
.page-login.fixedHeader .pageWrapper {
  width: 100%;
  display: table;
  padding: 15px 0;
}

.page-login section.loginWrapper,
.page-login.fixedHeader section.loginWrapper {
  display: table-cell;
  vertical-align: top;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .page-login .pageWrapper,
  .page-login.fixedHeader .pageWrapper {
    min-height: 100vh;
    position: absolute;
  }
  .page-login section.loginWrapper,
  .page-login.fixedHeader section.loginWrapper {
    vertical-align: middle;
  }
}

/**
LOGIN TOP NAVBAR
**/
.page-login nav .logo,
.page-login.fixedHeader nav .logo {
  width: 30px;
  height: 30px;
  float: none;
  margin: 10px auto;
  background: url(../img/sitedesign-logo-mobile.png);
  background-size: cover;
}

.page-login nav .btn.backToHome,
.page-login.fixedHeader nav .btn.backToHome {
  width: auto;
  font-family: "T-Star", Helvetica, arial, sans-serif;
  position: absolute;
  top: 5px;
  background: none;
  margin: 0;
  padding: 0;
}

/**
LOGIN FORM
**/
.formLogin {
  max-width: 500px;
}

.formLogin button,
.formLogin input[type="submit"],
.formLogin .btn,
.formLogin .button {
  width: 100%;
  margin: 0 0 15px 0;
  color: #FFF;
}

.formLogin a {
  color: #333333;
}

.formLogin .btnSocial {
  padding: 0;
  position: relative;
}

.formLogin .btnSocial .ion {
  width: 40px;
  height: 40px;
  display: block;
  font-size: 20px;
  line-height: 40px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

.formLogin .btnSocial.btnFacebook {
  background: #3B5998;
}

.formLogin .btnSocial.btnFacebook .ion {
  border-right: solid 1px #334d84;
}

.formLogin .btnSocial.btnFacebook:hover {
  background: #334d84;
}

.formLogin .btnSocial.btnFacebook:hover .ion {
  border-right: solid 1px #3B5998;
}

/**
LOGIN MODAL
**/
.modal.modalLogin .modal-content .modal-body {
  height: calc(100vh - 70px);
}

@media only screen and (min-width: 768px) {
  .modal.modalLogin .modal-content .modal-body {
    height: 500px;
  }
}

.page-template-page-news .btn.orange-btn {
  margin: 0;
  width: 115px;
  height: 30px;
  line-height: 33px;
}

ul.page-numbers {
  padding: 25px 0;
  margin: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  display: table;
  margin: auto;
}

ul.page-numbers li {
  float: left;
  margin: 0;
  text-decoration: underline;
}

ul.page-numbers li a, ul.page-numbers li span {
  padding: 0 10px;
}

ul.page-numbers li:nth-of-type(1) a, ul.page-numbers li:nth-of-type(1) span {
  padding-left: 0;
}

ul.page-numbers li:nth-last-of-type(1) a, ul.page-numbers li:nth-last-of-type(1) span {
  padding-right: 0;
}

.page-template-page-contact p {
  margin: 0 0 5px;
}

.page-template-page-contact h2 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .page-template-page-contact .body-content-wrapper section:nth-of-type(1) {
    background-color: #fff !important;
  }
  .page-template-page-contact .body-content-wrapper section:nth-of-type(1) h2 {
    display: none;
  }
  .page-template-page-contact .body-content-wrapper section:nth-of-type(1) .padding-60-0 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .page-template-page-contact .body-content-wrapper section:nth-of-type(2) {
    padding-top: 30px;
    background-color: #eef6fc;
  }
}

@media only screen and (max-width: 768px) {
  .page-template-page-contact .padding-150-0-100 {
    padding: 150px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .mob-background-white {
    background-color: #fff;
  }
  .mob-spacing-bottom-30 {
    padding-bottom: 30px;
  }
  .mob-spacing-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.page-products input, .page-products select,
.page-news input,
.page-news select {
  border: 1px solid #0085ca;
  background: none;
  font-weight: 700;
  font-size: 17px;
  height: 45px;
  line-height: 45px;
  color: #0085ca;
}

.page-products input::-webkit-input-placeholder, .page-products select::-webkit-input-placeholder,
.page-news input::-webkit-input-placeholder,
.page-news select::-webkit-input-placeholder {
  color: #0085ca;
  line-height: 45px;
}

.page-products input::-moz-placeholder, .page-products select::-moz-placeholder,
.page-news input::-moz-placeholder,
.page-news select::-moz-placeholder {
  color: #0085ca;
  line-height: 45px;
  opacity: 1;
}

.page-products input:-ms-input-placeholder, .page-products select:-ms-input-placeholder,
.page-news input:-ms-input-placeholder,
.page-news select:-ms-input-placeholder {
  color: #0085ca;
  line-height: 45px;
}

.page-products input:-moz-placeholder, .page-products select:-moz-placeholder,
.page-news input:-moz-placeholder,
.page-news select:-moz-placeholder {
  color: #0085ca;
  line-height: 45px;
  opacity: 1;
}

.page-products .autocomplete-wrapper,
.page-news .autocomplete-wrapper {
  position: relative;
}

.page-products .autocomplete-wrapper:after,
.page-news .autocomplete-wrapper:after {
  content: 'or';
  position: absolute;
  right: -9px;
  top: 0;
  line-height: 45px;
  font-size: 17px;
  color: #0085ca;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .page-products .autocomplete-wrapper:after,
  .page-news .autocomplete-wrapper:after {
    display: none;
  }
}

.page-products .modal .modal-content .modal-header,
.page-news .modal .modal-content .modal-header {
  min-height: 20px;
  height: 20px;
}

.page-products .modal-body a,
.page-news .modal-body a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  display: block;
  margin: 0 0 10px;
}

.page-products p a:hover {
  color: #f39701;
}

.product {
  padding-bottom: 5px;
}

.product button {
  width: auto;
  background: transparent;
  color: #0085ca;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 0;
  height: auto;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  white-space: initial;
  width: 100%;
  text-align: left;
  border-radius: 0;
}

.product button:hover, .product button:focus {
  color: #f39701;
  background: none;
}

.alphabetics {
  margin: 0 7.5px;
}

.alphabetics li {
  list-style: none;
  float: left;
  margin: 0 7.5px 10px;
}

.alphabetics a {
  color: darkgray;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.alphabetics a.hasProducts {
  color: #0085ca;
  font-weight: 700;
}

.alphabetics a.hasProducts:hover {
  color: #f39701;
}

.product-category-wrapper {
  padding-bottom: 30px;
}

.page-business-development .border-blue {
  padding: 20px;
  height: 100%;
}

.page-business-development .border-blue p {
  margin: 0;
}

.circle-icon {
  background: #0085ca;
  border-radius: 50%;
  width: 145px;
  height: 145px;
  padding: 7px;
  margin: 10px auto 30px;
}

@media only screen and (max-width: 450px) {
  .circle-icon {
    width: 115px;
    height: 115px;
  }
}

.circle-icon + div {
  padding: 0 10px;
}

.circle-icon + div p {
  line-height: 1.4;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .circle-icon + div p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .page-business-development h6 {
    font-size: 13px;
  }
}

@media only screen and (min-width: 350px) and (max-width: 992px) {
  .page-business-development h6 {
    font-size: 13px;
  }
  .page-business-development .panel-col-5:nth-last-of-type(1) {
    width: 100%;
  }
  .page-business-development .panel-col-5:nth-last-of-type(1) p {
    width: 50%;
    margin: auto;
  }
}

.page-careers .modal .modal-content .modal-body {
  padding: 0 30px 30px;
}

@media only screen and (max-width: 992px) {
  .page-careers .form-container br {
    display: none;
  }
  .page-careers .form-container .gform_footer input[type="submit"] {
    margin-left: 0;
  }
}

.no-job-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: orange;
  padding: 30px 0;
}

.page-news .pageWrapper a.btn.active {
  background: #002f6c;
  color: #fff;
}

.page-news .pageWrapper .btn.orange-btn {
  margin-top: 13px;
}

.page-news .modal.modalFixedFooter .modal-content .modal-body {
  padding-bottom: 10px;
}

.body-content-wrapper .modal-dialog p {
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .page-about .no-1,
  .page-about .no-3 {
    background: #eef6fc;
  }
}

.page-our-team .grid h5,
.page-our-team .gridStatic h5 {
  color: #f39701;
}

.page-our-team .grid .position {
  display: none;
}

.page-our-team .grid.senior-leadership-team .position {
  display: block;
}

@media only screen and (max-width: 767px) {
  .page-our-team .modal .modal-content .modal-body h2 {
    margin-top: 10px;
  }
}

.principles-section {
  padding: 45px 0 0;
}

.principles-section .principals-section-message {
  font-weight: 700;
  padding: 0 15px 45px 15px;
  margin: 0;
}

.principles-section .row.adjust-margin {
  margin-left: -25px;
  margin-right: -25px;
}

.principles-section .flex-wrapper {
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  -webkit-flex-flow: row;
  flex-flow: row;
}

@media (max-width: 1024px) {
  .principles-section .row.adjust-margin {
    margin-left: 0px;
    margin-right: -15px;
  }
}

@media (max-width: 768px) {
  .principles-section {
    padding: 25px 0 0;
  }
  .principles-section .flex-wrapper {
    display: block;
  }
  .principles-section .row.adjust-margin {
    margin-left: 0px;
    margin-right: -15px;
  }
  .principles-section .principals-section-message {
    padding: 0 15px 25px 15px;
    margin: 0;
  }
}

.text-block-with-icon {
  overflow: hidden;
  float: none;
  margin-bottom: 30px;
  align-items: center;
  /* flexbox */
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.text-block-with-icon p {
  font-size: 13px;
  line-height: 1.4;
}

.text-block-with-icon .icon-wrapper {
  padding: 35px 30px 23px 30px;
  height: 100%;
}

.text-block-with-icon .icon-wrapper {
  text-align: center;
}

.text-block-with-icon .icon-wrapper img {
  width: 75px;
}

.text-block-with-icon .icon-wrapper h4 {
  color: #0085ca;
}

.text-block-with-icon .icon {
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .text-block-with-icon {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .text-block-with-icon.portrait .icon-wrapper {
    padding: 35px 20px 0 20px;
  }
  .text-block-with-icon.landscape .icon-wrapper {
    padding: 35px 15px 0 15px;
  }
}

@media (max-width: 768px) {
  .text-block-with-icon {
    float: left;
    padding: 0 15px;
    margin-bottom: 18px;
  }
  .text-block-with-icon .icon-wrapper {
    padding: 15px;
  }
  .text-block-with-icon .icon {
    margin-bottom: 10px;
  }
}

@media (max-width: 420px) {
  .text-block-with-icon {
    margin-bottom: 13px;
  }
  .text-block-with-icon.portrait .icon-wrapper, .text-block-with-icon.landscape .icon-wrapper {
    padding: 15px;
  }
  .text-block-with-icon .icon {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.text-block.signle-column {
  padding: 20px 20px 20px 15px;
}

@media (max-width: 1024px) {
  .text-block.signle-column {
    padding: 5px 15px 5px 15px;
  }
}

@media (max-width: 768px) {
  .text-block.signle-column {
    padding: 20px 20px 20px 5px;
  }
}

@media (max-width: 420px) {
  .text-block.signle-column {
    padding: 10px 20px 10px 0px;
  }
  .text-block.signle-column h2 {
    font-size: 22px;
  }
  .text-block.signle-column p {
    font-size: 16px !important;
  }
}

/** Biologics Theming **/
.biologics,
.single-biologics {
  /** Single Biologics **/
}

.biologics h1, .biologics h2, .biologics h3, .biologics h4, .biologics h5, .biologics h6,
.single-biologics h1,
.single-biologics h2,
.single-biologics h3,
.single-biologics h4,
.single-biologics h5,
.single-biologics h6 {
  color: #f15d22;
}

.biologics p a,
.single-biologics p a {
  color: #001a71;
}

.biologics .blue,
.biologics .blue p,
.single-biologics .blue,
.single-biologics .blue p {
  color: #001a71;
}

.biologics .thumbnail,
.single-biologics .thumbnail {
  color: #FFF;
}

.biologics .bg-lightblue,
.single-biologics .bg-lightblue {
  background: #fde2bd;
}

.biologics .grid h5,
.biologics .gridStatic h5,
.biologics .modal-dialog h6,
.single-biologics .grid h5,
.single-biologics .gridStatic h5,
.single-biologics .modal-dialog h6 {
  color: #f15d22;
}

.biologics .modal .modal-content .btnClose,
.single-biologics .modal .modal-content .btnClose {
  color: #e62227;
}

.biologics nav.sticky,
.single-biologics nav.sticky {
  background: #e62227;
}

.biologics footer,
.single-biologics footer {
  background-color: #e62227;
}

.biologics footer h1, .biologics footer h2, .biologics footer h3, .biologics footer h4, .biologics footer h5, .biologics footer h6,
.single-biologics footer h1,
.single-biologics footer h2,
.single-biologics footer h3,
.single-biologics footer h4,
.single-biologics footer h5,
.single-biologics footer h6 {
  color: #FFF;
}

.biologics .dropdown-icon:after,
.single-biologics .dropdown-icon:after {
  color: #001a71;
}

.biologics.page-news input, .biologics.page-news select,
.single-biologics.page-news input,
.single-biologics.page-news select {
  border: 1px solid #001a71;
  color: #001a71;
}

.biologics.page-news input::-webkit-input-placeholder, .biologics.page-news select::-webkit-input-placeholder,
.single-biologics.page-news input::-webkit-input-placeholder,
.single-biologics.page-news select::-webkit-input-placeholder {
  color: #001a71;
}

.biologics.page-news input::-moz-placeholder, .biologics.page-news select::-moz-placeholder,
.single-biologics.page-news input::-moz-placeholder,
.single-biologics.page-news select::-moz-placeholder {
  color: #001a71;
}

.biologics.page-news input:-ms-input-placeholder, .biologics.page-news select:-ms-input-placeholder,
.single-biologics.page-news input:-ms-input-placeholder,
.single-biologics.page-news select:-ms-input-placeholder {
  color: #001a71;
}

.biologics.page-news input:-moz-placeholder, .biologics.page-news select:-moz-placeholder,
.single-biologics.page-news input:-moz-placeholder,
.single-biologics.page-news select:-moz-placeholder {
  color: #001a71;
}

.biologics.page-news .news-bg,
.biologics.page-our-team .team-bg,
.single-biologics.page-news .news-bg,
.single-biologics.page-our-team .team-bg {
  display: none;
}

.biologics.page-news .biologics-news-bg,
.biologics.page-biologics .biologics-about-bg,
.biologics.page-our-pipeline .biologics-pipeline-bg,
.biologics.single-biologics .biologics-news-bg,
.single-biologics.page-news .biologics-news-bg,
.single-biologics.page-biologics .biologics-about-bg,
.single-biologics.page-our-pipeline .biologics-pipeline-bg,
.single-biologics.single-biologics .biologics-news-bg {
  display: block;
}

.biologics .sideNav,
.single-biologics .sideNav {
  float: left;
  border: solid 1px #e62227;
  padding: 20px 15px 5px 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.biologics .sideNav .panel,
.single-biologics .sideNav .panel {
  margin: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.biologics .sideNav h6,
.single-biologics .sideNav h6 {
  text-transform: uppercase;
  color: #e62227;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}

.biologics .sideNav h6:after,
.single-biologics .sideNav h6:after {
  content: "\f3d8";
  font-family: "Ionicons";
  position: absolute;
  top: 0;
  right: 0;
}

.biologics .sideNav h6.collapsed:after,
.single-biologics .sideNav h6.collapsed:after {
  content: "\f3d0";
}

.biologics .sideNav ul,
.single-biologics .sideNav ul {
  margin: 0 0 25px 10px;
  padding: 0;
}

.biologics .sideNav ul li,
.single-biologics .sideNav ul li {
  list-style: none;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  padding: 0;
}

.biologics .sideNav ul li a,
.single-biologics .sideNav ul li a {
  color: #999999;
}

.biologics .sideNav ul li.active a,
.single-biologics .sideNav ul li.active a {
  color: #f15d22;
}

.biologics .sideNav.affix-top,
.single-biologics .sideNav.affix-top {
  width: 100%;
}

.biologics .sideNav.affix,
.single-biologics .sideNav.affix {
  top: 70px;
  width: 220px;
}

@media only screen and (max-width: 991px) {
  .biologics .sideNav.affix,
  .single-biologics .sideNav.affix {
    width: 157px;
  }
}

.biologics .content img,
.single-biologics .content img {
  width: 100%;
  height: auto;
}

.biologics .tableSearch input,
.biologics .tableSearch select,
.single-biologics .tableSearch input,
.single-biologics .tableSearch select {
  color: #e62227;
  border: 1px solid #e62227;
}

.biologics .tableSearch input::-webkit-input-placeholder,
.biologics .tableSearch select::-webkit-input-placeholder,
.single-biologics .tableSearch input::-webkit-input-placeholder,
.single-biologics .tableSearch select::-webkit-input-placeholder {
  color: #e62227;
}

.biologics .tableSearch input::-moz-placeholder,
.biologics .tableSearch select::-moz-placeholder,
.single-biologics .tableSearch input::-moz-placeholder,
.single-biologics .tableSearch select::-moz-placeholder {
  color: #e62227;
}

.biologics .tableSearch input:-ms-input-placeholder,
.biologics .tableSearch select:-ms-input-placeholder,
.single-biologics .tableSearch input:-ms-input-placeholder,
.single-biologics .tableSearch select:-ms-input-placeholder {
  color: #e62227;
}

.biologics .tableSearch input:-moz-placeholder,
.biologics .tableSearch select:-moz-placeholder,
.single-biologics .tableSearch input:-moz-placeholder,
.single-biologics .tableSearch select:-moz-placeholder {
  color: #e62227;
}

.biologics .biologicsContent .content ul li,
.single-biologics .biologicsContent .content ul li {
  padding-left: 20px;
  margin-bottom: 0;
}

.biologics .biologicsContent .content ol ul,
.single-biologics .biologicsContent .content ol ul {
  margin-bottom: 15px;
}

.biologics .biologicsContent .content ol ul li,
.single-biologics .biologicsContent .content ol ul li {
  list-style: disc;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .biologics .biologicsContent,
  .single-biologics .biologicsContent {
    padding-top: 0 !important;
  }
  .biologics .biologicsTopContent,
  .single-biologics .biologicsTopContent {
    padding-bottom: 30px !important;
  }
}
