@import url('https://fonts.googleapis.com/css2?family=Coda&family=Mukta:wght@200;400;800&display=swap');
/* Variables */
 :root {
	 --main-heading-color: #000;
	 --main-text-color: #000;
   --fixed-header-height: 80px;
}
html, body, #page {
	overflow-x: hidden;
}
 .layer {
	 background-size: cover;
	 background-position: 50% 0;
	 padding: 80px 0;
	 margin: 0;
	 position: relative;
	 font-family: 'Mukta', sans-serif;
}
 .layer h1 {
	 color: var(--main-heading-color);
	 line-height: 1.1;
	 font-size: 55px;
	 font-weight: 400;
	 margin-bottom: 25px;
	 font-family: 'Coda', cursive;
}
 .layer h2 {
	 color: var(--main-heading-color);
	 line-height: 1.1;
	 font-size: 46px;
	 font-weight: 400;
	 margin-bottom: 25px;
	 font-family: 'Coda', cursive;
}
 .layer h3 {
	 color: var(--main-heading-color);
	 line-height: 1.1;
	 font-size: 38px;
	 font-weight: 400;
	 margin-bottom: 25px;
	 font-family: 'Coda', cursive;
}
 .layer h4 {
	 color: var(--main-heading-color);
	 line-height: 1.1;
	 font-size: 28px;
	 font-weight: 400;
	 margin-bottom: 25px;
	 font-family: 'Coda', cursive;
}
 .layer h5 {
	 color: var(--main-heading-color);
	 line-height: 1.1;
	 font-size: 24px;
	 font-weight: 400;
	 margin-bottom: 25px;
	 font-family: 'Coda', cursive;
}
.layer p,
.layer div,
.layer li {
	 color: var(--main-text-color);
	 font-size: 20px;
	 font-family: 'Mukta', sans-serif;
}

.layer p {
	 margin-bottom: 25px;
}

.layer div {
	margin-bottom: 0;
}
.layer p:last-child {
	margin-bottom: 0;
}
.layer .layer-column img {
	max-width: 100%;
}
.layer .section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.layer .container {
	position: relative;
	z-index: 3;
}
 .layer.layer-columns-center .layer-column {
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
	 flex-direction: column;
	 justify-content: center;
}
 .layer .layer-column.layer-column--center-text {
	 text-align: center !important;
	 justify-content: center;
}
 .layer .layer-column .layer-block {
	 margin-bottom: 25px;
}
 .layer .layer-column .layer-block.layer-block--heading, .layer .layer-column .layer-block:last-child {
	 margin-bottom: 0;
}
.home .site-main {
	background: rgb(5,0,6);
background: linear-gradient(180deg, rgba(5,0,6,1) 0%, rgba(5,0,6,1) 40%, rgba(128,52,178,1) 100%);
	overflow: hidden;
}
.home .site-main:after {
	content: '';
	position: absolute;
	top: 68px;
	left: 49.5%;
	transform: translatex(-50%);
	width: 1917px;
	height: 1111px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	z-index: 1;
}
.above-header {
	position: fixed;
	background: #7f35b2;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 5%;
	z-index: 3;
	width: 100%;
}
.above-header .text {
	font-family: 'Mukta', sans-serif;
	color: #fff;
}
.above-header .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.above-header .icon img {
	max-width: 56px;
}
.above-header .text.ebold {
	font-weight: 800;
}
.above-header .text.ebold a {
	color: #fff;
	text-decoration: none;
}
.above-header .text.ebold a:hover {
	text-decoration: underline;
}
#masthead {
	background: #000;
	top: 68px;
	transition: all 0.3s;
	padding: 14px 0;
}
#masthead.top-of-window {
	top: 0;
}
#content {
	padding-top: var(--fixed-header-height);
}
#masthead .primary-navigation a {
	color: #fff;
	font-family: 'Mukta', sans-serif;
	font-weight: 600;
}
#masthead .primary-navigation .sub-menu a {
	color: #000;
}
#masthead .container {
	justify-content: center;
}
#site-navigation {
	position: absolute;
    top: 50%;
	right: 5%;
    transform: translateY(-50%);
}
.site-footer {
	max-width: 100%;
}
.site-footer>.site-info {
	border-top: 0;
	margin-top: 0;
}
.conversation-layer {
	background: #000;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 90px 0;
}
.conversation-layer h2 {
	color: #fff;
	font-family: 'Coda', cursive;
	line-height: 1.1;
	 font-size: 46px;
	 font-weight: 400;
	 margin-bottom: 40px;
}
.footer-credits {
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translatey(-50%);
}
.footer-credits .footer-navigation-wrapper li {
	display: block;
	line-height: 1.3;
	width: 100%;
	text-align: left;
}
.footer-credits .footer-navigation-wrapper li a {
	color: #fff;
	padding: 0;
	font-size: 15px;
	font-family: 'Mukta', sans-serif;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
}
.footer-credits .footer-navigation-wrapper li a:hover {
	color: #ff9a00;
}
.copyright {
	position: absolute;
	bottom: 5%;
	left: 2%;
	color: #fff;
	font-family: 'Mukta', sans-serif;
	font-weight: 200;
}
.footer-menus {
	display: none;
}
.site .button {
	padding: 0;
	background: #ff9a00 !important;
	color: #000 !important;
	border: 1px solid #000 !important;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Mukta', sans-serif;
	font-weight: 800;
	height: 35px;
	width: 125px;
    display: inline-block;
	line-height: 35px;
	overflow: hidden;
	transition: all 0.6s;
}
.site .button:hover {
	background: #fff !important;
}
.site .button.purple {
	background: #7f36b3 !important;
	color: #fff !important;
}
.site .button.purple:hover {
	color: #7f36b3 !important;
	background: #fff !important;
}
.site .button.orange {
	color: #fff !important;
}
.site .button.orange:hover {
	color: #ff9a00 !important;
	background: #fff !important;
}
.site .conversation-layer .button {
	background: #7f35b2 !important;
	color: #fff !important;
	margin: 0 10px;
}
.site .conversation-layer .button:hover {
	background: #fff !important;
	color: #7f35b2 !important;
}
.site-footer>.site-info {
	display: block;
	margin-bottom: 0;
}
.site-footer>.site-info .accomplishments .inner-layer {
	text-align: center;
	position: relative;
}
.accomplishments .accreditations {
	position: absolute;
	top: 0;
	left: 2%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	width: 350px;
}
.accomplishments .accreditations .image-holder {
	width: 50%;
}
.accomplishments .social {
	position: absolute;
	top: 0;
	right: 2%;
}
.accomplishments .social a {
	margin: 0 4px;
	display: inline-block;
	outline: none;
}
#layer-content {
	position: relative;
	z-index: 2;
}
.home-hero .layer-column:first-child .layer-block--image {
	position: relative;
	height: 350px;
	z-index: -1;
}
.home-hero .layer-column:first-child .layer-block--image:after {
	content: '';
	position: absolute;
	top: 300px;
    left: calc(50% - 4px);
    width: 2px;
    height: 312px;
    background: rgba(125,55,176,1);
}
.home-hero .layer-column:first-child .layer-block--image img {
	margin-top: -85px;
}
.whatwedo-layer .col-sm-8 {
	margin-top: 15px;
	margin-bottom: 30px;
}
.whatwedo-layer .col-sm-8 .layer-block--html {
	position: relative;
	max-width: 485px;
	margin: 0 auto;
	padding: 30px 62px;
	border: 10px solid;
  border-image-slice: 1;
  border-width: 3px;
	border-image-source: linear-gradient(180deg, rgba(125,55,176,1) 0%, rgba(96,197,9,1) 100%);
}
.whatwedo-layer .col-sm-8 .layer-block--html:before {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translatex(-60%);
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}
.whatwedo-layer .col-sm-8 .layer-block--html:after {
	content: '';
	position: absolute;
	bottom: -48px;
	left: calc(50% - 4px);
	width: 2px;
	height: 45px;
	background: rgba(125,55,176,1);
}
.whatwedo-layer .col-sm-8:last-child .layer-block--html:after {
	height: 231px;
    bottom: initial;
    top: 102%;
}
.whatwedo-layer .col-sm-8 .layer-block--html p {
	color: #fff;
	font-size: 28px;
}
.cyber-layer h2 {
	margin-bottom: 40px;
}
.cyber-layer .row {
	justify-content: space-between;
}
.cyber-layer .col-sm-4 {
	position: relative;
	border: 10px solid;
  border-image-slice: 1;
  border-width: 3px;
	border-image-source: linear-gradient(180deg, rgba(125,55,176,1) 0%, rgba(96,197,9,1) 100%);
	padding: 30px 20px 210px;
	width: 29%;
}
.cyber-layer .col-sm-4 h4 {
	text-transform: uppercase;
	color: #5bc500;
	font-size: 30px;
	font-family: 'Mukta', sans-serif;
	font-weight: 800;
}
.cyber-layer .col-sm-4 .layer-block--image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.cyber-layer .col-sm-4 p,
.cyber-layer .col-sm-4 li {
	color: #fff;
	font-size: 24px;
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
}
.cyber-layer .col-sm-4 p {
	margin-bottom: 20px;
}
.cyber-layer .col-sm-4 a {
	text-transform: uppercase;
	color: #5bc500;
	text-decoration: none;
	display: inline-block;
	transition: all 0.6s;
}
.cyber-layer .col-sm-4 a:hover {
	transform: scale(1.1);
}
.flip-card {
	background-color: transparent;
  width: 100%;
  height: 625px;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  /* transform-style: preserve-3d; */
}
.flip-card-front {
  z-index: 1;
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  /* -webkit-backface-visibility: hidden; */
  /* backface-visibility: hidden; */
}
.flip-card-front {
  /* background-image: url(/wp-content/uploads/2021/12/Fractional-CISO-animation-2.gif); */
  background-color: #000;
	background-size: contain;
	background-position: 50% 100%;
	background-repeat: no-repeat;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 3px;
	border-image-source: linear-gradient(180deg, rgba(125,55,176,1) 0%, rgba(96,197,9,1) 100%);
	padding: 55px 30px 30px;

  &.has-sub {
    background-position: 50% 100%;
    background-size: clamp(240px, 30vw, 90%) auto;

    @media (min-width: 1200px) {
      background-size: 70% auto;
    }

    .heading {
	    font-size: 34px;
    }
  }

  .flip-card-arrow {
    bottom: 0;
    color: #c0bbbb;
    font-size: 40px;
    position: absolute;
    right: 20px;
  }

  .sub-heading {
    color: white;
  }
}

.fliptiles-layer .layer-column:nth-child(3) .flip-card-front {
	/* background-image: url(/wp-content/uploads/2021/12/Extended-Detection-and-Response-XDR-animation-R2.gif); */
}
.fliptiles-layer .layer-column:nth-child(4) .flip-card-front {
	/* background-image: url(/wp-content/uploads/2021/12/penetration-testing-animation-2.gif); */
}
.flip-card-back {
  background: rgb(127,54,179);
  background: linear-gradient(180deg, rgba(127,54,179,1) 0%, rgba(0,0,0,1) 100%);
  transform: rotateY(180deg);
	padding: 75px 30px 30px;
	text-align: left;
}

.flip-card:hover .flip-card-back,
.flip-card.flipped .flip-card-back {
  z-index: 2;
  opacity: 1;
}

.flip-card:hover .flip-card-front {
  opacity: 0;
}

.flip-card-back a:hover {
  transform: scale(1.1);
}

.flip-card:hover .flip-card-inner,
.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  transition: opacity 1s;
}

.flip-card-back {
  opacity: 0;
  transition: opacity 1s;
}

/* for mobile, click to flip */
@media (max-width: 1280px) {


}

.flip-card-front .heading {
	font-weight: 800;
	font-size: 45px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
}
.flip-card-front .indicator {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	z-index: 3;
}
.flip-card-back .indicator {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
}
.flip-card-back ul {
	padding-left: 30px;
}
.flip-card-back li {
	font-family: 'Mukta', sans-serif;
	font-weight: 200;
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 20px;
}
.flip-card-back a {
	font-family: 'Mukta', sans-serif;
	font-weight: 800;
	font-size: 30px;
	color: #5bc500;
	display: inline-block;
	margin-left: 30px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.6s;
}
.blogs-layer h2 {
	margin-bottom: 50px;
}
.blogs-layer .col-sm-4 {
	padding: 0 25px;
}
.blogs-layer .layer-block--post {
	position: relative;
	height: 100%;
	padding-bottom: 80px;
	transition: all 0.6s;
}
.blogs-layer .layer-block--post:hover {
	transform: scale(1.05);
}
.blogs-layer .layer-block--post .type {
	position: absolute;
	top: -22px;
	left: 25px;
	background: #000;
	color: #fff;
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 6px 25px 4px 10px;
	text-transform: uppercase;
	z-index: 2;
}
.blogs-layer .layer-block--post .type:after {
	content: '';
	position: absolute;
	top: 1px;
	right: -12px;
	width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #000;
	transform: rotate(-45deg);
}
.blogs-layer .layer-block--post .image {
	position: relative;
	border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
	border-image-source: linear-gradient(90deg, rgba(199,139,241,1) 0%, rgba(255,154,0,1) 100%);
	padding-top: 56%;
    overflow: hidden;
	margin-bottom: 15px;
}
.blogs-layer .layer-block--post .image img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: 110%;
	max-height: 110%;
	transform: translatex(-50%);
}
.blogs-layer .layer-block--post .title {
	font-family: 'Coda', cursive;
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
}
.blogs-layer .layer-block--post .meta {
	margin: 7px 0;
	color: #fff;
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
}
.blogs-layer .layer-block--post .meta-item:first-child {
	text-transform: uppercase;
}
.blogs-layer .layer-block--post .split {
	margin: 0 10px;
}
.blogs-layer .layer-block--post .excerpt p {
	color: #fff;
	font-family: 'Mukta', sans-serif;
	font-weight: 200;
	font-size: 18px;
}
.blogs-layer .layer-block--post .button-row {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.company-hero {
	background-color: #000;
	background-size: 1920px 1013px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}/*
.company-hero:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	width: 1920px;
	height: 3068px;
	background-image: url(/wp-content/uploads/2021/12/company-hero-bg-1-scaled.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	z-index: 1;
}*/
.company-hero:after {
	content: '';
	position: absolute;
	top: 850px;
	left: 50%;
	transform: translatex(-50%);
	width: 1920px;
	height: 1633px;
	background-image: url(/wp-content/uploads/2021/12/company-hero-gradient-1.jpg) !important;
	background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
	background-position: 50% 0 !important;
	z-index: 2;
}
.company-hero .container {
	position: relative;
	z-index: 3;
}
.company-hero .layer-column p {
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
}
.company-guarantee .layer-column:first-child img {
	max-width: 350px;
	margin-top: -75px;
}
.company-guarantee .layer-column p {
	font-size: 24px;
}
.layer-block--leadership-tile {
	text-align: center;
	margin-bottom: 40px !important;
}
.layer-block--leadership-tile .name {
	color: #7f36d3;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	margin: 15px 0 6px;
}
.layer-block--leadership-tile a {
	color: #ff9a00;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}
.layer-block--leadership-tile .linkedin {
	margin: 10px 0;
}
.layer-block--leadership-tile .linkedin img {
	width: 40px;
	height: 40px;
}
.layer-block--leadership-tile .bio-text {
	display: none;
}
.leadership-modal {
	position: fixed;
    width: 1000px;
	min-height: 400px;
    max-height: 70%;
    top: 105%;
    left: 50%;
    padding: 40px 50px;
    background: #7f35b2;
    transition: all 0.6s;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
	transform: translate(-50%,-50%);
}
.leadership-modal.active {
	top: 50%;
	opacity: 1;
    visibility: visible;
}
.leadership-modal .name {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
}
.leadership-modal .title {
	margin-bottom: 10px;
}
.leadership-modal .title,
.leadership-modal .bio p {
	color: #fff;
}
.leadership-modal .bio p {
	font-size: 24px;
}
.scrollto-people .layer-column:nth-child(6) .bio {
	display: none;
}
.leadership-modal .close {
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
}
.company-fliptiles .col-sm-4 {
	margin-bottom: 30px;
}
.company-fliptiles .col-sm-4:first-child .layer-block--html {
	padding-right: 20%;
}
.company-fliptiles .col-sm-4:first-child .layer-block--html p {
	font-size: 28px;
}
.company-fliptiles .layer-column .flip-card-front {
	background: #fff;

  .flip-card-arrow {
    bottom: -15px;
    color: #99db60;
    right: 10px;
  }
}
.company-fliptiles .layer-column .flip-card-front .heading {
	color: #7f36b3;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translatex(-50%);
	width: 100%;
	margin-bottom: 0;
	z-index: 2;
	font-size: 62px;

  @media (min-width: 768px) {
    font-size: clamp(30px, 5vw, 62px);
  }
}
.company-fliptiles .layer-column .flip-card-front .image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}
.company-fliptiles .layer-column .flip-card-front .image img {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-height: 100%;
	max-width: 100%;
}
/*
.company-fliptiles .layer-column:nth-child(3) .flip-card-front .image img {
	top: 50%;
	width: 100%;
	height: 100%;
}*/
.company-fliptiles .layer-column .indicator {
	display: none;
}
.company-fliptiles .back-content p {
	color: #fff;
	font-size: 26px;
}
.primary-navigation>div>.menu-wrapper>li>.sub-menu:before, .primary-navigation>div>.menu-wrapper>li>.sub-menu:after {
	display: none;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: transparent;
}
#masthead .primary-navigation a:hover {
	text-decoration: none;
	color: #ff9a00;
}
#masthead .primary-navigation .sub-menu a {
	font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
}
#masthead .primary-navigation .sub-menu a:hover {
	color: #7f35b2;
}
#site-navigation.primary-navigation>div>.menu-wrapper>li>.sub-menu {
	background: #fff;
	width: 165px;
    min-width: 0
}
.primary-navigation .current-menu-item>a:first-child, .primary-navigation .current_page_item>a:first-child {
	text-decoration: none;
	color: #ff9a00 !important;
}
.primary-navigation .sub-menu .sub-menu {
	position: absolute;
	top: 0;
    left: 100%;
    background: #000;
    margin: 0;
	width: 155px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
#masthead .primary-navigation .sub-menu .sub-menu a {
	background: #000;
    color: #fff;
}
#masthead .primary-navigation .sub-menu .sub-menu a:hover {
	color: #ff9a00;
}
#masthead .primary-navigation .sub-menu .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.single .site-main>article>.entry-footer {
	margin: 0 auto;
	display: flex;
	max-width: 1300px;
	border-top: 0;
	column-gap: 0;
	font-weight: 700;
}
.single .posted-by {
	display: flex;
}
.single .cat-links {
	text-transform: uppercase;
}
.single .entry-footer a {
	text-decoration: none;
	outline: none;
}
.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
	max-width: 1300px;
}
.singular .entry-header {
	border-bottom: 0;
	display: flex;
	max-width: 100%;
}
.single .nav-previous {
	display: none;
}
.single #content {
	padding-top: var(--fixed-header-height);
	background: #7f35b2;
}
.single #primary {
	background: #fff;
}
.single .post-thumbnail,
.singular .entry-title {
	width: 50%;
	margin: 0;
}
.single .post-thumbnail img {
	margin: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
}
.singular .entry-title {
	color: #fff;
	background: #7f35b2;
	display: flex;
    align-items: flex-end;
    padding: 50px;
	line-height: 1.1;
	 font-size: 65px;
	 font-weight: 400;
	 margin: 0;
	 font-family: 'Coda', cursive;
}
.single .post-navigation {
  max-width: 1300px;
	margin: 0;
	width: 205px;
	min-height: 34px;
}

.single .post-navigation .nav-links {
  margin-bottom: 0;
}

.single-post--nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1300px;
    margin: 0 auto;
	margin-bottom: 100px !important;
}
.single-post--nav a {
	font-family: 'Mukta', sans-serif;
	color: #7f35b2;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none !important;
	outline: none !important;
}
.single-post--nav a .meta-nav {
	color: #7f35b2;
}
.single-post--nav a .svg-icon {
	width: 30px;
	height: 30px;
	margin-top: -4px;
}
.navigation .nav-links .nav-next {
	max-width: 100%;
}
.single .entry-content p {
	color: var(--main-text-color);
	 line-height: 1.2;
	 font-size: 22px;
	 font-family: 'Mukta', sans-serif;
}
.single .entry-content p strong {
	font-size: 32px;
}
.subscribe-layer {
	background-color: #7f35b2;
	color: #fff;
	text-align: center;
}
.subscribe-layer h2, .subscribe-layer p {
	color: #fff;
}
.subscribe-layer .gform_wrapper {
	max-width: 900px;
	margin: 0 auto;
}
.subscribe-layer .gform_wrapper form {
	display: flex;
	align-items: center;
	justify-content: center;
}
.subscribe-layer .gform_wrapper .gform-body {
	width: 700px;
}
.subscribe-layer .gform_wrapper .gform_footer {
	margin-top: 0 !important;
	margin-left: 25px !important;
}
.subscribe-layer .gform_wrapper.gravity-theme .gform_footer input {
	margin: 0;
}
.subscribe-layer .gform_wrapper.gravity-theme input[type=email] {
	padding: 4px 8px;
	border-color: #ff9a00;
	border-width: 2px;
}
.featured-resource .featured .layer-block--post {
	display: flex;
	flex-wrap: wrap;
}
.featured-resource .featured .left {
	width: 42%;
}
.featured-resource .featured .right {
	width: 54%;
	margin-left: 4%;
	position: relative;
}
.featured-resource .blogs-layer .layer-block--post .title,
.featured-resource .blogs-layer .layer-block--post .meta,
.resources-area .resources-posts .blogs-layer .layer-block--post .title,
.resources-area .resources-posts .blogs-layer .layer-block--post .meta {
	color: #000;
}
.resources-area {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.resources-area .resources-categories {
	width: 25%;
	border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(90deg,rgba(199,139,241,1) 0%,rgba(255,154,0,1) 100%);
	padding: 25px 25px 30px;
}
.resources-area .resources-posts {
	width: 70%;
	margin-left: 5%;
}
.resources-area .resources-posts .blogs-layer {
	display: flex;
	flex-wrap: wrap;
}
.resources-area .resources-posts .blogs-layer .layer-block--post {
	width: 45%;
	margin: 2.5%;
	height: auto;
}
.resources-area .resources-categories .category-title {
	color: #7f35b2;
	margin-bottom: 10px;
}
.resources-area .resources-categories .category-name {
	margin-bottom: 10px;
}
.resources-area .resources-categories .category-name a {
	text-decoration: none;
	outline: none;
	color: #000;
	font-weight: 400;
	transition: all 0.5s;
}
.resources-area .resources-categories .category-name a:hover {
	color: #7f35b2;
}
.resources-area .resources-posts .hide {
	display: none;
}
.loadmore-area {
	padding-top: 50px;
	text-align: center;
	width: 100%;
}
.loadmore-area a {
	font-family: 'Mukta', sans-serif;
	color: #7f35b2;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none !important;
	outline: none !important;
}
.featured-resource .featured .right .excerpt {
	margin-bottom: 70px;
}
.single .tags-links {
	display: none !important;
}
.contact-layer input[type=text], .contact-layer input[type=email], .contact-layer input[type=url], .contact-layer input[type=password], .contact-layer input[type=search], .contact-layer input[type=number], .contact-layer input[type=tel], .contact-layer input[type=date], .contact-layer input[type=month], .contact-layer input[type=week], .contact-layer input[type=time], .contact-layer input[type=datetime], .contact-layer input[type=datetime-local], .contact-layer input[type=color], .site .contact-layer textarea {
	border: 0;
}
.services-chat .layer-column {
	padding-top: 60px;
	padding-bottom: 60px;
}
.blogs-layer.light-version .layer-block--post .title,
.blogs-layer.light-version .layer-block--post .meta,
.blogs-layer.light-version .layer-block--post .excerpt p {
	color: #000;
}
.services-list .services-links {
	padding-top: 15px;
	padding-bottom: 15px;
}
.services-list .services-links a,
.services-list .services-links span {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	transition: all 0.4s;
}
.services-list .services-links a:hover {
	color: #ff9a00;
}
.services-list .services-links a.active {
	color: #ff9a00;
}
.services-list .services-links p {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-evenly;
}
.services-list .layer-column p {
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
}
.services-hero .flip-card-front {
	padding: 50px 20px;
	background-position: 50% 100%;
	background-size: 90% auto;
}

.services-hero .flip-card-back li {
	font-size: 24px;
}
table {
	font-family: 'Mukta',sans-serif;
	margin-bottom: 30px;
}
table th {
	border: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
}
table td {
	text-align: center;
	padding: 12px 30px;
}
table td:first-child {
	text-align: left;
	width: 55%;
}
table td i {
	color: #7f35b2;
}
.services-types .col-sm-6 {
	position: relative;
	padding: 0;
	width: 48%;
	margin: 0 1%;
	padding-bottom: 100px;
}
.services-types .col-sm-6 .layer-block {
	background: #7f35b2;
	margin: 0;
	padding: 25px 35px;
}
.services-types .col-sm-6 .layer-block p {
	color: #fff;
}
.services-types .col-sm-6 .layer-block:first-child {
	background: #000;
	margin: 0;
}
.services-types .col-sm-6 .layer-block:first-child p {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700;
}
.services-types .col-sm-6 .layer-block--button {
	padding-top: 0;
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
}
.site .services-types .col-sm-6 .button {
	width: 150px;
}
.services-compliance .col-sm-6 {
	position: relative;
	padding: 0;
	width: 48%;
	margin: 0 1%;
}
.services-compliance .col-sm-6:nth-child(2) {
	display: flex;
    flex-wrap: wrap;
}
.services-compliance .col-sm-6 .layer-block {
	padding: 25px 45px 0;
}
.services-compliance .col-sm-6 .layer-block:last-child {
	padding-bottom: 25px;
}
.services-compliance .col-sm-6 .layer-block p {
	color: #fff;
}
.services-compliance .col-sm-6:nth-child(2) .layer-block--html {
	width: 50%;
}
.services-compliance h3 {
	margin-bottom: 0;
}
.services-compliance .col-sm-6:nth-child(2) .layer-block--html p {
	font-weight: 700;
}
.site-logo .custom-logo {
	max-height: 48px;
}
.contract-pieces p strong {
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 10px;
}
.extra-space.contract-pieces p strong {
	display: inline-block;
	margin: 15px 0 10px;
}
.industries-hero .row {
	padding: 0 0 0 30px;
}
.industries-hero .col-sm-2 {
	border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(0deg,rgba(199,139,241,1) 0%,rgba(255,154,0,1) 100%);
	padding: 20px;
	margin: 15px 0;
}
.industries-hero .col-sm-2 a {
	color: #fff;
	text-decoration: none;
	outline: none;
	display: inline-block;
	width: 100%;
    margin-bottom: 10px;
	line-height: 1;
}
.industries-hero .col-sm-10 .carousel-slide {
	background-color: #fff;
	background-position: 50% 0;
	background-size: cover;
	padding: 70px 30px;
	text-align: left;
	height: 680px;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.industries-hero .col-sm-10 .layer-block--carousel {
	display: none;
}
.industries-hero .col-sm-10 .layer-block--carousel.active {
	display: block;
}
.industries-hero .col-sm-2 a.active {
	color: #ff9a00;
	font-weight: 700;
}
.industries-hero .col-sm-2 a:hover {
	color: #ff9a00;
}
.industries-hero .col-sm-10 h1 {
	color: #fff;
	text-align: center;
}
.industries-hero .col-sm-10 .layer-block--carousel {
	margin-bottom: 0;
}
.industries-hero .col-sm-10 .carousel-slide.light *:not(.type) {
	color: #fff;
}
.industries-hero .col-sm-10 .carousel-slide.dark *:not(.type) {
	color: #000;
}
.industries-hero.blogs-layer .col-sm-6:first-child .layer-block--post {
	padding-bottom: 0;
}
.industries-hero .col-sm-10 .carousel-slide > .col-sm-6 {
	padding: 0 5%;
}
.industries-hero .col-sm-10 .carousel-slide > .col-sm-6 {
	display: flex;
	flex-wrap: wrap;
}
.industries-hero .col-sm-10 .carousel-slide > .col-sm-6 div:not(.type),
.industries-hero .col-sm-10 .carousel-slide > .col-sm-6 p,
.industries-hero .col-sm-10 .carousel-slide > .col-sm-6 h1,
.industries-hero .col-sm-10 .carousel-slide > .col-sm-6 h2,
.industries-hero .col-sm-10 .carousel-slide > .col-sm-6 h3 {
	width: 100%;
}
#layer-content .industries-hero .col-sm-10 .carousel-slide > .col-sm-6 .col-sm-6 {
	width: 50%;
}
#content .slick-dots {
	bottom: 30px;
}
#content .slick-dots li {
	margin: 0 3px;
}
#content .slick-dots li button {
	border-color: #ff9a00;
	background-color: #ff9a00;
	opacity: 1;
}
#content .slick-dots li.slick-active button,
#content .slick-dots li:hover button {
	border-color: #fff;
	background-color: #fff;
}
.slick-dots li button:before {
	display: none;
}
#site-navigation.primary-navigation>div>.menu-wrapper>li>.sub-menu li {
	width: 100%;
}
.services-list .col-sm-5 a {
	text-decoration: none;
	color: #000;
	transition: all 0.5s;
}
.services-list .col-sm-5 a:hover {
	color: #ff9a00;
}
.slick-arrow {
	top: initial;
	left: 30%;
	bottom: 20px;
	transform: none;
	color: #ff9a00;
	z-index: 2;
}
.fa-arrow-right {
	left: initial;
	right: 30%;
	color: #ff9a00;
}
.blogs-layer.industries-hero h2 {
	margin-bottom: 20px;
}
.industries-hero .col-sm-6 strong {
	display: inline-block;
	margin-top: 10px;
	transition: all 0.4s;
}
.industries-hero .acc-item strong:hover {
	color: #ff9a00 !important;
}
.industries-hero .acc-item>* {
	display: none;
}
.industries-hero .acc-item p:first-child {
	display: block !important;
	margin-bottom: 5px;
}
.industries-hero .acc-item.open>* {
	display: block;
}
.industries-hero .acc-item strong {
	cursor: pointer;
	text-transform: uppercase;
}
.industries-hero .acc-item.open strong {
	color: #ff9a00 !important;
}
.industries-hero ul {
	padding-left: 20px;
}
.industries-hero .col-sm-10 .carousel-slide.light img {
	max-height: 180px;
	width: auto;
}
.industries-hero .col-sm-10 .carousel-slide.light .col-sm-10 ul li {
	margin-bottom: 15px;
}
.industries-hero .col-sm-2 h3 {
	font-size: 34px;
}
.industries-hero .col-sm-10 .carousel-slide:nth-child(3) {
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 103% 0;
    justify-content: left;
}
.industries-hero .col-sm-10 .carousel-slide:nth-child(3) .col-sm-11 {
	margin-left: 5%;
    width: 65%;
}
.industries-hero .col-sm-10 .carousel-slide:nth-child(3) .col-sm-11 h2 {
	color: #7f35b2;
}
.services-types.continuity .col-sm-6 {
	margin-bottom: 2%;
}
.services-types.continuity .col-sm-6 ul {
	padding-left: 20px;
}
.services-types.continuity .col-sm-6 ul li {
	color: #fff;
}
.site .table-wrapper .button {
	width: 230px;
}
.industries-hero .col-sm-2 h3 {
	cursor: pointer;
}
.industries-hero .col-sm-2 h3.active {
	color: #ff9a00 !important;
}
.pum-theme-default-theme {
	background-color: rgba(127,53,178,0.7) !important;
}

.chatbot-block {
	position: fixed;
	bottom: 3%;
	right: 2%;
	z-index: 100;
	cursor: pointer;
	border-radius: 100%;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 14px -5px;
}
.chatbot-block img {
	width: 55px;
}
#tidio-chat {
	opacity: 0;
	visibility: hidden;
}
#tidio-chat.active {
	opacity: 1;
	visibility: visible;
}
.blog-wrapper .blog-post-image img {
	width: auto;
	height: auto;
	min-width: 100%;
	max-width: 115%;
	min-height: 100px;
	max-height: 200px;
}
.services-types.continuity .row {
	justify-content: center;
}
/* Temporary
.layer-block--leadership-tile .bio {
	display: none;
} */

/* Media Queries */
@media (max-width:1670px){
	.industries-hero .col-sm-2 {
		width: 280px;
	}
	.industries-hero .col-sm-10 {
		width: calc(100% - 280px);
	}
}
@media (max-width:1400px){
	.single .site-main>article>.entry-footer,
	.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
	.single-post--nav {
		max-width: 1000px;
	}
}
@media (max-width:1300px){
	#masthead .container {
		justify-content: left;
	}
	.accomplishments img {
		max-width: 100%;
	}
	.industries-hero .col-sm-2 h3 {
	font-size: 30px;
	}
}
@media (max-width:1199px){
	#masthead .container,
	.layer .container {
		max-width: 94%;
	}
	.flip-card-front .heading {
		font-size: 32px;
	}
	.blogs-layer.industries-hero h1 br,
	.blogs-layer.industries-hero h2 br,
	.blogs-layer.industries-hero h3 br {
		display: none;
	}
	.industries-hero .col-sm-10 .carousel-slide:nth-child(3) .col-sm-11 h2 {
		font-size: 35px;
	}
	.industries-hero .col-sm-10 .carousel-slide:nth-child(3) .col-sm-11 {
		width: 56%;
	}
	.industries-hero .col-sm-10 .carousel-slide {
		padding-top: 30px;
	}
	.industries-hero .col-sm-10 .carousel-slide h2 {
		font-size: 30px;
	}
	.industries-hero .col-sm-10 .carousel-slide:nth-child(6) .col-sm-6:first-child {
		width: 67%;
	}
	.industries-hero .col-sm-10 .carousel-slide:nth-child(6) .col-sm-6:last-child {
		width: 33%;
	}
}
@media (max-width:1100px){
	.home-hero .layer-column:first-child .layer-block--image img {
		max-width: 985px;
		transform: translateX(-50%);
    	position: relative;
    	left: 50%;
	}
	.flip-card-back li,
	.flip-card-back a {
		font-size: 24px;
	}
	.home-hero .layer-column:first-child .layer-block--image:after {
		height: 85%;
	}
	html {
		overflow-x: hidden;
	}
	.industries-hero .col-sm-2 h3 {
	font-size: 28px;
	}
	.industries-hero .col-sm-10 .carousel-slide>.col-sm-6 {
		padding: 0 2%;
	}
}
@media (max-width:1024px){
	.industries-hero .col-sm-10 .carousel-slide:nth-child(3) {
		background-size: 20% auto;
		background-position: 100% 50%;
		background: #fff !important;
	}
	.industries-hero .col-sm-10 .carousel-slide:nth-child(3) .col-sm-11 {
		width: 100%;
		margin: 0;
	}
	.layer h1 {
		font-size: 42px;
	}
	.layer h2,
	.conversation-layer h2 {
		font-size: 35px;
	}
	.conversation-layer h2 {
		margin-bottom: 25px;
	}
	.layer h3 {
		font-size: 32px;
	}
	.cyber-layer {
		padding-top: 22px !important;
	}
	.cyber-layer h2 {
		margin-bottom: 20px;
	}
	.blogs-layer .layer-block--post .title {
		font-size: 22px;
	}
	.accomplishments .accreditations {
		width: 29%;
	}
	.whatwedo-layer .col-sm-8 .layer-block--html p {
		font-size: 22px;
	}
	.whatwedo-layer .col-sm-8:last-child .layer-block--html:after {
		height: 134%;
	}
	.home .site-main {
		position: relative;
	}
	.company-fliptiles .col-sm-4:first-child .layer-block--html {
	padding-right: 0;
}
.company-fliptiles .col-sm-4:first-child .layer-block--html p {
	font-size: 20px;
}
	.resources-area .resources-posts .blogs-layer .layer-block--post {
		width: 95%;
	}
	.leadership-modal {
		width: 96%;
	}
	.leadership-modal.active {
		top: 8%;
		transform: translate(-50%, 0);
	}
}
@media (max-width:1100px){
	.singular .entry-title {
		font-size: 50px;
	}
	.single .site-main>article>.entry-footer, .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .single-post--nav {
		padding: 0 25px;
	}
	.slick-arrow {
		left: 15px;
	}
	.fa-arrow-right {
		left: initial;
		right: 15px;
	}
}
@media (max-width:900px){
	.flip-card-back li,
	.flip-card-back a {
		font-size: 20px;
	}
	.flip-card-front .heading {
		font-size: 26px;
	}
	.subscribe-layer .gform_wrapper form {
		padding: 0 25px;
	}
	.subscribe-layer .gform_wrapper .gform-body {
		width: 80%;
	}
	.industries-hero .col-sm-2 h3 {
	font-size: 24px;
	}
}
@media (max-width:767px){
	.company-fliptiles .back-content p {
		font-size: 20px;
	}
	.layer h2 br {
		display: none;
	}
	.site-footer>.site-info .accomplishments .inner-layer {
		display: flex;
		flex-wrap: wrap;
	}
	.accomplishments .social {
		width: 100%;
		order: 1;
		position: relative;
		top: 0;
		right: 0;
	}
	.accomplishments .inc500 {
		width: 100%;
		order: 2;
		margin: 25px 0 20px;
	}
	.accomplishments .accreditations {
		width: 94%;
		order: 3;
		position: relative;
		top: 0;
		left: 3%;
	}
	.layer .layer-column {
		width: 100% !important;
		margin-left: 0 !important;
	}
	.whatwedo-layer .col-sm-8 .layer-block--html {
		padding: 25px 35px;
	}
	.conversation-layer {
		display: flex;
		flex-wrap: wrap;
	}
	.conversation-inner {
		order: 1;
		width: 100%;
	}
	.copyright {
		order: 3;
		width: 100%;
		position: relative;
		bottom: 0;
		left: 0;
		text-align: center;
	}
	.credit-links {
		order: 2;
		width: 100%;
		margin: 10px 0;
	}
	.footer-credits {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
	.footer-credits .footer-navigation-wrapper li {
		text-align: center;
	}
	#masthead .primary-navigation a {
		font-size: 16px;
	}
	.conversation-layer {
		padding: 70px 0;
	}
	.whatwedo-layer .col-sm-8:last-child .layer-block--html:after {
		height: 147%;
	}
	.cyber-layer .row {
		justify-content: center;
	}
	.cyber-layer .col-sm-4 {
		max-width: 460px;
		margin-bottom: 25px;
	}
	.flip-card {
		max-width: 450px;
		height: 525px;
		margin: 0 auto;
	}
	.fliptiles-layer .col-sm-4 {
		margin-bottom: 25px;
	}
	.blogs-layer {
		padding-bottom: 60px !important;
	}
	.blogs-layer .layer-block--post {
		max-width: 400px;
    	margin: 0 auto;
	}
	.blogs-layer .col-sm-4 {
		margin-bottom: 25px;
	}
	#masthead .site-logo .custom-logo {
		max-width: 180px;
	}
	.company-hero .col-sm-5 {
		text-align: center;
	}
	.company-hero .col-sm-5:nth-child(3) {
		margin-bottom: 40px;
	}
	.company-fliptiles .col-sm-4:first-child {
		margin-bottom: 40px;
		text-align: center;
	}
	.company-fliptiles .layer-column .flip-card-front .heading br {
		display: none;
	}
	.company-fliptiles .layer-column .flip-card {
		max-width: 400px;
	}
	.featured-resource .featured .layer-block--post,
	.resources-area .resources-posts .blogs-layer .layer-block--post {
		max-width: 100%;
	}
	.featured-resource .featured .left,
	.featured-resource .featured .right {
		width: 95%;
		margin-left: 2.5%;
	}
	.resources-area .resources-posts {
		width: 100%;
	}
	.resources-area .resources-categories {
		width: 100%;
		margin-bottom: 40px;
	}
	.resources-area .resources-posts {
		margin-left: 0;
	}
	.featured-resource .featured .layer-block--post {
		padding-bottom: 0;
	}
	.single #content {
		padding-top: 98px;
	}
	.singular .entry-title {
		font-size: 36px;
		padding: 25px;
	}
	.single .entry-content p strong {
		font-size: 26px;
	}
	table td {
		padding: 10px 20px;
	}
	.industries-hero .row {
		flex-direction: column;
		padding: 0 0 0 15px;
	}
	.industries-hero .col-sm-2,
	.industries-hero .col-sm-10 {
		width: 96% !important;
	}
	.industries-hero .col-sm-10 .carousel-slide > .col-sm-6 {
	padding: 0;
		width: 100%;
	}
	.services-list .services-links a {
		width: 100%;
	}
	.services-list .services-links .spacer {
		display: none;
	}
}
@media (max-width:700px){
	.industries-hero .col-sm-10 .carousel-slide:nth-child(3) .col-sm-11 {
		width: 100%;
		margin-left: 0;
	}
	.industries-hero .col-sm-10 .carousel-slide:nth-child(3) {
		background-image: none;
	}
	#masthead {
		height: 50px;
	}
	#masthead .site-logo {
		padding-top: 7px;
    	left: 50%;
    	transform: translateX(-50%);
	}
	#masthead .site-logo .custom-logo {
		max-width: 130px;
	}
	#content {
		padding-top: 98px;
	}
	.menu-button-container {
		position: relative;
		height: 25px;
		padding: 0;
	}
	.menu-button-container #primary-mobile-menu {
		padding: 0;
    	width: auto;
		background-color: transparent !important;
	}
	.menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon {
		color: #fff;
	}
	.primary-navigation>.primary-menu-container {
		right: initial;
		left: 100%;
		transition: all 0.5s;
	}
	.primary-navigation-open .primary-navigation>.primary-menu-container {
		width: 100%;
    	left: 5%;
    	top: -50%;
		background: #000;
	}
	.primary-navigation-open .menu-button-container #primary-mobile-menu {
		border: 0;
	}
	.primary-navigation-open #masthead {
		top: 0 !important;
	}
	.primary-navigation-open .menu-button-container {
		background-color: transparent !important;
		padding: 0;
	}
	#site-navigation.primary-navigation>div>.menu-wrapper>li>.sub-menu {
		width: 100%;
	}
	.primary-navigation .sub-menu .sub-menu {
		position: relative;
		left: 0;
		width: 100%;
		padding-left: 20px;
		padding-bottom: 10px;
		opacity: 1;
    visibility: visible;
	}
	/* .home-hero {
		padding: 180px 0 80px !important;
	} */
	.whatwedo-layer .col-sm-8:last-child .layer-block--html:after {
		height: 122%;
	}
	.home .site-main:after {
		top: -65px;
	}
	.above-header {
		font-size: 14px;
		height: 50px;
	}
	.above-header .icon img {
		max-width: 26px;
	}
	#masthead {
		top: 50px;
	}
	#site-navigation.primary-navigation>div>.menu-wrapper>li>.sub-menu li {
		background: #000;
	}
	#masthead .primary-navigation .sub-menu a {
		color: #fff;
		padding: 5px;
	}
	.single-post--nav {
		flex-direction: column-reverse;
	}
	.singular .entry-header {
		flex-wrap: wrap;
	}
	.single .post-thumbnail,
	.singular .entry-title {
		width: 100%;
	}
	.loadmore-area {
		padding-top: 20px;
	}
	.subscribe-layer .gform_wrapper form {
		flex-direction: column;
	}
	.table-wrapper {
		overflow: scroll;
		padding: 0 2px;
	}
	table {
		min-width: 700px;
	}
	.leadership-modal {
		max-height: 88%;
	}
	.leadership-modal .bio p {
		font-size: 18px;
	}
}
