/*
Theme Name: DISLAW Consulting
Version: 100.0
Template: universal
*/

/* Universal Begins */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

html {
  color: #000;
  background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: "";
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select {
  *font-size: 100%;
}
legend {
  color: #000;
}

i strong, em strong {
  font-style: italic;
}
b em {
  font-weight: bold;
}

header, nav, article, footer, section, aside, figure, figcaption {
  display: block;
}

a {
  outline: none;
}

#nav-below {
  margin: 10px 0;
  overflow: hidden;
}
.nav-previous, .nav-next {
  float: left;
  display: inline;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
}
.nav-previous a, .nav-next a {
  text-decoration: none;
}

div.entry-meta {
  font-size: 90%;
}
.post_entry_mult {
  border-bottom: 1px solid #999;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post_entry_mult_left {
  float: left;
  display: inline;
  width: 150px;
}
.post_entry_mult_right {
  padding-left: 160px;
}
div.post_entry_mult h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.excerpt_meta {
  font-size: 80%;
  margin: 0 0 10px;
}
.postThumbSingle {
  display: block;
  margin: 0 0 10px;
}
@media screen and (min-width: 450px) {
  .postThumbSingle {
    float: left;
    margin: 5px 10px 0 0;
  }
}
.tag-links {
  display: block;
}
.google-map {
  height: 350px;
  margin: 0 0 25px;
  border: 1px solid #333;
}
/* Universal Ends */

blockquote {
  padding: 0 0 0 30px;
  font-style: italic;
}
strong {
  font-weight: bold;
}
i, em {
  font-style: italic;
}
i strong, em strong, strong i, strong em {
  font-weight: bold;
}

/* General */
html {
  -webkit-text-size-adjust: 100%;
  background: #333;
}
body {
  font-size: 18px;
  line-height: 1.65;
  color: #000;
  background: #fff;
  font-family: "Montserrat", sans-serif;
}
a {
  color: #c03e20;
}
a,
a:link, a:active, a:visited {
  text-decoration: none;
  outline: none;
}
.animate__animated {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {
  opacity: 1;
}
article hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  width: 80%;
  margin: 0 auto 20px;
}

#wrapper {
  overflow: hidden;
}
.sxn-wrap {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.sxn-head {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px;
  line-height: normal;
}
#persistentHeader {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: #263353;
}
.sxn-button {
  border: 3px solid #c03e20;
  padding: 0 35px 0 14px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  position: relative;
  display: block;
  line-height: 60px;
  box-sizing: border-box;
  text-align: center;
  max-width: fit-content;
}
.sxn-button:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 100%;
  background: url(img/icons/arrow1.webp) no-repeat left top;
  top: 0;
  right: 0;
}
.sxn-button:hover {
  background: #c03e20;
  color: #fff;
  border-color: #fff;
}
.sxn-button:hover:before {
  background-position: bottom left;
}
#persistentHeader:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 85px;
  left: 0px;
  bottom: -85px;
  background: linear-gradient(360deg, rgba(57, 72, 111, 0) 50%, #000000 100%);
  opacity: 0.5;
}
body.fsMenuOn #persistentHeader {
  -webkit-transform: none; /* Safari and Chrome */
  -moz-transform: none; /* Firefox */
  -ms-transform: none; /* IE 9 */
  -o-transform: none; /* Opera */
  transform: none;
}
#mhWrapper {
  max-width: 1600px;
  margin: 0 auto;
}
#mainHeader {
  padding: 20px;
}
#logo-main {
  display: block;
  width: 90%;
  max-width: 375px; /*modme*/
  margin: 0 auto;
  position: relative;
  z-index: 101;
}
#logo-main img {
  display: block;
  width: 100%;
  height: auto;
}

.mhInfo {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 8.5%;
  width: fit-content;
  margin: 20px auto 0;
  position: relative;
  padding: 0 0 0 45px;
}
.mhInfo:hover {
  text-decoration: underline;
}
.mhInfo:before {
  content: url(img/icons/phone.webp);
  position: absolute;
  top: 61%;
  left: 0;
  transform: translateY(-50%);
}

/* Enable these next two lines to modify dropdown colors
html body nav.mm ul li:nth-child(2) ul {display: block; transform: scaleY(1); opacity: 1}
html body nav.mm ul li:nth-child(2) ul li:nth-child(2) > a {background-color: #5B9FC4;}
*/
nav.mm {
  text-align: center;
}
nav.mm > ul > li > a {
  padding: 10px 10px;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
}
nav.mm > ul > li > a:hover {
  transition: background 300ms linear;
}
nav.mm > ul > li > ul {
  top: 100%;
}
nav.mm > ul > li:hover > a {
  background: #c03e20;
  color: white;
}
nav.mm ul ul {
  width: 200px;
}
nav.mm ul ul li:hover > a {
  background: #c03e20;
  color: #fff;
}
nav.mm ul ul li {
}
nav.mm ul ul a {
  color: #fff;
  padding: 15px 10px;
  font-size: 14px;
  text-transform: none;
  line-height: 1.3;
  font-weight: normal;
}
nav.mm ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
nav.mm li {
  position: relative;
}
nav.mm ul a {
  display: block;
  text-decoration: none;
}
nav.mm > ul > li {
  display: inline-block;
  margin: 0 0 0 3px;
}
nav.mm ul ul {
  display: block;
  position: absolute;
  text-align: left;
  left: 0;
  top: -1px;
  transform-origin: top;
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  transition: 300ms;
  background: #263353;
}
nav.mm ul li:hover > ul {
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
nav.mm ul ul ul {
  left: 100%;
}
nav.mm ul ul li:first-child {
  border: 0;
}

body.admin-bar #mmiWrapper {
  position: static;
}
body.admin-bar.mob_menu #wrapper {
  padding: 0;
}
body.mob_menu #wrapper {
  padding: 34px 0 0;
}
body.mob_menu #wpadminbar {
  position: absolute;
}
body.fsMenuOn #wpadminbar,
body.fsMenuOn #contact-tab {
  display: none;
}
#mmiWrapper, #mblSearchCont, nav.mm_mob {
  display: none;
}
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {
  display: block;
}
.fsMenuOn #mmiWrapper {
  z-index: 1;
}
#mmiWrapper, #closeMenu {
  background: #000;
} /*modme*/
#mmiWrapper {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#mobMenuItems {
  height: 34px;
  text-align: center;
  font-size: 0;
  padding: 0;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.mmi {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  list-style-position: outside;
}
.mmi > a {
  font-size: 14px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 100%;
  line-height: 34px;
  background-image: url(img/icons/menu-2019.png);
  background-repeat: no-repeat;
  text-indent: -222px;
  overflow: hidden;
  text-align: left;
}
#mm1 {
  width: 47px;
}
#mm2 {
  width: 47px;
}
#mm3 {
  width: 56px;
}
#mm4 {
  width: 42px;
}
#mm5 {
  width: 47px;
}
#mm6 {
  width: 46px;
}
.mmi a:hover {
  text-decoration: none;
}
.mmi {
  border-right: 1px solid #454141;
} /*modme*/
#mm1 {
  border-left: 1px solid #454141;
} /*modme*/
#mm1 > a {
  background-position: 15px 0;
}
#mm2 > a {
  background-position: 15px -34px;
}
#mm3 > a {
  background-position: 15px -68px;
}
#mm4 > a {
  background-position: 15px -102px;
}
#mm5 > a {
  background-position: 15px -136px;
}
#mm6 > a {
  background-position: 15px -170px;
}
/* Dropdown support */
.mmi > ul {
  z-index: 1;
  width: 297px;
  left: -1px;
  display: none;
  position: absolute;
}
.mmi:hover ul {
  display: block;
}
.mmi ul li {
  border-top: 1px solid #333; /*modme*/
}
.mmi ul li:first-child {
  border: 0;
}
.mmi ul a {
  background: #666; /*modme*/
  color: #fff; /*modme*/
  display: block;
  padding: 10px 10px;
  font-size: 16px;
}
.mmi ul a:hover {
  background: #999; /*modme*/
}
@media screen and (min-width: 385px) {
  #mm6 {
    width: 110px;
  }
  #mm6 > a {
    padding: 0 0 0 47px;
    text-indent: 0;
  }
  .mmi > ul {
    width: 350px;
  }
}
nav.mm_mob { position: absolute;
  padding: 54px 0 20px;
  left: 0;
  top: 0;
  width: 100%;
  background: #505050; /*modme*/
  z-index: 9999;
}
nav.mm_mob ul {
  padding: 0;
}
nav.mm_mob > ul {
  padding: 0;
}
nav.mm_mob ul li {
  list-style-type: none;
  list-style-position: outside;
  display: block;
}
nav.mm_mob ul a {
  display: block;
  padding: 5px 20px 4px 0;
  color: #fff;
  font: 15px/1 arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav.mm_mob a:hover {
  background: #676767; /*modme*/
  text-decoration: none;
}
nav.mm_mob ul a {
  padding-left: 20px;
}
nav.mm_mob ul ul a {
  padding-left: 40px;
}
nav.mm_mob ul ul ul a {
  padding-left: 60px;
}
nav.mm_mob ul ul li a {
  text-transform: none;
}
#closeMenu {
  display: none;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-family: arial, sans-serif;
  color: #fff;
  z-index: 999999999;
  top: 0;
  right: 0;
  width: 100%;
  text-transform: uppercase;
  position: fixed;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
}
#closeMenu:hover {
  text-decoration: none;
  color: #ccc;
}
body.fsMenuOn #menuWall {
  position: fixed;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  content: "";
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
}
#mblSearch {
  max-width: 350px;
  padding: 0 20px 20px;
  overflow: hidden;
}
#mblsInput, #mblsSubmit {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  float: left;
  display: inline;
  box-sizing: border-box;
}
#mblsInput {
  box-sizing: border-box;
  padding: 0 16px;
  width: 70%;
  height: 32px;
  font: 14px / normal arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  border-radius: 4px 0 0 4px;
  outline: 0;
}
#mblsSubmit {
  cursor: pointer;
  width: 30%;
  height: 32px;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  background: #000;
  border: 0;
  border-radius: 0 4px 4px 0;
  transition: all 250ms ease;
}
#mblsSubmit:hover {
  background: #7a807a;
} /*modme*/
@media screen and (min-width: 600px) {
  .sxn-button {
    font-size: 22px;
    letter-spacing: 8.5%;
    padding: 0 80px 0 40px;
  }
  .sxn-button::before {
    width: 40px;
  }
}
@media screen and (min-width: 800px) {
  #wrapper {
    padding: 236px 0 0;
  }
  #persistentHeader {
    background: #263353; /*modme*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
  body.admin-bar #persistentHeader {
    top: 32px;
  }
  body.admin-bar.fsMenuOn #persistentHeader {
    top: 0;
  }
  body.sticky_zone .noSticky {
    display: none;
  }

  #mainHeader {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 15px;
    align-items: center;
  }
  #logo-main {
    margin: 0;
  }
  .mhInfo {
    font-size: 35px;
    height: fit-content;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  nav.mm {
    text-align: right;
    position: absolute;
    z-index: 100;
    max-width: 1600px;
    margin: 0 auto;
    bottom: 14px;
    width: 100%;
    left: 0;
    right: 0;
  }
  #persistentHeader {
    padding: 0 20px;
  }
  #mainHeader {
    align-items: normal;
  }
  .mhInfo {
    margin: 12px 0 0;
  }
  #logo-main {
    max-width: 290px;
  }
  nav.mm > ul > li > a {
    font-size: 15px;
  }
  #wrapper {
    padding: 147px 0 0;
  }
}

@media screen and (min-width: 1300px) {
  nav.mm > ul > li > a {
    font-size: 20px;
    letter-spacing: 8.5%;
  }
}

@media screen and (min-width: 1500px) {
  #logo-main {
    max-width: 374px;
  }
  nav.mm {
    bottom: 35px;
  }

  #wrapper {
    padding: 178px 0 0;
  }
}

#homeslides {
  position: relative;
  background: #fff;
  height: 270px;
}

.homeslideImg {
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#homeslideImg1 {
  background-image: url(img/slides/home/800/1.webp);
}
#homeslideImg2 {
  background-image: url(img/slides/home/800/2.webp);
}
#homeslideImg3 {
  background-image: url(img/slides/home/800/3.webp);
}

.homeslide {
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: linear-gradient(90deg, #263353 0%, #3f4f77 51.44%, #263353 100%);
}
.homeslideImg {
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position-x: -82px;
}
#homeslideImg1 {
}
#homeslideImg2 {
}
#homeslideImg3 {
}
.slideContent {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.slideBox {
  position: absolute;
  right: 0;
  color: #fff;
  border-top: 2px solid #fff;
  padding: 8px 20px;
  border-bottom: 2px solid #fff;
  max-width: 960px;
  width: 100%;
  text-align: center;
  bottom: 10px;
  box-sizing: border-box;
}
#homeslide2 .slideBox {
  max-width: 750px;
}
#homeslide3 .slideBox {
  max-width: 900px;
}
.slideHead {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 8.5%;
  text-transform: uppercase;
  line-height: 1.3;
}
.slideBody {
}
.slideMore {
}

.subslide {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  position: relative;
}

#subslide1 {
  background-image: url(img/slides/sub/800/1.webp);
}
#subslide2 {
  background-image: url(img/slides/sub/800/2.webp);
}
#subslide3 {
  background-image: url(img/slides/sub/800/3.webp);
}
#subslide4 {
  background-image: url(img/slides/sub/800/4.webp);
}
#subslide5 {
  background-image: url(img/slides/sub/800/5.webp);
}
#subslide6 {
  background-image: url(img/slides/sub/800/6.webp);
}
#subslide7 {
  background-image: url(img/slides/sub/800/7.webp);
}
#subslide8 {
  background-image: url(img/slides/sub/800/8.webp);
}
#subslide9 {
  background-image: url(img/slides/sub/800/9.webp);
}
#subslide10 {
  background-image: url(img/slides/sub/800/10.webp);
}
#subslide11 {
  background-image: url(img/slides/sub/800/11.webp);
}
#subslide12 {
  background-image: url(img/slides/sub/800/12.webp);
}
#subslide13 {
  background-image: url(img/slides/sub/800/13.webp);
}
#subslide14 {
  background-image: url(img/slides/sub/800/14.webp);
}
#subslide15 {
  background-image: url(img/slides/sub/800/15.webp);
}
#subslide16 {
  background-image: url(img/slides/sub/800/16.webp);
}

@media screen and (min-width: 600px) {
  .homeslideImg {
    background-position: center;
  }
  .slideBox {
    text-align: left;
    width: 73%;
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    padding: 10px 0;
  }
}

@media screen and (min-width: 800px) {
  #syncMenu {
    z-index: 1;
  }

  #homeslideImg1 {
    background-image: url(img/slides/home/1120/1.webp);
  }
  #homeslideImg2 {
    background-image: url(img/slides/home/1120/2.webp);
  }
  #homeslideImg3 {
    background-image: url(img/slides/home/1120/3.webp);
  }
  #homeslides {
    height: 336px;
  }

  .slideHead {
    font-size: 35px;
  }
  .slideBox {
    width: 50%;
  }

  .subslide {
    height: 340px;
  }
  #subslide1 {
    background-image: url(img/slides/sub/1120/1.webp);
  }
  #subslide2 {
    background-image: url(img/slides/sub/1120/2.webp);
  }
  #subslide3 {
    background-image: url(img/slides/sub/1120/3.webp);
  }
  #subslide4 {
    background-image: url(img/slides/sub/1120/4.webp);
  }
  #subslide5 {
    background-image: url(img/slides/sub/1120/5.webp);
  }
  #subslide6 {
    background-image: url(img/slides/sub/1120/6.webp);
  }
  #subslide7 {
    background-image: url(img/slides/sub/1120/7.webp);
  }
  #subslide8 {
    background-image: url(img/slides/sub/1120/8.webp);
  }
  #subslide9 {
    background-image: url(img/slides/sub/1120/9.webp);
  }
  #subslide10 {
    background-image: url(img/slides/sub/1120/10.webp);
  }
  #subslide11 {
    background-image: url(img/slides/sub/1120/11.webp);
  }
  #subslide12 {
    background-image: url(img/slides/sub/1120/12.webp);
  }
  #subslide13 {
    background-image: url(img/slides/sub/1120/13.webp);
  }
  #subslide14 {
    background-image: url(img/slides/sub/1120/14.webp);
  }
  #subslide15 {
    background-image: url(img/slides/sub/1120/15.webp);
  }
  #subslide16 {
    background-image: url(img/slides/sub/1120/16.webp);
  }
}

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

@media screen and (min-width: 1120px) {
  #homeslideImg1 {
    background-image: url(img/slides/home/2000/1.webp);
  }
  #homeslideImg2 {
    background-image: url(img/slides/home/2000/2.webp);
  }
  #homeslideImg3 {
    background-image: url(img/slides/home/2000/3.webp);
  }
  #homeslides {
    height: 600px;
  }
  .slideHead {
    font-size: 45px;
  }
  .slideBox {
    padding: 35px 0;
    width: 100%;
  }

  .subslide {
    height: 412px;
  }
  #subslide1 {
    background-image: url(img/slides/sub/2000/1.webp);
  }
  #subslide2 {
    background-image: url(img/slides/sub/2000/2.webp);
  }
  #subslide3 {
    background-image: url(img/slides/sub/2000/3.webp);
  }
  #subslide4 {
    background-image: url(img/slides/sub/2000/4.webp);
  }
  #subslide5 {
    background-image: url(img/slides/sub/2000/5.webp);
  }
  #subslide6 {
    background-image: url(img/slides/sub/2000/6.webp);
  }
  #subslide7 {
    background-image: url(img/slides/sub/2000/7.webp);
  }
  #subslide8 {
    background-image: url(img/slides/sub/2000/8.webp);
  }
  #subslide9 {
    background-image: url(img/slides/sub/2000/9.webp);
  }
  #subslide10 {
    background-image: url(img/slides/sub/2000/10.webp);
  }
  #subslide11 {
    background-image: url(img/slides/sub/2000/11.webp);
  }
  #subslide12 {
    background-image: url(img/slides/sub/2000/12.webp);
  }
  #subslide13 {
    background-image: url(img/slides/sub/2000/13.webp);
  }
  #subslide14 {
    background-image: url(img/slides/sub/2000/14.webp);
  }
  #subslide15 {
    background-image: url(img/slides/sub/2000/15.webp);
  }
  #subslide16 {
    background-image: url(img/slides/sub/2000/16.webp);
  }
}

#sync {
  height: 0;
  width: 0;
}
.syncItem {
  position: relative;
  z-index: 0;
}

/* Areas Zone */
.sxn-areas {
  padding: 30px 20px;
  background: url(img/areas/bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sxn-areas:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 139px;
  top: 0px;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  opacity: 0.5;
  left: 0;
}
.areas_list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  gap: 20px;
}
.areas_list li {
}
.areas_list li a {
  position: relative;
  display: block;
  height: 251px;
}
.areas_list li a:after {
  content: "";
  position: absolute;
  width: 82%;
  height: 37px;
  left: 0;
  bottom: -14px;
  background: #000000;
  opacity: 0.7;
  filter: blur(30px);
  right: 0;
  margin: 0 auto;
}
.areas_list li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.areas_list li span {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #263353ed;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 25px 0;
  font-weight: 500;
  z-index: 2;
}
.areas_list li a:hover span {
  background: #556794e5;
}
.areas_list li a:hover img {
  filter: brightness(1.05);
}

@media screen and (min-width: 1000px) {
  .sxn-areas {
    padding: 100px 20px 0;
    box-sizing: border-box;
    margin: 0 auto 78px;
  }
  .page-id-22 .sxn-areas {
    padding: 50px 20px;
  }
  .home .sxn-areas {
    height: 321px;
  }
  .areas_list li {
  }
  .areas_list .long-list {
    width: calc(50% - 11px);
    max-width: 701px;
  }
  .areas_list .long-list a {
    height: 300px;
  }
  .areas_list li span {
    letter-spacing: 8.5%;
    font-size: 18px;
  }
}

/* BELOW THE FOLD (BTF) BEGINS */

p {
  padding: 0 0 20px;
}
li {
  list-style-type: none;
  list-style-position: outside;
}
.topo {
  display: block;
  overflow: hidden;
}
.topo img {
  display: block;
  width: 100%;
}

/* Content Area */

#contentArea {
  margin: 0 auto;
  overflow: hidden;
}
#mainContent {
  font-size: 18px;
  color: #000;
}
#mainContent .sxn-button {
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
}
#crumbs {
  margin: 0 0 20px;
}
.article ul,
.article ol {
  padding: 0 0 20px 30px;
}
.article li ul,
.article li ol {
  padding: 0 0 0 30px;
}
.article li {
  list-style-position: outside;
}
.article ul li {
  list-style-type: disc;
}
.article ol > li {
  list-style-type: decimal;
}
.article ol > li > ol > li {
  list-style-type: lower-alpha;
}
.article ol > li > ol > li > ol > li {
  list-style-type: lower-roman;
}
.article ul ul {
  padding-bottom: 0;
}
.article a:hover {
  text-decoration: underline;
}
.article ul,
.article ol {
  overflow: hidden;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  padding: 0 0 5px 0;
}
.article h1 {
  font-size: 30px;
  padding: 0 0 20px 0;
}
.article h2 {
  font-size: 25px;
  padding: 0 0 10px 0;
}
.article h3 {
  font-size: 20px;
  font-weight: bold;
}
.article h4 {
  font-size: 16px;
  font-style: italic;
}
.article h5 {
  font-size: 16px;
}
.headshot {
  width: 40%;
  max-width: 220px;
  height: auto;
  float: left;
  margin: 0 15px 5px 0;
}
.article .alignright,
.article .aligncenter,
.article .alignleft {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}
.mcImgScale {
  /*Do not add any additional css to this class.*/
  max-width: 100%;
  height: auto;
}
.mcTable {
  margin: 0 0 20px;
}
.mcTable td {
  vertical-align: top;
  display: block;
}
.mcTable ul {
  padding: 0 0 0 30px;
}

.sxn-content {
  padding: 30px 20px;
}
.mcHome {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.mcHome h1 {
  text-align: center;
  width: 100%;
}
.mcHome-cont {
}
.mhThumbnail {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  height: fit-content;
}
.mhThumbnail br {
  display: none;
}
.mhThumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.mhThumbnail span {
  display: block;
  color: #fff;
  text-align: center;
  background: #263353;
  max-width: 345px;
  margin: 0 auto;
  position: relative;
  right: 0;
  left: 0;
  line-height: 30px;
  padding: 25px;
  box-sizing: border-box;
  z-index: 1;
}
.mhThumbnail span:before {
  content: "";
  position: absolute;
  width: 100%;
  background: inherit;
  left: 0;
  height: 100%;
  z-index: -1;
  top: 0;
}
.mhThumbnail span:after {
  content: "";
  position: absolute;
  width: 262px;
  height: 37px;
  left: 0;
  bottom: -17px;
  background: #000;
  opacity: 0.7;
  filter: blur(30px);
  z-index: -2;
  right: 0;
  margin: 0 auto;
}
.mcHome-cont .sxn-button {
  margin: 0 auto;
  font-size: 12px;
  padding: 0 32px 0 10px;
}
.mcBthumb {
  margin: 50px auto 0;
  display: block;
  width: 100%;
  object-fit: cover;
  height: 275px;
  max-width: 1347px;
}
.mcViewToggle {
  cursor: pointer;
  text-decoration: none !important;
}

.mcMore {
  transition: 0.5s height;
  visibility: hidden;
  height: 0;
  opacity: 0;
  display: none;
}
.mcMore.active {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: 0.2s height;
  display: block;
}

@media screen and (min-width: 600px) {
  .article h1 {
    font-size: 45px;
  }
  .article h2 {
    font-size: 30px;
  }
  .article h3 {
    font-size: 22px;
  }

  #mainContent .sxn-button {
    font-size: 16px;
  }
}

#sidebar {
  max-width: 300px;
  text-align: center;
  margin: 30px auto 0;
  width: 100%;
}
.sb-areas {
}
.sb-areas ul {
}
.sb-areas ul li {
  margin: 0 0 30px;
}
.sb-areas ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.sb-areas ul li a {
  position: relative;
  display: block;
}
.sb-areas ul li span {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #263353ed;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 0;
  font-weight: 500;
  z-index: 2;
  letter-spacing: 8.5%;
  line-height: 20px;
}
.sb-areas ul li a:after {
  content: "";
  position: absolute;
  width: 82%;
  height: 37px;
  left: 0;
  bottom: -14px;
  background: #000000;
  opacity: 0.7;
  filter: blur(30px);
  right: 0;
  margin: 0 auto;
}
.sb-areas li a:hover span {
  background: #556794e5;
}
.sb-areas li a:hover img {
  filter: brightness(1.05);
}

.sbBlog {
  background: #263353;
  color: #fff;
  padding: 30px 20px;
}
.sbBlog ul {
  text-align: left;
  padding: 0 0 20px 30px;
}
.sbBlog ul li {
  list-style-type: disc;
  margin: 0 0 10px;
  color: #fff;
}
.sbBlog a {
  color: #fff;
}
.sbBlog a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  .mcHome-cont .sxn-button {
    padding: 0 65px 0 25px;
  }
}

@media screen and (min-width: 800px) {
  .sxn-content {
    padding: 40px;
  }
  .mcHome h1 {
    font-size: 35px;
  }
  .mcBthumb {
    object-fit: unset;
    height: auto;
  }
  .mcHome-cont .sxn-button {
    padding: 0 80px 0 40px;
    font-size: 22px;
  }
}

@media screen and (min-width: 1000px) {
  .mcHome-cont {
    flex: 1;
  }
  .mcHome-cont .sxn-button {
    margin: 32px 40px 0 auto;
  }
  .mhThumbnail span {
    bottom: 137px;
  }

  #contentArea {
    display: flex;
    gap: 60px;
  }
  #mainContent {
    flex: 1;
  }
  #sidebar {
    max-width: 400px;
  }
}

@media screen and (min-width: 1120px) {
  .sxn-content {
    padding: 100px 60px 70px;
  }

  .mcHome h1 {
    font-size: 55px;
  }
  .mcHome {
    gap: 50px 60px;
  }
  .mhThumbnail {
    max-width: 400px;
  }
}

.sb-testi {
  background: #263353;
  color: #fff;
  padding: 25px 30px;
}
.sxn-testimonials {
  padding: 0 0 40px 0;
}
.sb-testi .sxn-button {
  font-size: 16px;
  color: #fff;
  background-color: #c03e20;
  padding: 0 35px 0 14px;
  letter-spacing: 0;
  border: none;
}
.sb-testi .sxn-button:before {
  background-position: bottom;
  width: 35px;
}
.sb-testi .sxn-button:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 0 3px #c03e20;
}
.sb-testi .sxn-button:hover:before {
  background-position: top;
}
.tests-cont-outer {
  position: relative;
  max-width: 1200px;
  margin: 0px auto;
}
.testimonial-slide {
}
.testi-head {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 20px;
}
.testi-text {
}
.testi-text a {
  font-weight: bold;
  color: #e86244;
  text-transform: uppercase;
}
.testi-text a:hover {
  text-decoration: underline;
}
.testimonial-slide span {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0;
  display: block;
}

@media screen and (min-width: 1000px) {
  .sb-testi .sxn-button {
    letter-spacing: 8.5%;
    margin: 0 auto;
    padding: 0 66px 0 40px;
  }
  .sb-testi .sxn-button:before {
    width: 57px;
  }
}

/* Starfish Zone */
.sxn-starfish {
  background: #263353;
  padding: 30px 20px;
  color: #fff;
  position: relative;
}
.sxn-starfish:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #263353 0%, #3f4f77 51.44%, #263353 100%);
  top: 0;
  left: 0;
}
.star-cont {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.star-left-cont {
  order: 2;
  text-align: center;
  max-width: 375px;
  margin: 0 auto;
}
.star-logo {
  max-width: 374px;
  height: auto;
  margin: 0 auto 17px;
  display: block;
  width: 100%;
}
.star-left-cont span {
}
.star-thumb {
  display: none;
}
.star-thumb-mob {
  max-width: 500px;
  height: auto;
  margin: 0 auto 30px;
  width: 100%;
  display: block;
}
.star-right-cont {
}
.star-right-cont p {
  padding: 0 0 25px;
}
.star-inner {
  padding: 0 0 0 30px;
}

@media screen and (min-width: 1000px) {
  .star-cont {
    gap: 90px;
  }
  .star-left-cont {
    margin: 0;
    order: 1;
    align-self: end;
    padding: 0 0 110px;
  }
  .star-right-cont {
    flex: 1;
    order: 2;
  }
  .star-thumb-mob {
    display: none;
  }
  .star-thumb {
    display: block;
    position: absolute;
    top: -110px;
    left: -220px;
    z-index: -1;
  }
  .star-inner {
    padding: 0 0 0 110px;
  }
  .star-right-cont p {
    line-height: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .star-left-cont {
    padding: 0 0 49px 110px;
  }
  .sxn-starfish {
    padding: 110px 20px;
  }
  .star-thumb {
    top: -210px;
  }
}

/* News Zone */
.sxn-news {
  padding: 30px 20px;
}
.sxn-news .sxn-button {margin: 15px 0 0;}
.news-cont p {
}
.news-list {
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.news-list li a {
  display: block;
  position: relative;
}
.news-list li a:after {
  content: "";
  position: absolute;
  height: 37px;
  left: 0;
  bottom: -15px;
  background: #000000;
  opacity: 0.7;
  filter: blur(30px);
  right: 0;
  margin: 0 auto;
  width: 80%;
}
.news-list li img {
  max-width: 511px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.news-logos {
  margin: 80px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px;
}
.news-logos li img {
}

@media screen and (min-width: 1000px) {
  .news-list li {
    width: 30%;
  }
  .sxn-news {
    padding: 100px 20px;
  }
}

@media screen and (min-width: 1500px) {
  .news-list li {
    width: calc(33% - 17px);
  }
  .news-list {
    gap: 130px 30px;
  }
}

/* Consulting Zone */
.sxn-consulting {
  padding: 30px 20px;
  background-image: url(img/consulting/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #263353;
}
.cons-thumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px auto 60px;
}
.cons-thumb li {
  position: relative;
}
.cons-thumb li img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.cons-thumb li:after {
  content: "";
  position: absolute;
  height: 37px;
  left: 0;
  bottom: -15px;
  background: #000000;
  opacity: 0.7;
  filter: blur(30px);
  right: 0;
  margin: 0 auto;
  width: 80%;
}

.cons-inner .p-black {
  color: #000;
}

@media screen and (min-width: 800px) {
  .cons-inner {
    column-count: 2;
    gap: 80px;
  }
}

@media screen and (min-width: 1000px) {
  .cons-thumb li {
    width: calc(33% - 21px);
  }
  .cons-thumb {
    gap: 35px;
    margin: 60px auto 80px;
  }
  .sxn-consulting {
    padding: 100px 20px;
  }
}

/* Profile Zone */
.sxn-profile {
  padding: 30px 20px;
}
.page-id-22 .sxn-profile {
  background-image: url(img/consulting/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.profile-cont {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.prof-thumb {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: fit-content;
}
.prof-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.prof-thumb span {
  display: block;
  color: #fff;
  text-align: center;
  background: #263353;
  max-width: 345px;
  margin: 0 auto;
  position: relative;
  line-height: 30px;
  padding: 25px;
  box-sizing: border-box;
  z-index: 1;
}
.prof-thumb span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: inherit;
  z-index: -1;
}
.prof-thumb span:after {
  content: "";
  position: absolute;
  width: 262px;
  height: 37px;
  left: 0;
  bottom: -17px;
  background: #000;
  opacity: 0.7;
  filter: blur(30px);
  z-index: -2;
  right: 0;
  margin: 0 auto;
}
.prof-inner {
}
.prof-inner p {
  padding: 0 0 25px;
}
.prof-badges {
  text-align: center;
  padding: 55px 0;
  border-top: 2px solid #000;
  margin: 20px 0 0;
}
.prof-badges p {
}
.badges-list {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 45px;
}
.badges-list li {
}
.badges-list li img {
}
@media screen and (min-width: 600px) {
  .prof-thumb {
    max-width: 400px;
  }
  .prof-thumb span {
    bottom: 130px;
    margin: 0 auto -130px;
  }
}

@media screen and (min-width: 1000px) {
  .prof-inner {
    flex: 1;
  }
  .profile-cont {
    gap: 60px;
  }
  .sxn-profile {
    padding: 100px 20px;
  }
}

/* DIG Zone */
.sxn-dig {
  padding: 30px 20px;
  background: #ebebeb;
}
.dig-thumb {
  margin: 0 0 20px;
}
.dig-inner {
}
.dig-inner p {
}
.dig-inner a {
  margin: 20px 0 0;
}

@media screen and (min-width: 800px) {
  .dig-cont {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .dig-cont {
    gap: 120px;
  }
  .sxn-dig {
    padding: 100px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .dig-thumb {
    padding: 0 0 0 60px;
  }
}

/* Contact Zone */
.sxn-contact {
  padding: 30px 20px;
  color: #fff;
  background: #263353;
  position: relative;
}
.sxn-contact:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 85px;
  left: 0px;
  bottom: 0;
  background: linear-gradient(360deg, rgba(57, 72, 111, 0) 50%, #000000 100%);
  opacity: 0.5;
  transform: rotate(-180deg);
}
.sxn-contact .sxn-head {
  text-align: center;
}
.sxn-contact .sxn-head a {color: #fff}
.sxn-contact .sxn-head a:hover {text-decoration: underline}
.contact-cont {
  position: relative;
  z-index: 2;
}

.form-cont {
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
}
.form-cont iframe {}
.formBlock {
  margin: 0 0 30px;
  width: 100%;
}
.formInput input,
.formInput textarea {
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 21px;
  outline: none;
  resize: none;
  width: 100%;
  overflow: hidden;
  padding: 26px 30px;
  border: 3px solid #fff;
  background: none;
  font-family: "Montserrat", sans-serif;
}
.formInput textarea {
  height: 163px;
  box-sizing: border-box;
}
.formInput input::placeholder,
.formInput textarea::placeholder {
  color: #fff;
}
.formInput label {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 20px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 20px;
}
.formBlockSubmit {
  display: flex;
  flex-direction: column;
  margin: 36px 0 0;
  gap: 30px;
}
.formReqSubmit {
  margin: 0;
  display: flex;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}
.formSubmitBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}
.formRecaptcha {
  vertical-align: middle;
  height: 58px;
  margin: 0;
}
.formSubmit {
  position: relative;
}
.formSubmit:hover:before {
  background-position: bottom;
}
.formSubmit:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 38px;
  top: 50%;
  transform: translateY(-50%);
  background: url(img/icons/mail.webp) no-repeat top;
  z-index: 2;
  left: 20px;
  pointer-events: none;
}
.formSubmit .sxn-button {
  line-height: 59px;
  margin: 0 auto;
  background-color: #c03e20;
  color: #fff;
  background-image: url(img/icons/arrow1.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  border: none;
  background-position-x: right 25px;
  padding: 0 58px 0 88px;
}

.formSubmit input:hover {
  /*! background: #003971; */
}
.formSubmit .sxn-button:hover {
  background-color: #fff;
  color: #000;
  background-position-y: top;
  box-shadow: 0 0 0 2px #c03e20;
}
.formReqBox {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  max-width: 1040px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.formReqBox span {
  display: block;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 16px;
}
.formReqBox p {
  padding: 0;
  line-height: 1.5;
  flex: 1;
}
.consent-group {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
}

.consent-req {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 12px 44px;
}

.consent-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.consent-item:last-child {
  margin-bottom: 0;
}

.consent-item input {
  position: absolute;
  opacity: 0;
}

.checkmark {
  width: 33px;
  height: 33px;
  border: 3px solid #ffffff;
  flex-shrink: 0;
  margin-top: 8px;
  box-sizing: border-box;
}

.consent-text {
  color: #ffffff;
  font-size: 12px;
}

/* Checked state */
.consent-item input:checked ~ .checkmark {
  background: #ffffff;
  position: relative;
}

.consent-item input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 3px;
  width: 5px;
  height: 15px;
  border: solid #1d2c56;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media screen and (min-width: 800px) {
  .fTopblock {
    display: flex;
    gap: 20px;
  }
  .consent-text {
    font-size: 16px;
  }

  .formSubmit .sxn-button {
    padding: 0 79px 0 122px;
  }
  .formSubmit::before {
    left: 40px;
  }
}

@media screen and (min-width: 1000px) {
  .sxn-contact {
    padding: 100px 20px;
  }
  .sxn-contact .sxn-head {
    margin: 0 0 70px;
  }
}

/* Footer Zone */

#mainFooter {
  overflow: hidden;
}
.ftr-top {
  background: #263353;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}
.ftr-top-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.ftr-logo {
  width: 100%;
  max-width: 364px;
  height: auto;
}
.ftr-details {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.ftr-details a.ftr-phone {
  font-size: 29px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding: 0 0 0 45px;
  height: fit-content;
}
.ftr-details a.ftr-phone:hover {
  text-decoration: underline;
}
.ftr-details a.ftr-phone:before {
  content: url(img/icons/phone.webp);
  position: absolute;
  top: 61%;
  left: 0;
  transform: translateY(-50%);
}

.ftr-details address {
  text-align: left;
  position: relative;
  padding: 0 0 0 55px;
  font-size: 14px;
}
.ftr-details address:before {
  content: url(img/icons/pin.webp);
  position: absolute;
  left: 0;
}
.ftr-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.ftr-socials li {
}
.ftr-socials li a {
  width: 51px;
  height: 51px;
  background-color: #c03e20;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 0;
}
.ftr-socials li a img {
  display: block;
  margin: 0;
}
.ftr-socials li a span {
  background-image: url(img/icons/fb.webp);
  background-repeat: no-repeat;
  background-position: top;
  width: 10px;
  height: 21px;
}
.ftr-socials li a span.in {
  background-image: url(img/icons/in.webp);
  width: 20px;
  height: 17px;
}
.ftr-socials li a span.insta {
  background-image: url(img/icons/insta.webp);
  width: 21px;
  height: 21px;
}
.ftr-socials li a:hover span {
  background-position: bottom;
}
.ftr-socials li a:hover {
  background: #fff;
}

.fNav {
  padding: 0;
}
.fNav li {
  padding: 0 14px;
  display: inline-block;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
}
.fNav li:after {
  color: #c03e20;
  font-size: 12px;
  position: absolute;
  content: "|";
  right: 0;
}
.fNav li:last-child:after {
  display: none;
}
.fNav a {
  color: #fff;
  font-size: 12px;
}
.fNav a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1300px) {
  .ftr-top-cont {
    gap: 74px;
  }
}
@media screen and (min-width: 1500px) {
  .ftr-details {
    gap: 80px;
  }
}

#ncBrandingWrapper {
  padding: 40px 20px;
  font-size: 0;
  text-align: center;
  background: #00133f;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
#ncBranding {
  overflow: hidden;
}
#ncBranding,
#ncBranding a {
  color: #fff;
  font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
}
#ncBranding img {
  display: inline-block;
  vertical-align: middle;
}
#ncBranding a:hover {
  font-weight: normal;
  text-decoration: underline;
}
#logo-nextclient {
  display: block;
  margin: 0 auto 15px;
}
#ncBranding p {
  padding: 0;
  max-width: 320px; /*modme*/
  margin: 10px auto 0;
}
#ncBranding br {
  /*! display: none; */
}
@media screen and (min-width: 600px) {
  #ncBranding {
    display: inline-block;
  }
  #logo-nextclient {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  #ncBranding p {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0;
    max-width: none;
    text-align: left;
    vertical-align: middle;
  }
  #ncBranding br {
    display: inline;
  }
}

/* Search Page */
#univ_search_form {
  margin: 0 0 20px;
}
#univ_search_field {
  display: inline-block;
  box-sizing: border-box;
  width: 160px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background-color: #fff;
}
#univ_search_submit {
  height: 36px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
}
#univ_search_submit:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

/* Contact Form Styling */
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
.nc_form {
  background-color: #f0f0f0;
  padding: 20px 10px;
  margin: 0 0 15px;
  border: 2px solid #c0c0c0;
  border-radius: 5px;
  color: #333333;
  min-width: 255px;
}
.nc_form .form-part {
  margin: 0 0 10px;
}
.nc_form .req {
  color: #f71704;
}
.nc_form .groupLegend {
  font-size: 18px;
  margin: 0 0 5px;
}
.nc_form label, .nc_form input, .nc_form textarea, .nc_form select {
  display: block;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.nc_form input, .nc_form textarea {
  background: #fff;
  color: #000;
}
.nc_form input::placeholder, .nc_form textarea::placeholder {
  color: gray;
}
.nc_form input, .nc_form textarea, .nc_form .captcha-container {
  border: 1px solid #999;
  border-radius: 3px;
}
.nc_form label {
  margin: 0 0 5px;
}
.nc_form input, .nc_form textarea, .nc_form select {
  margin: 0 0 10px;
  padding: 10px 10px;
}
.nc_form textarea {
  height: 60px;
}
.nc_form .captcha-container {
  padding: 0;
  width: 100%;
}

.nc_form input.hidden {
  display: none;
}
.nc_form input.submit-button {
  cursor: pointer;
  margin: 1em 0;
  padding: 10px 10px;
  width: auto;
  height: auto;
  background: #555;
  color: #fff;
  line-height: 1;
  -webkit-appearance: none;
  border-radius: 0;
}
.nc_form input.submit-button:hover {
  background: #777;
}
.nc_form input.error {
  border-color: #f00;
}
.nc_form label.error {
  color: #f00;
}
.ncfDisclaimer {
  font-size: 80%;
  margin: 0 0 15px;
  padding: 10px 0 0;
}
.ncfDisclaimer span {
  display: block;
  font-weight: bold;
  font-size: 125%;
}
.ncfDisclaimer span.req {
  display: inline;
  font-size: 80%;
}
.ncfDisclaimer input {
  display: inline;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
.ncfDisclaimer label {
  display: inline;
}
.nc_form .captcha-wrapper {
}
.nc_form .captcha-wrapper input {
  max-width: 200px;
}
.nc_form .captcha-container {
  background: #fff;
  border: 1px solid #333;
  margin: 0 0 4px;
  text-align: center;
  max-width: 200px;
}
.nc_form .captcha-image {
  cursor: pointer;
  display: block;
  width: 100%;
}
.nc_form .checkbox,
.nc_form .radio {
  margin: 0 auto 10px;
}
.nc_form .checkbox input, .nc_form .checkbox label, .nc_form .radio input, .nc_form .radio label {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
}
.nc_form .checkbox label,
.nc_form .radio label {
  margin: 0 15px 0 2px;
}

.nc_form .inlineSelect select {
  display: inline;
  width: auto;
}
.nc_form .inlineSelectGroup {
  display: inline-block;
  margin: 0 10px 0 0;
}
.nc_form .inlineSelectGroup select {
  margin: 0;
}
.nc_form .inlineSelectGroup label {
  font-size: 0.85rem;
}

@media screen and (min-width: 600px) {
  .nc_form {
    padding: 20px 15px;
  }
}

/* reCAPTCHA v2 invisible */
.grecaptcha-badge {
  visibility: hidden;
}
.grDisclaimerBox {
  background-color: #4a90e2;
  overflow: hidden;
  height: 60px;
  width: 255px;
}
.nc_form .grDisclaimerBox {
  box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 5px;
  margin: 0 0 20px;
}
.grDisclaimerBoxNarrow {
  width: 180px;
}
.grDisclaimerBoxNarrow .grdbBadge {
  display: none;
}
.grdbBadge {
  float: left;
  width: 70px;
  height: 100%;
  background-color: #fff;
  background-image: url(img/recaptcha-logo-48.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.grdbText {
  float: left;
  color: #fff;
  width: 185px;
  box-sizing: border-box;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 13px;
  padding: 15px 15px 0;
  line-height: 1;
}
.grdbHead {
  display: block;
  margin: 0 0 5px;
}
.grdbLinks a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}
.grdbLinks a:hover {
  text-decoration: underline;
}
.grdbSep {
  font-size: 8px;
}
/* reCAPTCHA v2 invisible */

/* Contact Form - Custom */

/* Contact Form Styling Ends */

/* Blog Page */
@media screen and (max-width: 700px) {
  .post_entry_mult_left,
  .post_entry_mult_right {
    float: none;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .postThumbMult {
    display: block;
    width: 80%;
    max-width: 150px;
    margin: 0 auto 0.5em;
  }
}

/*  < animate.css >  */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}

/*  < animations - fadeIns >  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/*  </ animations - fadeIns >  */

/* Featured Image */
.dskFiMult {
  max-width: 100%;
}

.dskFiSingle {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
@media screen and (min-width: 500px) {
  .dskFiSingle.dskFiLeft {
    float: left;
    margin: 0 10px 10px 0;
  }
  .dskFiSingle.dskFiRight {
    float: right;
    margin: 0 0 10px 10px;
  }
}

/* Chat Buttons Fix - font too big at 320px */
/*
@media screen and (max-width: 360px) {
    body .ccl-split-bar-item {
        font-size: 20px !important;
    }
}
*/

form .validationError::placeholder, form input[type="text"].validationError, form select.validationError, form textarea.validationError {
  background-color: red !important;
  color: #fff !important;
}
form .validationError:-moz-placeholder, form .validationError::-moz-placeholder {
  opacity: 1;
}
input[type="checkbox"].validationError {
  position: relative;
}
.cfRequiredMark {
  position: relative;
  font-size: 0;
}
input[type="checkbox"].validationError + .cfRequiredMark:before, input[type="radio"].validationError + .cfRequiredMark:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -26px;
  top: -11px;
  background-color: red;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  opacity: 1;
  box-shadow: 1px 1px 3px red;
}
.validationFeedback {
  display: none;
  text-align: center;
  background-color: #f5770c;
  color: #000;
  padding: 20px 20px 0;
  margin: 0 auto 20px;
}
.vfActive {
  display: block;
}
.vfFailedEmailValidationPrompt, .vfFailedFullNamelValidationPrompt, .vfFailedTelephoneValidationPrompt, .vfFailedZipValidationPrompt {
  display: none;
}
.vfFailedEmailValidation .vfFailedEmailValidationPrompt, .vfFailedFullNamelValidation .vfFailedFullNamelValidationPrompt, .vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt, .vfFailedZipValidation .vfFailedZipValidationPrompt {
  display: block;
}

/*  < navmm_scrollable v1.3 >  */
nav.mm_mob .navmm_scrollable .menu_more_indicator {
  display: none;
}
@media screen and (min-width: 800px) {
  nav.mm .navmm_scrollable .navmm_scroll_menu {
    z-index: 999;
    position: absolute;
    top: 100%;
    left: 0;
    width: 226px; /* modme */
    /* 		background: #4B91E2; */ /* modme */
    transform-origin: top;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    transition: 300ms;
  }
  nav.mm .navmm_scrollable:hover .navmm_scroll_menu {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  nav.mm .navmm_scrollable .navmm_scroll_menu > ul {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-height: calc(85vh - 140px);
    overflow-y: auto;
  }
  /*	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu > ul {
		max-height: calc( 20rem - 140px );
	} */
  nav.mm ul ul .navmm_scrollable .navmm_scroll_menu {
    left: -100%;
    top: 0;
  }
  nav.mm ul ul .navmm_scrollable .navmm_scroll_menu ul {
    left: 0;
  }
  nav.mm ul ul ul .navmm_scrollable .navmm_scroll_menu > ul {
    max-height: calc(55vh - 140px);
  }
  nav.mm .navmm_scrollable .navmm_scroll_menu > ul {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  nav.mm .navmm_scrollable .menu_more_indicator {
    box-sizing: border-box;
    display: none;
  }
  nav.mm .navmm_scrollable:hover .menu_more_indicator {
    display: block;
    height: 42px;
    padding: 4px 8px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    background: #c03e20;
    border: 1px solid #19255c;
  }
  nav.mm .navmm_scrollable:hover .menu_more_indicator.js_inactive {
    display: none;
  }
  nav.mm .navmm_scrollable:hover .menu_more_indicator.js_scroll_inactive {
    display: none;
  }
  nav.mm .navmm_scrollable .menu_more_indicator .menu_more_indicator_label {
    display: inline-block;
    padding: 1px 0 0;
    vertical-align: middle;
  }
  nav.mm .navmm_scrollable .menu_more_indicator_icon {
    display: inline-block;
    margin: 0 0 0 10px;
    width: 19px;
    height: 31px;
    vertical-align: middle;
    background-image: url(img/mouse-scroll-animation.png);
  }
  nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul ul {
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-left: 0;
    border-bottom: 0;
    transform: scaleY(1);
  }
  .jaOverflowMenu ul ul {
    padding: 10px;
    background: #3e4963 !important;
  }
  .jaOverflowMenu ul ul li {
  }
  /*
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul > li > ul {
		margin: 0 0 0 20px;
		width: calc( 100% - 21px );
	}
 */
}
@media screen and (min-width: 1120px) {
  nav.mm ul ul .navmm_scrollable .navmm_scroll_menu {
    left: 100%;
  }
}
/*  </ navmm_scrollable v1.3 >  */

/* Testimonials */
.mc_testimonial {
}
.mc_testimonial .block_cont {
  border: 2px solid #253252;
  padding: 20px;
}
.mc_testimonial h3 {
  margin: 0 0 20px;
  font-size: 30px;
}
.mc_testimonial p {
}
.mc_testimonial cite {
  font-weight: bold;
}

.page-id-18 #crumbs {display: none}
.page-id-18 .sxn-content {background: #263353;}
.page-id-18 #mainContent {color: #fff}
.page-id-18  #contentArea {overflow: unset}

.vid-frame {
  padding: 30px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.vid-frame li {list-style: none !important;}
.vid-frame li iframe {}

.page-id-26 .sxn-areas {display: none}
.youtube-cont {
  flex: 0 0 auto;
  max-width: 100% !important;
  width: 100%;
}
.youtube-cont iframe {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .youtube-cont {
    max-width: 50% !important;
  }

}
