/*
Theme Name: NMSB Theme
Theme URI: http://creativepickle.com/
Description: Custom Theme for NMSB
Author: CreativePickle
Version: 1.0
Tags: 
*/
@import url('reset.css');
/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px!important;
  position: relative;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: 'Poltawski Nowy', serif;
}
.sans-serif {
  font-family: 'Gantari', sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/****LAYOUT****/
html,
body,
#container {
  height: 100%;
  width: 100%;
}
body {
  background: #fff url(images/bg.png) repeat 0 0;
}
#alert {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9998;
}
#alert .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  left: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.8);
}
#alert #alert-box {
  background: #fff;
  width: 90%;
  max-width: 640px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  text-align: center;
  padding: 40px 50px 40px 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.9);
  z-index: 9999;
  font-family: 'Poltawski Nowy', serif;
  font-size: 18px;
  opacity: 0;
  color: #072531;
}
#alert #alert-box h2,
#alert #alert-box h3 {
  font-family: 'Gantari', sans-serif;
  font-size: 34px;
  font-weight: normal;
  text-transform: uppercase;
  color: #055B7E;
  letter-spacing: .05em;
}
#alert #alert-box h2 {
  margin-bottom: 25px;
  padding-bottom: 0;
  margin-top: 0;
}
#alert #alert-box h3 {
  margin-top: 0;
  font-size: 30px!important;
  text-transform: none;
}
#alert #alert-toggle {
  border: 1px solid #072531;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  font-size: 20px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
#alert #alert-toggle:hover {
  border: 1px solid #fab638;
  cursor: pointer;
  color: #fff;
  background: #fab638;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2% 0 2%!important;
  position: relative;
}
.tiled.light-blue {
  background: url(https://nmsbstg.wpenginepowered.com/wp-content/uploads/2026/03/BCKKR_Texture_Light.jpg) no-repeat 0 0;
  background-size: cover;
}
.tiled.dark-blue {
  background: url(images/tiles/dark-blue.jpg) repeat 0 0;
}
.tiled.beige {
  background: url(https://nmsbstg.wpenginepowered.com/wp-content/uploads/2026/03/BCKKR_Pattern_Grey_NoBkgd.svg) repeat 0 0;
  background-size: 15%;
  /* background-color: #EEF1F4; */
}
.tiled.stripe-wide {
  background: url(https://nmsbstg.wpenginepowered.com/wp-content/uploads/2026/03/BCKKR_Texture_Stripe.jpg) repeat-x 0 0;
}
.tiled.stripe-wide.bottom {
  background: url(https://nmsbstg.wpenginepowered.com/wp-content/uploads/2026/03/BCKKR_Texture_Stripe.jpg) repeat-x bottom left;
}
.tiled.stripes {
  background: url(https://nmsbstg.wpenginepowered.com/wp-content/uploads/2026/03/BCKKR_Texture_Dark-2.jpg) repeat 0 0;
}
span.separator {
  height: 2px;
  width: 100%;
  display: block;
  background: #055B7E;
}
span.separator.orange {
  background: #f8b546;
}
span.separator.short {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 50px;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0px auto;
}
#content {
  width: 100%;
  padding: 0px 0 30px 0;
  font-family: 'Gantari', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  color: #111A2A;
}
#content.no-pad {
  padding: 0!important;
}
#content.no-pad #banner {
  margin-bottom: 0!important;
}
#content.no-pad #main-content {
  padding: 0!important;
}
#main-content {
  padding: 10px;
  line-height: 1.5;
}
#main-content ul {
  padding: 10px 0 10px 0;
}
#main-content ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 8px;
}
#main-content ul li i {
  position: absolute;
  top: 2px;
  left: 0;
}
#main-content ul.inline li {
  display: inline-block;
  width: 30%;
}
#main-content img {
  border: 1px solid #c4c6c9;
  max-width: 100%;
  height: auto;
}
#main-content img.break {
  clear: both;
}
#main-content img.no-border {
  border: none!important;
}
#main-content .wp-caption-text {
  font-family: 'Poltawski Nowy', serif;
  font-size: 13px;
  font-style: italic;
  color: #055B7E;
}
#main-content h1 {
  font-family: 'Poltawski Nowy', serif;
  font-size: 50px;
  letter-spacing: .03em;
  color: #f8b546;
  font-style: italic;
  margin: 10px 0 20px 0;
  line-height: 1.2;
}
#main-content h1.no-pad {
  margin: 0px 0 5px 0;
  padding: 0;
}
#main-content h2 {
  line-height: 1.3;
  font-family: 'Poltawski Nowy', serif;
  font-size: 45px;
  /* letter-spacing: .1em; */
  color: #2B9292;
  /* text-transform: uppercase; */
  font-weight: 500;
  font-style: italic;
  margin: 10px 0 10px 0;
}
#main-content h2.no-pad {
  margin: 0px 0 5px 0;
  padding: 0;
}
#main-content h3 {
  font-family: 'Gantari', sans-serif;
  font-size: 20px;
  /* letter-spacing: .1em; */
  color: #055B7E;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
#main-content h4 {
  font-family: 'Poltawski Nowy', serif;
  font-size: 24px;
  letter-spacing: .03em;
  color: #055B7E;
  margin: 10px 0 20px 0;
}
#main-content.grid-70 {
  padding-right: 30px;
}
#main-content a {
  color: #f8b546;
}
#main-content a:hover {
  color: #055B7E;
}
#sidebar {
  padding: 0 10px 10px 30px;
  border-left: 1px solid #EEF1F4;
}
#sidebar img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#sidebar.campaign {
  border: 2px solid #EEF1F4;
  padding: 0;
  position: relative;
  top: -100px;
  z-index: 5;
  background: #fff;
  text-align: center;
}
#sidebar.campaign .gform_wrapper {
  display: inline-block;
  vertical-align: top;
  width: 90%!important;
}
#sidebar.campaign .gform_wrapper ul.gform_fields li {
  padding-right: 0!important;
}
#sidebar.campaign .gform_footer {
  text-align: center;
}
.block-title {
  width: 100%;
  height: auto;
  background: #f8b546;
  color: #fff;
  font-family: 'Gantari', sans-serif;
  font-size: 24px;
  font-weight: 300;
  padding: 15px;
  background: #f8b546 url(images/chat.svg) no-repeat 20px center;
  background-size: 80px auto;
  padding-left: 140px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}
ul.subpage-menu {
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
}
ul.subpage-menu > li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.subpage-menu > li > a {
  display: block;
  padding: 10px;
  border-top: 2px solid #e6e6e6;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
ul.subpage-menu > li > a:hover {
  background: #f1f1f1;
  padding-left: 15px;
}
ul.subpage-menu > li.current_page_item > a,
ul.subpage-menu > li.current_page_ancestor > a {
  background: #f1f1f1;
  padding-left: 15px;
}
ul.subpage-menu > li:first-child > a {
  border-top: none;
}
ul.subpage-menu > li > ul.children {
  display: none;
}
ul.subpage-menu > li.current_page_item > ul.children,
ul.subpage-menu > li.current_page_ancestor > ul.children {
  padding: 0;
  margin: 0;
  display: block;
}
ul.subpage-menu > li.current_page_item > ul.children > li > a,
ul.subpage-menu > li.current_page_ancestor > ul.children > li > a {
  font-style: italic;
  padding: 10px;
  border-top: 2px solid #e6e6e6;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  display: block;
}
ul.subpage-menu > li.current_page_item > ul.children > li > a:hover,
ul.subpage-menu > li.current_page_ancestor > ul.children > li > a:hover {
  color: #999;
}
ul.subpage-menu > li.current_page_item > ul.children > li:first-child > a,
ul.subpage-menu > li.current_page_ancestor > ul.children > li:first-child > a {
  border-top: none;
}
ul.subpage-menu > li.current_page_item > ul.children > li.current_page_item > a,
ul.subpage-menu > li.current_page_ancestor > ul.children > li.current_page_item > a {
  color: #999;
}
ul.document-list {
  padding: 0!important;
  margin: 0px 0 10px 0!important;
}
ul.document-list li {
  background: none!important;
  padding-left: 0!important;
  margin-bottom: 0!important;
}
ul.document-list li a {
  display: block;
  padding: 10px 0 10px 0;
  font-family: 'Gantari', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  color: #055B7E;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #055B7E;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
ul.document-list li a i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #055B7E;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
ul.document-list li a:hover {
  color: #055B7E !important;
  background: #055B7E;
  padding-left: 10px;
}
#action {
  padding: 120px 0 120px 0!important;
}
#action h5 {
  margin-bottom: 0;
}
#action h5.footer-header {
  color: #055B7E;
  font-family: 'Gantari', sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-style: normal;
  margin-bottom: 25px;
}
.footer-testimonial-item {
  font-family: 'Gantari', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #055B7E;
  font-style: italic;
  position: relative;
  padding: 0 60px 0 60px;
}
.footer-testimonial-item .quote {
  display: block;
  font-family: 'Poltawski Nowy', serif;
  font-size: 68px;
  color: #f8b546;
  position: absolute;
  line-height: 1;
}
.footer-testimonial-item .quote.open {
  top: 0;
  left: 0;
}
.footer-testimonial-item .quote.close {
  top: 0;
  right: 0;
}
#footer {
  position: relative;
  width: 100%;
  clear: both;
  border-top: 6px solid #fff;
}
.footer-description {
  font-family: 'Poltawski Nowy', serif;
  font-size: 16px;
  padding: 10px;
  color: #055B7E;
  font-style: italic;
}
.footer-content {
  text-align: center;
  line-height: 1.3;
  font-family: 'Gantari', sans-serif;
  font-size: 16px;
  letter-spacing: .09em;
  color: #fff;
  text-transform: uppercase;
}
.footer-content div {
  padding: 30px 0 30px 0!important;
}
.footer-content a {
  color: #fff;
}
.footer-content a:hover {
  color: #f8b546;
}
ul.footer-logos {
  margin-top: 50px;
}
ul.footer-logos li {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  max-width: 100px;
}
ul.footer-logos li img {
  width: 100%;
  height: auto;
}
#copyright {
  text-align: center;
  padding: 10px;
  font-family: 'Gantari', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  color: #EEF1F4;
  background: #111A2A;
  letter-spacing: .3em;
}
#copyright a {
  color: #f8b546;
}
#copyright a:hover {
  text-decoration: underline;
}
.section {
  width: 100%;
  position: relative;
  min-height: 200px;
}
.section h5 {
  font-family: 'Poltawski Nowy', serif;
  font-size: 40px;
  font-style: italic;
  color: #f8b546;
  line-height: 1.2;
  margin-bottom: 30px;
}
.section h5 span {
  font-family: 'Gantari', sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-style: normal;
  color: #055B7E;
}
.section h5.on-dark span {
  color: #fff;
}
.lead-in {
  font-family: 'Gantari', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: bold;
}
.vert-center-wrap {
  display: table;
  height: 100%;
  height: inherit;
}
.vert-center-wrap > .vert-center {
  display: table-cell;
  vertical-align: middle;
}
/**********PAGE STYLES**********/
body.single-campaign .callout {
  font-size: 24px;
}
.callout {
  display: block;
  position: relative;
  padding: 0 50px 0 50px;
  text-align: center;
  font-family: 'Gantari', sans-serif;
  font-size: 30px;
  color: #055B7E;
  font-weight: bold;
  line-height: 1.5;
}
.callout .quote {
  display: block;
  font-family: 'Poltawski Nowy', serif;
  font-size: 68px;
  color: #f8b546;
  position: absolute;
  line-height: 1;
}
.callout .quote.open {
  top: 0;
  left: 0;
}
.callout .quote.close {
  bottom: 0;
  right: 0;
  display: none;
}
.callout.left {
  width: 100%;
  max-width: 340px;
  float: left;
  margin: 0 20px 15px 0;
  text-align: right;
}
.callout.right {
  width: 100%;
  max-width: 340px;
  float: right;
  text-align: left;
  margin: 0 0 15px 20px;
}
.callout.center {
  width: 100%;
  border-top: 1px solid #072531;
  border-bottom: 1px solid #072531;
  padding: 15px 20px 15px 20px;
  margin: 10px 0 10px 0;
}
.callout.center .quote {
  display: none!important;
}
.callout.small {
  font-size: 22px;
}
.callout.small.right,
.callout.small.left {
  max-width: 420px;
}
.image-scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  min-width: 100px;
  height: auto;
}
/***********HEADER and NAVIGATION*********/
#main-header {
  min-height: 100px;
  background: transparent;
  padding-bottom: 20px;
}
#main-header #top-bar {
  background: #f8b546;
  color: #1B2E49;
  padding: 10px 0 10px 0;
  line-height: 1;
  text-align: right;
  margin-bottom: 20px;
}
#main-header #top-bar span {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin-right: 10px;
  font-family: 'Gantari', sans-serif;
  font-size: 13px;
  color: #1B2E49;
  letter-spacing: .03em;
}
#main-header #top-bar span i {
  color: #1B2E49;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
#main-header #top-bar span a {
  color: #1B2E49;
}
#main-header #top-bar span a:hover {
  color: #fff;
}
#main-header span.tagline {
  font-family: 'Poltawski Nowy', serif;
  font-size: 18px;
  display: block;
  color: #055B7E;
  font-style: italic;
  margin-top: 6px;
}
.phone-link {
  display: none!important;
}
#menu-main-navigation {
  list-style: none;
  padding: 30px 0 0 0;
  text-align: right;
}
#menu-main-navigation > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  position: relative;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}
#menu-main-navigation > li:hover {
  border-left: 3px solid #f8b546;
}
#menu-main-navigation > li > ul.sub-menu {
  position: absolute;
  padding: 0;
  visibility: hidden!important;
  margin: 0;
  top: 100%;
  left: -3px;
  z-index: 500;
  background: #fff;
  border-left: 3px solid #fab638;
  width: 280px;
}
#menu-main-navigation > li > ul.sub-menu.active {
  visibility: visible!important;
}
#menu-main-navigation > li > ul.sub-menu > li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 20px;
}
#menu-main-navigation > li > ul.sub-menu > li:first-child a {
  border: none;
}
#menu-main-navigation > li > ul.sub-menu > li > a {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: #055B7E;
  font-family: 'Gantari', sans-serif !important;
  font-size: 15px !important;
  text-transform: uppercase;
  display: block;
  letter-spacing: .09em;
  font-weight: 500;
  padding: 15px 25px 15px 20px;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  text-align: left;
}
#menu-main-navigation > li > ul.sub-menu > li > a i {
  line-height: 12px;
  padding: 0;
  margin: 0;
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
  display: inline-block;
  position: absolute;
  font-size: 12px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: 100% 50%;
}
#menu-main-navigation > li > ul.sub-menu > li > a:hover {
  color: #fff!important;
  background: #fab638;
}
#menu-main-navigation > li > ul.sub-menu > li > a:hover i {
  color: #fab638;
  right: 10px;
}
#menu-main-navigation > li.current_page_item > a,
#menu-main-navigation > li.current-page-ancestor > a {
  color: #f8b546 !important;
}
#menu-main-navigation > li > a {
  letter-spacing: .02em;
  display: block;
  padding: 10px 15px 10px 15px;
  text-align: left;
  border-left: 3px solid #fff;
  font-family: 'Poltawski Nowy', serif;
  font-size: 16px;
  color: #055B7E;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  font-style: italic;
}
#menu-main-navigation > li > a span {
  display: block;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Gantari', sans-serif;
  font-size: 15px;
}
#menu-main-navigation > li a:hover {
  color: #f8b546;
}
ul#menu-social-navigation,
ul#menu-social-navigation-1 {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin: 0;
  padding: 2px 0 0 0;
}
ul#menu-social-navigation li,
ul#menu-social-navigation-1 li {
  display: inline-block;
  vertical-align: top;
  color: #f8b546;
  font-size: 13px;
  padding: 0;
  margin: 0;
  position: relative;
  margin: 0 1px 0 1px;
}
ul#menu-social-navigation li:hover,
ul#menu-social-navigation-1 li:hover {
  color: #fff;
}
ul#menu-social-navigation li a,
ul#menu-social-navigation-1 li a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
ul#menu-social-navigation-1 {
  margin-top: 30px;
}
ul#menu-social-navigation-1 li {
  font-size: 30px;
  margin: 0 4px 0 4px;
}
/***********HEADER STYLES*******/
h1 {
  color: #333;
  font-size: 36px;
  padding: 0 0 12px 0;
}
h2 {
  font-size: 30px;
  color: #333;
  padding: 0 0 12px 0;
}
h3 {
  font-size: 24px;
  color: #333;
  padding: 0 0 8px 0;
}
h4 {
  font-size: 18px;
  padding: 0 0 8px 0;
}
/***********BUTTONS***********/
a.button {
  letter-spacing: 0em;
  display: inline-block;
  font-family: 'Gantari', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0 10px 0;
  color: #2B9292 !important;
  position: relative;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  text-align: center;
  margin-top: 15px;
  letter-spacing: .05em;
  font-weight: 700;
}
a.button i {
  margin-left: 5px;
  position: relative;
  z-index: 1;
  color: #2B9292 !important;
}
a.button .link {
  position: relative;
  z-index: 1;
}
a.button .bg {
  width: 100%;
  height: 2px;
  background: #2B9292;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
}
a.button:hover {
  color: #fff!important;
  padding: 10px;
}
a.button:hover i {
  color: #fff!important;
}
a.button:hover .bg {
  height: 100%;
}
a.button.orange .bg {
  background: #f8b546 !important;
}
a.button.white .bg {
  background: #fff;
}
a.button.white:hover {
  color: #072531 !important;
}
a.button.white:hover i {
  color: #072531 !important;
}
a.button.large {
  font-family: 'Gantari', sans-serif;
  font-size: 45px;
  font-weight: bold;
}
a.button.large i {
  margin-left: 15px;
}
a.button.large .bg {
  height: 2px!important;
}
a.button.large:hover {
  color: #f8b546 !important;
}
a.button.large:hover i {
  color: #f8b546 !important;
}
a.button.full {
  display: block;
  background: #2B9292;
  color: #fff!important;
}
a.button.full i {
  color: #fff!important;
}
a.button.full .bg {
  display: none;
}
a.button.full:hover {
  background: #f8b546;
}
a.block {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
/*********HOMEPAGE**********/
@media only screen and (min-width: 769px) {
  #banner.homepage {
    background: url(https://nmsbstg.wpenginepowered.com/wp-content/uploads/2026/03/BCKKR_Banner_Short.jpg) no-repeat center bottom;
	/* border-bottom: 1px solid #fff; */
	height: 540px;
	position: relative;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
  }
  #banner.homepage .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://nmsbstg.wpenginepowered.com/wp-content/uploads/2026/03/BCKKR_Banner_Background.jpg');
    background-size: cover;
    z-index: -10;
    /* background: rgba(0, 0, 0, 0.3); */
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #banner.homepage {
    display: none;
  }
}
#banner.homepage .central {
  text-align: center;
}
#banner.subpage {
  /* background: url(images/tiles/dark-blue.jpg) repeat 0 0; */
  background-color: #2B9292;
  padding: 60px 0 60px 0;
  margin-bottom: 0!important;
  border-bottom: 6px solid #fff;
  height: auto;
  text-align: center;
}
#banner.subpage h1 {
  /* font-family: 'Poltawski Nowy', serif; */
  color: #fff;
  font-family: 'Gantari', sans-serif;
  font-size: 55px;
  /* letter-spacing: .08em; */
  /* text-transform: uppercase; */
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding-left: 30px!important;
  padding-right: 30px!important;
}
#banner.subpage h5 {
  font-family: 'Gantari', sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #f8b546;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#banner.attorney {
  padding: 0!important;
}
#banner.attorney .image {
  line-height: 1!important;
}
#banner.attorney .image img {
  max-width: 100%;
  height: auto;
  border: none;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  display: block;
}
#banner.attorney .title {
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 100px 0 0 30px;
}
#banner.attorney .title h1 {
  text-align: left;
  font-size: 36px;
  padding-left: 0!important;
  margin-bottom: 0!important;
}
#banner.attorney .title span.official-title {
  display: block;
  color: #fff;
  font-family: 'Poltawski Nowy', serif;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 20px;
}
#banner.attorney .title span.contact {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}
#banner.attorney .title span.contact i {
  color: #f8b546;
  margin-right: 10px;
}
#banner.attorney .title span.contact a {
  color: #fff;
}
#banner.attorney .title span.contact a:hover {
  color: #f8b546;
}
div.sub-banner-content {
  max-width: 100% !important;
  background-color: #1B2E49;
  color: #f8b546;
  position: relative;
  text-align: center;
  padding: 50px !important;
  /* top: 70%; */
  /* transform: translateY(-50%); */
}
.hometitle {
  color: #f8b546;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  vertical-align: top;
  /* width: 70%; */
  font-family: 'Gantari', sans-serif;
  font-size: 70px;
  font-weight: 300; /* Light */
  font-style: normal;
  line-height: 1.3!important;
}
.hometitle span {
  font-family: 'Gantari', sans-serif;
  font-size: 70px;
  font-weight: 600; /* semi-bold */
  /* text-transform: uppercase; */
  display: inline-block;
  font-style: italic;
  /* letter-spacing: .10em; */
}
div.sub-banner-content h1 {
  display: block;
  color: #fff;
  font-family: 'Poltawski Nowy', serif;
  font-size: 30px;
  /* text-transform: uppercase; */
  /* letter-spacing: .10em; */
  font-weight: 500; /* Medium */
  font-style: italic;
  /* border-top: 2px solid #f8b546; */
  margin-top: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .hometitle {
    width: 100%;
	font-size: 40px;
  }
  .hometitle span {
	font-size: 40px;
  }
  div.sub-banner-content h1 {
	font-size: 22px;
  }
}
#about {
  /* background: url(images/tiles/dark-blue.jpg) repeat 0 0; */
  background-color: #2B9292;
  padding: 0;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  line-height: 1.5;
}
#about > div {
  min-height: 240px;
}
#about > div.left {
  background: transparent;
  text-align: right;
  padding: 50px 50px 50px 50px;
  position: relative;
}
#about > div.left h5 {
  margin-top: 120px;
}
#about > div.right {
  text-align: left;
  padding: 50px 15% 50px 50px;
}
.practice-circles {
  margin-top: 80px;
}
.practice-circles h5 {
  font-family: 'Gantari', sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  color: #055B7E;
  font-weight: bold;
  font-style: normal;
  letter-spacing: .08em;
}
#practice-areas {
  padding: 80px 0px;
}
#practice-areas h5 {
  font-family: 'Gantari', sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  color: #055B7E;
  font-weight: bold;
  font-style: normal;
  letter-spacing: .08em;
}
#practice-areas .section-content {
  margin-bottom: 120px;
}
#practice-areas a.button {
  margin-top: 0px;
}
#answers {
  padding: 100px 0 100px 0;
}
#answers #icon-wrap {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  margin-top: 70px;
  position: relative;
  margin-bottom: 75px;
}
#answers h5 {
  font-family: 'Gantari', sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  color: #055B7E;
  font-weight: bold;
  font-style: normal;
  letter-spacing: .08em;
}
.answer-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #EEF1F4;
  text-align: left;
}
.answer-item .image img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
.answer-item .text h6 {
  color: #f8b546;
  font-family: 'Poltawski Nowy', serif;
  font-size: 40px;
  font-style: italic;
  margin-bottom: 20px;
}
.answer-item .text a.button span.bg {
  background: #f8b546;
}
.practice-area-item {
  position: relative;
  background: #EEF1F4;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  width: 100%;
  max-width: 300px;
  padding: 60px 20px 20px 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 120px 20px;
  min-height: 550px;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.practice-area-item a.readmore {
  display: none;
}
.practice-area-item .text {
  position: relative;
  z-index: 10;
}
.practice-area-item .text h6 {
  font-family: 'Gantari', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2B9292;
  margin-bottom: 25px;
}
.practice-area-item .text a.link {
  display: block;
  color: #f8b546;
  font-weight: bold;
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
}
.practice-area-item .text a.link i {
  margin-left: 8px;
}
.practice-area-item .text a.link:hover {
  color: #055B7E !important;
}
.practice-area-item .practice-area-center-fix {
  width: 184px;
  right: 14px;
}
.practice-area-item .icon {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 140px;
  height: 140px;
  background-size: auto 60%!important;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.practice-area-item:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.practice-area-item.page {
  padding-top: 20px;
  margin: 20px 40px 20px 40px;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  background: transparent;
  min-height: 0;
  max-width: 200px;
}
.practice-area-item.page .icon {
  top: 0;
  left: 0;
  transform: translateX(0);
  width: 120px;
  height: 120px;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.practice-area-item.page .text h6 {
  font-size: 20px;
}
.practice-area-item.page:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.practice-area-item.page:hover .text h6 {
  color: #f8b546;
}
.practice-area-item.page:hover .icon {
  background-color: #EEF1F4 !important;
}
.steps-list div:last-child > .gray-line {
  display: none;
}
.steps-list .step {
  position: relative;
  overflow: hidden;
}
.steps-list .step .gray-line {
  width: 6px;
  height: 100%;
  background-color: #EEF1F4;
  position: absolute;
  top: 0px;
  left: 24px;
}
.steps-list .step .counter-box {
  position: absolute;
  top: 0px;
  left: 0px;
}
.steps-list .step .counter-box .counter {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-family: 'Arial Black', 'Arial Bold', sans-serif;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #055B7E;
  line-height: 50px;
  position: relative;
  z-index: 2;
}
.steps-list .step .step-box {
  width: 90%;
  float: right;
}
.steps-list .step .step-box h6 {
  color: #055B7E;
  text-transform: uppercase;
  font-family: 'Gantari', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.steps-list .learn-more {
  margin-top: 50px;
}
.section#attorneys {
  padding: 0!important;
}
.attorney-item {
  border: 2px solid #fff;
  padding: 0!important;
  position: relative;
  aspect-ratio: 5 / 7;
  overflow: hidden;
}
.attorney-item img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
}
.attorney-item .info-wrap,
.attorney-item .title-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  z-index: 10;
  text-align: center;
}
.attorney-item .info-wrap {
  left: 100%;
  top: 0;
  background: rgba(43, 146, 146, 95%);
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.attorney-item .info-wrap > div {
  padding: 15px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.attorney-item .info-wrap a {
  color: #f8b546;
  font-size: 28px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.attorney-item .info-wrap a:hover {
  color: #f8b546;
}
.attorney-item .info-wrap span {
  display: block;
}
.attorney-item .info-wrap span.name {
  font-family: 'Gantari', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #f8b546;
  letter-spacing: .09em;
  margin-bottom: 5px;
  font-style: normal;
}
.attorney-item .info-wrap span.official-title {
  font-family: 'Poltawski Nowy', serif;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  margin-bottom: 15px;
}
.attorney-item .title-wrap {
  left: 0;
  top: 0;
}
.attorney-item .title-wrap .title {
  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); */
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #055B7EE6; /* Medium blue with 10% opacity (E6) */
  color: #fff;
}
.attorney-item .title-wrap .title span {
  display: block;
}
.attorney-item .title-wrap .title span.name {
  font-family: 'Gantari', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .09em;
  font-weight: bold;
  margin-bottom: 5px;
}
.attorney-item .title-wrap .title span.official-title {
  font-family: 'Poltawski Nowy', serif;
  font-size: 18px;
  font-style: italic;
  color: #fff;
}
.attorney-item:hover .title-wrap {
  left: -100%;
}
.attorney-item:hover .info-wrap {
  left: 0;
}
.attorney-item.page {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  max-width: 300px;
  margin: 10px;
}
#testimony {
  padding: 120px 0 120px 0;
  border-bottom: 6px solid #fff;
  text-align: center;
}
#testimony .testimonial-item {
  font-style: italic;
  padding: 0 5% 0 5%;
  outline: none;
  font-size: 19px;
  line-height: 1.6;
}
ul.slick-dots {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0!important;
  margin: 0!important;
  position: absolute;
  bottom: -50px;
  z-index: 50;
  left: 0;
}
ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 3px 0 3px;
}
ul.slick-dots li button {
  background: #fff;
  width: 12px;
  height: 12px;
  border: none;
  outline: none;
  display: block;
  border: 2px solid #EEF1F4;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  text-align: left;
  text-indent: -9999px;
  padding: 0!important;
}
ul.slick-dots li button:hover {
  cursor: pointer;
  background: #f8b546;
  border: 2px solid #f8b546;
}
ul.slick-dots li.slick-active button {
  background: #f8b546 !important;
  border: 2px solid #f8b546;
}
/**********ABOUT-PAGE**********/
.about-image {
  padding-left: 0!important;
  display: flex;
  align-items: center;
  /* height: 335px; */
}
.about-callout {
  padding-left: 90px!important;
  padding-top: 50px;
  text-align: left!important;
  line-height: 1.6;
}
.about-callout span.quote.open {
  left: 35px!important;
  top: 50px;
}
/**********ATTORNEY PAGES********/
.attorney-navigation {
  margin-top: 25px;
  clear: both;
  text-align: center;
}
.attorney-navigation > div {
  display: inline-block;
  vertical-align: top;
  font-family: 'Gantari', sans-serif;
  font-size: 18px;
  color: #055B7E;
  text-transform: uppercase;
  border-top: 3px solid #f8b546;
  padding-top: 8px;
}
.attorney-navigation > div a {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  color: #055B7E;
}
.attorney-navigation > div a:hover {
  color: #f8b546;
}
.attorney-navigation > div span {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin: 0 10px 0 10px;
  letter-spacing: .09em;
}
/**********ITEMS and WIDGETS**************/
.item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #055B7E;
}
.widget {
  /* margin-bottom: 30px; */
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c6c9;
}
.widget h5.widget-title {
  font-family: 'Gantari', sans-serif;
  font-size: 20px;
  letter-spacing: .1em;
  color: #055B7E;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.widget.list-widget ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}
.widget.list-widget ul li i {
  color: #055B7E;
  position: absolute;
  top: -2px;
  left: 0;
}
.widget.list-widget ul li a {
  color: #468dab!important;
}
.widget.list-widget ul li a:hover {
  color: #f8b546 !important;
}
.widget ul.widget-list li a {
  font-family: 'Gantari', sans-serif;
  font-size: 16px;
  display: block;
  padding: 15px 10px 15px 0;
  border-top: 1px solid #EEF1F4;
  text-transform: uppercase;
  color: #055B7E;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.widget ul.widget-list li a:hover {
  background: #EEF1F4;
  padding: 15px 10px 15px 10px;
  color: #072531;
}
.widget ul.widget-list li:last-child a {
  border-bottom: 1px solid #EEF1F4;
}
.widget#contact-details {
  text-transform: uppercase;
  font-family: 'Gantari', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.widget#contact-details i {
  margin-right: 12px;
  color: #055B7E;
}
.widget#contact-details a {
  color: #055B7E;
}
.widget#contact-details a:hover {
  color: #f8b546;
}
.widget .form-desc {
  font-family: 'Gantari', sans-serif;
  font-size: 15px;
  color: #055B7E;
}
.widget.page-widget {
  border: none!important;
}
/********TEAM PAGE******/
#staff-wrap {
  margin-top: 50px;
}
.item.staff {
  padding: 0;
  border: none;
}
.item.staff span.contact {
  display: block;
  margin-bottom: 15px;
}
.item.staff span.contact a {
  padding: 10px;
  color: #055B7E;
  text-transform: uppercase;
  font-weight: 700;
}
.item.staff span.contact a i {
  margin-right: 8px;
}
.item.staff span.contact a:hover {
  color: #f8b546;
}
.item.staff .trigger h3 {
  color: #2B9292 !important;
  border-bottom: 1px solid #c4c6c9;
  padding-bottom: 25px;
}
.item.staff .trigger h3 span.official-title {
  font-family: 'Poltawski Nowy', serif;
  font-size: 20px;
  text-transform: none;
  font-style: italic;
  -webkit-transition: all liner 200ms;
  -moz-transition: all liner 200ms;
  -ms-transition: all liner 200ms;
  -o-transition: all liner 200ms;
  letter-spacing: 0;
}
.item.staff .trigger h3 i {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin-left: 15px;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.item.staff .trigger h3:hover {
  cursor: pointer;
}
.item.staff .trigger h3:hover h3 {
  color: #055B7E !important;
}
.item.staff .trigger h3:hover i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.item.staff .trigger.active {
  cursor: pointer;
}
.item.staff .trigger.active h3 {
  color: #2B9292 !important;
}
.item.staff .trigger.active h3 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.item.staff .block {
  padding-top: 0px;
}
.item.staff .block .staff-thumb {
  margin: 0 0 20px 0;
}
.item.staff .block .staff-thumb img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 240px!important;
  height: auto;
  border: 1px solid #c4c6c9;
}
/*******RESOURCES*******/
.item.resource {
  border: none;
  padding: 30px;
  text-align: center;
  background: #EEF1F4;
}
.item.resource a.button i.fa-long-arrow-right {
  display: none;
}
/*********PRACTICE AREAS*******/
.tax-nav {
  padding: 20px 0 40px 0!important;
  text-align: center;
}
.tax-nav li {
  padding: 0!important;
  margin: 0 6px 11px 0!important;
  display: inline-block;
  vertical-align: top;
}
.tax-nav li i {
  display: none;
}
.tax-nav li a {
  display: block;
  border: 1px solid #072531;
  padding: 10px;
  font-family: 'Gantari', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff!important;
  background: #055B7E;
  text-transform: uppercase;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.tax-nav li a:hover {
  color: #055B7E !important;
  background: #fff;
}
.toggle_container {
  height: 0;
  overflow: hidden;
}
.item.practice {
  padding: 0;
  border: none;
  position: relative;
  border-bottom: 1px solid #EEF1F4;
}
.item.practice.right-toggle .trigger h3 i {
  position: absolute;
  top: 3px;
  right: 0;
}
.item.practice .trigger h3 {
  font-family: 'Poltawski Nowy', serif !important;
  font-size: 25px !important;
  font-style: italic;
  color: #055B7E!important;
  font-size: 22px!important;
  padding-bottom: 5px;
  padding-right: 25px;
  text-transform: none!important;
}
.item.practice .trigger h3 span {
  margin-top: 10px;
  display: block;
  text-transform: none;
  font-family: 'Gantari', sans-serif;
  font-size: 22px;
  font-weight: 300;
}
.item.practice .trigger h3 i {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin-left: 15px;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.item.practice .trigger h3:hover {
  cursor: pointer;
  color: #f8b546 !important;
}
.item.practice .trigger h3:hover i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.item.practice .trigger.active {
  cursor: pointer;
}
.item.practice .trigger.active h3 {
  color: #f8b546 !important;
}
.item.practice .trigger.active h3 span {
  color: #072531;
}
.item.practice .trigger.active h3 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.item.practice .block {
  padding-top: 0px;
}
.trigger.large {
  padding: 5px 25px 5px 0;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid #EEF1F4;
}
.trigger.large h2 {
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.trigger.large i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  font-size: 30px;
}
.trigger.large:hover {
  cursor: pointer;
}
.trigger.large:hover h2,
.trigger.large:hover i {
  color: #fab638 !important;
}
.pdf-box {
  padding: 30px 20px 30px 20px!important;
  background: #EEF1F4;
  border: 1px solid #c4c6c9;
  margin-bottom: 35px;
}
.pdf-box .image img {
  display: block;
  width: 100%;
  height: auto;
}
.pdf-box a.button i.fa-long-arrow-right {
  display: none;
}
/*********BLOG*********/
.item.blog {
  border-bottom: 1px solid #c4c6c9;
}
.item.blog .thumbnail-container {
  width: 100%;
  height: 280px;
  border: 1px solid #c4c6c9;
  margin-bottom: 25px;
}
.item.blog h3.blogtitle {
  margin-bottom: 8px!important;
  padding-bottom: 0!important;
}
.item.blog h5.date {
  font-family: 'Poltawski Nowy', serif;
  font-size: 18px;
  color: #055B7E;
  font-style: italic;
  margin-bottom: 20px;
}
.item.blog a.readmore {
  display: none;
}
/********TESTIMONY*********/
.item.testimonial {
  background: #EEF1F4;
  font-style: italic;
  padding: 20px;
  border: 1px solid #c4c6c9;
}
ul#testimony-nav {
  padding: 0!important;
  text-align: center;
}
ul#testimony-nav li {
  padding: 0!important;
  margin: 10px!important;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100px;
  font-family: 'Poltawski Nowy', serif;
  font-size: 14px;
  font-style: italic;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
ul#testimony-nav li img {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #c4c6c9;
  width: 100%;
  height: auto;
}
ul#testimony-nav li i {
  display: none;
}
ul#testimony-nav li:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/********ALIGNMENT********/
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
.clear {
  clear: both;
}
.wp-caption-text {
  font-size: 12px;
  font-style: italic;
}
figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.fixed-bg {
  background-attachment: fixed!important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.centered {
  text-align: center;
}
.gm-style-iw {
  text-align: center;
  padding: 20px;
}
.gm-style-iw button {
  top: 0!important;
  right: 0!important;
}
.gm-style-iw h5 {
  font-family: 'Gantari', sans-serif;
  font-size: 18px;
  color: #055B7E;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.gm-style-iw a.button {
  margin-top: 10px;
  background: #2B9292 !important;
  color: #fff!important;
  padding: 10px!important;
}
.mobile-show {
  display: none!important;
}
ul#menu-mobile-navigation {
  width: 100%;
  background: #072531;
  padding: 0;
  margin: 0;
  display: none;
}
ul#menu-mobile-navigation > li {
  display: block;
  text-align: center;
}
ul#menu-mobile-navigation > li ul.sub-menu {
  display: none;
}
ul#menu-mobile-navigation > li a {
  display: block;
  width: 100%;
  padding: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-family: 'Gantari', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-bottom: 1px solid #055B7E;
  color: #fff;
}
a#menu-toggle {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  z-index: 500;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 90%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-sidebar-item {
  margin-bottom: 25px;
  position: relative;
}
.video-sidebar-item h6 {
  font-family: 'Gantari', sans-serif;
  font-size: 14px;
  color: #055B7E;
  padding: 15px 0 15px 0!important;
  font-weight: 600;
  text-transform: uppercase;
}
.video-sidebar-item:hover h6 {
  color: #fab638;
}
.slbadge {
  display: inline-block !important;
  vertical-align: top !important;
}

/*# sourceMappingURL=style.css.map */

/* REDSPARK WEB STYLES */
/* Sitewide Header */
#top-bar>div.central {
  max-width: 1400px !important;
}
@media screen and (min-width: 768px) {
    div.header-logo-fix {
		display: flex;
		align-items: center;
		max-width: 1400px !important;
	}
}
ul#menu-main-navigation {
  padding: 0;
}

/* About Our Firm Page */
@media screen and (min-width: 768px) {
    .about-top-content {
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
    .about-top-content img {
		margin: 0 auto;
	}
}

/* Homepage "Real Answers for Real Life" Section */
#answers p a {
  color: #f8b546; /* orange */
}
#answers p a:hover {
  color: #2B9292; /* sea green */
}

/* Mediated Divorce Practice Area Page - "Easy Accordion" Styles */
#sp-ea-871 h3 {
  margin: 0;
}
#sp-ea-871.sp-easy-accordion>.sp-ea-single {
  background: url(https://nmsbstg.wpenginepowered.com/wp-content/uploads/2026/03/BCKKR_Pattern_Dark_Bkgd.svg) repeat 0;
  opacity: 0.95;
}
#sp-ea-871.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {
  color: #111A2A;
}

/* Empowered Uncoupling Practice Area Page */
.postid-929 ol {
  margin-left: 25px;
}
.postid-929 ol>ul li {
  margin-left: 25px;
}
.postid-929 h4 {
  margin-bottom: 0 !important;
}

/* Careers Page */
.page-id-944 .item.resource.job-posting {
    width: 285px;
    min-height: 205px;
    display: inline-block;
    margin: 30px;
    vertical-align: top;
}