@charset "utf-8";
/* CSS Document */

@import url('./tabslet.css');

@font-face {
  font-family: "CircularStdBook";
  src: url("../fonts/CircularStd-Book.otf") format("OpenType");
}
@font-face {
  font-family: "CircularStdMedium";
  src: url("../fonts/CircularStd-Medium.otf") format("OpenType");
}
@font-face {
  font-family: "CircularStdBold";
  src: url("../fonts/CircularStd-Bold.otf") format("OpenType");
}
@font-face {
  font-family: "CircularStdBlack";
  src: url("../fonts/CircularStd-Black.otf") format("OpenType");
}
@font-face {
  font-family: "CircularStdBookItalic";
  src: url("../fonts/CircularStd-BookItalic.otf") format("OpenType");
}
@font-face {
  font-family: "CircularStdMediumItalic";
  src: url("../fonts/CircularStd-MediumItalic.otf") format("OpenType");
}
@font-face {
  font-family: "CircularStdBoldItalic";
  src: url("../fonts/CircularStd-BoldItalic.otf") format("OpenType");
}
@font-face {
  font-family: "CircularStdBlackItalic";
  src: url("../fonts/CircularStd-BlackItalic.otf") format("OpenType");
}
@font-face {
  font-family: "SourceSansProExtraLight";
  src: url("../fonts/SourceSansPro-ExtraLight.ttf") format("TrueType");
}
@font-face {
  font-family: "SourceSansProLight";
  src: url("../fonts/SourceSansPro-Light.ttf") format("TrueType");
}
@font-face {
  font-family: "SourceSansProRegular";
  src: url("../fonts/SourceSansPro-Regular.ttf") format("TrueType");
}
@font-face {
  font-family: "SourceSansProBold";
  src: url("../fonts/SourceSansPro-Bold.ttf") format("TrueType");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: transparent;
}
html {
  -webkit-text-size-adjust: 100%;
}
html.scOff {
  max-height: 100vh;
  overflow: hidden;
}
body {
  background: #f4eef4;
  color: #231f20;
  font-family: "SourceSansProRegular", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  /* word-break: break-word; */
}
.stk-block p, [data-block-type="core"] p, p[data-block-type="core"], [class*="wp-block-"] p, p[class*="wp-block-"], .ugb-main-block p, .stk-block li, [data-block-type="core"] li, li[data-block-type="core"], [class*="wp-block-"] li, li[class*="wp-block-"], .ugb-main-block li, .stk-block td, [data-block-type="core"] td, td[data-block-type="core"], [class*="wp-block-"] td, td[class*="wp-block-"], .ugb-main-block td {
  font-family: "SourceSansProRegular", sans-serif;
}
::placeholder {
  color: #041b33;
}
a,
button,
.mainHeader,
.headerTop,
.headerLogo img,
.menuIcon,
.mainNav ul.topMenu,
.mainNav ul.topMenu > li ul,
.filterList ul,
.filterIcon,
.contentArea,
.mainNav,
.filterList li a::after,
input[type="submit"] {
  transition: all 0.5s;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
hr {
  border: none;
  height: 1px;
  background: #9c5da1;
  margin: 100px 0;
}
ul {
  list-style-type: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin-bottom: 30px;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CircularStdBook", sans-serif;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
}
ul:last-child,
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f4eef4 inset !important;
  -webkit-text-fill-color: #041b33 !important;
}
input,
textarea,
select {
  background: transparent;
  color: inherit;
  width: 100%;
  padding: 0;
  line-height: 1.3;
  outline: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: inherit;
  border-radius: 0;
  border: 1px solid #041b33;
  border-width: 0 0 1px;
  padding: 0 0 10px;
  margin-bottom: 24px;
  max-width: 350px;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  box-shadow: none;
}
textarea {
  height: 140px;
  resize: none;
  max-width: 100%;
  border: none;
  background: #fff;
  padding: 10px;
}
select {
  -webkit-appearance: none;
  padding-right: 30px;
  background: #fff url(../images/icon-arrow-down.svg) no-repeat
    calc(100% - 10px) center / 12px;
}
input[type="submit"] {
  width: auto;
  padding: 10px 20px;
  color: #000;
  border: 2px solid #9c5da1;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
input[type="submit"]:hover {
  border-color: #000;
}
button {
  font-family: inherit;
  outline: none;
}
a,
input,
img,
select,
textarea {
  outline: 0 none;
}
* {
  -webkit-text-size-adjust: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.overlay {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  transition: all 0.5s;
}
.overlay.active {
  right: 0;
  opacity: 1;
}
.contentArea {
  flex-grow: 1;
  padding-top: 171px;
  display: flex;
  flex-direction: column;
}
.pageScrolled .contentArea {
  padding-top: 80px;
}
.wrapper,
.alignwide,
.ugb-main-block.ugb--has-block-background.alignfull.alignfull.alignfull.alignfull.ugb-main-block--inner-wide
  > .ugb-inner-block {
  width: 100%;
  max-width: 1060px;
  padding: 0 10px;
  margin: 0 auto;
  min-width: 0;
}
.sliderWrapper.alignwide > .ugb-inner-block {
  padding: 0 30px;
}
.ugb-main-block.ugb--has-block-background.alignfull.alignfull.alignfull.alignfull.ugb-main-block--inner-wide
  > .ugb-inner-block
  .alignwide,
.wp-block-cwp-block-slider.alignwide .alignwide {
  padding: 0;
}
.mainHeader {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
}
.pageScrolled .mainHeader {
  box-shadow: 0 0 5px rgba(8, 28, 50, 0.7);
}
.pageScrolled .mainHeader .headerLogo {
  margin: 0;
}
.pageScrolled .headerLogo img {
  max-height: 60px;
}
.headerTop {
  padding: 15px 0;
  background: #0a0d0d;
  overflow: hidden;
  max-height: 50px;
}
.pageScrolled .headerTop {
  padding: 0;
  max-height: 0;
}
.headerTop a img {
  display: block;
}
.footerGlobal {
  font-family: "CircularStdBook", sans-serif;
  background: #0a0d0d;
  padding: 25px 0;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.footerGlobal .wrapper {
  display: flex;
}
.footerGlobal .logoGlobal {
  flex: 0 0 160px;
  padding-right: 40px;
}
.footerGlobal .logoGlobal img {
  width: 120px;
  margin: 0 auto;
}
.footerGlobal .globalNavMain {
  font-size: 1rem;
  list-style-type: none;
}
.footerGlobal .globalNavMain,
.footerGlobal .globalNavSub {
  margin: 0 0 10px;
  padding: 0;
}
.footerGlobal .globalNavMain li,
.footerGlobal .globalNavSub li,
.footerGlobal .footerGlobalInfo span {
  display: inline-block;
  margin: 0 7px 3px;
}
.footerGlobal .globalNavMain li a,
.footerGlobal .globalNavSub li a {
  color: inherit;
}
.mainNav {
  padding: 25px 0;
}
.mainNav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerTop .wrapper,
.mainNav .wrapper {
  max-width: 1200px;
}
.pageScrolled .mainNav {
  padding: 10px 0;
}
.headerLogo {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.headerLogo > * + * {
  margin-left: 30px;
}
.headerLogo img {
  max-height: 71px;
}
.showMobile {
  display: none;
}
.showMobile > * + * {
  margin-left: 20px;
}
.mainNav ul.topMenu {
  display: flex;
  list-style-type: none;
  padding: 0;
  font-family: "CircularStdBook", sans-serif;
}
.mainNav ul.topMenu > li {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.mainNav ul.topMenu > li:first-child {
  padding-left: 0;
}
.menuParent::after {
  position: absolute;
  content: "";
  background: url(../images/icon-arrow-down.svg) no-repeat center center / 12px
    auto;
  height: 16px;
  width: 16px;
  right: 20px;
  top: 6px;
  transform: rotate(0);
}
.menuParent:hover::after {
  transform: rotate(-180deg);
}
.mainNav ul.topMenu > li ul {
  position: absolute;
  top: 32px;
  left: 0;
  width: 300px;
  background: #fff;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 28, 50, 0);
  display: none;
}
.mainNav ul.topMenu > li:last-child ul,
.mainNav ul.topMenu > li:nth-last-child(2) ul {
  left: auto;
  right: 0;
}
.mainNav ul.topMenu > li:hover ul {
  display: block;
  border: 1px solid rgba(8, 28, 50, 0.1);
}
.mainNav ul.topMenu > li li {
  display: block;
  border-bottom: 1px solid rgba(8, 28, 50, 0.1);
}
.mainNav ul.topMenu > li li a {
  padding: 10px;
}
.mainNav ul.topMenu li a {
  display: block;
  font-size: 15px;
  padding: 5px 0;
  line-height: 22px;
  color: #041b33;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.mainNav ul.topMenu li:hover > a,
.mainNav ul.topMenu li.current-menu-item > a {
  color: #3a8dc7;
}
.sanfordLogo {
  margin-top: 30px;
}
.footerWrap {
  font-family: "CircularStdBook", sans-serif;
  background: #041b33;
  color: #fff;
  padding: 100px 0;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
}
.footerLogo {
  margin-bottom: 60px;
  display: flex;
}
.footerLogo > * + * {
  margin-left: 60px;
}
.footerLogo img {
  max-height: 60px;
}
.footerBottom {
  display: flex;
  justify-content: space-between;
}
.footerBottom > * + * {
  margin-left: 50px;
}
.footerRight {
  flex: 0 0 300px;
  font-size: 1rem;
  line-height: 1.25rem;
}
.subscribeBlk {
  position: relative;
  padding: 0 25px 10px 0;
  border-bottom: 1px solid #fff;
  max-width: 300px;
}
.fldWrap {
  position: relative;
}
.subscribeBlk label,
.fldWrap label {
  font-size: 0;
  position: absolute;
  height: 0;
  width: 0;
}
.subscribeBlk input {
  font-weight: 200;
  border: none;
  padding: 0;
  margin: 0;
}
.subscribeBlk input::placeholder {
  color: #fff;
}
.footerWrap input:-webkit-autofill,
.footerWrap input:-webkit-autofill:hover,
.footerWrap input:-webkit-autofill:focus,
.footerWrap input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #041b33 inset !important;
  -webkit-text-fill-color: #f4eef4 !important;
}
.footerWrap p {
  color: inherit;
  margin: 0 0 30px;
}
.subscribeBlk .submitBtn,
.subscribeBlk .submitBtn:hover {
  background: url(../images/arrow-button.svg) no-repeat center center / 100%;
  width: 21px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.socialBlk {
  margin-top: 60px;
  display: flex;
  font-size: 0;
}
.socialBlk > * + * {
  margin-left: 30px;
}
.socialBlk a {
  width: 40px;
  height: 40px;
}
.socialBlk .twitterIcon {
  background: url(../images/icon-twitter.svg) no-repeat center center / 100%;
}
.socialBlk .linkedInIcon {
  background: url(../images/icon-linkedin.svg) no-repeat center center / 100%;
}
.innerbanner {
  position: relative;
  background: #041b33;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.innerbanner h2 {
  font-size: 45px;
}
.innerBlk {
  padding: 80px 0;
}
.welcomeBlk {
  padding: 100px 20px 30px !important;
  margin-top: -150px !important;
  min-height: 300px;
  align-items: flex-end;
}
.welcomeBlk .ugb-heading {
  margin-bottom: 0 !important;
}
.headingStyle1 h3 {
  background: #041b33;
  color: #75ceee;
  padding: 10px 20px 8px;
  max-width: 500px;
  margin-bottom: 50px !important;
}
.customAccordion.ugb-accordion .ugb-accordion__heading {
  display: block !important;
}
.customAccordion.ugb-accordion .ugb-accordion__title {
  font-size: 24px;
  display: inline-block;
  padding-right: 30px;
  background: url(../images/icon-plus.svg) no-repeat right center / 20px;
  position: relative;
}
.customAccordion.ugb-accordion.ugb-accordion--open .ugb-accordion__title {
  font-size: 42px;
  color: #3a8dc7;
  padding-right: 50px;
  background: url(../images/icon-minus.svg) no-repeat right center / 32px;
}
.customAccordion.ugb-accordion .ugb-accordion__title::after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  bottom: 0;
  left: 0;
  background: #041b33;
}
.customAccordion.ugb-accordion.ugb-accordion--open
  .ugb-accordion__title::after {
  width: calc(100% - 50px);
}
.newBlkStyle {
  position: relative;
  padding: 16px 0 0 16px;
}
.newBlkStyle::before {
  content: "";
  position: absolute;
  border: 2px solid #041b33;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  left: 0;
  top: 0;
  z-index: 1;
}
.newBlkStyle > .ugb-inner-block {
  background: #f4eef4;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.newBlkStyle h3.ugb-heading__title {
  font-size: 28px;
  margin-bottom: 16px;
}
.customTabStyle {
  background: #f00;
}
.filterSectionWrap {
  padding: 80px 0;
}
.filterSectionWrap .wrapper {
  display: flex;
  position: relative;
}
.filterList {
  flex: 0 0 400px;
  max-width: 400px;
  padding-right: 1.5rem;
}
.filterList .filterIcon {
  display: none;
}
.filterList li {
  display: block;
}
.filterList li + li {
  margin-top: 16px;
}
.filterList li a {
  display: inline-block;
  padding: 5px 0;
  font-size: 1.25rem;
  color: #041b33;
  position: relative;
}
.filterList li a:hover {
  text-decoration: none;
}
.filterList li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: transparent;
}
.filterList li a:hover:after,
.filterList li.active a::after {
  background: #3a8dc7;
}
.filterBlock {
  flex-basis: 0 !important;
  flex-grow: 1;
}
.filterBlock ul {
  margin-bottom: 0;
}
.filterBlock li {
  display: flex;
  /* align-items: center; */
  margin-bottom: 60px;
}
.filterBlock li:last-child {
  margin-bottom: 0;
}
.filterBlock .picBlk {
  max-width: 300px;
  flex: 0 0 300px;
}
.filterBlock.picOption2 .picBlk {
  max-width: 240px;
  flex: 0 0 240px;
}
.filterBlock.picOption2 .picBlk img {
  display: block;
  border-radius: 50%;
}
.filterBlock li .detailBlk {
  margin-left: 30px;
}
.filterBlock.picOption2 li .detailBlk {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detailBlk > * + * {
  margin-top: 8px;
}
.detailBlk .nameBlk {
  color: #3a8dc7;
  font-size: 2rem;
  line-height: 1.3;
}
.detailBlk .otherTxt {
  color: #071c32;
  font-family: "CircularStdBook", sans-serif;
  line-height: 1.3;
}
.detailBlk .learnMoreBtn {
  display: inline-block;
  margin-top: 30px;
  color: #041b33;
  border-bottom: 2px solid #9d5da3;
  text-transform: uppercase;
  padding: 0 0 5px;
  text-decoration: none;
}
.detailBlk .learnMoreBtn:hover {
  border-color: #041b33;
}
.showMoreBtn {
  background: url(../images/icon-plus.svg) no-repeat left center / 50px;
  display: inline-block;
  padding: 10px 0 10px 60px;
  line-height: 30px;
  font-size: 1.5rem;
  margin: 60px 0 0 330px;
}
.picOption2 .showMoreBtn {
  margin-left: 270px;
}
.ugb-header__subtitle,
.ugb-main-block .ugb-header__subtitle {
  font-family: "CircularStdBook", sans-serif;
}
.ugb-text__text {
  hyphens: initial;
  -webkit-hyphens: initial;
}

.vibrancy-heading {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100% !important;
}

.vibrancy-heading h3
 {
  background-color: #041B33;
  width: max-content;
  padding: 10px 20px 8px;
  margin-bottom: 30px;
  width: max-content !important;
}
.App.MuiBox-root {
  height: 100%;
}
.vibrancy-heading .ugb-heading {
  margin-bottom: 0 !important;

}
.vibrancy-heading .ugb-text {
  margin-top: 10px;
}

.single-column {
  width: 100%;
}

.hidden-column {
  display: none;
}

.vibrancy-content h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  margin-top:15px;
}

.accordion-content {
  display: none;
}

.vibrancy-content ul li {
  margin-bottom: 10px;
}

.accordion {
  cursor: pointer;
}

.methodology-and-metrics.accordion {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.App {
  overflow-x: hidden !important;
  min-height: unset !important;
}

.accordion h2::after,
.accordion h3::after,
.accordion h4::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23666666" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down svelte-zz2f49" style="transform: rotate(0deg);width:1em;height:1em"><g><polyline points="6 9 12 15 18 9"></polyline></g></svg>');
}

.accordion h2.opened::after,
.accordion h3.opened::after,
.accordion h4.opened::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23666666" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down svelte-zz2f49" style="transform: rotate(90deg);width:1em;height:1em"><g><polyline points="6 9 12 15 18 9"></polyline></g></svg>');
}

.indent-left {
  padding-left: 15px;
}


.no-top-padding .ugb-block-content > .ugb-text__text-wrapper {
  padding-top:0 !important;
}


@media (max-width: 1279px) {
  .wrapper,
  .alignwide,
  .ugb-main-block.ugb--has-block-background.alignfull.alignfull.alignfull.alignfull.ugb-main-block--inner-wide
    > .ugb-inner-block {
    padding: 0 60px;
  }
  .mainHeader {
    background: transparent;
  }
  .pageScrolled .mainHeader {
    background: #013164;
  }
  .showDesktop {
    display: none;
  }
  .showMobile {
    display: flex;
  }
  .heroBanner {
    order: -1;
  }
  .calloutBanner {
    order: 0;
  }
  .menuIcon,
  .menuExpand {
    position: fixed;
    right: 30px;
    top: 70px;
    width: 26px;
    height: 20px;
    cursor: pointer;
    background: url(../images/menu-icon.svg) no-repeat center center / 100%;
    transform: rotate(0);
    z-index: 100;
  }
  .menuExpand {
    width: 22px;
    background-image: url(../images/close-menu.svg);
    transform: rotate(180deg);
  }
  .menuExpand,
  .pageScrolled .menuIcon,
  .pageScrolled .menuExpand {
    top: 30px;
  }
  .mainNav .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .mainNav ul.topMenu > li:hover ul,
  .menuParent::after {
    display: none;
  }
  .mainNav ul.topMenu > li.active ul {
    background: transparent;
    display: block;
    position: relative;
    border: none;
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    top: auto;
    left: auto;
  }
  .mainNav ul.topMenu > li li a {
    padding: 10px 0;
  }
  .mainNav ul.topMenu li.menuParent {
    padding-right: 25px;
  }
  .mainNav ul.topMenu li.menuParent .subNavIcon {
    position: absolute;
    background: url(../images/icon-arrow-down.svg) no-repeat center center /
      16px;
    height: 20px;
    width: 20px;
    right: 5px;
    top: 12px;
    z-index: 9;
    transform: rotate(0);
  }
  .mainNav ul.topMenu li.menuParent.active .subNavIcon {
    transform: rotate(-540deg);
  }
  .mainHeader .headerLogo {
    margin: 0;
  }
  .headerLogo img,
  .pageScrolled .headerLogo img {
    height: 60px;
  }
  .headerTop,
  .mainNav {
    padding: 10px 0;
  }
  .mainNav ul.topMenu {
    overflow: auto;
    flex-direction: column;
    width: 280px;
    position: fixed;
    background: #041b33;
    right: -280px;
    top: 0;
    margin: 0;
    padding: 50px 20px 20px;
  }
  .mainNav ul.topMenu li a {
    color: #fff;
    font-size: 0.825rem;
  }
  .mainNav.active ul.topMenu {
    margin: 0 0 10px;
    max-height: 100%;
    right: 0;
  }
  .mainNav ul.topMenu li {
    display: block;
    padding: 0;
  }
  .mainNav ul.topMenu li:last-child {
    border-bottom: none;
  }
  .mainNav ul.topMenu li a {
    padding: 10px 0;
    display: block;
  }
  .contentArea {
    padding-top: 40px;
  }
  .pageScrolled .contentArea {
    padding-top: 80px;
  }
  .mainContent {
    padding: 60px 0;
  }
  .footerWrap {
    font-size: 1rem;
  }
  .filterList {
    flex: 0 0 280px;
  }
  .filterBlock .picBlk {
    flex: 0 0 240px;
  }
  .filterBlock.picOption2 .picBlk {
    flex: 0 0 200px;
  }
  .filterBlock.picOption2 li .detailBlk {
    min-height: 200px;
  }
  .filterBlock li {
    margin-bottom: 50px;
  }
  .detailBlk .nameBlk {
    font-size: 1.75rem;
  }
  .showMoreBtn {
    margin: 60px 0 0 270px;
  }
  .picOption2 .showMoreBtn {
    margin-left: 230px;
  }
}
@media (max-width: 1023px) {
  .wrapper,
  .alignwide,
  .ugb-main-block.ugb--has-block-background.alignfull.alignfull.alignfull.alignfull.ugb-main-block--inner-wide
    > .ugb-inner-block {
    padding: 0 40px;
  }
  .headingStyle1 h3 {
    margin-bottom: 30px !important;
  }
  .customAccordion.ugb-accordion .ugb-accordion__title {
    font-size: 22px;
  }
  .customAccordion.ugb-accordion.ugb-accordion--open .ugb-accordion__title {
    font-size: 32px;
  }
  .filterSectionWrap {
    padding: 60px 0;
  }
  .filterList li a {
    font-size: 1.125rem;
  }
  .filterBlock li {
    margin-bottom: 40px;
  }
  .filterSectionWrap .wrapper {
    flex-direction: column;
  }
  .filterList {
    width: 100%;
    max-width: 100%;
    position: sticky;
    top: 100px;
    text-align: right;
    padding: 0;
    min-width: 0;
    z-index: 1;
    flex: none;
  }
  .filterList.active {
    z-index: 3;
  }
  .filterList .filterIcon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/filter-icon.svg) no-repeat center center / 20px;
    cursor: pointer;
    font-size: 0;
    margin-right: -16px;
    border-radius: 50%;
    border: 2px solid #041b33;
    border-radius: 50%;
    position: relative;
    z-index: 9;
  }
  .filterList.active .filterIcon {
    background-image: url(../images/close-icon.svg);
    background-size: 16px;
    border: none;
    margin: 10px 10px 0;
  }
  .filterList ul {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    width: 100%;
    max-height: 0;
    padding: 0 16px;
    background: rgba(4, 27, 51, 0.9);
    overflow: hidden;
    opacity: 0;
  }
  .filterList.active ul {
    padding: 50px 24px 30px;
    max-height: 400px;
    opacity: 1;
  }
  .filterList li + li {
    margin-top: 10px;
  }
  .filterList li a {
    color: #fff;
  }
  .filterList li a:hover,
  .filterList li.active a {
    color: #3a8dc7;
  }
  .filterBlock {
    margin-right: 20px;
    position: relative;
    z-index: 2;
  }
  .filterBlock .picBlk,
  .filterBlock.picOption2 .picBlk {
    flex: 0 0 160px;
  }
  .filterBlock li .detailBlk {
    margin-left: 16px;
  }
  .filterBlock.picOption2 li .detailBlk {
    min-height: 160px;
  }
  .detailBlk .nameBlk {
    font-size: 1.5rem;
  }
  .detailBlk .learnMoreBtn {
    margin-top: 16px;
  }
  .showMoreBtn {
    margin: 40px 0 0 176px;
    font-size: 1.25rem;
    background-size: 40px;
    padding-left: 50px;
  }
  .picOption2 .showMoreBtn {
    margin-left: 175px;
  }
  .welcomeBlk {
    padding-top: 80px !important;
    margin-top: -100px !important;
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .headerTop .wrapper,
  .mainNav .wrapper,
  .pageScrolled .mainNav .wrapper,
  .wrapper,
  .alignwide,
  .ugb-main-block.ugb--has-block-background.alignfull.alignfull.alignfull.alignfull.ugb-main-block--inner-wide
    > .ugb-inner-block {
    padding: 0 30px;
  }
  .headerLogo img,
  .pageScrolled .headerLogo img {
    height: 40px;
  }
  .menuIcon {
    top: 60px;
    right: 20px;
  }
  .menuExpand,
  .pageScrolled .menuIcon,
  .pageScrolled .menuExpand {
    top: 20px;
    right: 20px;
  }
  .mainContent {
    padding: 50px 0;
  }
  .footerWrap {
    padding: 30px 0;
    font-size: 0.75rem;
  }
  .footerLogo {
    margin-bottom: 40px;
  }
  .footerLogo > * + * {
    margin-left: 30px;
  }
  .footerLogo img {
    height: 35px;
  }
  .footerBottom {
    flex-direction: column;
  }
  .footerBottom > * + * {
    margin: 50px 0 0;
  }
  .footerLeft {
    padding: 0;
  }
  .footerRight {
    flex: none;
    letter-spacing: 1px;
  }
  .footerRight br {
    display: none;
  }
  .footerGlobal .wrapper {
    flex-direction: column;
    text-align: center;
  }
  .footerGlobal .logoGlobal {
    flex: none;
    padding: 0 0 20px;
  }
  .footerGlobal .globalNavMain,
  .footerGlobal .globalNavSub {
    margin-bottom: 20px;
  }
  .footerGlobal .globalNavMain li,
  .footerGlobal .globalNavSub li,
  .footerGlobal .footerGlobalInfo span {
    margin: 0 5px 3px;
  }
  .socialBlk {
    margin-top: 30px;
  }
  .socialBlk > * + * {
    margin-left: 15px;
  }
  .socialBlk a {
    width: 25px;
    height: 25px;
  }
  .headingStyle1 h3 {
    margin-bottom: 20px !important;
  }
  .customAccordion.ugb-accordion .ugb-accordion__title {
    font-size: 20px;
  }
  .customAccordion.ugb-accordion.ugb-accordion--open .ugb-accordion__title {
    font-size: 24px;
  }
  .filterSectionWrap {
    padding: 40px 0;
  }
  .filterList li a {
    font-size: 0.875rem;
  }
  .detailBlk .nameBlk {
    font-size: 1.25rem;
  }
  .filterBlock .picBlk,
  .filterBlock.picOption2 .picBlk {
    flex: 0 0 100px;
  }
  .filterBlock.picOption2 li .detailBlk {
    min-height: 100px;
  }
  .showMoreBtn,
  .picOption2 .showMoreBtn {
    margin-left: 116px;
  }
  .welcomeBlk {
    padding-top: 40px !important;
    margin-top: -80px !important;
    min-height: 140px;
  }
}

@media(max-width: 360px){
  .vibrancy-heading h3,
  .vibrancy-heading .ugb-text__text{
    max-width: calc(100% - 120px);
  }
}