/* Theme Name: BWNYLAW Wordpress
 * Description: Theme for BWNYLAW website
 * Requires at least: WordPress 4.9.6
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal "https://necolas.github.io/normalize.css/" */

/*! normalize.sass v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.bw-color-black {
  color: #000;
}

.bw-color-white {
  color: #fff;
}

.bw-color-text {
  color: #111111;
}

.bw-color-text_btn {
  color: #212121;
}

.bw-color-text_heading {
  color: #004785;
}

.bw-color-text_heading_light {
  color: #0f75bc;
}

.bw-color-text_link {
  color: #337ab7;
}

.bw-color-brand_dark {
  color: #002342;
}

.bw-color-brand_light {
  color: #eec25d;
}

.bw-color-card_hover {
  color: #0c5486;
}

.bw-color-grey_light {
  color: #F8F8F8;
}

.bw-color-grey_medium {
  color: #f4f4f4;
}

.bw-color-grey_dark {
  color: #9f9d9d;
}

.bw-color-footer {
  color: #082742;
}

.bw-bg-black {
  background-color: #000;
}

.bw-bg-white {
  background-color: #fff;
}

.bw-bg-text {
  background-color: #111111;
}

.bw-bg-text_btn {
  background-color: #212121;
}

.bw-bg-text_heading {
  background-color: #004785;
}

.bw-bg-text_heading_light {
  background-color: #0f75bc;
}

.bw-bg-text_link {
  background-color: #337ab7;
}

.bw-bg-brand_dark {
  background-color: #002342;
}

.bw-bg-brand_light {
  background-color: #eec25d;
}

.bw-bg-card_hover {
  background-color: #0c5486;
}

.bw-bg-grey_light {
  background-color: #F8F8F8;
}

.bw-bg-grey_medium {
  background-color: #f4f4f4;
}

.bw-bg-grey_dark {
  background-color: #9f9d9d;
}

.bw-bg-footer {
  background-color: #082742;
}

body {
  background: #fff;
  color: #111111;
}

img {
  max-width: 100%;
}

img:focus {
  outline: none;
}

audio:focus {
  outline: none;
}

.bw-btn {
  font-size: 14px;
  line-height: 20px;
  height: 36px;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  background: #efefef;
  color: #313030;
  border: 0;
  border-radius: 0;
  gap: 8px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.bw-btn-rounded {
  border-radius: 18px;
}

.bw-btn-block {
  display: flex;
  width: 100%;
}

.bw-btn-md {
  font-size: 12px;
  line-height: 18px;
  height: 42px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
}

.bw-btn-md.bw-btn-rounded {
  border-radius: 21px;
}

.bw-btn-lg {
  font-size: 20px;
  line-height: 26px;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
}

.bw-btn-lg.bw-btn-rounded {
  border-radius: 26px;
}

.bw-btn-lg i {
  font-size: 36px;
}

.bw-btn-default-filled {
  background: #efefef;
  color: #313030;
}

.bw-btn-default-filled:hover {
  background: rgb(213.5, 213.5, 213.5);
}

.bw-btn-default-outlined {
  background: transparent;
  border: 1px solid #efefef;
}

.bw-btn-default-outlined:hover {
  background: rgba(239, 239, 239, 0.8);
}

.bw-btn-primary-filled {
  background: #0b5487;
  color: #fff;
}

.bw-btn-primary-filled:hover {
  background: rgb(7.1575342466, 54.6575342466, 87.8424657534);
}

.bw-btn-primary-outlined {
  background: transparent;
  border: 1px solid #0b5487;
  color: #0b5487;
}

.bw-btn-primary-outlined:hover {
  background: rgba(11, 84, 135, 0.8);
  color: #fff;
}

.bw-btn-secondary-filled {
  background: #eec25d;
  color: #212121;
}

.bw-btn-secondary-filled:hover {
  background: rgb(233.156424581, 176.6201117318, 46.843575419);
}

.bw-btn-secondary-outlined {
  background: transparent;
  border: 1px solid #eec25d;
}

.bw-btn-secondary-outlined:hover {
  background: rgba(238, 194, 93, 0.8);
}

.bw-header a {
  text-decoration: none;
}

.bw-header img {
  display: block;
}

.bw-header-sticky {
  position: sticky;
  z-index: 100;
  top: 0;
}

.bw-header-nav-btn {
  padding: 0;
  height: 30px;
  width: 100%;
  font-size: 32px;
  background: transparent;
  color: #fff;
}

.bw-main-nav-desktop a {
  text-decoration: none;
}

.bw-main-nav-desktop ul {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.bw-main-nav-desktop .sub-menu {
  display: none;
}

.bw-main-nav-desktop .bw-submenu-2-cols > .sub-menu li {
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

.bw-main-nav-mobile {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 100;
  background: #333;
  overflow: auto;
  width: 280px;
  height: calc(100vh - 85px);
  display: none;
}

.bw-main-nav-mobile a {
  text-decoration: none;
  color: #f1f1f1;
  padding: 12px 24px;
  display: block;
}

.bw-main-nav-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.bw-main-nav-mobile .sub-menu {
  display: none;
  padding-left: 24px;
}

.bw-main-nav-mobile .menu-item-has-children > a:after {
  transform: rotate(-90deg);
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f107";
  font-style: normal;
  font-weight: normal;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
}

.bw-main-nav-mobile .menu-item-has-children.bw-active > a:after {
  transform: rotate(0deg);
}

.bw-footer a {
  text-decoration: none;
}

.bw-footer-img {
  max-width: 200px;
}

.bw-footer-img img {
  display: block;
}

.bw-footer-contact p {
  margin-bottom: 5px;
}

.bw-footer-contact i {
  margin-right: 5px;
}

.bw-footer-menu ul {
  list-style-type: none;
  padding: 0;
}

.bw-footer-menu li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.bw-footer-menu a {
  line-height: 1.7;
  display: block;
}

.bw-footer-menu a:before {
  content: "\f101";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.bw-footer-copy {
  border-top: 1px solid #3a3a3a;
}

.bw-block-grid-team-item {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.bw-block-grid-team-item:hover {
  transform: translateY(-5px);
  box-shadow: none;
}

.bw-block-grid-team-item:hover .bw-block-grid-team-item-social {
  transform: scale(1);
}

.bw-block-grid-team-item a {
  text-decoration: none;
}

.bw-block-grid-team-item-social {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  background: #0c5486;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.bw-block-grid-team-item-social:before {
  content: "";
  display: block;
  padding-bottom: 113%;
}

.bw-block-grid-team-item-social a {
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
  background: #002342;
  color: #fff;
  font-size: 18px;
}

.bw-block-grid-team-item-social a:hover {
  color: #002342;
  background: #fff;
}

.bw-block-grid-team-item-image {
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 1;
}

.bw-block-grid-team-item-image:before {
  content: "";
  display: block;
  padding-bottom: 113%;
}

.bw-block-grid-news-item {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 16px;
}

.bw-block-grid-news-item-image {
  background-size: cover;
  background-position: center center;
}

.bw-block-grid-news-item-image:before {
  content: "";
  display: block;
  padding-bottom: 42%;
}

.bw-cf7-form p {
  padding-bottom: 16px;
}

.bw-cf7-form p:last-of-type {
  padding-bottom: 0;
}

.bw-cf7-form p br {
  display: none;
}

.bw-cf7-form label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding-bottom: 4px;
}

.bw-cf7-form .wpcf7-form-control:not(.wpcf7-submit) {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background: #111111;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #fff;
  width: 100%;
}

.bw-cf7-form .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #eec25d;
  outline: none;
}

.bw-cf7-form textarea {
  resize: vertical;
  height: 180px;
  line-height: 24px;
}

.bw-cf7-form .wpcf7-submit {
  margin-top: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

.bw-cf7-form .wpcf7-not-valid-tip {
  color: #eec25d;
}

.bw-cf7-form .wpcf7-response-output {
  border-color: #eec25d;
  color: #fff;
}

.bw-cf7-form-alt .wpcf7-form-control:not(.wpcf7-submit) {
  border-radius: 0;
  border: 1px solid #082742;
  background: #fff;
  color: #111111;
  padding: 10px 16px;
}

.bw-cf7-form-alt .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #002342;
}

.bw-cf7-form-alt .wpcf7-submit {
  margin-top: 0;
}

.bw-cf7-form-alt .wpcf7-not-valid-tip {
  color: #f97272;
}

.bw-cf7-form-alt .wpcf7-response-output {
  color: #111111;
}

.bw-block-contact-info-border {
  border-top: 1px solid #EBEBEB;
}

.bw-block-contact-info-section {
  border-bottom: 1px solid #EBEBEB;
}

.bw-block-contact-info-section a {
  color: #337ab7;
}

.bw-block-contact-info-map {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}

.bw-block-contact-info-map:before {
  content: "";
  display: block;
  padding-bottom: 85%;
}

.bw-block-contact-info-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bw-block-section-title span {
  color: #0f75bc;
}

.bw-block-section.bw-color-white h2 {
  color: #fff;
}

.bw-block-section.bw-color-white h2 span {
  color: #0f75bc;
}

.bw-block-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bw-block-hero .bw-container {
  position: relative;
  z-index: 4;
}

.bw-block-hero-bg {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0.6;
  max-width: none;
}

.bw-block-hero-text {
  position: relative;
  z-index: 5;
  padding-top: 160px;
  padding-bottom: 20px;
}

.bw-block-hero-image {
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-height: 96%;
  max-width: none;
}

.bw-single {
  padding-bottom: 80px;
}

.bw-single .wp-block-image {
  margin-left: 0;
  margin-right: 0;
}

.bw-single-thumbnail img {
  display: block;
  height: auto;
  width: 100%;
}

.bw-single-links a {
  text-decoration: none;
}

.bw-single-content a:not(.bw-btn) {
  text-decoration: underline;
  color: #337ab7;
}

.bw-single-content p {
  margin-bottom: 1.5em;
}

.bw-single-content h1,
.bw-single-content h2,
.bw-single-content h3,
.bw-single-content h4,
.bw-single-content h5,
.bw-single-content h6 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #002342;
}

.bw-single-content h3 {
  font-family: "Source Sans 3", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.bw-single-content ul {
  margin: 0 0 1.5em 20px;
  padding: 0;
}

html {
  font-size: 14px;
  line-height: 26px;
}

body {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
}

p,
ul,
ol {
  font-size: 14px;
  line-height: 26px;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.bw-h1,
.bw-h2,
.bw-h3,
.bw-h4,
.bw-h5,
.bw-h6 {
  font-family: Cinzel, Arial, serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

h1,
.bw-h1 {
  font-size: 36px;
  line-height: 1.1;
}

h2,
.bw-h2 {
  font-size: 36px;
}

h3,
.bw-h3 {
  font-size: 30px;
}

h4,
.bw-h4 {
  font-size: 25px;
}

h5,
.bw-h5 {
  font-size: 20px;
}

h6,
.bw-h6 {
  font-size: 20px;
}

.bw-heading-line {
  width: 50px;
  height: 1px;
  background: #0b5487;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.bw-heading-line:before,
.bw-heading-line:after {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 1px;
  background: #0b5487;
}

.bw-heading-line:before {
  top: -3px;
}

.bw-heading-line:after {
  bottom: -3px;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0;
}

.bw-font-primary {
  font-family: Montserrat, Arial, sans-serif;
}

.bw-font-secondary {
  font-family: Cinzel, Arial, serif;
}

.bw-font-sans {
  font-family: "Source Sans 3", Arial, sans-serif;
}

.bw-text-center {
  text-align: center;
}

.bw-text-left {
  text-align: left;
}

.bw-text-right {
  text-align: right;
}

.bw-text-uppercase {
  text-transform: uppercase;
}

.bw-text-underline {
  text-decoration: underline;
}

.bw-text-italic {
  font-style: italic;
}

.bw-text-no-decoration {
  text-decoration: none;
}

.bw-text-no-decoration a {
  text-decoration: none;
}

.bw-text-light {
  font-weight: 100;
}

.bw-text-regular {
  font-weight: 400;
}

.bw-text-medium {
  font-weight: 600;
}

.bw-text-bold {
  font-weight: 700;
}

.bw-text-xs {
  font-size: 13px;
  line-height: 26px;
}

.bw-text-sm {
  font-size: 14px;
  line-height: 26px;
}

.bw-text-md {
  font-size: 16px;
  line-height: 22px;
}

.bw-text-lg {
  font-size: 18px;
  line-height: 22px;
}

.bw-line-height-1-2 {
  line-height: 1.2;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.bw-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.bw-container-lg {
  max-width: 1630px;
}

.bw-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.bw-wrapper:before {
  content: "";
  display: table;
}

.bw-hidden {
  display: none;
}

.bw-block {
  display: block;
}

.bw-row {
  margin: 0 -15px;
}

[class*=-col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.bw-col-1 {
  width: 8.3333333333%;
  flex: 0 0 8.3333333333%;
}

.bw-col-2 {
  width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}

.bw-col-3 {
  width: 25%;
  flex: 0 0 25%;
}

.bw-col-4 {
  width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

.bw-col-5 {
  width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}

.bw-col-6 {
  width: 50%;
  flex: 0 0 50%;
}

.bw-col-7 {
  width: 58.3333333333%;
  flex: 0 0 58.3333333333%;
}

.bw-col-8 {
  width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}

.bw-col-9 {
  width: 75%;
  flex: 0 0 75%;
}

.bw-col-10 {
  width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
}

.bw-col-11 {
  width: 91.6666666667%;
  flex: 0 0 91.6666666667%;
}

.bw-col-12 {
  width: 100%;
  flex: 0 0 100%;
}

.bw-flex {
  display: flex;
}

.bw-flex-justify-start {
  justify-content: flex-start;
}

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

.bw-flex-justify-center {
  justify-content: center;
}

.bw-flex-justify-between {
  justify-content: space-between;
}

.bw-flex-align-center {
  align-items: center;
}

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

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

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

.bw-flex-row {
  flex-direction: row;
}

.bw-flex-row-reverse {
  flex-direction: row-reverse;
}

.bw-flex-column {
  flex-direction: column;
}

.bw-flex-column-reverse {
  flex-direction: column-reverse;
}

.bw-p-0 {
  padding: 0px;
}

.bw-pt-0 {
  padding-top: 0px;
}

.bw-pr-0 {
  padding-right: 0px;
}

.bw-pb-0 {
  padding-bottom: 0px;
}

.bw-pl-0 {
  padding-left: 0px;
}

.bw-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.bw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bw-p-1 {
  padding: 8px;
}

.bw-pt-1 {
  padding-top: 8px;
}

.bw-pr-1 {
  padding-right: 8px;
}

.bw-pb-1 {
  padding-bottom: 8px;
}

.bw-pl-1 {
  padding-left: 8px;
}

.bw-px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.bw-py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.bw-p-2 {
  padding: 16px;
}

.bw-pt-2 {
  padding-top: 16px;
}

.bw-pr-2 {
  padding-right: 16px;
}

.bw-pb-2 {
  padding-bottom: 16px;
}

.bw-pl-2 {
  padding-left: 16px;
}

.bw-px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.bw-py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.bw-p-3 {
  padding: 24px;
}

.bw-pt-3 {
  padding-top: 24px;
}

.bw-pr-3 {
  padding-right: 24px;
}

.bw-pb-3 {
  padding-bottom: 24px;
}

.bw-pl-3 {
  padding-left: 24px;
}

.bw-px-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.bw-py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.bw-p-4 {
  padding: 32px;
}

.bw-pt-4 {
  padding-top: 32px;
}

.bw-pr-4 {
  padding-right: 32px;
}

.bw-pb-4 {
  padding-bottom: 32px;
}

.bw-pl-4 {
  padding-left: 32px;
}

.bw-px-4 {
  padding-left: 32px;
  padding-right: 32px;
}

.bw-py-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.bw-p-5 {
  padding: 40px;
}

.bw-pt-5 {
  padding-top: 40px;
}

.bw-pr-5 {
  padding-right: 40px;
}

.bw-pb-5 {
  padding-bottom: 40px;
}

.bw-pl-5 {
  padding-left: 40px;
}

.bw-px-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.bw-py-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bw-flex-gap-0 {
  gap: 0;
}

.bw-flex-gap-1 {
  gap: 8px;
}

.bw-flex-gap-2 {
  gap: 16px;
}

.bw-flex-gap-3 {
  gap: 24px;
}

.bw-flex-gap-4 {
  gap: 32px;
}

.bw-radius-1 {
  border-radius: 8px;
}

.bw-height-full {
  height: 100%;
}

.bw-position-relative {
  position: relative;
}

.bw-z-index-1 {
  z-index: 1;
}

.bw-z-index-2 {
  z-index: 2;
}

@media (min-width: 576px) {
  .bw-sm-hidden {
    display: none;
  }

  .bw-sm-block {
    display: block;
  }

  .bw-sm-col-1 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .bw-sm-col-2 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .bw-sm-col-3 {
    width: 25%;
    flex: 0 0 25%;
  }

  .bw-sm-col-4 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .bw-sm-col-5 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .bw-sm-col-6 {
    width: 50%;
    flex: 0 0 50%;
  }

  .bw-sm-col-7 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .bw-sm-col-8 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .bw-sm-col-9 {
    width: 75%;
    flex: 0 0 75%;
  }

  .bw-sm-col-10 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .bw-sm-col-11 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .bw-sm-col-12 {
    width: 100%;
    flex: 0 0 100%;
  }

  .bw-sm-flex {
    display: flex;
  }

  .bw-sm-flex-justify-start {
    justify-content: flex-start;
  }

  .bw-sm-flex-justify-end {
    justify-content: flex-end;
  }

  .bw-sm-flex-justify-center {
    justify-content: center;
  }

  .bw-sm-flex-justify-between {
    justify-content: space-between;
  }

  .bw-sm-flex-align-center {
    align-items: center;
  }

  .bw-sm-flex-align-start {
    align-items: flex-start;
  }

  .bw-sm-flex-align-end {
    align-items: flex-end;
  }

  .bw-sm-flex-wrap {
    flex-wrap: wrap;
  }

  .bw-sm-flex-row {
    flex-direction: row;
  }

  .bw-sm-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .bw-sm-flex-column {
    flex-direction: column;
  }

  .bw-sm-flex-column-reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .bw-header-sticky {
    top: -43px;
  }

  .bw-main-nav-mobile {
    height: calc(100vh - 194px);
    box-shadow: 0 43px 0 0 #333;
  }

  .bw-block-brand-line {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .bw-block-brand-line:before {
    display: block;
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(21deg);
    background-image: linear-gradient(to right, #eec25d 0%, #eec25d 75px, #fff 75px, #fff 85px, #002342 85px, #002342 100%);
    background-size: 160px 160px;
    background-position: center center;
  }

  .bw-block-hero-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bw-block-hero-image {
    position: static;
    transform: none;
    height: auto;
    max-width: 100%;
  }

  .bw-single-content-column-2 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .bw-single-content-column-2 p {
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
  }

  h1,
  .bw-h1 {
    font-size: 42px;
  }

  h2,
  .bw-h2 {
    font-size: 40px;
  }

  h3,
  .bw-h3 {
    font-size: 36px;
  }

  h4,
  .bw-h4 {
    font-size: 30px;
  }

  h5,
  .bw-h5 {
    font-size: 25px;
  }

  h6,
  .bw-h6 {
    font-size: 24px;
  }

  .bw-md-text-center {
    text-align: center;
  }

  .bw-md-text-left {
    text-align: left;
  }

  .bw-md-text-right {
    text-align: right;
  }

  .bw-md-hidden {
    display: none;
  }

  .bw-md-block {
    display: block;
  }

  .bw-md-col-1 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .bw-md-col-2 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .bw-md-col-3 {
    width: 25%;
    flex: 0 0 25%;
  }

  .bw-md-col-4 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .bw-md-col-5 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .bw-md-col-6 {
    width: 50%;
    flex: 0 0 50%;
  }

  .bw-md-col-7 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .bw-md-col-8 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .bw-md-col-9 {
    width: 75%;
    flex: 0 0 75%;
  }

  .bw-md-col-10 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .bw-md-col-11 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .bw-md-col-12 {
    width: 100%;
    flex: 0 0 100%;
  }

  .bw-md-flex {
    display: flex;
  }

  .bw-md-flex-justify-start {
    justify-content: flex-start;
  }

  .bw-md-flex-justify-end {
    justify-content: flex-end;
  }

  .bw-md-flex-justify-center {
    justify-content: center;
  }

  .bw-md-flex-justify-between {
    justify-content: space-between;
  }

  .bw-md-flex-align-center {
    align-items: center;
  }

  .bw-md-flex-align-start {
    align-items: flex-start;
  }

  .bw-md-flex-align-end {
    align-items: flex-end;
  }

  .bw-md-flex-wrap {
    flex-wrap: wrap;
  }

  .bw-md-flex-row {
    flex-direction: row;
  }

  .bw-md-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .bw-md-flex-column {
    flex-direction: column;
  }

  .bw-md-flex-column-reverse {
    flex-direction: column-reverse;
  }

  .bw-md-p-0 {
    padding: 0px;
  }

  .bw-md-pt-0 {
    padding-top: 0px;
  }

  .bw-md-pr-0 {
    padding-right: 0px;
  }

  .bw-md-pb-0 {
    padding-bottom: 0px;
  }

  .bw-md-pl-0 {
    padding-left: 0px;
  }

  .bw-md-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .bw-md-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .bw-md-p-1 {
    padding: 8px;
  }

  .bw-md-pt-1 {
    padding-top: 8px;
  }

  .bw-md-pr-1 {
    padding-right: 8px;
  }

  .bw-md-pb-1 {
    padding-bottom: 8px;
  }

  .bw-md-pl-1 {
    padding-left: 8px;
  }

  .bw-md-px-1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bw-md-py-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .bw-md-p-2 {
    padding: 16px;
  }

  .bw-md-pt-2 {
    padding-top: 16px;
  }

  .bw-md-pr-2 {
    padding-right: 16px;
  }

  .bw-md-pb-2 {
    padding-bottom: 16px;
  }

  .bw-md-pl-2 {
    padding-left: 16px;
  }

  .bw-md-px-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bw-md-py-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .bw-md-p-3 {
    padding: 24px;
  }

  .bw-md-pt-3 {
    padding-top: 24px;
  }

  .bw-md-pr-3 {
    padding-right: 24px;
  }

  .bw-md-pb-3 {
    padding-bottom: 24px;
  }

  .bw-md-pl-3 {
    padding-left: 24px;
  }

  .bw-md-px-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bw-md-py-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .bw-md-p-4 {
    padding: 32px;
  }

  .bw-md-pt-4 {
    padding-top: 32px;
  }

  .bw-md-pr-4 {
    padding-right: 32px;
  }

  .bw-md-pb-4 {
    padding-bottom: 32px;
  }

  .bw-md-pl-4 {
    padding-left: 32px;
  }

  .bw-md-px-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bw-md-py-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bw-md-p-5 {
    padding: 40px;
  }

  .bw-md-pt-5 {
    padding-top: 40px;
  }

  .bw-md-pr-5 {
    padding-right: 40px;
  }

  .bw-md-pb-5 {
    padding-bottom: 40px;
  }

  .bw-md-pl-5 {
    padding-left: 40px;
  }

  .bw-md-px-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bw-md-py-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .bw-header-sticky {
    position: static;
  }

  .bw-main-nav-desktop.bw-main-nav-sticky {
    position: sticky;
    z-index: 100;
    top: -1px;
    padding-top: 1px;
    transition: all 0.2s ease-in-out;
  }

  .bw-main-nav-desktop.bw-main-nav-sticky.bw-is-sticky {
    background-color: #fff;
    box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.75);
  }

  .bw-main-nav-desktop .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .bw-main-nav-desktop .menu > .menu-item > a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #111111;
    padding-top: 23px;
    padding-bottom: 23px;
    text-transform: uppercase;
  }

  .bw-main-nav-desktop .sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.2s ease-out;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: #fff;
    padding: 0;
    margin: 0;
    list-style: none outside none;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    border-top: 3px solid #eec25d;
    width: 200px;
  }

  .bw-main-nav-desktop .sub-menu a {
    font-size: 10px;
    line-height: 1.7;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
    display: block;
    transition: all 0.3s ease;
  }

  .bw-main-nav-desktop .sub-menu a:hover {
    background-color: #082742;
    color: #eec25d;
  }

  .bw-main-nav-desktop .menu-item-has-children {
    position: relative;
    z-index: 1;
  }

  .bw-main-nav-desktop .menu-item-has-children > a:after {
    font-family: "FontAwesome";
    content: "\f107";
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
  }

  .bw-main-nav-desktop .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .bw-main-nav-desktop .bw-submenu-2-cols > .sub-menu {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
    width: 450px;
  }

  h1,
  .bw-h1 {
    font-size: 58px;
  }

  .bw-lg-hidden {
    display: none;
  }

  .bw-lg-block {
    display: block;
  }

  .bw-lg-col-1 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .bw-lg-col-2 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .bw-lg-col-3 {
    width: 25%;
    flex: 0 0 25%;
  }

  .bw-lg-col-4 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .bw-lg-col-5 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .bw-lg-col-6 {
    width: 50%;
    flex: 0 0 50%;
  }

  .bw-lg-col-7 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .bw-lg-col-8 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .bw-lg-col-9 {
    width: 75%;
    flex: 0 0 75%;
  }

  .bw-lg-col-10 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .bw-lg-col-11 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .bw-lg-col-12 {
    width: 100%;
    flex: 0 0 100%;
  }

  .bw-lg-p-0 {
    padding: 0px;
  }

  .bw-lg-pt-0 {
    padding-top: 0px;
  }

  .bw-lg-pr-0 {
    padding-right: 0px;
  }

  .bw-lg-pb-0 {
    padding-bottom: 0px;
  }

  .bw-lg-pl-0 {
    padding-left: 0px;
  }

  .bw-lg-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .bw-lg-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .bw-lg-p-1 {
    padding: 8px;
  }

  .bw-lg-pt-1 {
    padding-top: 8px;
  }

  .bw-lg-pr-1 {
    padding-right: 8px;
  }

  .bw-lg-pb-1 {
    padding-bottom: 8px;
  }

  .bw-lg-pl-1 {
    padding-left: 8px;
  }

  .bw-lg-px-1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bw-lg-py-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .bw-lg-p-2 {
    padding: 16px;
  }

  .bw-lg-pt-2 {
    padding-top: 16px;
  }

  .bw-lg-pr-2 {
    padding-right: 16px;
  }

  .bw-lg-pb-2 {
    padding-bottom: 16px;
  }

  .bw-lg-pl-2 {
    padding-left: 16px;
  }

  .bw-lg-px-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bw-lg-py-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .bw-lg-p-3 {
    padding: 24px;
  }

  .bw-lg-pt-3 {
    padding-top: 24px;
  }

  .bw-lg-pr-3 {
    padding-right: 24px;
  }

  .bw-lg-pb-3 {
    padding-bottom: 24px;
  }

  .bw-lg-pl-3 {
    padding-left: 24px;
  }

  .bw-lg-px-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bw-lg-py-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .bw-lg-p-4 {
    padding: 32px;
  }

  .bw-lg-pt-4 {
    padding-top: 32px;
  }

  .bw-lg-pr-4 {
    padding-right: 32px;
  }

  .bw-lg-pb-4 {
    padding-bottom: 32px;
  }

  .bw-lg-pl-4 {
    padding-left: 32px;
  }

  .bw-lg-px-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bw-lg-py-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bw-lg-p-5 {
    padding: 40px;
  }

  .bw-lg-pt-5 {
    padding-top: 40px;
  }

  .bw-lg-pr-5 {
    padding-right: 40px;
  }

  .bw-lg-pb-5 {
    padding-bottom: 40px;
  }

  .bw-lg-pl-5 {
    padding-left: 40px;
  }

  .bw-lg-px-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bw-lg-py-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .bw-main-nav-desktop .menu > .menu-item > a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .bw-header-phone-btn {
    font-size: 14px;
    height: 38px;
  }

  .bw-header-phone-btn i {
    font-size: 20px;
  }

  .bw-header-logo {
    display: block;
    padding-top: 5px;
  }

  .bw-header-logo img {
    max-height: 40px;
  }
}

@media (max-width: 575px) {
  .bw-header .bw-row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .bw-header [class*=-col-] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bw-header-phone-btn {
    font-size: 12px;
    padding-left: 14px;
    padding-right: 14px;
    height: 30px;
  }
}

@media (max-width: 374px) {
  .bw-header-phone-btn {
    white-space: nowrap;
  }
}