/*
Theme Name: Pentegra Theme
Theme URI: http://www.pentegra.com/wp-content/themes/
Description: Theme for the Pentegra site. Based on HTML5 Reset by Murtaugh.
Author: Jennifer B. Hampton, MSM DesignZ, Inc.
Author URI: http://www.msmdesignz.com
Version: 1.0
*/

/* Contact page */
.locations-row {
  display: flex;
  gap: 3rem; /* space between the two */
  align-items: flex-start; /* top align */
  flex-wrap: wrap; /* responsive fallback */
}

.locations-row .c-locations {
  /* flex: 1; equal width */
  min-width: 300px; /* responsive min */
}
/* End - Contact page */

body.blog .alm-listing {
  display: flex;
  flex-wrap: wrap;
}

@font-face {
  font-family: 'Humanst521 Lt BT';
  src: url('https://www.pentegra.com/wp-content/themes/pentegra/assets/fonts/Humanist521BT-Light.eot');
  src: url('https://www.pentegra.com/wp-content/themes/pentegra/assets/fonts/Humanist521BT-Light.eot?#iefix') format('embedded-opentype'),
      url('https://www.pentegra.com/wp-content/themes/pentegra/assets/fonts/Humanist521BT-Light.woff2') format('woff2'),
      url('https://www.pentegra.com/wp-content/themes/pentegra/assets/fonts/Humanist521BT-Light.woff') format('woff'),
      url('https://www.pentegra.com/wp-content/themes/pentegra/assets/fonts/Humanist521BT-Light.ttf') format('truetype'),
      url('https://www.pentegra.com/wp-content/themes/pentegra/assets/fonts/Humanist521BT-Light.svg#Humanist521BT-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humanist 521';
  src: url('https://www.pentegra.com/wp-content/themes/pentegra/assets/fonts/Humanist521BT-Roman.eot');
  src: url('https://www.pentegra.com/wp-content/themes/pentegra/assets/fonts/Humanist521BT-Roman.eot?#iefix') format('embedded-opentype'),
      url('https://www.pentegra.com/wp-content/themes/pentegra/assets/fonts/Humanist521BT-Roman.woff2') format('woff2'),
      url('https://www.pentegra.com/wp-content/themes/pentegra/assets/fonts/Humanist521BT-Roman.woff') format('woff'),
      url('https://www.pentegra.com/wp-content/themes/pentegra/assets/fonts/Humanist521BT-Roman.ttf') format('truetype'),
      url('https://www.pentegra.com/wp-content/themes/pentegra/assets/fonts/Humanist521BT-Roman.svg#Humanist521BT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
}
html,.new-design .executive-name span
body {
  height: 100%;
  background: #fff;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}

#wp-admin-bar-wpseo-menu {
  display: none !important;
}

body.home {
  background: transparent;
}

.p-rel,
#wrapper,
#container,
#header nav,
nav li,
fieldset,
.thumb,
.overlay,
.overlay-white,
#fp-panel,
.select,
.blog-box a,
.info-icon {
  position: relative !important;
}

#wrapper {
  min-height: 100%;
  overflow-x: hidden;
}

#container {
  height: 100%;
}

article {
  background: #fff;
}

/** Editor Styles */
.mceContentBody {
  height: auto !important;
}

.mceContentBody.post-type-pentegra_connect .wistia_responsive_padding {
  padding: 0 !important;
}

.mceContentBody.post-type-pentegra_connect .wistia_responsive_wrapper {
  position: relative !important;
}

.mceContentBody.post-type-pentegra_connect .wistia_responsive_padding+.mce-object {
  display: none !important;
}

/** Universal Classes */
.wrap,
.wrap-xl,
.wrap-l,
.wrap-m,
.wrap-s,
.wrap-xs,
.wrap-xxs {
  margin-left: auto;
  margin-right: auto;
}

.wrap {
  max-width: 128rem;
  padding: 0 4%;
}

.wrap-xl {
  max-width: 128rem;
}

.wrap-l {
  max-width: 112rem;
}

.wrap-m {
  max-width: 96rem;
}

.wrap-s {
  max-width: 76rem;
}

.wrap-xs {
  max-width: 64rem;
}

.wrap-xxs {
  max-width: 48rem;
}

.wrap.hr {
  padding: 0 6%;
}

.v-wrap-xl {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.v-wrap-l {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.v-wrap {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.v-wrap-m {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.v-wrap-s {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.v-wrap-xs {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.v-wrap-xxs {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.black {
  color: #000 !important;
}

.white {
  color: #fff !important;
}

.grey {
  color: #8499a5 !important;
}

.grey-mid {
  color: #a2a2a2 !important;
}

.grey-dk {
  color: #1c1c1c !important;
}

.grey-lt {
  color: #d9d9d9 !important;
}

.purple {
  color: #3f43ad !important;
}

.astral{
    color:#3b6c8c !important;
}

.blue-lagoon{
    color: #056784 !important;
}

.curious-blue{
    color: #4090b8 !important;
}

.purple-dk {
  color: #201e87 !important;
}

.purple-lt {
  color: #373593 !important;
}

.plum {
  color: #5b0059 !important;
}

.pink {
  color: #ce0058 !important;
}

.blue {
  color: #0070c0 !important;
}

.green {
  color: #a3d400 !important;
}

.green-dk {
  color: #4f9c00 !important;
}

.dark-green{
  color: #00703c !important;
}

.orange {
  color: #ff6900 !important;
}

.teal {
  color: #009ea0 !important;
}

.blue-lt {
  color: #00b0f0 !important;
}

.section-title span{
  font-weight:500;
}

.small {
  font-size: 1.3rem;
}

.smaller {
  font-size: 1.2rem;
}

.smallest {
  font-size: 1.1rem;
}

.large {
  font-size: 1.8rem;
}

.larger {
  font-size: 3rem;
}

.double {
  line-height: 4.8rem;
}

.nomar {
  margin-bottom: 0.2rem !important;
}

.lessmar {
  margin-bottom: 1.2rem !important;
}

img.nomar {
  margin: 0 0 0.2rem !important;
}

img.nomar.alignleft {
  margin-right: 0.5rem !important;
}

.indent {
  padding-left: 8rem;
}

.line a,
a.line {
  text-decoration: underline !important;
}

.noline,
.noline * {
  text-decoration: none !important;
}

.strongish,
.edit-link {
  font-weight: 600 !important;
}

.strong,
.r-more {
  font-weight: 700 !important;
}

.stronger {
  font-weight: 800 !important;
}

.italic {
  font-style: italic;
}

.light {
  font-weight: 300 !important;
}

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

.upper {
  text-transform: uppercase;
}

.uplow {
  text-transform: none !important;
}

.no-shadow {
  text-shadow: none;
}

.nowrap {
  white-space: nowrap;
}

.opensans {
  font-family: "Open Sans", sans-serif;
}

.t-ctr,
.aligncenter {
  text-align: center;
}

.t-l,
.alignleft {
  text-align: left;
}

.t-r,
.alignright {
  text-align: right;
}

.t-j {
  text-align: justify;
}

.t-over {
  text-overflow: ellipsis;
}

.f-row,
.f-col {
  display: flex;
}

.f-col {
  flex-direction: column;
}

.f-wrap {
  flex-wrap: wrap;
}

.f-wrap-rev {
  flex-wrap: wrap-reverse;
}

.f-rev {
  flex-direction: row-reverse;
}

.j-btw {
  justify-content: space-between;
}

.j-ctr {
  justify-content: center;
}

.j-end {
  justify-content: flex-end;
}

.j-around {
  justify-content: space-around;
}

.x-start {
  align-items: flex-start;
}

.x-ctr {
  align-items: center;
}

.x-end {
  align-items: flex-end;
}

.x-base {
  align-items: baseline;
}

.x-btw {
  align-content: space-between;
}

.x-w-ctr {
  align-content: center;
}

.x-w-around {
  align-content: space-around;
}

.f-ctr {
  flex: 0 1 100%;
}

.no-flexbox .f-row,
.no-flexbox .f-col {
  display: box;
  display: flexbox;
}

.no-flexbox .f-col {
  box-orient: vertical;
}

.no-flexbox .f-wrap>* {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.no-flexbox .j-btw,
.no-flexbox .j-around {
  box-pack: justify;
  flex-pack: justify;
}

.no-flexbox .j-ctr {
  box-pack: center;
  flex-pack: center;
}

.no-flexbox .j-end {
  box-pack: end;
  flex-pack: end;
}

.no-flexbox .x-start {
  box-align: start;
  flex-align: start;
}

.no-flexbox .x-ctr {
  box-align: center;
  flex-align: center;
}

.no-flexbox .x-end {
  box-align: end;
  flex-align: end;
}

.no-flexbox .x-btw {
  flex-line-pack: justify;
}

.no-flexbox .x-w-ctr {
  flex-line-pack: center;
}

.no-flexbox .f-ctr {
  box-flex: 0;
  max-width: 100%;
  -box-flex: 0 1 100%;
}

.no-flexbox .f-row>*,
.no-flexbox .f-col>* {
  box-flex: 1;
}

.hidden,
.fancy-hide {
  display: none;
}

.-ms- .f-row>.wrap {
  margin-left: 0;
  margin-right: 0;
}

.-ms- .f-col>* {
  width: 100%;
}

.css-col>.group,
.css-col p,
.css-col ul li,
.css-col nav,
.css-col>div,
.css-col>li,
.css-sub-col ul li,
.css-sub-col>li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.css-col .group:not(:last-child) {
  padding-bottom: 1.4rem;
}

.logo {
  max-width: 30rem;
  display: block;
}

/** Link Styles */
a {
  color: #3f43ad;
  display: inline-block;
}

a:hover {
  color: #0070c0;
}

a .fa.link-black,
a:hover .fa.to-black,
a.link-black,
.link-black a,
a.to-black:hover,
.to-black a:hover {
  color: #000;
}

a .fa.link-white,
a:hover .fa.to-white,
a.link-white,
.link-white a,
a.to-white:hover,
.to-white a:hover {
  color: #fff;
}

a.link:hover .fa.to-white{
    color:#0070c0 !important;
}

a.link.white:hover .fa.to-purple-dk{
    color:#201e87 !important;
}

a .fa.link-grey,
a:hover .fa.to-grey,
a.link-grey,
.link-grey a,
a.to-grey:hover,
.to-grey a:hover {
  color: #8499a5;
}

a .fa.link-grey-mid,
a:hover .fa.to-grey-mid,
a.link-grey-mid,
.link-grey-mid a,
a.to-grey-mid:hover,
.to-grey-mid a:hover {
  color: #a2a2a2;
}


a .fa.link-grey-dk,
a:hover .fa.to-grey-dk,
a.link-grey-dk,
.link-grey-dk a,
a.to-grey-dk:hover,
.to-grey-dk a:hover {
  color: #1c1c1c;
}

a .fa.link-grey-lt,
a:hover .fa.to-grey-lt,
a.link-grey-lt,
.link-grey-lt a,
a.to-grey-lt:hover,
.to-grey-lt a:hover {
  color: #d9d9d9;
}
a.link:hover .fa.to-grey-lt{
    color:#0070c0 !important;
}
a.link.fancybox-video:hover .fa.to-grey-lt{
    color:#fff !important;
    background-color:#3f43ad !important;
}

a .fa.link-blue-lagoon,
a:hover .fa.to-blue-lagoon,
a.link-blue-lagoon,
.link-blue-lagoon a,
a.to-blue-lagoon:hover,
.to-blue-lagoon a:hover {
  color: #056784;
}

a .fa.link-curious-blue,
a:hover .fa.to-curious-blue,
a.link-curious-blue,
.link-curious-blue a,
a.to-curious-blue:hover,
.to-curious-blue a:hover {
  color: #4090b8;
}

a .fa.link-astral,
a:hover .fa.to-astral,
a.link-astral,
.link-astral a,
a.to-astral:hover,
.to-astral a:hover {
  color: #3b6c8c;
}

a .fa.link-purple,
a:hover .fa.to-purple,
a.link-purple,
.link-purple a,
a.to-purple:hover,
.to-purple a:hover {
  color: #3f43ad;
}

a.link.purple .fa.bg-to-purple{
    background-color:#fff !important;
    color:#3f43ad !important;
}

a.link.purple .fa.bg-to-purple.to-white{
    color:#3f43ad !important;
}

a .fa.link-purple.bg-to-purple{
    color:#fff !important;
}

a .fa.link-purple.to-white{
    color:#fff !important;
}

a:hover .fa.link-purple.to-white{
    color:#fff !important;
}

a .fa.link-purple-dk,
a:hover .fa.to-purple-dk,
a.link-purple-dk,
.link-purple-dk a,   
a.to-purple-dk:hover,
.to-purple-dk a:hover {
  color: #201e87;
}

a:hover .fa.to-purple-dk{
    color:#fff !important;
}

a .fa.link-purple-lt,
a:hover .fa.to-purple-lt,
a.link-purple-lt,
.link-purple-lt a,
a.to-purple-lt:hover,
.to-purple-lt a:hover {
  color: #373593;
}

a .fa.link-blue,
a:hover .fa.to-blue,
a.link-blue,
.link-blue a,
a.to-blue:hover,
.to-blue a:hover {
  color: #0070c0;
}

a .fa.link-green,
a:hover .fa.to-green,
a.link-green,
.link-green a,
a.to-green:hover,
.to-green a:hover {
  color: #a3d400;
}

a .fa.link-plum,
a:hover .fa.to-plum,
a.link-plum,
.link-plum a,
a.to-plum:hover,
.to-plum a:hover {
  color: #5b0059;
}

p a {
  display: inline;
  text-decoration: underline;
}

.shadow {
  box-shadow: 0 2px 4.5px 0.5px rgba(39, 39, 39, 0.3);
}

.shadow-inset {
  box-shadow: inset 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.8);
}

.fade,
.bounce {
  transition: all 0.2s;
  transform: translateZ(0);
}

.fade {
  transition-timing-function: ease;
}

.bounce {
  backface-visibility: hidden;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-font-smoothing: subpixel-antialiased;
}

.bounce:hover {
  transform: scale(1.08);
  -webkit-transform: perspective(1px) scale(1.1);
}

.to-shadow {
  transition: box-shadow 0.2s ease;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.to-shadow:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.overlay>*,
.overlay-white>* {
  position: relative;
  z-index: 3;
}

.overlay:after,
.overlay-white:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.overlay:after {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay-white:after {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.social li {
  display: inline-block;
}

.social .fa:not(:last-child) {
  margin-right: 0.3em;
}

.social li:not(:last-child) {
  margin-right: 0.6em;
}

.social-btn a {
  display: inline-block;
  font-size: 2em;
  line-height: 1;
}

section .btn{
  min-height: 125px;
  max-width: 125px;
  border-radius: 0rem;
}

.btn {
  min-width: 12.5rem;
  padding: 0.8rem 1.6rem;
  line-height: normal;
  border: 3px solid;
  border-radius: 3rem;
  background: #3f43ad;
  color: #1c1c1c;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-square {
  border-radius: 0;
}

.social-btn a,
.btn {
  text-align: center;
}

a.link {
  font-size: 1.6rem;
}

a.link .fa-angle-right {
  position: relative;
  top: -0.1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-align: center;
  padding-left: 0.1rem;
}

/*a.link:hover .fa-angle-right { color:#fff; background:#3f43ad; }*/

.fa {
  position: relative;
}

.fa-li {
  position: absolute;
}

.fa-google-plus {
  font-weight: 700;
  font-size: 0.95em;
  top: 0.1rem;
}

.fa-twitter {
  font-size: 1.05em;
}

.show-items .fa {
  margin-right: 0.3rem;
}

.fa-chevron-down {
  top: -0.1rem;
}

.fa-long-arrow-right {
  padding-right: 0.55em;
}

.border {
  border: 1px solid;
}

.border-thick {
  border: 2px solid;
}

.border-none {
  border-color: transparent !important;
}

.border-black,
.border-to-black:hover {
  border-color: #000 !important;
}

.border-white,
.border-to-white:hover {
  border-color: #fff !important;
}

.border-grey,
.border-to-grey:hover {
  border-color: #8499a5 !important;
}

.border-grey-mid,
.border-to-grey-mid:hover {
  border-color: #a2a2a2 !important;
}

.border-grey-dk,
.border-to-grey-dk:hover {
  border-color: #1c1c1c !important;
}

.border-grey-lt,
.border-to-grey-lt:hover {
  border-color: #d9d9d9 !important;
}

.border-purple,
.border-to-purple:hover {
  border-color: #3f43ad !important;
}

.border-astral,
.border-to-astral:hover {
  border-color: #3b6c8c !important;
}

.border-curious-blue,
.border-to-curious-blue:hover {
  border-color: #3b6c8c !important;
}

.border-blue-lagoon,
.border-to-blue-lagoon:hover {
  border-color: #056784 !important;
}

.border-purple-dk,
.border-to-purple-dk:hover {
  border-color: #201e87 !important;
}

.border-purple-lt,
.border-to-purple-lt:hover {
  border-color: #373593 !important;
}

.border-blue,
.border-to-blue:hover {
  border-color: #0070c0 !important;
}

.border-green,
.border-to-green:hover {
  border-color: #a3d400 !important;
}

.bg-none,
.bg-to-none:hover,
a:hover .fa.bg-to-none {
  background: none;
  background-color: transparent !important;
}

.bg-black,
.bg-to-black:hover,
a:hover .fa.bg-to-none {
  background-color: #000 !important;
}

.bg-white,
.bg-to-white:hover,
a:hover .fa.bg-to-white {
  background-color: #fff !important;
}

.bg-grey,
.bg-to-grey:hover,
a:hover .fa.bg-to-grey {
  background-color: #8499a5 !important;
}

.bg-grey-mid,
.bg-to-grey-mid:hover,
a:hover .fa.bg-to-grey-mid {
  background-color: #a2a2a2 !important;
}

.bg-grey-dk,
.bg-to-grey-dk:hover,
a:hover .fa.bg-to-grey-dk {
  background-color: #1c1c1c !important;
}

.bg-grey-lt,
.bg-to-grey-lt:hover,
a:hover .fa.bg-to-grey-lt {
  background-color: #d9d9d9 !important;
}

.bg-grey-lt a.link.purple .fa.bg-to-purple{
    color: #fff !important;
    background-color: #3f43ad !important;
}

.bg-grey-lter,
.bg-to-grey-lter:hover,
a:hover .fa.bg-to-grey-lter {
  background-color: #e7e9eb !important;
}

.bg-blue-lagoon,
.bg-to-blue-lagoon:hover,
a:hover .fa.bg-to-blue-lagoon {
  background-color: #056784 !important;
}

.bg-to-blue-lagoon{
    background-color: #056784 !important;
}
.btn.bg-to-blue-lagoon.to-white{
    color:#fff !important;
}
.btn.bg-to-blue-lagoon:hover{
    color:#056784 !important;
    background-color:#fff !important;
}

.bg-curious-blue,
.bg-to-curious-blue:hover,
a:hover .fa.bg-to-curious-blue {
  background-color: #3b6c8c !important;
}

.bg-to-curious-blue{
    background-color: #3b6c8c !important;
}
.btn.bg-to-curious-blue.to-white{
    color:#fff !important;
}
.btn.bg-to-curious-blue:hover{
    color:#3b6c8c !important;
    background-color:#fff !important;
}

.bg-astral,
.bg-to-astral:hover,
a:hover .fa.bg-to-astral {
  background-color: #3b6c8c !important;
}

.bg-to-astral{
    background-color: #3b6c8c !important;
}
.btn.bg-to-astral.to-white{
    color:#fff !important;
}
.btn.bg-to-astral:hover{
    color:#3b6c8c !important;
    background-color:#fff !important;
}

.bg-purple,
.bg-to-purple:hover,
a:hover .fa.bg-to-purple {
  background-color: #3f43ad !important;
}
a:hover .fa.bg-to-purple {
    color:#fff !important;
}
.bg-to-purple{
    background-color: #3f43ad !important;
}
.btn.bg-to-purple.to-white{
    color:#fff !important;
}
.btn.bg-to-purple:hover{
    color:#3f43ad !important;
    background-color:#fff !important;
}

.bg-blue,
.bg-to-blue:hover,
a:hover .fa.bg-to-blue {
  background-color: #0070c0 !important;
}    

.has-bg.bg-blue a.link.purple{
    color:#fff !important;
}

.bg-to-blue{
    background-color: #0070c0 !important;
}
.btn.bg-to-blue:hover{
    background-color: #fff !important;
}
.btn.bg-to-blue.to-white{
    color:#fff !important;
}
.btn.bg-to-blue:hover{
    color:#0070c0 !important;
    background-color:#fff !important;
}

.bg-purple-dk,
.bg-to-purple-dk:hover,
a:hover .fa.bg-to-purple-dk {
  background-color: #201e87 !important;
}

.bg-purple-dk a.link{
    color:#fff !important;
}

.bg-purple-lt,
.bg-to-purple-lt:hover,
a:hover .fa.bg-to-purple-lt {
  background-color: #373593 !important;
}


.bg-green,
.bg-to-green:hover,
a:hover .fa.bg-to-green {
  background-color: #a3d400 !important;
}

/** Heading Styles */
h1,
h2,
h3,
h4,
h5,
h6,
legend {
  margin-bottom: 2.4rem;
  line-height: 1.2;
}

h1 {
  font-size: 3rem;
  font-weight: 400;
}

h2 {
  font-size: 2.4rem;
  font-weight: 300;
  color: #3f43ad;
}

h3,
h4 {
  font-size: 1.6rem;
}

h3,
legend {
  text-transform: uppercase;
}

h5,
h6 {
  font-size: 1.4rem;
}

h5 {
  text-transform: uppercase;
}

.title-box {
  padding: 1.5rem 3rem;
  border: 2px solid #3f43ad;
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
}

.widget-title,
caption,
legend {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

legend {
  margin-bottom: 1.8rem;
}

.page-title {
  background: #201e87 url("../images/bg/headers/head3.jpg") center / cover no-repeat;
  padding: 5rem 0;
  text-align: center;
  color: #fff;
}

.page-title>h1 {
  margin-bottom: 0;
}

.entry-title {
  margin-bottom: 1.8rem;
}

.section-title h2 {
  color: #000;
}

.section-title .emph-title {
  color: #3f43ad;
}

.has-bg.white h2,
.has-bg.white .emph-title {
  color: #fff;
}

/** Horizontal Rule Styles */
hr {
  width: 100%;
  height: 1px;
  margin: 1em auto;
  background: #d9d9d9;
  border: 0;
}

hr.dark {
  background: #a2a2a2;
}

hr.pad {
  margin: 2.4rem auto;
}

article+hr.hidden {
  display: block;
}

.layout-divider {
  margin: 0 auto;
}

/** Table Styles */
table {
  margin-bottom: 0.5rem;
}

th,
td {
  padding: 1rem 0;
}

th {
  font-weight: 700;
}

table.available-positions {
  width: 100%;
  margin: 4rem auto;
}

table.available-positions thead {
  border-bottom: 1px solid;
}

table.available-positions th {
  font-weight: 400;
  padding: 1rem 0 2rem;
}

table.available-positions td {
  font-size: 1.6rem;
  padding: 2rem 0;
}

table.available-positions td:last-child {
  color: #979797;
}

/** List Styles */
.content ul,
.content ol,
.bullet {
  margin-left: 1.5em;
}

.content ul,
.bullet {
  list-style: disc;
}

.content ul ul {
  list-style: circle;
}

ul.indented,
ol.indented {
  margin-left: 3em;
}

ul.plain,
.plain ul {
  list-style: none;
  margin-left: 0;
  line-height: 3rem;
}

ul.css-col {
  margin-left: 0;
}

ul.css-col li {
  margin-left: 2rem;
}

ul.css-sub-col {
  list-style: none !important;
  font-size: 0.9em;
  margin-left: 2rem;
  margin-top: 0.4rem;
}

ul.css-sub-col li {
  margin-left: 0;
}

ul.separated {
  margin-bottom: -0 !important;
}

ul.separated:last-child {
  margin-bottom: -2.4rem !important;
}

ul.separated>li {
  padding-bottom: 2.4rem;
}

.sidebar .block--titlesmall {
  font-size: 20px;
  margin-bottom: 10px;
}

.sidebar .block--titlesmall::after {
  width: 50%;
}

.sidebar ul {
  list-style: none;
  margin-left: 0;
}

.sidebar ul li {
  padding: 0.8rem 0;
  text-indent: 0.2rem;
  border-bottom: 1px solid #d9d9d9;
}

.sidebar .widget>ul li:first-child {
  padding-top: 0;
}

.sidebar ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar ul.children {
  padding-top: 0.8rem;
}

.sidebar ul.children>li:first-child {
  border-top: 1px solid #9e9e9e;
}

.sidebar ul.children>li {
  padding-left: 0.3rem;
}

.sidebar ul.children>li:before {
  content: "\00bb\00a0";
}

/** Page Styles */
.show-items:not(.show-blog) article:not(:last-child),
section p:not(:last-child),
.content p:not(:last-child),
.content ul:not(:last-child),
.content ol:not(:last-child),
.content table:not(:last-child),
.single .entry-featured,
.wistia_responsive_padding:not(:last-child),
.btn-wrap:not(:last-child) {
  margin-bottom: 2.4rem;
}

.content p,
.content ol,
.content ul,
.content div {
  line-height: 2.4rem;
}

.navigation:not(.wppag)> :nth-child(2):before {
  font-family: FontAwesome;
  font-size: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  position: relative;
  bottom: 3px;
  padding: 0 0.8rem;
}

.navigation:not(.wppag)>* {
  display: inline-block;
}

.navigation,
.edit-link {
  margin-top: 1rem;
}

.navigation {
  margin: 1rem auto 0;
}

.wp-paginate {
  text-align: center;
}

.wp-paginate li {
  display: inline-block;
  list-style: none;
}

.wp-paginate li:not(:last-child) {
  margin-right: 0.4rem;
}

.wp-paginate li> :not(.gap) {
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 3.6rem;
}

.wp-paginate a {
  background: #fff;
  border: 2px solid #9c9b9b;
  color: #7f7f7f;
}

.wp-paginate a:hover,
.wp-paginate a:active {
  background: #ddd;
}

.wp-paginate .title {
  font-weight: 700;
  margin-right: 1rem;
}

.wp-paginate .gap {
  display: block;
  position: relative;
  top: -0.2rem;
}

.wp-paginate .current {
  background: #3f43ad;
  border: 2px solid #3f43ad;
  color: #fff;
}

.wp-paginate .fa {
  margin-right: 0;
}

.content img {
  width: auto;
  display: inline-block;
}

.content img.aligncenter,
.content figure.aligncenter {
  display: block;
  margin: 0 auto;
}

.content img.alignleft,
.content figure.alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
}

.content img.alignright,
.content figure.alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
}

.content .entry-featured img {
  width: 100%;
}

.content figure figcaption {
  text-align: center;
  background: #ebebeb;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 1rem;
  border: 1px solid #8499a5;
}

.content h5:not(:first-child) {
  margin: 1.5rem auto;
}

.thumb {
  width: 10rem;
  height: 10rem;
  overflow: hidden;
}

.thumb img {
  height: 100%;
  width: auto;
  max-width: none;
}

.content .feat {
  margin-left: 2rem;
}

.content iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.panel {
  height: 60rem;
}

.panel:not(.f-row)>div,
.panel:not(.f-row)>section {
  height: 100%;
}

.parallax {
  background: none;
}

.fancybox-skin {
  border-radius: 0 !important;
}

.btn-wrap {
  max-width: 29rem;
}

.section-title.t-ctr~.btn-wrap,
.btn-ctr {
  margin: 0 auto;
}

.section-title.t-r~.btn-wrap {
  margin-left: auto;
}

.btn-wrap a:not(:last-child) {
  margin-right: 4rem;
}

.section-title.t-ctr~.btn-wrap:not(.has-two),
.btn-ctr:not(.has-two) {
  justify-content: center;
}

.layout:not(.has-bg)+.layout:not(.has-bg) .content-side-img .content-bg-inner,
.layout:not(.has-bg)+.layout:not(.has-bg) {
  padding-top: 0 !important;
}

.layout-content-full .inner-overlay .content-inner {
  padding: 4rem 2rem;
  background: rgba(255, 255, 255, 0.75);
}

.layout-content-half.has-bg:not(.white) .content-wrap {
  background: rgba(255, 255, 255, 0.8);
}

.layout-content-half.has-bg.white .content-wrap {
  background: rgba(32, 30, 135, 0.8);
}

.layout.has-bg .content-wrap {
  z-index: 10;
}

.layout-content-full.has-bg {
  background-size: cover;
}

.content-wrap.has-sidebar .content-inner {
  flex: 1 1 55%;
}

.content-wrap.has-sidebar .sidebar {
  display: none;
}

.layout-content-half .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.layout-content-half .side-left+.content-bg {
  right: 0;
  left: auto;
}

.layout-content-half .content-bg-inner {
  width: 100%;
  height: 100%;
}

.layout-content-half .has-side-img>* {
  flex: 1;
}

.layout-content-half .side-img {
  margin-top: 3rem;
}

.layout-content-half .side-img img {
  display: block;
  margin: 0 auto;
}

.info-form h3 {
  font-size: 2.4rem;
}

.info-form-content {
  padding: 2rem;
}

.info-form-success {
  padding: 2rem;
  min-height: 24rem;
}

.info-form-success h3 {
  margin-bottom: 3rem;
}

.info-form-success p {
  margin-top: 1.8rem;
  font-size: 1.5rem;
  padding: 0 1rem;
}

.info-form-success a {
  word-wrap: break-word;
}

.info-icon:not(:last-child) {
  margin-bottom: 2rem;
}

.info-form .wpcf7-mail-sent-ok {
  display: none !important;
}

.fancybox-info-form .fancybox-skin {
  background: #fff;
}

.layout-boxes .boxes-wrap {
  margin-bottom: -2rem;
}

.layout-boxes .section-title h2 {
  margin-bottom: 4rem;
}

.layout-boxes .box {
  width: 100%;
  background: #fff center / cover no-repeat;
  margin-bottom: 2rem;
}

.layout-boxes .box:hover>.box-inner {
  background: rgba(0, 0, 0, 0.2);
}

.box-inner {
  padding: 2rem;
  min-height: 24rem;
  font-size: 1.8rem;
}

.box-inner>div {
  max-width: 36rem;
}

.layout-banner {
  font-size: 2.4rem;
}

.layout-banner p {
  line-height: 3rem;
}

.layout-color-rows * {
  line-height: normal !important;
}

.layout-color-rows .color-row:not(:last-child) {
  margin-bottom: 1rem;
}

.layout-color-rows .color-row-inner {
  padding-right: 1rem;
}

.layout-color-rows .color-row-title {
  margin-bottom: 1em;
}

.layout-color-rows .color-row:nth-child(odd) {
  background: #201e87;
}

body.page-template-template-fixcontent-sidebar .layout-color-rows .color-row {
    position: relative !important;
}

body.page-template-template-fixcontent-sidebar .layout-color-rows .color-row::before{
    content:"";
    width:100%;
    position: absolute;
    left:-50%;
    top:0px;
    bottom:0px;
    background-color:#000;
    z-index: -1;
}  

body.page-template-template-fixcontent-sidebar .layout-color-rows .color-row:nth-child(odd)::before {
    background-color: #201e87;
}

.layout-color-rows .color-row:nth-child(even) {
    background: #3044b5;
}

body.page-template-template-fixcontent-sidebar .layout-color-rows .color-row:nth-child(even)::before {
    background-color: #3044b5;
}

.layout-color-rows .color-row:nth-child(3) {
  background: #0070c0;
}

body.page-template-template-fixcontent-sidebar .layout-color-rows .color-row:nth-child(3)::before {
    background-color: #0070c0;
}

.color-row-title strong {
  display: block;
  margin-bottom: 0.6rem;
}

.login-links-wrap .fancybox-inner {
  text-align: center;
}

.layout-login-links .login-link {
  padding: 0 3rem;
}

.layout-login-links .login-link:nth-child(odd) {
  background: #201e87;
}

.layout-login-links .login-link:nth-child(even) {
  background: #3044b5;
}

.layout-login-links .login-link:nth-child(3) {
  background: #0070c0;
}

.layout-login-links .login-link>div {
  background-size: 0;
}

.layout-login-links .login-link-txt {
  margin-bottom: 1rem;
}

.layout-anchors a {
  display: block;
}

.layout-anchors .view-link a {
  line-height: 4.6rem;
  padding-left: 5.3rem;
  background: url("../images/icons/pentegra.png") center left / 4.6rem 4.6rem no-repeat;
}

.layout-anchors .view-link a:not(:last-child) {
  margin-bottom: 2.4rem;
}

.layout-anchors .view-box .blog-box {
  width: 100%;
}

.layout-anchors .view-box .blog-box:not(:last-child) {
  margin-bottom: 2rem;
}

.layout-anchors .view-box .blog-box a {
  padding: 2rem;
}

.layout-anchors .view-box .anchor-img img {
  display: block;
}

.layout-anchors .view-box .anchor-txt {
  line-height: normal;
  margin-top: 1rem;
}
/*Contact us page CTA*/

body.page-template-template-contact .contact-us-cta a {
    min-height: auto;
    max-width: 100%;
    border-radius: 3rem;
}

/*Contact us page CTA*/

@media (min-width:1900px){
  body.page-template-template-fixcontent-sidebar .layout-color-rows .color-row>div{
    padding-right:20.5rem !important;
  }
}

@media (min-width:2000px){
    body.page-template-template-fixcontent-sidebar .layout-color-rows .color-row::before{
        left:-80%;
    }
}

.team-member {
  display: inline-block;
  width: 100%;
  max-width: 50%;
  margin-top: 4rem;
  vertical-align: top;
}

.team-member>div:not(:last-child) {
  margin-bottom: 0.6rem;
}

.team-member .smaller {
  line-height: normal;
}

.layout-timeline {
  background: url("../images/bg/stripes-lt.png") top 25% left -30% / auto no-repeat,
    url("../images/bg/stripes-lt.png") bottom 20% right / auto no-repeat;
}

.time-wrap {
  padding-left: 2.2rem;
}

.time-wrap:not(:last-child) {
  background: url("../images/bg/bullet.png") top 1.4rem left 1.7rem / auto auto repeat-y;
  padding-bottom: 4rem;
}

.time-year,
.time-wrap-inner>* {
  padding-left: 3rem;
}

.time-year {
  font-size: 3.6rem;
  margin-bottom: 2rem;
  line-height: 4.6rem;
}

.time-year:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.3rem;
  width: 4.6rem;
  height: 5.6rem;
  background: #fff url("../images/icons/pentegra.png") top left / contain no-repeat;
}

.time-img {
  display: block;
}

.time-txt>* {
  max-width: 48rem;
}

.layout-testimonials h2 {
  margin-bottom: 3rem;
}

.layout-testimonials .content-bg-inner {
  background: url("../images/bg/stripes-over-purple.png") top right / cover no-repeat;
}

.testimonial:not(:last-child) {
  margin-bottom: 5rem;
}

.testimonial .test-quote:not(:last-child) {
  margin-bottom: 2.4rem;
}

.testimonial .test-who>* {
  display: block;
  line-height: 1.6rem;
}

.testimonial .test-who>strong {
  line-height: 2rem;
}

section#executives{
    z-index: 2;
}

.layout-executives.show-executives {
  margin-top: -1.4rem;
}

.content-inner .layout-executives.show-executives {
  margin-top: 0;
  margin-bottom: -2rem;
}

.layout-executives>* {
  max-width: 24rem;
  width: 100%;
  margin: 1.4rem auto 0;
}

.layout-exec .spacer-dbl {
  max-width: 24rem;
}

.layout-executives .exec-img {
  margin-bottom: 0.8rem;
}

.exec-img img {
  width: 100%;
}

.layout-executives .exec-topics a {
  display: block;
}

.layout-boards h3 {
  font-size: 1.4rem;
}

.layout-boards .board-wrap:not(:last-child) {
  margin-bottom: 4rem;
}

.layout-boards .team-member {
  margin-top: 1.8rem;
}

.blocks-feat {
  margin-top: 4rem;
}

.building-blocks>* {
  width: 100%;
}

.building-block {
  width: 100%;
  background: #3f43ad;
  color: #fff;
  font-size: 1.8rem;
}

.building-block:hover {
  background: #3f43ad !important;
  color: #fff !important;
}

.building-block>div {
  padding: 2rem;
  max-width: 22rem;
}

.block-img {
  background: #fff center / cover no-repeat;
}

.building-block,
.block-img,
.block-content {
  margin-bottom: 1.7rem;
}

.block-content>div {
  padding: 4rem;
  max-width: 64rem;
}

#building-block-1 {
  background: #a3d400;
}

#building-block-2 {
  background: #ff6900;
}

#building-block-3 {
  background: #00c085;
}

#building-block-4 {
  background: #5b0059;
}

#building-block-5 {
  background: #00b0f0;
}

#building-block-6 {
  background: #d0006f;
}

#building-block-7 {
  background: #fef200;
  color: #41413c;
}

#building-block-8 {
  background: #201e87;
}

#building-block-9 {
  background: #598ff0;
}

#building-block-9:last-child {
  background: #e4002b;
  max-width: none !important;
}

#building-block-10 {
  background: #00c085;
}

.link-wrap:not(:last-child) {
  margin-bottom: 1.6rem;
}

.pdf-links,
.web-links {
  margin-top: 3rem;
}

.pdf-link,
.web-link {
  padding-left: 4rem;
  background: url("../images/pdf-icon-sm.png") left center / 2.4rem auto no-repeat;
}

.web-link {
  background-image: url("../images/link-icon-sm.png");
}

/*.layout-press .press-link span { display:inline-block; }*/
.layout-press .press-link>span:not(:last-child) {
  margin-right: 1.6rem;
}

.layout-press .press-link>.strong+span {
  font-style: italic;
}

.layout-press .press-title {
  margin-bottom: 3.6rem;
}

.layout-press .link-wrap:not(:last-child) {
  margin-bottom: 1.2rem;
}

.videos {
  margin-bottom: -1.6rem;
}

.videos .fa-video-camera {
  margin-right: 0.8rem;
  font-size: 1.2em;
}

.videos .video-link>* {
  display: inline-block;
  line-height: 2rem;
  vertical-align: middle;
}

.videos .link-wrap {
  margin-bottom: 0 !important;
  padding-bottom: 1.6rem;
}

.building-block-content-sections .videos {
  margin-top: 3rem;
}

.building-block-content-sections .fa-video-camera {
  color: #918f8f;
  margin-right: 1.6rem;
  width: 2.4rem;
  text-align: center;
}

/** Contact Styles */
.layout-contact.contact-info {
  max-width: 30.5rem;
  width: 100%;
  flex: 1 0 30.5rem;
}

.layout-contact.contact-locations {
  width: 100%;
}

.layout-contact hr {
  margin: 3rem auto;
}

.layout-contact hr:first-child {
  display: none;
}

.layout-contact h2 {
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.layout-contact h3 {
  text-transform: none;
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}

.layout-contact.contact-info table {
  margin-bottom: 1.5rem;
}

.layout-contact td {
  padding: 0;
}

.layout-contact td:first-child {
  min-width: 18rem;
  padding-right: 1rem;
}

.layout-contact .c-hours td:first-child {
  min-width: 0;
}

.layout-contact.contact-locations>div {
  margin-top: 6rem;
}

.layout-contact .group {
  padding-bottom: 0.5rem !important;
}

.layout-contact .c-loc {
  padding-bottom: 1.5rem;
}

.layout-contact .c-locations {
  max-width: 64rem;
}

/** Gallery Styles */
.gallery {
  margin: 2rem 0 0 !important;
}

.gallery .f-ctr {
  flex: 0 1 100% !important;
  width: 100% !important;
}

.gallery>* {
  display: block;
  flex: 0 1 46%;
  margin-bottom: 3rem;
}

.no-flexbox .gallery>* {
  width: auto;
}

.gallery h2 {
  margin-bottom: 2.4rem !important;
}

.gallery img {
  width: 100%;
  border: 1px solid #646766;
}

.gallery.border-light img {
  border: 1px solid #d6dde5;
}

.spacer,
.spacer-dbl {
  height: 1em;
  display: none;
}

.gallery-pagination .page-numbers {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.9rem;
  background-color: #c2c2c2;
}

.gallery-pagination .current,
.gallery-pagination a:hover {
  background-color: #555;
}

.layout-gallery .section-title h2 {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}

.gallery img {
  display: block;
}

/** Blog Styles */
.show-items .feat {
  flex: 1 0 33%;
  margin-bottom: 1rem;
}

.show-items .entry-meta {
  padding: 0 1rem;
}

.entry-wrap .content {
  margin-bottom: 2.4rem;
}

.entry-wrap #comments {
  margin-top: 2.4rem;
}

#search-pg .search-form {
  margin-bottom: 4rem;
}

#search-pg .excerpt {
  line-height: 1.8;
}

#search-pg article:not(:last-child) {
  margin-bottom: 3rem;
}

#search-pg h2 {
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: 400;
}

.single .entry-featured img {
  display: block;
}

.show-blog {
  margin-bottom: -2rem;
}

.show-blog .blog-box {
  width: 100%;
  margin-bottom: 2rem;
}

.blog-box a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem 1.2rem;
}

.blog-box a:before,
.blog-box a:after {
  content: "";
  width: 100%;
  height: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-box a:before {
  height: 100%;
  border: 1px solid #e7e7e7;
}

.blog-box:nth-of-type(6n + 1) a:after {
  background: #5b0059;
}

.blog-box:nth-of-type(6n + 2) a:after {
  background: #ce0058;
}

.blog-box:nth-of-type(6n + 3) a:after {
  background: #ff6900;
}

.blog-box:nth-of-type(6n + 4) a:after {
  background: #4f9c00;
}

.blog-box:nth-of-type(6n + 5) a:after {
  background: #009ea0;
}

.blog-box:nth-of-type(6n) a:after {
  background: #00b0f0;
}

/** Header Styles */
#header {
  overflow: visible;
  z-index: 50;
  box-shadow: 0 0 0.5rem 0 rgba(38, 38, 38, 0.3);
  background: #1c1c1c;
}

#head-wrap,
#head-search {
  z-index: 10;
  background: rgba(63, 67, 173, 0.5);
}

#head-wrap>* {
  flex: 1 1 auto;
  margin: 0 auto;
}

#head-logo {
  max-width: 30rem;
}

#head-logo .logo {
  padding: 1rem 0;
}

#nav li>a,
#nav li>span {
  display: inline-block;
  padding: 0.45rem 0.8rem;
  white-space: nowrap;
}

#nav .sub-menu a,
#nav .sub-menu span {
  font-size: 1.1rem;
  line-height: 2rem;
  width: 100%;
  padding: 1rem;
  color: #a2a2a2;
  font-weight: 600;
}

#nav .sub-menu a:hover,
#nav .sub-menu span:hover {
  color: #3f43ad;
}

nav a,
nav span {
  cursor: pointer;
  outline: none;
}

.no-pointer>a {
  cursor: default;
}

.menu-blank>a:hover,
.menu-blank> :first-child a:hover {
  color: inherit;
  cursor: default;
}

#nav-menu>li {
  padding: 0 0.2rem;
}

#nav-menu .login-btn a {
  border-radius: 3rem;
  min-width: 8.5rem;
}

#head-search {
  padding-top: 0.3rem;
  padding-bottom: 3rem;
}

#head-search .nav-search {
  font-size: 1.4rem;
  padding-left: 0 !important;
}

#head-search .search-form input[type="search"] {
  border-color: #fff;
}

#head-search .search-form input[type="submit"] {
  border: 2px solid #a2a2a2;
}

#head-search .search-form .fa-search {
  background: #a2a2a2;
}

#head-search .search-form input[type="submit"]:hover {
  border-color: #d9d9d9;
}

#head-search .search-form input[type="submit"]:hover+.fa-search {
  background: #d9d9d9;
}

/** Footer Styles */
footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

footer hr {
  opacity: 0.5;
}

#foot-c2a {
  background: url("../images/bg/foot-c2a.jpg") center / cover no-repeat;
}

#foot-c2a-txt {
  margin-bottom: 2rem;
}

#foot-wrap {
  background: url("../images/bg/footer.png") right top / auto 100% no-repeat;
  min-height: 56rem;
}

#nav-foot {
  line-height: 2.4rem;
  margin-bottom: -2.4rem;
}

#nav-foot-menu>* {
  width: 100%;
}

.nav-foot>li {
  padding-bottom: 2.4rem;
}

.nav-foot>li>a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
}

#foot-wrap-inner {
  width: 100%;
}

#foot-wrap-inner>* {
  flex: 0 1 31%;
}

#foot-wrap-inner> :not(:last-child) {
  margin-bottom: 3rem;
}

#copyright>span {
  display: inline-block;
}

footer .logo {
  margin: 0 auto;
}

footer .social li:not(:last-child) {
  margin-right: 2rem;
}

/** Sidebar Styles */
.sidebar {
  min-width: 27rem;
  flex: 0 1 100%;
  margin-top: 2.4rem;
}

.sidebar> :not(:first-child) {
  margin-top: 2.4rem;
}

.sidebar .widget_social {
  margin-top: 1.6rem;
}

caption {
  line-height: 4rem;
}

.sidebar> :not(.blocks-feat) {
  max-width: 32rem;
}

.widget_recent_entries li,
.widget_categories li,
.widget_nav_menu li {
  line-height: 2;
}

.widget_nav_menu .current-menu-item a {
  color: #0070c0;
}

.sidebar-span .sidebar {
  position: absolute;
  right: 0;
  width: 32rem;
  z-index: 1000;
}

/** Form Styles */
.screen-reader-text,
#comments input {
  width: auto !important;
}

.form-fields {
  font-size: 1.4rem;
  min-width: 0;
}

.content-form {
  max-width: 55rem;
  margin: 3rem 0 4rem;
}

.form-fields> :not(.f-row),
.form-fields label:not(:last-child) {
  display: block;
}

.form-fields,
.form-fields span {
  color: #000 !important;
}

.form-fields> :not(:last-child):not(textarea):not(label):not(legend),
.form-fields .half> :not(:last-child),
.form-fields .thirds> :not(:last-child) {
  margin-bottom: 1.4rem;
}

.form-fields label:not(:last-child):not(.inner) {
  margin-bottom: 0.4rem;
}

.form-fields label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.search-form .fa-search {
  height: 4.2rem;
}

.search-form .fa-search {
  line-height: 4.2rem;
}

input,
select,
textarea,
button.file-button {
  padding: 0.5em 1em;
  font: inherit;
}

select,
textarea,
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="submit"]) {
  border: 2px solid #d9d9d9;
  border-radius: 0;
  outline: none;
  width: 100%;
}

select,
textarea,
input:not([type="checkbox"]):not([type="radio"]),
button.file-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.6rem;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  line-height: 1.5;
}

input[type="submit"],
button.file-button {
  background: #3f43ad;
  border: none;
  border-radius: 0;
  width: auto;
  min-width: 10rem;
  padding: 0 1.8rem;
  margin-left: 0;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s all ease;
}

input[type="submit"]:not(:disabled):not(.search-submit):hover,
button.file-button:hover {
  background: #201e87;
  color: #fff;
}

input[type="submit"]:disabled {
  cursor: default;
  opacity: 0.7;
  background: #ccc;
}

.submit-fields {
  margin-top: 2rem;
}

.submit-fields.t-ctr {
  margin-left: 2rem;
}

input[type="file"] {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

button.file-button,
.file-name {
  position: relative;
  z-index: 5;
  display: inline-block;
}

button.file-button {
  border-radius: 0.8rem;
  height: 3rem;
  font-size: 1.4rem;
  margin: 0 1rem 0.5rem 0;
}

.file-name span:not(:last-child) {
  display: none;
}

.form-loading {
  display: none;
  margin-left: 1rem;
  font-size: 2.1rem;
  line-height: 4.2rem;
}

::-webkit-input-placeholder {
  color: #838383;
  font-weight: 300;
}

::-moz-placeholder {
  color: #838383;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #838383;
  font-weight: 300;
}

label.inner {
  position: absolute;
  z-index: 20;
  padding: 0 1em;
  font: inherit;
  line-height: 4.2rem;
  text-transform: none;
}

label.inner+.wpcf7-form-control-wrap>.wpcf7-form-control {
  padding-left: 5em;
  border: 2px solid #d9d9d9 !important;
}

label.inner.long+.wpcf7-form-control-wrap>.wpcf7-form-control {
  padding-left: 6em;
}

label.inner+.wpcf7-form-control-wrap>.wpcf7-form-control:focus {
  border-color: #3f43ad !important;
}

label.inner+.wpcf7-form-control-wrap>.wpcf7-form-control>* {
  border: none;
}

.select .wpcf7-form-control-wrap {
  position: relative;
  background: #fff;
  display: block;
}

.select select {
  position: relative;
  background: transparent;
  z-index: 40;
}

.select .fa-angle-down {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 0.6em 1em;
  z-index: 20;
  font-size: 1.6rem;
}

.select .fa-angle-down:before {
  vertical-align: middle;
}

.form-fields input[type="checkbox"] {
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
}

.search-form label {
  flex: 1;
  margin-right: 5rem;
}

.search-form input[type="search"] {
  padding: 0.5rem 1.7rem 0.5rem 1.2rem;
  width: 100%;
}

.search-form input[type="submit"] {
  background: transparent;
  border: 2px solid #3f43ad;
  border-left: 0 !important;
}

.search-form input[type="submit"],
.search-form .fa-search {
  width: 5.5rem;
  min-width: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  z-index: 40;
}

.search-form .fa-search {
  z-index: 20;
  background: #3f43ad;
  color: #fff;
  font-weight: 700;
  transition: 0.2s all ease;
}

.search-form input[type="submit"]:hover {
  border-color: #201e87;
}

.search-form input[type="submit"]:hover+.fa-search {
  background: #201e87;
}

div.wpcf7-response-output {
  font-size: 1.4rem;
  border-width: 1px;
  padding-top: 0.3em;
  margin: 2em 0 1em;
}

div.wpcf7-mail-sent-ok {
  border-color: #398f14;
  background: #398f14;
  background: rgba(57, 143, 20, 0.1);
}

div.wpcf7-mail-sent-ng {
  border-color: #b23923;
  background: #b23923;
  background: rgba(178, 57, 35, 0.1);
}

div.wpcf7-spam-blocked {
  border-color: #ff7f00;
  background: #ff7f00;
  background: rgba(255, 127, 0, 0.1);
}

div.wpcf7-validation-errors {
  border-color: #faab20;
  background: #faab20;
  background: rgba(250, 171, 32, 0.1);
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  border-color: #9e9e9e;
  top: 4.6rem;
  padding: 0.3em 0.6em;
}

.wpcf7-not-valid-tip .fa {
  background: #faab20;
}

.fa-exclamation {
  padding: 0.2rem 0;
  margin-right: 0.7rem;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip:before,
.use-floating-validation-tip span.wpcf7-not-valid-tip:after {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 5%;
  border-style: solid;
  border-width: 0 0.6rem 0.6rem;
  border-color: #9e9e9e transparent;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip:after {
  border-width: 0 0.5rem 0.5rem;
  border-color: #fff transparent;
  margin-left: 0.1rem;
  top: -0.5rem;
}

#comment {
  max-width: 48rem;
  min-height: 10rem;
}

#comments h3 {
  margin-bottom: 1.8rem;
}

#comments #reply-title {
  margin-bottom: 1.4rem;
}

.comment-list {
  margin-bottom: 3.4rem;
}

.comment section:not(:last-child) {
  margin-bottom: 0.2rem;
}

.comment .reply {
  margin-top: 0.8rem;
}

.comment {
  padding: 2rem;
}

.comment.even {
  background-color: #d9d9d9;
}

/** Slider Styles */
.bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
  margin-bottom: 0;
  z-index: 2;
}

.bx-wrapper .bx-controls-direction a {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.bx-wrapper .bx-controls-direction a:hover,
.bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}

.carousel-wrap {
  padding: 0 5rem;
}

.bx-carousel ul {
  margin-left: 0;
}

.bx-carousel li a,
.bx-carousel li img {
  display: block;
}

.bx-carousel .bx-prev {
  left: -50px;
}

.bx-carousel .bx-next {
  right: -50px;
}

.bx-slider img {
  height: 100%;
  width: auto;
  max-width: none;
}

/** Front Page Styles */
.home .content p,
.home .content ul,
.home .content ol,
.home .content div {
  line-height: 2;
}

#fp-panel,
#fp-panel .bx-viewport,
#fp-slider,
#fp-slider li,
#fp-slider .slide-img,
#fp-slider .slide-img img {
  height: 100%;
  min-height: 50rem;
}

#fp-slider .slide-img {
  overflow: hidden;
}

/*#fp-slider, #fp-slider li, #fp-slider .slide-img { height:auto; }*/
#fp-panel .slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(3, 30, 135, 0.2);
  z-index: 999;
}

#fp-panel .slide-content-inner {
  width: 100%;
  line-height: 4.8rem;
  font-size: 2.4rem;
}

.fp-box {
  width: 100%;
  flex: 1;
}

.fp-box-inner {
  padding: 2rem;
  min-height: 26rem;
  font-size: 2rem;
  height: 100%;
}

.fp-box:hover .fp-box-inner {
  background: rgba(0, 0, 0, 0.2);
}

.fp-box-inner>div {
  max-width: 36rem;
  width: 100%;
}

.fp-box,
#fp-video {
  background: #fff center / cover no-repeat;
}

.fp-highlight {
  width: 100%;
  padding-left: 4.5rem;
  background: #fff left top / 3.2rem 3.2rem no-repeat;
  margin-top: 3rem;
}

#fp-video-wrap {
  min-height: 50rem;
}

#fp-video-txt {
  padding-left: 0.4rem;
  margin-top: 0.8rem;
}

#fp-video .fa {
  vertical-align: middle;
  top: -0.15rem;
  margin-left: 0.4rem;
}

#fp-blog>div:last-child {
  margin-top: 2rem;
}

#fp-blog section {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

#fp-news img {
  width: auto;
  margin: 0 auto;
}

#fp-news a {
  width: 100%;
}

#fp-news a>div:not(:last-child) {
  margin-bottom: 3.6rem;
}

.-ms- #fp-news a>div {
  flex: 1 1 100%;
}

/*--Sticky form info--*/

.wpcf7-response-output {
  line-height: 24px;
}
.stickysocial__form {
  height: 360px;
}
.wpcf7-form.sent .wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 24px !important;
}

#wpcf7-f8512-o1 .wpcf7-form.sent #form-wrap {
  display: none;
}

/*--Close sticky Form-*/

.close-sticky-form {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #3f43ad;
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
}
.close-sticky-form > span {
  margin-top: -3px;
}

.single-post table.add-border ,
.single-post table.add-border th,
.single-post table.add-border td,
.page table.add-border,
.page table.add-border th,
.page table.add-border td {
  border: 1px solid black;
  padding: 5px;
}

/** Media Queries */
@media screen and (min-width: 321px) {}

@media screen and (min-width: 381px) {
  .show-items .entry-comments .hidden {
    display: inherit;
  }

  .c-locations .css-col {
    column-count: 2;
    column-gap: 3rem;
  }

  .building-blocks.halves {
    display: box;
    display: flexbox;
    display: flex;
  }

  .building-blocks .half,
  .building-blocks .quarter .building-block {
    max-width: 49.3%;
  }

  .login-links-wrap .fancybox-inner {
    min-width: 32rem;
  }
}

@media screen and (min-width: 481px) {
  .gallery>* {
    flex: 0 1 29%;
  }

  .gallery .show-3 {
    display: block;
  }

  .show-items .entry-wrap {
    display: box;
    display: flexbox;
    display: flex;
  }

  .show-items .feat {
    margin-bottom: 0;
    margin-right: 1.4rem;
  }

  .show-items .feat,
  .show-items .feat img {
    max-width: 20rem;
    max-height: 20rem;
  }

  #nav-foot-menu>*,
  .fp-highlight {
    max-width: 48%;
  }

  #fp-blog section {
    max-width: 49.5%;
  }

  .show-blog article {
    max-width: 49%;
  }

  .layout-anchors .view-box>* {
    max-width: 48%;
  }

  .layout-anchors .view-box .blog-box a {
    padding: 3rem;
  }

  .layout-executives>* {
    width: 48%;
  }

  .info-form-content {
    padding: 3rem;
  }

  .info-form-success {
    padding: 3rem 2rem;
  }

  .info-icon {
    padding-left: 8rem;
  }

  .info-icon:before {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 7rem;
    height: 100%;
    background: url("../images/logo-img-sm.png") center top / contain no-repeat;
  }
}

@media screen and (min-width: 551px) {
  .form-fields .half>* {
    width: 100%;
    max-width: 49.375%;
    display: inline-block;
  }

  .form-fields .half> :not(:last-child) {
    margin-right: 1.25%;
    margin-bottom: 0;
  }

  .layout-benefits .loop {
    max-width: 24rem;
  }

  .login-links-wrap .fancybox-inner {
    min-width: 48rem;
  }
}

@media screen and (min-width: 641px) {

  /** Form Changes */
  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea {
    font-size: inherit;
  }

  .form-fields .thirds>* {
    width: 100%;
    max-width: 32.5%;
    display: inline-block;
  }

  .form-fields .thirds> :not(:last-child) {
    margin-right: 1.25%;
    margin-bottom: 0;
  }

  /** Page Changes */
  .gallery {
    margin-bottom: -1rem !important;
  }

  .entry-wrap .gallery {
    margin-bottom: -2.4rem !important;
  }

  .gallery>* {
    flex: 0 1 23%;
    max-width: 30rem;
  }

  .gallery.size-thumbnail>* {
    max-width: 20rem;
  }

  .gallery .show-3 {
    display: none;
  }

  .gallery .show-4 {
    display: block;
  }

  .gallery>.show-4-2 {
    flex: 0 1 48.67%;
    max-width: none;
  }

  .boxes-wrap,
  .page-title .f-later {
    display: box;
    display: flexbox;
    display: flex;
  }

  .layout-boxes .box {
    max-width: 49%;
  }

  .team-member {
    max-width: 33%;
  }

  .page-title>.f-later h1 {
    margin-bottom: 0;
  }

  .page-title>.f-later span {
    margin: 0 0 0.3rem 1rem;
  }

  .building-blocks.quarters {
    display: box;
    display: flexbox;
    display: flex;
  }

  .building-blocks .three-quarter {
    max-width: 74.65%;
  }

  .building-blocks .quarter {
    max-width: 23.95%;
  }

  .building-blocks .half .building-block {
    max-width: 48.58012170385396%;
    max-width: calc(47.9% / 0.986);
  }

  .building-blocks .quarter .building-block {
    max-width: none;
    min-height: 46%;
  }

  .building-block {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .info-form-content {
    padding: 4rem;
  }

  .info-form-success {
    padding: 4rem 2rem;
  }
}

@media screen and (min-width: 769px) {

  /** Universal Changes */
  .wrap {
    padding: 0 2%;
  }

  /** Header Changes */
  .login-links-wrap .fancybox-inner {
    min-width: 64rem;
    text-align: left;
  }

  .layout-login-links .login-link>div {
    padding-left: 10.5rem;
    background: transparent left center / 7rem 7rem no-repeat;
  }

  .layout-login-links .login-link-txt {
    margin-bottom: 0;
  }

  /** Page Changes */
  .f-later {
    display: box;
    display: flexbox;
    display: flex;
  }

  .f-later>.divider.hidden {
    display: block;
  }

  .f-later>.content:not(:last-child) {
    max-width: 55%;
    margin-bottom: 0;
    margin-right: 1rem;
  }

  .layout-content-half.has-bg:not(.white) .content-wrap,
  .layout-content-half.has-bg.white .content-wrap {
    background: none;
  }

  .content-wrap.has-sidebar .sidebar {
    display: block;
  }

  .layout-content-half .content-wrap:not(.has-side-img) {
    max-width: 50%;
  }

  .layout-content-half .bg-fill-container .content-bg-inner,
  .layout-content-half .content-inner {
    max-width: 64rem;
    padding: 0 2%;
  }

  .layout-content-half .side-right:not(.has-side-img) {
    margin-right: 0;
    padding-left: 1rem;
  }

  .layout-content-half .side-left:not(.has-side-img) {
    margin-left: 0;
    padding-right: 1rem;
  }

  .layout-content-half .side-right+.content-bg .content-bg-inner,
  .layout-content-half .side-left .content-inner {
    margin-left: auto;
  }

  .layout-content-half .content-bg {
    max-width: 50%;
  }

  .layout-content-half .content-side-img .content-bg-inner {
    padding-left: 0 !important;
  }

  .layout-content-half .side-right+.content-side-img .content-bg-inner {
    padding-right: 0 !important;
  }

  .layout-content-half .has-side-img.side-right {
    flex-direction: row-reverse;
  }

  .layout-content-half .side-img {
    margin-top: 0;
  }

  .sidebar-span>.layout:nth-child(2) {
    margin-top: 4rem !important;
  }

  .sidebar-span .layout:nth-child(-n + 2).wrap,
  .sidebar-span .layout:nth-child(-n + 2) .wrap {
    padding-right: 36rem !important;
  }

  .layout-color-rows .color-rows:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url("../images/bg/triangle.png") center right / 10rem 100% no-repeat;
  }

  .layout-color-rows .color-row>div {
    padding-right: 10rem !important;
  }

  .layout-color-rows .color-row-title {
    width: 100%;
    max-width: 20rem;
    margin-bottom: 0;
  }

  .layout-color-rows .color-row-content {
    width: 100%;
    max-width: 33%;
  }

  .layout-anchors .content-wrap:not(.has-sidebar) .view-box>* {
    max-width: 31%;
  }

  .layout-anchors .content-wrap:not(.has-sidebar) .view-box .show-3 {
    display: block;
  }

  .time-wrap {
    padding-left: 0;
  }

  .time-wrap:not(:last-child) {
    background-position: top 14px center;
  }

  .time-year,
  .time-wrap-inner>* {
    max-width: 50%;
    width: 100%;
  }

  .time-wrap:nth-child(odd) .time-img,
  .time-wrap:nth-child(even) .time-txt {
    text-align: right;
    padding-left: 0;
    padding-right: 8rem;
  }

  .time-wrap:nth-child(even) .time-txt>* {
    margin-left: auto;
  }

  .time-wrap:nth-child(even) .time-img,
  .time-wrap:nth-child(odd) .time-txt {
    text-align: left;
    padding-left: 8rem;
  }

  .time-wrap:nth-child(odd) .time-year {
    margin-left: auto;
    padding-left: 3rem;
  }

  .time-wrap:nth-child(even) .time-year {
    text-align: right;
    padding-right: 3rem;
  }

  .time-wrap:nth-child(even) .time-year:before {
    left: auto;
    right: -2.3rem;
  }

  .time-wrap:nth-child(even) .time-wrap-inner {
    flex-direction: row-reverse;
  }

  .layout-executives>* {
    width: 31%;
    margin: 1.4rem 0 0;
  }

  .exec-full .show-3 {
    display: block;
  }

  .exec-feat .executive {
    width: 48%;
  }

  .layout-contact.contact-info {
    margin-right: 2rem;
  }

  .layout-contact.contact-locations> :first-child {
    margin-top: 0;
  }

  .building-block {
    font-size: 1.8rem;
  }

  .hide-padding {
    padding-bottom: 0 !important;
  }

  .show-items,
  .entry-wrap {
    flex: 1 1 55%;
  }

  .show-items .entry-wrap {
    display: block;
  }

  .show-items .feat {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .sidebar {
    min-width: 30.5rem;
    max-width: 40rem;
    flex: 0 1 30%;
    margin-top: 0;
    margin-left: 2em;
  }

  .sidebar>* {
    margin-left: auto;
  }

  article.has-sidebar>.sidebar {
    flex: 0 1 40%;
  }

  article.has-sidebar>.content-sections {
    min-width: 55%;
  }

  #expert-pg .sidebar {
    max-width: 33rem;
  }

  /** Front Page Changes */
  #fp-slider,
  #fp-slider li,
  #fp-slider .slide-img {
    height: auto;
  }

  #fp-panel .slide-content {
    background: none !important;
  }

  #fp-panel .slide-content-inner {
    font-size: 3rem;
  }

  #fp-video-inner {
    max-width: 50%;
    margin-left: 0;
  }

  #fp-news a>div:not(:last-child) {
    margin-bottom: 0;
  }

  /** Footer Changes */
  #foot-c2a {
    text-align: left;
  }

  #foot-c2a-txt {
    margin-bottom: 0;
  }

  #foot-wrap-inner> :not(:last-child) {
    margin-bottom: 0;
  }

  #copyright {
    text-align: left;
  }

  #foot-social {
    text-align: right;
  }
}

@media screen and (min-width: 881px) {

  /** Header Changes */
  #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(63, 67, 173, 0.5);
  }

  #nav-mobile {
    display: none;
  }

  #nav {
    display: block;
  }

  #nav-menu {
    margin-right: -0.2rem;
  }

  #head-wrap {
    display: box;
    display: flexbox;
    display: flex;
    background: none;
  }

  #head-wrap>* {
    margin: 0;
  }

  #head-logo {
    margin-right: 3rem !important;
  }

  #head-search {
    background: none;
  }

  .page-title {
    padding: 17rem 0 8rem;
  }

  /** Page Changes */
  .panel {
    height: 100vh;
    max-height: 100vh;
  }

  .admin-bar .panel {
    height: calc(100vh - 3.2rem);
  }

  .css-col,
  .css-col.col-2,
  ul.css-sub-col {
    column-count: 2;
  }

  .css-col.col-2,
  ul.css-col,
  ul.css-sub-col {
    column-gap: 3rem;
  }

  .css-col.col-1 {
    column-count: auto;
  }

  .css-col.col-3 {
    column-count: 3;
  }

  .css-col.divide {
    column-gap: 5rem;
    column-rule: 1px solid #d9d9d9;
  }

  .show-items .entry-wrap {
    display: box;
    display: flexbox;
    display: flex;
  }

  .show-items .feat {
    margin-right: 1.4rem;
    margin-bottom: 0;
  }

  .layout-boxes .box,
  .layout-boxes .show-3 {
    max-width: 32%;
  }

  .layout-boxes .show-3 {
    display: block;
  }

  .box-inner {
    padding: 3rem;
  }

  .team-member {
    max-width: 25%;
  }

  .layout-anchors .content-wrap:not(.has-sidebar) .view-box>* {
    max-width: 24%;
  }

  .layout-anchors .content-wrap:not(.has-sidebar) .view-box>.show-4-2 {
    max-width: 49%;
  }

  .layout-anchors .content-wrap:not(.has-sidebar) .view-box .show-3 {
    display: none;
  }

  .layout-anchors .content-wrap:not(.has-sidebar) .view-box .show-4,
  .layout-anchors .has-sidebar .view-box .show-3 {
    display: block;
  }

  .layout-anchors .has-sidebar .view-box>* {
    max-width: 31%;
  }

  .layout-anchors .has-sidebar .view-box .show-3 {
    display: block;
  }

  /** Front Page Changes */
  #fp-blog section {
    max-width: 24.5%;
  }

  .fp-box-inner {
    font-size: 2.4rem;
    min-height: 43rem;
  }

  /** Footer Changes */
  #nav-foot-menu>* {
    max-width: 31%;
    width: auto;
    flex: 0 0 auto;
  }
}
/*Anchor Links*/

#boxes-leftalign .anchor-links.view-content-box{
    margin:-5px 0;
}
.anchor-links.view-content-box{
    display: flex;
    flex-wrap: wrap;
    margin:-5px auto;
    max-width: 720px;
  }
  
  .page-template-default .anchor-links.view-content-box{
    margin:-5px;
  }
  
  .view-content-box .content-box{
    flex:0 0 33.33%;
    padding:5px;
    min-height: 275px;
  }
  .view-content-box .content-box a{
    height: 100%;
    padding:15px;
    text-align: left;
    color:#fff;
    text-decoration: none;
    display: flex;
  }
  .view-content-box .content-box .anchor-txt h3{
    text-transform: capitalize;
    font-size:18px;
    font-weight: 600;
    margin-bottom:10px;
  }
  .view-content-box .content-box .anchor-txt h3 span{
    text-transform: capitalize;
    font-size:18px !important;
    font-weight: 600;
  }
  .view-content-box .content-box .anchor-txt ul{
    margin-left: 20px;
    margin-bottom:15px;
  }
  .view-content-box .content-box .anchor-txt ul li{
    font-size:10px;
    line-height: 16px;
  }
  .view-content-box .content-box .anchor-txt ul li + li{
    margin-top:5px;
  }
  .view-content-box .content-box .anchor-txt{
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .view-content-box .content-box .anchor-txt p{
    margin-top: auto;
  }
  .view-content-box .content-box .anchor-txt h3,
  .view-content-box .content-box .anchor-txt ul{
    text-align: left;
  }
  .view-content-box .content-box .anchor-txt img{
    width:60px;
    height:60px;
    margin:0 auto;
    object-fit: contain;
    object-position: center;
  }

@media(max-width:767px){
    .view-content-box .content-box{
      flex:0 0 50%;
    }
}
@media (max-width:567px){
    .view-content-box .content-box{
      flex:0 0 100%;
    }
}
@media screen and (min-width: 961px) {
  .fp-highlight {
    max-width: 31%;
  }

  #fp-highlights .spacer.show-3 {
    display: block;
    max-width: 31%;
    width: 100%;
  }

  .gallery.size-thumbnail>* {
    flex: 0 1 18%;
  }

  .gallery.size-thumbnail .show-4 {
    display: none;
  }

  .gallery.size-thumbnail .show-5 {
    display: block;
  }

  .gallery.size-thumbnail>.show-5-2 {
    flex: 0 1 38.5%;
    max-width: none;
  }

  .gallery.size-thumbnail>.show-5-3 {
    flex: 0 1 59%;
    max-width: none;
  }

  .layout-executives>*,
  .exec-feat .executive {
    width: 24%;
  }

  .exec-full .show-3 {
    display: none;
  }

  .layout-executives .show-4-2+.spacer-dbl,
  .layout-executives .show-4 {
    display: block;
  }
}

@media screen and (min-width: 1121px) {
  .-ms- #head-wrap>* {
    flex: 1 1 100%;
  }
}

@media screen and (min-width: 1181px) {
  .layout-gallery .gallery.size-post-thumbnail>* {
    flex: 0 1 18%;
  }

  .layout-gallery .gallery.size-post-thumbnail .show-4 {
    display: none;
  }

  .layout-gallery .gallery.size-post-thumbnail .show-5 {
    display: block;
  }

  .layout-gallery .gallery.size-post-thumbnail>.show-5-2 {
    flex: 0 1 38.5%;
    max-width: none;
  }

  .layout-gallery .gallery.size-post-thumbnail>.show-5-3 {
    flex: 0 1 59%;
    max-width: none;
  }

  .block-content {
    font-size: 1.1em;
  }

  .login-links-wrap .fancybox-inner {
    min-width: 96rem;
  }

  .exec-full>* {
    margin-right: 1rem;
  }

  .exec-full> :nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1281px) {
  .gallery.size-thumbnail>* {
    flex: 0 1 15%;
  }

  .gallery.size-thumbnail .show-5 {
    display: none;
  }

  .gallery.size-thumbnail .show-6 {
    display: block;
  }

  .gallery.size-thumbnail>.show-6-2 {
    flex: 0 1 32%;
    max-width: none;
  }

  .gallery.size-thumbnail>.show-6-3 {
    flex: 0 1 49%;
    max-width: none;
  }

  .gallery.size-thumbnail>.show-6-4 {
    flex: 0 1 66%;
    max-width: none;
  }

  .layout-executives .show-4-2+.spacer-dbl,
  .exec-full .show-4 {
    display: none;
  }

  .layout-executives .show-5-3~.spacer-dbl,
  .layout-executives .show-5-2+.spacer-dbl,
  .layout-executives .show-5 {
    display: block;
  }

  .exec-full>* {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1366px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .layout-content-half .side-left .content-inner {
    padding-left: 0;
  }

  .layout-content-half .side-right .content-inner {
    padding-right: 0;
  }
}

@media screen and (min-width: 1441px) {}

@media screen and (min-width: 1681px) {
  .layout-color-rows .color-rows:after {
    background-size: auto 100%;
  }
}

@media screen and (min-width: 1920px) {
  .bx-slider img {
    min-width: 100%;
    width: 100%;
  }
}

.layout-executives .content-wrap {
  width: 100% !important;
  max-width: none;
}

.executives-wrap {
  display: block;
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
  color: #fff !important;
}

.executive {
  display: inline-block;
  margin: 10px;
}

.show-executives .executive {
  margin: 0;
}

/*PopUp design use for leadership details popup*/

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  overflow: auto;
}

.popup.open {
  visibility: visible;
  display: block;
  z-index: 99;
  opacity: 1;
}

.popup.open .popup__wrap {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3D(0, 0, 0);
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}

.popup.popup--lg .popup__wrap {
  max-width: 1140px;
}

.popup.popup--md .popup__wrap {
  max-width: 960px;
}

.popup.popup--sm .popup__wrap {
  width: 768px;
}

.popup.popup--xs .popup__wrap {
  max-width: 576px;
}

.popup__is-open {
  overflow: hidden;
}

.popup__is-open #header{
    z-index:1 !important;
}

.popup__wrap {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  max-width: 960px;
  margin: 50px auto;
  background: #fff;
  border-radius: 0px;
  opacity: 0;
  overflow: visible;
  visibility: hidden;
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
  -moz-transform: translate3D(0, -105%, 0);
  -webkit-transform: translate3D(0, -105%, 0);
  transform: translate3D(0, -105%, 0);
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup__header {
  height: 50px;
  line-height: 50px;
  padding: 0px 50px 0 30px;
  background: #f1f1f1;
}

.popup__title {
  margin: 0;
  font-size: 16px;
  float: left;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.popup__close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: 0;
  color: #fff;
  border-radius: 50%;
  background: #000;
  border: 2px solid #fff;
  height: 30px;
  width: 30px;
  line-height: 25px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .popup__close:after {
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 24px;
	display: block;
	text-align: center;
	content: "×";
	color: #fff;
	border-radius: 50%;
	background: #000;
	border: 2px solid #fff;
} */
.popup__content {
  top: 50px;
  padding: 30px;
  color: #fff;
}

.popup__footer {
  padding: 20px 30px;
  text-align: right;
  background: #f1f1f1;
}

.popup.side {
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  -moz-transform: translate3D(100%, 0, 0);
  -webkit-transform: translate3D(100%, 0, 0);
  transform: translate3D(100%, 0, 0);
  border-radius: 0;
  margin: 0;
  max-width: none;
  width: 800px;
}

.popup.side.open {
  top: 0;
  -moz-transform: translate3D(0, 0, 0);
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}

.popup.side .popup_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.popup.side .popup_content {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  overflow: auto;
  bottom: 0;
  padding: 0 30px 30px 30px;
}

.popup.side .popup_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup_actions {
  float: right;
  line-height: normal;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #dadada;
}

.popup_actions>li {
  vertical-align: top;
  display: inline-block;
  border-left: 1px solid #dadada;
}

.popup_actions>li .p_button {
  display: block;
  padding: 0px 10px;
}

.popup_actions>li .p_button:hover {
  text-decoration: underline;
}

.popup_actions .button_small {
  margin-top: 12.5px;
}

a {
  word-wrap: break-word;
  word-break: initial !important;
}

#fp-panel .slide-content {
  z-index: 2 !important;
}

.pdf-links .link-wrap .pdf-link {
  line-height: 18px;
}

.team-members .team-member .fancybox {
  line-height: 18px;
}

/*
* Executive Popup : Desktop
*/

.executive-popup--desktop .popup__wrap {
    background-image: url("../images/popup-pattern.png");
    background-position: top center;
    background-size: cover;
}  
  
.executive-popup--desktop .popup__content {
    text-align: left;
    color: #555;
    display: flex;
    align-items: center;
    padding:10px 30px 0px;
}
  
.executive-popup--desktop .executive__content{
    padding:10px;
    border-top: 25px solid #2f388c;
    border-left: 25px solid #2f388c;
    border-right:25px solid #2953a1;
    border-bottom:25px solid #2953a1;
    position: relative;
    margin-left:50px;
}
  
.executive-popup--desktop .executive__pattern{
    position: absolute;
    top:50%;
    left:-80px;
    margin-top:-70px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 80px 65px 0;
    border-color: transparent #2f388c transparent transparent;
    line-height: 0px;
    _border-color: #000000 #2f388c #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
  
.executive-popup--desktop .executive__pattern::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 35px 25px 0;
    border-color: transparent #e9e7f3 transparent transparent;
    line-height: 0px;
    _border-color: #000000 #e9e7f3 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    right: -80px;
    top: -25px;
}
  
.executive-popup--desktop .executive__content:before{
    content: "";
    width: 5px;
    height: 40px;
    background-color: #e9e7f3;
    position: absolute;
    bottom: -32px;
    left: -15px;
    transform: rotate(45deg);
}
  
.executive-popup--desktop .executive__content:after{
    content: "";
    width: 5px;
    height: 40px;
    background-color: #e9e7f3;
    position: absolute;
    top: -32px;
    right: -15px;
    transform: rotate(45deg);
}
  
.executive-popup--desktop .executive__img {
    padding-right: 30px;
}
  
.executive-popup--desktop .executive-image {
    width: 200px;
    overflow: hidden;
    border: 25px solid #3a48a4;
}

.executive-popup--desktop .executive-image img {
    width: 100%;
    display: block;
}
  
.executive-popup--desktop .executive__info {
    text-align: left;
}
  
.executive-popup--desktop .executive__title {
    margin: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
  
.executive-popup--desktop .executive__designation {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 10px;
    display: block;
}
  
.executive-popup--desktop .executive__content p strong {
    font-size: 15px;
    line-height: 20px;
    color: #3a48a4;
    display: block;
    margin-bottom: 5px;
}
  
.executive-popup--desktop .executive__content p br {
    display: none;
}
  
.executive-popup--desktop .executive__content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom:10px !important;
}
  
.executive-popup--desktop .executive__text {
    margin: 0px !important;
    margin-top: 5px !important;
    color: #fff;
    text-align: left;
    font-size: 13px;
    display: block;
    color: #f1f1f1;
    font-weight: 300;
}
  
.popup p {
    line-height: 20px !important;
}
  
.popup__content p label {
    font-size: 13px;
    font-weight: 600;
    display: block;
}
  
.executive-popup--desktop .popup__header {
    padding:15px 50px 15px 30px;
    height: auto;
    background: #0b1c71;
}
  
.executive-popup--desktop .executive-profile {
    display: flex;
}
  
.executive-popup--desktop .popup__footer {
    background: transparent;
    padding: 35px 0px 20px;
}
  
.executive-popup--desktop .executive-content {
    margin-top: 10px;
    text-align: left;
}
  
.executive-popup--desktop .footer__box {
    display: flex;
    padding:0px 80px;
}
  
.executive-popup--desktop .footer__image {
    flex: 0 0 350px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    border:25px solid #3a48a4;
    position: relative;
}
  
.executive-popup--desktop .footer__image::before{
    content:"";
    position: absolute;
    right:0px;
    left:0px;
    top:-65px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: #2953a1 transparent transparent transparent;
    margin:0 auto;
}
  
.executive-popup--desktop .footer__image img {
    width: 100%;
}
  
.executive-popup--desktop .footer__content {
    padding: 20px 20px 20px 0px;
    color: #fff;
    text-align: left;
    font-size: 16px;
}
  
.executive-popup--desktop .footer__content p.executive__text {
    opacity: 1;
}
  
.executive-popup--desktop .footer__content p {
    font-weight: 100;
    color: #555;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px !important;
}
  
.executive-popup--desktop .footer__content p a {
    color: #3a48a4;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
  
.executive-popup--desktop .footer__content .executive__text span,
.executive-popup--desktop .footer__content .executive__text label{
    color: #3a48a4;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
  
.executive-popup--desktop .footer__logo {
    text-align: left;
    margin-top: 10px;
}
  
.executive-popup--desktop .footer__logo img {
    height: 30px;
    width: auto;
}
  
/*
* Executive Popup : Mobile
*/
  
.executive-popup--mobile .popup__wrap {
    background: #fff;
}
  
.executive-popup--mobile .popup__content {
    text-align: left;
    color: #555;
    padding-top: 100px;
    background-image: url("../images/popup-pattern.png");
    background-position: top center;
    background-size: cover;
}
  
.executive-popup--mobile .executive__img {
    padding-right: 30px;
}
  
.executive-popup--mobile .executive-image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}
  
.executive-popup--mobile .executive-image img {
    width: 100%;
}
  
.executive-popup--mobile .executive__info {
    margin-bottom: 10px;
    text-align: left;
}
  
.executive-popup--mobile .executive__title {
    margin: 0px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}
  
.executive-popup--mobile .executive__designation {
    font-size: 18px;
    line-height: 24px;
    color: #555;
    margin-top: 20px;
    display: block;
}
  
.executive-popup--mobile .executive__content p strong {
    font-size: 18px;
    line-height: 22px;
    color: #0071c1;
    display: block;
    margin-bottom: 10px;
}
  
.executive-popup--mobile .executive__content p br {
    display: none;
}
  
.executive-popup--mobile .executive__content p {
    font-size: 16px;
    line-height: 20px;
}
  
.executive-popup--mobile .executive__text {
    margin: 0px !important;
    margin-top: 5px !important;
    color: #fff;
    text-align: left;
    font-size: 13px;
    display: block;
    color: #f1f1f1;
    font-weight: 300;
}
  
  
.executive-popup--mobile .popup__header {
    height: 120px;
    background: #0b1c71;
}
  
.executive-popup--mobile .executive-profile {
    display: flex;
    padding-top: 35px;
}
  
.executive-popup--mobile .popup__footer {
    background: #0b1c71;
    padding: 0;
}
  
.executive-popup--mobile .executive-content {
    margin-top: 10px;
    text-align: left;
}
  
.executive-popup--mobile .footer__box {
    display: flex;
}
  
.executive-popup--mobile .footer__image {
    flex: 0 0 350px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-left-radius: 100px;
}

.executive-popup--mobile .footer__image img {
    width: 100%;
}
  
.executive-popup--mobile .footer__content {
    padding: 30px;
    color: #fff;
    text-align: left;
    font-size: 16px;
}
  
.executive-popup--mobile .footer__content p.executive__text {
    opacity: 1;
}
  
.executive-popup--mobile .footer__content p {
    font-weight: 100;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    opacity: 0.8;
    margin-bottom: 15px !important;
}
  
.executive-popup--mobile .footer__content p a {
    color: #0071c1;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
  
.executive-popup--mobile .footer__content .executive__text span,
.executive-popup--mobile .footer__content .executive__text label {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
  
.executive-popup--mobile .footer__logo {
    text-align: left;
    margin-top: 10px;
}
  
.executive-popup--mobile .footer__logo img {
    height: 30px;
    width: auto;
}

.pentegra-table {
  float: left;
  width: 600px;
  margin-right: 30px;
}

.pentegra-table table {
  width: 100%;
}

.pentegra-table table thead {
  background: #3844a5;
}

.pentegra-table table thead th {
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
}

.pentegra-table table tbody tr td {
  padding: 5px 10px;
}

.pentegra-table table tbody tr+tr td {
  border-top: 1px solid #dadada;
}


/* Career page 25/1/2023 */

#career-blocks-1 #building-block-1 {
  background: rgb(43,50,143);
}
#career-blocks-1 #building-block-2 {
  background: rgb(36,81,162);
}
#career-blocks-1 #building-block-3 {
  background: rgb(75,87,161);
}
#career-blocks-1 #building-block-4 {
  background: rgb(5,103,132);
}

#career-blocks-1 > div #building-block-1:hover{
  background: rgb(149,153,199) !important;  
}
#career-blocks-1 > div #building-block-2:hover{
  background: rgb(145,168,208) !important;  
}
#career-blocks-1 > div #building-block-3:hover{
  background: rgb(165,171,208) !important;  
}
#career-blocks-1 > div #building-block-4:hover{
  background: rgb(130,179,193) !important;  
}
section#career-blocks-1 {
  margin-top: 17px;
}


@media (max-width: 768px) {
    
  .executive-popup--desktop.open{
    display: none;
  } 
  
  .executive-popup--mobile.open{
    display: block;
  }
    
  body.page-template-template-fixcontent-sidebar .layout-color-rows .color-row::before{
    display: none !important;
  }
    
  .team-members .team-member {
    padding: 10px;
  }

  .wp-paginate li> :not(.gap) {
    margin: 5px;
  }

  .layout-anchors .view-link a {
    line-height: 18px;
    padding-top: 10px;
    min-height: 50px;
  }

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

  .popup__wrap {
    left: 20px;
    right: 20px;
  }

  .executive-popup--mobile .footer__box {
    flex-direction: column-reverse;
  }

  .executive-popup--mobile .footer__box .footer__image {
    flex: 0 0 100%;
    height: 250px;
  }

  .executive-popup--mobile .footer__content {
    text-align: center;
  }

  .executive-popup--mobile .footer__content p {
    text-align: center;
  }

  .pentegra-table {
    float: none;
    width: 100%;
    margin-right: 30px;
    overflow: auto;
  }

  .pentegra-table table {
    width: 600px;
  }

  .slider__title {
    font-size: 2.4rem;
  }
}

@media (max-width: 500px) {
  .executive-popup--mobile .executive__header {
    flex-direction: column-reverse;
  }

  .executive-popup--mobile .executive__content {
    margin-right: 0px;
    margin-top: 20px;
    text-align: center;
  }

  .executive-popup--mobile .popup__content {
    text-align: center;
    padding: 20px;
  }

  .executive-popup--mobile .executive__img {
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .executive-popup--mobile .executive-image {
    margin: 0 auto;
  }

  .popup__content,
  .footer__content {
    padding: 20px;
  }

  .executive-content {
    text-align: center;
  }
}

.slider__title {
  display: inline;
  margin: 0;
}

/* Blog Enhancement CSS */

.thinking,
.stories {
  flex: 0 0 48%;
  max-width: 48%;
  position: relative;
}

.section-main {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.thinking {
  padding-bottom: 80px;
}

.thinking__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  display: block;
}

.thinking__img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.thinking__content {
  width: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0170c1;
  padding: 30px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.thinking__title {
  font-size: 25px;
  color: #fff;
}

.thinking__title:hover {
  color: #fff;
}

.thinking__date {
  color: #eaeaea;
  font-size: 12px;
}

.thinking--box {
  padding-bottom: 0px;
}

.thinking--box .thinking__content {
  padding: 50px;
  position: static;
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  background-image: url("../images/pentegra-icon-white.png");
  background-position: bottom right 50px;
  background-repeat: no-repeat;
  background-size: 150px;
}

.block-title {
  position: relative;
  color: #201e87;
  font-size: 25px;
  font-weight: 700;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-title span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 100;
  padding-right: 10px;
}

.block-title::after {
  content: "";
  flex: 1;
  height: 3px;
  background: #eaeaea;
  z-index: 10;
  margin-left: 10px;
}

.block--titlesmall {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block--titlesmall::after {
  position: static;
  flex: 1;
  margin-left: 10px;
}
.video-content .block-title.block--titlesmall{
  margin-top:20px;
}
/* .section-popular + .block-title::after {
  width: 85%;
} */

.stories__list {
  margin-top: 20px;
}

.stories__list>li+li {
  margin-top: 15px;
}

.stories__box {
  display: flex;
}

.stories__image {
  flex: 0 0 30%;
  max-width: 30%;
  position: relative;
  overflow: hidden;
}

.image-wrap {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.image-wrap img {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  object-fit: fill;
}

.stories__image img {
  width: 100%;
}

.stories__content {
  padding-left: 20px;
  flex: 1 1 auto;
}

.stories__title {
  font-size: 18px;
  color: #000;
}

.stories__date {
  font-size: 12px;
  color: #999;
  display: block;
}

.section-popular {
  padding: 50px 0;
  position: relative;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  margin: 0px -30% 30px;
}

.section-popular::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #211e89;
  opacity: 0.7;
}

.section-popular .wrap {
  position: relative;
  z-index: 10;
}

.block--title {
  text-align: center;
  color: #fff;
  margin: 0px;
  font-size: 40px;
  font-weight: 700;
}

.popular-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}

.popular-list>li>a {
  padding: 10px 25px;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  border: 1px solid #fff;
  margin: 5px;
}

.popular-list>li>a:hover {
  color: #211e89;
  background: #fff;
}

.section-more {
  padding: 50px 0;
}

/* .section-more .block-title::after {
  width: 85%;
} */

.stories--list {
  margin: -10px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.stories--list>li+li {
  margin-top: 0;
}

.stories--list>li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.blog__box {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.blog__box .stories__content {
  padding-left: 0px;
  padding-top: 10px;
}

.alm-reveal {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.stories--list>li .stories__box {
  padding: 10px;
  flex-direction: column;
}

.stories--list .stories__content {
  padding-left: 0;
  padding-top: 10px;
}

.stories--list .stories__title {
  font-weight: 600;
}

/* .wp-paginate a{
	border-radius: 50%;
	background: #3f43ad;
	color:#fff;
	border:none;
	font-size: 16px;
}
.wp-paginate a:hover{
	color:#3f43ad;
}
.wp-paginate li > :not(.gap){
	line-height: 4rem;
}
.wp-paginate .current{
	background: #fff;
	color: #3f43ad;
	font-weight:700;
	border:none;
	border-radius:50%;
	font-size: 16px;
}
.wp-paginate .fa {
    font-size: 20px;
} */
.blog-info {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.blog-info li+li span {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #999;
  line-height: 12px;
}

.blog--info li+li span {
  border-color: #fff;
}

.u-box {
  display: flex;
  align-items: center;
}

.u--box .u__name {
  color: #fff;
}

.u__img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border-radius: 50%;
  overflow: hidden;
  background: #999;
}

.u__img img {
  width: 100%;
}

.u__name {
  font-size: 12px;
  color: #999;
}

.author--box {
  align-items: flex-start;
  margin-top: 10px;
}

.author--box .author__img {
  width: 250px;
  flex: 0 0 250px;
}

.author-tags {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.author-tags li a {
  border: 1px solid #dadada;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 30px;
  margin: 5px;
}

.author--box .author__content {
  padding-left: 20px;
}

.author--box .author__content p span {
  font-size: 14px;
  line-height: 24px;
}

.author--box .author__content .u__name {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.blog-action {
  text-align: center;
  margin-top: 30px;
}

.blog-action .button {
  background: #0070c0;
  height: 40px;
  line-height: 36px;
  padding: 0 25px;
  font-size: 16px;
  color: #fff;
  border: 2px solid #0070c0;
  transition: all 0.1s;
}

.blog-action .button:hover {
  color: #0070c0;
  background: #fff;
}

.slider__title {
  display: inline;
  margin: 0;
}

.wp-tag-cloud {
  display: flex;
  flex-wrap: wrap;
}

.wp-tag-cloud li {
  border: none !important;
  padding: 0px !important;
}

.wp-tag-cloud li a {
  padding: 5px 10px;
  border: 1px solid #dadada;
  border-radius: 30px;
  margin: 4px 0;
  font-size: 12px !important;
}

/*
|------------------------------------------------------------
| SS SOCIAL BUTTONS
|------------------------------------------------------------
*/
.ss_social {
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: table;
  margin-bottom: 10px;
}

.ss_social>li {
  table-layout: auto;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: inherit;
  overflow: hidden;
  z-index: 2;
}

.ss_social>li a {
  color: #fff;
  font-size: 25px;
}

.ss_social>li:before {
  display: block;
  content: "";
  width: 1px;
  height: 1px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-box-shadow: 0 0 25px 20px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 25px 20px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 25px 20px rgba(255, 255, 255, 0.3);
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ss_social>li:hover:before {
  opacity: 1;
}

.ss_social>li a {
  display: inline-block;
  height: inherit;
  position: relative;
  padding: 0px 15px;
}

.ss_social>li img {
  vertical-align: text-top;
  max-height: 20px;
  width: auto;
}

.sss_facebook {
  background: #3b5998;
}

.sss_messenger {
  background: #0084ff;
}

.sss_googleplus {
  background: #dd4b39;
}

.sss_twitter {
  background: #00aced;
}

.sss_linkedin {
  background: #007bb6;
}

.sss_instagram {
  background: #e1306c;
}

.sss_pinterest {
  background: #cb2027;
}

.sss_whatsapp {
  background: #25d366;
  display: none !important;
}

.sss_youtube {
  background: #bb0000;
}

/* .home .slide-content .slide-content-inner h1{
	display: inline;
	font-weight:700;
}
.home .slide-content .slide-content-inner p:last-child{
	display: inline;
} */
@media (max-width: 992px) {
  .thinking__title {
    font-size: 20px;
  }

  .stories__title {
    font-size: 16px;
  }

  /* .block-title::after {
    width: 58%;
  } */

  /* .section-more .block-title::after {
    width: 80%;
  } */

  /* .section-popular + .block-title::after {
    width: 80%;
  } */

  .popular-list>li>a {
    font-size: 16px;
  }

  .section-popular {
    margin: 40px -40px 40px;
  }
}

@media (max-width: 768px) {
  .sss_whatsapp {
    display: table-cell !important;
  }

  .thinking.thinking--box {
    padding-bottom: 56.25%;
    position: relative;
  }

  .thinking--box .thinking__content {
    position: absolute;
    top: 0;
    left: 0;
  }

  .section-main {
    flex-direction: column;
    padding: 0px;
  }

  .thinking,
  .stories {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 25px 0;
  }

  .show-blog {
    width: 100%;
  }

  .stories--list>li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blog__box {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* .section-more .block-title::after {
    width: 72%;
  } */

  /* .block-title::after {
    width: 70%;
  } */

  /* .section-popular + .block-title::after {
    width: 70%;
  } */

  .section-popular {
    margin: 40px -20px 40px;
  }

  .author--box {
    flex-direction: column;
  }

  .author__content {
    padding-left: 0px !important;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .thinking--box .thinking__title {
    font-size: 20px;
  }

  /* .block-title::after {
    width: 50%;
  } */

  /* .section-more .block-title::after {
    width: 50%;
  } */

  /* .section-popular + .block-title::after {
    width: 50%;
  } */

  .stories--list>li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog__box {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .thinking__title {
    font-size: 16px;
  }

  .thinking__content {
    width: 100%;
    padding: 20px;
  }

  .stories__title {
    display: block;
    font-size: 14px;
  }

  .stories__image {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .stories__content {
    padding-left: 10px;
  }

  .thinking--box .thinking__content {
    padding: 30px;
  }
}

@media (max-width: 400px) {
  /* .section-more .block-title::after {
    width: 40%;
  } */

  /* .section-popular + .block-title::after {
    width: 30%;
  } */
  .thinking.thinking--box {
    padding: 25px 0;
    position: relative;
  }

  .thinking--box .thinking__content {
    position: static;
    top: 0;
    left: 0;
    background-size: 100px;
  }

  .blog-info {
    flex-wrap: wrap;
  }

  .stories--horizontal .blog-info {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
  }

  .stories--horizontal .blog-info>li {
    width: 100%;
  }

  .stories--horizontal .blog-info li+li span {
    margin: 0;
    padding: 0;
    border: none;
    margin-left: 25px;
    margin-top: 2px;
  }

  .u__img {
    width: 20px;
    height: 20px;
  }

  /* .block-title::after {
    width: 30%;
  } */

  .block--title {
    font-size: 30px;
  }

  .popular-list>li>a {
    font-size: 14px;
  }

  .stories--list>li .stories__box {
    margin: 0px;
  }

  .stories--list>li+li {
    margin-top: 25px;
  }
}

.ajax-load-more-wrap.blue .alm-btn-wrap .alm-load-more-btn.more {
  background-color: #201e87 !important;
}

footer #foot-c2a {
  background: #0070c0;
}

footer #foot-c2a .wrap {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

footer #foot-c2a-txt {
  color: #fff;
  font-size: 35px;
}

footer #foot-c2a a.btn {
  background: transparent !important;
  color: #fff !important;
  border-radius: 0px !important;
  border: 1px solid #fff !important;
  font-weight: 300 !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 30px !important;
  transition: all 0.2s;
}

footer #foot-c2a a.btn:hover {
  background: #fff !important;
  color: #0070c0 !important;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.2;
  );
}

.pg-contact-form-wrapper {
  max-width: 600px;
}

.pg-contact-form-wrapper label+label {
  margin-top: 15px;
  display: block;
}

.pg-contact-form-wrapper input[type="submit"] {
  margin-top: 20px;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.curved-left-box {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #3844a6;
  padding: 20px;
}

.curved-right-box {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #3844a6;
  padding: 20px;
}

.section {
  padding: 50px 0;
}

.section__title {
  color: #3844a6;
  font-weight: 700;
  font-size: 42px;
  text-transform: none;
  margin: 0px;
}

.section-solution {
  background: #f2f2f2;
}

.solution-point>li+li {
  margin-top: 15px;
}

.section-solution .section__title {
  padding-left: 50px;
}

.solution-point {
  margin-top: 30px;
}

.solution-point>li {
  position: relative;
  padding-left: 50px;
  font-size: 22px;
  font-weight: 700;
}

.solution-point>li::before {
  content: "";
  background-image: url("../images/pentegra_icon.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #3844a6;
  font-size: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.section-point {
  display: flex;
}

.section-point>li {
  flex: 0 0 25%;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.point__title {
  color: #3844a6;
  font-size: 25px;
  line-height: 30px;
  margin: 0px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-point>li p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.section-point>li span {
  color: #3844a6;
}

.section-package {
  padding: 0px;
  margin-bottom: -180px;
}

.package-list {
  display: flex;
  margin-bottom: 50px;
}

.package-list>li {
  flex: 0 0 25%;
  max-width: 25%;
}

.package__box {
  display: flex;
  height: 100%;
  flex-direction: column;
  margin: 5px;
  padding: 50px 30px;
}

.package__box p {
  flex: 1;
  font-size: 25px;
  color: #fff;
  text-align: center;
}

.package__box p span {
  font-weight: 700;
  font-size: 30px;
}

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

.up-box .package__icon {
  margin-top: 0px;
}

.package__icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.package__box img {
  width: 100%;
}

.package__box.up-box {
  flex-direction: column-reverse;
}

.package__box.down-box .package__icon {
  margin-top: 20px;
}

.package__box.up-box .package__icon {
  margin-bottom: 20px;
}

.section--box {
  background: #f2f2f2;
  padding: 180px 0;
}

.section--point {
  flex-wrap: wrap;
}

.section--point>li {
  flex: 0 0 33.33%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.section--point>li h2.point__title {
  position: relative;
  text-align: left;
  padding-left: 30px;
  margin: 0px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  flex: 1;
  margin-bottom: 20px;
}

.section--point>li h2.point__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 25px;
  width: 6px;
  background: #3844a6;
}

.section--point>li p {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-left: 30px;
  flex: auto;
}

.section-certified {
  margin-top: -200px;
}

.certified {
  display: flex;
}

.certified>li {
  flex: 0 0 50%;
  max-width: 50%;
}

.certified__box {
  padding: 50px 100px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
}

.certified__box p {
  font-size: 25px;
  flex: 1;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin: 0px;
  margin-bottom: 50px;
}

.certified__icon {
  width: 100px;
  margin: 0 auto;
}

.certified__icon img {
  width: 100%;
}

.section--certified {
  margin-top: 0px;
}

.broad-box {
  display: flex;
}

.broad__img {
  flex: 0 0 250px;
}

.broad__img .curved-left-box {
  background-image: url("../images/pentegra-icon-white.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 200px;
  padding: 30px;
  height: 100%;
}

.broad__title {
  font-size: 23px;
  line-height: 33px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}

.broad__content {
  margin-left: 80px;
  flex: 1;
}

.broad-plans {
  padding: 50px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  display: flex;
}

.broad-plans>li {
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 18px;
}

.broad__point>li+li {
  margin-top: 20px;
}

.section-broad {
  padding: 0px;
}

.section--certified .certified {
  margin: 0 -10px;
}

.section--certified .certified .certified__box {
  height: 100%;
}

.section--certified .certified p {
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  flex: 1;
}

.certified {
  margin: 0 -10px;
}

.post-type-archive-pentegra_expert .sidebar section#text-2 {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .solution-point>li {
    font-size: 18px;
    padding-left: 40px;
  }

  .solution-point>li::before {
    font-size: 20px;
  }

  .section-point {
    flex-wrap: wrap;
  }

  .section-point>li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .package-list {
    flex-wrap: wrap;
  }

  .package-list>li {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 10px 0;
  }

  .broad__content {
    margin-left: 50px;
  }

  .section__title {
    padding-left: 40px;
  }

  .certified__box {
    padding: 50px;
  }
}

@media screen and (max-width: 768px) {
  .broad-box {
    flex-direction: column;
  }

  .broad__content {
    margin-left: 0px;
  }

  .broad__img {
    flex: 0 0 100%;
  }

  .broad-plans {
    justify-content: space-between;
  }

  .broad-plans>li {
    flex: 0 0 48%;
  }

  .section--certified .certified p {
    font-size: 20px;
    line-height: 35px;
  }

  .certified__box {
    padding: 30px;
  }
}

@media screen and (max-width: 568px) {
  .certified {
    margin: 0px;
  }

  .certified .certified__box {
    margin: 0px;
  }

  .section--certified .certified {
    margin: 0px;
  }

  .certified>li+li {
    margin-top: 20px;
  }

  .package-list .package__box {
    margin: 0px;
  }

  .package-list>li+li {
    margin-top: 10px;
  }

  .section.section-broad {
    padding-bottom: 0px;
  }

  .section-solution .section__title {
    padding-left: 20px;
    font-size: 35px;
  }

  .section-point {
    flex-direction: column;
  }

  .section-point>li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .package-list li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .certified {
    flex-wrap: wrap;
  }

  .certified>li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .broad__img .curved-left-box {
    background-size: 120px;
  }

  .broad-plans {
    flex-direction: column;
  }

  .broad-plans>li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section--certified .certified>li+li {
    margin-top: 20px;
  }
}

/* Scroll to top on current thinking page. */

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #201e87;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* news archives */
.news-archive {
  margin: 0px;
}

.news-archive br {
  display: none;
}

ul.news-archive {
  list-style: none;
}

ul.news-archive li+li {
  margin-top: 7px;
}

h2.news-year {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

h2.active-news-year {
  margin: 0px;
  font-size: 16px;
  color: #000;
}

/*END - news archives */

/*----------------------------------------
Video Detail
----------------------------------------*/
.video-category {
  flex-wrap: wrap;
  padding: 0px;
}

.video-category+.video-category {
  margin-top: 80px;
}


.video-category.rightView {
  flex-direction: row-reverse;
}

.video-category .block-title {
  flex: 0 0 100%;
  margin-bottom: 20px;
}

.video-category .stories__list {
  margin-top: 0px;
}

.video-category .u-box {
  margin-top: 10px;
}

.video-category .thinking .u-box .u__name {
  color: #fff;
}

.stories__action {
  margin-top: 20px;
  padding: 0 20px;
  width: 185px;
  font-size: 16px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: #0070c0;
}

.stories__action:hover {
  color: #fff;
}

.block--titlethin {
  font-weight: 100;
  color: #555;
}

.block--titlethin b {
  color: #201e87;
  margin-right: 10px;
}

.section-videos {
  display: block;
  width: 100%;
}

.videos--list {
  margin-top: 0px;
}

.videos--list .u-box {
  margin-top: 10px;
}

.image-wrap {
  position: relative;
}

.image-overlay,
.thinking__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-overlay i,
.thinking__overlay i {
  font-size: 23px;
  margin-right: -5px !important;
}

.play {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #0071c1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

.tax-video_category .show-blog {
  margin: 0px;
}

.tax-video_category .stories--list {
  margin-top: 0px;
}

.post-type-archive-pentegra_video .wp-paginate,
.tax-video_category .wp-paginate {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.post-type-archive-pentegra_video .wp-paginate>li+li,
.tax-video_category .wp-paginate>li+li {
  margin-left: 5px;
}

.post-type-archive-pentegra_video .wp-paginate>li .page.current,
.tax-video_category .wp-paginate>li .page.current {
  background: #fff;
  color: #0071c1;
}

.post-type-archive-pentegra_video .wp-paginate>li .page.current:hover,
.tax-video_category .wp-paginate>li .page.current:hover {
  color: #0071c1;
}

.post-type-archive-pentegra_video .wp-paginate>li .page,
.post-type-archive-pentegra_video .wp-paginate>li .next,
.post-type-archive-pentegra_video .wp-paginate>li .prev,
.tax-video_category .wp-paginate>li .page,
.tax-video_category .wp-paginate>li .next,
.tax-video_category .wp-paginate>li .prev {
  width: 40px;
  height: 40px;
  font-size: 18px;
  background: #0071c1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
}

.post-type-archive-pentegra_video .wp-paginate>li .page i,
.tax-video_category .wp-paginate>li .page i {
  font-size: 25px;
}

.post-type-archive-pentegra_video .wp-paginate>li .page:hover,
.tax-video_category .wp-paginate>li .page:hover {
  color: #fff;
}

@media (max-width: 768px) {

  .post-type-archive-pentegra_video .wp-paginate>li .page,
  .post-type-archive-pentegra_video .wp-paginate>li .next,
  .post-type-archive-pentegra_video .wp-paginate>li .prev,
  .tax-video_category .wp-paginate>li .page,
  .tax-video_category .wp-paginate>li .next,
  .tax-video_category .wp-paginate>li .prev {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin: 0px;
  }

  .post-type-archive-pentegra_video .wp-paginate>li .page i,
  .tax-video_category .wp-paginate>li .page i {
    font-size: 20px;
  }

  .post-type-archive-pentegra_video .wp-paginate,
  .tax-video_category .wp-paginate {
    margin-top: 50px;
  }

  .video-category {
    display: block;
  }
}

/*----------------------------------
	Video Detail
----------------------------------*/

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

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

.section-header__top {
  display: flex;
  justify-content: space-between;
}

.view-counter {
  font-size: 12px;
  color: #a5a5a5;
  flex: 0 0 80px;
  text-align: center;
}

.video-content .image-wrap {
  margin-bottom: 20px;
}

.video-content .image-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.video-content .image-wrap video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.video-content .section-title {
  font-weight: 700;
  color: #0071c1;
  margin-bottom: 5px;
}

.video-content .u__name {
  color: #0071c1;
}

.author--boxui {
  background: #0071c1;
  border-radius: 20px 0px 20px 0px;
  padding: 50px;
  margin-left: 80px;
}

.author--boxui .author__img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  flex: 0 0 150px;
  margin-left: -130px;
}

.author--boxui .author__img img {
  width: 100%;
}

.author--boxui .author__content .u__name {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.author--boxui .author__content p {
  color: #fff;
  opacity: 0.8;
  line-height: 20px;
}

.sidebar .ss_social li {
  padding: 0px;
  border: none;
}

.sidebar .ss_social li a {
  display: block;
}

.sidebar .videos--list {
  display: block;
  margin: 0px;
}

.sidebar .videos--list>li {
  max-width: 100%;
  border: none;
  padding: 0px;
}

.sidebar .videos--list>li .stories__box {
  padding: 0px;
}

.sidebar .videos--list>li+li {
  margin-top: 30px;
}

.sidebar .stories__content {
  padding-top: 5px;
}

.sidebar .u-box {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .popup.popup--sm .popup__wrap {
    width: 100%;
  }

  .author--boxui {
    margin-left: 0px;
  }

  .author--boxui .author__img {
    margin: 0px;
  }

  .section-header__top {
    display: block;
  }

  .executive-popup--mobile .executive__title {
    font-size: 25px;
    margin-top: 43px;
  }

  .executive-popup--mobile .executive__designation {
    font-size: 16px;
  }

  .executive-popup--mobile .footer__logo {
    text-align: center;
  }

  .executive-popup--mobile .footer__box .footer__image {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

@media (max-width: 568px) {
  .block--titlethin b {
    margin-right: 5px;
  }

  .video-content .section-title {
    font-size: 20px;
  }

  .author--boxui {
    padding: 20px;
  }

  .author--boxui .author__img {
    margin: 0 auto;
  }

  .author--box .author__content .u__name {
    text-align: center;
  }

  .author--box .author__content {
    text-align: justify;
  }

  .video-category .block-title {
    font-size: 20px;
    display: block;
  }

  .video-category .thinking__content {
    padding: 15px;
  }

  .video-category .thinking__title {
    font-size: 14px;
  }

  .video-category .u-box {
    margin-top: 5px;
  }

  .video-category+.video-category {
    margin-top: 30px;
  }

  .stories__action {
    width: 130px;
    font-size: 14px;
  }

  .video-category .stories {
    padding: 0px;
  }

  .video-category .thinking {
    padding-top: 0px;
  }

  .video-category .thinking+.stories {
    margin-top: 30px;
  }

  .video-category .stories+.thinking {
    margin-top: 30px;
  }

  .executive-popup--mobile .executive-profile {
    display: block;
    padding: 0px;
  }

  .executive-popup--mobile .popup__header {
    padding: 20px;
    height: auto;
  }

  .executive-popup--mobile .executive__img {
    padding-right: 0px;
  }

  .executive-popup--mobile .executive-image {
    margin: 0 auto;
    width: 130px;
    height: 130px;
  }

  .executive-popup--mobile .executive__title {
    margin-top: 20px;
    font-size: 23px;
    font-weight: 100;
    text-align: center;
  }

  .executive-popup--mobile .executive__info {
    text-align: center;
    margin: 0px;
  }

  .executive-popup--mobile .executive__designation {
    margin-top: 5px;
    color: #ccc;
    font-size: 14px;
    line-height: 20px;
  }

  .executive-popup--mobile .executive__content p strong {
    font-weight: 600;
  }
}

/*----------------------------------------------------
------------------------------------------------------
Comments
------------------------------------------------------
----------------------------------------------------*/
.comment-box {
  margin-top: 50px;
}

.comment-box .comment-list {
  margin-top: 30px;
}

.comment-box .comment-list .comment-respond {
  margin: 20px 0;
}

.comment-list>li.comment+li.comment {
  margin-top: 30px;
}

.comment-box .comment.even {
  background: #fff;
}

.comment-box .comment {
  padding: 0px;
}

.comment-box .comment-author {
  display: flex;
}

.comment-box .comment-avtar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.comment-box .comment-avtar img {
  width: 100%;
  border-radius: 50%;
}

.comment-box .comment .author-name {
  font-size: 16px;
  font-weight: 700;
  color: #201e87;
  font-style: normal;
}

.comment-box .comment-content {
  margin: -30px 0px 10px 80px !important;
}

.comment-box .reply {
  margin-left: 80px;
}

.comment-box .comment-content p {
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  color: #666;
}

.comment-box .comment-reply-link {
  color: #0071c1;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-box .comment-respond {
  margin-top: 20px;
}

.comment-box .comment-respond .comment-reply-title {
  display: none;
}

.comment-box .comment-respond #comment {
  max-width: 100%;
}

.comment-box textarea::placeholder,
.comment-box input[type="text"]::placeholder {
  color: #000;
}

.comment-box .comment-respond textarea,
.comment-box .comment-respond input[type="text"] {
  border: 1px solid #d9d9d9 !important;
}

.comment-box input[type="submit"].submit {
  background: #0070c0;
}

.comment-box .comment-list>li .children {
  margin-top: 30px;
  margin-left: 60px;
}

.comment-box .comment-list>li .children>li+li {
  margin-left: 60px;
  margin-top: 30px;
}

@media (max-width:767px) {
  .comment-box .comment .author-name {
    font-size: 14px;
  }

  .comment-box .comment-avtar {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .comment-box .comment-content {
    margin: -30px 0px 5px 60px !important;
  }

  .comment-box .comment-list>li .children {
    margin-top: 15px;
    margin-left: 20px;
  }

  .comment-box .comment-reply-link {
    font-size: 14px;
  }

  .comment-box .reply {
    margin-left: 60px;
    margin-top: 0px;
  }

  .comment-list>li.comment+li.comment {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #dadada;
  }
}

section#section--half--title h2 {
    margin: 0px;
}

.page-template-template-contact .c-email a, .page-template-template-contact .c-phone a{
  font-weight: bold;
}

.section_career{
  margin-top: 20px !important;
}

h2.job-page-link a:hover {
    text-decoration: underline;
}

/* StickyFooter CSS */

.fixedbar {
  background: rgb(32, 30, 135);
  bottom: 0px;
  color:#fff;
  font-family: "Open Sans", sans-serif;
  left:0;
  padding: 0px 0;
  position:fixed;
  font-size:16px;
  width:100%;
  z-index:99999;
  float:left;
  vertical-align:middle;
  margin: 0px 0 0;
  opacity: 0.95;
  font-weight: bold;
  }
  .boxfloat {
  text-align:center;
  width:920px;
  margin:0 auto;
  }

  #tips, #tips li {
  margin:0;
  padding:0;
  list-style:none
  }
  #tips {
  width:920px;
  font-size:20px;
  line-height:120%;
  }
  #tips li {
  padding: 15px 0;
  display:none;
  }
  #tips li a{
  color: #fff;
  font-size: 14px;
  }
  #tips li a:hover {
  text-decoration: none;
  color: rgb(32, 30, 135);
  }

p.popup-row__content {
  font-weight: 500;
  word-spacing: 4px;
}
span.popup-row__title {
  font-size: 23px;
  font-weight: 600;
}

.wrap.v-wrap-s {
  padding-bottom: 65px !important;
}

article.content , section{
  z-index: 1;
}

section.content.layout.layout-content-full.layout-content.p-rel {
    z-index: 10;
}

.cc-flex{
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
  }
  .cc-flex .layout-divider{
    margin:0px;
  }
  .cc-flex__wrap  section + section{
      margin-top:50px !important;  
    }
    
    .cc-flex .cc-flex__wrap .layout-divider.wrap{
      margin-bottom:50px;
    }
    
  .cc-flex .cc-flex__wrap .cc-1,
  .cc-flex .cc-flex__wrap .cc-1 .content-wrap.v-wrap-l{
    padding-top:0px !important;
  }
  .cc-flex .sidebar{
    flex:1 !important;
  }
  /*.page-template-template-fixcontent-sidebar .cc-flex .cc-flex__wrap .cc-2{*/
  /*  margin-top:0px !important;*/
  /*}*/
  .cc-2 .section-title{
    text-align:left;
  }
  .cc-flex__wrap .section-title{
    text-align: left;
  }
  .cc-flex__wrap{
    flex:0 0 70%;
  }
  .cc-flex__wrap .cc-1.layout-pdfs,
  .cc-flex__wrap .cc-2.layout-pdfs,
  .cc-flex__wrap .cc-3.layout-pdfs,
  .cc-flex__wrap .cc-4.layout-pdfs{
    order:unset !important;
    /*margin-top:0px !important;*/
  }
  .cc-flex__wrap .cc-3.layout-content-full .v-wrap-l{
      padding:0px !important;
    }

.home .v-wrap-xl{
  padding: 15rem 0px !important;
}
/*----TEMP sticky text----*/
.sticky--links-visit a {
  color: #FFF;
}
.sticky--links-visit a:hover{
  color: #a3d400;
}
.sticky--links-visit a .popup-row__content {
  font-weight: 400;
}
.sticky--links-visit a .popup-row__title {
  margin: 0 7PX;
  font-weight: 400;
  font-size: 22px;
}
/*--- Sticky Links Footer ---*/
.sticky--links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.sticky--links > li > a {
  color: #fff;
  font-weight: 400;
}
.sticky--links > li > a:hover {
  color: #a3d400 !important;
}
.sticky--links > li + li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid;
}

/* CCPA Form */
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}

.one-half,
.one-third {
  position: relative;
  margin-right: 4%;
  float: left;
  margin-bottom: 20px;
}

.one-half {
  width: 48%;
}
.one-third {
  width: 30.66%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.one-half.m-0 {
  margin-bottom: 0;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.error {
  margin-bottom: 0 !important;
}
.wpcf7-form-control.wpcf7-select {
  margin-bottom: 20px;
  background-image: url("../images/arrow_n.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 14px 8px;
  background-position: 95% 50%;
  -webkit-appearance: none;
  margin-bottom: 0px !important;
}
.one-half.ccpa_request_type {
  margin-top: 20px;
}
span.wpcf7-form-control-wrap.ccpa_type_of_request {
  margin-bottom: 20px !important;
  display: block;
}
.wpcf7-response-output {
  display: flex;
  width: 100%;
}

.ccpa_form .wpcf7 form.sent .wpcf7-response-output {
  border: #497b4d solid 2px !important;
  padding: 0px 10px !important;
}

#wpcf7-f8512-o2 .wpcf7-form.sent #form-wrap {
  display: none;
}

/*---- Sticky Social ---*/

.stickysocial__form {
  flex: 0 0 300px;
  max-width: 300px;
  background-color: #fff;
  box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin-top: -38px;
  position: fixed;
  bottom: -20px;
  right: 4%;
  text-align: left;
  transform: translateY(400px);
  transition: all 0.3s;
  z-index: 88;
  opacity: 0;
}
.form-title {
  font-size: 18px;
  font-weight: 600;
}
.form-social input {
  border: 1px solid #ccc !important;
  border-radius: 30px !important;
  width: 100%;
}
.form-social textarea {
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
}
.form-field {
  margin-bottom: 10px;
}
.btn-form {
  width: 100%;
  background-color: #212388;
  color: #fff;
  border: 1px solid #212388;
  padding: 10px;
  border-radius: 24px;
}
.form-open {
  transform: translate(0px);
  bottom: 52px;
  opacity: 1;
}
.social-nav-contact {
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  z-index: 99999;
  margin-top: 6px;
  margin-left: 20px;
}
.social-nav-contact small {
  font-size: 16px !important;
  margin-left: 6px;
  font-weight: 400;
  margin-top: -5px;
}

.sticky-ftr {
  display: flex;
  align-items: center;
}
.sticky-ftr a:hover {
  color: #a3d400 !important;
}
.social-contact,
.social.social-btn {
  z-index: 99999;
}
.boxfloat {
  max-width: 128rem;
  width: 128rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}
.sticky-ftr .social-btn a {
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
}
.sticky-ftr .social-btn li:not(:last-child) {
  margin-right: 15px;
}
.social-nav-contact svg {
  width: 28px;
  height: 28px;
}
/*--POP UP--*/
.pum-content.popmake-content {
  display: flex;
  height: 100%;
}
.cus-popup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.cus-popup__content {
  flex: 0 0 50%;
}
.cus-popup__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 50%;
  height: 100%;
}
.cus-popup__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pum-content.popmake-content p {
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}
.pum-content.popmake-content p a {
  margin-top: 40px;
  display: block;
  color: #fff;
  font-size: 16px;
}

.page-template-template-contact .c-hours{
    /*margin-top:-14px;*/
    margin-bottom: 2px !important;
}

.page-template-template-career-block .video_image {
  padding: 0;
  flex: auto !important;
}
.page-template-template-career-block .v-wrap-l.section__career_videos {
  padding-bottom: 0 !important;
}
.page-template-template-career-block .section {
  padding-top: 0;
}

@media screen and (min-width: 1900px) {
  .stickysocial__form {
    right: 15%;
  }
}
@media screen and (min-width: 1960px) {
  .stickysocial__form {
    right: 16.5%;
  }
}
@media screen and (min-width: 2500px) {
  .stickysocial__form {
    right: 23.5%;
  }
}
@media screen and (min-width: 2560px) {
  .stickysocial__form {
    right: 24.5%;
  }
}
@media screen and (max-width: 1290px) {
  .boxfloat {
    width: 100%;
    padding: 0 2%;
  }
  .stickysocial__form {
    right: 2%;
  }
}
@media screen and (max-width: 1280px){
  span.wpcf7-form-control-wrap.ccpa_type_of_request span.wpcf7-list-item {
    margin-left: 0;
  }
}

@media(max-width:767px){

  #tips li {
    padding-right: 500px;
    font-size: 15px;
  }
  #tips li a{
    font-size: 10px;
  }
   p.popup-row__content{
    text-align:center;
    font-size: 15px;
    word-spacing: 1px;
  }

   span.popup-row__title{
       font-size:16px;
   }
   
   .cc-flex{
      display: block !important;
    }
    .cc-flex .layout-divider{
      margin:0px;
      margin-top:30px;
    }
    .cc-2{
      margin:-0;
    }
    .cc-2.wrap{
      padding:0px;
    }
    .one-half, .one-third {
      width: 100%;
      margin-right: 0;
  }
  
  /** POPUP **/
  html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0px !important;
  }
  .pum-container.popmake.size-custom.active.custom-position {
    max-width: 100% !important;
    margin: 0 auto !important;
    left: 10px !important;
    right: 10px !important;
    height: auto !important;
    width: 90% !important;
  }
  .pum-content.popmake-content {
    height: auto !important;
    display: block;
  }
  .cus-popup {
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cus-popup__image {
    display: none;
    /* position: static;
    width: 200px;
    height: auto;
    margin-bottom: 20px; */
  }
}

@media screen and (max-width: 480px) {
  .sticky--links > li > a {
    font-size: 14px;
  }
  .stickysocial__form {
    flex: 0 0 260px;
    max-width: 260px;
    margin-top: -48px;
  }
  .social-nav > li > a {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .form-social input,
  .form-social textarea {
    font-size: 14px !important;
  }
  .form-social input,
  .form-social textarea {
    font-size: 14px !important;
  }
  .boxfloat {
    flex-direction: column;
    padding: 0px 20px 7px;
  }
  .form-open {
    bottom: 85px;
  }
  .sticky-ftr .social-btn a,
  .sticky-ftr .social-nav-contact {
    font-size: 22px;
  }
  .social-nav-contact small {
    font-size: 14px !important;
  }
  .sticky--links {
    padding: 10px 0;
  }
  .social-nav-contact svg {
    width: 26px;
    height: 26px;
  }
  div#foot-logo {
    margin-bottom: 50px;
  }
  /** POP UP **/
  .pum-content.popmake-content p {
    line-height: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .f-later {
    margin-bottom: 5rem;
  }
}

a.link--text {
    text-decoration: underline;
}





/* new design popup */
.popup.popup--md .popup__wrap {
  height: auto !important;
}

.new-design .popup__wrap {
  background: #2b318b;
}

.new-design .popup__header {
  background: transparent;
  padding: 0;
  margin-bottom: 10px;
}

.new-design .executive__title {
  font-size: 26px;
  font-weight: 600;
}

.new-design .popup__content {
  padding: 0;
  align-items: start;
}

.new-design .executive-profile {
  display: flex;
  justify-content: space-between;
  vertical-align: bottom;
}

.new-design .executive__content:before,
.new-design .executive__content:after {
  display: none;
}

.new-design .executive__content {
  border: none;
  margin-left: 0;
  padding: 0;
  padding-left: 10px;
}

.new-design .popup__wrap {
  padding: 40px !important;
}

.new-design .popup__wrap {
  background-image: none
}

.new-design .executive__pattern {
  display: none;
}

.new-design .popup__content {
  align-items: stretch !important;
}

.new-design .executive__img {
  flex: 0 0 30%;
}

.new-design .executive__skill {
  flex: 0 0 25%;
}

.new-design .executive__content {
  flex: 0 0 45%
}

.new-design .executive-image {
  width: auto;
  overflow: hidden;
  border-left: 10px solid #2b318b;
  border-right: 10px solid #2b318b;
  border-top: none;
  border-bottom: none;
}

.new-design .executive-main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new-design .executive-name {
  background: #2951a3;
  text-align: center;
  color: #fff;
}

.new-design .executive-name span {
  font-size: 16px;
  padding: 5px;
  display: block;
  line-height: 24px;
  min-height: 50px;
  height: auto;
}

.new-design .executive__img {
  padding-right: 10px !important;
}

.new-design .executive-telent {
  padding: 15px 10px;
  background: #2951a3;
  height: 100%;
}

.new-design .executive-telent span {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 7px;
}

.new-design .executive-telent ul {
  color: #fff;
  padding-left: 20px;
  list-style: disc;
}

.new-design .executive-telent li {
  margin-bottom: 7px;
}

.new-design .style-none {
  list-style: none;
}

.new-design .executive-text {
  padding: 15px 10px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #58595b;
}

.new-design .executive--color {
  background-color: #005f6a;
  color: #fff;
  margin-bottom: 0;
}

.new-design .executive-text h6 {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.new-design .executive-text span {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

.new-design .executive-mail {
  color: #fff !important;
  display: block;
  margin-bottom: 5px;
}

.new-design .linkdin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-design .linkdin__info {
  color: #fff;
  font-size: 16px;
  width: 150px;
}

.new-design .linkdin__icon a {
  color: #fff;
  background: #007ab5;
  font-size: 26px;
  padding: 10px;
  display: flex;
  border-radius: 7px;
  text-align: center;
}

.new-design .linkdin__icon a:hover {
  color: #007ab5;
  background-color: #fff;
}

/* Webinars section */
.page-template-template-video-list .section.section--webinars {
    padding-bottom: 0;
}
.webinar-date{
  display: block;
  margin-bottom: 10px;
}
.read-more {
  background: #0070c0;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #0070c0;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px !important;
  padding: 8px 20px;
  transition: all 0.2s;
}
.read-more:hover {
  background: transparent;
  color: #0070c0;
  border: 1px solid #0070c0;
}

.webinars {
  display: flex;
  flex-wrap: wrap;
  /* margin-left: -15px;
  margin-right: -15px; */
  margin-top: 40px;
}
.webinars__block {
  flex: 0 0 33.33%;
  margin-bottom: 20px;
}
.webinars-box {
  padding: 0 15px;
  display: flex;
}
.webinars-box__img {
  flex: 0 0 190px;
  padding-right: 10px;
}
.webinars-box__content {
  flex: 1;
}
.webinars-box__content span {
  font-size: 18px;
  margin-bottom: 5px;
  color: #000;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.webinars-box__content span:hover {
  color: #0070c0 !important;
}
.webinars-box__content p {
  font-size: 14px;
  line-height: normal;
  color: #999;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
/* end Webinars section */  

@media screen and (max-width: 1440px) {
  .new-design .popup__wrap {
    padding: 40px 40px 70px !important;
  }
}
@media only screen and (max-width: 992px) {
  .webinars__block {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
  .webinars__block:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .executive-popup--desktop.new-design.open {
    display: block;
  }
  .new-design .popup__wrap {
    left: 20px;
    right: 20px;
  }
  .executive-popup--desktop.new-design .popup__content {
    display: block;
    max-width: 540px;
    margin: 0 auto;
  }

  .new-design .executive-image {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .new-design .executive-info {
    margin-top: 10px;
  }

  .executive-popup--desktop.new-design .executive__img {
    padding-right: 0;
    margin-bottom: 10px;
  }

  .new-design .executive__content {
    padding: 0 !important;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .webinars {
    margin-top: 24px;
  }
  .webinars__block {
    flex: 0 0 100%;
  }
}
@media (max-width: 500px) {
  .executive-popup--desktop.new-design .executive__img {
    padding-right: 0;
  }
  .new-design .popup__wrap {
    padding: 20px 20px 60px !important;
  }

  .new-design .executive__logo img {
    width: 250px;
    margin: 0 auto;
  }
  .new-design .executive-profile {
    display: flex;
    flex-direction: column-reverse;
    }
    .new-design .executive__info {
        text-align: center;
        margin-top: 30px;
    } 
    .new-design .executive__logo {
        max-width: 250px;
        margin: 0 auto;
    }
    .new-design .executive__title {
        font-size: 20px;
        font-weight: 500;
    }
}
@media screen and (max-width: 480px) {
  .new-design .popup__wrap {
    left: 15px;
    right: 15px;
    padding: 20px 10px 100px !important;
  }
  .webinars-box__img {
    flex: 0 0 150px;
    padding-right: 10px;
  }
}
/* end new design popup */

/* Leadership page */
.page-template-template-leadership #executives .section-title h2{
  margin-bottom: 4.5rem;
}
.page-template-template-leadership .executive{
  width: 20%;
  margin: 0;
  text-align: left;
}
.page-template-template-leadership .executives-wrap{
  display: flex;
  justify-content: start;
  align-items:flex-start;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 69px;
}
.page-template-template-leadership .pg__profile--text h2{
  margin-top: 0;
  display: block;
}

/* END - Leadership page */
/* --- New Popup 2 Design Start --- */
.pg__popup--header {
    background-color: #2c318c;
    padding: 130px 10px 10px 10px;
    border-bottom: 36px solid #2a51a3;
}
.pg__popup{
font-family: 'Humanst521 Lt BT';
}
.pg__popup--header h2 {
    color: #ffffff;
    margin-top: 0px;
    font-weight: 600;
    font-size: 26px;
    text-align: left;
    margin-top: 27px;
    margin-left: calc(100% - 71%);
    margin-bottom: 0;
}
.pt-130{
  padding-top: 120px;
}
.pg__popup--header  h2 span {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Humanist 521';

}
.pg__profile--img img {
    object-fit: cover;
    border: 10px solid #2c318c;
}

.pg__profile {
    padding: 0 40px;
    margin-top: -100px;
    margin-bottom: 50px;
}
.pg__profile--wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 40px;
}

.pg__profile--img {
    flex: 0 0 27%;
    max-width: 27%;
    padding: 0 15px;
}

.pg__profile--text {
    flex: 0 0 73%;
    max-width: 73%;
    padding: 0 15px;
}

.pg__profile--text .pg__text,.pg__profile .pg__text {
    text-align: left;
    color: #000000;
    font-size: 18px;
    line-height: 26px !important;
    font-weight: 300;
}
.pg__profile--text.pg__text span,.pg__profile .pg__text span{
    color: #2c318c;
    font-size: 18px;
    font-weight: 500;
     font-family: 'Humanist 521';
}

.pg__profile .pg__text {
    margin-bottom: 40px;
}
.pg__text.pt-130 {
    margin-bottom: 0px;
}
.social--logo img{
  width: 40px;
}
.pg__footer--social {
    display: flex;
}
.social--text p,.social--text h6 {
    margin: 0;
    color: #000000;
    text-align: left;
     font-family: 'Humanist 521';
}
.social--text h6 a{
   color: #000000;
}
.social--text p {
    margin-bottom: 0px !important;
}
.social--logo img {
    margin-left: 30px;
}
.pg__popup--footer{
  padding: 0 40px 40px;
  margin-top: 100px;
  border-bottom: 40px solid #8c9091;
}
.pg__footer--social {
    display: flex;
    align-items: center;
}
.pg__footer--wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.social--text p,.social--text h6{
  font-size: 18px;
}
.pg__popup .popup__wrap{
  background-image: url(https://www.pentegra.com/wp-content/themes/pentegra/assets/images/Pattern-V2.png);
}
.pg__text_skills span {
    color: #2c318c;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Humanist 521';
    display: block;
    margin-bottom: 15px;
}

.pg__text_skills {
    text-align: left;
}
.pg__text_skills ul{
  padding-left: 20px;
}
.pg__text_skills ul li {
    color: #000000;
    font-size: 18px;
    line-height: 26px !important;
    font-weight: 300;
     position: relative;
}
.pg__text_skills ul li:before{
  content: "\2022";
  color: #2c318c;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.pg__text_skills ul {
    padding-left: 70px;
}
@media(max-width:991px){
  .pg__popup--header {
    padding: 100px 10px 30px 10px;
    border-bottom: 20px solid #2a51a3;
  }
  .pg__profile .pg__text{
    margin-bottom: 20px;
  }
  .pg__profile--wrapper{
    margin-bottom: 20px;
  }
}
/* --- New Popup 2 Design End --- */

.team-name{
  font-size: 15px;
}
.page-template-template-leadership .executive .dark-blue {
  color: #2c318c;
}

/* 
Password Protected Page Form
*/
body.page-id-12225 .addsearch.addsearch-written{
  display: none;
}
.post-password-form{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 60px auto;
	width: 100%;
	
}
.post-password-form p{
  width: 100%;
  text-align: center;
}
.post-password-form > p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
	font-size:18px;
}
.post-password-form p:nth-child(2){
	margin-top:20px;
}
.post-password-form p input[type=submit]{
  padding: 8px 16px;
  background-color: #b13924;
  color: white;
  font-weight: 800;
  font-size: 16px;
  border: none;
}
.post-password-form p label{
  width: 100%;
}
.post-password-form p input[type=password]{
  padding: 10px;
  width: 50% !important;
}
@media (max-width:575px){
  .post-password-form {
      padding: 0 15px;
  }
  .post-password-form p input[type=password] {
      width: 100% !important;
  }
}