body, html {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
}

p a {
  color: inherit;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

textarea,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

*,
*:after,
:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

p {
  font-size: 15px;
  line-height: 18px;
}

@media screen and (min-width: 320px) {
  p {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1280px) {
  p {
    font-size: 18px;
    line-height: 22px;
  }
}

h1 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 32px;
    line-height: 39px;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 36px;
    line-height: 43px;
  }
}

h3 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 22px;
    line-height: 27px;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
}

h4 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

h5 {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  h5 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1280px) {
  h5 {
    font-size: 17px;
    line-height: 22px;
  }
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

/* Fixed footer */
body,
html {
  height: 100%;
}

.siteWrap {
  height: 100%;
}

body .siteWrap .siteInner,
html .siteWrap .siteInner {
  min-height: 100%;
  position: relative;
  z-index: 99;
}

/* common Styles */
body {
  /* font-family: "GT America"; */
  font-weight: 400;
  line-height: initial;
  background: #FAF6F3 !important;
  /*color: #666c75;*/
  overflow-x: hidden;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

input[type=text]::-ms-clear {
  display: none;
}

.txtArea,
.txtBox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.fade .siteWrap {
  transition: all 0.55s;
}

.bodyBg .siteWrap {
  opacity: 1;
}

.pointerNone {
  pointer-events: none;
}

.loaderBlock {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
}
.loaderBlock .svgAnimation {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: svgzoom 1.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: svgzoom 1.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.loaderBlock .svgAnimation svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.loaderBlock .svgAnimation svg circle {
  fill: #f3f3f3;
}
.loaderBlock .loaderWrap {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  text-align: center;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loaderBlock .loaderWrap img {
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .loaderBlock .loaderWrap img {
    max-width: 67%;
  }
}

.removeLoader .loaderBlock {
  display: none;
}

.screen-reader-text {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  word-wrap: normal !important;
  border: 0 none;
}

.ctaLinks {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
}
.ctaLinks:hover {
  background: #007bba;
  color: inherit;
}

.lmo a,
.ctaLinks a {
  color: inherit;
  text-decoration: none;
}
.lmo a:hover,
.ctaLinks a:hover {
  text-decoration: none;
}

p .ctaLinks {
  text-decoration: none;
}

.ctaLinks.disabled {
  cursor: default;
}

.ctaLinks.disabled .waves-ripple {
  display: none !important;
}

.ctaLinks .waves-ripple {
  position: absolute;
  border-radius: 50% !important;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-property: -webkit-transform, opacity, -webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}

.ctaLinks input[type=button],
.ctaLinks input[type=reset],
.ctaLinks input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.btnSection img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.ctaLinks .waves-ripple {
  z-index: -1;
}

.ctaLinks .waves-ripple {
  background-color: rgba(0, 0, 0, 0.5);
}

.ctaLinks.orange .waves-ripple {
  background-color: rgba(255, 187, 99, 0.9);
}

.ctaLinks.bgray .waves-ripple {
  background-color: rgba(204, 204, 204, 0.5);
}

.ctaLinks {
  padding: 8px 30px;
  border-radius: 0;
  position: relative;
  display: inline-block;
  background: #dc8735;
  color: #172f4f;
  text-transform: uppercase;
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.25s ease-in;
  font-weight: 700;
}
.ctaLinks:hover {
  background: #f99c41;
  color: #172f4f;
}

button span {
  position: relative;
  z-index: 99;
}

.error {
  -webkit-animation: error 0.35s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: error 0.35s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.visibilityHide {
  visibility: hidden;
}

.no-record {
  text-align: center;
  margin: 30px 0;
  font-size: 18px;
  line-height: 24px;
}

/* ul {
  list-style: none;
} */

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus, a:hover {
  text-decoration: none;
}

a:focus,
button:focus,
input:focus {
  outline-style: dotted;
  outline-color: #033572;
  outline-width: 2px;
}

textarea {
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  background: none;
  border: none;
  border-radius: 0;
}
button {
  cursor: pointer;
  box-shadow: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:focus {
  transition: all 0.3s;
}

p a {
  text-decoration: none;
}

.nprogress-busy .backtoTop {
  display: none;
}
.nprogress-busy #skiptocontent {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

article, aside, figure, h1, h2, h3, h4, h5, h6, header, nav, p, section {
/* article, aside, figure, h1, h2, h3, h4, h5, h6, header, li, nav, ol, p, section, ul { */
  padding: 0;
  /* margin: 0; */
  display: block;
}

h1, h4 {
  font-weight: 700 !important;
}

h2, h5 .h0 {
    font-weight: 500 !important;
}

a, body, div, h3, p {
    font-weight: 400;
}

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.34);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.menuOpened .overlay {
  display: block;
}

.firefox br {
  line-height: 0;
}

.containerWrapper, .container {
  width: 100%;
  max-width: 540px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body,
html {
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .containerWrapper, .container {
    max-width: 720px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .loaderBlock .loaderWrap img {
    max-width: 30%;
  }

  .openAccount {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .containerWrapper, .container {
    max-width: 960px;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  body,
html {
    height: 100%;
    min-height: 0;
  }

  .siteWrap {
    height: 100%;
  }

  .loaderBlock .loaderWrap img {
    max-width: 15%;
  }

  .containerWrapper, .container {
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1340px) {
  .containerWrapper, .container {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1380px) {
  .containerWrapper {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1400px) {
  .loaderBlock .loaderWrap img {
    max-width: 13%;
  }
}
/* --------------- End Off -------------*/
/* Skip Content */
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: 2px;
  left: 0;
  color: #000;
  border-bottom-right-radius: 8px;
  background: 0 0;
  transition: top 1s ease-out, background 1s linear;
  z-index: -999;
  opacity: 0;
  font-size: 16px;
}
#skiptocontent a:active, #skiptocontent a:focus {
  position: absolute;
  left: 0;
  top: 0;
  background: #033572;
  color: #fff;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
  z-index: 20000;
  opacity: 1;
}

/* --------------- End Off -------------*/
/* Animations */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes error {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
@keyframes error {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes svgzoom {
  from {
    opacity: 1;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes svgzoom {
  from {
    opacity: 1;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
p a:hover {
  text-decoration: underline;
  color: inherit;
}

select {
  -webkit-appearance: none;
}

strong {
  font-weight: 900;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

iframe {
  border: 0;
}

.ctaBtn {
  font-size: 16px;
  color: #16366e;
  border: 1px solid #e7c247;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  min-height: 40px;
  padding: 0px 20px;
  background-color: #e7c247;
  font-weight: 900;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.3s all;
}
@media (max-width: 1279px) {
  .ctaBtn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ctaBtn {
    padding: 6px 20px;
    min-height: 28px;
  }
}
.ctaBtn:hover {
  background: #ffd548;
  border-color: #ffd548;
  color: #16366e;
  text-decoration: none;
}
.ctaBtn.noFlex {
  display: inline-block;
  padding: 5px 15px;
}

.backtoTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  background: #033572;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
  z-index: 9999999;
  font-size: 0;
}
.backtoTop i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 0;
  top: -3px;
  transition: all 0.3s ease;
}

input.error {
  border: 1px solid red;
}
input.form-control.error {
  border: 1px solid red;
}

.hidden {
  display: none !important;
}

.breadcrumbWrap {
  margin-top: 31px;
  margin-bottom: 23px;
}
@media (max-width: 1279px) {
  .breadcrumbWrap {
    margin-top: 11px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .breadcrumbWrap {
    margin-top: 13px;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .breadcrumbWrap {
    margin-bottom: 27px;
    display: none;
  }
}
.breadcrumbWrap .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 0;
}
.breadcrumbWrap li {
  font-size: 15px;
  color: #666c75;
}
@media (max-width: 1023px) {
  .breadcrumbWrap li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .breadcrumbWrap li {
    font-size: 15px;
  }
}
.breadcrumbWrap li a {
  color: #666c75;
}
.breadcrumbWrap .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  font-weight: 400;
}
.breadcrumbWrap .breadcrumb-item.active {
  font-weight: 900;
}

.headingWrapper h1,
.headingWrapper h2 {
  font-size: 38px;
  color: #0a1b5f;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .headingWrapper h1,
.headingWrapper h2 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .headingWrapper h1,
.headingWrapper h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .headingWrapper h1,
.headingWrapper h2 {
    font-size: 24px;
  }
}
.headingWrapper h1 span,
.headingWrapper h2 span {
  font-weight: 300;
}
.headingWrapper.subHeading h1,
.headingWrapper.subHeading h2 {
  color: #0a1b5f;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 38px;
}
@media (max-width: 1279px) {
  .headingWrapper.subHeading h1,
.headingWrapper.subHeading h2 {
    font-size: 35px;
  }
}
@media (max-width: 1023px) {
  .headingWrapper.subHeading h1,
.headingWrapper.subHeading h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .headingWrapper.subHeading h1,
.headingWrapper.subHeading h2 {
    font-size: 24px;
  }
}
.headingWrapper.subHeading h1 .lmo,
.headingWrapper.subHeading h2 .lmo {
  font-size: 21px;
  display: inline-block;
  float: right;
  position: relative;
  top: 5px;
  margin-right: 50px;
}
@media (max-width: 1279px) {
  .headingWrapper.subHeading h1 .lmo,
.headingWrapper.subHeading h2 .lmo {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .headingWrapper.subHeading h1 .lmo,
.headingWrapper.subHeading h2 .lmo {
    font-size: 16px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .headingWrapper.subHeading h1 .lmo,
.headingWrapper.subHeading h2 .lmo {
    font-size: 14px;
  }
}
.headingWrapper.subHeading h1 .lmo:after,
.headingWrapper.subHeading h2 .lmo:after {
  position: absolute;
  content: "";
  right: -12px;
  bottom: 15px;
  border-top: 6px solid transparent;
  border-left: 6px solid #033572;
  border-bottom: 6px solid transparent;
}
@media (max-width: 1279px) {
  .headingWrapper.subHeading h1 .lmo:after,
.headingWrapper.subHeading h2 .lmo:after {
    bottom: 11px;
  }
}
@media (max-width: 767px) {
  .headingWrapper.subHeading h1 .lmo:after,
.headingWrapper.subHeading h2 .lmo:after {
    bottom: 8px;
  }
}
.headingWrapper.subHeading.learnMore h2,
.headingWrapper.subHeading.learnMore h1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1279px) {
  .headingWrapper.subHeading.learnMore h2,
.headingWrapper.subHeading.learnMore h1 {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.linkCta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: transparent;
}
.linkCta:hover {
  color: transparent;
}

.bannerPanel.subPageBanner {
  height: 430px;
  background-size: cover;
}
@media (max-width: 1279px) {
  .bannerPanel.subPageBanner {
    height: 275px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel.subPageBanner {
    height: 207px;
  }
}
@media (max-width: 767px) {
  .bannerPanel.subPageBanner {
    height: auto;
    margin-bottom: 30px;
  }
}
.bannerPanel.promoBanner {
  height: 586px;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .bannerPanel.promoBanner {
    height: 425px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel.promoBanner {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .bannerPanel.promoBanner {
    height: 215px;
    background-position: right;
  }
}

.heroBlock p + p {
  margin-top: 15px;
}
.heroBlock .contentText {
  margin-top: 24px;
}
@media (max-width: 1279px) {
  .heroBlock .contentText {
    margin-top: 34px;
  }
}
@media (max-width: 1023px) {
  .heroBlock .contentText {
    margin-top: 22px;
  }
}
.heroBlock .contentText p {
  max-width: 935px;
  color: #404040;
}

.navPills {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .navPills {
    display: block;
  }
}
.navPills ul {
  border: 4px solid #dc8735;
  border-radius: 31px;
}
@media (max-width: 767px) {
  .navPills ul {
    border-radius: 0;
    width: 100%;
  }
}
.navPills ul li {
  display: table-cell;
  position: relative;
}
@media (max-width: 767px) {
  .navPills ul li {
    width: 100%;
    display: block;
  }
}
.navPills ul li a {
  font-size: 29px;
  text-transform: uppercase;
  padding: 6px 75px;
  display: inline-table;
  font-weight: 900;
  border-radius: 25px;
  color: #8b8c8e;
  transition: 0.3s all;
}
@media (max-width: 1279px) {
  .navPills ul li a {
    font-size: 22px;
    padding: 6px 60px;
    border-radius: 15px;
  }
}
@media (max-width: 1023px) {
  .navPills ul li a {
    font-size: 18px;
    padding: 6px 50px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .navPills ul li a {
    border-radius: 0;
    width: 100%;
    text-align: center;
    padding: 6px 15px;
  }
}
.navPills ul li a:hover {
  color: #033572;
}
.navPills ul li.active a {
  color: #033572;
  position: relative;
  z-index: 99;
  outline: none;
}
.navPills ul li.active:after {
  content: "";
  position: absolute;
  background: #dc8735;
  display: inline-block;
  width: 100%;
  left: -3px;
  height: 49px;
  border-radius: 31px;
  top: 0;
}
@media (max-width: 1279px) {
  .navPills ul li.active:after {
    border-radius: 50px;
    height: 39px;
  }
}
@media (max-width: 1023px) {
  .navPills ul li.active:after {
    border-radius: 50px;
    height: 37px;
  }
}
@media (max-width: 767px) {
  .navPills ul li.active:after {
    border-radius: 0;
    height: 100%;
    left: 0;
  }
}
.navPills ul li.active:last-child:after {
  content: "";
  position: absolute;
  background: #dc8735;
  display: inline-block;
  width: 100%;
  right: -3px;
  height: 49px;
  border-radius: 31px;
  top: -1px;
  left: 2px;
}
@media (max-width: 1279px) {
  .navPills ul li.active:last-child:after {
    border-radius: 50px;
    height: 40px;
  }
}
@media (max-width: 1023px) {
  .navPills ul li.active:last-child:after {
    border-radius: 50px;
    height: 37px;
  }
}
@media (max-width: 767px) {
  .navPills ul li.active:last-child:after {
    border-radius: 0;
    height: 104%;
    right: 0;
    left: 0px;
  }
}

.ctaAnchor {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}

.ui-menu.ui-autocomplete {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.ui-menu.ui-autocomplete .ui-menu-item-wrapper {
  padding: 8px 1em 8px 1em;
}
.ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  background: #00928b;
  border-color: #00928b;
}
.ui-menu-item-wrapper.ui-state-active {
  background-color: #00A2B9;
  opacity: 0.25;
}

.shareBtn .stButton {
  display: none !important;
}
.shareBtn a {
  border-radius: 0;
}

.floatingAlerts {
  position: fixed;
  bottom: 0;
  left: 0%;
  background-color: #00928b;
  width: 100%;
  z-index: 999999;
}
.floatingAlerts .floatWrap .wrap {
  padding: 20px 10px;
  margin: 0 auto;
  position: relative;
}
.floatingAlerts .floatWrap p {
  font-size: 16px;
  line-height: 20px;
  padding-right: 20px;
  color: #fff;
}

.close-alerts {
  opacity: 1;
  position: absolute;
  right: 0;
  top: 13px;
  width: 20px;
  height: 20px;
}
.close-alerts i {
  display: block;
  opacity: 0.6;
  /*&:hover {
  opacity: 1;
    &::before {
  	transform: rotate(135deg);
    }
   &::after {
    transform: rotate(45deg);
   }
   }*/
}
.close-alerts i::after, .close-alerts i::before {
  content: "";
  background: #fff;
  width: 2px;
  height: 19px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  transition-delay: 0.1s;
  position: absolute;
  top: 0px;
  right: 7px;
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.close-alerts i::after {
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close-alerts i::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 767px) {
  #nprogress .spinner {
    display: none;
  }
}

.generalContentBlock .headingWrapper h1,
.generalContentBlock .headingWrapper h2 {
  line-height: 1.5;
  margin-top: -20px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .generalContentBlock .headingWrapper h1,
.generalContentBlock .headingWrapper h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.tableSection .compareTable tbody tr td.verticalTop {
  vertical-align: top;
}

.verticalTop {
  vertical-align: top;
}

@media (max-width: 767px) {
  .subBanner.mapbanner {
    height: 200px;
    margin-bottom: 30px;
  }
}

.ui-selectmenu-menu .ui-menu {
  max-height: 300px;
}

.flexGeneral .prFlex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .flexGeneral .prFlex {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flexGeneral .prFlex .prFig {
  width: 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .flexGeneral .prFlex .prFig {
    width: 100%;
    text-align: center;
  }
}
.flexGeneral .prFlex .prContent {
  width: calc(100% - 80px);
}
@media (max-width: 767px) {
  .flexGeneral .prFlex .prContent {
    width: 100%;
  }
}
.flexGeneral .prFlex ul {
  margin-top: 0;
}
.flexGeneral + .twocolumnPanel {
  margin-top: -70px;
}

.heroBlock.generalContentBlock h1 {
  margin-bottom: 15px;
}
.heroBlock + .flexGeneral {
  margin-top: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lftRgt {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes lftRgt {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes topBot {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-12%);
            transform: translateY(-12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes topBot {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-12%);
            transform: translateY(-12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes botTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(12%);
            transform: translateY(12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes botTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(12%);
            transform: translateY(12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.cd-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 4px 4px 0 0;
  font-size: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background: url(../images/home/backToTop.svg) no-repeat center 50%;
}
@media (max-width: 1023px) {
  .cd-top {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 10px;
  }
}

html .cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}
html .cd-top.sticky {
  position: absolute;
  right: 20px;
}
@media (max-width: 1023px) {
  html .cd-top.sticky {
    right: 15px;
  }
}
@media (max-width: 767px) {
  html .cd-top.sticky {
    right: 10px;
  }
}
html .cd-top--is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 98;
}

header {
  padding-top: 30px;
  width: 100%;
  /* font-family: "GT America"; */
}
header.lightHeader {

}

@media (max-width: 900px) {
  header {
    padding-top: 0px;
  }
}

header .topNav {
  background-image: linear-gradient(to right, white, rgba(166, 166, 166, 0.1), rgba(166, 166, 166, 0.3));
}
@media (max-width: 900px) {
  header .topNav {
    display: none;
  }
}
header .topNav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 28px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .topNav li {
  margin-left: 42px;
  font-size: 12px;
  text-transform: uppercase;
}
header .topNav a {
  color: #696058;
  transition: 0.3s all;
}
header .topNav a:hover {
  color: #033572;
}
header .topNav a.active {
  color: #033572;
  font-weight: 900;
}
@media (max-width: 1279px) {
  header .mainNav .col-level1.col-4 {
    max-width: 290px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  header .mainNav .col-level1.col-4 {
    min-width: 290px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  header .mainNav .col-level1.col-4 {
    min-width: 210px;
  }
}
@media (max-width: 1279px) {
  header .mainNav .col-level1.col-8 {
    max-width: calc(100% - 290px);
  }
}
@media (max-width: 767px) {
  header .mainNav .col-level1.col-8 {
    max-width: calc(100% - 210px);
    padding-left: 0;
  }
}
header .mobSubNav {
  padding: 0px 31px;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .mobSubNav .lgWrap {
  min-width: 320px;
  max-width: 354px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  header .mobSubNav .lgWrap {
    margin-top: 8px;
  }
}
header .mobSubNav .loginBlock {
  min-width: auto;
  width: 68px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 5px;
  height: 26px;
}
header .mobSubNav .loginBlock .loginText {
  width: 100%;
  font-size: 13px;
}
@media (max-width: 767px) {
  header .mobSubNav .loginBlock .loginText {
    padding-bottom: 5px;
  }
}
header .mobSubNav .ctaHeader {
  font-size: 12px;
  text-transform: uppercase;
  background: #007bba;
  padding: 6px 10px;
  color: #fff;
  font-weight: 900;
  display: none;
}
header .mobSubNav .ctaHeader + .ctaHeader {
  margin-left: 5px;
}
header .menuRight {
  min-height: 67px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
}
@media (max-width: 900px) {
  header .menuRight {
    height: 110px;
  }
}
header .menuRight .menuWrapper {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 27px;
}
@media screen and (min-width: 1280px) and (max-width: 1339px) {
  header .menuRight .menuWrapper {
    margin-left: -8px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1380px) {
  header .menuRight .menuWrapper {
    padding-left: 0;
  }
}
@media (max-width: 1279px) {
  header .menuRight .menuWrapper {
    padding-left: 0;
  }
}
header .searchBlock {
    margin-right: 30px;
    margin-top: 10px;
}
@media (max-width: 900px) {
  header .searchBlock {
    display: none;
  }
}

header .loginBlock {
  min-width: 122px;
  background: #EF9600;
  transition: 0.3s all;
  height: 50px;
  border-radius: 10px;
}
@media (max-width: 900px) {
  header .loginBlock {
    display: none;
  }
}
header .loginBlock:hover {
  background-color: #f99c41;
}
header .loginBlock .loginText {
  color: #22344d;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 14px;
  padding-right: 13px;
  position: relative;
}
header .loginBlock .loginText:after {
  background: url("/images/header/down_caret.svg");
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: 22px;
  right: 25px;
  width: 15px;
  height: 8px;
}
header .loginBlock.active .loginText:after {
  background: url("/images/header/up_caret.svg");
  background-repeat: no-repeat;
}
header .megaMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 585px;
  margin-right: 20px;
  margin-top: 10px;
}
header .megaMenu li:nth-child(3).active a.first-level-link {
  color: #13346d;
}
header .megaMenu li:nth-child(3).active .menuTabs li {
  color: #16366e;
}
@media (max-width: 1279px) {
  header .megaMenu {
    min-width: 404px;
    margin-right: 20px;
  }
}
@media (max-width: 1023px) {
  header .megaMenu {
    display: none;
  }
}
header .megaMenu > li .first-level-link {
  padding-left: 10px;
  padding-right: 10px;
}
header .megaMenu > li.active:nth-child(1) .megaMenuWrapper .menuTabs {
  background-color: #F9F4F0;
}
header .megaMenu > li.active:nth-child(1) .megaMenuWrapper .tabContentWrap {
  border-color: #0080c3;
}
header .megaMenu > li.active:nth-child(2) .megaMenuWrapper .menuTabs {
  background-color: #F9F4F0;
}
header .megaMenu > li.active:nth-child(2) .megaMenuWrapper .tabContentWrap {
  border-color: #00928b;
}
header .megaMenu > li.active:nth-child(3) .megaMenuWrapper .menuTabs {
  background-color: #F9F4F0;
}
header .megaMenu > li.active:nth-child(3) .megaMenuWrapper .tabContentWrap {
  border-color: #F9F4F0;
}
header .megaMenu > li:hover .first-level-link:after {
  height: 5px;
}
header .megaMenu .first-level-link {
  font-size: 14px;
  color: #16222C;
  display: inline-block;
  position: relative;
}
@media (min-width: 1280px) {
  header .megaMenu li:nth-child(1) .first-level-link:after,
  header .megaMenu li:nth-child(2) .first-level-link:after,
  header .megaMenu li:nth-child(3) .first-level-link:after {
    background: url("/images/header/down_caret.svg");
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 8px;
    right: -10px;
    width: 15px;
    height: 8px;
  }

  header .megaMenu li:nth-child(1).active .first-level-link:after,
  header .megaMenu li:nth-child(2).active .first-level-link:after,
  header .megaMenu li:nth-child(3).active .first-level-link:after {
    background: url("/images/header/up_caret.svg");
    background-repeat: no-repeat;
  }
}
.jpLink {
  margin-top: 5px;
  margin-left: 15px;
  min-width: 48px;
}

.jpLink a {
  color: #16222c;
}
.jpLink a:hover {
  color: #16222c;
  text-decoration: underline;
}


header .mobSubNav {
  height: 34px;
  background-color: #989898;
}

.menu-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 33px;
  height: 28px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1023px) {
  .menu-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .menu-wrapper {
    width: 26px;
    height: 19px;
  }
}
.hamburger {
  padding-top: 28px;
  width: 100px;
}
.hamburger.active {
  background-color: #fff;
}
.hamburger-menu {
  font-weight: 400;  
}
@media (min-width: 901px) {
  header .hamburger {
    display: none;
  }
}

.menuContainer {
  position: relative;
}
.menuContainer .col-level1 {
  position: static;
}

.megaMenuWrapper {
  position: absolute;
  right: 0;
  width: 83%;
  margin-top: 30px;
  z-index: 999;
  background: #fff;
  display: none;
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  box-shadow: 0 0 3px #919BA3;
}
.megaMenuWrapper.active {
  display: block;
}
.megaMenuWrapper .menuTabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 55px;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .menuTabs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.megaMenuWrapper .menuTabs li {
  font-size: 14px;
  display: inline-block;
  width: 34%;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  padding-top: 15px;
  padding-bottom: 12px;
}
@media screen and (min-width: 1280px) and (max-width: 1380px) {
  .megaMenuWrapper .menuTabs li {
    margin-right: 30px;
  }
}
@media (max-width: 1279px) {
  .megaMenuWrapper .menuTabs li {
    margin-right: 50px;
  }
}
.megaMenuWrapper .menuTabs li:last-child {
  margin-right: 0;
}

.megaMenuWrapper .menuTabs li.active {
  color: #033572;
  background: #fff;
}

.megaMenuWrapper .menuTabs li a {
  color: #16222C;
  transition: none;
  outline-offset: 10px;
}

.megaMenuWrapper .menuTabs li.active a {
  border-bottom: 5px solid #EEBAD0;
  padding-bottom: 15px;
}

.megaMenuWrapper .tab-content {
  display: none;
}
.megaMenuWrapper .tab-content.active {
  display: inherit;
}
.megaMenuWrapper .tabContentWrap {
  padding: 46px 59px 47px 58px;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap {
    padding: 30px;
  }
}
.megaMenuWrapper .tabContentWrap .topLink {
  margin-top: 33px;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .topLink {
    margin-bottom: 30px;
  }
}
.megaMenuWrapper .tabContentWrap .topLink a {
  color: #007B84;
  position: relative;
  transition: 0.3s all;
}
.megaMenuWrapper .tabContentWrap .navLinks li {
  margin-bottom: 5px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.megaMenuWrapper .tabContentWrap .navLinks li:nth-child(1) {
  -webkit-animation: slideIn 0.3s 0.15s ease 1 forwards;
          animation: slideIn 0.3s 0.15s ease 1 forwards;
}
.megaMenuWrapper .tabContentWrap .navLinks li:nth-child(2) {
  -webkit-animation: slideIn 0.3s 0.3s ease 1 forwards;
          animation: slideIn 0.3s 0.3s ease 1 forwards;
}
.megaMenuWrapper .tabContentWrap .navLinks li:nth-child(3) {
  -webkit-animation: slideIn 0.3s 0.45s ease 1 forwards;
          animation: slideIn 0.3s 0.45s ease 1 forwards;
}
.megaMenuWrapper .tabContentWrap .navLinks li:nth-child(4) {
  -webkit-animation: slideIn 0.3s 0.6s ease 1 forwards;
          animation: slideIn 0.3s 0.6s ease 1 forwards;
}
.megaMenuWrapper .tabContentWrap .navLinks li:nth-child(5) {
  -webkit-animation: slideIn 0.3s 0.75s ease 1 forwards;
          animation: slideIn 0.3s 0.75s ease 1 forwards;
}
.megaMenuWrapper .tabContentWrap .navLinks li:nth-child(6) {
  -webkit-animation: slideIn 0.3s 0.9s ease 1 forwards;
          animation: slideIn 0.3s 0.9s ease 1 forwards;
}
.megaMenuWrapper .tabContentWrap .navLinks li:nth-child(7) {
  -webkit-animation: slideIn 0.3s 1.05s ease 1 forwards;
          animation: slideIn 0.3s 1.05s ease 1 forwards;
}
.megaMenuWrapper .tabContentWrap .navLinks a,
.megaMenuWrapper .tabContentWrap .menuGridNav a.menuLink,
 .megaMenuWrapper .tabContentWrap .navInnerLinks a {
  color: #16222C;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s all;
  position: relative;
}
.megaMenuWrapper .tabContentWrap .navInner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .navInner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.megaMenuWrapper .tabContentWrap .navInner figure {
  min-width: 450px;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .navInner figure {
    min-width: 449px;
    max-width: 449px;
  }
}
.megaMenuWrapper .tabContentWrap .navInner figure + .navContent {
  margin-left: 55px;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .navInner figure + .navContent {
    margin-left: 0;
    margin-top: 20px;
  }
}
.megaMenuWrapper .tabContentWrap .navInner .navLinks {
  width: 50%;
  border-right: 1px solid #919BA3;
}

.megaMenuWrapper .tabContentWrap .navInner .navContent {
  width: 50%;
  padding-left: 75px;
  color: #253746;
}

.megaMenuWrapper .tabContentWrap .navInner .navLinks + figure {
  margin-left: 55px;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .navInner .navLinks + figure {
    margin-left: 40px;
  }
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .navInner .navContent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.megaMenuWrapper .tabContentWrap .navInner .navContent h4 {
  /* font-family: "GT Alpina"; */
  font-size: 18px;
  color: #253746;
  font-weight: 900;
  margin-bottom: 8px;
}
.megaMenuWrapper .tabContentWrap .navInner .navContent p {
  font-size: 14px;
  color: #253746;
  /*font-weight: 100;*/
  margin-bottom: 11px;
}
.megaMenuWrapper .tabContentWrap .navInner .navContent .lmo {
  color: #253746;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 14px;
  display: inline-block;
  transition: 0.3s all;
  border: 1px solid #253746;
  border-radius: 10px;
  padding: 12px 40px;
}

.megaMenuWrapper .tabContentWrap .navInner .navContent .navMenuSearch {
  margin-top: 45px;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .navInner .navContent .navMenuSearch {
    margin-left: 32px;
    margin-top: 27px;
  }
}
.megaMenuWrapper .tabContentWrap .navInner .navContent .navMenuSearch h5 {
  color: #16366e;
  font-weight: 300;
  font-size: 13px;
}
.megaMenuWrapper .tabContentWrap .navInner .navContent .navMenuSearch input {
  height: 24px;
  background: #eaeaea;
  border-color: #eaeaea;
  font-size: 12px;
}
.megaMenuWrapper .tabContentWrap .navInner .navContent .navMenuSearch input.error {
  border-color: red;
}
.megaMenuWrapper .tabContentWrap .navInner .navContent .navMenuSearch .btnSubmit {
  height: 24px;
  width: 67px;
  background: #033572;
  color: #fff;
  font-weight: 700;
  padding: 0px;
  font-size: 12px;
  text-align: center;
  border-radius: 0;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .navElement .navInner {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .navElement figure {
    min-width: 320px;
  }
}
.megaMenuWrapper .tabContentWrap .menuFlex {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 55px;
          column-gap: 55px;
  height: auto;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .menuFlex {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 55px;
            column-gap: 55px;
  }
}
.megaMenuWrapper .tabContentWrap .menuFlex li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.megaMenuWrapper .tabContentWrap .menuFlex > li {
  padding-bottom: 20px;
  display: block;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .menuFlex > li {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
}
.megaMenuWrapper .tabContentWrap .menuFlex .subNav li {
  margin-bottom: 7px;
}
.megaMenuWrapper .tabContentWrap .menuFlex .subNav a {
  font-size: 14px;
  color: #404040;
  /*font-weight: 300;*/
  position: relative;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .navInnerLinks {
    margin-left: 30px;
  }
}
.megaMenuWrapper .tabContentWrap .navInnerLinks .menuFlex {
  -webkit-column-count: 2;
          column-count: 2;
}
.megaMenuWrapper .tabContentWrap .navInnerLinks .menuFlex > li {
  padding-left: 0;
}
.megaMenuWrapper .tabContentWrap .navInnerLinks .menuFlex .menuLink:after {
  display: none;
}
.megaMenuWrapper .tabContentWrap .navInnerLinks .menuFlex .subNav {
  margin-top: 20px;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .navInnerLinks .menuFlex .subNav {
    margin-top: 10px;
  }
}
.megaMenuWrapper .tabContentWrap .navInnerLinks .menuFlex .subNav a {
  font-size: 18px;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .navInnerLinks .menuFlex .subNav a {
    font-size: 16px;
  }
}
.megaMenuWrapper .tabContentWrap .navInnerLinks .menuFlex .subNav li {
  margin-bottom: 20px;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .navInnerLinks .menuFlex .subNav li {
    margin-bottom: 12px;
  }
}
.megaMenuWrapper .tabContentWrap .navInnerLinks h3 {
  font-size: 20px;
  color: #16366e;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (max-width: 1279px) {
  .megaMenuWrapper .tabContentWrap .navInnerLinks h3 {
    font-size: 18px;
  }
}
.megaMenuWrapper .tabContentWrap .navInnerLinks h3 a {
  color: inherit;
}

@-webkit-keyframes slideIn {
  0% {
    left: -50px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    left: -50px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
@keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.mobileMenu {
  position: absolute;
  background: #fff;
  width: 100%;
  height: auto;
  z-index: 1000;
  display: none;
}
.mobileMenu:after {
  content:"";
  position:absolute;
  width:100%;
  bottom:1px;
  z-index:-1;
  box-shadow: 0px 0px 4px 1px #919BA3;
}
@media screen and (min-width: 1024px) {
  .mobileMenu {
    display: none;
  }
}
.mobileMenu.active {
  display: block;
}
.mobileMenu a:focus {
  outline: none;
}
.mobileMenu .mbLevel1 {
  color: #253746;
  font-weight: 500;
  font-size: 14px;
  padding-right: 20px;
  display: block;
}
.mobileMenu .mobileNav > ul {
  padding-top: 8px;
  padding-bottom: 19px;

}
.mobileMenu .mobileNav > ul > li {
  position: relative;
  padding-top: 11px;
  left: -50px;
  opacity: 0;
}
.mobileMenu .mobileNav > ul > li:nth-child(1) {
  -webkit-animation: slideIn 0.3s 0.15s ease 1 forwards;
          animation: slideIn 0.3s 0.15s ease 1 forwards;
}
.mobileMenu .mobileNav > ul > li:nth-child(2) {
  -webkit-animation: slideIn 0.3s 0.3s ease 1 forwards;
          animation: slideIn 0.3s 0.3s ease 1 forwards;
}
.mobileMenu .mobileNav > ul > li:nth-child(3) {
  -webkit-animation: slideIn 0.3s 0.45s ease 1 forwards;
          animation: slideIn 0.3s 0.45s ease 1 forwards;
}
.mobileMenu .mobileNav > ul > li:nth-child(4) {
  -webkit-animation: slideIn 0.3s 0.6s ease 1 forwards;
          animation: slideIn 0.3s 0.6s ease 1 forwards;
}
.mobileMenu .mobileNav > ul > li:nth-child(5) {
  -webkit-animation: slideIn 0.3s 0.75s ease 1 forwards;
          animation: slideIn 0.3s 0.75s ease 1 forwards;
}
.mobileMenu .mobileNav > ul > li:nth-child(6) {
  -webkit-animation: slideIn 0.3s 0.9s ease 1 forwards;
          animation: slideIn 0.3s 0.9s ease 1 forwards;
}
.mobileMenu .mobileNav > ul > li:nth-child(7) {
  -webkit-animation: slideIn 0.3s 1.15s ease 1 forwards;
          animation: slideIn 0.3s 1.15s ease 1 forwards;
}
.mobileMenu .mobileNav > ul > li:nth-child(8) {
  -webkit-animation: slideIn 0.3s 1.3s ease 1 forwards;
          animation: slideIn 0.3s 1.3s ease 1 forwards;
}
.mobileMenu .mobileNav > ul > li .arrowIcon {
  position: absolute;
  right: 6px;
  height: 14px;
  width: 14px;
  top: 16px;
  background: url("/images/header/plus.svg");
  background-repeat: no-repeat;
}
.mobileMenu .mobileNav > ul > li.active > a > .arrowIcon, ul.subMenu > li.active > a > .arrowIcon {
  background: url("/images/header/minus.svg");
  background-repeat: no-repeat;
}
.mobileMenu .mobileNav .subMenu {
  padding-left: 15px;
  background-color: #faf6f3;
}
.mobileMenu .mobileNav .subMenu.login {
  background-color: #fff;
}
.mobileMenu .mobileNav .subMenu .arrowIcon {
  top: 0;
}
.mobileMenu .mobileNav .subMenu {
  display: none;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
}
.mobileMenu .mobileNav .subMenu li {
  margin-bottom: 6px;
}
.mobileMenu .mobileNav .subMenu li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #253746;
  font-weight: 400;
  letter-spacing: -0.4px;
  position: relative;
  display: block;
}
.mobileMenu .mobileNav .subMenu li a .arrowIcon {
  right: 0;
}
.mobileMenu .mobileNav .secondaryNav {
  margin-top: 18px;
  margin-bottom: 16px;
}
.mobileMenu .mobileNav .secondaryNav li {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 7px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.mobileMenu .mobileNav .secondaryNav li:nth-child(1) {
  -webkit-animation: slideIn 0.3s 0.15s ease 1 forwards;
          animation: slideIn 0.3s 0.15s ease 1 forwards;
}
.mobileMenu .mobileNav .secondaryNav li:nth-child(2) {
  -webkit-animation: slideIn 0.3s 0.3s ease 1 forwards;
          animation: slideIn 0.3s 0.3s ease 1 forwards;
}
.mobileMenu .mobileNav .secondaryNav li:nth-child(3) {
  -webkit-animation: slideIn 0.3s 0.45s ease 1 forwards;
          animation: slideIn 0.3s 0.45s ease 1 forwards;
}
.mobileMenu .mobileNav .secondaryNav li:nth-child(4) {
  -webkit-animation: slideIn 0.3s 0.6s ease 1 forwards;
          animation: slideIn 0.3s 0.6s ease 1 forwards;
}
.mobileMenu .mobileNav .secondaryNav li:nth-child(5) {
  -webkit-animation: slideIn 0.3s 0.75s ease 1 forwards;
          animation: slideIn 0.3s 0.75s ease 1 forwards;
}
.mobileMenu .mobileNav .secondaryNav li:nth-child(6) {
  -webkit-animation: slideIn 0.3s 0.9s ease 1 forwards;
          animation: slideIn 0.3s 0.9s ease 1 forwards;
}
.mobileMenu .mobileNav .secondaryNav li:nth-child(7) {
  -webkit-animation: slideIn 0.3s 1.05s ease 1 forwards;
          animation: slideIn 0.3s 1.05s ease 1 forwards;
}
.mobileMenu .mobileNav .secondaryNav li:nth-child(8) {
  -webkit-animation: slideIn 0.3s 1.2s ease 1 forwards;
          animation: slideIn 0.3s 1.2s ease 1 forwards;
}
.mobileMenu .mobileNav .secondaryNav li a {
  color: #696058;
}
.mobileMenu .back-btn {
  display: none;
  margin: 10px 0px;
}
.mobileMenu.menuOpened .mobileNav {
  display: none;
}
.mobileMenu.menuOpened .back-btn {
  display: block;
}
.mobileMenu .mobileTabContent .tab-content {
  display: none;
}
.mobileMenu .mobileTabContent .tab-content.active {
  display: block;
}
.mobileMenu .mobileTabContent .tab-content .mbLevel1 {
  font-size: 18px;
  font-weight: 600;
}
.mobileMenu .mobileTabContent .tab-content .mbLevel1.heading {
  font-size: 18px;
}
.mobileMenu .mobileTabContent .tab-content .subMenu > li {
  position: relative;
}
.mobileMenu .mobileTabContent .tab-content .subMenu > li:after, .mobileMenu .mobileTabContent .tab-content .subMenu > li:before {
  position: absolute;
  content: "";
  right: 1px;
  height: 8px;
  width: 2px;
  background: #616161;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.mobileMenu .mobileTabContent .tab-content .subMenu > li:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 4px;
}
.mobileMenu .mobileTabContent .tab-content .subMenu > li a {
  color: #616161;
  font-size: 14px;
  padding-right: 6px;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav {
  display: block;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav h4 {
  color: #16366e;
  font-weight: 900;
  font-size: 18px;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav > ul > li:nth-child(1) {
  -webkit-animation: slideIn 0.3s 0.15s ease 1 forwards;
          animation: slideIn 0.3s 0.15s ease 1 forwards;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav > ul > li:nth-child(2) {
  -webkit-animation: slideIn 0.3s 0.3s ease 1 forwards;
          animation: slideIn 0.3s 0.3s ease 1 forwards;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav > ul > li:nth-child(3) {
  -webkit-animation: slideIn 0.3s 0.45s ease 1 forwards;
          animation: slideIn 0.3s 0.45s ease 1 forwards;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav > ul > li:nth-child(4) {
  -webkit-animation: slideIn 0.3s 0.6s ease 1 forwards;
          animation: slideIn 0.3s 0.6s ease 1 forwards;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav > ul > li:nth-child(5) {
  -webkit-animation: slideIn 0.3s 0.75s ease 1 forwards;
          animation: slideIn 0.3s 0.75s ease 1 forwards;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav > ul > li:nth-child(6) {
  -webkit-animation: slideIn 0.3s 0.9s ease 1 forwards;
          animation: slideIn 0.3s 0.9s ease 1 forwards;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav > ul > li:nth-child(7) {
  -webkit-animation: slideIn 0.3s 1.05s ease 1 forwards;
          animation: slideIn 0.3s 1.05s ease 1 forwards;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav > ul > li:nth-child(8) {
  -webkit-animation: slideIn 0.3s 1.2s ease 1 forwards;
          animation: slideIn 0.3s 1.2s ease 1 forwards;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav > ul > li:nth-child(9) {
  -webkit-animation: slideIn 0.3s 1.35s ease 1 forwards;
          animation: slideIn 0.3s 1.35s ease 1 forwards;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav > ul > li:nth-child(10) {
  -webkit-animation: slideIn 0.3s 1.5s ease 1 forwards;
          animation: slideIn 0.3s 1.5s ease 1 forwards;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav > ul > li:nth-child(11) {
  -webkit-animation: slideIn 0.3s 1.65s ease 1 forwards;
          animation: slideIn 0.3s 1.65s ease 1 forwards;
}
.mobileMenu .mobileTabContent .tab-content .mobileNav > ul > li:nth-child(12) {
  -webkit-animation: slideIn 0.3s 1.8s ease 1 forwards;
          animation: slideIn 0.3s 1.8s ease 1 forwards;
}
.mobileMenu .mobileTabContent .mobileNav {
  padding-bottom: 60px;
}
.mobileMenu .mobileTabContent .mobileNav ul {
  border-bottom: none;
}
.mobileMenu .mobileTabContent .navMenu h4 {
  color: #16366e;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 900;
}
.mobileMenu .mobileTabContent .navMenu ul li {
  font-size: 12px;
  margin-bottom: 13px;
  font-weight: 700;
  position: relative;
}
.mobileMenu .mobileTabContent .navMenu ul li:after, .mobileMenu .mobileTabContent .navMenu ul li:before {
  position: absolute;
  content: "";
  right: 1px;
  height: 8px;
  width: 2px;
  background: #16366e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
}
.mobileMenu .mobileTabContent .navMenu ul li:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0px;
}
.mobileMenu .mobileTabContent .navMenu ul li a {
  font-weight: 700;
  color: #16366e;
  text-transform: uppercase;
}
.mobileMenu .mobileTabContent .navContent {
  margin-top: 28px;
}
.mobileMenu .mobileTabContent .navContent h4 {
  font-size: 17px;
  color: #16366e;
  font-weight: 900;
  text-transform: uppercase;
}
.mobileMenu .mobileTabContent .navContent p {
  font-size: 17px;
  color: #616161;
  font-weight: 100;
}
.mobileMenu .mobileTabContent .navContent .learnMore {
  font-size: 13px;
  color: #16366e;
  text-transform: uppercase;
  background-color: #e7c247;
  display: inline-block;
  padding: 5px 14px;
  font-weight: 900;
  margin-top: 20px;
}
.mobileMenu .mobileTabContent .signupBlk {
  margin-top: 30px;
  margin-bottom: 47px;
}
.mobileMenu .mobileTabContent .signupBlk p {
  font-size: 14px;
  font-weight: 700;
  color: #616161;
}
.mobileMenu .mobileTabContent .signupBlk input {
  height: 35px;
  background-color: #eaeaea;
  border-color: transparent;
}
.mobileMenu .mobileTabContent .signupBlk .btnSubmit {
  background-color: #16366e;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 17px;
}
.mobileMenu .mobileSearch img {
  float: left;
}

.mobileMenu .mobileSearch input {
  margin-left: 10px;
  padding: 0 10px;
  width: 50%;
}


#searchForm {
  position: absolute;
  background: #fff;
  bottom: 17px;
  width: 350px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition: 0.3s all;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #searchForm {
    right: initial;
    left: 0;
    top: 4px;
    width: 380px;
  }
}
@media (max-width: 767px) {
  #searchForm {
    top: 50px;
    width: 100%;
    right: 0;
    left: 0;
    height: 70px;
    padding: 0px 30px;
    border-top: 10px solid #54b0a9;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
  }
}
#searchForm input {
  height: 35px;
  width: 100%;
  border-bottom: 1px solid #000;
  background: #fff;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #searchForm input {
    height: 40px;
  }
}
@media (max-width: 767px) {
  #searchForm input {
    margin-top: 6px;
  }
}

.menuRight.searchOpen .searchBlock {
  position: relative;
}
.menuRight.searchOpen #searchForm {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menuRight.searchOpen #searchForm {
    left: 50px;
    right: initial;
    top: 4px;
  }
}
@media (max-width: 767px) {
  .menuRight.searchOpen #searchForm {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media (max-width: 1279px) {
  .menuRight.searchOpen .megaMenu > li:nth-child(2) {
    opacity: 0;
  }
}

.loginBlock {
  position: relative;
}

.loginDropdown {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 150;
  width: 280px;
  display: none;
  -webkit-animation-name: slideUpIn;
          animation-name: slideUpIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  box-shadow: 0 0 3px #919BA3;
  background-color: #FFF;
}
.mobileNav .loginDropdown {
  position: relative;
  top: auto;
  right: auto;
  width: auto;

}
@media (max-width: 767px) {
  .loginDropdown {
    position: relative;
    top: 167%;
    left: 0%;
    right: 0%;
    z-index: 1000;
    margin: auto;
  }
}
.loginBlock.active .loginDropdown {
  display: block;
}
.mobileNav li.active .loginDropdown {
  display: block;
}
.loginDropdown .collapseNav h4 {
  padding: 14px 15px;
  font-size: 14px;
  font-weight: 500;
  color:#16222C;
  position: relative;
  cursor: pointer;
  background-color: #FAF6F3;
}
.loginDropdown .collapseNav h4 a:hover {
  color: #16222C;
}
.loginDropdown .collapseNav h4:after {
  background: url("/images/header/up_caret.svg");
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  right: 18px;
  top: 20px;
  width: 15px;
  height: 8px;
}
.loginDropdown .collapseNav.collapsed h4:after {
  background: url("/images/header/down_caret.svg");
  background-repeat: no-repeat;
}
.loginDropdown .collapseNav ul {
  padding-bottom: 16px;
}
.loginDropdown .collapseNav ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #16222C;
  padding: 3px 15px;
  padding-left: 15px;
  display: block;
}
.loginDropdown .collapseNav ul li a:hover {
  background-color: rgba(0, 194, 169, 0.2);
  text-decoration: none;
}
.loginDropdown .form-control {
  border: none;
  border-radius: 0;
  padding: 12px 24px;
  font-weight: 300;
}
.loginDropdown .form-control:focus {
  outline-style: dotted;
  outline-color: #033572;
  outline-width: 2px;
  box-shadow: none;
}
.loginDropdown .collapseContent {
  display: none;
}
.loginDropdown .collapseContent.active {
  display: block;
}
.loginDropdown .collapseContent .bgWrap {
  padding: 14px 15px;
}
.loginDropdown .collapseContent form {
  margin-top: 16px;
}
.loginDropdown .collapseContent h5 {
  color: #16222C;
  font-size: 16px;
  font-weight: 300;
  /* font-family: "GT Alpina"; */
}
.loginDropdown .collapseContent label {
  color: #fff;
  font-size: 11px;
  max-width: 80px;
  padding: 4px 0;
  font-weight: 700;
  width: 84px;
}
.loginDropdown .collapseContent .form-group {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px 0 15px;
  margin-bottom: 10px;
}
.loginDropdown .collapseContent .formWrap {
  max-width: 100%;
  width: 187px;
  padding: 0;
  border-bottom: 1px solid #5C6974;
}
.loginDropdown .loginActions {
  clear: both;
  height: 100px;
  border-bottom: 1px dashed #697075;
  padding-top: 15px;
}

.loginDropdown .loginActions .loginBtn, .loginDropdown .loginActions .forgotpwd {
  width: 50%;
  float: left;
}
/* .loginDropdown .collapseContent .loginBtn button,
.loginDropdown .collapseContent .loginBtn .loginLink {
  width: 100px;
  height: 45px;
  background-color: #83D8D3;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #16222C, 100%;
  margin-right: 92px;
  border-radius: 10px;
} */
/* .loginDropdown .collapseContent .loginBtn button:hover,
.loginDropdown .collapseContent .loginBtn .loginLink:hover {
  background: #0074b1;
} */
.loginDropdown .collapseContent .otherLinks {
  margin-top: 25px;
}
.loginDropdown .collapseContent .otherLinks li {
  display: inline-block;  
}
.loginDropdown .collapseContent .otherLinks li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.loginDropdown .collapseContent .otherLinks li a:hover {
  text-decoration: underline;
}
.loginDropdown .collapseContent .ctaAcc {
  background-image: linear-gradient(to top, #a96726 0%, #7b3404 100%);
  font-size: 18px;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  font-weight: 900;
  color: #fff;
  transition: 0.3s all;
}
.loginDropdown .collapseContent .ctaAcc:hover {
  background-image: linear-gradient(to top, #7b3404 0%, #a96726 100%);
}
/* .loginDropdown .loginBtn.forgotpwd button,
.loginDropdown .loginBtn.forgotpwd .loginLink {
  margin-right: 3px;
} */
.loginDropdown .loginBtn.forgotpwd p {
  font-size: 11px;
}
.loginDropdown .otherLinks.custom li {
  width: 50%;
  float: left;
  text-align: center;
}
.loginDropdown .otherLinks.custom {
  height: 15px;
}
.loginDropdown .otherLinks.custom li:last-child {
  margin-right: 0;
}
.loginDropdown .otherLinks.custom li:after {
  right: -10px;
  top: 3px;
}
.loginDropdown .forgotpwd p a, .loginDropdown .otherLinks.custom li a {
  color: #107F78;
  font-size: 14px;
}

@media (max-width: 767px) {
  .iOS .loginDropdown {
    position: relative;
    top: 151%;
    left: 0%;
    right: 0%;
    z-index: 1000;
    margin: auto;
    width: 315px;
  }
}

.Blue header .megaMenu > li:nth-child(1) .first-level-link {
  background-color: #0080c3;
  color: #fff;
}

.Green header .megaMenu > li:nth-child(2) .first-level-link {
  background-color: #00928b;
  color: #fff;
}

.Yellow header .megaMenu > li:nth-child(3) .first-level-link {
  background-color: #e7c247;
  color: #16366e;
}
.fixedSideNav {
  position: fixed;
  top: 236px;
  right: 0;
  z-index: 100;
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@media (max-width: 767px) {
  .fixedSideNav {
    display: none;
  }
}
.fixedSideNav ul li {
  display: inline-block;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}
.fixedSideNav ul li + li {
  margin-top: 4px;
}
.fixedSideNav ul a {
  display: inline-block;
  color: #fff;
  background: #007bba;
  padding: 14px 8px;
  transition: 0.3s all;
}
.fixedSideNav ul a:hover {
  background: #033572;
}

.yearCopyright p {
  margin-top: 15px;
  font-size: 12px;
}
@media (max-width: 1279px) {
  .yearCopyright p {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .yearCopyright p {
    font-size: 13px;
  }
}
@media (max-width: 1279px) {
  .yearCopyright p {
    font-size: 9px;
  }
}

.bannerPanel {
  height: 986px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}
@media (max-width: 1279px) {
  .bannerPanel {
    height: 636px;
    margin-bottom: 3px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel {
    height: 479px;
  }
}
@media (max-width: 767px) {
  .bannerPanel {
    height: initial;
    display: block;
    position: relative;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .bannerPanel.home {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  .bannerPanel .containerWrapper {
    padding: 0;
  }
}
#home-container {
  padding-top: 0 !important;
}
.bannerPanel .bgWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.bannerPanel .mobBanner {
  height: 193px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.bannerPanel .bannerWrap {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerPanel .proTilePanel {
  background-color: #54b0a9;
  border: 1px solid #fff;
  color: #172f4f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 338px;
  margin-top: 117px;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel {
    height: 226px;
    margin-top: 97px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel {
    height: 190px;
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel {
    height: auto;
    margin-top: 28px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bannerPanel .proTilePanel h4 {
  text-transform: uppercase;
}
.bannerPanel .proTilePanel .proTileLeft {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 25px;
  background-repeat: no-repeat;
  background-size: 258px;
  background-position: right 14px bottom 16px;
  position: relative;
  transition: 0.3s all;
  width: 595px;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileLeft {
    width: 400px;
    background-size: 170px;
    padding-top: 25px;
    padding-left: 28px;
    padding-bottom: 11px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileLeft {
    width: 387px;
    background-size: 165px;
    background-position: right 12px bottom 20px;
    padding-left: 39px;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileLeft {
    height: 155px;
    width: 100%;
    border-bottom: 1px solid #fff;
    background-size: 120px;
    padding-left: 30px;
    padding-top: 12px;
  }
}
.bannerPanel .proTilePanel .proTileLeft:hover {
  background-color: #48bbb2;
}
.bannerPanel .proTilePanel .proTileLeft:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.bannerPanel .proTilePanel .proTileLeft figure {
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileLeft figure {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileLeft figure {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileLeft figure {
    margin-bottom: 21px;
  }
}
.bannerPanel .proTilePanel .proTileLeft figure img {
  transition: 0.3s all;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileLeft figure img {
    max-width: 60px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileLeft figure img {
    max-width: 56px;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileLeft figure img {
    max-width: 46px;
  }
}

.bannerPanel .proTilePanel .proTileLeft h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
}

@media (min-width: 769px) and (max-width: 1279px) {
    .bannerPanel .proTilePanel .proTileLeft h4 {
        font-size: 36px;
        line-height: 34px;
    }
}

@media (min-width: 1280px) {
  .bannerPanel .proTilePanel .proTileLeft h4 {
    font-size: 50px;
    line-height: 40px;
  }
}

.bannerPanel .proTilePanel .proTileLeft h4 span {
  font-weight: 300;
}
.bannerPanel .proTilePanel .proTileLeft p {
  font-size: 29px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 24px;
  max-width: 300px;
  padding-left: 47px;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileLeft p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileLeft p {
    padding-left: 0;
  }
}
.bannerPanel .proTilePanel .proTileLeft p span {
  color: #fff;
  font-weight: 900;
}
.bannerPanel .proTilePanel .proTileRight {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 595px);
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileRight {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight {
    width: calc(100% - 387px);
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileRight {
    width: 100%;
  }
}
.bannerPanel .proTilePanel .proTileRight h4 {
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileRight h4 {
    font-size: 19px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight h4 {
    font-size: 17px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileRight h4 {
    font-size: 18px;
  }
}
.bannerPanel .proTilePanel .proTileRight h4 span {
  font-weight: 300;
}
.bannerPanel .proTilePanel .proTileRight .proTileRightInner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .proTileRightInner {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileRight .proTileRightInner {
    width: 50%;
  }
}
.bannerPanel .proTilePanel .proTileRight .box {
  border-left: 1px solid #fff;
  height: 168px;
  width: 54%;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileRight .box {
    height: 111px;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileRight .box {
    height: 100px;
    width: 100%;
  }
}
.bannerPanel .proTilePanel .proTileRight .box img {
  transition: 0.3s all;
}
.bannerPanel .proTilePanel .proTileRight .box:hover {
  background-color: #48bbb2;
}
.bannerPanel .proTilePanel .proTileRight .box:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .box {
    border-left: none;
  }
}
.bannerPanel .proTilePanel .proTileRight .boxTop .lft {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 23px;
  max-width: 44%;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .lft {
    padding-left: 13px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .lft {
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .lft {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bannerPanel .proTilePanel .proTileRight .boxTop .lft h4 {
  margin-left: 23px;
  margin-top: 23px;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .lft h4 {
    margin-left: 13px;
    margin-top: 6px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .lft h4 {
    margin-left: 17px;
    margin-top: 0;
    line-height: 20px;
  }
}
.bannerPanel .proTilePanel .proTileRight .boxTop .lft h4 span {
  display: inline-block;
  padding-left: 40px;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .lft h4 span {
    padding-left: 26px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .lft h4 span {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1339px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .lft figure {
    max-width: 80px;
  }
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .lft figure {
    max-width: 70px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .lft figure {
    width: 50px;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .lft figure {
    margin-right: 20px;
  }
}
.bannerPanel .proTilePanel .proTileRight .boxTop .rgt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-position: right 13px top 10px;
  padding-left: 23px;
  padding-bottom: 15px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .rgt {
    padding-left: 23px;
    padding-bottom: 12px;
    background-position: right 18px top 6px;
    background-size: 112px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .rgt {
    max-width: 100%;
    width: 100%;
    padding-left: 29px;
    padding-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .rgt {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .rgt {
    background-size: 55px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .boxTop .rgt h4 {
    line-height: 20px;
  }
}
.bannerPanel .proTilePanel .proTileRight .boxBottom {
  border-bottom: none;
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .boxBottom {
    border-bottom: 1px solid #fff;
  }
}
.bannerPanel .proTilePanel .proTileRight .boxBottom .lft {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 23px;
  background-position: right 11px bottom 13px;
  max-width: 44%;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileRight .boxBottom .lft {
    padding-left: 12px;
    background-size: 65px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .boxBottom .lft {
    border-bottom: 1px solid #fff;
    background-size: 36px;
    max-width: 100%;
    width: 100%;
    padding-left: 21px;
  }
}
.bannerPanel .proTilePanel .proTileRight .boxBottom .lft h4 {
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .boxBottom .lft h4 {
    margin-bottom: 0;
  }
}
.bannerPanel .proTilePanel .proTileRight .boxBottom .rgt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 21px;
  padding-top: 12px;
  background-position: right 43px center;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileRight .boxBottom .rgt {
    padding-left: 23px;
    background-size: 140px;
    padding-top: 6px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .boxBottom .rgt {
    padding-left: 19px;
    width: 100%;
    background-size: 50px;
    background-position: right 0px center;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileRight .boxBottom .rgt {
    background-position: right 22px bottom 11px;
  }
}
.bannerPanel .proTilePanel .proTileRight .boxBottom .rgt h4 {
  margin-top: 23px;
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileRight .boxBottom .rgt h4 {
    margin-top: 16px;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .boxBottom .rgt h4 {
    font-size: 17px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileRight .boxBottom .rgt h4 {
    font-size: 18px;
  }
}
@media (max-width: 1279px) {
  .bannerPanel .proTilePanel .proTileRight .boxBottom .rgt figure {
    max-width: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bannerPanel .proTilePanel .proTileRight .boxBottom .rgt figure {
    display: none;
  }
}
@media (max-width: 767px) {
  .bannerPanel .proTilePanel .proTileRight .boxBottom .rgt figure {
    max-width: 35px;
    margin-right: 10px;
    margin-top: 9px;
  }
}
@media (max-width: 767px) {
  .bannerPanel .bannerSearch {
    padding: 0px 32px;
  }
}
.bannerPanel .bannerSearch .bannerHeading {
  text-align: center;
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .bannerPanel .bannerSearch .bannerHeading {
    margin-bottom: 14px;
    margin-top: 22px;
  }
}
.bannerPanel .bannerSearch .bannerHeading h1, .bannerPanel .bannerSearch .bannerHeading h2 {
  color: #fff;
  font-size: 95px;
  text-shadow: -6px 0 14px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1279px) {
  .bannerPanel .bannerSearch .bannerHeading h1, .bannerPanel .bannerSearch .bannerHeading h2 {
    font-size: 75px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel .bannerSearch .bannerHeading h1, .bannerPanel .bannerSearch .bannerHeading h2 {
    font-size: 61px;
  }
}
@media (max-width: 767px) {
  .bannerPanel .bannerSearch .bannerHeading h1, .bannerPanel .bannerSearch .bannerHeading h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
.bannerPanel .bannerSearch .searchbox {
  text-align: center;
}
.bannerPanel .bannerSearch .searchbox .custom-combobox {
  width: 801px;
  margin: auto;
  position: relative;
  transition: -webkit-transform 1s;
  transition: transform 1s;
}
@media (max-width: 1023px) {
  .bannerPanel .bannerSearch .searchbox .custom-combobox {
    width: 634px;
  }
}
@media (max-width: 767px) {
  .bannerPanel .bannerSearch .searchbox .custom-combobox {
    width: 100%;
  }
}
.bannerPanel .bannerSearch .searchbox .custom-combobox .ui-button {
  position: absolute;
  right: 0;
  width: 100%;
  height: 70px;
  opacity: 0;
  border: none;
  background: none;
}
.bannerPanel .bannerSearch .searchbox .custom-combobox .ui-button .ui-icon {
  background-image: url(../images/home/search_arrow.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: right 0px;
}
@media (max-width: 1023px) {
  .bannerPanel .bannerSearch .searchbox .custom-combobox .ui-button {
    height: 57px;
  }
}
@media (max-width: 767px) {
  .bannerPanel .bannerSearch .searchbox .custom-combobox .ui-button {
    width: 50px;
    height: 45px;
  }
}
.bannerPanel .bannerSearch .searchbox .custom-combobox input {
  font-family: inherit;
}
.bannerPanel .bannerSearch .searchbox input {
  box-shadow: -1px 0 14px rgba(0, 0, 0, 0.35);
  max-width: 801px;
  width: 100%;
  margin: auto;
  height: 70px;
  font-size: 33px;
  color: #6e6e6e;
  padding-left: 44px;
  background: #fff;
}
@media (max-width: 1023px) {
  .bannerPanel .bannerSearch .searchbox input {
    max-width: 634px;
    font-size: 26px;
    height: 57px;
    background-size: 34px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .bannerPanel .bannerSearch .searchbox input {
    height: 45px;
    font-size: 18px;
    padding-left: 19px;
    background-size: 16px;
  }
}

.contentPanel .contentSingle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contentPanel .contentSingle {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contentPanel .contentSingle:nth-of-type(odd) .contentText:after {
  border-radius: 0 0 0 50px;
}
.contentPanel .contentSingle:nth-of-type(odd) .contentText:before {
  border-radius: 50px 0px 0 0;
}
@media (max-width: 767px) {
  .contentPanel .contentSingle:nth-of-type(odd) .contentText:before {
    border-radius: 0 50px 0 0;
  }
}
.contentPanel .contentSingle:nth-of-type(even) .contentText {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .contentPanel .contentSingle:nth-of-type(even) .contentText {
    padding: 0px 32px;
    padding-top: 24px;
    padding-bottom: 40px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .contentPanel .contentSingle:nth-of-type(even) .contentText:after {
    border-radius: 0 0 50px 0;
  }
}
@media (max-width: 767px) {
  .contentPanel .contentSingle:nth-of-type(even) .contentText:before {
    border-radius: 50px 0 0 0;
  }
}
.contentPanel .contentSingle:nth-of-type(even) figure {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  .contentPanel .contentSingle:nth-of-type(even) figure {
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.contentPanel .contentSingle:first-child .contentText .txtWrap {
  margin-top: 45px;
}
@media (max-width: 1279px) {
  .contentPanel .contentSingle:first-child .contentText .txtWrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contentPanel .contentSingle:first-child .contentText .txtWrap {
    margin-top: 0px;
  }
}
.contentPanel .contentSingle:first-child .contentText:before {
  display: none;
}
@media (max-width: 767px) {
  .contentPanel .contentSingle:first-child .contentText:before {
    display: block;
  }
}
.contentPanel .contentSingle:last-child .contentText {
  padding-bottom: 50px;
}
.contentPanel .contentSingle:last-child .contentText:after {
  display: none;
}
@media (max-width: 767px) {
  .contentPanel .contentSingle:last-child .contentText {
    padding-bottom: 62px;
  }
}
.contentPanel .contentSingle:first-child .contentImage, .contentPanel .contentSingle:last-child .contentImage {
  height: 462px;
}
@media (max-width: 1279px) {
  .contentPanel .contentSingle:first-child .contentImage, .contentPanel .contentSingle:last-child .contentImage {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .contentPanel .contentSingle:first-child .contentImage, .contentPanel .contentSingle:last-child .contentImage {
    height: 256px;
  }
}
@media (max-width: 767px) {
  .contentPanel .contentSingle:first-child .contentImage, .contentPanel .contentSingle:last-child .contentImage {
    height: 190px;
  }
}
.contentPanel .contentImage {
  height: 510px;
  min-width: 50%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 1279px) {
  .contentPanel .contentImage {
    height: 341px;
  }
}
@media (max-width: 1023px) {
  .contentPanel .contentImage {
    height: 292px;
  }
}
@media (max-width: 767px) {
  .contentPanel .contentImage {
    height: 210px;
  }
}
.contentPanel .contentText {
  width: 50%;
  padding-left: 97px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 1279px) {
  .contentPanel .contentText {
    padding-left: 60px;
  }
}
@media (max-width: 1023px) {
  .contentPanel .contentText {
    padding-left: 27px;
  }
}
@media (max-width: 767px) {
  .contentPanel .contentText {
    width: 100%;
    padding: 22px 32px 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contentPanel .contentText:after, .contentPanel .contentText:before {
  position: absolute;
  content: "";
  width: 100%;
  background: #fff;
  height: 50px;
  top: -50px;
  left: 0;
  border-radius: 0 50px 0 0;
}
@media (max-width: 1279px) {
  .contentPanel .contentText:after, .contentPanel .contentText:before {
    height: 40px;
    top: -40px;
  }
}
@media (max-width: 1023px) {
  .contentPanel .contentText:after, .contentPanel .contentText:before {
    height: 25px;
    top: -25px;
  }
}
@media (max-width: 767px) {
  .contentPanel .contentText:after, .contentPanel .contentText:before {
    height: 20px;
    top: -20px;
  }
}
.contentPanel .contentText:after {
  top: auto;
  bottom: -50px;
  border-radius: 0 0 50px 0;
}
@media (max-width: 1279px) {
  .contentPanel .contentText:after {
    bottom: -40px;
  }
}
@media (max-width: 1023px) {
  .contentPanel .contentText:after {
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .contentPanel .contentText:after {
    bottom: -20px;
    border-radius: 0 0 0 50px;
  }
}
.contentPanel .contentText .txtWrap {
  max-width: 570px;
}
@media (max-width: 1279px) {
  .contentPanel .contentText .txtWrap {
    max-width: 400px;
  }
}
@media (max-width: 1023px) {
  .contentPanel .contentText .txtWrap {
    max-width: 308px;
  }
}
@media (max-width: 767px) {
  .contentPanel .contentText .lmore {
    text-align: center;
  }
}
.contentPanel .contentText h3 {
  font-size: 36px;
  color: #16366e;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .contentPanel .contentText h3 {
    font-size: 23px;
  }
}
@media (max-width: 1023px) {
  .contentPanel .contentText h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contentPanel .contentText h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}
.contentPanel .contentText h3 + p {
  margin-top: 24px;
}
@media (max-width: 1279px) {
  .contentPanel .contentText h3 + p {
    margin-top: 11px;
  }
}
@media (max-width: 1023px) {
  .contentPanel .contentText h3 + p {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .contentPanel .contentText h3 + p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
}
.contentPanel .contentText p {
  font-size: 24px;
  color: #404040;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: -0.48px;
}
@media (max-width: 1279px) {
  .contentPanel .contentText p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .contentPanel .contentText p {
    font-size: 16px;
    line-height: 17px;
  }
}
.contentPanel .contentText .ctaBtn {
  margin-top: 20px;
  transition: 0.3s all;
}

input[type=text]::-ms-clear {
  display: none;
}

::-ms-clear {
  display: none;
}

.custom-combobox {
  position: relative;
  display: inline;
}
.custom-combobox:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -7px;
  right: 21px;
  background-image: url(../images/home/search_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .custom-combobox:before {
    width: 18px;
    top: 3px;
  }
}

.custom-combobox {
  transition: -webkit-transform 1s;
  transition: transform 1s;
}
.custom-combobox.active {
  transition: -webkit-transform 1s;
  transition: transform 1s;
}
.custom-combobox.active:before {
  top: -17px;
  right: 23px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.bannerPanel.bankingBanner {
  height: 500px;
}
@media (max-width: 1279px) {
  .bannerPanel.bankingBanner {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel.bankingBanner {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .bannerPanel.bankingBanner {
    height: 151px;
    background-image: none !important;
    margin-bottom: 30px;
  }
}
.bannerPanel.bankingBanner .bannerWrap {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bannerPanel.bankingBanner .bannerSearch {
  margin-bottom: -180px;
}
@media (max-width: 1279px) {
  .bannerPanel.bankingBanner .bannerSearch {
    margin-bottom: -130px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel.bankingBanner .bannerSearch {
    margin-bottom: -120px;
  }
}
.bannerPanel.bankingBanner .bannerSearch .bannerHeading {
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .bannerPanel.bankingBanner .bannerSearch .bannerHeading {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel.bankingBanner .bannerSearch .bannerHeading {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .bannerPanel.bankingBanner .bannerSearch .bannerHeading {
    margin-top: 6px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1279px) {
  .bannerPanel.bankingBanner .bannerSearch .searchbox input {
    max-width: 691px;
    height: 60px;
    font-size: 29px;
    background-size: 34px;
  }
}
@media (max-width: 1023px) {
  .bannerPanel.bankingBanner .bannerSearch .searchbox input {
    max-width: 528px;
    height: 46px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .bannerPanel.bankingBanner .bannerSearch .searchbox input {
    max-width: 235px;
    height: 41px;
    font-size: 16px;
    background-size: 16px;
  }
}
.bannerPanel.bankingBanner .mobBanner {
  height: 151px;
}
@media (max-width: 767px) {
  .bannerPanel.bankingBanner .bannerHeading h1, .bannerPanel.bankingBanner .bannerHeading h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.bankingLinksWrap {
  margin-top: 68px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1279px) {
  .bankingLinksWrap {
    margin-top: 48px;
  }
}
@media (max-width: 1023px) {
  .bankingLinksWrap {
    margin-top: 74px;
  }
}
@media (max-width: 767px) {
  .bankingLinksWrap {
    margin-top: 35px;
  }
}
.bankingLinksWrap span {
  height: calc(100% - 170px);
  background: #007bba;
  width: 100%;
  display: inline-block;
}
.bankingLinksWrap .spaceFill {
  width: calc((100% - 1340px ) / 2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1279px) {
  .bankingLinksWrap .spaceFill {
    width: calc((100% - 904px ) / 2);
  }
}
@media (max-width: 1023px) {
  .bankingLinksWrap .spaceFill {
    width: calc((100% - 730px ) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .bankingLinksWrap .bankingSwiper + .spaceFill span {
    margin-left: -1px;
  }
}
.bankingLinksWrap.businessBanking span {
  background-color: #00b3aa;
}
.bankingLinksWrap.businessBanking .bankingLinks h4 {
  background: #00b3aa;
}
.bankingLinksWrap.businessBanking .bankingLinks h4:after {
  border-bottom-color: #00b3aa;
}
.bankingLinksWrap.businessBanking .bankingLinks li:hover h4 {
  background: #009e96;
}
.bankingLinksWrap.businessBanking .bankingLinks li:hover h4:after {
  border-bottom-color: #009e96;
}
.bankingLinksWrap.wealthManagement span {
  background-color: #efc219;
}
.bankingLinksWrap.wealthManagement .bankingLinks h4 {
  background: #efc219;
  color: #033572;
}
.bankingLinksWrap.wealthManagement .bankingLinks h4:after {
  border-bottom-color: #efc219;
}
.bankingLinksWrap.wealthManagement .bankingLinks li:hover h4 {
  background: #ffd537;
  color: #033572;
}
.bankingLinksWrap.wealthManagement .bankingLinks li:hover h4:after {
  border-bottom-color: #ffd537;
}

.bankingSwiper {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 1340px;
}
@media (max-width: 1279px) {
  .bankingSwiper {
    max-width: 904px;
  }
}
@media (max-width: 1023px) {
  .bankingSwiper {
    max-width: 730px;
  }
}
@media (max-width: 767px) {
  .bankingSwiper {
    max-width: 100%;
  }
}
.bankingSwiper .swiper-notification {
  display: none;
}
.bankingSwiper .swiper-button-next, .bankingSwiper .swiper-button-prev {
  top: 35%;
}
.bankingSwiper.disabled .swiper-button-next, .bankingSwiper.disabled .swiper-button-prev {
  display: none;
}
.bankingSwiper.disabled .swiper-slide {
  width: auto;
}

.bankingLinks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bankingLinks li {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  transition: 0.3s all;
  max-width: 35%;
}
@media (max-width: 767px) {
  .bankingLinks li {
    max-width: 100%;
  }
}
.bankingLinks li img {
  transition: 0.3s all;
  max-height: 130px;
  margin-top: 10px;
}
.bankingLinks li:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.bankingLinks li:hover h4 {
  background: #033572;
}
.bankingLinks li:hover h4:after {
  border-bottom-color: #033572;
}
.bankingLinks figure {
  height: 170px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bankingLinks h4 {
  font-size: 36px;
  color: #fff;
  background-color: #007bba;
  padding: 20px;
  position: relative;
  transition: 0.3s all;
  height: calc(100% - 170px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1279px) {
  .bankingLinks h4 {
    font-size: 26px;
    padding: 31px 0px;
  }
}
@media (max-width: 767px) {
  .bankingLinks h4 {
    font-size: 24px;
    padding: 13px 20px;
  }
}
.bankingLinks h4::after {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 23px;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-bottom: 20px solid #007bba;
  transition: 0.3s all;
}
.bankingLinks h4 a {
  color: inherit;
}

.serviceBlock {
  margin: 93px 0;
}
@media (max-width: 1279px) {
  .serviceBlock {
    margin-top: 53px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .serviceBlock {
    margin-top: 58px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .serviceBlock {
    margin-top: 36px;
  }
}
.serviceBlock .serviceList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -36px;
  margin-top: 35px;
}
@media (max-width: 1279px) {
  .serviceBlock .serviceList {
    margin-top: 27px;
  }
}
@media (max-width: 767px) {
  .serviceBlock .serviceList {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.serviceBlock .serviceList li {
  width: 304px;
  height: 283px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  margin-right: 3%;
  margin-bottom: 36px;
  transition: 0.3s all;
}
@media screen and (min-width: 1280px) and (max-width: 1380px) {
  .serviceBlock .serviceList li {
    width: 290px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1339px) {
  .serviceBlock .serviceList li {
    width: 280px;
    height: 270px;
  }
}
@media (max-width: 1279px) {
  .serviceBlock .serviceList li {
    width: 206px;
    height: 192px;
    margin-right: 2.9%;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .serviceBlock .serviceList li {
    width: 206px;
    height: 192px;
    margin-right: 5.2%;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .serviceBlock .serviceList li {
    margin-bottom: 18px;
    margin-right: 0;
  }
}
.serviceBlock .serviceList li:hover figure {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.serviceBlock .serviceList li:hover .serviceOverlay {
  opacity: 1;
}
.serviceBlock .serviceList li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .serviceBlock .serviceList li:nth-child(4n+4) {
    margin-right: 5.2%;
  }
}
@media (max-width: 767px) {
  .serviceBlock .serviceList li:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .serviceBlock .serviceList li:nth-child(3n+3) {
    margin-right: 0;
  }
}
.serviceBlock .serviceList li figure {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s all;
}
.serviceBlock .serviceList li .serviceOverlay {
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), black);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  transition: 0.3s all;
}
.serviceBlock .serviceList li h4 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  position: relative;
  min-height: 55px;
  text-align: center;
}
@media (max-width: 1279px) {
  .serviceBlock .serviceList li h4 {
    font-size: 18px;
    line-height: 23px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 20px;
  }
}
.serviceBlock .serviceList li .serviceListLink {
  position: absolute;
  color: transparent;
}

.personalTailored {
  margin-top: 93px;
  margin-bottom: 125px;
}
@media (max-width: 1279px) {
  .personalTailored {
    margin-top: 51px;
    margin-bottom: 88px;
  }
}
@media (max-width: 1023px) {
  .personalTailored {
    margin-bottom: 48px;
  }
}
.personalTailored .wraps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media (max-width: 1023px) {
  .personalTailored .wraps {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.personalTailored .wraps:after {
  position: absolute;
  content: "";
  width: 500px;
  height: 2px;
  background-image: url("../images/personal-banking/border-line.png");
  bottom: 14px;
  right: 100px;
  z-index: 1;
  display: none;
}
@media (max-width: 1279px) {
  .personalTailored .wraps:after {
    width: 308px;
    right: 100px;
    bottom: 14px;
  }
}
@media (max-width: 1023px) {
  .personalTailored .wraps:after {
    width: 100%;
    right: 35px;
  }
}
@media (max-width: 767px) {
  .personalTailored .wraps:after {
    width: 100%;
    right: 0px;
  }
}
.personalTailored .wraps:before {
  position: absolute;
  content: "";
  width: 69px;
  height: 69px;
  background-image: url("../images/personal-banking/scissor.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -7px;
  right: 303px;
  z-index: 1;
  display: none;
}
@media (max-width: 1279px) {
  .personalTailored .wraps:before {
    width: 145px;
    bottom: -25px;
    right: 202px;
  }
}
.personalTailored h3 {
  font-size: 78px;
  line-height: 78px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 1279px) {
  .personalTailored h3 {
    font-size: 53px;
    line-height: 54px;
  }
}
@media (max-width: 1023px) {
  .personalTailored h3 {
    font-size: 48px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .personalTailored h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
.personalTailored h3 span {
  font-weight: 700;
}
.personalTailored .ctaLinks {
  font-size: 28px;
  margin-bottom: 13px;
  font-weight: 900;
  min-width: 273px;
  height: 53px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #033572;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1279px) {
  .personalTailored .ctaLinks {
    min-width: 186px;
    height: 34px;
    font-size: 19px;
  }
}
@media (max-width: 1023px) {
  .personalTailored .ctaLinks {
    margin-top: 17px;
  }
}
@media (max-width: 767px) {
  .personalTailored .ctaLinks {
    margin-right: 17px;
  }
}

.financialBanking {
  margin-bottom: 82px;
}
@media (max-width: 1279px) {
  .financialBanking {
    margin-bottom: 71px;
  }
}
@media (max-width: 1023px) {
  .financialBanking {
    margin-bottom: 49px;
  }
}
@media (max-width: 767px) {
  .financialBanking {
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .financialBanking .containerWrapper {
    padding: 0;
  }
}
.financialBanking .wraps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .financialBanking .wraps {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.financialBanking figure {
  background-size: cover;
  width: 878px;
  height: 276px;
}
@media (max-width: 1279px) {
  .financialBanking figure {
    width: 454px;
    height: 280px;
  }
}
@media (max-width: 1023px) {
  .financialBanking figure {
    width: 350px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .financialBanking figure {
    width: 100%;
    height: 215px;
  }
}
.financialBanking .financialContent {
  width: calc(100% - 878px);
  padding-left: 32px;
}
@media (max-width: 1279px) {
  .financialBanking .financialContent {
    width: calc(100% - 454px);
    padding-left: 21px;
  }
}
@media (max-width: 1023px) {
  .financialBanking .financialContent {
    width: calc(100% - 350px);
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .financialBanking .financialContent {
    padding: 0px 30px;
    width: 100%;
    padding-top: 28px;
  }
}
.financialBanking .financialContent h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .financialBanking .financialContent h4 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .financialBanking .financialContent h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
.financialBanking .financialContent h4 + p {
  margin-top: 36px;
}
@media (max-width: 1279px) {
  .financialBanking .financialContent h4 + p {
    margin-top: 48px;
  }
}
@media (max-width: 1023px) {
  .financialBanking .financialContent h4 + p {
    margin-top: 27px;
  }
}
@media (max-width: 767px) {
  .financialBanking .financialContent h4 + p {
    margin-top: 15px;
  }
}
.financialBanking .financialContent p {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1023px) {
  .financialBanking .financialContent p {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .financialBanking .financialContent p {
    font-size: 16px;
    line-height: 20px;
  }
}
.financialBanking .financialContent .ctaWrap {
  margin-top: 52px;
}
@media (max-width: 1279px) {
  .financialBanking .financialContent .ctaWrap {
    margin-top: 44px;
  }
}
@media (max-width: 1023px) {
  .financialBanking .financialContent .ctaWrap {
    margin-top: 17px;
  }
}
@media (max-width: 767px) {
  .financialBanking .financialContent .ctaWrap {
    margin-top: 17px;
  }
}
.financialBanking .financialContent .ctaWrap a {
  font-size: 24px;
  font-weight: 700;
  color: #666c75;
}
@media (max-width: 767px) {
  .financialBanking .financialContent .ctaWrap a {
    font-size: 19px;
  }
}
.financialBanking .financialContent .ctaWrap a:hover {
  color: #033572;
  transition: 0.3s all;
}

.howDoing {
  background-color: #00b3aa;
  padding: 45px 0;
}
@media (max-width: 1279px) {
  .howDoing {
    padding: 30px 0px;
  }
}
.howDoing .contentFlex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .howDoing .contentFlex {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.howDoing h4 {
  font-size: 56px;
  font-weight: 100;
  color: #fff;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .howDoing h4 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .howDoing h4 {
    font-size: 26px;
    line-height: 26px;
  }
}
.howDoing h4 span {
  font-weight: 900;
}
.howDoing p {
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  font-weight: 100;
  padding-left: 274px;
}
@media (max-width: 1279px) {
  .howDoing p {
    font-size: 24px;
    line-height: 35px;
    padding-left: 200px;
  }
}
@media (max-width: 1023px) {
  .howDoing p {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .howDoing p {
    font-size: 16px;
    line-height: 30px;
  }
}
.howDoing .ctaBtn {
  color: #0a1b5f;
  font-size: 28px;
  font-weight: 700;
  background-color: #eec119;
  min-width: 273px;
  min-height: 51px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  transition: 0.3s all;
}
@media (max-width: 1279px) {
  .howDoing .ctaBtn {
    font-size: 20px;
    min-width: 185px;
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .howDoing .ctaBtn {
    font-size: 16px;
    min-width: 110px;
    min-height: 33px;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.howDoing .ctaBtn:hover {
  border-color: #033572;
  color: #fff;
  background: #033572;
}

.Blue .bankingSwiper .swiper-button-next, .Blue .bankingSwiper .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%230080c3'%2F%3E%3C%2Fsvg%3E");
}

.Blue .bankingSwiper .swiper-button-prev, .Blue .bankingSwiper .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230080c3'%2F%3E%3C%2Fsvg%3E");
}

.Green .bankingSwiper .swiper-button-next, .Green .bankingSwiper .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2300928b'%2F%3E%3C%2Fsvg%3E");
}

.Green .bankingSwiper .swiper-button-prev, .Green .bankingSwiper .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2300928b'%2F%3E%3C%2Fsvg%3E");
}

.Yellow .bankingSwiper .swiper-button-next, .Yellow .bankingSwiper .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e7c247'%2F%3E%3C%2Fsvg%3E");
}

.Yellow .bankingSwiper .swiper-button-prev, .Yellow .bankingSwiper .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e7c247'%2F%3E%3C%2Fsvg%3E");
}

.bankingSwiper .swiper-button-prev, .bankingSwiper .swiper-button-next {
  visibility: hidden;
}
.bankingSwiper.swiper-container-initialized .swiper-button-prev, .bankingSwiper.swiper-container-initialized .swiper-button-next {
  visibility: visible;
}

.personalChecking.heroBlock .connectWithUs ul li a:after {
  display: none;
}

.personalChecking.heroBlock .connectWithUs ul li a {
  transition: 0.3s all;
}

.personalChecking.heroBlock .connectWithUs ul li a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  border: solid 2px #61a0a4;
  background: #eff9ff;
}

.subBanner {
  width: 100%;
  height: 430px;
  background-position: center;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .subBanner {
    height: 275px;
    background-position: top center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subBanner {
    height: 207px;
  }
}
@media (max-width: 767px) {
  .subBanner {
    height: 86px;
  }
}
.subBanner .bannerMap {
  width: 100%;
  height: 100%;
}
.subBanner .bannerMap #map {
  width: 100%;
  height: 100%;
}

.locationHeading {
  display: table;
  width: 100%;
  margin: 1px 0 42px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationHeading {
    margin: 19px 0 40px;
  }
}
@media (max-width: 767px) {
  .locationHeading {
    margin: 1px 0 39px;
  }
}

.locationFilter {
  display: table;
  width: 100%;
  background: #eaf0f0;
  margin: 0 0 53px;
  padding: 41px 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter {
    padding: 22px 0;
    margin: 0 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter {
    padding: 22px 0;
    margin: 0 0 39px;
  }
}
@media (max-width: 767px) {
  .locationFilter {
    padding: 22px 0;
    margin: 0 0 29px;
  }
}
.locationFilter .parentWrap .innerWrap {
  display: table;
  width: 100%;
}
.locationFilter .parentWrap .innerWrap form {
  display: table;
  width: 100%;
}
.locationFilter .parentWrap .innerWrap form .inputWrap {
  width: 68.284%;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter .parentWrap .innerWrap form .inputWrap {
    width: 100%;
    padding: 0 0 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter .parentWrap .innerWrap form .inputWrap {
    width: 100%;
    float: none;
    display: block;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .locationFilter .parentWrap .innerWrap form .inputWrap {
    width: 100%;
    float: none;
    display: block;
    padding: 0px;
  }
}
.locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter {
  width: 312px;
  float: left;
  position: relative;
}
@media screen and (min-width: 1280px) and (max-width: 1380px) {
  .locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter {
    width: 280px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter {
    width: 310px;
  }
}
@media (max-width: 767px) {
  .locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter {
    width: 100%;
    margin: 0 0 19px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter.zipCode {
    width: 310px;
    margin-right: 21px;
    margin: 0 21px 19px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter.island {
    width: 358px;
    margin: 0 0 19px;
  }
}
.locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter.services {
  width: 257px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter.services {
    width: 256px;
  }
}
@media (max-width: 767px) {
  .locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter.services {
    width: 100%;
  }
}
.locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter .form-group {
  margin: 0;
}
.locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter .form-group input {
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
  height: 41px;
  padding: 13px 21px 10px;
  font-size: 20px;
  border-color: #fff;
  margin-top: 1px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter .form-group input {
    padding: 7px 16px 7px;
  }
}
.locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter .form-group input::-webkit-input-placeholder {
  color: #6e6e6e;
  font-size: 20px;
  font-weight: 400;
}
.locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter .form-group input:-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 20px;
  font-weight: 400;
}
.locationFilter .parentWrap .innerWrap form .inputWrap .dataFilter .form-group input::placeholder {
  color: #6e6e6e;
  font-size: 20px;
  font-weight: 400;
}
.locationFilter .parentWrap .innerWrap form .btnWrap {
  width: 31.717%;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter .parentWrap .innerWrap form .btnWrap {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter .parentWrap .innerWrap form .btnWrap {
    width: auto;
    float: none;
    display: block;
  }
}
@media (max-width: 767px) {
  .locationFilter .parentWrap .innerWrap form .btnWrap {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
}
.locationFilter .parentWrap .innerWrap form .btnWrap button.findBranch {
  background: #dc8735;
  transition: 0.3s all;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  color: #16366e;
  padding: 7px 16px;
  min-height: 42px;
  min-width: 227px;
}
.locationFilter .parentWrap .innerWrap form .btnWrap button.findBranch:hover {
  background: #f69c3f;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter .parentWrap .innerWrap form .btnWrap button.findBranch {
    margin: 0 13px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter .parentWrap .innerWrap form .btnWrap button.findBranch {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .locationFilter .parentWrap .innerWrap form .btnWrap button.findBranch {
    margin: 1px 0 16px;
  }
}
.locationFilter .parentWrap .innerWrap form .btnWrap button.resetBtn {
  background: #8b8c8e;
  transition: 0.3s all;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  padding: 7px 16px;
  min-width: 167px;
  min-height: 42px;
}
.locationFilter .parentWrap .innerWrap form .btnWrap button.resetBtn:hover {
  background: #706f74;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter .parentWrap .innerWrap form .btnWrap button.resetBtn {
    margin-left: 19px;
  }
}
.locationFilter .ms-options-wrap:focus .ms-options {
  visibility: visible;
  border: 1px solid red;
}
@media (max-width: 767px) {
  .locationFilter .ms-options-wrap.ms-active button {
    z-index: 500;
  }
}
.locationFilter .ms-options-wrap.ms-active .ms-options {
  overflow: scroll;
}
@media (min-width: 1280px) {
  .locationFilter .ms-options-wrap.ms-active .ms-options {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .locationFilter .ms-options-wrap.ms-active .ms-options {
    z-index: 400;
  }
}
.locationFilter .ms-options-wrap button,
.locationFilter .ms-options-wrap button:focus {
  height: 41px;
  border: none;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
  padding: 5px 17px;
  z-index: 100;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter .ms-options-wrap button,
.locationFilter .ms-options-wrap button:focus {
    padding: 5px 15px;
  }
}
.locationFilter .ms-options-wrap button:after,
.locationFilter .ms-options-wrap button:focus:after {
  top: 19px;
  right: 17px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #ce8d3f;
}
.locationFilter .ms-options-wrap button span,
.locationFilter .ms-options-wrap button:focus span {
  font-size: 20px;
  color: #6e6e6e;
  font-weight: 400;
}
.locationFilter .ms-options-wrap .ms-options {
  padding: 9px 0 10px;
  z-index: 1;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
  border: none;
  margin: 0 0 0;
  overflow: hidden;
}
.locationFilter .ms-options-wrap .ms-options ul input[type=checkbox] {
  outline-style: none;
  width: 13px;
  height: 13px;
  border: 2px solid #b4b4b4;
  box-shadow: none;
  margin: 2px 5px 0 0;
}
.locationFilter .ms-options-wrap .ms-options ul input[type=checkbox]:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #fff;
  position: relative;
  border: 2px solid #b4b4b4;
  left: -2px;
  top: -8px;
}
.locationFilter .ms-options-wrap .ms-options ul input[type=checkbox]:checked:after {
  left: 3px;
  top: -13px;
  width: 4px;
  height: 6px;
  border: solid #4d4040bd;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
}
.locationFilter .ms-options-wrap .ms-options ul label {
  font-size: 20px;
  font-weight: 400;
  color: #6e6e6e;
  padding: 4px 4px 4px 25px;
  border: none;
  cursor: pointer;
}
.locationFilter .ms-options-wrap .ms-options ul label:hover {
  background: none;
  border: none;
}
.locationFilter .ms-options-wrap .ms-options ul li {
  padding: 0px 8px;
  cursor: pointer;
}
.locationFilter .ms-options-wrap .ms-options ul li.selected label {
  background-color: #fff;
}
.locationFilter .ms-options-wrap .ms-options ul li.selected label:hover {
  background: none;
}

.locationAddress {
  display: table;
  width: 100%;
  margin: 0 0 40px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationAddress {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .locationAddress {
    margin: 0 0 34px;
  }
}
.locationAddress .searchTerm {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.locationAddress .parentWrap .innerWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationAddress .parentWrap .innerWrap {
    padding: 0 28px;
  }
}
.locationAddress .parentWrap .innerWrap .address {
  background: #eaf0f0;
  float: left;
  width: 27.612%;
  margin-right: 8.582%;
  margin-top: 80px;
}
@media (min-width: 1280px) {
  .locationAddress .parentWrap .innerWrap .address:nth-child(3n+3) {
    margin-right: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationAddress .parentWrap .innerWrap .address:nth-child(3n+3) {
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationAddress .parentWrap .innerWrap .address:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  .locationAddress .parentWrap .innerWrap .address:nth-child(1), .locationAddress .parentWrap .innerWrap .address:nth-child(2), .locationAddress .parentWrap .innerWrap .address:nth-child(3) {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationAddress .parentWrap .innerWrap .address:nth-child(1), .locationAddress .parentWrap .innerWrap .address:nth-child(2), .locationAddress .parentWrap .innerWrap .address:nth-child(3) {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationAddress .parentWrap .innerWrap .address:nth-child(1), .locationAddress .parentWrap .innerWrap .address:nth-child(2) {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .locationAddress .parentWrap .innerWrap .address:nth-child(1) {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationAddress .parentWrap .innerWrap .address {
    width: 31.527%;
    margin-right: 2.71%;
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationAddress .parentWrap .innerWrap .address {
    width: 44.982%;
    margin-right: 10.036%;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .locationAddress .parentWrap .innerWrap .address {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }
}
.locationAddress .parentWrap .innerWrap .address h4 {
  background: #8fd5d0;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #16366e;
  padding: 14px 20px 14px;
  margin: 0 0 33px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationAddress .parentWrap .innerWrap .address h4 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 21px;
    padding: 14px 15px 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationAddress .parentWrap .innerWrap .address h4 {
    font-size: 20px;
    line-height: 22px;
    padding: 8px 16px 9px;
    margin: 0 0 23px;
  }
}
@media (max-width: 767px) {
  .locationAddress .parentWrap .innerWrap .address h4 {
    font-size: 18px;
    line-height: 22px;
    padding: 7px 13px 8px;
    margin: 0 0 19px;
  }
}
.locationAddress .parentWrap .innerWrap .address div {
  padding: 0 20px 33px;
  color: #404040;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationAddress .parentWrap .innerWrap .address div {
    padding: 0 16px 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationAddress .parentWrap .innerWrap .address div {
    padding: 0 20px 26px;
  }
}
@media (max-width: 767px) {
  .locationAddress .parentWrap .innerWrap .address div {
    padding: 0 16px 19px;
  }
}
.locationAddress .parentWrap .innerWrap .address div p {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationAddress .parentWrap .innerWrap .address div p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationAddress .parentWrap .innerWrap .address div p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .locationAddress .parentWrap .innerWrap .address div p {
    font-size: 16px;
    line-height: 20px;
  }
}
.locationAddress .parentWrap .innerWrap .address div p + p {
  margin: 6px 0 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationAddress .parentWrap .innerWrap .address div p + p {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationAddress .parentWrap .innerWrap .address div p + p {
    margin: 3px 0 0;
  }
}
@media (max-width: 767px) {
  .locationAddress .parentWrap .innerWrap .address div p + p {
    margin: 0;
  }
}
.locationAddress .parentWrap .innerWrap .address div span {
  display: block;
  font-size: 30px;
  color: #404040;
  margin: 24px 0 28px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationAddress .parentWrap .innerWrap .address div span {
    font-size: 22px;
    margin: 16px 0 19px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationAddress .parentWrap .innerWrap .address div span {
    font-size: 22px;
    margin: 18px 0 19px;
  }
}
@media (max-width: 767px) {
  .locationAddress .parentWrap .innerWrap .address div span {
    font-size: 20px;
    margin: 14px 0 20px;
  }
}
.locationAddress .parentWrap .innerWrap .address div span a {
  color: inherit;
  font-weight: 700;
}
.locationAddress .parentWrap .innerWrap .address div span a:hover {
  color: #033572;
}
.locationAddress .parentWrap .innerWrap .address div ul li {
  color: inherit;
  font-size: 20px;
  margin: 0 0 7px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationAddress .parentWrap .innerWrap .address div ul li {
    font-size: 16px;
    margin: 0 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationAddress .parentWrap .innerWrap .address div ul li {
    font-size: 16px;
    margin: 0 0 4px;
  }
}
@media (max-width: 767px) {
  .locationAddress .parentWrap .innerWrap .address div ul li {
    font-size: 16px;
    margin: 0 0 1px;
  }
}
.locationAddress .parentWrap .innerWrap .address div ul li:last-child {
  margin: 0;
}
.locationAddress .parentWrap .innerWrap .address div ul li a {
  color: inherit;
  font-weight: 900;
}
.locationAddress .parentWrap .innerWrap .address div ul li a:hover {
  color: #033572;
}

.pagination {
  display: table;
  width: 100%;
}
.pagination ul {
  text-align: center;
  margin: 25px 0 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pagination ul {
    margin: 24px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pagination ul {
    margin: 41px 0 0;
  }
}
@media (max-width: 767px) {
  .pagination ul {
    margin: 35px 0 0;
  }
}
.pagination ul li {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #151515;
  margin: 0 0px 0 0;
}
.pagination ul li.active {
  font-weight: 900;
  background-color: #033572;
  color: #fff;
}
.pagination ul li:last-child {
  margin: 0;
}
.pagination ul li:hover {
  font-weight: 900;
}
.pagination ul li a {
  color: inherit;
}
.pagination ul li a img {
  position: relative;
  top: -2px;
}
.pagination ul .nxt-link a {
  background-color: transparent;
}
.pagination ul .nxt-link:hover {
  background-color: transparent !important;
}
.pagination ul .prev-link a {
  background-color: transparent;
}
.pagination ul .prev-link:hover {
  background-color: transparent !important;
}

.locationMap h3 {
  color: #033572;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 25px;
}
.locationMap p {
  font-size: 16px;
  color: #404040;
}
.locationMap p + p {
  margin-top: 8px;
}
.locationMap .phNo {
  font-weight: 700;
}
.locationMap .lmo {
  color: #033572;
  font-weight: 900;
}

.pageTaps {
  width: 100%;
  background: #eaf0f0;
  padding: 21px 0;
  padding-left: 0;
  margin-bottom: 39px;
}
@media (max-width: 1279px) {
  .pageTaps {
    margin-top: 11px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .pageTaps {
    margin-top: 13px;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .pageTaps {
    margin-bottom: 27px;
  }
}
.pageTaps .wrapTaps {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 1279px) {
  .pageTaps .wrapTaps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .pageTaps .wrapTaps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .pageTaps .wrapTaps {
    display: block;
  }
}
.pageTaps .wrapTaps li {
  font-size: 22px;
  color: #404040;
  padding-left: 15px;
}
.pageTaps .wrapTaps li:first-child {
  padding-left: 0px;
}
@media (max-width: 1279px) {
  .pageTaps .wrapTaps li {
    font-size: 19px;
  }
}
@media (max-width: 1023px) {
  .pageTaps .wrapTaps li {
    font-size: 15px;
    padding-left: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pageTaps .wrapTaps li {
    font-size: 15px;
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  .pageTaps .wrapTaps li {
    font-size: 20px;
    padding-bottom: 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pageTaps .wrapTaps li:first-child {
    padding-left: 7px;
  }
}
.pageTaps .wrapTaps li a {
  color: #404040;
}
.pageTaps .wrapTaps .tabs-item + .tabs-item:before {
  display: inline-block;
  content: "|";
  font-weight: 500;
  padding-right: 15px;
}
.pageTaps .wrapTaps .tabs-item.active {
  font-weight: 900;
  color: #0a1b5f;
}

@media (max-width: 1023px) {
  .officersDetail .parentWrap .innerWrap {
    padding: 0;
  }
}
.officersDetail .parentWrap .innerWrap .address {
  width: 27.84%;
  background-color: #e9efef;
  margin-right: 8.2%;
  position:relative;
  padding-bottom: 52px;
}
.officersDetail .parentWrap .innerWrap .address:last-child {
  margin-right: 0;
}
@media (max-width: 1279px) {
  .officersDetail .parentWrap .innerWrap .address {
    margin-right: 2.1%;
    width: 31.9%;
  }
  .officersDetail .parentWrap .innerWrap .address:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .officersDetail .parentWrap .innerWrap .address {
    margin-right: 5%;
    width: 47%;
  }
  .officersDetail .parentWrap .innerWrap .address:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .officersDetail .parentWrap .innerWrap .address {
    margin-right: 0%;
    width: 100%;
    height: 100%;
  }
}
.officersDetail .parentWrap .innerWrap .address .userParent {
  padding: 0;
  border-top: 13px solid #8fd4ce;
}
.officersDetail .parentWrap .innerWrap .address .userParent .addressPart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.officersDetail .parentWrap .innerWrap .address .userParent .addressPart .userIcon {
  max-width: 125px;
  max-height: 154px;
  padding: 0;
}
@media (max-width: 1279px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .addressPart .userIcon {
    max-width: 120px;
    max-height: 150px;
  }
}
@media (max-width: 1023px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .addressPart .userIcon {
    max-width: 125px;
    max-height: 150px;
  }
}
@media (max-width: 767px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .addressPart .userIcon {
    max-width: 125px;
    height: auto;
    max-height: 158px;
  }
}
.officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails {
  width: calc(100% - 125px);
  padding-left: 29px;
  padding-top: 14px;
  padding-bottom: 0px;
}
@media (max-width: 1279px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails {
    width: calc(100% - 120px);
    padding-left: 13px;
  }
}
@media (max-width: 1023px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails {
    width: calc(100% - 125px);
    padding-left: 13px;
  }
}
@media (max-width: 767px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails {
    width: 100%;
  }
}
.officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails p {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 900;
  line-height: 21px;
  text-transform: uppercase;
  margin-top: 5px;
}
@media (max-width: 1279px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails p {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails p {
    font-size: 16px;
    line-height: 16px;
  }
}
.officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails p span {
  color: #16366e;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 0px;
  background: none;
}
.officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails p + p {
  margin-top: 2px;
}
.officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails .mail {
  margin: 1px 0px 0px 0px;
}
.officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails .mail a {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 700;
  margin-left: 41px;
  position: relative;
}
.officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails .mail a:before {
  position: absolute;
  content: "";
  width: 27px;
  height: 15px;
  background-image: url("../images/location/mail.png");
  bottom: 14px;
  left: -40px;
  top: 2px;
  background-size: contain;
  background-repeat: no-repeat;
}
.officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails .mail.guideWealth a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails .mail.guideWealth a {
    font-size: 12px;
    line-height: 20px;
  }
}
.officersDetail .parentWrap .innerWrap .address .userParent .addressPart .contactDetails .mail.guideWealth a:before {
  top: 5px;
}
.officersDetail .parentWrap .innerWrap .address .userParent .userDetails {
  padding-left: 28px;
  padding-top: 21px;
}
@media screen and (max-width: 1380px) and (min-width: 1280px)
{
.officersDetail .parentWrap .innerWrap .address .userParent .userDetails {
    padding-left: 18px;
}
}
@media (max-width: 1279px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .userDetails {
   padding-left: 13px;
  }
}
@media (max-width: 767px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .userDetails {
    padding-left: 25px;
  }
}
.officersDetail .parentWrap .innerWrap .address .userParent .userDetails p {
  line-height: 18px;
  font-size: 16px;
  margin-top: 7px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .userDetails p {
    font-size: 16px;
  }
}
.officersDetail .parentWrap .innerWrap .address .userParent .userDetails p.email {
 padding-bottom:10px;
}
@media screen and (max-width: 1380px) and (min-width: 1280px)
{
 .officersDetail .parentWrap .innerWrap .address .userParent .userDetails p.email {
     font-size: 14px;
  }
 }
@media (max-width: 1279px) {
 .officersDetail .parentWrap .innerWrap .address .userParent .userDetails p.email {
     font-size: 13px;
  }
}
@media (max-width: 1023px) {
 .officersDetail .parentWrap .innerWrap .address .userParent .userDetails p.email {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
.officersDetail .parentWrap .innerWrap .address .userParent .userDetails p.email {
        font-size: 12px;
  }
}
.officersDetail .parentWrap .innerWrap .address .userParent .userDetails p + p {
  margin-top: 1px;
}
@media (max-width: 1279px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .userDetails p {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .userDetails p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .officersDetail .parentWrap .innerWrap .address .userParent .userDetails p {
    font-size: 16px;
  }
  .officersDetail .parentWrap .innerWrap .address .userParent .userDetails p + p {
    margin-top: 5px;
  }
}
.officersDetail .parentWrap .innerWrap .address .userParent .userDetails a {
  margin-top: 27px;
  min-height: 37px;
}
.officersDetail .parentWrap .innerWrap .address a {
  margin-top: 27px;
  min-height: 37px;
}
.officersDetail .parentWrap .innerWrap .address a.ctaBtn {
  font-size: 16px;
  color: #16366e;
  border: 1px solid #e7c247;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  padding: 5px 20px;
  background-color: #e7c247;
  font-weight: 900;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.3s all;
  position:absolute;
  bottom:20px;
  left:20px;
}
.officersDetail .parentWrap .innerWrap .address .userParent .userDetails a.ctaBtn:hover {
  background: #ffd548;
  border-color: #ffd548;
  color: #16366e;
  text-decoration: none;
}
.officersDetail .parentWrap .innerWrap .address .userParent .portfolios {
  margin: 1px 0px 0px 0px;
}
.officersDetail .parentWrap .innerWrap .address .userParent .portfolios a {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 700;
  margin-left: 21px;
  position: relative;
}
.officersDetail .parentWrap .innerWrap .address .userParent .portfolios a:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 18px;
  background-image: url("../images/location/icon-Portfolio.png");
  bottom: 14px;
  left: -42px;
  top: -3px;
  background-size: contain;
  background-repeat: no-repeat;
}
.officersDetail .parentWrap .innerWrap .address .userParent h3 {
  color: #4e4e4e;
  font-size: 23px;
  line-height: 28px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .officersDetail .parentWrap .innerWrap .address .userParent h3 {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .officersDetail .parentWrap .innerWrap .address .userParent h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .officersDetail .parentWrap .innerWrap .address .userParent h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.officersDetail .parentWrap .innerWrap .address .userParent h3 a:hover {
  color: #0a1b5f;
}

.currencyControls {
  display: block;
  width: 100%;
  background: #eaf0f0;
  margin: 0;
  margin-top: -30px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0px;
}
@media (max-width: 1279px) {
  .currencyControls {
    margin: 38px 0 37px;
  }
}
@media (max-width: 1023px) {
  .currencyControls {
    padding: 22px 0;
    margin: 38px 0 37px;
  }
}
@media (max-width: 767px) {
  .currencyControls {
    margin: 36px 0 31px;
    height: 100%;
  }
}
.currencyControls h2 {
  color: #033572;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
  font-size: 28px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .currencyControls h2 {
    line-height: 36px;
  }
}
.currencyControls p {
  text-align: center;
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.currencyControls .currency-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.currencyControls form {
  width: 100%;
}
@media (max-width: 1279px) {
  .currencyControls form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .currencyControls form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.currencyControls form .input-controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px;
}
@media (max-width: 1279px) {
  .currencyControls form .input-controls {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .currencyControls form .input-controls {
    width: 100%;
    padding: 0;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .currencyControls form .input-controls {
    width: 100%;
    float: none;
    padding: 0px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.currencyControls form .input-controls .inputbox {
  width: 412px;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1279px) {
  .currencyControls form .input-controls .inputbox {
    width: 262px;
    margin: 0;
    margin-right: 12px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .currencyControls form .input-controls .inputbox {
    width: 191px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .currencyControls form .input-controls .inputbox {
    width: 100%;
    margin: 0 0 19px;
  }
}
.currencyControls form .input-controls .inputbox:last-child {
  margin-right: 0px;
}
.currencyControls form .input-controls .inputbox .form-group {
  margin: 0;
}
.currencyControls form .input-controls .inputbox .form-group label {
  color: #404040;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}
.currencyControls form .input-controls .inputbox .form-group input {
  background: #fff;
  height: 50px;
  padding: 10px 21px 10px;
  font-size: 20px;
  width: 100%;
  border-radius: 10px;
  border: none;
}
@media (max-width: 1023px) {
  .currencyControls form .input-controls .inputbox .form-group input {
    padding: 7px 16px 7px;
  }
}
.currencyControls form .input-controls .inputbox .form-group input::-webkit-input-placeholder {
  color: #6e6e6e;
  font-size: 20px;
  font-weight: 400;
}
.currencyControls form .input-controls .inputbox .form-group input:-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 20px;
  font-weight: 400;
}
.currencyControls form .input-controls .inputbox .form-group input::placeholder {
  color: #6e6e6e;
  font-size: 20px;
  font-weight: 400;
}
.currencyControls form .input-controls .inputbox label {
  color: #404040;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}
.currencyControls form .input-controls .inputbox select {
  border-radius: 0;
  background-color: #ffffff;
  padding: 6px 12px;
  border: 1px solid transparent;
  height: 50px;
  color: #000000;
  font-size: 14px;
  width: 100%;
  margin-bottom: 13px;
}
.currencyControls form .input-controls .inputbox .ui-selectmenu-button {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding: 10px 21px 10px;
  font-family: museo-sans;
  font-weight: 700;
  font-size: 20px;
  color: #6e6e6e;
}
@media (max-width: 767px) {
  .currencyControls form .input-controls .inputbox .ui-selectmenu-button {
    margin-left: 0px;
    width: 100%;
    font-size: 17px;
  }
}
.currencyControls form .input-controls .inputbox .ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: -4px;
}
.currencyControls form .input-controls .inputbox .ui-icon {
  background-image: url(../images/contact/selct_icon.png);
  width: 24px;
  height: 18px;
  background-position: 50% 50%;
  top: 9px;
  transition: -webkit-transform 1s;
  transition: transform 1s;
}
.currencyControls form .input-controls .exchangeBox {
  width: 62px;
  margin: 29px 20px 0 0;
}
@media (max-width: 1023px) {
  .currencyControls form .input-controls .exchangeBox {
    width: 40px;
    margin: 29px 32px 0 0;
  }
}
@media (max-width: 767px) {
  .currencyControls form .input-controls .exchangeBox {
    width: 100%;
    margin: 10px 0px 20px 0;
    text-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.currencyControls form .buttonWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1279px) {
  .currencyControls form .buttonWrap {
    width: 100%;
    margin-top: 25px;
  }
}
.currencyControls form .buttonWrap .btnWrap {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.currencyControls form .buttonWrap .btnWrap .calculate {
  background: #dc8735;
  transition: 0.3s all;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 12px 10px 10px;
  min-width: 195px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  margin: 0 0 0 5px;
}
.currencyControls form .buttonWrap .btnWrap .calculate:hover {
  background: #f69c3f;
  color: #fff;
}
@media (max-width: 1279px) {
  .currencyControls form .buttonWrap .btnWrap .calculate {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    min-height: 42px;
    min-width: 198px;
  }
}
@media (max-width: 767px) {
  .currencyControls form .buttonWrap .btnWrap .calculate {
    margin: 0px 0px 16px 0px;
    width: 100%;
  }
}
.currencyControls form .buttonWrap .btnWrap .resetbtn {
  background-color: #8b8c8e;
  transition: 0.3s all;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 12px 10px 10px;
  min-width: 195px;
  border-radius: 0;
  margin: 0 0 0 5px;
}
.currencyControls form .buttonWrap .btnWrap .resetbtn:hover {
  background: #6c6c6d;
  color: #fff;
}
@media (max-width: 1279px) {
  .currencyControls form .buttonWrap .btnWrap .resetbtn {
    font-size: 20px;
    min-width: 198px;
    padding: 10px 12px 10px 10px;
    border-radius: 0;
    margin: 0 0 0 5px;
  }
}
@media (max-width: 767px) {
  .currencyControls form .buttonWrap .btnWrap .resetbtn {
    margin: 0px 0px 16px 0px;
    width: 100%;
    padding: 10px 12px 10px 10px;
  }
}
.currencyControls form .currencyResult {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media (max-width: 1279px) {
  .currencyControls form .currencyResult {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .currencyControls form .currencyResult {
    display: block;
  }
}
.currencyControls form .currencyResult .currencyWrap {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 4px #033572;
  padding: 20px 20px;
}
@media (max-width: 1279px) {
  .currencyControls form .currencyResult .currencyWrap {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .currencyControls form .currencyResult .currencyWrap {
    display: block;
    width: 100%;
  }
}
.currencyControls form .currencyResult .currencyWrap .currencytable {
  margin-right: 30px;
  margin-left: 30px;
  position: relative;
  text-align: center;
}
@media (max-width: 1279px) {
  .currencyControls form .currencyResult .currencyWrap .currencytable {
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .currencyControls form .currencyResult .currencyWrap .currencytable {
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .currencyControls form .currencyResult .currencyWrap .currencytable {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}
.currencyControls form .currencyResult .currencyWrap .currencytable:after {
  position: absolute;
  content: "=";
  font-size: 25px;
  right: -24px;
  top: 37px;
}
@media (max-width: 1023px) {
  .currencyControls form .currencyResult .currencyWrap .currencytable:after {
    left: 147px;
    top: 31px;
  }
}
@media (max-width: 767px) {
  .currencyControls form .currencyResult .currencyWrap .currencytable:after {
    display: none;
  }
}
.currencyControls form .currencyResult .currencyWrap .currencytable:last-child {
  position: relative;
}
.currencyControls form .currencyResult .currencyWrap .currencytable:last-child:after {
  position: absolute;
  content: "";
  font-size: 25px;
  right: 0px;
  top: 37px;
}
@media (max-width: 767px) {
  .currencyControls form .currencyResult .currencyWrap .currencytable:last-child {
    padding-bottom: 0px;
  }
}
.currencyControls form .currencyResult .currencyWrap .currencytable h5 {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}
.currencyControls form .currencyResult .currencyWrap .currencytable h3 {
  color: #033572;
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.currencyControls form .currencyResult .currencyWrap .currencytable p {
  line-height: 22px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  .currencyControls form .currencyResult .currencyWrap .currencytable p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .currencyControls form .currencyResult .currencyWrap .currencytable p {
    font-size: 17px;
    text-align: center;
  }
}
.currencyControls form .currencyResult .currencyWrap .currencytable p + p {
  margin-top: 10px;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
}

.ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.tableSection .exchangeTable.compareTable {
  width: 50%;
  margin: auto;
}
@media (max-width: 1023px) {
  .tableSection .exchangeTable.compareTable {
    table-layout: auto;
  }
}
.tableSection .exchangeTable.compareTable tbody tr td {
  padding: 10px;
}

.flexGeneral + .officersDetail {
  margin-top: -70px;
}

.locationDetailBanner {
  display: table;
  width: 100%;
}
.locationDetailBanner .bannerWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .locationDetailBanner .bannerWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.locationDetailBanner .bannerWrap .imgWrap {
  width: 54%;
  float: left;
  background-position: center;
  background-size: cover;
  min-height: 490px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationDetailBanner .bannerWrap .imgWrap {
    width: 50%;
    min-height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationDetailBanner .bannerWrap .imgWrap {
    background-position: top center;
    width: 100%;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .locationDetailBanner .bannerWrap .imgWrap {
    width: 100%;
    min-height: 150px;
  }
}
.locationDetailBanner .bannerWrap .cntWrap {
  width: 46%;
  float: left;
  background: #eaf0f0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationDetailBanner .bannerWrap .cntWrap {
    width: 50%;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .locationDetailBanner .bannerWrap .cntWrap {
    width: 100%;
  }
}
.locationDetailBanner .bannerWrap .cntWrap .bannerAddr {
  width: 73.5%;
  padding: 106px 0 0 64px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr {
    width: 73%;
    padding: 70px 0 30px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr {
    width: 100%;
    max-width: 730px;
    padding: 36px 20px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr {
    width: 100%;
    max-width: 410px;
    padding: 24px 30px;
    margin: 0 auto;
  }
}
.locationDetailBanner .bannerWrap .cntWrap .bannerAddr h1 {
  font-size: 36px;
  font-weight: 900;
  color: #16366e;
  margin: 0 0 4px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr h1 {
    font-size: 28px;
    margin: 0 0 13px;
  }
}
@media (max-width: 767px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr h1 {
    font-size: 24px;
  }
}
.locationDetailBanner .bannerWrap .cntWrap .bannerAddr p {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #404040;
}
#locationDescription {
    font-size: 14px;
    line-height: normal;
    margin: 5px 0 15px 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr p {
    font-size: 18px;
    line-height: 24px;
  }
}
.locationDetailBanner .bannerWrap .cntWrap .bannerAddr p + p {
  margin: 7px 0 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr p + p {
    margin: 4px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr p + p {
    margin: 5px 0 0;
  }
}
@media (max-width: 767px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr p + p {
    margin: 5px 0 0;
  }
}
.locationDetailBanner .bannerWrap .cntWrap .bannerAddr ul {
  margin: 33px 0 32px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr ul {
    margin: 25px 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr ul {
    margin: 25px 0px;
  }
}
@media (max-width: 767px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr ul {
    margin: 25px 0px;
  }
}
.locationDetailBanner .bannerWrap .cntWrap .bannerAddr ul li a {
  font-size: 24px;
  font-weight: 900;
  color: #16366e;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr ul li a {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr ul li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr ul li a {
    font-size: 18px;
  }
}
.locationDetailBanner .bannerWrap .cntWrap .bannerAddr ul li a:hover {
  color: #033572;
}
.locationDetailBanner .bannerWrap .cntWrap .bannerAddr span {
  display: block;
  font-size: 36px;
  font-weight: 900;
  color: #16366e;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr span {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .locationDetailBanner .bannerWrap .cntWrap .bannerAddr span {
    font-size: 24px;
  }
}
.locationDetailBanner .bannerWrap .cntWrap .bannerAddr span a {
  color: inherit;
}
.locationDetailBanner .bannerWrap .cntWrap .bannerAddr span:hover {
  color: #033572;
}

.iconSection {
  margin: -10px 0 70px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .iconSection {
    margin: -3px 0 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .iconSection {
    margin: -10px 0 25px;
  }
}
@media (max-width: 767px) {
  .iconSection {
    margin: 34px 0 20px;
  }
}
.iconSection .parentWrap .innerWrap {
  background: #eaf0f0;
  padding: 16px 56px 16px 99px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .iconSection .parentWrap .innerWrap {
    padding: 25px 56px 25px 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .iconSection .parentWrap .innerWrap {
    padding: 30px 26px 30px 60px;
  }
}
@media (max-width: 767px) {
  .iconSection .parentWrap .innerWrap {
    padding: 20px 20px;
  }
}
.iconSection .parentWrap .innerWrap ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.iconSection .parentWrap .innerWrap ul li {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  color: #404040;
  font-size: 24px;
  font-weight: 300;
  margin-top: 29px;
  margin-right: 4.5%;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .iconSection .parentWrap .innerWrap ul li {
    width: 48%;
    margin-right: 3%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .iconSection .parentWrap .innerWrap ul li {
    width: 45%;
    margin-right: 4.5%;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .iconSection .parentWrap .innerWrap ul li {
    width: 100%;
    font-size: 18px;
  }
}
.iconSection .parentWrap .innerWrap ul li img {
  margin: 0 25px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .iconSection .parentWrap .innerWrap ul li img {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .iconSection .parentWrap .innerWrap ul li img {
    margin: 0 15px 0 0;
    width: 40px;
  }
}
.iconSection .parentWrap .innerWrap ul li a {
  color: inherit;
  position: relative;
  top: 3px;
}
@media (min-width: 1280px) {
  .iconSection .parentWrap .innerWrap ul li:nth-child(1), .iconSection .parentWrap .innerWrap ul li:nth-child(2), .iconSection .parentWrap .innerWrap ul li:nth-child(3) {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .iconSection .parentWrap .innerWrap ul li:nth-child(1), .iconSection .parentWrap .innerWrap ul li:nth-child(2) {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .iconSection .parentWrap .innerWrap ul li:nth-child(1) {
    margin-top: 0px;
  }
}
@media (min-width: 1280px) {
  .iconSection .parentWrap .innerWrap ul li:nth-child(3n+3) {
    margin-right: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .iconSection .parentWrap .innerWrap ul li:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .iconSection .parentWrap .innerWrap ul li:nth-child(2n+2) {
    margin-right: 0px;
  }
}

.mapHrsSection {
  display: table;
  width: 100%;
  margin: 0 0 45px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mapHrsSection {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mapHrsSection {
    margin: 0 0 45px;
  }
}
@media (max-width: 767px) {
  .mapHrsSection {
    margin: 0 0 40px;
  }
}
.mapHrsSection .parentWrap .innerWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mapHrsSection .parentWrap .innerWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mapHrsSection .parentWrap .innerWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .mapHrsSection .parentWrap .innerWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.mapHrsSection .parentWrap .innerWrap .mapsection {
  width: 345px;
  min-height: 221px;
  float: left;
  margin: 0 10% 0 0;
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .mapHrsSection .parentWrap .innerWrap .mapsection {
    margin: 0 7% 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mapHrsSection .parentWrap .innerWrap .mapsection {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 767px) {
  .mapHrsSection .parentWrap .innerWrap .mapsection {
    width: 100%;
    margin: 0 0 16px;
  }
}
.mapHrsSection .parentWrap .innerWrap .mapsection #map {
  width: 100%;
  height: 100%;
}
.mapHrsSection .parentWrap .innerWrap .hrsSec {
  float: left;
  margin: 0 10% 0 0;
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .mapHrsSection .parentWrap .innerWrap .hrsSec {
    margin: 0 7% 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mapHrsSection .parentWrap .innerWrap .hrsSec {
    margin: 0 9% 0 0;
  }
}
@media (max-width: 767px) {
  .mapHrsSection .parentWrap .innerWrap .hrsSec {
    width: 100%;
    margin: 0 0 16px;
  }
}
.mapHrsSection .parentWrap .innerWrap .hrsSec h3 {
  font-size: 24px;
  font-weight: 900;
  color: #16366e;
  margin: 0 0 12px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mapHrsSection .parentWrap .innerWrap .hrsSec h3 {
    font-size: 20px;
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .mapHrsSection .parentWrap .innerWrap .hrsSec h3 {
    font-size: 20px;
  }
}
.mapHrsSection .parentWrap .innerWrap .hrsSec table tr td {
  font-size: 20px;
  font-weight: 500;
  color: #404040;
  padding: 0;
}
.mapHrsSection .parentWrap .innerWrap .hrsSec table tr td:nth-child(1) {
  font-weight: 700;
}
.mapHrsSection .parentWrap .innerWrap .hrsSec table tr td:nth-child(2) {
  padding: 0 0 0 38px;
}
@media screen and (min-width: 1280px) and (max-width: 1380px) {
  .mapHrsSection .parentWrap .innerWrap .hrsSec table tr td:nth-child(2) {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 767px) {
  .mapHrsSection .parentWrap .innerWrap .hrsSec table tr td:nth-child(2) {
    padding: 0 0 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mapHrsSection .parentWrap .innerWrap .hrsSec table tr td {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mapHrsSection .parentWrap .innerWrap .hrsSec table tr td {
    font-size: 18px;
  }
}
.mapHrsSection .parentWrap .innerWrap .managerSection {
  float: left;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mapHrsSection .parentWrap .innerWrap .managerSection {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mapHrsSection .parentWrap .innerWrap .managerSection {
    float: none;
  }
}
.mapHrsSection .parentWrap .innerWrap .managerSection h3 {
  font-weight: 900;
  font-size: 24px;
  color: #16366e;
  margin: 0 0 4px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mapHrsSection .parentWrap .innerWrap .managerSection h3 {
    font-size: 20px;
    margin: 0 0 1px;
  }
}
@media (max-width: 767px) {
  .mapHrsSection .parentWrap .innerWrap .managerSection h3 {
    font-size: 20px;
    margin: 0 0 1px;
  }
}
.mapHrsSection .parentWrap .innerWrap .managerSection p {
  font-size: 20px;
  color: #404040;
  font-weight: 500;
}
.mapHrsSection .parentWrap .innerWrap .managerSection p + h3 {
  margin: 18px 0 4px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mapHrsSection .parentWrap .innerWrap .managerSection p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mapHrsSection .parentWrap .innerWrap .managerSection p {
    font-size: 18px;
  }
}

.calculatorList {
  margin-top: 38px;
  margin-bottom: 51px;
}
@media (max-width: 1023px) {
  .calculatorList {
    margin-top: 31px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .calculatorList {
    margin-top: 28px;
    margin-bottom: 40px;
  }
}
.calculatorList h3 {
  background-color: #B3D5F0;
  font-size: 24px;
  padding: 11px 20px;
  font-weight: 900;
}
.calculatorList h3 a {
  color: inherit;
}
.calculatorList h3 + ul {
  margin-top: 10px;
}
.calculatorList ul li {
  margin-bottom: 10px;
}
.calculatorList ul li a {
  background-color: #eaf0f0;
  display: block;
  padding: 13px 18px;
  font-size: 20px;
  color: #16366e;
  border-left: 4px solid transparent;
  transition: 0.3s all;
}
.calculatorList ul li a:hover {
  background-color: #f5f5f5;
  border-left: 4px solid #54b0a9;
}

.ratesHero .contentText p {
  color: #737373;
  font-weight: 300;
}

.ratesBlock {
  margin-top: 37px;
  margin-bottom: 0px;
}
.ratesBlock + .ratesBlock {
  margin-top: 50px;
}
.ratesBlock .containerWrapper + .disclaimerText {
  margin-top: 50px;
}
.ratesBlock .containerWrapper + .containerWrapper {
  margin-top: 50px;
}
.ratesBlock .disclaimerText + .containerWrapper {
  margin-top: 50px;
}
.ratesBlock .tableSection {
  margin-top: 30px;
}
.ratesBlock .ratesQuotes {
  margin-top: 38px;
}
.ratesBlock .ratesQuotes p {
  font-size: 20px;
  color: #737373;
  line-height: 26px;
}
@media (max-width: 1279px) {
  .ratesBlock .ratesQuotes p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .ratesBlock .ratesQuotes p {
    font-size: 16px;
    line-height: 22px;
  }
}
.ratesBlock .ratesQuotes p + p {
  margin-top: 25px;
}
@media (max-width: 1279px) {
  .ratesBlock .ratesQuotes p + p {
    margin-top: 20px;
  }
}
.ratesBlock .ratesQuotes ul li {
  font-size: 20px;
  margin: 20px 0px;
  padding-left: 70px;
}
@media (max-width: 1279px) {
  .ratesBlock .ratesQuotes ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .ratesBlock .ratesQuotes ul li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .ratesBlock .ratesQuotes ul li {
    padding-left: 30px;
  }
}

.tableSection.responsive_table {
  display: table;
}
.tableSection thead tr th {
  text-align: left;
  background-color: #033572;
  font-size: 23px;
  font-weight: 900;
  padding-left: 13px;
  line-height: 26px;
  padding-top: 22px;
  padding-bottom: 22px;
  color: #fff;
  border: 1px solid #033572;
}
.tableSection thead tr th:first-child {
  text-align: left;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .tableSection thead tr th {
    font-size: 14px;
    line-height: 16px;
    padding-left: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tableSection thead tr th:nth-child(2) {
    display: table-cell;
  }
  .tableSection thead tr th:last-child {
    width: 22%;
  }
}
.tableSection thead tr th p {
  color: #fff;
  font-weight: 900;
}
.tableSection tbody {
  border: 1px solid #033572;
}
.tableSection tbody .lmo {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1279px) {
  .tableSection tbody .lmo {
    padding-left: 13px;
  }
}
.tableSection tbody .lmo:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 6px;
  border-top: 6px solid transparent;
  border-left: 9px solid #16366e;
  border-bottom: 6px solid transparent;
}
@media (max-width: 1279px) {
  .tableSection tbody .lmo:after {
    top: 3px;
  }
}
.tableSection tbody tr td {
  text-align: left;
  font-size: 23px;
  line-height: 24px;
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 12px;
  padding-right: 30px;
  color: #000;
  vertical-align: top;
  border-top: none;
  border-left: 1px solid #033572;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .tableSection tbody tr td {
    font-size: 18px;
    line-height: 21px;
    padding-left: 8px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .tableSection tbody tr td:nth-child(2) {
    display: table-cell !important;
  }
}
.tableSection tbody tr td:nth-child(2) {
  display: table-cell;
}
.tableSection tbody tr td:last-child {
  padding-right: 45px;
}
.tableSection tbody tr td p {
  color: inherit;
}
.tableSection tbody tr td p:last-child {
  padding-bottom: 0px;
}
.tableSection tbody tr td a {
  color: #033572;
  font-weight: 700;
}
.tableSection tbody tr td a:hover {
  text-decoration: underline;
}
.tableSection tbody tr:nth-child(odd) {
  background-color: #fff;
  line-height: 21px;
}
.tableSection tbody tr:nth-child(odd) td {
  background-color: #f0f9ff;
}
.tableSection.minTable {
  width: 500px;
}
.tableSection.minTable thead tr th:last-child {
  width: auto;
}
.tableSection table + table {
  margin-top: 42px;
}

.responsive_table.small-only {
  display: none;
}
/* @media (max-width: 767px) {
  .responsive_table.small-only {
    display: table;
  }
} */
.responsive_table.large-only {
  display: table;
}
@media (max-width: 767px) {
  .responsive_table.large-only {
    display: none;
  }
}
.responsive_tabletable {
  border: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
  .responsive_tabletable p {
    font-size: 16px;
  }
}
.responsive_table + .responsive_table {
  margin-top: 30px;
  width: 100%;
  table-layout: fixed;
}
@media screen and (min-width: 1024px) {
  .responsive_table {
    display: none;
  }
}
@media (max-width: 1023px) {
  .responsive_table {
    background: transparent;
  }
  .responsive_table table {
    table-layout: fixed;
  }
  .responsive_table table tr {
    height: 64px;
  }
  .responsive_table table tr th {
    font-size: 16px;
    font-weight: 900;
  }
  .responsive_table table tr th:first-child {
    text-align: center;
    background-color: #0080c3;
    color: #fff;
  }
  .responsive_table table tr:nth-child(even) td:nth-child(1) {
    color: #000;
    background: #eff8fc;
  }
  .responsive_table table tr:nth-child(even) td td {
    background-color: #000;
    color: #000;
  }
  .responsive_table table tr:nth-child(odd) td {
    background-color: #fff;
    color: #000;
  }
  .responsive_table table tr.blueBg {
    margin-bottom: 5px;
    height: inherit;
  }
  .responsive_table table tr td {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #dcdcdc;
  }
  .responsive_table table tr td p {
    margin-bottom: 5px;
    color: #1c3d6d;
    font-weight: 700;
  }
  .responsive_table table tr td:last-child {
    text-align: left;
    padding-left: 15px;
  }
  .responsive_table table tr td:last-child p {
    font-size: inherit;
    padding-left: 0px;
    padding-right: 0px;
    /*margin-bottom: 0px;*/
    /*+p{
    	margin-bottom: 0;
    }*/
  }
  .responsive_table table tr:nth-child(2) td {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .responsive_table {
    margin-bottom: 21px;
  }
  .responsive_table table {
    table-layout: fixed;
  }
  .responsive_table tr {
    height: 64px;
  }
  .responsive_table tr:nth-child(odd) {
    background-color: #16366e;
    line-height: 21px;
    color: #fff;
  }
  .responsive_table tr:nth-child(odd) td {
    background-color: #16366e;
    color: #fff;
  }
  .responsive_table tr:nth-child(even) {
    background-color: #16366e;
    line-height: 21px;
    color: #fff;
  }
  .responsive_table tr td {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 5px 5px;
    border: 1px solid #dcdcdc;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .responsive_table tr td:first-child a,
.responsive_table tr td:first-child p {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .responsive_table tr td:last-child {
    padding-left: 10px;
    background-color: #f2f2f2;
    color: #000;
  }
}
@media (max-width: 767px) {
  .responsive_table tr.blueBg {
    margin-bottom: 5px;
    height: inherit;
  }
  .responsive_table tr.blueBg td {
    text-align: center;
  }
  .responsive_table tr.blueBg td:first-child {
    text-align: center;
    background-color: #0080c3;
    color: #fff;
  }
  .responsive_table tr.blueBg td:last-child {
    text-align: center;
    background-color: #eff8fc;
  }
}

.responsive_rates {
  width: 100%;
}
.responsive_ratestable {
  border: 1px solid #033572;
}
.responsive_rates + .responsive_rates {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .responsive_rates {
    background: transparent;
  }
  .responsive_rates table {
    table-layout: fixed;
  }
  .responsive_rates table tr {
    height: 100%;
  }
  .responsive_rates table tr th {
    border: 1px solid #dcdcdc;
  }
  .responsive_rates table tr th a {
    pointer-events: none;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
  }
  .responsive_rates table tr.blueBg {
    margin-bottom: 5px;
    height: inherit;
    width: 100%;
  }
  .responsive_rates table tr td {
    font-size: 16px;
    line-height: 18px;
    color: #1c3d6d;
    font-weight: 500;
    border: 1px solid #dcdcdc;
    width: 50%;
  }
  .responsive_rates table tr td:nth-child(odd) p {
    margin-bottom: 5px;
    font-weight: 700;
  }
  .responsive_rates table tr td:nth-child(even) p {
    margin-bottom: 5px;
    font-weight: 700;
  }
  .responsive_rates table tr td:nth-child(1) {
    padding-right: 20px;
    padding-left: 10px;
    padding-top: 17px;
    padding-bottom: 10px;
  }
  .responsive_rates table tr td p {
    margin-bottom: 5px;
    color: #292929;
    font-weight: 700;
  }
  .responsive_rates table tr td:last-child {
    text-align: left;
    padding-left: 15px;
    width: 50%;
  }
  .responsive_rates table tr td:last-child p {
    font-size: inherit;
    padding-left: 0px;
    padding-right: 0px;
    /*margin-bottom: 0px;*/
    /*+p{
    	margin-bottom: 0;
    }*/
  }
  .responsive_rates table tr:nth-child(2) td {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .responsive_rates {
    margin-bottom: 21px;
  }
  .responsive_rates tr {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .responsive_rates tr th {
    border: 1px solid #dcdcdc;
  }
  .responsive_rates tr th a {
    pointer-events: none;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
  }
  .responsive_rates tr td {
    font-size: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
  }
  .responsive_rates tr td p {
    font-size: 16px;
  }
  .responsive_rates tr td p strong {
    font-weight: 700;
  }
  .responsive_rates tr td:nth-child(odd) p {
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
  }
  .responsive_rates tr td:nth-child(even) p {
    margin-bottom: 5px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
  }
  .responsive_rates tr td:nth-child(1) {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-bottom: solid 1px #dcdcdc;
  }
  .responsive_rates tr td:last-child {
    padding: 10px 10px 10px 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-bottom: solid 1px #dcdcdc;
  }
  .responsive_rates tr.blueBg {
    margin-bottom: 0px;
    height: 100%;
  }
  .responsive_rates tr.blueBg td:nth-child(odd) {
    color: #fff;
  }
  .responsive_rates tr.blueBg td p {
    margin-bottom: 5px;
    color: #000;
    font-weight: 700;
  }
}

.flexGeneral .tableSection tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tableSection .compareTable {
  width: 100%;
  table-layout: fixed;
}
.tableSection .compareTable thead tr th {
  text-align: left;
  background-color: #16366e;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 26px;
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
  color: #fff;
  border: none;
  border-left: solid 1px #8c8c8c;
  border-right: solid 1px #8c8c8c;
  border-top: solid 1px #dcdcdc;
}
@media (max-width: 1023px) {
  .tableSection .compareTable thead tr th {
    font-size: 16px;
  }
}
.tableSection .compareTable thead tr th a {
  color: #fff;
  font-size: 23px;
  font-weight: 900;
}
@media (max-width: 1023px) {
  .tableSection .compareTable thead tr th a {
    font-size: 18px;
  }
}
.tableSection .compareTable thead tr th a:hover {
  color: #fff;
}
.tableSection .compareTable thead tr th:first-child {
  text-align: center;
  background-color: #0080c3;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .tableSection .compareTable thead tr th {
    font-size: 14px;
    line-height: 16px;
    padding-left: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tableSection .compareTable thead tr th:nth-child(2) {
    display: table-cell;
  }
  .tableSection .compareTable thead tr th:last-child {
    width: 22%;
  }
}
.tableSection .compareTable thead tr th p {
  color: #fff;
  font-weight: 900;
}
.tableSection .compareTable tbody {
  border: 1px solid #dcdcdc;
}
.tableSection .compareTable tbody .lmo {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1279px) {
  .tableSection .compareTable tbody .lmo {
    padding-left: 13px;
  }
}
.tableSection .compareTable tbody .lmo:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 6px;
  border-top: 6px solid transparent;
  border-left: 9px solid #033572;
  border-bottom: 6px solid transparent;
}
@media (max-width: 1279px) {
  .tableSection .compareTable tbody .lmo:after {
    top: 3px;
  }
}
.tableSection .compareTable tbody tr td {
  text-align: left;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  padding-top: 31px;
  padding-bottom: 31px;
  vertical-align: middle;
  border-top: none;
  border-left: 1px solid #dcdcdc;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .tableSection .compareTable tbody tr td {
    font-size: 18px;
    line-height: 21px;
    padding-left: 8px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tableSection .compareTable tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .tableSection .compareTable tbody tr td:nth-child(2) {
    display: table-cell !important;
  }
}
.tableSection .compareTable tbody tr td:first-child {
  text-align: center;
  background-color: #eff8fc;
}
.tableSection .compareTable tbody tr td:last-child {
  background-color: #f2f2f2;
}
.tableSection .compareTable tbody tr td p {
  color: inherit;
  font-size: 18px;
  font-weight: 700;
}
.tableSection .compareTable tbody tr td p:last-child {
  padding-bottom: 0px;
}
.tableSection .compareTable tbody tr td p strong {
  font-weight: 700;
}
.tableSection .compareTable tbody tr td a {
  font-weight: 700;
}
.tableSection .compareTable tbody tr td a:hover {
  text-decoration: underline;
}
.tableSection .compareTable tbody tr:nth-child(odd) {
  background-color: #fff;
  line-height: 21px;
}
.tableSection .compareTable tbody tr:nth-child(odd) td {
  background-color: #fff;
}
.tableSection .compareTable tbody tr:nth-child(even) {
  background-color: #f2f2f2;
  line-height: 21px;
}
.tableSection .compareTable.minTable {
  width: 500px;
}
.tableSection .compareTable.minTable thead tr th:last-child {
  width: auto;
}
.tableSection .compareTable table + table {
  margin-top: 42px;
}

@media screen and (min-width: 1024px) {
  .Blue .tableSection .compareTable thead tr th:first-child {
    min-width: 200px;
  }
}
@media (min-width: 1280px) {
  .Blue .tableSection .compareTable thead tr th:first-child {
    min-width: 300px;
  }
}

.comparePanel {
  background: #fff;
}
.comparePanel .headingWrapper p {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .comparePanel .headingWrapper p {
    margin-top: 0;
  }
}
.comparePanel .comaprePlan {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .comparePanel .comaprePlan {
    display: block;
  }
}
.comparePanel .comaprePlan .compareList {
  list-style-type: done;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .comparePanel .comaprePlan .compareList {
    display: block;
  }
}
.comparePanel .comaprePlan .compareList li {
  width: 48.5%;
  background-color: #f2f2f2;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px 0px 20px 0px;
}
.comparePanel .comaprePlan .compareList li:last-child {
  width: 48.4%;
}
@media (max-width: 1279px) {
  .comparePanel .comaprePlan .compareList li {
    width: 49%;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 15px;
  }
  .comparePanel .comaprePlan .compareList li:last-child {
    margin-right: 0px;
    width: 49%;
  }
}
@media (max-width: 1023px) {
  .comparePanel .comaprePlan .compareList li {
    width: 48%;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 15px;
  }
  .comparePanel .comaprePlan .compareList li:last-child {
    margin-right: 0px;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .comparePanel .comaprePlan .compareList li {
    width: 100%;
    margin-bottom: 20px;
  }
  .comparePanel .comaprePlan .compareList li:last-child {
    margin-right: 0px;
    width: 100%;
  }
}
.comparePanel .comaprePlan .compareList li .listDetails p {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.4px;
  margin-top: 9px;
  margin-bottom: 16px;
  padding: 0px 20px;
}
.comparePanel .comaprePlan .compareList li .listDetails .titleContent h3 {
  color: #0a1b5f;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
}
.comparePanel .comaprePlan .compareList li .listDetails .ctaLinks {
  background-color: #e7c157;
  border: 1px solid #e7c157;
  color: #0a1b5f;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  width: 141px;
  padding: 8px 0;
  margin-bottom: 10px;
  transition: 0.3s all;
}
.comparePanel .comaprePlan .compareList li .listDetails .ctaLinks:hover {
  border-color: #0a1b5f;
  background: transparent;
}
.comparePanel .comaprePlan .compareList li .listDetails .button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.comparePanel .comaprePlan .compareList li .listDetails .button a + a {
  margin-top: 34px;
}

.flexGeneral table ul {
  margin-top: 0;
}
.flexGeneral table ul li {
  padding-left: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .flexGeneral table ul li {
    padding-left: 5px;
    word-break: break-word;
  }
}
@media (max-width: 767px) {
  .flexGeneral table ul li:before {
    left: -7px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ratesBlock .tableSection .compareTable {
    table-layout: auto;
  }
}

.mbWrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .mbWrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mbWrapper table.compareTable {
  max-width: 900px;
  table-layout: auto;
}
.mbWrapper table.compareTable thead tr th {
  padding: 10px;
}
.mbWrapper table.compareTable tbody tr td {
  padding: 10px;
}
.mbWrapper .dwnldApp {
  min-width: 400px;
  border: 1px solid #033572;
  margin-left: 20px;
}
@media (max-width: 1279px) {
  .mbWrapper .dwnldApp {
    min-width: 250px;
  }
}
@media (max-width: 1023px) {
  .mbWrapper .dwnldApp {
    margin-left: 0;
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .mbWrapper .dwnldApp {
    min-width: 100%;
  }
}
.mbWrapper .dwnldApp h3 {
  color: #fff;
  background: #033572;
  text-align: center;
  padding: 15px 0px;
}
@media (max-width: 1279px) {
  .mbWrapper .dwnldApp h3 {
    font-size: 18px;
  }
}
.mbWrapper .dwnldApp h3 img {
  width: 25px;
  margin-right: 15px;
}
@media (max-width: 1279px) {
  .mbWrapper .dwnldApp h3 img {
    width: 20px;
  }
}
.mbWrapper .dwnldApp .figWrapper {
  text-align: center;
  padding: 30px 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mbWrapper .dwnldApp a {
  display: inline-block;
}
.mbWrapper .dwnldApp a + a {
  margin-top: 30px;
}
.mbWrapper .dwnldApp img {
  max-width: 200px;
}
@media (max-width: 1279px) {
  .mbWrapper .dwnldApp img {
    max-width: 165px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  #tablenormal2 {
    overflow: hidden;
    overflow-x: auto;
    display: block;
  }
  #tablenormal2 .compareTable {
    width: 100%;
    table-layout: auto;
  }
}
.subBanner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: top;
  background-size: cover;
}
.subBanner .bgWrap h1 {
  color: #fff;
  font-size: 96px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .subBanner .bgWrap h1 {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subBanner .bgWrap h1 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .subBanner .bgWrap h1 {
    font-size: 32px;
  }
}
.subBanner.left .bgWrap h1 {
  text-transform: none;
}

.locationFilter.resourceFilter {
  background: none;
  margin: 40px 0 68px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter.resourceFilter {
    margin: 26px 0 97px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter.resourceFilter {
    margin: 26px 0 0px;
  }
}
@media (max-width: 767px) {
  .locationFilter.resourceFilter {
    margin: -11px 0 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .inputWrap {
    padding: 0 0 26px;
  }
}
@media (max-width: 767px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .inputWrap .dataFilter {
    margin: 0 0 18px;
  }
}
@media (min-width: 1280px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .inputWrap .dataFilter.First {
    width: 38.213%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .inputWrap .dataFilter.First {
    width: 37.832%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .inputWrap .dataFilter.First {
    width: 328px;
    margin: 0 29px 28px 0;
  }
}
@media (min-width: 1280px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .inputWrap .dataFilter.Second {
    width: 26.034%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .inputWrap .dataFilter.Second {
    width: 25.775%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .inputWrap .dataFilter.Second {
    width: 332px;
    margin: 0 0 28px 0;
  }
}
@media (min-width: 1280px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .inputWrap .dataFilter.Third {
    width: 29.61%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .inputWrap .dataFilter.Third {
    width: 29.315%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .inputWrap .dataFilter.Third {
    width: 328px;
  }
}
.locationFilter.resourceFilter .parentWrap .innerWrap form .btnWrap {
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .btnWrap {
    text-align: right;
  }
}
.locationFilter.resourceFilter .parentWrap .innerWrap form .btnWrap button.findBranch {
  min-width: 167px;
  margin: 0 43px 0 35px;
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .btnWrap button.findBranch {
    margin: 0 43px 0 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .btnWrap button.findBranch {
    margin: 0 38px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .btnWrap button.findBranch {
    margin: 0 0 0 18px;
  }
}
@media (max-width: 767px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .btnWrap button.findBranch {
    margin: 4px 0 8px;
  }
}
.locationFilter.resourceFilter .parentWrap .innerWrap form .btnWrap button.resetBtn {
  min-width: 167px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locationFilter.resourceFilter .parentWrap .innerWrap form .btnWrap button.resetBtn {
    margin: 0 0 0 5px;
  }
}

.resourceSection {
  display: table;
  width: 100%;
  margin: 68px 0 40px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .resourceSection {
    margin: 39px 0 25px;
  }
}
@media (max-width: 767px) {
  .resourceSection {
    margin: 28px 0 40px;
  }
}
.resourceSection .videoPlayer {
  position: relative;
  cursor: pointer;
}
.resourceSection .videoPlayer:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 69px;
  height: 69px;
  background-image: url(../images/resources/playButton.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s;
}
.resourceSection .videoPlayer:hover:after {
  opacity: 0.7;
}
.resourceSection .parentWrap .resourceBg {
  background: #e9e9e9;
  padding: 29px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceSection .parentWrap .resourceBg {
    padding: 29px 0 15px;
  }
}
@media (max-width: 767px) {
  .resourceSection .parentWrap .resourceBg {
    padding: 17px 0 28px;
  }
}
.resourceSection .parentWrap .resourceBg:nth-child(2n+2) {
  background: #fff;
}
.resourceSection .parentWrap .resourceBg .innerWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .resourceSection .parentWrap .resourceBg .innerWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.resourceSection .parentWrap .resourceBg .innerWrap .imgLink {
  margin-right: 23px;
}
@media (max-width: 767px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .imgLink {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.resourceSection .parentWrap .resourceBg .innerWrap .imgSec {
  min-width: 300px;
  height: 182px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .imgSec {
    min-width: 240px;
    height: 145px;
  }
}
@media (max-width: 767px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .imgSec {
    min-width: 100%;
    width: 100%;
    margin: 0;
  }
}
.resourceSection .parentWrap .resourceBg .innerWrap .imgSec.videoContainer {
  position: relative;
  cursor: pointer;
}
.resourceSection .parentWrap .resourceBg .innerWrap .imgSec.videoContainer iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.resourceSection .parentWrap .resourceBg .innerWrap .imgSec.videoContainer:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 69px;
  height: 69px;
  background-image: url(../images/resources/playButton.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s;
}
.resourceSection .parentWrap .resourceBg .innerWrap .imgSec.videoContainer:hover:after {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 767px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .imgSec + .cntSec h3 {
    margin: 18px 0 4px;
  }
}
.resourceSection .parentWrap .resourceBg .innerWrap .cntSec {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.resourceSection .parentWrap .resourceBg .innerWrap .cntSec h3 {
  font-size: 16px;
  font-weight: 900;
  color: #16366e;
  margin: -12px 0 -9px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .cntSec h3 {
    margin: -8px 0 1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .cntSec h3 {
    margin: -8px 0 1px;
  }
}
@media (max-width: 767px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .cntSec h3 {
    margin: -5px 0 4px;
  }
}
.resourceSection .parentWrap .resourceBg .innerWrap .cntSec h2 {
  font-size: 24px;
  color: #16366e;
  line-height: 30px;
  margin: 6px 0 21px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .cntSec h2 {
    line-height: 27px;
    margin: 0 0 11px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .cntSec h2 {
    line-height: 27px;
    margin: 0 0 19px;
  }
}
@media (max-width: 767px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .cntSec h2 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 22px;
  }
}
.resourceSection .parentWrap .resourceBg .innerWrap .cntSec p {
  font-size: 20px;
  font-weight: 300;
  color: #151515;
  padding: 0 4% 0 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .cntSec p {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .cntSec p {
    padding: 0;
    line-height: 23px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .cntSec p {
    font-size: 16px;
  }
}
.resourceSection .parentWrap .resourceBg .innerWrap .cntSec p a {
  color: #16366e;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .cntSec p a {
    margin: 17px 0 0;
    display: block;
    width: 100%;
  }
}
.resourceSection .parentWrap .resourceBg .innerWrap .cntSec p a:hover {
  text-decoration: none;
}
.resourceSection .parentWrap .resourceBg .innerWrap .cntSec p a:after {
  content: "";
  position: absolute;
  top: 7px;
  margin: 0 0 0 8px;
  width: 6px;
  height: 10px;
  background-image: url(../images/resources/caret-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .cntSec p a:after {
    top: 8px;
    margin: 0 0 0 7px;
  }
}
@media (max-width: 767px) {
  .resourceSection .parentWrap .resourceBg .innerWrap .cntSec p a:after {
    top: 6px;
  }
}
.resourceSection .parentWrap + .pagination ul {
  margin: 33px 0 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .resourceSection .parentWrap + .pagination ul {
    margin: -3px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceSection .parentWrap + .pagination ul {
    margin: 11px 0 0;
  }
}
@media (max-width: 767px) {
  .resourceSection .parentWrap + .pagination ul {
    margin: 12px 0 0;
  }
}

.shareBtn {
  display: block;
  width: 100%;
  margin: 36px 0 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .shareBtn {
    margin: 13px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .shareBtn {
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .shareBtn {
    margin: 21px 0 0;
  }
}
.shareBtn a {
  display: inline-block;
  font-size: 16px;
  color: #16366e;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 13px;
  padding: 10px 5px;
  border: 1px solid #16366e;
  padding: 6px 16px 2px 11px;
  transition: all 0.3s;
}
.shareBtn a img {
  position: relative;
  top: -2px;
  left: 4px;
}
.shareBtn a:hover {
  background: #e7c247;
  border: 1px solid #e7c247;
  color: #16366e;
}

.resourceDetailSec {
  margin: -2px 0 40px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .resourceDetailSec {
    margin: -19px 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceDetailSec {
    margin: -13px 0 40px;
  }
}
@media (max-width: 767px) {
  .resourceDetailSec {
    margin: 30px 0 40px;
  }
}
.resourceDetailSec .resourceDetailCnt {
  width: 830px;
  margin: 0 auto;
}

    .resourceDetailSec  .resourceDetailCnt p a {
        color: #033572;
    }

@media (min-width: 1024px) and (max-width: 1279px) {
  .resourceDetailSec .resourceDetailCnt {
    width: 91.815%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceDetailSec .resourceDetailCnt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .resourceDetailSec .resourceDetailCnt {
    width: 100%;
  }
}
.resourceDetailSec .resourceDetailCnt h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
  font-weight: 900;
  color: #16366e;
  text-align: center;
}
@media (max-width: 767px) {
  .resourceDetailSec .resourceDetailCnt h2 {
    line-height: 28px;
  }
}
.resourceDetailSec .resourceDetailCnt h3 {
  font-size: 16px;
  font-weight: 900;
  color: #16366e;
  text-align: center;
  margin: -7px 0 20px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .resourceDetailSec .resourceDetailCnt h3 {
    margin: 4px 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceDetailSec .resourceDetailCnt h3 {
    margin: 5px 0 2px;
  }
}
@media (max-width: 767px) {
  .resourceDetailSec .resourceDetailCnt h3 {
    margin: 15px 0 15px;
  }
}
.resourceDetailSec .resourceDetailCnt .imgSec {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.resourceDetailSec .resourceDetailCnt .imgSec .videoPlayer {
  position: relative;
  cursor: pointer;
}
.resourceDetailSec .resourceDetailCnt .imgSec .videoPlayer:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 69px;
  height: 69px;
  background-image: url(../images/resources/playButton.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s;
}
.resourceDetailSec .resourceDetailCnt .imgSec .videoPlayer:hover:after {
  opacity: 0.7;
}
.resourceDetailSec .resourceDetailCnt .shareBtn {
  width: 87.062%;
  margin: 34px auto 38px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .resourceDetailSec .resourceDetailCnt .shareBtn {
    margin: 31px auto 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceDetailSec .resourceDetailCnt .shareBtn {
    width: 100%;
    margin: 31px auto 33px;
  }
}
@media (max-width: 767px) {
  .resourceDetailSec .resourceDetailCnt .shareBtn {
    width: 100%;
    margin: 35px auto 33px;
  }
}
.resourceDetailSec .resourceDetailCnt .content {
  padding: 0 0 0 9px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceDetailSec .resourceDetailCnt .content {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .resourceDetailSec .resourceDetailCnt .content {
    padding: 0px;
  }
}
.resourceDetailSec .resourceDetailCnt .content ol {
  padding-left: 20px;
  margin: 20px 0px;
}
.resourceDetailSec .resourceDetailCnt .content ol li {
  display: list-item;
  font-size: 18px;
  list-style-type: decimal;
  font-size: 20px;
  font-weight: 300;
  color: #151515;
  line-height: 24px;
}
.resourceDetailSec .resourceDetailCnt .content ol li + li {
  margin-top: 15px;
}
@media (max-width: 1279px) {
  .resourceDetailSec .resourceDetailCnt .content ol li {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .resourceDetailSec .resourceDetailCnt .content ol li {
    font-size: 16px;
    line-height: 20px;
  }
}
.resourceDetailSec .resourceDetailCnt .content ul {
  margin: 20px 0px;
}
.resourceDetailSec .resourceDetailCnt .content ul li {
  font-size: 20px;
  font-weight: 300;
  color: #151515;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
@media (max-width: 1279px) {
  .resourceDetailSec .resourceDetailCnt .content ul li {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .resourceDetailSec .resourceDetailCnt .content ul li {
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
.resourceDetailSec .resourceDetailCnt .content ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  border-top: 6px solid transparent;
  border-left: 9px solid #0080c3;
  border-bottom: 6px solid transparent;
}
.resourceDetailSec .resourceDetailCnt .content ul li a {
  color: #033572;
  font-weight: 900;
}
.resourceDetailSec .resourceDetailCnt .content ul li a:hover {
  text-decoration: underline;
}
.resourceDetailSec .resourceDetailCnt .content ul + ul {
  margin-top: 12px;
}
.resourceDetailSec .resourceDetailCnt .content ul ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.resourceDetailSec .resourceDetailCnt .content ul + p {
  margin-top: 31px;
}
@media (max-width: 1023px) {
  .resourceDetailSec .resourceDetailCnt .content ul + p {
    margin-top: 15px;
  }
}
.resourceDetailSec .resourceDetailCnt .content p {
  font-size: 20px;
  font-weight: 300;
  color: #151515;
  line-height: 24px;
}
@media (max-width: 1279px) {
  .resourceDetailSec .resourceDetailCnt .content p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .resourceDetailSec .resourceDetailCnt .content p {
    font-size: 16px;
    line-height: 20px;
  }
}
.resourceDetailSec .resourceDetailCnt .content p strong {
  font-weight: 700;
  margin: 0 0 0px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .resourceDetailSec .resourceDetailCnt .content p strong {
    margin: 0 0 -1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceDetailSec .resourceDetailCnt .content p strong {
    margin: 0 0 0px;
  }
}
@media (max-width: 767px) {
  .resourceDetailSec .resourceDetailCnt .content p strong {
    margin: 0 0 -1px;
  }
}
.resourceDetailSec .resourceDetailCnt .content p + p {
  margin-top: 27px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceDetailSec .resourceDetailCnt .content p + p {
    margin-top: 29px;
  }
}
@media (max-width: 767px) {
  .resourceDetailSec .resourceDetailCnt .content p + p {
    margin-top: 30px;
  }
}
.resourceDetailSec .resourceDetailCnt .content .backResult {
  display: block;
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: 900;
  color: #16366e;
  margin: 25px 0 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .resourceDetailSec .resourceDetailCnt .content .backResult {
    margin: 24px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceDetailSec .resourceDetailCnt .content .backResult {
    margin: 32px 0 0px;
  }
}
@media (max-width: 767px) {
  .resourceDetailSec .resourceDetailCnt .content .backResult {
    margin: 47px 0 0;
  }
}
.resourceDetailSec .resourceDetailCnt .content .backResult a {
  position: relative;
  color: inherit;
  padding-left: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceDetailSec .resourceDetailCnt .content .backResult a {
    padding-left: 13px;
  }
}
.resourceDetailSec .resourceDetailCnt .content .backResult a:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 7px;
  margin: 0 0 0 8px;
  width: 6px;
  height: 10px;
  background-image: url(../images/resources/caret-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resourceDetailSec .resourceDetailCnt .content .backResult a:before {
    top: 8px;
    margin: 0 0 0 7px;
  }
}
@media (max-width: 767px) {
  .resourceDetailSec .resourceDetailCnt .content .backResult a:before {
    top: 7px;
  }
}
.resourceDetailSec .resourceDetailCnt .shareBtn a {
  padding: 6px 31px 2px 28px;
}

header + .breadcrumbWrap {
  margin-top: 37px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  header + .breadcrumbWrap {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  header + .breadcrumbWrap {
    margin-top: 23px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  header + .breadcrumbWrap {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.personalChecking.heroBlock {
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .personalChecking.heroBlock {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .personalChecking.heroBlock {
    position: relative;
  }
  .personalChecking.heroBlock .headingWrapper h1 {
    padding-top: 92px;
  }
  .personalChecking.heroBlock .noIcons h1 {
    padding-top: 0px;
  }
  .personalChecking.heroBlock .connectWithUs {
    position: absolute;
    top: -37px;
  }
}
.personalChecking.heroBlock .contentText {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 13px;
}
@media (max-width: 1023px) {
  .personalChecking.heroBlock .contentText {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.personalChecking.heroBlock .contentText p {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  max-width: 730px;
}
.personalChecking.heroBlock .contentText p a {
  color: #033572;
  font-weight: 900;
}
.personalChecking.heroBlock .contentText p a:hover {
  text-decoration: underline;
}
.personalChecking.heroBlock .contentText p strong {
  font-weight: 900;
}
.personalChecking.heroBlock .contentFlex p + ul {
  margin-top: 20px;
}
.personalChecking.heroBlock .contentFlex ul li {
  font-size: 16px;
  font-weight: 300;
  color: #404040;
  line-height: 22px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 35px;
}
@media (max-width: 1023px) {
  .personalChecking.heroBlock .contentFlex ul li {
    padding-left: 20px;
  }
}
.personalChecking.heroBlock .contentFlex ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  border-top: 6px solid transparent;
  border-left: 9px solid #0080c3;
  border-bottom: 6px solid transparent;
}
.personalChecking.heroBlock .contentFlex ul li a {
  color: #033572;
  font-weight: 900;
}
.personalChecking.heroBlock .contentFlex ul li a:hover {
  text-decoration: underline;
}
.personalChecking.heroBlock .contentFlex ul + ul {
  margin-top: 12px;
}
.personalChecking.heroBlock .contentFlex ul ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.personalChecking.heroBlock .contentFlex ul + p {
  margin-top: 31px;
}
@media (max-width: 1023px) {
  .personalChecking.heroBlock .contentFlex ul + p {
    margin-top: 15px;
  }
}
@media (max-width: 1279px) {
  .personalChecking.heroBlock .contentFlex {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .personalChecking.heroBlock .contentFlex {
    padding-right: 0px;
  }
}
.personalChecking.heroBlock .connectWithUs {
  margin-top: -15px;
}
@media (max-width: 1023px) {
  .personalChecking.heroBlock .connectWithUs {
    margin-top: 30px;
  }
}
.personalChecking.heroBlock .connectWithUs p {
  color: #61a0a4;
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .personalChecking.heroBlock .connectWithUs p {
    font-size: 18px;
  }
}
.personalChecking.heroBlock .connectWithUs ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  position: relative;
}
@media (max-width: 1023px) {
  .personalChecking.heroBlock .connectWithUs ul li {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .personalChecking.heroBlock .connectWithUs ul li {
    width: 40px;
  }
}
.personalChecking.heroBlock .connectWithUs ul li + li {
  margin-left: 12px;
}
.personalChecking.heroBlock .connectWithUs ul li a:focus-within:after, .personalChecking.heroBlock .connectWithUs ul li a:focus:after {
  outline-style: dotted;
  outline-color: #033572;
  outline-width: 2px;
}
.personalChecking.heroBlock .connectWithUs ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  width: 250px;
  height: 64px;
  left: -50px;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.15s all;
  background-size: contain;
}
@media (max-width: 1023px) {
  .personalChecking.heroBlock .connectWithUs ul li a:after {
    width: 200px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .personalChecking.heroBlock .connectWithUs ul li a:after {
    width: 170px;
    height: 43px;
  }
}
.personalChecking.heroBlock .connectWithUs ul li:nth-child(1) a:after {
  background-image: url("../images/personal-banking/CPB_Icons_select_Email.png");
}
.personalChecking.heroBlock .connectWithUs ul li:nth-child(2) a:after {
  background-image: url("../images/personal-banking/CPB_Icons_select.png");
}
.personalChecking.heroBlock .connectWithUs ul li:nth-child(3) a:after {
  background-image: url("../images/personal-banking/CPB_Icons_select_ContactUs.png");
}
.personalChecking.heroBlock .connectWithUs ul li .cta_hover {
  position: absolute;
  left: -25px;
  top: 0px;
  min-width: 264px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
@media screen and (min-width: 1280px) and (max-width: 1380px) {
  .personalChecking.heroBlock .connectWithUs ul li .cta_hover {
    left: -47px;
  }
}
@media (max-width: 1279px) {
  .personalChecking.heroBlock .connectWithUs ul li .cta_hover {
    min-width: 227px;
    display: none;
  }
}
.personalChecking.heroBlock .connectWithUs ul li img {
  transition: 0.2s all;
}
.personalChecking.heroBlock .connectWithUs ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  left: -25px;
}
@media (max-width: 1023px) {
  .personalChecking.heroBlock .connectWithUs ul li a:hover:after {
    left: 0;
  }
}
.personalChecking.heroBlock p + .blueBtn {
  margin-top: 15px;
}
.personalChecking.heroBlock .ctaBtn {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.personalChecking.heroBlock .applyNw {
  font-size: 17px;
  padding: 5px 15px;
  margin-top: 25px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .personalChecking.heroBlock .applyNw {
    font-size: 14px;
  }
}
.personalChecking.heroBlock .applyNw figure {
  width: 45px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .personalChecking.heroBlock .applyNw figure {
    width: 59px;
  }
}
.personalChecking.personalLinks {
  margin-bottom: 100px;
}
@media (max-width: 1279px) {
  .personalChecking.personalLinks {
    margin-bottom: 80px;
  }
}
.personalChecking.personalLinks .wraps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .personalChecking.personalLinks .wraps {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.personalChecking.personalLinks .bgWrap {
  height: 400px;
  width: 49.5%;
  position: relative;
  margin-right: 1%;
  margin-bottom: 12px;
  transition: 0.3s all;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .personalChecking.personalLinks .bgWrap {
    height: 240px;
  }
}
@media (max-width: 1023px) {
  .personalChecking.personalLinks .bgWrap {
    height: 185px;
  }
}
@media (max-width: 767px) {
  .personalChecking.personalLinks .bgWrap {
    height: 170px;
    width: 100%;
  }
}
.personalChecking.personalLinks .bgWrap:nth-child(2n+2) {
  margin-right: 0;
}
.personalChecking.personalLinks .bgWrap:hover figure {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.personalChecking.personalLinks figure {
  transition: 0.3s all;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.personalChecking.personalLinks h4 {
  background-color: #0080c3;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  bottom: 33px;
  right: 0;
  padding: 9px 25px;
}
@media (max-width: 1279px) {
  .personalChecking.personalLinks h4 {
    font-size: 20px;
    padding: 7px 20px;
  }
}
@media (max-width: 1023px) {
  .personalChecking.personalLinks h4 {
    font-size: 18px;
    padding: 4px 7px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .personalChecking.personalLinks h4 {
    font-size: 16px;
    padding: 2px 10px;
    bottom: 15px;
    max-width: 80%;
  }
}

.personalListingHeading {
    margin-bottom: 25px;
}

.wraps + .personalListingHeading {
    margin-top: 50px;
}

.personalListing {
    margin-bottom: 85px;
}
@media (max-width: 1279px) {
  .personalListing {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .personalListing {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .personalListing .wraps {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.personalListing .wraps + .wraps {
  margin-top: 75px;
}
@media (max-width: 1279px) {
  .personalListing .wraps + .wraps {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .personalListing .wraps + .wraps {
    margin-top: 20px;
  }
}
.personalListing .panelHeading {
  background-color: #0080c3;
}
.personalListing .panelHeading h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 31px;
  padding-top: 10px;
  padding-bottom: 11px;
}
@media (max-width: 1023px) {
  .personalListing .panelHeading h4 {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .personalListing .panelHeading h4 {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .personalListing .panelHeading h4 {
    padding-left: 30px;
  }
}
.personalListing .panelContent {
  background-color: #eff9ff;
  color: #202020;
  padding-left: 31px;
  padding-right: 48px;
  padding-top: 28px;
  padding-bottom: 29px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .personalListing .panelContent {
    padding: 20px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .personalListing .panelContent {
    padding: 15px;
    padding-left: 30px;
  }
}
.personalListing .panelContent p {
  font-size: 16px;
  line-height: 18px;
  max-width: 600px;
}
.personalListing .panelContent p + p {
  margin-top: 15px;
}
.personalListing .panelContent p + ul {
  margin-top: 15px;
}
.personalListing .panelContent h4 {
  font-size: 20px;
  color: #202020;
  margin-top: 22px;
  margin-bottom: 15px;
}
.personalListing .panelContent .leftContent {
  max-width: 680px;
}
.personalListing .panelContent ul li {
  max-width: 800px;
  font-size: 16px;
  padding-left: 18px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .personalListing .panelContent ul li {
    padding-right: 20px;
  }
}
.personalListing .panelContent ul li:before {
  position: absolute;
  content: ">";
  left: 0;
  top: 0;
}
.personalListing .panelContent ul li + li {
  margin-top: 12px;
}
.personalListing .panelContent ul + p {
  margin-top: 15px;
}
@media (max-width: 1279px) {
  .personalListing .panelContent .leftContent {
    padding-right: 20px;
  }
}
.personalListing .panelContent .rightContent {
  width: 211px;
}
@media (max-width: 1023px) {
  .personalListing .panelContent .rightContent {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .personalListing .panelContent .rightContent {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.personalListing .panelContent .rightContent .blueBtn {
  width: 211px;
}
@media (max-width: 1023px) {
  .personalListing .panelContent .rightContent .blueBtn {
    width: 195px;
  }
}
.personalListing .panelContent .rightContent .blueBtn + .blueBtn {
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .personalListing .panelContent .rightContent .blueBtn + .blueBtn {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .personalListing .panelContent .rightContent .blueBtn + .blueBtn {
    margin-top: 10px;
  }
}

.blueBtn {
  border: 2px solid #0080c3;
  font-size: 18px;
  font-weight: 700;
  color: #0080c3;
  transition: 0.3s all;
  text-transform: uppercase;
  min-width: 185px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0px;
}
@media (max-width: 1023px) {
  .blueBtn {
    font-size: 16px;
  }
}
.blueBtn figure {
  width: 70px;
  padding-left: 15px;
}
@media (max-width: 1023px) {
  .blueBtn figure {
    width: 60px;
  }
}
.blueBtn.applyNw {
  background-color: #e7c157;
  color: #033572;
  border-color: #e7c157;
  padding: 8px 0px;
}
.blueBtn.applyNw:hover {
  background: #ffd548;
  border-color: #ffd548;
}
.blueBtn.bgWhite {
  font-size: 17px;
  color: #033572;
  border: transparent;
}
@media (max-width: 767px) {
  .blueBtn.bgWhite {
    font-size: 14px;
  }
}
.blueBtn.bgWhite figure {
  width: 57px;
}
@media (max-width: 767px) {
  .blueBtn.bgWhite figure {
    width: 66px;
  }
}
.blueBtn.bgWhite:hover {
  color: #2a2b29;
  text-decoration: underline;
}
.blueBtn + .bgWhite {
  margin-left: 20px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .blueBtn + .bgWhite {
    margin-left: 0;
    margin-top: 17px;
  }
}
.blueBtn + .ctaBtn {
  font-size: 17px;
  color: #16366e;
  border: 1px solid #e7c247;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  min-height: 45px;
  padding: 12px 20px;
  background-color: #e7c247;
  font-weight: 700;
  transition: 0.3s all;
}
.blueBtn + .ctaBtn:hover {
  text-decoration: none;
  background: #ffd548;
  border-color: #ffd548;
  color: #16366e;
}

.detailList .flexParent .flexWrap figure img {
  display: none;
}
@media (max-width: 767px) {
  .detailList .flexParent .flexWrap figure img {
    display: block;
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .personalDetail .subHeading {
    max-width: 75%;
  }
}
.personalDetail.detailList .flexParent {
  margin-bottom: 70px;
}
@media (max-width: 1279px) {
  .personalDetail.detailList .flexParent {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .personalDetail.detailList .flexParent {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.personalDetail.detailList .flexParent .flexWrap:nth-child(even) .flexContent {
  width: calc(100% - 600px);
  margin-right: 0px;
}
@media (max-width: 1279px) {
  .personalDetail.detailList .flexParent .flexWrap:nth-child(even) .flexContent {
    width: calc(100% - 450px);
  }
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexParent .flexWrap:nth-child(even) .flexContent {
    width: 100%;
  }
}
.personalDetail.detailList .flexParent .flexWrap:nth-child(even) .flexContent .heading {
  padding-left: 0;
  padding-right: 55px;
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexParent .flexWrap:nth-child(even) .flexContent .heading {
    padding-left: 75px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .personalDetail.detailList .flexParent .flexWrap:nth-child(even) .flexContent .heading {
    padding-left: 0;
  }
}
.personalDetail.detailList .flexParent .flexWrap:nth-child(even) .flexContent .heading:after {
  right: 0;
  left: auto;
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexParent .flexWrap:nth-child(even) .flexContent .heading:after {
    left: 0;
    right: initial;
  }
}
.personalDetail.detailList .flexParent .flexWrap:nth-child(even) .flexInner {
  padding-left: 0;
  padding-right: 75px;
}
@media (max-width: 767px) {
  .personalDetail.detailList .flexParent .flexWrap:nth-child(even) .flexInner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.personalDetail.detailList .flexParent .flexWrap:nth-child(even) figure {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexParent .flexWrap:nth-child(even) figure {
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.personalDetail.detailList .flexParent .flexWrap + .flexWrap {
  margin-top: 70px;
}
.personalDetail.detailList .flexWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexWrap {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.personalDetail.detailList .flexWrap figure {
  width: 600px;
  height: 400px;
  background-size: cover;
}
@media (max-width: 1279px) {
  .personalDetail.detailList .flexWrap figure {
    width: 400px;
    height: 265px;
  }
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexWrap figure {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .personalDetail.detailList .flexWrap figure {
    height: auto;
    background-image: none !important;
  }
}
.personalDetail.detailList .flexContent {
  width: calc(100% - 600px);
}
@media (max-width: 1279px) {
  .personalDetail.detailList .flexContent {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexContent {
    width: 100%;
  }
}
.personalDetail.detailList .flexContent .heading {
  height: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 85px;
  border-bottom: 1px solid #0181ca;
}
@media (max-width: 1279px) {
  .personalDetail.detailList .flexContent .heading {
    padding-left: 68px;
    min-height: 45px;
  }
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexContent .heading {
    padding-left: 75px;
    min-height: 50px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .personalDetail.detailList .flexContent .heading {
    padding-left: 0;
  }
}
.personalDetail.detailList .flexContent .heading:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 55px;
  height: 100%;
  background-color: #0181ca;
}
@media (max-width: 1279px) {
  .personalDetail.detailList .flexContent .heading:after {
    width: 45px;
  }
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexContent .heading:after {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .personalDetail.detailList .flexContent .heading:after {
    width: 5px;
  }
}
.personalDetail.detailList .flexContent .heading h4 {
  color: #0a1b5f;
  margin-top: -5px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}
@media (max-width: 1279px) {
  .personalDetail.detailList .flexContent .heading h4 {
    padding-left: 0px;
    font-size: 18px;
    line-height: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexContent .heading h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .personalDetail.detailList .flexContent .heading h4 {
    line-height: 22px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.personalDetail.detailList .flexInner {
  padding-left: 85px;
  padding-top: 24px;
  padding-right: 40px;
}
@media (max-width: 1279px) {
  .personalDetail.detailList .flexInner {
    padding-left: 70px;
    padding-right: 13px;
  }
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexInner {
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .personalDetail.detailList .flexInner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.personalDetail.detailList .flexInner strong {
  font-weight: 900;
}
.personalDetail.detailList .flexInner h5 {
  font-size: 16px;
  color: #040404;
  font-weight: 500;
}
.personalDetail.detailList .flexInner .ctaBtn {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 20px;
}
.personalDetail.detailList .flexInner p {
  font-size: 16px;
  color: #040404;
  font-weight: 500;
}
.personalDetail.detailList .flexInner p + p {
  margin-top: 30px;
}
@media (max-width: 1279px) {
  .personalDetail.detailList .flexInner p + p {
    margin-top: 20px;
  }
}
.personalDetail.detailList .flexInner p a {
  color: #033572;
  font-weight: 900;
}
.personalDetail.detailList .flexInner p a:hover {
  text-decoration: underline;
}
.personalDetail.detailList .flexInner p a.ctaBtn:hover {
  text-decoration: none;
}
.personalDetail.detailList .flexInner p + ul {
  margin-top: 12px;
}
.personalDetail.detailList .flexInner p.note {
  font-size: 12px;
  line-height: 14px;
  font-weight: 900;
  margin-top: 37px;
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexInner p.note {
    margin-top: 15px;
  }
}
.personalDetail.detailList .flexInner p + h5 {
  margin-top: 28px;
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexInner p + h5 {
    margin-top: 15px;
  }
}
.personalDetail.detailList .flexInner ul li {
  font-size: 16px;
  line-height: 22px;
  color: #040404;
  margin-bottom: 6px;
  position: relative;
  padding-left: 35px;
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexInner ul li {
    padding-left: 20px;
  }
}
.personalDetail.detailList .flexInner ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  border-top: 6px solid transparent;
  border-left: 9px solid #0080c3;
  border-bottom: 6px solid transparent;
}
.personalDetail.detailList .flexInner ul li a {
  color: #033572;
  font-weight: 900;
}
.personalDetail.detailList .flexInner ul li a:hover {
  text-decoration: underline;
}
.personalDetail.detailList .flexInner ul + ul {
  margin-top: 12px;
}
.personalDetail.detailList .flexInner ul ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.personalDetail.detailList .flexInner ul + p {
  margin-top: 31px;
}
@media (max-width: 1023px) {
  .personalDetail.detailList .flexInner ul + p {
    margin-top: 15px;
  }
}

.disclaimerText {
  background-color: #f7f7f7;
  padding: 50px 0px;
}
.disclaimerText a {
  color: inherit;
  text-decoration: underline;
}
.disclaimerText ol {
  counter-reset: li;
}
.disclaimerText ol li {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #040404;
}
.disclaimerText ol li:last-child {
  margin-bottom: 0;
}
.disclaimerText ol li:before {
  position: absolute;
  counter-increment: li;
  content: counter(li);
  left: 0;
}
.disclaimerText ol li > ol {
  margin-top: 10px;
  padding-left: 5px;
}
.disclaimerText ol + p {
  margin-top: 10px;
}
.disclaimerText ol + ol {
  margin-top: 10px;
  padding-left: 5px;
}
.disclaimerText p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #040404;
}
.disclaimerText p + p {
  margin-top: 10px;
}
.disclaimerText p + ol {
  margin-top: 10px;
}
.disclaimerText .borderText {
  border: 2px solid #424242;
  padding: 10px;
  text-align: center;
  color: #424242;
  margin-top: 20px;
  line-height: 18px;
}
.disclaimerText .borderText + .borderText {
  margin-top: 15px;
}

.flexGeneral {
  margin-top: 70px;
}
@media (max-width: 1279px) {
  .flexGeneral {
    margin-top: 40px;
  }
}
.flexGeneral .ctaBtn {
  text-decoration: none;
}
.flexGeneral .ctaBtn:hover {
  text-decoration: none;
}
.flexGeneral h4.heading {
  color: #040404;
  font-size: 24px;
  margin-bottom: 38px;
}
@media (max-width: 1279px) {
  .flexGeneral h4.heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .flexGeneral h4.heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .flexGeneral h4.heading {
    padding-left: 30px;
    font-size: 16px;
  }
}
.flexGeneral .blueBox {
  background-color: #eff9ff;
  padding: 50px 160px 60px 84px;
}
@media (max-width: 1279px) {
  .flexGeneral .blueBox {
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .flexGeneral .blueBox {
    padding: 30px;
  }
}
.flexGeneral p {
  color: #040404;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1279px) {
  .flexGeneral p {
    font-size: 16px;
    line-height: 20px;
  }
}
.flexGeneral p + p {
  margin-top: 25px;
}
.flexGeneral p + h5 {
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .flexGeneral p + h5 {
    margin-top: 15px;
  }
}
.flexGeneral p.note {
  font-size: 12px;
  line-height: 14px;
  font-weight: 900;
  margin-top: 37px;
}
@media (max-width: 1023px) {
  .flexGeneral p.note {
    margin-top: 15px;
  }
}
.flexGeneral h5 {
  color: #040404;
  font-size: 18px;
  font-weight: 900;
}
@media (max-width: 1279px) {
  .flexGeneral h5 {
    font-size: 16px;
  }
}
.flexGeneral h5 + p {
  margin-top: 5px;
}

.panelContent .svgWrapper svg {
  width: 30px;
  max-height: 30px;
  margin-left: 12px;
  margin-right: 26px;
  transition: 0.3s all;
  fill: #007bba;
}
@media (max-width: 1023px) {
  .panelContent .svgWrapper svg {
    margin-right: 16px;
  }
}
.panelContent .blueBtn:hover:not(.applyNw) {
  color: #fff;
  background: #007bba;
}
.panelContent .blueBtn:hover:not(.applyNw) svg {
  fill: #fff;
}

.Blue .panelContent .svgWrapper {
  fill: #007bba;
}
.Blue .panelContent .blueBtn:hover:not(.applyNw) {
  background: #007bba;
  color: #fff;
}
.Blue .panelContent .blueBtn:hover svg {
  fill: #fff;
}

.Green .personalListing .panelHeading {
  background: #00928b;
}
.Green .personalListing .panelContent {
  background-color: #ebfffe;
}
.Green .personalChecking.personalLinks h4 {
  background: #00928b;
}
.Green .personalDetail.detailList .flexContent .heading {
  border-color: #00928b;
}
.Green .personalDetail.detailList .flexContent .heading:after {
  background-color: #00928b;
}
.Green .personalDetail.detailList .flexInner ul li:after {
  border-left-color: #00928b;
}
.Green .flexGeneral .blueBox {
  background-color: #ebfffe;
}
.Green .flexGeneral ul li:before {
  border-left-color: #00928b;
}
.Green .panelContent .svgWrapper svg {
  fill: #00928b;
}
.Green .rightContent .blueBtn {
  border-color: #00928b;
  color: #00928b;
}
.Green .rightContent .blueBtn.applyNw {
  border-color: #e7c157;
  color: #033572;
}
.Green .rightContent .blueBtn:hover {
  background: #00928b;
  color: #fff;
}
.Green .rightContent .blueBtn:hover:not(.applyNw, .bgWhite) {
  background: #00928b;
  color: #fff;
}
.Green .rightContent .blueBtn:hover svg {
  fill: #fff;
}
.Green .rightContent .blueBtn.bgWhite {
  color: #404040;
}
.Green .rightContent .applyNw:hover {
  background: #ffd548;
  border-color: #ffd548;
  color: #033572;
}

.Yellow .personalListing .panelHeading {
  background: #e6c248;
}
.Yellow .personalListing .panelHeading h4 {
  color: #0a1b5f;
}
.Yellow .personalListing .panelContent {
  background-color: #fffbef;
}
@media screen and (min-width: 1024px) {
  .Yellow .personalListing .panelContent .rightContent {
    width: 228px;
  }
}
@media screen and (min-width: 1024px) {
  .Yellow .personalListing .panelContent .rightContent .blueBtn {
    width: 228px;
  }
}
.Yellow .blueBtn {
  border-color: #a1840e;
  color: #a1840e;
}
.Yellow .blueBtn.applyNw {
  border-color: #e7c157;
  color: #033572;
}
.Yellow .personalChecking.personalLinks h4 {
  background: #e6c248;
}
.Yellow .personalDetail.detailList .flexContent .heading {
  border-color: #e6c248;
}
.Yellow .personalDetail.detailList .flexContent .heading:after {
  background-color: #e6c248;
}
.Yellow .personalDetail.detailList .flexInner ul li:after {
  border-left-color: #e6c248;
}
.Yellow .flexGeneral .blueBox {
  background-color: #fffbef;
}
.Yellow .flexGeneral ul li:before {
  border-left-color: #e6c248;
}
.Yellow .panelContent .svgWrapper svg {
  fill: #a1840e;
}
.Yellow .rightContent .blueBtn:hover {
  background: #a1840e;
  color: #fff;
}
.Yellow .rightContent .blueBtn:hover:not(.applyNw, .bgWhite) {
  background: #a1840e;
  color: #fff;
}
.Yellow .rightContent .blueBtn:hover svg {
  fill: #fff;
}
.Yellow .rightContent .blueBtn.bgWhite {
  color: #404040;
}
.Yellow .rightContent .applyNw:hover {
  background: #ffd548;
  border-color: #ffd548;
  color: #033572;
}
.Yellow .officersDetail .parentWrap .innerWrap .address .userParent {
  border-top-color: #e7c247;
}

.orDiv {
  position: relative;
}
@media (max-width: 767px) {
  .orDiv {
    padding-top: 80px;
  }
}

.orImg {
  position: absolute;
  left: 0;
  top: 60px;
}
@media (max-width: 767px) {
  .orImg {
    max-width: 25px;
    left: 0;
    right: 0;
    margin: auto;
    top: -10px;
  }
}

.subBanner1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 327px;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1279px) {
  .subBanner1 {
    height: 300px;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: bottom center;
    background-size: cover;
  }
}
@media (max-width: 1023px) {
  .subBanner1 {
    height: 277px;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: bottom center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .subBanner1 {
    height: 200px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: bottom center;
    background-size: cover;
  }
}
.subBanner1 .bgWrap {
  max-width: 1340px;
  width: 100%;
  padding: 0 0px;
  margin: 0 auto;
}
.subBanner1 .bgWrap h1 {
  color: #fff;
  vertical-align: middle;
  height: 70px;
  text-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  color: #ffffff;
  font-size: 95px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .subBanner1 .bgWrap h1 {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subBanner1 .bgWrap h1 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .subBanner1 .bgWrap h1 {
    font-size: 22px;
  }
}

.page404 {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 50px;
}
.page404 h1 {
  font-size: 264px;
  font-weight: 900;
  margin-top: 224px;
  color: #033572;
}
@media (max-width: 1279px) {
  .page404 h1 {
    font-size: 240px;
    margin-top: 204px;
    color: #033572;
  }
}
@media (max-width: 1023px) {
  .page404 h1 {
    font-size: 200px;
    margin-top: 204px;
    color: #033572;
  }
}
@media (max-width: 767px) {
  .page404 h1 {
    font-size: 140px;
    margin-top: 104px;
    color: #033572;
  }
}
.page404 h3 {
  font-size: 60px;
  font-weight: 500;
  margin-top: 71px;
  line-height: 70px;
  color: #033572;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .page404 h3 {
    font-size: 60px;
    font-weight: 500;
    margin-top: 61px;
    line-height: 70px;
  }
}
@media (max-width: 1023px) {
  .page404 h3 {
    font-size: 60px;
    font-weight: 500;
    margin-top: 71px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .page404 h3 {
    font-size: 44px;
    font-weight: 500;
    margin-top: 60px;
    line-height: 45px;
  }
}
.page404 p {
  font-size: 24px;
  margin-top: 58px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .page404 p {
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    line-height: 35px;
  }
}
.page404 .btnError {
  margin-top: 26px;
}

.sitemap {
  padding-bottom: 80px;
}
.sitemap h1 {
  font-size: 20px !important;
  line-height: 28px;
  /* text-transform: uppercase; */
  margin-top: 50px;
  /* color: #043673; */
  font-weight: 900;
}
.sitemap ul:empty {
  display: none;
}
.sitemap ul {
  margin: 0px 0 10px;
}
.sitemap .group {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 100px;
          column-gap: 100px;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .sitemap .group {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
@media (max-width: 767px) {
  .sitemap .group {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.sitemap .group .item {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}
@media (max-width: 767px) {
  .sitemap .group .item {
    width: 100%;
  }
}
.sitemap .group .item h4 {
  font-size: 20px;
  /* color: #033572; */
  padding-bottom: 10px;
  position: relative;
}
.sitemap .group .item h4 a {
  position: relative;
}
.sitemap .group .item h4 a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  /* background: #000; */
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.sitemap .group .item h4 a:hover:after {
  width: 100%;
  left: 0;
}
.sitemap .group .item .desc ul li a {
  font-size: 16px;
  margin-bottom: 7px;
  display: inline-block;
  color: #393939;
  position: relative;
}
.sitemap .group .item .desc ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  /* background: #000; */
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.sitemap .group .item .desc ul li a:hover:after {
  width: 100%;
  left: 0;
}
.sitemap .group .item .desc ul li h5 {
  line-height: 21px;
}
.sitemap .group .item .desc ul li h5 a {
  font-size: 18px;
  font-weight: 700;
}

.siteMap.extraMargin {
  margin-bottom: 50px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .siteMap.extraMargin {
    padding: 0px 0 75px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .siteMap.extraMargin {
    padding: 0px 0 60px;
  }
}
@media (max-width: 767px) {
  .siteMap.extraMargin {
    padding: 0px 0 105px;
  }
}

.searchResult {
  margin: 70px 0px 70px 0px;
}
.searchResult .resultsBlock {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .searchResult .resultsBlock {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .searchResult .resultsBlock {
    max-width: 880px;
  }
}
.searchResult .resultsBlock #keyPhrasetext {
  margin-bottom: 50px;
  font-size: 22px;
}
.searchResult .resultsBlock h3 a {
  color: #000;
  word-break: break-word;
}
.searchResult .resultsBlock h3 a:hover {
  color: #033572;
}
.searchResult .resultsBlock a {
  /* font-family: 'GT America'; */
  font-weight: 400;
  word-break: break-all;
}
.searchResult .resultsBlock .st-search-result-link {
  display: inline-block;
  font-size: 16px;
  /* font-family: 'GT America'; */
  font-weight: 700;
  color: #107F78;
}
.searchResult .resultsBlock h3.title a.st-search-result-link {
  font-size: 24px;
  /* font-family: 'GT Alpina'; */
  font-weight: 400;
  color: #16222C;
  margin-bottom: 10px;
}
.searchResult .resultsBlock h1 {
  padding-bottom: 30px;
  color: #033572;
  text-transform: uppercase;
  font-weight: 900;
}
.searchResult .resultsBlock li {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .searchResult .resultsBlock li {
    margin: 0 0 34px;
  }
}
@media screen and (min-width: 1280px) {
  .searchResult .resultsBlock li {
    margin: 0 0 56px;
  }
}
.searchResult .resultsBlock h3 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin: 0 0 6px;
  line-height: 23px;
}
.searchResult .resultsBlock h3 strong {
  color: #00928b;
}
@media screen and (min-width: 1024px) {
  .searchResult .resultsBlock h3 {
    font-size: 24px;
    margin: 0 0 2px;
  }
}
.searchResult .resultsBlock p a {
  display: inline-block;
  font-size: 16px;
  color: #007dc9;
  margin: 6px 0;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .searchResult .resultsBlock p a {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .searchResult .resultsBlock p a {
    font-size: 19px;
  }
}
.searchResult .resultsBlock p {
  color: #404040;
}

.pagination {
  display: inline-block;
}
.pagination .prev-link a {
  background-color: transparent;
}
.pagination .prev-link a:hover {
  background-color: #fff !important;
  color: #000000 !important;
}
.pagination .nxt-link a {
  background-color: transparent;
}
.pagination .nxt-link a:hover {
  background-color: #fff !important;
  color: #000000 !important;
}
.pagination a {
  color: #000000;
  float: left;
  padding: 4px 8px 5px 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  margin: 0 16px;
}
.pagination a.lmo {
  color: #000000 !important;
  border-bottom: none !important;
}
.pagination a.active {
  color: #16222C;
  border-bottom: 4px solid #EDBBD0;
}
.openPosition {
  margin: -16px 0 85px;
  display: table;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .openPosition {
    margin: -25px 0 65px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .openPosition {
    margin: 0px 0 35px;
  }
}
@media (max-width: 767px) {
  .openPosition {
    margin: -10px 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .openPosition .mainWrap {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    display: table;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .openPosition .mainWrap {
    width: 100%;
    max-width: 410px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.openPosition .mainWrap .innerWrap {
  width: 45.3%;
  float: right;
  background: #f0f9ff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .openPosition .mainWrap .innerWrap {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .openPosition .mainWrap .innerWrap {
    width: 100%;
    float: none;
    border-radius: 40px;
  }
}
.openPosition .mainWrap .innerWrap div {
  width: 100%;
  padding: 25px 20px 24px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .openPosition .mainWrap .innerWrap div {
    padding: 20px 20px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .openPosition .mainWrap .innerWrap div {
    padding: 17px 20px 17px;
  }
}
@media (max-width: 767px) {
  .openPosition .mainWrap .innerWrap div {
    width: 100%;
    padding: 20px 10px 16px 20px;
    text-align: center;
  }
}
.openPosition .mainWrap .innerWrap div a {
  font-size: 24px;
  font-weight: 900;
  color: #033572;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 1023px) {
  .openPosition .mainWrap .innerWrap div a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .openPosition .mainWrap .innerWrap div a {
    font-size: 18px;
  }
}
.openPosition .mainWrap .innerWrap div a img {
  position: relative;
  top: -3px;
  margin: 0 13px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .openPosition .mainWrap .innerWrap div a img {
    max-width: 40px;
  }
}
@media (max-width: 767px) {
  .openPosition .mainWrap .innerWrap div a img {
    width: 30px;
    margin: 0 5px 0 0;
  }
}

.careerSection {
  margin-bottom: 45px;
}
.careerSection .mainWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .careerSection .mainWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.careerSection .mainWrap .first {
  width: 54.6%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-top: 37px solid #fff;
  border-bottom: 49px solid #fff;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .first {
    width: 55%;
    border-top: 20px solid #fff;
    border-bottom: 27px solid #fff;
  }
}
@media (max-width: 1023px) {
  .careerSection .mainWrap .first {
    display: none;
  }
}
.careerSection .mainWrap .first .containerLftBg {
  background: pink;
  background: #f0f9ff;
  width: 100%;
  height: 100%;
}
.careerSection .mainWrap .center {
  display: table;
  width: 100%;
}
.careerSection .mainWrap .center .parentWrap .innerWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap {
  width: 740px;
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap {
    width: 690px;
  }
}
@media (min-width: 1340) and (max-width: 1380px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap {
    width: 730px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap {
    width: 504px;
  }
}
@media (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap {
    width: 100%;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .headingWrap {
  margin: -19px 0 13px 0px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .headingWrap {
    margin: -19px 0 5px 0px;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .headingWrap h2 {
  font-size: 24px;
  font-weight: 900;
  color: #033572;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .headingWrap {
    display: none;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap {
  background: #f0f9ff;
  display: table;
  width: 100%;
  margin-bottom: 48px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap {
    margin-bottom: 27px;
  }
}
@media (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap {
    margin-bottom: 0px;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
  background: #f0f9ff;
  min-height: 315px;
  float: right;
  position: relative;
  z-index: 2;
  padding: 39px 76px 24px 0;
  margin-right: -62px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
    padding: 20px 75px 25px 0;
    margin-right: -48px;
    min-height: 220px;
  }
}
@media (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
    float: none;
    margin-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
    padding: 30px 20px;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap p {
  color: #202020;
  font-weight: 100;
  font-size: 16px;
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap p + p {
  margin: 22px 0 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap p + p {
    margin: 10px 0 0;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap p strong {
  font-weight: 900;
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap p + img {
  margin: 5px 0 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap img.ceoImg {
    width: 200px;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .quoteText {
  position: relative;
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .quoteText:before {
  content: "";
  background: url("../images/career/topquote.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 26px;
  position: absolute;
  top: 5px;
  left: -44px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .quoteText:before {
    width: 30px;
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .quoteText:before {
    width: 20px;
    height: 15px;
    top: 3px;
    left: -25px;
  }
}
@media (max-width: 767px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .quoteText:before {
    width: 15px;
    height: 11px;
    left: -17px;
    top: 3px;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .quoteText:after {
  content: "";
  background: url("../images/career/bottomquote.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 26px;
  position: absolute;
  right: -10px;
  bottom: 0px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .quoteText:after {
    width: 30px;
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .quoteText:after {
    width: 20px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .quoteText:after {
    width: 15px;
    height: 11px;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .quoteText + .quoteText {
  margin: 30px 0 0;
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .quoteText + h3 {
  margin-top: 28px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .quoteText + h3 {
    margin-top: 15px;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap h3 {
  color: #202020;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: -5px;
}
@media (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap h3 {
    margin-bottom: 0px;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap ul.awardYear {
  margin: 27px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap ul.awardYear {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap ul.awardYear {
    margin: 17px 0 0;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap ul.awardYear li {
  margin: 0 7px 0 0;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap ul.awardYear li {
    margin: 20px 7px 0 0;
  }
}
@media (max-width: 767px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap ul.awardYear li {
    margin: 10px 7px 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap ul.awardYear li img {
    width: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap ul.awardYear li img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap ul.awardYear li img {
    width: 40px;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .aply-btn {
  display: block;
  margin: 56px 0 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .aply-btn {
    margin: 25px 0 0;
  }
}
@media (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .aply-btn {
    margin: 30px 0 0;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .aply-btn a {
  background: #efc118;
  color: #033572;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s all;
  min-height: 40px;
  padding: 0 20px;
  line-height: 40px;
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .aply-btn a:hover {
  background: #ffd548;
  border-color: #ffd548;
  color: #16366e;
  text-decoration: none;
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .awardParentWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .awardParentWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .awardParentWrap .awardImgSection {
  min-width: 100px;
  margin-right: 45px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .awardParentWrap .awardImgSection {
    min-width: 80px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .awardParentWrap .awardImgSection {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .awardParentWrap .awardImgSection {
    min-width: auto;
    margin-right: 0px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .awardParentWrap .awardImgSection img {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .awardParentWrap .awardImgSection img {
    width: auto;
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap {
  width: 600px;
  min-height: 400px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap {
    width: 550px;
    min-width: auto;
  }
}
@media (min-width: 1340) and (max-width: 1380px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap {
    width: 550px;
    min-width: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap {
    width: 400px;
    min-height: 267px;
  }
}
@media (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap {
    width: 100%;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    min-height: auto;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap div {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap div {
    height: 200px;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap h2 {
  font-size: 24px;
  font-weight: 900;
  color: #033572;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 1023px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap h2 {
    display: block;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap h2 {
    font-size: 20px;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap .ceoMsg {
  position: absolute;
  bottom: 30px;
  left: 28px;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap .ceoMsg {
    left: 10px;
    bottom: 5px;
  }
}
.careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap .ceoMsg h4 {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
.careerSection .mainWrap .center .parentWrap .innerWrap .imgWrap .ceoMsg p {
  color: #fff;
  font-size: 9px;
}
.careerSection.left .mainWrap .first .containerLftBg {
  background: #fff;
}
.careerSection.left .mainWrap .last {
  width: 54.6%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  border-top: 37px solid #fff;
  border-bottom: 49px solid #fff;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection.left .mainWrap .last {
    width: 55%;
    border-top: 20px solid #fff;
    border-bottom: 27px solid #fff;
  }
}
@media (max-width: 1023px) {
  .careerSection.left .mainWrap .last {
    display: none;
  }
}
.careerSection.left .mainWrap .last .containerRgtBg {
  background: pink;
  background: #f0f9ff;
  width: 100%;
  height: 100%;
}
.careerSection.left .mainWrap .center .parentWrap .innerWrap .contentWrap {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.careerSection.left .mainWrap .center .parentWrap .innerWrap .contentWrap .headingWrap {
  margin: -19px 0 13px 43px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection.left .mainWrap .center .parentWrap .innerWrap .contentWrap .headingWrap {
    margin: -19px 0 5px 43px;
  }
}
.careerSection.left .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
  margin-left: -62px;
  margin-right: 0px;
  padding: 39px 45px 24px 112px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection.left .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
    padding: 20px 10px 25px 102px;
    margin-left: -48px;
  }
}
@media (max-width: 1023px) {
  .careerSection.left .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
    margin-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection.left .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .careerSection.left .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
    padding: 30px 20px;
  }
}
.careerSection.left .mainWrap .center .parentWrap .innerWrap .imgWrap {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.careerSection + .careerSection {
  margin-top: 137px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection + .careerSection {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection + .careerSection {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .careerSection + .careerSection {
    margin-top: 45px;
  }
}
.careerSection + .benefitSection {
  margin-top: 75px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection + .benefitSection {
    margin-top: 100px;
  }
}
@media (max-width: 1023px) {
  .careerSection + .benefitSection {
    margin-top: 45px;
  }
}
.careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap {
  width: 100%;
}
.careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap {
  background: none;
}
.careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
  float: none;
  margin-right: 0px;
  padding: 74px 98px 66px 82px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
    padding: 60px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
    padding: 75px 50px 65px;
  }
}
@media (max-width: 767px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap {
    padding: 30px 20px 0px;
  }
}
.careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition {
  text-align: center;
  float: left;
  width: 24.983%;
  padding-top: 37px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #bcc4ca;
  border-left: 1px solid #bcc4ca;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition {
    width: 50%;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition {
    width: 100%;
    padding-bottom: 25px;
    border-left: 0px;
  }
}
.careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition h3 {
  font-size: 24px;
  color: #2b2d30;
  margin: -9px 0 -1px;
  font-weight: 700;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition h3 {
    margin: -4px 0 -1px;
  }
}
@media (max-width: 767px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition h3 {
    margin: 0 0 5px;
  }
}
.careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition span {
  display: block;
  font-weight: 300;
  font-size: 11px;
  color: #2b2d30;
}
.careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(1), .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(2), .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(3), .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(4) {
  border-top: 0px;
  padding-top: 0px;
  padding-bottom: 29px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(1), .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(2), .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(3), .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(4) {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(1), .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(2), .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(3), .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(4) {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(4n+1) {
    border-left: 0px;
  }
}
@media (min-width: 1280px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(4n+1) .parent {
    margin-left: -69px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(2n+1) {
    border-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(3), .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(4) {
    border-top: 1px solid #bcc4ca;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(2), .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(3), .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(4) {
    border-top: 1px solid #bcc4ca;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition.empty {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(2) {
    padding-top: 30px;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .careerSection.excecutiveMgmt .mainWrap .center .parentWrap .innerWrap .contentWrap .backgroundWrap .bgCntWrap .mgmtPosition:nth-child(3) {
    border-left: 1px solid #bcc4ca;
    border-top: none;
  }
}

.benefitSection {
  display: table;
  width: 100%;
  margin-bottom: 45px;
}
.benefitSection .parentWrap .headingWrap {
  display: table;
  width: 100%;
}
.benefitSection .parentWrap .headingWrap div {
  width: 739px;
  float: right;
}
@media (max-width: 1380px) and (min-width: 1280px) {
  .benefitSection .parentWrap .headingWrap div {
    width: 640px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .benefitSection .parentWrap .headingWrap div {
    width: 504px;
  }
}
@media (max-width: 1023px) {
  .benefitSection .parentWrap .headingWrap div {
    width: 100%;
  }
}
.benefitSection .parentWrap .headingWrap div h2 {
  color: #033572;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 13px 55px;
}
@media (max-width: 1380px) and (min-width: 1340px) {
  .benefitSection .parentWrap .headingWrap div h2 {
    margin: 0 0 13px 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .benefitSection .parentWrap .headingWrap div h2 {
    margin: 0 0 5px 23px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefitSection .parentWrap .headingWrap div h2 {
    margin: 0 0 10px 0px;
  }
}
@media (max-width: 767px) {
  .benefitSection .parentWrap .headingWrap div h2 {
    margin: 0 0 10px 0px;
    font-size: 20px;
  }
}
.benefitSection .parentWrap .innerWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .benefitSection .parentWrap .innerWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.benefitSection .parentWrap .innerWrap .imgWrap {
  min-width: 600px;
  min-height: 295px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .benefitSection .parentWrap .innerWrap .imgWrap {
    min-width: 400px;
    min-height: 297px;
  }
}
@media (max-width: 1023px) {
  .benefitSection .parentWrap .innerWrap .imgWrap {
    width: 100%;
    min-width: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .benefitSection .parentWrap .innerWrap .imgWrap {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .benefitSection .parentWrap .innerWrap .imgWrap {
    min-height: 200px;
  }
}
.benefitSection .parentWrap .innerWrap .contentWrap {
  background: #0081c9;
  width: 100%;
  padding: 38px 58px 40px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .benefitSection .parentWrap .innerWrap .contentWrap {
    padding: 25px 25px;
  }
}
@media (max-width: 1023px) {
  .benefitSection .parentWrap .innerWrap .contentWrap {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .benefitSection .parentWrap .innerWrap .contentWrap {
    padding: 30px 10px;
  }
}
.benefitSection .parentWrap .innerWrap .contentWrap .square ul {
  position: relative;
}
.benefitSection .parentWrap .innerWrap .contentWrap .square ul li {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin: 8px 0 0;
  padding: 0 0 0 29px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .benefitSection .parentWrap .innerWrap .contentWrap .square ul li {
    padding: 0 0 0 22px;
    margin: 5px 0 0;
  }
}
@media (max-width: 1023px) {
  .benefitSection .parentWrap .innerWrap .contentWrap .square ul li {
    padding: 0 0 0 20px;
    margin: 5px 0 0;
  }
}
.benefitSection .parentWrap .innerWrap .contentWrap .square ul li:nth-child(1) {
  margin: 0;
}
.benefitSection .parentWrap .innerWrap .contentWrap .square ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #9ac1dc;
  margin: 6px 0 0;
}
.benefitSection + .careerSection {
  margin-top: 136px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .benefitSection + .careerSection {
    margin-top: 100px;
  }
}
@media (max-width: 1023px) {
  .benefitSection + .careerSection {
    margin-top: 45px;
  }
}
@media (min-width: 1280px) {
  .benefitSection.coreValue .parentWrap .headingWrap div {
    width: 729px;
  }
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .benefitSection.coreValue .parentWrap .headingWrap div {
    width: 690px;
  }
}
.benefitSection.coreValue .parentWrap .headingWrap div h2 {
  margin: 0 0 5px 19px;
}
@media (min-width: 1280px) {
  .benefitSection.coreValue .parentWrap .headingWrap div h2 {
    margin: 0 0 5px 33px;
  }
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .benefitSection.coreValue .parentWrap .headingWrap div h2 {
    margin: 0 0 5px 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefitSection.coreValue .parentWrap .headingWrap div h2 {
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .benefitSection.coreValue .parentWrap .headingWrap div h2 {
    margin: 0 0 10px;
  }
}
@media (min-width: 1280px) {
  .benefitSection.coreValue .parentWrap .innerWrap .imgWrap {
    min-width: 611px;
  }
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .benefitSection.coreValue .parentWrap .innerWrap .imgWrap {
    min-width: 550px;
  }
}
.benefitSection.coreValue .parentWrap .innerWrap .contentWrap {
  padding: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefitSection.coreValue .parentWrap .innerWrap .contentWrap {
    min-height: 295px;
  }
}
@media (max-width: 767px) {
  .benefitSection.coreValue .parentWrap .innerWrap .contentWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value {
  width: 33.4%;
}
@media (max-width: 767px) {
  .benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value {
    width: 100%;
  }
}
.benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value .valueText {
  padding: 16px 34px;
  height: calc(100% - 233px);
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value .valueText {
    height: calc(100% - 233px);
    padding: 16px 15px 16px 20px;
  }
}
@media (max-width: 767px) {
  .benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value .valueText {
    padding: 20px 20px;
    height: calc(100% - 120px);
  }
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value .valueText {
    padding: 16px 29px;
  }
}
.benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value .valueText h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  color: #f0f9ff;
  margin: 0 0 10px;
  min-height: 44px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value .valueText h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value .valueText h3 {
    min-height: auto;
  }
}
.benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value .valueText p {
  font-size: 16px;
  color: #f0f9ff;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value .valueText p {
    font-size: 14px;
  }
}
.benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value .valueImg {
  height: 233px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #006bba;
}
@media (max-width: 767px) {
  .benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value .valueImg {
    height: 120px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value .valueImg div img {
    width: 70px;
  }
}
.benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value.two .valueText {
  background: #033572;
}
.benefitSection.coreValue .parentWrap .innerWrap .contentWrap .value.two .valueImg {
  background: #02265c;
}

.careerSection2 {
  display: table;
  width: 100%;
  margin-bottom: 45px;
}
.careerSection2 .parentWrap .innerWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.careerSection2 .parentWrap .innerWrap .cntWrap {
  width: 54.5%;
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .careerSection2 .parentWrap .innerWrap .cntWrap {
    width: 55%;
  }
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .headingWrap {
  width: 740px;
  float: right;
  margin: -19px 0 13px 0px;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .headingWrap h2 {
  font-size: 24px;
  font-weight: 900;
  color: #033572;
  text-transform: uppercase;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap {
  background: #f0f9ff;
  display: table;
  width: 100%;
  margin-bottom: 48px;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap {
  width: calc(100% - 28px);
  min-height: 315px;
  float: right;
  position: relative;
  z-index: 2;
  padding: 39px 76px 24px 0;
  margin-right: -62px;
  background: #f0f9ff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap {
    width: calc(100% - -43px);
  }
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap .wraps {
  max-width: 725px;
  margin-left: auto;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap p {
  color: #202020;
  font-weight: 100;
  font-size: 16px;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap p + p {
  margin: 22px 0 0;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap p strong {
  font-weight: 900;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap .quoteText {
  position: relative;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap .quoteText:before {
  content: url("../images/career/topquote.png");
  position: absolute;
  top: 5px;
  left: -44px;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap .quoteText:after {
  content: url("../images/career/bottomquote.png");
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap .quoteText + .quoteText {
  margin: 30px 0 0;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap .quoteText + h3 {
  margin-top: 28px;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap h3 {
  color: #202020;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: -5px;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap ul.awardYear {
  margin: 27px 0 0;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap ul.awardYear li {
  margin: 0 7px 0 0;
  display: inline-block;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap .aply-btn {
  display: block;
  margin: 56px 0 0;
}
.careerSection2 .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap .aply-btn a {
  background: #e7c247;
  color: #033572;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  min-height: 40px;
  padding: 0 20px;
  line-height: 39px;
}
.careerSection2 .parentWrap .innerWrap .imgWrap {
  width: 45.5%;
  min-height: 400px;
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .careerSection2 .parentWrap .innerWrap .imgWrap {
    width: 45%;
  }
}
.careerSection2 .parentWrap .innerWrap .imgWrap div {
  width: 600px;
  height: 100%;
  background-size: cover;
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .careerSection2 .parentWrap .innerWrap .imgWrap div {
    width: 550px;
  }
}
.careerSection2.left .parentWrap .innerWrap .cntWrap {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .careerSection2.left .parentWrap .innerWrap .cntWrap {
    width: 57.3%;
  }
}
.careerSection2.left .parentWrap .innerWrap .cntWrap .innerCntWrap .headingWrap {
  float: left;
  margin: -19px 0 13px 43px;
}
.careerSection2.left .parentWrap .innerWrap .cntWrap .innerCntWrap .backgroundWrap .bgCntWrap {
  float: left;
  margin-left: -62px;
  padding: 39px 45px 24px 112px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.careerSection2.left .parentWrap .innerWrap .imgWrap {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1280px) and (max-width: 1339px) {
  .careerSection2.left .parentWrap .innerWrap .imgWrap {
    width: 42.7%;
  }
}
.careerSection2.left .parentWrap .innerWrap .imgWrap div {
  float: right;
}
.careerSection2 + .careerSection {
  margin-top: 137px;
}
.careerSection2 + .benefitSection {
  margin-top: 75px;
}
.careerSection2 + footer {
  margin-top: 50px;
}

.breadcrumbWrap + .careerSection {
  margin-top: 57px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .breadcrumbWrap + .careerSection {
    margin-top: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbWrap + .careerSection {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .breadcrumbWrap + .careerSection {
    margin-top: 29px;
  }
}

.aboutBtnSection {
  display: table;
  width: 100%;
  margin: -4px 0 45px;
}
.aboutBtnSection .parentWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .aboutBtnSection .parentWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.aboutBtnSection .parentWrap a {
  background: #f0f9ff;
  font-size: 24px;
  font-weight: 900;
  color: #202020;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 18px;
  min-height: 105px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 424px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .aboutBtnSection .parentWrap a {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aboutBtnSection .parentWrap a {
    font-size: 13px;
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .aboutBtnSection .parentWrap a {
    font-size: 18px;
    min-width: auto;
    width: 100%;
  }
}
.aboutBtnSection .parentWrap a img {
  margin-right: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aboutBtnSection .parentWrap a img {
    width: 45px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .aboutBtnSection .parentWrap a img {
    width: 40px;
    margin-right: 20px;
  }
}
.aboutBtnSection .parentWrap a.aboutbtn1 {
  margin: 0 46px 0 0;
}
.aboutBtnSection .parentWrap a.aboutbtn1:nth-child(3n+3) {
  margin: 0 0px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aboutBtnSection .parentWrap a.aboutbtn1 {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 767px) {
  .aboutBtnSection .parentWrap a.aboutbtn1 {
    margin: 0 0 30px;
  }
}

.mapHrsSection .parentWrap .innerWrap.noHours .managerSection {
  float: none;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mapHrsSection .parentWrap .innerWrap.noHours .managerSection {
    float: left;
    width: calc(100% - 445px);
  }
}

.flexGeneral {
  color: #404040;
  margin-bottom: 70px;
}
.flexGeneral a {
  color: #033572;
  font-weight: 900;
}
.flexGeneral a .ctaBtn {
  font-size: 16px;
  color: #16366e;
  border: 1px solid #e7c247;
  background-color: #e7c247;
  text-decoration: none;
}
.flexGeneral a .ctaBtn:hover {
  background: #ffd548;
  border-color: #ffd548;
  color: #16366e;
  text-decoration: none;
}
.flexGeneral a:hover {
  color: #033572;
  text-decoration: underline;
}
.flexGeneral ol {
  padding-left: 20px;
}
.flexGeneral ol li {
  display: list-item;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .flexGeneral ol li {
    font-size: 16px;
  }
}
.flexGeneral p {
  margin-bottom: 14px;
}
@media screen and (min-width: 1024px) {
  .flexGeneral p {
    margin-bottom: 22px;
  }
}
.flexGeneral table {
  width: 100%;
}
.flexGeneral table p {
  margin: 0;
}
@media (max-width: 767px) {
  .flexGeneral table p {
    font-size: 16px;
  }
}
.flexGeneral ul li {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .flexGeneral ul li {
    font-size: 16px;
  }
}
.flexGeneral ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  border-top: 6px solid transparent;
  border-left: 9px solid #0081c9;
  border-bottom: 6px solid transparent;
}
.flexGeneral h1 {
  color: #033572;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 38px;
}
@media (max-width: 1279px) {
  .flexGeneral h1 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .flexGeneral h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .flexGeneral h1 {
    font-size: 18px;
    text-align: center;
  }
}
.flexGeneral h1 + h2,
.flexGeneral h1 + h2,
.flexGeneral h1 + h3,
.flexGeneral h1 + h4,
.flexGeneral h1 + h5 {
  margin-top: 25px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flexGeneral h1 + h2,
.flexGeneral h1 + h2,
.flexGeneral h1 + h3,
.flexGeneral h1 + h4,
.flexGeneral h1 + h5 {
    margin-top: 20px;
  }
}
.flexGeneral h1 + p {
  margin-top: 14px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flexGeneral h2 {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flexGeneral h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .flexGeneral h2 {
    margin-bottom: 17px;
  }
}
.flexGeneral h2 + h3 {
  margin-top: 24px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flexGeneral h2 + h3 {
    margin-top: 17px;
  }
}
.flexGeneral h2 + h4 {
  margin-top: 25px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flexGeneral h2 + h4 {
    margin-top: 18px;
  }
}
.flexGeneral h2 + h5 {
  margin-top: 23px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flexGeneral h2 + h5 {
    margin-top: 20px;
  }
}
.flexGeneral h2 + ul {
  margin-top: 8px;
}
.flexGeneral h2 + p {
  margin-top: 13px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flexGeneral h2 + p {
    margin-top: 8px;
  }
}
.flexGeneral h3 + h4 {
  margin-top: 20px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flexGeneral h3 + h4 {
    margin-top: 15px;
  }
}
.flexGeneral h3 + h5 {
  margin-top: 18px;
}
.flexGeneral h3 + p {
  margin-top: 13px;
}
.flexGeneral h3 + ul {
  margin-top: 9px;
}
.flexGeneral h4 {
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .flexGeneral h4 {
    font-size: 18px;
  }
}
.flexGeneral h4 + h5 {
  margin-top: 8px;
}
.flexGeneral h4 + p {
  margin-top: 13px;
}
.flexGeneral h4 + ul {
  margin-top: 9px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flexGeneral h4 + ul {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .flexGeneral h4 + ul {
    margin-top: 3px;
  }
}
.flexGeneral ul {
  font-size: 20px;
  margin-top: 19px;
  margin-bottom: 30px;
  position: relative;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flexGeneral ul {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .flexGeneral ul {
    font-size: 18px;
    padding-right: 10px;
  }
}
.flexGeneral ul li + li {
  margin-top: 10px;
}
.flexGeneral ul li ul {
  margin-top: 0;
}
.flexGeneral ul + ul {
  margin-top: -14px;
}
.flexGeneral ul + h2 {
  margin-top: -3px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flexGeneral ul + h2 {
    margin-top: -11px;
  }
}
.flexGeneral ul + h3 {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flexGeneral ul + h3 {
    margin-top: 20px;
  }
}
.flexGeneral ul + h4 {
  margin-top: -3px;
}
.flexGeneral ul + h5 {
  margin-top: -3px;
}
.flexGeneral ul + p {
  margin-top: 29px;
}
.flexGeneral ul + table {
  margin-top: 95px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flexGeneral ul + table {
    margin-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flexGeneral ul + table {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .flexGeneral ul + table {
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flexGeneral ul + table + .responsive_table {
    margin-top: -14px;
  }
}
@media (max-width: 767px) {
  .flexGeneral ul + table + .responsive_table {
    margin-top: -14px;
  }
}
.flexGeneral p + h2 {
  margin-top: 22px;
  margin-bottom: 0;
}
.flexGeneral p + h3 {
  margin-top: 23px;
}
.flexGeneral p + h4,
.flexGeneral p + h5,
.flexGeneral p + h6 {
  margin-top: 23px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flexGeneral p + h4,
.flexGeneral p + h5,
.flexGeneral p + h6 {
    margin-top: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flexGeneral p + h4,
.flexGeneral p + h5,
.flexGeneral p + h6 {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .flexGeneral p + h4,
.flexGeneral p + h5,
.flexGeneral p + h6 {
    margin-top: 16px;
  }
}
.flexGeneral p + ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1279px) {
  .flexGeneral p + ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .flexGeneral p + ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.flexGeneral .twoCols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .flexGeneral .twoCols {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flexGeneral .twoCols h3 a {
  text-decoration: underline;
}
.flexGeneral .twoCols .colLeft {
  width: 50%;
}
@media (max-width: 767px) {
  .flexGeneral .twoCols .colLeft {
    width: 100%;
  }
}
.flexGeneral .twoCols .colRight {
  width: 50%;
}
@media (max-width: 767px) {
  .flexGeneral .twoCols .colRight {
    width: 100%;
  }
}

.userDetails {
  padding: 0px 0px 50px 0px;
}
.userDetails .userInfo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
}
.userDetails .userInfo .imgInfo {
  max-width: 125px;
  height: 159px;
  padding: 0;
}
@media (max-width: 1279px) {
  .userDetails .userInfo .imgInfo {
    max-width: 120px;
    height: 159px;
  }
}
@media (max-width: 1023px) {
  .userDetails .userInfo .imgInfo {
    max-width: 125px;
    height: 159px;
  }
}
@media (max-width: 767px) {
  .userDetails .userInfo .imgInfo {
    max-width: 125px;
    height: 159px;
  }
}
.userDetails .userInfo .infoDetails {
  width: calc(100% - 130px);
  padding-left: 29px;
  padding-top: 0px;
  padding-bottom: 20px;
}
@media (max-width: 1279px) {
  .userDetails .userInfo .infoDetails {
    width: calc(100% - 120px);
    padding-left: 13px;
  }
}
@media (max-width: 1023px) {
  .userDetails .userInfo .infoDetails {
    width: calc(100% - 130px);
    padding-left: 13px;
  }
}
@media (max-width: 767px) {
  .userDetails .userInfo .infoDetails {
    width: 100%;
  }
}
.userDetails .userInfo .infoDetails h3 {
  color: #4e4e4e;
  font-weight: 700;
}
@media (max-width: 767px) {
  .userDetails .userInfo .infoDetails h3 {
    font-size: 21px;
    margin-bottom: 5px;
  }
}
.userDetails .userInfo .infoDetails p {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 10px;
}
@media (max-width: 1279px) {
  .userDetails .userInfo .infoDetails p {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .userDetails .userInfo .infoDetails p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .userDetails .userInfo .infoDetails p {
    font-size: 15px;
    line-height: 20px;
  }
}
.userDetails .userInfo .infoDetails p span {
  color: #16366e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0px;
  background: none;
}
.userDetails .userInfo .infoDetails p + p {
  margin-top: 10px;
}
.userDetails .userInfo .infoDetails .mail {
  margin-top: 15px;
}
.userDetails .userInfo .infoDetails .mail a {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
  margin-left: 41px;
  position: relative;
}
@media (max-width: 1023px) {
  .userDetails .userInfo .infoDetails .mail a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .userDetails .userInfo .infoDetails .mail a {
    font-size: 15px;
    line-height: 20px;
    margin-left: 21px;
  }
}
.userDetails .userInfo .infoDetails .mail a:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 21px;
  background-image: url("../images/location/mail.png");
  bottom: 14px;
  left: -42px;
  top: 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .userDetails .userInfo .infoDetails .mail a:before {
    width: 16px;
    height: 16px;
    bottom: 14px;
    left: -20px;
    top: 3px;
  }
}

.flexGeneral + .containerWrapper .userDetails {
  padding: 0;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .flexGeneral + .containerWrapper .userDetails {
    margin-top: -70px;
    margin-bottom: -40px;
  }
}
.flexGeneral + .ratesBlock {
  margin-top: -100px;
}

.contactHero .contactHeadWraper h1 {
  font-size: 38px;
  color: #0a1b5f;
  font-weight: 900;
  text-transform: uppercase;
}
.contactHero .contactHeadWraper h1 span {
  font-weight: 400;
}
.contactHero .contentText {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .contactHero .contentText {
    display: block;
  }
}
.contactHero .contentText .contentFlex p {
  color: #404040;
  font-size: 18px;
  max-width: 760px;
  font-weight: 500;
}
@media (max-width: 1279px) {
  .contactHero .contentText .contentFlex p {
    max-width: 660px;
  }
}
@media (max-width: 1023px) {
  .contactHero .contentText .contentFlex p {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .contactHero .contentText .contentFlex p {
    max-width: 100%;
    width: 100%;
  }
}
.contactHero .contentText .contactAddr {
  width: calc(100% - 756px);
  padding-left: 159px;
}
@media (max-width: 1279px) {
  .contactHero .contentText .contactAddr {
    width: calc(100% - 660px);
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  .contactHero .contentText .contactAddr {
    width: calc(100% - 450px);
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .contactHero .contentText .contactAddr {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
}
.contactHero .contentText .contactAddr h3 {
  color: #0a1b5f;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) and (max-width: 1380px) {
  .contactHero .contentText .contactAddr h3 {
    font-size: 22px;
  }
}
@media (max-width: 1279px) {
  .contactHero .contentText .contactAddr h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .contactHero .contentText .contactAddr h3 {
    line-height: 30px;
  }
}
.contactHero .contentText .contactAddr p {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
}
.contactHero .contentText .contactAddr p + p {
  margin-top: 5px;
  margin-bottom: 8px;
}
.contactHero .contentText .contactAddr a {
  color: #404040;
  font-size: 18px;
  font-weight: 900;
}
.contactHero .contentText .contactAddr a:hover {
  text-decoration: underline;
}
.contactHero .customerService {
  max-width: 800px;
  margin-bottom: 60px;
}
.contactHero .customerService h3 {
  color: #0a1b5f;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 1279px) {
  .contactHero .customerService h3 {
    margin-bottom: 14px;
  }
}
@media (max-width: 1023px) {
  .contactHero .customerService h3 {
    margin-bottom: 14px;
  }
}
.contactHero .customerService .contact-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contactHero .customerService .contact-details {
    display: block;
  }
}
.contactHero .customerService .contact-details .tollFree {
  max-width: 450px;
}
@media (max-width: 767px) {
  .contactHero .customerService .contact-details .tollFree {
    max-width: 100%;
  }
}
.contactHero .customerService .contact-details .tollFree p {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
}
.contactHero .customerService .contact-details .tollFree p + p {
  margin-top: 5px;
}
.contactHero .customerService .contact-details .tollFree a {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.contactHero .customerService .contact-details .contactHours {
  padding-left: 59px;
}
@media (max-width: 767px) {
  .contactHero .customerService .contact-details .contactHours {
    padding-left: 0px;
  }
}
.contactHero .customerService .contact-details .contactHours .daysDetail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contactHero .customerService .contact-details .contactHours .daysDetail {
    display: block;
    margin-top: 15px;
  }
}
.contactHero .customerService .contact-details .contactHours .daysDetail .contactDay {
  margin-top: 0px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .contactHero .customerService .contact-details .contactHours .daysDetail .contactDay {
    margin-right: 0px;
    margin-top: 15px;
  }
}
.contactHero .customerService .contact-details .contactHours .daysDetail .contactDay p {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
}
.contactHero .customerService .contact-details .contactHours .daysDetail .contactDay p + p {
  margin-top: 5px;
}
.contactHero .customerService .contact-details .contactHours .daysDetail .contactDays {
  margin-top: 0px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .contactHero .customerService .contact-details .contactHours .daysDetail .contactDays {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.contactHero .customerService .contact-details .contactHours .daysDetail .contactDays p {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
}
.contactHero .customerService .contact-details .contactHours .daysDetail .contactDays p + p {
  margin-top: 5px;
}
.contactHero .customerService .contact-details .contactHours .viewHours {
  margin-top: 5px;
}
.contactHero .customerService .contact-details .contactHours .viewHours a {
  color: #404040;
  font-size: 22px;
  font-weight: 900;
}
.contactHero .customerService .contact-details .contactHours .viewHours a:hover {
  text-decoration: underline;
}

.addressBlock {
  background: #fff;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.addressBlock .addressList {
  list-style-type: done;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.addressBlock .addressList li {
  width: 426px;
  height: 241px;
  background-color: #eaf0f0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  margin-right: 11px;
  margin-bottom: 20px;
  transition: 0.3s all;
}
.addressBlock .addressList li:nth-child(2n) {
  margin-right: 11px;
  width: 467px;
  height: 241px;
}
.addressBlock .addressList li:nth-child(3n) {
  margin-right: 0px;
  width: 425px;
  height: 241px;
}
@media screen and (min-width: 1280px) and (max-width: 1380px) {
  .addressBlock .addressList li {
    width: 405px;
  }
  .addressBlock .addressList li:nth-child(2n) {
    width: 408px;
  }
  .addressBlock .addressList li:nth-child(3n) {
    width: 405px;
  }
}
@media (max-width: 1279px) {
  .addressBlock .addressList li {
    margin-right: 11px;
    margin-bottom: 13px;
    width: 49%;
    height: 239px;
  }
  .addressBlock .addressList li:nth-child(2n) {
    width: 49%;
    height: 241px;
    margin-right: 6px;
  }
  .addressBlock .addressList li:nth-child(3n) {
    margin-right: 10px;
    width: 49%;
    height: 241px;
  }
}
@media (max-width: 1279px) and (min-width: 1024px) and (max-width: 1279px) {
  .addressBlock .addressList li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1280px) and (max-width: 1380px) {
  .addressBlock .addressList li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .addressBlock .addressList li {
    margin-bottom: 11px;
    width: 49%;
  }
  .addressBlock .addressList li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .addressBlock .addressList li:nth-child(3n+3) {
    margin-right: 27px;
  }
}
@media (max-width: 767px) {
  .addressBlock .addressList li {
    margin-right: 0;
    width: 100%;
    height: 215px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .addressBlock .addressList li:nth-child(2n) {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .addressBlock .addressList li:nth-child(3n) {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.addressBlock .addressList li h3 {
  background: #8fd5d0;
  font-size: 24px;
  text-transform: uppercase;
  color: #033572;
  padding: 8px 20px 8px 20px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .addressBlock .addressList li h3 {
    font-size: 18px;
    padding: 7px 13px 4px;
  }
}
.addressBlock .addressList li .addresspart {
  padding: 0px 22px 33px;
  color: #404040;
}
.addressBlock .addressList li .addresspart .addressIcon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .addressBlock .addressList li .addresspart .addressIcon {
    display: block;
  }
}
.addressBlock .addressList li .addresspart .addressIcon .addressContent {
  max-width: 245px;
}
@media (max-width: 1023px) {
  .addressBlock .addressList li .addresspart .addressIcon .addressContent {
    max-width: 159px;
  }
}
@media (max-width: 767px) {
  .addressBlock .addressList li .addresspart .addressIcon .addressContent {
    max-width: 100%;
  }
}
.addressBlock .addressList li .addresspart .addressIcon .addressImage {
  width: calc(100% - 245px);
}
@media (max-width: 1023px) {
  .addressBlock .addressList li .addresspart .addressIcon .addressImage {
    width: calc(100% - 159px);
  }
}
@media (max-width: 767px) {
  .addressBlock .addressList li .addresspart .addressIcon .addressImage {
    max-width: 100%;
    width: 100%;
  }
}
.addressBlock .addressList li .addresspart .addressIcon .addressImage a {
  cursor: pointer;
  text-align: center;
}
.addressBlock .addressList li .addresspart .addressIcon .addressImage a img {
  margin: 20px auto;
}
.addressBlock .addressList li .addresspart .addressIcon .addressImage a span {
  position: relative;
  padding-left: 20px;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.89px;
  color: #404040;
}
.addressBlock .addressList li .addresspart .addressIcon .addressImage a span:before {
  background-image: url(/images/contact/download.png);
  width: 14px;
  height: 14px;
  position: absolute;
  content: "";
  background-position: 50% 50%;
  top: 4px;
  left: 0;
}
@media (max-width: 1279px) {
  .addressBlock .addressList li .addresspart {
    padding: 0 16px 26px;
  }
}
@media (max-width: 1023px) {
  .addressBlock .addressList li .addresspart {
    padding: 0 20px 26px;
  }
}
@media (max-width: 767px) {
  .addressBlock .addressList li .addresspart {
    padding: 0 16px 19px;
  }
}
.addressBlock .addressList li .addresspart h4 {
  color: #404040;
  font-size: 24px;
  font-weight: 900;
  margin-top: 19px;
}
@media (max-width: 1023px) {
  .addressBlock .addressList li .addresspart h4 {
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .addressBlock .addressList li .addresspart h4 {
    font-size: 20px;
    font-weight: 700;
  }
}
.addressBlock .addressList li .addresspart p {
  color: #404040;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 14px;
}
@media (max-width: 1023px) {
  .addressBlock .addressList li .addresspart p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .addressBlock .addressList li .addresspart p {
    font-size: 20px;
  }
}

.formWrapper {
  margin-top: 29px;
}
@media (max-width: 1279px) {
  .formWrapper {
    padding: 29px 0 29px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .formWrapper {
    padding: 0px 0 16px;
  }
}
@media (max-width: 767px) {
  .formWrapper {
    padding: 0px 0 16px;
  }
}
.formWrapper h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  width: 426px;
  background-color: #8fd5d0;
  color: #16366e;
  padding: 5px 20px 2px 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .formWrapper h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .formWrapper h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 31px;
    width: 100%;
    padding: 5px 20px 5px 20px;
  }
}
.formWrapper .formbg {
  background-color: #d3d3d3;
  padding: 37px 26px 42px 26px;
  position: relative;
}
.formWrapper .formbg .thankMessage {
  background: rgba(130, 130, 130, 0.48);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  bottom: 0px;
}
.formWrapper .formbg .thankMessage .close {
  text-shadow: none;
  font-size: 15px;
  color: #043672;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.6;
  line-height: 18px;
  margin: 4px 10px;
  cursor: pointer;
}
.formWrapper .formbg .thankMessage p {
  background: #e7c247;
  color: #043672;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  text-align: center;
  padding: 20px 20px;
}
@media (max-width: 1023px) {
  .formWrapper .formbg .thankMessage p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .formWrapper .formbg .thankMessage p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .formWrapper .formbg {
    padding: 20px 26px 42px 26px;
  }
}
.formWrapper .formbg .select-wrapper {
  font-family: museo-sans;
}
.formWrapper .formbg .select-wrapper label {
  margin-top: 12px;
  color: #404040;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}
.formWrapper .formbg .select-wrapper select {
  border-radius: 0;
  background-color: #ffffff;
  padding: 6px 12px;
  border: 1px solid transparent;
  height: 40px;
  color: #000000;
  font-size: 14px;
  width: 100%;
  margin-bottom: 13px;
}
.formWrapper .formbg .select-wrapper .ui-selectmenu-button {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 0px;
  width: 342px;
  height: 41px;
  padding: 7px 10px;
  font-family: museo-sans;
  font-weight: 700;
  font-size: 20px;
  color: #6e6e6e;
  margin-left: 27px;
}
@media (max-width: 767px) {
  .formWrapper .formbg .select-wrapper .ui-selectmenu-button {
    margin-left: 0px;
    width: 100%;
    font-size: 17px;
  }
}
.formWrapper .formbg .ui-icon {
  background-image: url(/images/contact/selct_icon.png);
  width: 24px;
  height: 18px;
  background-position: 50% 50%;
  top: 4px;
  transition: -webkit-transform 1s;
  transition: transform 1s;
}
.formWrapper .formbg .form-Wraper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .formWrapper .formbg .form-Wraper {
    display: block;
  }
}
.formWrapper .formbg .form-Wraper .formGroup {
  width: 381px;
  margin-bottom: 0px;
}
.formWrapper .formbg .form-Wraper .formGroup:nth-child(2n) {
  width: 440px;
  margin-right: 7px;
}
.formWrapper .formbg .form-Wraper .formGroup:nth-child(3n) {
  width: 374px;
  margin-right: 24px;
}
@media screen and (min-width: 1280px) and (max-width: 1380px) {
  .formWrapper .formbg .form-Wraper .formGroup {
    width: 48%;
    margin-bottom: 5px;
  }
  .formWrapper .formbg .form-Wraper .formGroup:nth-child(2n) {
    width: 48%;
    margin-right: 7px;
  }
  .formWrapper .formbg .form-Wraper .formGroup:nth-child(3n) {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 1279px) {
  .formWrapper .formbg .form-Wraper .formGroup {
    width: 48%;
    margin-bottom: 5px;
  }
  .formWrapper .formbg .form-Wraper .formGroup:nth-child(2n) {
    width: 48%;
    margin-right: 7px;
  }
  .formWrapper .formbg .form-Wraper .formGroup:nth-child(3n) {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 1023px) {
  .formWrapper .formbg .form-Wraper .formGroup {
    width: 48%;
    margin-bottom: 13px;
    margin-right: 0px;
  }
  .formWrapper .formbg .form-Wraper .formGroup:nth-child(2n) {
    width: 48%;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .formWrapper .formbg .form-Wraper .formGroup {
    width: 100%;
    margin-bottom: 0px;
  }
  .formWrapper .formbg .form-Wraper .formGroup:nth-child(2n) {
    width: 100%;
    margin-right: 0px;
  }
  .formWrapper .formbg .form-Wraper .formGroup:nth-child(3n) {
    width: 100%;
    margin-right: 0px;
  }
}
.formWrapper .formbg .form-Wraper .formGroup .form-groups {
  position: relative;
}
.formWrapper .formbg .form-Wraper .formGroup .form-groups span.errorMsg {
  background-color: #16366e;
  background-image: url(/images/contact/star.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  position: absolute;
  top: 21px;
  right: -9px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.formWrapper .formbg .form-Wraper .formGroup .form-groups span.f-error {
  background-color: #9f0a1f;
  background-image: url(/images/contact/wrong.png);
  background-position: 6px 6px;
}
.formWrapper .formbg .form-Wraper .formGroup .form-groups span.f-success {
  background-color: #119f0a;
  background-image: url(/images/contact/success.png);
  background-position: 1px 2px;
  border: 2px solid #119f0a;
}
.formWrapper .formbg .form-Wraper .formGroup .form-groups label {
  color: #404040;
  font-size: 20px;
  font-weight: 500;
  padding-left: 3px;
  white-space: nowrap;
  letter-spacing: -0.4px;
}
@media (max-width: 1279px) {
  .formWrapper .formbg .form-Wraper .formGroup .form-groups label {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .formWrapper .formbg .form-Wraper .formGroup .form-groups label {
    font-size: 15px;
    letter-spacing: -0.6px;
  }
}
@media (max-width: 767px) {
  .formWrapper .formbg .form-Wraper .formGroup .form-groups label {
    font-size: 17px;
    white-space: normal;
  }
}
.formWrapper .formbg .form-Wraper .formGroup .form-groups input {
  border-radius: 0;
  background-color: #ffffff;
  padding: 6px 12px;
  border: 1px solid transparent;
  height: 35px;
  color: #000000;
  font-size: 18px;
  width: 100%;
  margin-bottom: 15px;
}
.formWrapper .formbg .form-Wraper .formGroup .form-groups .ui-selectmenu-button {
  border-radius: 0;
  background-color: #ffffff;
  padding: 6px 12px;
  border: 1px solid transparent;
  height: 40px;
  color: #000000;
  font-size: 18px;
  width: 100%;
  margin-bottom: 13px;
}
.formWrapper .formbg .form-Wraper .formGroup .form-groups .txtBox {
  border: 1px solid transparent;
}
.formWrapper .formbg .form-Wraper .formGroup .form-groups .txtBox.error {
  border-color: #9f0a1f;
  border: 2px solid #9f0a1f;
}
.formWrapper .formbg .form-Wraper .formGroup .form-groups .txtBox.f-success {
  border-color: #119f0a;
  border: 2px solid #119f0a;
}
.formWrapper .formbg .form-Wraper .formGroup .form-groups .txtBox:focus {
  outline: none;
}
@media (max-width: 1279px) {
  .formWrapper .formbg .form-Wraper .formGroup .form-groups .radio-box {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .formWrapper .formbg .form-Wraper .formGroup .form-groups .radio-box {
    margin-top: 6px;
    margin-bottom: 10px;
  }
}
.formWrapper .formbg .form-Wraper .formGroup .form-groups textarea {
  border-radius: 0;
  background-color: #ffffff;
  width: 100%;
  height: 287px;
  color: #000000;
  font-size: 18px;
  padding: 6px 12px;
  border: 1px solid transparent;
  margin-bottom: 13px;
}
@media (max-width: 1279px) {
  .formWrapper .formbg .form-Wraper .formGroup .form-groups textarea {
    margin-bottom: 5px;
  }
}
.formWrapper .formbg .form-Wraper .bottomText {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.formWrapper .formbg .form-Wraper .bottomText .textWrapper {
  width: 67%;
  margin-top: 15px;
}
@media (max-width: 1279px) {
  .formWrapper .formbg .form-Wraper .bottomText .textWrapper {
    width: 67%;
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .formWrapper .formbg .form-Wraper .bottomText .textWrapper {
    width: 67%;
  }
}
@media (max-width: 767px) {
  .formWrapper .formbg .form-Wraper .bottomText .textWrapper {
    width: 100%;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.formWrapper .formbg .form-Wraper .bottomText .textWrapper p {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}
.formWrapper .formbg .form-Wraper .bottomText .captchaWrapper {
  margin-top: 29px;
  width: 400px;
}
@media (max-width: 1279px) {
  .formWrapper .formbg .form-Wraper .bottomText .captchaWrapper {
    width: auto;
  }
}
.formWrapper .formbg .form-Wraper .bottomText .btnWrapper {
  width: 100%;
}
.formWrapper .formbg .form-Wraper .bottomText .btnWrapper .submitButton {
  width: auto;
  margin-left: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .formWrapper .formbg .form-Wraper .bottomText .btnWrapper .submitButton {
    margin-left: 0px;
  }
}
.formWrapper .formbg .form-Wraper .bottomText .btnWrapper .submitButton .ctaLinks {
  background-color: #e7c247;
  color: #16366e;
  border-radius: 0;
  padding: 0px 30px;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
  height: 42px;
}
.formWrapper .formbg .form-Wraper .bottomText .btnWrapper .submitButton .ctaLinks:hover {
  background: #ffd548;
  border-color: #ffd548;
  color: #16366e;
  text-decoration: none;
}
.formWrapper.wealthManagementForm {
  margin-top: 29px;
  margin-bottom: 50px;
}
.formWrapper.wealthManagementForm .formbg .form-Wraper .formGroup {
  position: relative;
}
.formWrapper.wealthManagementForm .formbg .form-Wraper .formGroup .form-groups textarea {
  height: 117px;
  width: 100%;
  max-width: 100%;
}
.formWrapper.wealthManagementForm .formbg .form-Wraper .formGroup .form-groups .ui-selectmenu-button {
  border-radius: 0;
  background-color: #fff;
  padding: 6px 12px;
  border: 1px solid transparent;
  height: 35px;
  color: #000;
  font-size: 18px;
  width: 100%;
  margin-bottom: 13px;
}

.ie11 .formWrapper .formbg .form-Wraper .formGroup .form-groups span.errorMsg {
  background-color: #16366e;
  background-image: url(/images/contact/star.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  position: absolute;
  top: 30px;
  right: -9px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

.flexGeneral {
  background: #fff;
  margin-top: 45px;
  padding-bottom: 25px;
}
.flexGeneral .navi {
  color: #16366e;
}
.flexGeneral h2 {
  color: #16366e;
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .flexGeneral h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.flexGeneral h3 {
  color: #16366e;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 5px;
}
.flexGeneral p {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.flexGeneral p {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .flexGeneral p {
    font-size: 16px;
  }
}

.ui-corner-top .ui-icon-triangle-1-s {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  padding: 0px 10px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 6px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  left: 3px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 3px;
  top: 4px;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 6px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 3px;
}

.ui-datepicker .ui-datepicker-next {
  right: 3px;
}

.alertMessage {
  padding: 42px 0 42px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0px;
  z-index: 999999;
  padding: 12px 0px 0px;
  background-color: rgba(225, 82, 61, .20) !important; /* Keeps existing background color */
  background-image: url('https://url.cpb.bank/hubfs/butterfly.svg'); /* Add butterfly image as background */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  background-size: 50px; /* Adjust the size of the butterfly */
  background-position: 10%; /* Position the butterfly image to the left */
  padding-left: 50px; /* Add padding to make room for the butterfly image */
}
.alertMessage.topNav {
  position: static;
}
.alertMessage.bottomFixed {
  bottom: 0;
  left: 0;
  right: 0;
  top: initial;
  position: fixed;
}
.alertMessage .close {
  text-shadow: none;
  font-size: 14px;
  opacity: 0.6;
  color: #000;
  cursor: pointer;
  font-weight: 400;
  line-height: 1;
  padding-top: 12px;
}
.alertMessage p {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  color: #212529;
}

.alertMessage a, .alertMessage a:hover{
    color: #007bff;
}

.alertMessage p + p {
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .alertMessage p {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .alertMessage p {
    width: 95%;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .alertMessage p {
    width: 90%;
    font-size: 14px;
  }
}

body .active header {
  margin-top: 6%;
  position: relative !important;
}

.alertMessage + .siteWrap .siteInner .stickyEmpty {
  display: none;
}

.alertMessage + .siteWrap .siteInner header {
  position: relative !important;
}

.alertMessage.active + .siteWrap .siteInner .stickyEmpty {
  display: block;
}

.alertMessage.active + .siteWrap .siteInner header {
  position: fixed !important;
}

/* .speedBump {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #172f4f;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.speedBump.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
@media (max-width: 767px) {
  .speedBump {
    position: fixed;
  }
}
.speedBump .close {
  text-shadow: none;
  font-size: 18px;
  opacity: 0.6;
  position: absolute;
  top: 7px;
  right: 7px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.speedBump .speedContainer {
  margin: 0 auto;
  width: 856px;
  background: #172f4f;
  color: #fff;
  padding: 31px 54px 40px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0%, 50%);
      -ms-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .speedBump .speedContainer {
    width: 856px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .speedBump .speedContainer {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .speedBump .speedContainer {
    width: 100%;
    top: 15%;
    -webkit-transform: translate(0%, 15%);
        -ms-transform: translate(0%, 15%);
            transform: translate(0%, 15%);
    left: 0px;
    position: fixed;
    height: 480px;
    overflow-x: scroll;
    padding: 31px 21px 40px;
  }
}
.speedBump .speedContainer h2 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  line-height: inherit;
}
@media (max-width: 767px) {
  .speedBump .speedContainer h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.speedBump .speedContainer p {
  text-align: center;
  margin: 28px 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}
.speedBump .speedContainer p + p {
  margin: 10px 0;
}
.speedBump .speedContainer .speedButSection {
  margin-top: 10px;
  display: inline-block;
}
.speedBump .speedContainer .speedButSection a {
  background: #e7c247;
  color: #16366e;
  font-size: 16px;
  width: 123px;
  text-transform: uppercase;
}
.speedBump .speedContainer .speedButSection a:hover {
  background: #ffd548;
  color: #16366e;
}
@media (max-width: 767px) {
  .speedBump .speedContainer .speedButSection a {
    width: 100px;
    padding: 5px 15px;
  }
}
.speedBump .speedContainer .speedButSection a:last-child {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .speedBump .speedContainer .speedButSection a:last-child {
    margin-left: 30px;
  }
} */

.popUpWrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.popUpWrapper .popupWrap {
  width: 856px;
  top: 30%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .popUpWrapper .popupWrap {
    padding: 0px 10px 0px 10px;
    width: 100%;
    top: 5%;
  }
}
@media (max-width: 1023px) {
  .popUpWrapper .popupWrap {
    padding: 0 60px 0 60px;
    width: 100%;
    top: 25%;
  }
}
.popUpWrapper .popupWrap .close {
  opacity: 1;
}
.popUpWrapper .popupWrap .close i {
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
  float: right;
  margin-top: 0;
}
.popUpWrapper .popupWrap .close i::after {
  content: "";
  background: #fff;
  width: 2px;
  height: 26px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  transition-delay: 0.1s;
  position: absolute;
  top: 0;
  left: 18px;
  margin-top: 0;
  margin-left: 0;
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popUpWrapper .popupWrap .close i::before {
  content: "";
  background: #fff;
  width: 2px;
  height: 26px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  transition-delay: 0.1s;
  position: absolute;
  top: 0;
  left: 18px;
  margin-top: 0;
  margin-left: 0;
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popUpWrapper .wrap {
  margin: 0 auto;
  width: 856px;
  background: #1e1d1d;
  padding: 25px;
  text-align: center;
  top: 30%;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  position: relative;
}
@media (max-width: 767px) {
  .popUpWrapper .wrap {
    top: 5%;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .popUpWrapper .wrap {
    top: 25%;
    width: 100%;
  }
}
.popUpWrapper .wrap h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 46px;
  padding: 8px 0px 12px 0px;
  text-transform: uppercase;
  color: #fff;
}
.popUpWrapper .wrap p {
  color: #e4e4e4;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.popUpWrapper .wrap p + p {
  margin-top: 20px;
}
.popUpWrapper .wrap .popLnk {
  margin-top: 20px;
  text-align: center;
}
.popUpWrapper .wrap .popLnk a {
  background: #57585a;
  font-weight: 700;
  font-size: 16px;
  color: #FFF;
  display: inline-block;
  padding: 9px 20px 8px;
  line-height: 17px;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.popUpWrapper .wrap .speedButSection {
  margin-top: 30px;
}
.popUpWrapper .wrap .speedButSection a {
  background: #e7c247;
  color: #000;
  font-size: 18px;
  width: 184px;
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: 30px;
}

.popupWrap .wrap {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  transition: all 0.3s;
}

.popupWrap .wrap.Open {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popUpOpen .popUpWrapper {
  display: block;
}

.popUpWrapper {
  visibility: hidden;
}

.popUpWrapper.Open {
  visibility: visible;
}

.joinCPB {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 1279px) {
  .joinCPB {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .joinCPB {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1279px) {
  .joinCPB .bgWrap {
    background-color: #eff9ff;
  }
}
.joinCPB.withoutContent {
  margin-top: 50px;
  margin-bottom: 50px;
}
.joinCPB .joinContent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 25px 54px 50px;
  background-color: #eff9ff;
}
@media (max-width: 1279px) {
  .joinCPB .joinContent {
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  .joinCPB .joinContent {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.joinCPB .joinContent .joinInner {
  max-width: 390px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 390px;
  margin-right: 60px;
}
@media (max-width: 1279px) {
  .joinCPB .joinContent .joinInner {
    margin-right: 10px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .joinCPB .joinContent .joinInner {
    max-width: 100%;
  }
}
.joinCPB .joinContent .joinInner:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .joinCPB .joinContent .joinInner + .joinInner {
    margin-top: 30px;
  }
}
@media (max-width: 1279px) {
  .joinCPB .joinContent .joinFlex {
    text-align: center;
    margin-top: 10px;
  }
}
.joinCPB .joinContent figure {
  min-width: 112px;
  margin-right: 28px;
  margin-top: 20px;
}
@media (max-width: 1279px) {
  .joinCPB .joinContent figure {
    margin: 0;
  }
}
.joinCPB .joinContent h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #0f0f0f;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .joinCPB .joinContent h4 {
    font-size: 18px;
  }
}
.joinCPB .joinContent p {
  font-size: 14px;
  line-height: 20px;
  color: #0f0f0f;
}
.joinCPB .joinCPBButton .btncpb {
  text-align: center;
}
.joinCPB .joinCPBButton .btncpb a {
  display: inline-block;
  color: #fff;
  padding: 17px 43px 15px 43px;
  font-weight: 900;
  font-size: 38px;
  background-color: #007bba;
  transition: 0.3s all;
}
@media (max-width: 1279px) {
  .joinCPB .joinCPBButton .btncpb a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .joinCPB .joinCPBButton .btncpb a {
    font-size: 18px;
  }
}
.joinCPB .joinCPBButton .btncpb a:hover {
  background: #0074b1;
}
.joinCPB .joinCPBButton .btncpb a span {
  font-weight: 300;
  font-size: 25px;
}
@media (max-width: 1279px) {
  .joinCPB .joinCPBButton .btncpb a span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .joinCPB .joinCPBButton .btncpb a span {
    font-size: 14px;
  }
}

.securityFeatures {
  background-color: #f7f7f7;
  padding-bottom: 73px;
  margin-top: 180px;
}
@media (max-width: 1279px) {
  .securityFeatures {
    padding-bottom: 50px;
    margin-top: 100px;
  }
}
@media (max-width: 1023px) {
  .securityFeatures {
    margin-top: 70px;
    padding-bottom: 40px;
  }
}
.securityFeatures.noBG {
  background-color: transparent;
  margin-top: 0;
}
.securityFeatures .heading {
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 1279px) {
  .securityFeatures .heading {
    margin-bottom: 20px;
  }
}
.securityFeatures .heading h4 {
  display: inline-block;
  background: #007bba;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  padding: 20px 37px 20px 50px;
}
@media (max-width: 1279px) {
  .securityFeatures .heading h4 {
    font-size: 24px;
    padding: 17px 30px;
  }
}
@media (max-width: 1023px) {
  .securityFeatures .heading h4 {
    font-size: 20px;
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .securityFeatures .heading h4 {
    font-size: 18px;
    padding: 8px 20px;
  }
}
.securityFeatures .securityContent {
  text-align: center;
}
.securityFeatures p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #2a2b29;
  max-width: 1060px;
  margin: auto;
}
@media (max-width: 1279px) {
  .securityFeatures p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .securityFeatures p {
    font-size: 16px;
    line-height: 22px;
  }
}

.faqWrapper {
  background-color: #f7f7f7;
  margin: 50px 0;
  margin-bottom: 0;
  padding-bottom: 85px;
  padding-top: 33px;
}
@media (max-width: 1279px) {
  .faqWrapper {
    margin: 35px 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .faqWrapper {
    margin: 35px 0 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .faqWrapper {
    margin: 25px 0;
    margin-bottom: 0;
  }
}
.faqWrapper p + .tableSection {
  margin-top: 30px;
}
.faqWrapper h1,
.faqWrapper h2 {
  margin: 0 0 10px;
  color: #0f0f0f;
  font-size: 30px;
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faqWrapper h1,
.faqWrapper h2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .faqWrapper h1 span,
.faqWrapper h2 span {
    display: inline-block;
  }
}
.faqWrapper h1 + p,
.faqWrapper h2 + p {
  margin-bottom: 18px;
}
@media screen and (min-width: 1280px) {
  .faqWrapper h1 + p,
.faqWrapper h2 + p {
    margin-bottom: 21px;
  }
}
.faqWrapper .sectionToggle h3 {
  color: #033572;
  margin-bottom: 20px;
  font-size: 26px;
}
@media (max-width: 767px) {
  .faqWrapper .sectionToggle h3 {
    font-size: 22px;
  }
}
.faqWrapper .sectionToggle ul {
  list-style: none;
  padding: 0;
}
.faqWrapper .sectionToggle ul li {
  color: #2a2b29;
  font-size: 16px;
  font-weight: 300;
}
.faqWrapper .sectionToggle ul li:first-child .toggleLink {
  border-top: 1px solid #a4a4a4;
}
.faqWrapper .sectionToggle ul li .toggleLink {
  color: #848484;
  display: block;
  padding: 13px 50px;
  border-bottom: 1px solid #a4a4a4;
  padding-left: 15px;
  text-decoration: none;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  margin: 0px 0 0;
  transition: 0.3s all;
}
@media (max-width: 1279px) {
  .faqWrapper .sectionToggle ul li .toggleLink {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .faqWrapper .sectionToggle ul li .toggleLink {
    font-size: 18px;
    padding: 15px 40px 15px 0px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .faqWrapper .sectionToggle ul li .toggleLink {
    margin: 5px 0px 0;
    padding: 15px 40px 15px 0px;
    font-size: 16px;
    padding-left: 15px;
  }
}
.faqWrapper .sectionToggle ul li .toggleLink:hover {
  color: #0f0f0f;
}
.faqWrapper .sectionToggle ul li .toggleLink:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-image: url("../images/digital-banking/plus_icon.png");
  background-size: contain;
  right: 10px;
  top: 15px;
}
@media (max-width: 767px) {
  .faqWrapper .sectionToggle ul li .toggleLink:after {
    width: 20px;
    height: 20px;
    background-size: 19px;
  }
}
.faqWrapper .sectionToggle ul li .toggleLink.active {
  color: #0f0f0f;
  border-bottom: none;
  background: #fff;
}
.faqWrapper .sectionToggle ul li .toggleLink.active:after {
  background-image: url("../images/digital-banking/close_icon.png");
}
.faqWrapper .sectionToggle ul + h3 {
  margin-top: 50px;
}
.faqWrapper .sectionToggle .toggleBlock {
  padding: 10px 75px 10px 75px;
  border-bottom: 1px solid #a4a4a4;
  background: #fff;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .faqWrapper .sectionToggle .toggleBlock {
    padding: 23px 0 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faqWrapper .sectionToggle .toggleBlock {
    padding: 5px 0px 22px;
  }
}
@media (max-width: 767px) {
  .faqWrapper .sectionToggle .toggleBlock {
    padding: 10px 0px 10px;
  }
}
.faqWrapper .sectionToggle .toggleBlock .wraps {
  max-width: 889px;
}
@media (max-width: 1279px) {
  .faqWrapper .sectionToggle .toggleBlock .wraps {
    max-width: 964px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .faqWrapper .sectionToggle .toggleBlock .wraps {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .faqWrapper .sectionToggle .toggleBlock .wraps {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .faqWrapper .sectionToggle .toggleBlock .wraps {
    padding: 0px 10px;
  }
}
.faqWrapper .sectionToggle .toggleBlock ul {
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .faqWrapper .sectionToggle .toggleBlock ul li {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .faqWrapper .sectionToggle .toggleBlock ul li {
    font-size: 16px;
    line-height: 19px;
    margin-top: 7px;
  }
}
.faqWrapper .sectionToggle .toggleBlock ul li + li {
  margin-top: 10px;
}
.faqWrapper .sectionToggle .toggleBlock ul li a {
  color: #033572;
  font-weight: 900;
}
.faqWrapper .sectionToggle .toggleBlock ul li a:hover {
  text-decoration: underline;
}
.faqWrapper .sectionToggle .toggleBlock p {
  color: #2a2b29;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.faqWrapper .sectionToggle .toggleBlock p a {
  color: #033572;
  font-weight: 900;
}
.faqWrapper .sectionToggle .toggleBlock p + ul {
  margin-top: 10px;
}
.faqWrapper .sectionToggle .toggleBlock p + p {
  margin-top: 25px;
}
.faqWrapper .toggleBlock ul {
  padding-left: 0;
}
.faqWrapper .toggleBlock ul li {
  position: relative;
  padding-left: 20px;
}
.faqWrapper .toggleBlock ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  border-top: 6px solid transparent;
  border-left: 9px solid #0080c3;
  border-bottom: 6px solid transparent;
}

.flexGeneral + .faqWrapper {
  margin-top: -50px;
}

.checkingVideo {
  margin-bottom: 50px;
}
.checkingVideo .contentFlex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .checkingVideo .contentFlex {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .checkingVideo .imgLink {
    width: 100%;
  }
}
.checkingVideo .contentWrapper {
  background-color: #f7f7f7;
  padding: 60px 32px 55px 52px;
}
@media (max-width: 1279px) {
  .checkingVideo .contentWrapper {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  .checkingVideo .contentWrapper {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .checkingVideo .contentWrapper {
    padding: 10px 20px;
  }
}
.checkingVideo .contentWrapper h4 {
  color: #2a2b29;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 19px;
}
@media (max-width: 1279px) {
  .checkingVideo .contentWrapper h4 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .checkingVideo .contentWrapper h4 {
    font-size: 20px;
  }
}
.checkingVideo .contentWrapper p {
  font-size: 18px;
  line-height: 26px;
  color: #2a2b29;
}
@media (max-width: 1279px) {
  .checkingVideo .contentWrapper p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .checkingVideo .videoPlayer {
    width: 100%;
  }
}
.checkingVideo .figBg {
  min-width: 818px;
  height: 460px;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1279px) {
  .checkingVideo .figBg {
    min-width: 500px;
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .checkingVideo .figBg {
    height: 350px;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .checkingVideo .figBg {
    height: 175px;
  }
}
.checkingVideo .figBg:hover:before {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.checkingVideo .figBg:hover:after {
  opacity: 0.8;
}
.checkingVideo .figBg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  z-index: 1;
  transition: 0.3s all;
}
.checkingVideo .figBg:before {
  position: absolute;
  content: "";
  width: 128px;
  height: 128px;
  /*background-image: url("../images/digital-banking/play-button.png");*/
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .checkingVideo .figBg:before {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .checkingVideo .figBg:before {
    width: 40px;
    height: 40px;
  }
}

.flexGeneral + .businessHawaii {
  margin-top: -80px;
}

.businessHawaii {
  margin-top: 50px;
}
.businessHawaii .bgWrap {
  background-color: #ebfffe;
}
.businessHawaii .headingWrapper {
  padding: 36px 47px 0;
}
@media (max-width: 767px) {
  .businessHawaii .headingWrapper {
    padding: 30px 0px;
    text-align: center;
  }
}
.businessHawaii h2 {
  font-size: 38px;
  text-transform: none;
}
@media (max-width: 1023px) {
  .businessHawaii h2 {
    font-size: 24px;
  }
}
.businessHawaii .hawaiFlex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 43px;
  padding-bottom: 65px;
}
@media (max-width: 1023px) {
  .businessHawaii .hawaiFlex {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .businessHawaii .hawaiFlex {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}
.businessHawaii .hawaiFlex figure {
  width: 125px;
  height: 125px;
  background: #00928b;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding: 25px;
  margin-bottom: 33px;
  overflow: hidden;
}
.businessHawaii .hawaiFlex .iconWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
}
@media (max-width: 1023px) {
  .businessHawaii .hawaiFlex .iconWrap {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .businessHawaii .hawaiFlex .iconWrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.businessHawaii .hawaiFlex .iconContent {
  max-width: 180px;
  text-align: center;
}
.businessHawaii .hawaiFlex p {
  font-size: 16px;
  line-height: 20px;
  color: #16366e;
  font-weight: 500;
}
.businessHawaii .hawaiFlex p + p {
  margin-top: 22px;
}

.businessOutside {
  margin-bottom: 200px;
}
@media (max-width: 1023px) {
  .businessOutside {
    margin-bottom: 100px;
  }
}
.businessOutside .bgWrap {
  position: relative;
  background: #00928b;
}
.businessOutside .closeBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1023px) {
  .businessOutside .closeBtn {
    top: 5px;
  }
}
.businessOutside .headingWrapper {
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .businessOutside .headingWrapper {
    padding-top: 30px;
  }
}
.businessOutside .headingWrapper h2 {
  color: #fff;
  text-transform: none;
}
.businessOutside .headingWrapper p {
  font-size: 16px;
  margin-top: 6px;
}
.businessOutside .headingWrapper .ctaBtn {
  min-height: 58px;
  border: 6px solid #fff;
  position: relative;
  bottom: -35px;
}
.businessOutside .pdfWrapper {
  padding: 0px 52px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .businessOutside .pdfWrapper {
    padding: 0px 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .businessOutside .pdfWrapper {
    padding: 0px 5px;
    padding-bottom: 30px;
  }
}
.businessOutside .pdfWrapper .pdfBtn {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 11px;
}
@media (max-width: 1023px) {
  .businessOutside .pdfWrapper .pdfBtn {
    margin: 10px 0px;
  }
}
.businessOutside .cardLayout + .cardLayout {
  margin-top: 40px;
}
.businessOutside .cardLayout .cardHeading {
  background: #033572;
  padding-left: 35px;
}
@media (max-width: 1023px) {
  .businessOutside .cardLayout .cardHeading {
    padding: 10px 15px;
  }
}
.businessOutside .cardLayout .cardHeading h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 4px 0px;
}
@media (max-width: 1023px) {
  .businessOutside .cardLayout .cardHeading h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .businessOutside .cardLayout .cardHeading h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.businessOutside .cardLayout .cardContent {
  padding: 10px 60px 33px 35px;
  background: #fff;
}
@media (max-width: 1023px) {
  .businessOutside .cardLayout .cardContent {
    padding: 20px;
  }
}
.businessOutside .cardLayout .cardContent p {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 300;
}
.businessOutside .cardLayout .cardContent label {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 300;
}
.businessOutside .cardLayout .cardContent .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #033572;
  background: #033572;
}
.businessOutside .cardLayout .cardContent h3 {
  color: #033572;
  font-size: 16px;
  margin-top: 29px;
  margin-bottom: 13px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .businessOutside .cardLayout .cardContent h3 {
    margin-left: 25px;
  }
}
.businessOutside .cardLayout .cardContent .custom-checkbox {
  padding-left: 46px;
}
@media (max-width: 767px) {
  .businessOutside .cardLayout .cardContent .custom-checkbox {
    padding-left: 24px;
  }
}
.businessOutside .cardLayout .cardContent .custom-checkbox .custom-control-label:before {
  border-color: #000;
  background-color: #edf9f8;
  border-radius: 0;
  width: 20px;
  height: 20px;
}
.businessOutside .cardLayout .cardContent .custom-checkbox .custom-control-label:after {
  width: 20px;
  height: 20px;
}
.businessOutside .cardLayout .cardContent .custom-checkbox .custom-control-label:before, .businessOutside .cardLayout .cardContent .custom-checkbox .custom-control-label:after {
  left: -47px;
  top: 0;
}
@media (max-width: 767px) {
  .businessOutside .cardLayout .cardContent .custom-checkbox .custom-control-label:before, .businessOutside .cardLayout .cardContent .custom-checkbox .custom-control-label:after {
    left: -30px;
    top: 4px;
  }
}
.businessOutside .cardLayout .cardContent .custom-checkbox:first-child {
  margin-top: 23px;
}
@media (max-width: 1023px) {
  .businessOutside .cardLayout .cardContent .custom-checkbox:first-child {
    margin-top: 0;
  }
}
.businessOutside .cardLayout .cardContent .custom-checkbox + .custom-checkbox {
  margin-top: 15px;
}

.businessContact {
  margin-bottom: 20px;
}
.businessContact .cardLayout .cardHeading {
  background: #033572;
  padding-left: 35px;
}
@media (max-width: 1023px) {
  .businessContact .cardLayout .cardHeading {
    padding: 10px 15px;
  }
}
.businessContact .cardLayout .cardHeading h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 4px 0px;
}
@media (max-width: 1023px) {
  .businessContact .cardLayout .cardHeading h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .businessContact .cardLayout .cardHeading h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.businessContact .cardLayout .cardContent {
  border: solid 1px #033572;
  padding: 15px 15px 15px 15px;
  background: #fff;
}
@media (max-width: 1023px) {
  .businessContact .cardLayout .cardContent {
    padding: 10px;
  }
}
.businessContact .cardLayout .cardContent .contactDetails {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.businessContact .cardLayout .cardContent .contactDetails .contactInfo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.businessContact .cardLayout .cardContent .contactDetails .contactInfo p {
  color: #0e0e0e;
  font-size: 17px;
  font-weight: 700;
  width: 40%;
  margin-right: 1%;
}
@media (max-width: 1023px) {
  .businessContact .cardLayout .cardContent .contactDetails .contactInfo p {
    margin-bottom: 20px;
    width: 52%;
  }
}
@media (max-width: 767px) {
  .businessContact .cardLayout .cardContent .contactDetails .contactInfo p {
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.businessContact .cardLayout .cardContent .contactDetails .contactInfo p img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
@media (max-width: 1279px) {
  .businessContact .cardLayout .cardContent .contactDetails .contactInfo p img {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .businessContact .cardLayout .cardContent .contactDetails .contactInfo p img {
    margin-right: 8px;
  }
}
.businessContact .cardLayout .cardContent .contactDetails .contactInfo p a {
  color: #0e0e0e;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .businessContact .cardLayout .cardContent .contactDetails .contactInfo p a {
    color: #0e0e0e;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }
}
@media (max-width: 1023px) {
  .businessContact .cardLayout .cardContent .contactDetails .contactInfo p a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .businessContact .cardLayout .cardContent .contactDetails .contactInfo p a {
    font-size: 14px;
  }
}
.businessContact .cardLayout .cardContent .contactDetails .contactInfo p a:hover {
  color: #033572;
  text-decoration: none;
}
.businessContact .cardLayout .cardContent .contactDetails .contactInfo p:nth-child(2n) {
  width: 31%;
}
@media (max-width: 1279px) {
  .businessContact .cardLayout .cardContent .contactDetails .contactInfo p:nth-child(2n) {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .businessContact .cardLayout .cardContent .contactDetails .contactInfo p:nth-child(2n) {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .businessContact .cardLayout .cardContent .contactDetails .contactInfo p:nth-child(2n) {
    width: 100%;
  }
}
.businessContact .cardLayout .cardContent .contactDetails .contactInfo p:last-child {
  margin-right: 0%;
  width: 25%;
}
@media (max-width: 1279px) {
  .businessContact .cardLayout .cardContent .contactDetails .contactInfo p:last-child {
    width: 26%;
  }
}
@media (max-width: 1023px) {
  .businessContact .cardLayout .cardContent .contactDetails .contactInfo p:last-child {
    width: 48%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .businessContact .cardLayout .cardContent .contactDetails .contactInfo p:last-child {
    width: 100%;
  }
}

.subBanner1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 527px;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: bottom center;
  background-size: cover;
}
.subBanner1 .bgWrap {
  max-width: 1340px;
  width: 100%;
  padding: 0 0px;
  margin: 0 auto;
}
.subBanner1 .bgWrap h1 {
  color: #fff;
  vertical-align: middle;
  height: 70px;
  text-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  color: #ffffff;
  font-size: 95px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .subBanner1 .bgWrap h1 {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subBanner1 .bgWrap h1 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .subBanner1 .bgWrap h1 {
    font-size: 32px;
  }
}

.careersPosition {
  margin: 0px 0px 145px 0px;
  position: relative;
}
.careersPosition .left {
  width: 50%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.careersPosition .right {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
}
.careersPosition .right:before {
  background: #f0f9ff;
  content: "";
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
  min-height: 98px;
  border-radius: 100px 0 0 100px;
}
.careersPosition .right .position {
  position: absolute;
  z-index: 1;
}
.careersPosition .right .position div img {
  margin: 21px 24px 28px 21px;
}
.careersPosition .right .position div a {
  color: #033572;
  font-size: 24px;
  font-weight: 900;
  line-height: 22.08px;
  text-transform: uppercase;
}
.careersPosition .right .position div a:hover {
  color: #000;
}

.joinTeam {
  margin: 100px 0px 100px 0px;
  position: relative;
}
.joinTeam h1 {
  color: #033572;
  font-family: "Museo Sans -900";
  font-size: 24px;
  font-weight: 400;
  line-height: 22.08px;
  text-transform: uppercase;
}
.joinTeam .teamPosition {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.joinTeam .teamPosition .columns-2 {
  float: left;
  width: 50%;
}
.joinTeam .teamPosition .columns-1 {
  float: left;
  width: 50%;
}
.joinTeam .teamPosition .left-half {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
.joinTeam .teamPosition .left-half:before {
  background: #f0f9ff;
  content: "";
  left: 0;
  bottom: 35px;
  position: absolute;
  z-index: 1;
  width: 54%;
  top: 10%;
}
.joinTeam .teamPosition .left-half article {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
  position: relative;
  top: 10%;
}
.joinTeam .teamPosition .right-half {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
.joinTeam .teamPosition .right-half .rightimg {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: bottom center;
  background-size: cover;
}

/* Second Block */
.wrapper2 {
  width: 100%;
  margin: 0 auto;
  border: 1px solid purple;
  height: 100vh;
}

.row-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-wrapper.alt .filler {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.filler {
  width: 50%;
}

.text-block {
  width: 50%;
  background: blue;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

.text-wrapper {
  width: 50%;
}

.image-overlay {
  width: 45%;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
.image-overlay.alt {
  width: 100%;
}
.image-overlay.alt .overlay-filler {
  width: 26%;
}
.image-overlay.alt .image-me {
  width: 50%;
  z-index: -1;
}
.image-overlay.alt .image-me img {
  width: 100%;
}

.image-overlay > img {
  width: 100%;
}

.employeeBenefits {
  margin: 100px 0px 100px 0px;
  position: relative;
}
.employeeBenefits h1 {
  color: #033572;
  font-family: "Museo Sans -900";
  font-size: 24px;
  font-weight: 400;
  line-height: 22.08px;
  text-transform: uppercase;
}
.employeeBenefits .teamPosition {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.employeeBenefits .teamPosition .left-half {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.employeeBenefits .teamPosition .left-half article {
  background-color: #f0f9ff;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.employeeBenefits .teamPosition .left-half article:before {
  background: #f0f9ff;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 100%;
}
.employeeBenefits .teamPosition .right-half {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.employeeBenefits .teamPosition .right-half .rightimg {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: bottom center;
  background-size: cover;
}

.proBannerFlex {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .proBannerFlex {
    height: 100%;
  }
}
.proBannerFlex.tabView {
  display: none;
}
@media (max-width: 767px) {
  .proBannerFlex.tabView {
    display: block;
  }
}
@media (max-width: 767px) {
  .proBannerFlex.tabView .customBG {
    display: block;
  }
}
.proBannerFlex.tabView .flexLeft {
  display: block;
  padding: 20px 0px;
}
.proBannerFlex.tabView .wrapper {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.proBannerFlex .customBG {
  position: absolute;
  height: calc(100% - 76px);
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 46%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 1023px) {
  .proBannerFlex .customBG {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .proBannerFlex .customBG {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-position: center;
  }
}
.proBannerFlex .containerWrapper {
  height: 100%;
}
.proBannerFlex .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.proBannerFlex .flexLeft {
  width: 530px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1279px) {
  .proBannerFlex .flexLeft {
    width: 340px;
  }
}
@media (max-width: 1023px) {
  .proBannerFlex .flexLeft {
    width: 215px;
  }
}
@media (max-width: 767px) {
  .proBannerFlex .flexLeft {
    display: none;
  }
}
.proBannerFlex .flexLeft h3 {
  font-size: 45px;
  line-height: 45px;
}
@media (max-width: 1279px) {
  .proBannerFlex .flexLeft h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1023px) {
  .proBannerFlex .flexLeft h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
.proBannerFlex .flexLeft h2 {
  font-size: 219px;
  line-height: 240px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1279px) {
  .proBannerFlex .flexLeft h2 {
    font-size: 130px;
    line-height: 130px;
  }
}
@media (max-width: 1023px) {
  .proBannerFlex .flexLeft h2 {
    font-size: 55px;
    line-height: 55px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.proBannerFlex .flexLeft .pWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 24px;
}
@media (max-width: 1279px) {
  .proBannerFlex .flexLeft .pWrap {
    padding-top: 16px;
  }
}
@media (max-width: 1023px) {
  .proBannerFlex .flexLeft .pWrap {
    padding-top: 5px;
  }
}
.proBannerFlex .flexLeft .pWrap .perc {
  font-size: 126px;
  line-height: 114px;
}
@media (max-width: 1279px) {
  .proBannerFlex .flexLeft .pWrap .perc {
    font-size: 79px;
    line-height: 66px;
  }
}
@media (max-width: 1023px) {
  .proBannerFlex .flexLeft .pWrap .perc {
    font-size: 25px;
    line-height: 25px;
  }
}
.proBannerFlex .flexLeft .pWrap .apy {
  font-size: 52px;
  line-height: 65px;
}
@media (max-width: 1279px) {
  .proBannerFlex .flexLeft .pWrap .apy {
    font-size: 33px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  .proBannerFlex .flexLeft .pWrap .apy {
    font-size: 20px;
    line-height: 20px;
  }
}
.proBannerFlex .flexLeft h4 {
  font-size: 29px;
  line-height: 30px;
}
@media (max-width: 1279px) {
  .proBannerFlex .flexLeft h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .proBannerFlex .flexLeft h4 {
    font-size: 12px;
    line-height: 16px;
  }
}
.proBannerFlex .flexLeft h5 {
  font-size: 16px;
  line-height: 21px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  max-width: 385px;
}
@media (max-width: 1023px) {
  .proBannerFlex .flexLeft h5 {
    font-size: 11px;
    line-height: 14px;
    margin-top: 10px;
  }
}
.proBannerFlex .flexRight {
  padding-left: 136px;
}
@media (max-width: 1023px) {
  .proBannerFlex .flexRight {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .proBannerFlex .flexRight {
    padding-left: 33px;
  }
}
.proBannerFlex .flexRight h3 {
  font-size: 47px;
  line-height: 44px;
  color: #033572;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .proBannerFlex .flexRight h3 {
    font-size: 38px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .proBannerFlex .flexRight h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.proBannerFlex .flexRight h4 {
  font-size: 30px;
  line-height: 30px;
  color: #00928b;
  text-transform: uppercase;
  padding-left: 60px;
  margin-top: 5px;
}
@media (max-width: 1279px) {
  .proBannerFlex .flexRight h4 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1023px) {
  .proBannerFlex .flexRight h4 {
    font-size: 16px;
    line-height: 16px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .proBannerFlex .flexRight h4 {
    padding-left: 0px;
  }
}

.visitPromo {
  background-color: #eff9ff;
  text-align: center;
  padding-top: 42px;
  padding-bottom: 35px;
}
.visitPromo h3 {
  font-size: 30px;
  line-height: 34px;
  color: #033572;
  font-weight: 900;
}
@media (max-width: 767px) {
  .visitPromo h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
.visitPromo p {
  color: #5a5a5a;
  margin-top: 10px;
}
.promoDisclaimer {
  text-align: center;
  padding-top: 26px;
  padding-bottom: 35px;
}
.promoDisclaimer p {
  font-size: 13px;
  line-height: 19px;
  max-width: 965px;
  margin: auto;
}

/* Personal & Business Rates Print Css */

@media print {
      header, footer , nav{
        display: none;
    }
    .bannerPanel.subPageBanner {
     display: none;
    }
    #mainContentBlk
    {
       width:100%;
    }
    .containerWrapper, .container {
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    }
    h3{
    font-size: 32px;
    line-height: 38px;
    }
    .headingWrapper.subHeading h1, .headingWrapper.subHeading h2 {
    color: #0a1b5f;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 47px;
    }
    .ratesHero .contentText p {
    color: #737373;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    }
    .navPills
    {
       display:none;
    }
    .navPills ul {
    border: 6px solid #dc8735;
    border-radius: 35px;
    }
    .navPills ul li a {
    font-size: 33px;
    text-decoration:none;
    }
    .navPills ul li.active a {
    color: #033572;
    position: relative;
    z-index: 99;
    outline: none;
    }
    .navPills ul li.active:after {
    content: "";
    position: absolute;
    background: #dc8735 !important;
    display: inline-block;
    width: 100%;
    left: -3px;
    height: 51px;
    border-radius: 35px;
    top: 0;
    }
    .navPills ul li.active:last-child:after {
    content: "";
    position: absolute;
    background: #dc8735;
    display: inline-block;
    width: 100%;
    right: -3px;
    height: 52px;
    border-radius: 31px;
    top: -1px;
    left: 2px;
    }
    .headingWrapper.subHeading h1, .headingWrapper.subHeading h2, .headingWrapper.subHeading.learnMore h2, .headingWrapper.subHeading.learnMore h1 {
    color: #0a1b5f;
    font-weight: 900;
    font-size: 41px;
    }
    .headingWrapper.subHeading.learnMore h2, .headingWrapper.subHeading.learnMore h1 {
    display: block;
    }
    .tableSection .compareTable thead tr th:first-child {
    text-align: center;
    background-color: #0080c3 !important;
   }
    .tableSection .compareTable thead tr th {
    text-align: left;
    background: #16366e !important;
    font-size: 27px;
    font-weight: 900;
    text-align: center;
    line-height: 29px;
    }
    .tableSection .compareTable tbody tr td {
    text-align: center;
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    }
    tbody>tr:nth-child(even)>td {
    background-color: #f2f2f2 !important;
    }
    tbody>tr:nth-child(odd)>td {
    background-color: #fff !important;
    }
    tbody>tr>td.firstOdd{
    background-color: #fff !important;
    }
    tbody>tr>td.firstEven{
    background-color: #eff8fc !important;
    }
    .disclaimerText ol li {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    }
    .disclaimerText p {
    font-size: 19px;
    line-height: 26px;
    }
    .headingWrapper.subHeading h1 .lmo, .headingWrapper.subHeading h2 .lmo {
    font-size: 25px;
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
    margin-right: 50px;
    }
    .ratesBlock .tableSection {
    margin-top: 30px;
    margin-bottom:30px;
    }
   .fixedSideNav {
    display: none;
    }
    .cd-top {
    display:none;
   }

}

.personalChecking.heroBlock .connectWithUs {
  margin-top: -15px
}
@media (max-width: 1023px) {
  .personalChecking.heroBlock .connectWithUs {
    margin-top: 30px
  }
}
.personalChecking.heroBlock .connectWithUs p {
  color: #61a0a4;
  font-size: 21px;
  font-weight: 600
}
@media (max-width: 767px) {
  .personalChecking.heroBlock .connectWithUs p {
    font-size: 18px
  }
}
.personalChecking.heroBlock .connectWithUs ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  position: relative
}
@media (max-width: 1023px) {
  .personalChecking.heroBlock .connectWithUs ul li {
    width: 50px
  }
}
@media (max-width: 767px) {
  .personalChecking.heroBlock .connectWithUs ul li {
    width: 40px
  }
}
.personalChecking.heroBlock .connectWithUs ul li+li {
  margin-left: 12px
}
.personalChecking.heroBlock .connectWithUs ul li a:focus-within:after,
.personalChecking.heroBlock .connectWithUs ul li a:focus:after {
  outline-style: dotted;
  outline-color: #033572;
  outline-width: 2px
}
.personalChecking.heroBlock .connectWithUs ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  width: 250px;
  height: 64px;
  left: -50px;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: .15s all;
  background-size: contain
}
@media (max-width: 1023px) {
  .personalChecking.heroBlock .connectWithUs ul li a:after {
    width: 200px;
    height: 52px
  }
}
@media (max-width: 767px) {
  .personalChecking.heroBlock .connectWithUs ul li a:after {
    width: 170px;
    height: 43px
  }
}
.personalChecking.heroBlock .connectWithUs ul li a span {
  background: #eff9ff;
  font-size: 15px;
  color: #68aab1;
  padding: 0 8px 0;
  width: 170px;
  height: 43px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -4px;
  border: 2px solid #47969b;
  border-radius: 45px;
  opacity: 0;
  visibility: hidden;
  transition: .15s all
}
@media screen and (max-width: 768px) {
  .personalChecking.heroBlock .connectWithUs ul li a span {
    left: -10px;
    top: -3px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .personalChecking.heroBlock .connectWithUs ul li a span {
    left: -10px;
    top: -3px;
    font-size: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .personalChecking.heroBlock .connectWithUs ul li a span {
    left: -10px;
    top: -3px;
   font-size: 23px;
  }
}
@media screen and (min-width: 1280px) {
  .personalChecking.heroBlock .connectWithUs ul li a span {
   font-size: 21px;
    left: -21px;
    top: -3px;
  }
}
.personalChecking.heroBlock .connectWithUs ul li a span figure {
  display: inline-block;
  vertical-align: middle
}
@media screen and (min-width: 768px) {
.connectWithUs ul li a span figure  {
    margin-right:5px;
}
}


.personalChecking.heroBlock .connectWithUs ul li a span figure img {
  border: none;
  border-radius: 0;
  max-width: 40px
}
@media screen and (min-width: 768px) {
.connectWithUs ul li a span figure img {
    max-width: 50px;
}
}

@media screen and (min-width: 1024px) {
.connectWithUs ul li a span figure img {
    max-width: 55px;
}
}
@media screen and (min-width: 1280px) {
  .personalChecking.heroBlock .connectWithUs ul li a span figure img {
    max-width: 100%
  }
}
.personalChecking.heroBlock .connectWithUs ul li a span::before {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 29px;
  position: absolute;
  left: 20px
}
@media screen and (max-width: 768px) {
  .personalChecking.heroBlock .connectWithUs ul li a span {
    width: 155px;
    height: 46px;
  }
}
@media screen and (min-width: 768px) {
  .personalChecking.heroBlock .connectWithUs ul li a span {
    width: 190px;
    height: 58px;

  }
}
@media screen and (min-width: 1024px) {
  .personalChecking.heroBlock .connectWithUs ul li a span {
    width: 220px;
    height: 68px;

  }
}
@media screen and (min-width: 1280px) {
  .personalChecking.heroBlock .connectWithUs ul li a span {
    width: 255px;
    height: 75px;
  }
}
.personalChecking.heroBlock .connectWithUs ul li a:hover span {
  opacity: 1;
  visibility: visible
}
.personalChecking.heroBlock .connectWithUs ul li a[href^=mailto] span::before {
  background-image: url(../images/personal-banking/mail-inner.png)
}
.personalChecking.heroBlock .connectWithUs ul li a[href="/locations"] span::before {
  background-image: url(../images/personal-banking/mail-inner.png)
}
.personalChecking.heroBlock .connectWithUs ul li a[href^=tel] span::before {
  background-image: url(../images/personal-banking/mail-inner.png)
}
.personalChecking.heroBlock .connectWithUs ul li .cta_hover {
  position: absolute;
  left: -25px;
  top: 0;
  min-width: 264px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px)
}
@media screen and (min-width: 1280px) and (max-width: 1380px) {
  .personalChecking.heroBlock .connectWithUs ul li .cta_hover {
    left: -47px
  }
}
@media (max-width: 1279px) {
  .personalChecking.heroBlock .connectWithUs ul li .cta_hover {
    min-width: 227px;
    display: none
  }
}
.personalChecking.heroBlock .connectWithUs ul li img {
  transition: .2s all;
  border-radius: 50%;
  border: solid 2px #61a0a4;
}
.personalChecking.heroBlock .connectWithUs ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  left: -25px
}
@media (max-width: 1023px) {
  .personalChecking.heroBlock .connectWithUs ul li a:hover:after {
    left: 0
  }
}
  .pdfdoc td, .pdfdoc th  {
      border-collapse:collapse;
      padding: 10px;
      border-bottom: 2px solid #033572;
      text-align: center;

      }

/* Helpful Documents Mobile Style*/
@media (max-width: 767px) {
  .helpfulDocuments .responsive_table tr.blueBg {
    height: 64px;
  }
  .helpfulDocuments .responsive_table td a {
    color: #005f86 !important;
  }
  .helpfulDocuments .responsive_table tr td:last-child {
    padding-left: 10px;
    background-color: transparent;
    color: #000;
  }
  .helpfulDocuments .responsive_table tr td:last-child {
    padding-left: 10px;
    background-color: transparent;
    color: #000;
  }
  .helpfulDocuments .responsive_table .responsive_table tr td:last-child {
    padding-left: 10px;
    background-color: transparent;
    color: #000;
  }
  .helpfulDocuments .responsive_table tr:nth-child(odd) {
    background-color: #0080C3 !important;
  }
  .helpfulDocuments .responsive_table tr:nth-child(even) {
    background-color: white !important;
    height: 80px;
  }
  .helpfulDocuments .responsive_table tr:nth-child(even) {
    line-height: 30px;
  }
  .helpfulDocuments .responsive_table .helpful-title {
    color: white;
    font-weight: 900;
  }
}
.helpfulDocuments .responsive_table .helpful-title {
  font-weight: 900;
}

/* Set the size of the div element that contains the map */

#location-left {
  display: block;
  height: 100vh;
  width: 40%;
  bottom: 0;
  right: 0;
  box-shadow: 1px 1px 2px;
}
#map {
  display: inline;
  box-shadow: 1px 1px 2px;
  bottom: 0;
  right: 0;
  float: right;
  height: 100vh;
  /* The height is 400 pixels */
  width: 60%;
  /* The width is the width of the web page */
}
#location-search-box {
width: 90%; padding: 10px; margin: 20px; height: 60px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px;
}
#filter-selection {
  display: flex;
}
input.filter-boxes {
  margin: 0 14px 0 14px;
  width: 20px;
  height: 20px;
 }
label.filter-labels {
  line-height: 20px;
  font-size: 20px;
  margin-top: 10px;
}

.location-result-grid {
height: 193px;
width: 100%;
padding: 10px;
    
}


.grid {
  padding: 20px;
  height: 100%;
  display: grid-flex;
  
  background-color: #FAF6F3;
}
/* each location item */
.item {
}




.hr {
 box-shadow: 1px 1px 2px;
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .locations-overlay a {font-size: 20px}
  .locations-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}



ul li {
 content: "";
 list-style: none;
}

/*ol li {*/
/*    padding-left: 20px;*/
/*    display: list-item;*/
/*    padding-bottom: 1.75rem;*/
/*}*/

a::hover {
  color: #000;
}

li.horizontal::after {
  content: " |";
  margin: 10px;
  
}
li.normal::after {
  margin: 10px;
}

table {
    border: none;
}

.table tr th {
    border-bottom: none;
    border-left: 1px solid #9ea5ab;
}

.table tr th {
    background-color: #e2e9f0;
    color: #16222c;
    vertical-align: top;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.table tr th:first-child {
    border-left: none;
    text-align: left;
}

.table tr th:last-child {
    border-right: none;
}

.table tbody tr td {
    text-align: center;
    color: #16222c;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #9ea5ab;
    width: 200px;
}

.table tbody tr td li {
    text-align: left;
}

.table tbody tr td:first-child {
    border-left: none;
    text-align: left;
    font-weight: 700;
}

.table tbody tr td:last-child {
    border-right: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #faf6f3 !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f7f1eb !important;
}

.clone thead tr {
    background-color: #e2e9f0;
    border-bottom: none;
    border-inline: none;
    display: flex;
    justify-content: center;
}

.clone thead tr td {
    border: none;
}

.table-scroll table::-webkit-scrollbar-button {
    display: none;
    width: 50px;
}

.div-table-narrow {
    border: 1px solid #9ea5ab;
}

.div-table-fixed {
    border: 1px solid #c5ccd2;
    border-right: none;
}
@media (max-width: 991.98px) {
    .div-table-fixed {
        display:block;
        position: absolute;
        width: 200px;
        height: 100%;
        top: 0;
    }

    .div-table-narrow {
        border: 1px solid #c5ccd2;
    }

    .div-table-narrow .table tr th:nth-child(1) {
        min-width: 200px;
    }

    .div-table-narrow .table tr th:nth-child(n + 2) {
        min-width: 100px;
    }

    .table-scroll {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .table-responsive {
        width: 100%;
        overflow: auto;
        scrollbar-width: none;
    }

    .table-responsive::-webkit-scrollbar {
        display: none;
    }

    .table-scroll table {
        width: 100%;
        margin: auto;
        border-collapse: separate;
        border-spacing: 0;
        color: #16222c;
    }

    .table-scroll td,.table-scroll th {
        padding: 5px 10px;
        vertical-align: top;
    }

    .clone {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        pointer-events: none;
    }

    .clone td,.clone th {
        visibility: hidden;
    }

    .clone td,.clone th {
        border-color: transparent;
    }

    .clone .fixed-side {
        visibility: visible;
    }

    .fixed-side {
        max-width: 200px;
    }

    .clone {
        box-shadow: 2px 0 10px -6px #262626;
    }

    .div-table-narrow .table tr th {
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .table tr th {
        border-left: 1px solid #c5ccd2;
    }
    
    .table tbody tr td {
        border: none;
    }

    .div-table-narrow .table tbody tr td {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .table tbody tr td {
        border-left: 1px solid #c5ccd2;
    }

    .clone tr th {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .clone tbody tr td {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .div-table-fixed.tbl-wide {
        /*display: none;*/
        display: block;
    }
}

@media (min-width: 992px) {
    .table tr th {
        border-bottom:1px solid #9ea5ab;
    }

    .table tr th {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .table tbody tr td {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
        vertical-align: top;
        border-top: 1px solid #9ea5ab;
    }

    .div-table-fixed {
        display: none;
    }
}

/* CSS for The Private Bank Section 2024 */

.TPBContainer { width: 100%; height: auto; margin: 0 auto; padding: 40px 0 0; max-width: 1200px; clear: both;}
.TPBContainerNF { width: 100%; height: auto; margin: 0 auto; max-width: 1200px; clear: both;}
.TPBContainerExtraPadding { padding: 40px 0 0; }
.TPBRowBottom { padding-bottom: 40px; }
.TPBTopContainer { width: 100%; height: auto; margin: 0 auto; padding: 0px 0px; max-width: 1200px; clear: both;}
.TPBFullWidthContainer { width: 100%; height: auto; margin: 0 auto; margin: 60px 0 70px; float: left; }
.TPBFullWidthContainerNF { width: 100%; height: auto; margin: 0 auto; margin: 60px 0 70px;}
h1.tpb { 
  /* font-family: "GT Alpina";  */
  color: #16222c; font-size: 42px; line-height: 48px; font-weight: 700; margin-bottom: 10px; }
h2.tpb { 
  /* font-family: "GT Alpina";  */
  color: #16222c; font-size: 46px; line-height: 52px; font-weight: 500; margin-bottom: 20px; }
h3.tpb { 
  /* font-family: "GT Alpina";  */
  color: #16222c; font-size: 32px; line-height: 36px; font-weight: 700; margin-bottom: 20px; }
h4.tpb { 
  /* font-family: "GT Alpina";  */
  color: #ffffff; font-size: 24px; line-height: 30px; font-weight: 700; margin-bottom: 20px; }
p.tpb { 
  /* font-family: "GT America";  */
  color: #18222b; font-size: 15px; line-height: 22px; font-weight: 400; }
ul.tpb { padding-left: 20px; }
ul.tpb li { 
  /* font-family: "GT America";  */
  color: #18222b; font-size: 15px; line-height: 27px; font-weight: 400; }
ul.tpb li::marker { color: #00b2a9; }
hr.tpb { background: #bedcd5; height: 2px; border: none; margin: 10px 0 40px; }

.ClearAll { clear: both; }
.BlankSpace { width: 100%; height: 25px; float: left; clear: both; }
.AlignCenterTxT { text-align: center; }
a.CustomButton { width: auto; height: auto; background: #00b2a9; padding: 14px 25px; color: #ffffff; text-transform: uppercase; font-size: 13px; text-align: center; border-radius: 20px; text-decoration: none; letter-spacing: 2px; margin: 20px 0 0; float: left; transition: all 0.3s; }
a.CustomButtonNF { width: auto; height: auto; background: #00b2a9; padding: 14px 25px; color: #ffffff; text-transform: uppercase; font-size: 13px; text-align: center; border-radius: 20px; text-decoration: none; letter-spacing: 2px; margin: 20px 0 0; display: table; transition: all 0.3s; }
a.CustomButton:hover { background: #16222c; transition: all 0.3s; }
a.CustomButtonNF:hover { background: #16222c; transition: all 0.3s; color: #ffffff; text-decoration: none; }
a.TextLink { float: left; font-size: 15px; color: #00b2a9; 
  /* font-family: "GT America";  */
  line-height: 22px; font-weight: 500; text-decoration: none; transition: all 0.3s; }
a.TextLinkNF { font-size: 15px; color: #00b2a9; 
  /* font-family: "GT America";  */
  line-height: 22px; font-weight: 500; text-decoration: none; transition: all 0.3s; }
a.TextLink:hover { color: #16222c; transition: all 0.3s; }
a.TextLinkNF:hover { color: #16222c; transition: all 0.3s; cursor: pointer; }
h1.NoMargin { margin-bottom: 0px; }
.Padding10 { padding-right: 10px; }
.HelpingYouPlanSection { width: 100%; height: auto; float: left; background: #bedcd5; display: flex; }
.HelpingYouPlanSectionNF { width: 100%; height: auto; background: #bedcd5; display: flex; }
.HalfColumn { width: 50%; height: auto; float: left; position: relative; }
.HalfColumn.TxTColumn { padding: 50px 20px 0 40px; }
.HalfColumn p { font-size: 16px; }
.FloralArt { position: absolute; right: 0; bottom: 0; }
.FloralArt img { max-width: 120px; }
.Wave { position: absolute; right: 0; bottom: 0; }
.Wave img { max-width: 160px; }
.WealthAdvisorSection { width: 100%; height: auto; margin: 20px 0 0; position: relative; }
.WealthAdvisorSectionNF { width: 100%; height: auto; margin: 20px 0 0; position: relative; }
.WealthAdvisorSection img { max-width: 73%; float:left; }
.WealthAdvisorSectionNF img { max-width: 73%; }
.WealthAdvisorSection .TakeTheQuizSection { width: 40%; height: auto; float: right; position: absolute; right: 0px; top: 50px; border: 2px solid #bedcd5; background: #f9f6f3; padding: 40px; }
.WealthAdvisorSectionNF .TakeTheQuizSection { width: 40%; height: auto; position: absolute; right: 0px; top: 50px; border: 2px solid #bedcd5; background: #f9f6f3; padding: 40px; }

.TPBBlueBG { background: #253746; text-align: center; position: relative; }
.TPBBlueBG .TPBContainer { max-width: 1000px; position: relative; }
.TPBBlueBG .TPBContainerNF { max-width: 1000px; position: relative; }
.TPBBlueBG h1 { color: #ffffff; }

.ThreeColumnSection { width: 33.33333%; height: auto; float: left; text-align: center; margin: 30px 0; }
.ThreeColumnSectionNF { width: 33.33333%; height: auto; text-align: center; margin-top: 30px; }
.ThreeColumnSection img { display: inline-block; max-height: 70px; }
.ThreeColumnSectionNF img { display: inline-block; max-height: 70px; }
.Birds { position: absolute; right: -240px; top: -150px; }
.Birds img { max-width: 200px; }
.PrivateBankerTxT { width: 100%; height: auto; background: #bedcd5; text-align: center; padding: 30px 0; float: left; }
.PrivateBankerTxTNF { width: 100%; height: auto; background: #bedcd5; text-align: center; padding: 30px 0; }
.PrivateBankerTxT a.CustomButton { float: none; display: inline-block; margin: 10px 10px 0; }
.PrivateBankerTxTNF a.CustomButtonNF { float: none; display: inline-block; margin: 10px 10px 0; }
.Column80 { width: 80%; height: auto; float: left; }
.Column80 h3 { font-size: 27px; margin: 30px 0 5px; }
.Column20 { width: 20%; height: auto; float: right; padding: 20px 0 0 40px; }
.Column20 img { max-height: 200px; }

#OurEstatePlanningSection img { max-height: 80px; margin: 20px 0; }
#OurEstatePlanningSection a.CustomButton { float: none; margin: 0 auto; display: table; }
#OurEstatePlanningSection a.CustomButtonNF { float: none; margin: 0 auto; display: table; }
#FindYourTrustSection { padding-top: 60px; }
#FindYourTrustSection p { padding: 0 170px 10px; }
#IAlwaysHoped { margin: 20px 0 70px; }
#IAlwaysHoped .TPBContainer { padding: 40px 30px 60px; max-width: 1200px; }
#IAlwaysHoped .TPBContainerNF { padding: 40px 30px 60px; max-width: 1200px; }
#IAlwaysHoped .TakeTheQuizSection { top: 25px; width: 47%; }
#IAlwaysHoped h3 { font-size: 27px; line-height: 32px; margin-bottom: 5px; }
#IAlwaysHoped p { text-align: left; margin-bottom: 20px; }
#IAlwaysHoped .Column80 { width: 75%; }
#IAlwaysHoped .Column20 { width: 25%; padding: 0; }
#IAlwaysHoped .Column20 img { max-width: 100%; max-height: inherit; }
#FindYourAdvisor { padding: 60px 30px 0; }
#FindYourAdvisor .AdvisorRow { width: 100%; height: auto; float: left; margin-bottom: 40px; }
#FindYourAdvisor .AdvisorRowNF { width: 100%; height: auto; margin-bottom: 40px; justify-content: center; margin-left: 0; }
#FindYourAdvisor .AdvisorRow .Advisor { width: 22%; height: auto; float: left; margin-right: 4%; border: 3px solid #bedcd5; padding: 20px; min-height: 380px; }
#FindYourAdvisor .AdvisorRowNF .Advisor { width: 22%; height: auto; margin-right: 4%; border: 3px solid #bedcd5; padding: 20px; min-height: 380px; text-align: center; }
#FindYourAdvisor .AdvisorRow .Advisor:last-child { margin-right: 0px; }
#FindYourAdvisor .AdvisorRowNF .Advisor:last-child { margin-right: 0px; }
#FindYourAdvisor .AdvisorRow .Advisor img { max-height: 180px; margin-bottom: 10px;}
#FindYourAdvisor .AdvisorRowNF .Advisor img { max-height: 180px; margin-bottom: 10px; }
#FindYourAdvisor .AdvisorRow .Advisor h4 { color: #16222c; font-size: 21px; margin: 15px 0 5px; }
#FindYourAdvisor .AdvisorRowNF .Advisor h4 { color: #16222c; font-size: 21px; margin: 15px 0 5px; }
#FindYourAdvisor .AdvisorRow .Advisor p { margin-bottom: 10px; }
#FindYourAdvisor .AdvisorRowNF .Advisor p { margin-bottom: 10px; }

#PopUpOverlay { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background-color: rgba(0,0,0,0.75); display: none; z-index: 99; transition: all 0.3s; }
#PopUp { width: 100%; height: auto; margin: 0 auto; max-width: 600px; display: none; position: fixed; z-index: 999; left: 50%; margin-left: -300px; top: 15%; transition: all 0.3s; }
.PopUpTxT { width: 100%; height: auto; float: left; background: #faf6f3; border: 3px solid #bedcd5; padding: 20px 20px 0; position: relative; }
.PopUpTxT #CloseBtn { width: 50px; height: 50px; position: absolute; right: 10px; top: 10px; }
#PopUp .AdvisorInfo { width: 100%; height: auto; float: left; margin-bottom: 20px; }
#PopUp .AdvisorInfo .AdvisorImg { width: 25%; height: auto; float: left; }
#PopUp .AdvisorInfo .AdvisorImg img { width: 100%; }
#PopUp .AdvisorInfo .AdvisorDetail { width: 75%; height: auto; float: left; padding: 20px 0 0 30px; }
#PopUp .AdvisorInfo .AdvisorDetail h4 { color: #16222c; font-size: 21px; margin: 0; }
#PopUp .AdvisorInfo .AdvisorDetail p { margin-bottom: 15px; }
#PopUp .AdvisorInfo a { font-size: 15px; color: #00b2a9; 
  /* font-family: "GT America";  */
  line-height: 27px; font-weight: 500; text-decoration: none; transition: all 0.3s; }
#PopUp .AdvisorInfo a :hover { color: #16222c; transition: all 0.3s; }
#PopUp .AdvisorTxT { width: 100%; height: auto; float: left; }
#PopUp .AdvisorTxT p { margin-bottom: 20px; }
#WhyYouNeedSection h3 { font-size: 27px; margin: 30px 0 5px; }
#OurEstatePlanningSection .AlignCenterTxT { margin: 40px 0 30px; clear: both; display: inline-block; width: 100%; }
#AmIEligibleSection h1 { font-size: 41px; }
#AmIEligibleSection h3 { font-size: 27px; }
#AmIEligibleSection a.CustomButton { float: none; margin: 0 auto; display: table; }
#AmIEligibleSection a.CustomButtonNF { float: none; margin: 0 auto; display: table; }
.SpecialList { width: 100%; height: auto; margin: 20px auto; max-width: 700px; }
.SpecialListNF { width: 100%; height: auto; margin: 30px auto; max-width: 700px; }
.SpecialList .SpecialListRow { width: 100%; height: auto; float: left; margin-bottom: 30px; }
.SpecialListNF .SpecialListRow { width: 100%; height: auto; margin-bottom: 30px; }
.SpecialList .SpecialListRow .TickImg { width: 6%; height: auto; float: left; }
.SpecialListNF .SpecialListRow .TickImg { width: 6%; height: auto; float: left; }
.SpecialList .SpecialListRow .TickImg img { max-width: 32px; }
.SpecialListNF .SpecialListRow .TickImg img { max-width: 32px; }
.SpecialList .SpecialListRow .ListTxT { width: 94%; height: auto; float: left; }
.SpecialListNF .SpecialListRow .ListTxT { width: 94%; height: auto;}
.PlusIcon { width: 100%; height: auto; float: left; text-align: center; margin: 10px 0 30px; }
.PlusIconNF { width: 100%; height: auto; float: left; text-align: center; margin: 0 0 30px; }
.PlusIcon img { max-width: 50px; display: inline-block; }
.PlusIconNF img { max-width: 50px; display: inline-block; }
#IAlwaysHoped .TPBContainer { display: inline-block; }
#IAlwaysHoped .TPBContainerNF { display: inline-block; }
.OppositeSection .WealthAdvisorSection .TakeTheQuizSection { right: inherit; left: 0; }
.OppositeSection .WealthAdvisorSectionNF .TakeTheQuizSection { right: inherit; left: 0; }
.OppositeSection .WealthAdvisorSection img { float: right; }
.OppositeSection .WealthAdvisorSectionNF img { float: right; }

@media screen and (max-width: 1240px) {
    h1.tpb { font-size: 32px; line-height: 36px; }
    h2.tpb { font-size: 32px; line-height: 36px; }
    h3.tpb { font-size: 24px; line-height: 30px; }
    h4.tpb { font-size: 20px; line-height: 24px; }
    .TPBContainer, .TPBTopContainer, .TPBContainerNF { max-width: 900px; }
    .HalfColumn.TxTColumn { padding: 20px 20px 0 40px; }
    .Birds { right: 0px; }
    .FloralArt img { max-width: 80px; }
}

@media screen and (max-width: 920px) {
    .TPBContainer, .TPBTopContainer, .TPBContainerNF { max-width: 100%; }
    .HalfColumn { width: 100%; }
    .FloralArt { display: none; }
    .HalfColumn.TxTColumn { padding: 20px 20px 30px; }
    .WealthAdvisorSection img { max-width: 100%; }
    .WealthAdvisorSectionNF img { max-width: 100%; }
    .WealthAdvisorSection .TakeTheQuizSection { position: relative; left: 0; width: 100%; top: 10px; padding: 20px 20px 30px; }
    .WealthAdvisorSectionNF .TakeTheQuizSection { position: relative; left: 0; width: 100%; top: 10px; padding: 20px 20px 30px; }
    .Birds { display: none; }
    .ThreeColumnSection, .ThreeColumnSectionNF { width: 100%; margin: 30px 0 10px; }
    .PrivateBankerTxT, .PrivateBankerTxTNF { padding: 30px; }
    .Wave { display: none; }
    .ReverseColumns{ flex-direction: column; }
    .ReverseColumns .HalfColumn{ flex: 0 0 100%; flex-direction: row-reverse; order:0; }
    .ReverseColumns .HalfColumn.TxTColumn{ order:1; }
    #FindYourAdvisor .AdvisorRow .Advisor { width: 100%; margin-bottom: 30px; }
    #FindYourAdvisor .AdvisorRowNF .Advisor { width: 40%; margin-bottom: 30px; }
    #FindYourAdvisor .AdvisorRow .Advisor:nth-child(2), #FindYourAdvisor .AdvisorRow .Advisor:nth-child(4) { margin-right: 0%; margin-left: 0%; }
    #FindYourAdvisor .AdvisorRowNF .Advisor:nth-child(2), #FindYourAdvisor .AdvisorRowNF .Advisor:nth-child(4) { margin-right: 0%; margin-left: 0%; }
    .SpecialList, .SpecialListNF { max-width: 100%; }
    .SpecialList .SpecialListRow .TickImg { width: 40px; }
    .SpecialListNF .SpecialListRow .TickImg { width: 40px; }
    .SpecialList .SpecialListRow .ListTxT { width: calc(100% - 40px); }
    .SpecialListNF .SpecialListRow .ListTxT { width: calc(100% - 40px); }
    #FindYourTrustSection p { padding: 0; }
    #FindYourAdvisor .AdvisorRow .Advisor { padding: 10px; }
    #FindYourAdvisor .AdvisorRowNF .Advisor { padding: 10px; }
    #FindYourAdvisor .AdvisorRow { margin-bottom: 0px; }
    #FindYourAdvisor .AdvisorRowNF { margin-bottom: 0px; }
    #IAlwaysHoped .TakeTheQuizSection { width: 100%; }
    #OurEstatePlanningSection a.CustomButton { margin: 20px auto 0; }
    #OurEstatePlanningSection a.CustomButtonNF { margin: 20px auto 0; }
    #PopUp { width: 90%; left: 5%; margin-left: 0px; top: 10%; }

}

@media screen and (max-width: 640px) {
    .TPBContainer, .TPBContainerNF { padding: 40px 0 0; }
    .TPBTopContainer { padding: 0; }
    #FindYourAdvisor { padding: 40px 0 0; }
    #FindYourAdvisor .AdvisorRow .Advisor { width: 70%; margin-bottom: 30px; margin-right: 0; }
    #FindYourAdvisor .AdvisorRow .Advisor img {max-height: 100%;}
    #FindYourAdvisor .AdvisorRowNF .Advisor img {max-height: 100%;}
    #IAlwaysHoped .TakeTheQuizSection { top: 10px; }
    .Column20 { width: 20%; padding: 0px; }
    #IAlwaysHoped .TPBContainer { padding: 15px 30px 40px; }
    #IAlwaysHoped .TPBContainerNF { padding: 15px 30px 40px; }
}