/* line 1, ../sass/style.scss */
body {
  background: #f9fafb;
}

/* line 1, ../sass/base/_typography.scss */
h1, .h1 {
  color: #003952;
  font-size: 42px;
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 700 !important;
}

/* line 8, ../sass/base/_typography.scss */
h2, .h2 {
  color: #003952;
  font-size: 36px;
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 15, ../sass/base/_typography.scss */
h3, .h3 {
  color: #abd037;
  font-size: 30px;
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 22, ../sass/base/_typography.scss */
h4, .h4 {
  color: #00b7c4;
  font-size: 24px;
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 29, ../sass/base/_typography.scss */
h5, .h5 {
  color: #003952;
  font-size: 18px;
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 36, ../sass/base/_typography.scss */
h6, .h6 {
  color: #abd037;
  font-size: 14px;
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 43, ../sass/base/_typography.scss */
a {
  color: #ABD037;
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
}

/* line 48, ../sass/base/_typography.scss */
p {
  color: #003952;
  font-size: 18px;
  font-family: nunito-sans, sans-serif;
}

/* line 53, ../sass/base/_typography.scss */
body {
  background: #f9fafb;
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #003952;
  font-size: 18px;
}

/* line 1, ../sass/modules/_header.scss */
#header {
  box-shadow: 0px 0px 3px 2px #A9A9A9;
  position: relative;
}

/* line 5, ../sass/modules/_header.scss */
#navbar-top {
  background-color: #fff;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0.5rem 1rem 1rem;
}

/* line 11, ../sass/modules/_header.scss */
#navbar-main {
  background-color: #fff;
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 1rem 1rem 0rem;
}

/* line 18, ../sass/modules/_header.scss */
.site-name-slogan {
  position: absolute;
  margin: 63px 130px;
  color: #003952;
}

/* line 23, ../sass/modules/_header.scss */
.region-top-header-form {
  width: 100%;
}

/* line 27, ../sass/modules/_header.scss */
#navbar-top .ml-auto,
#navbar-top .mx-auto {
  margin-left: 0px !important;
  width: 100%;
}

/* line 37, ../sass/modules/_header.scss */
.navbar-brand .d-inline-block {
  width: 330px !important;
}

/* line 43, ../sass/modules/_header.scss */
#block-socialmediaicons-3 {
  width: auto;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 48, ../sass/modules/_header.scss */
#block-socialmediaicons-3 .facebookicon {
  border-radius: 23px;
  margin: 5px;
  color: #003952;
}
/* line 55, ../sass/modules/_header.scss */
#block-socialmediaicons-3 .twittericon {
  border-radius: 20px;
  margin: 5px;
  color: #003952;
}
/* line 63, ../sass/modules/_header.scss */
#block-socialmediaicons-3 a:hover {
  opacity: 0.85;
}

/* line 69, ../sass/modules/_header.scss */
#block-donatemenu-2 {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block !important;
}
/* line 75, ../sass/modules/_header.scss */
#block-donatemenu-2 li a {
  background: #ABD037;
  color: #003952;
  border-radius: 5px;
  margin: 6px;
  font-family: nunito, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 83, ../sass/modules/_header.scss */
#block-donatemenu-2 li a:hover {
  opacity: 0.85;
  color: #003952 !important;
}

/* line 92, ../sass/modules/_header.scss */
.region-searchr {
  display: block;
}

/* line 95, ../sass/modules/_header.scss */
#block-searchblock-2 {
  padding: 12px 5px;
  width: auto;
}
/* line 98, ../sass/modules/_header.scss */
#block-searchblock-2 a {
  color: #003952;
}

/* line 102, ../sass/modules/_header.scss */
.search-warp {
  text-align: center;
  transition: all 0.9s ease-in-out 0s;
  max-height: 0px;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(242, 242, 242, 0.95);
  z-index: 99;
}
/* line 116, ../sass/modules/_header.scss */
.search-warp form#search-block-form {
  max-width: 500px;
  margin: 0 auto;
}
/* line 119, ../sass/modules/_header.scss */
.search-warp form#search-block-form .btn.btn-primary {
  background: #003952;
  border: 1px solid #003952;
  font-size: 19px;
  line-height: 28px;
  padding: 15px;
  border-radius: 0px;
}
/* line 128, ../sass/modules/_header.scss */
.search-warp #block-searchblockclose {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 999;
}
/* line 133, ../sass/modules/_header.scss */
.search-warp #block-searchblockclose a {
  color: #fff;
  font-size: 24px;
}

/* line 139, ../sass/modules/_header.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

/* line 160, ../sass/modules/_header.scss */
.input-group .form-control .input-group-addon .input-group-btn {
  display: table-cell;
}

/* line 166, ../sass/modules/_header.scss */
#searchr {
  background: #003952ba;
}

/* line 169, ../sass/modules/_header.scss */
#searchr {
  width: 60% !important;
  margin: auto !important;
}

/* line 173, ../sass/modules/_header.scss */
.search-warp.closed {
  max-height: 50% !important;
  padding-top: 10% !important;
}

/* line 177, ../sass/modules/_header.scss */
.search-warp {
  text-align: center;
}

/* line 183, ../sass/modules/_header.scss */
#main-wrapper {
  padding: 30px 20px;
}

/* line 186, ../sass/modules/_header.scss */
.search-warp form#search-block-form .form-search, .search-warp form#search-block-form #edit-search-block-form--2 {
  height: 60px;
  font-size: 20px;
  border-radius: 0px;
  height: 42px !important;
}

/* line 192, ../sass/modules/_header.scss */
.search-warp form#search-block-form {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

/* line 197, ../sass/modules/_header.scss */
.search-warp form#search-block-form .btn.btn-primary {
  background: #ABD037 !important;
  border: 1px solid #ABD037 !important;
  font-size: 19px;
  line-height: 24px !important;
  padding: 10px 15px !important;
  border-radius: 6px !important;
  color: #003952 !important;
}

/* line 207, ../sass/modules/_header.scss */
a.gtflag {
  display: none;
}

/* line 211, ../sass/modules/_header.scss */
#block-searchblock {
  margin-top: 10px;
}

/* line 215, ../sass/modules/_header.scss */
#block-gtranslate {
  margin-top: -14px;
  margin-left: 16px;
}

/* line 2, ../sass/modules/_menu.scss */
ul.sf-menu li.sf-depth-1 {
  padding: 0px 4px !important;
}
/* line 4, ../sass/modules/_menu.scss */
ul.sf-menu li.sf-depth-1 a {
  color: #003952;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 11px 33px;
}
/* line 11, ../sass/modules/_menu.scss */
ul.sf-menu li.sf-depth-1 a:hover {
  position: relative;
  /*background-image: url(../images/rectangle-4.svg);
  color: #00B7C4 !important;
  background-size: contain;
  background-repeat: no-repeat;
  height: auto;
  background-position: bottom;*/
  text-decoration: none;
  color: #00B8C2 !important;
  background: #003952 !important;
  border-radius: 2px;
}

/* line 27, ../sass/modules/_menu.scss */
ul.sf-menu li:hover > ul {
  width: 20em !important;
  top: 2.5em;
  left: 8px;
}

/* line 32, ../sass/modules/_menu.scss */
.main-menu-new .menu > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
}

/* line 43, ../sass/modules/_menu.scss */
.main-menu-new .menu > li ul {
  background-color: #003A5D;
}

/* line 46, ../sass/modules/_menu.scss */
ul.sf-menu li.sf-depth-2 a:hover {
  border-bottom: 1px solid #ABD037;
  color: #ABD037 !important;
}

/* line 50, ../sass/modules/_menu.scss */
ul.sf-menu li.sf-depth-3 a:hover {
  border-bottom: 1px solid #ABD037;
  color: #ABD037 !important;
}

/* line 54, ../sass/modules/_menu.scss */
ul.sf-menu .sf-sub-indicator {
  right: 0.5em;
  top: 57%;
}

/* line 58, ../sass/modules/_menu.scss */
ul.sf-menu .sf-sub-indicator::after {
  line-height: 6px;
}

/* line 61, ../sass/modules/_menu.scss */
#block-socialmediaicons-5 {
  display: none;
}

/* line 64, ../sass/modules/_menu.scss */
#block-donatemenu-3 {
  display: none;
}

/* line 67, ../sass/modules/_menu.scss */
#block-searchform-3 {
  display: none;
}

/* line 70, ../sass/modules/_menu.scss */
#block-searchform-2 {
  display: block;
}

/* line 73, ../sass/modules/_menu.scss */
ul.sf-menu li {
  z-index: 9 !important;
}

/* line 76, ../sass/modules/_menu.scss */
.main-menu-new .menu > li ul {
  background-color: #003A5D;
  width: 20em !important;
}

/* line 80, ../sass/modules/_menu.scss */
ul.sf-menu .sf-depth-2 .sf-sub-indicator::after {
  line-height: 12px;
}

/* line 83, ../sass/modules/_menu.scss */
ul.sf-menu .sf-sub-indicator {
  height: 20px;
  width: 15px;
}

/* line 87, ../sass/modules/_menu.scss */
ul.sf-menu li.sf-depth-1 {
  padding: 0px 4px !important;
}

/* line 1, ../sass/modules/_banner.scss */
#page-header, .block-views-blockfront-page-rotor-images-block-1, .block-views-blockfront-page-rotor-images-block-1 .skin-default {
  width: 100%;
}

/* line 4, ../sass/modules/_banner.scss */
#block-views-block-front-page-rotor-images-block-1 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 9, ../sass/modules/_banner.scss */
#views_slideshow_cycle_teaser_section_front_page_rotor_images-block_1 {
  margin: 0 auto;
}

/* line 12, ../sass/modules/_banner.scss */
.banner {
  position: relative;
  padding: 0px;
}

/* line 16, ../sass/modules/_banner.scss */
.views_slideshow_cycle_teaser_section,
.views_slideshow_cycle_slide {
  width: 100% !important;
  height: 500px !important;
}

/* line 21, ../sass/modules/_banner.scss */
.region-banner {
  margin: 0px;
}
/* line 25, ../sass/modules/_banner.scss */
.region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .field-content.scaleUp.animation {
  height: 500px;
}
/* line 29, ../sass/modules/_banner.scss */
.region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing {
  position: absolute;
  margin: 160px 178px;
  padding: 0px;
  width: 25%;
  z-index: 99;
}
/* line 35, ../sass/modules/_banner.scss */
.region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .title {
  padding-bottom: 20px;
}
/* line 37, ../sass/modules/_banner.scss */
.region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .title a {
  color: #FFFFFF;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2.29px;
  line-height: 38px;
}
/* line 45, ../sass/modules/_banner.scss */
.region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .title a:hover {
  text-decoration: none;
}
/* line 50, ../sass/modules/_banner.scss */
.region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .body {
  letter-spacing: 1.14px;
  line-height: 20px;
  padding-bottom: 50px;
}
/* line 54, ../sass/modules/_banner.scss */
.region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .body p, .region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .body span {
  color: #FFFFFF;
  font-family: nunito-sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
/* line 61, ../sass/modules/_banner.scss */
.region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .field-url {
  text-transform: uppercase;
  font-family: nunito, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: transparent url(../images/Theme-1-rotor-txt-lyr-02.png) no-repeat scroll 0% 0%/450px auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  height: 50px;
  width: 375px;
  text-align: right;
  position: relative;
  background-position: top right;
  position: absolute;
  margin-left: -172px;
}
/* line 87, ../sass/modules/_banner.scss */
.region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .field-url a {
  color: #003952;
  padding: 1px 70px;
  background: url(../images/read-more.svg);
  background-position-x: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: right 40px;
  line-height: 2.5;
  font-size: 18px;
  background-position-y: center;
}

/* line 110, ../sass/modules/_banner.scss */
.views-slideshow-controls-bottom {
  width: 100%;
}

/* line 113, ../sass/modules/_banner.scss */
#views_slideshow_controls_text_front_page_rotor_images-block_1 {
  position: absolute;
  z-index: 7;
  display: inherit;
  margin: 80px 0px 12px 0px;
  text-align: left;
  width: 100%;
  padding-right: 65px;
}

/* line 122, ../sass/modules/_banner.scss */
#views_slideshow_controls_text_front_page_rotor_images-block_1 a {
  color: transparent;
}

/* line 125, ../sass/modules/_banner.scss */
#views_slideshow_controls_text_previous_front_page_rotor_images-block_1 {
  background: url(../images/rightarrow.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -99999px;
  cursor: pointer;
  display: inline-block;
  border-radius: 6px;
  padding: 14px 20px;
  margin: 0.4em 10.8em;
  line-height: 12px;
  color: transparent !important;
}

/* line 155, ../sass/modules/_banner.scss */
#views_slideshow_controls_text_pause_front_page_rotor_images-block_1 {
  display: none;
}

/* line 158, ../sass/modules/_banner.scss */
#views_slideshow_controls_text_next_front_page_rotor_images-block_1 {
  text-indent: -9999px;
  cursor: pointer;
  display: inline-block;
  border-radius: 6px;
  padding: 0 6px;
  background: #222;
  margin: 0.4em -8em;
  line-height: 12px;
  background: url(../images/leftarrow.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 14px 20px;
}

/* line 189, ../sass/modules/_banner.scss */
.block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-field-rotor-image img {
  width: 100%;
  height: auto;
}

/* line 193, ../sass/modules/_banner.scss */
#views_slideshow_cycle_teaser_section_front_page_rotor_images-block_1 .views-row::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(to right, #00364F 5%, transparent 55%);
}

/*#block-views-block-front-page-rotor-images-block-1::after {
   -webkit-transition: opacity 2.5s ease;
    transition: opacity 2.5s ease;
        transition-delay: 0s;
    -webkit-transition-delay: .75s;
    transition-delay: .75s;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    background-color: #242943;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .85;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}*/
/* line 226, ../sass/modules/_banner.scss */
.region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .field-url a:hover {
  opacity: 0.85;
  text-decoration: none;
  color: #003A5D !important;
}

/* line 1, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 4, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .region-promobanner {
  width: 100%;
}
/* line 6, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 {
  width: 100%;
}
/* line 8, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners {
  margin-bottom: 20px;
}
/* line 10, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .views-row {
  float: left;
  clear: both;
  width: 100%;
}
/* line 14, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .views-row .col-1,
.path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .views-row .col-2,
.path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .views-row .col-3 {
  max-width: 100%;
  padding: 20px 20px 70px 20px;
  width: 31% !important;
  margin: 0px 13px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  background: #fff;
}
/* line 25, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .views-row .views-field-field-promo-image {
  text-align: center;
}
/* line 28, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .views-row .views-field-title {
  padding: 20px 20px 15px;
  text-align: center;
}
/* line 31, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .views-row .views-field-title a {
  font-size: 24px;
  color: #00364F;
  font-family: poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 39, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .views-row .views-field-body {
  height: 100px;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
  color: #373737;
}
/* line 48, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .views-row .views-field-field-url__1 {
  padding: 8px;
  text-align: center;
  background-image: url(/sites/mowsatx/themes/mowsatx_d9/images/more-button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* line 55, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .views-row .views-field-field-url__1 a {
  color: #003A5D;
  font-family: nunito, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

/* line 70, ../sass/modules/_promobanner.scss */
.path-frontpage .open_content {
  padding-top: 50px;
}

/* line 74, ../sass/modules/_promobanner.scss */
.open_content p {
  font-size: 24px;
  color: #003952;
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
}
/* line 80, ../sass/modules/_promobanner.scss */
.open_content .field--name-body {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 87, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner {
  padding-top: 50px;
  padding-bottom: 100px;
}

/* line 93, ../sass/modules/_promobanner.scss */
.promobanner .view-front-page-promo-banners .col-1,
.promobanner .view-front-page-promo-banners .col-2,
.promobanner .view-front-page-promo-banners .col-3 {
  max-width: 100%;
  padding: 0px 0px 20px 0px;
  width: 31% !important;
  margin: 0px 13px;
}
/* line 101, ../sass/modules/_promobanner.scss */
.promobanner .view-front-page-promo-banners .views-field-title {
  padding: 20px 20px 15px;
}
/* line 103, ../sass/modules/_promobanner.scss */
.promobanner .view-front-page-promo-banners .views-field-title a {
  font-size: 24px;
  color: #003952;
  font-family: poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 111, ../sass/modules/_promobanner.scss */
.promobanner .view-front-page-promo-banners .views-field-body {
  padding: 5px 20px 20px;
  font-size: 18px;
  color: #373737;
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
}
/* line 118, ../sass/modules/_promobanner.scss */
.promobanner .view-front-page-promo-banners .views-field-field-url {
  padding: 5px 20px;
}
/* line 120, ../sass/modules/_promobanner.scss */
.promobanner .view-front-page-promo-banners .views-field-field-url a {
  background: #ABD037;
  padding: 10px 25px;
  border-radius: 5px;
  color: #003952;
  font-family: nunito, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 130, ../sass/modules/_promobanner.scss */
.promobanner .view-front-page-promo-banners .views-field-field-url a:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* line 138, ../sass/modules/_promobanner.scss */
.promobanner .view-front-page-promo-banners .col-1:hover, .promobanner .view-front-page-promo-banners .col-2:hover, .promobanner .view-front-page-promo-banners .col-3:hover {
  box-shadow: 1px 1px 12px -5px #ccc;
}

/* line 2, ../sass/modules/_why_mow.scss */
.path-frontpage .why_mow {
  padding-top: 70px;
  padding-bottom: 65px;
  background: url(../images/mow-why-bg.svg);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 18, ../sass/modules/_why_mow.scss */
.path-frontpage .why_mow .block-views-blockwhy-mow-block-1 .view-why-mow .views-field-field-video {
  display: inline-block;
  width: 45%;
}
/* line 22, ../sass/modules/_why_mow.scss */
.path-frontpage .why_mow .block-views-blockwhy-mow-block-1 .view-why-mow .views-field-nothing {
  display: inline-block;
  width: 55%;
  padding: 35px 160px 35px 35px;
  float: right;
  /*background: url(../images/mow_why_bg.svg);
      background-repeat: repeat;
      background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;*/
  margin-top: 16px;
}
/* line 34, ../sass/modules/_why_mow.scss */
.path-frontpage .why_mow .block-views-blockwhy-mow-block-1 .view-why-mow .views-field-nothing .title {
  color: #00364F;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 3px;
  line-height: 51px;
  padding-bottom: 20px;
}
/* line 43, ../sass/modules/_why_mow.scss */
.path-frontpage .why_mow .block-views-blockwhy-mow-block-1 .view-why-mow .views-field-nothing .body {
  color: #00364F;
  font-family: nunito-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.14px;
  line-height: 24px;
  padding-bottom: 20px;
}
/* line 52, ../sass/modules/_why_mow.scss */
.path-frontpage .why_mow .block-views-blockwhy-mow-block-1 .view-why-mow .views-field-nothing .more {
  height: 42px;
  width: 200px;
  border-radius: 4px;
  background-image: url(../images/rectangle-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* line 60, ../sass/modules/_why_mow.scss */
.path-frontpage .why_mow .block-views-blockwhy-mow-block-1 .view-why-mow .views-field-nothing .more a {
  background: url(../images/read-more.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: 154px;
  background-position-y: 8px;
  color: #003A5D;
  font-family: nunito, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.14px;
  line-height: 19px;
  padding: 12px 35px;
  position: absolute;
  height: 42px;
  text-transform: uppercase;
}
/* line 76, ../sass/modules/_why_mow.scss */
.path-frontpage .why_mow .block-views-blockwhy-mow-block-1 .view-why-mow .views-field-nothing .more a:hover {
  text-decoration: none;
  opacity: 0.85;
  color: #003A5D !important;
}

/* line 2, ../sass/modules/_counter.scss */
.path-frontpage .counter {
  padding-top: 120px;
  padding-bottom: 60px;
  background: url(/sites/mowsatx/themes/mowsatx_d9/images/rotor-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 13, ../sass/modules/_counter.scss */
.path-frontpage #block-homepagenumbers h2 {
  margin-bottom: 18px;
  font-size: 38px;
  color: #003952;
  font-family: poppins, sans-serif;
  font-weight: 700;
}
/* line 20, ../sass/modules/_counter.scss */
.path-frontpage #block-homepagenumbers p {
  color: #003952;
  margin-bottom: 100px;
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
}
/* line 26, ../sass/modules/_counter.scss */
.path-frontpage #block-homepagenumbers .dollar,
.path-frontpage #block-homepagenumbers .number-text,
.path-frontpage #block-homepagenumbers .percentage {
  color: #003952;
  text-align: center;
}
/* line 31, ../sass/modules/_counter.scss */
.path-frontpage #block-homepagenumbers .dollar p,
.path-frontpage #block-homepagenumbers .number-text p,
.path-frontpage #block-homepagenumbers .percentage p {
  margin-bottom: 25px;
  text-align: center;
  font-family: nunito-sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}
/* line 40, ../sass/modules/_counter.scss */
.path-frontpage #block-homepagenumbers h3 {
  font-size: 42px;
  text-align: center;
  color: #003952;
  font-family: poppins, sans-serif;
  font-weight: 700;
}

/* line 2, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(../images/mow-why-bg.svg);
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 10, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea .container {
  max-width: 100%;
}
/* line 17, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-field-focus-image {
  display: inline-block;
  width: 45%;
  float: right;
}
/* line 21, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-field-focus-image img {
  width: 100%;
  height: auto;
}
/* line 26, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-nothing {
  display: inline-block;
  width: 55%;
  padding: 60px 35px 60px 160px;
  /*background: url(../images/mow-why-bg.svg);
      background-repeat: repeat;
      background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;*/
  margin-top: 16px;
}
/* line 36, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-nothing .title {
  color: #00364F;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 3px;
  line-height: 51px;
  padding-bottom: 20px;
}
/* line 45, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-nothing .body {
  color: #00364F;
  font-family: nunito-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.14px;
  line-height: 24px;
  padding-bottom: 20px;
}
/* line 54, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-nothing .more {
  height: 42px;
  width: 200px;
  border-radius: 4px;
  background-image: url(../images/rectangle-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* line 62, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-nothing .more a {
  background: url(../images/read-more.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: 154px;
  color: #003A5D;
  font-family: nunito, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.14px;
  line-height: 19px;
  padding: 12px 35px;
  position: absolute;
  height: 42px;
  text-transform: uppercase;
  background-position-y: 9px;
}
/* line 78, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-nothing .more a:hover {
  text-decoration: none;
  opacity: 0.85;
  color: #003A5D !important;
}

/* line 1, ../sass/modules/_footer.scss */
.menu--footer-left-menu li a, .menu--menu-about-us li a, .menu--menu-get-meals li a, .menu--footer-right-menu li a {
  color: #eee;
  font-size: 18px;
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
}

/* line 7, ../sass/modules/_footer.scss */
.site-footer {
  background: #003952;
  padding: 60px 0 30px;
}
/* line 10, ../sass/modules/_footer.scss */
.site-footer .block {
  border: none;
  padding: 10px 0px;
}
/* line 15, ../sass/modules/_footer.scss */
.site-footer nav ul {
  display: block !important;
}

/* line 20, ../sass/modules/_footer.scss */
.site-footer .content a, .site-footer .content a.is-active {
  color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);
}

/* line 24, ../sass/modules/_footer.scss */
#block-socialmediaicons-4, #block-socialmediaicons-4 {
  padding: 0px;
  margin: 0px;
}

/* line 28, ../sass/modules/_footer.scss */
#block-socialmediaicons-4, #block-socialmediaicons-4 {
  width: 10%;
  float: right;
  text-align: right;
}

/* line 33, ../sass/modules/_footer.scss */
#block-socialmediaicons-4 a {
  padding: 0px 10px;
}

/* line 36, ../sass/modules/_footer.scss */
#block-socialmediaicons-4 a, #block-socialmediaicons-4 a {
  display: table-cell;
  border-radius: 63px;
  font-size: 20px;
  margin: 5px;
  text-align: center;
}

/* line 43, ../sass/modules/_footer.scss */
.region-footer-first {
  width: 100% !important;
}

/* line 46, ../sass/modules/_footer.scss */
#block-footerlogo {
  width: 40%;
  float: left;
  margin-top: 0px;
  padding-top: 0px;
}
/* line 51, ../sass/modules/_footer.scss */
#block-footerlogo img {
  width: 300px;
}
/* line 54, ../sass/modules/_footer.scss */
#block-footerlogo .icon {
  width: auto;
}
/* line 57, ../sass/modules/_footer.scss */
#block-footerlogo p {
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
}

/* line 62, ../sass/modules/_footer.scss */
.site-footer__top p {
  margin-top: 1em;
  font-size: 18px;
  font-size: 16px;
  color: #fff;
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
}

/* line 70, ../sass/modules/_footer.scss */
.menu--footer-left-menu,
.menu--footer-right-menu {
  width: 25%;
  float: left;
}
/* line 75, ../sass/modules/_footer.scss */
.menu--footer-left-menu li a,
.menu--footer-right-menu li a {
  color: #fff;
  font-size: 18px;
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
}
/* line 80, ../sass/modules/_footer.scss */
.menu--footer-left-menu li a:hover,
.menu--footer-right-menu li a:hover {
  color: #00B7C4;
}

/* line 86, ../sass/modules/_footer.scss */
.footer-social {
  width: 10%;
  float: right;
  text-align: right;
}
/* line 90, ../sass/modules/_footer.scss */
.footer-social a {
  display: table-cell;
  font-size: 20px;
  margin: 5px;
  text-align: center;
}
/* line 99, ../sass/modules/_footer.scss */
.footer-social p {
  display: inline-grid;
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
}

/* line 105, ../sass/modules/_footer.scss */
.site-footer__bottom {
  border-top: 1px solid #00B7C4;
  border-color: #00B7C4;
}

/* line 109, ../sass/modules/_footer.scss */
#block-copyrightblock {
  width: 60%;
}
/* line 111, ../sass/modules/_footer.scss */
#block-copyrightblock p {
  text-align: left;
  font-size: 14px;
  color: #eee;
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
}

/* line 119, ../sass/modules/_footer.scss */
#block-privacypolicyblock {
  width: 40%;
  text-align: right;
}
/* line 122, ../sass/modules/_footer.scss */
#block-privacypolicyblock p {
  text-align: right;
  font-size: 14px;
  font-family: nunito-sans, sans-serif;
  font-weight: 400;
}
/* line 127, ../sass/modules/_footer.scss */
#block-privacypolicyblock p a {
  color: #eee;
}
/* line 129, ../sass/modules/_footer.scss */
#block-privacypolicyblock p a:hover {
  color: #00B7C4;
}

/* line 135, ../sass/modules/_footer.scss */
.site-footer__bottom .content {
  padding: 1em;
}

/* line 139, ../sass/modules/_footer.scss */
.region-footer-first {
  margin-right: 0px;
  margin-left: 0px;
}

/* line 143, ../sass/modules/_footer.scss */
.site-footer__bottom .region {
  margin-top: 0px;
}

/* line 146, ../sass/modules/_footer.scss */
.site-footer__bottom {
  letter-spacing: 0.2px;
  margin-top: 0px;
}

/* line 2, ../sass/modules/_pages.scss */
.main-content img {
  padding: 10px;
}

/* line 5, ../sass/modules/_pages.scss */
a {
  color: #ABD037;
}

/* line 8, ../sass/modules/_pages.scss */
.maintenance-page #main-wrapper {
  display: block !important;
}

/* line 11, ../sass/modules/_pages.scss */
.maintenance-page #header {
  display: none;
}

/* line 14, ../sass/modules/_pages.scss */
.container {
  max-width: 1170px;
}

/*-------- Search block-------*/
/* line 18, ../sass/modules/_pages.scss */
.region-searchr {
  display: block;
}

/* line 21, ../sass/modules/_pages.scss */
.search-warp.closed {
  max-height: 50% !important;
  padding-top: 10% !important;
}

/* line 25, ../sass/modules/_pages.scss */
.search-warp #block-searchblockclose {
  position: absolute;
  top: 20px !important;
  right: 40px !important;
  z-index: 999;
}

/* line 31, ../sass/modules/_pages.scss */
#searchr {
  width: 60% !important;
  margin: 0 auto !important;
}

/* line 35, ../sass/modules/_pages.scss */
.search-warp form#search-block-form .form-search, .search-warp form#search-block-form #edit-search-block-form--2 {
  height: 42px !important;
}

/* line 38, ../sass/modules/_pages.scss */
#search-block-form {
  display: block !important;
}

/* line 41, ../sass/modules/_pages.scss */
.search-warp #block-searchblockclose a {
  color: #fff;
}

/* line 44, ../sass/modules/_pages.scss */
#searchr {
  background: #003952ba;
}

/* line 47, ../sass/modules/_pages.scss */
.search-warp form#search-block-form .btn.btn-primary {
  background: #ABD037 !important;
  border: 1px solid #ABD037 !important;
  font-size: 19px;
  line-height: 24px !important;
  padding: 10px 15px !important;
  border-radius: 6px !important;
  color: #003952 !important;
}

/* line 56, ../sass/modules/_pages.scss */
.search-block {
  padding: 12px 20px;
}

/* line 59, ../sass/modules/_pages.scss */
.search-block a {
  color: #003952;
}

/* line 62, ../sass/modules/_pages.scss */
.search-warp.closed {
  max-height: 100%;
  padding-top: 15%;
}

/* line 66, ../sass/modules/_pages.scss */
.search-warp {
  text-align: center;
  transition: all 0.9s ease-in-out 0s;
  max-height: 0px;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(242, 242, 242, 0.95);
  z-index: 99;
}

/* line 81, ../sass/modules/_pages.scss */
.search-warp {
  text-align: center;
}

/* line 84, ../sass/modules/_pages.scss */
.search-warp form#search-block-form {
  max-width: 500px;
  margin: 0 auto;
}

/* line 88, ../sass/modules/_pages.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 91, ../sass/modules/_pages.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 101, ../sass/modules/_pages.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 106, ../sass/modules/_pages.scss */
.search-warp form#search-block-form .form-search, .search-warp form#search-block-form #edit-search-block-form--2 {
  height: 60px;
  font-size: 20px;
  border-radius: 0px;
}

/* line 111, ../sass/modules/_pages.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 116, ../sass/modules/_pages.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 121, ../sass/modules/_pages.scss */
.search-warp form#search-block-form .btn.btn-primary {
  background: #003952;
  border: 1px solid #003952;
  Font-size: 19px;
  line-height: 28px;
  Padding: 15px;
  Border-radius: 0px;
}

/* line 129, ../sass/modules/_pages.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 140, ../sass/modules/_pages.scss */
.search-warp #block-searchblockclose {
  position: absolute;
  top: 150px;
  right: 50px;
  z-index: 999;
}

/* line 146, ../sass/modules/_pages.scss */
.search-warp #block-searchblockclose a {
  color: #000000;
  font-size: 24px;
}

/* line 150, ../sass/modules/_pages.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

/* line 168, ../sass/modules/_pages.scss */
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

/* line 171, ../sass/modules/_pages.scss */
#block-searchform fieldset {
  min-width: 400px;
}

/* line 174, ../sass/modules/_pages.scss */
#main-wrapper {
  padding: 30px 20px;
}

/*--------mobile menu -----*/
/* line 178, ../sass/modules/_pages.scss */
#block-searchform-2 {
  display: none;
}

/* line 181, ../sass/modules/_pages.scss */
#block-socialmediaicons-3 {
  display: none;
}

/* line 184, ../sass/modules/_pages.scss */
#block-donatemenu-2 {
  display: none;
}

/*--------inner page header image--------*/
/* line 189, ../sass/modules/_pages.scss */
.withImage .bImage .field--name-field-header-image img {
  width: 100%;
  height: auto;
}

/* line 193, ../sass/modules/_pages.scss */
.bImage .field--name-field-header-image img {
  width: 100%;
  height: auto;
}

/* line 197, ../sass/modules/_pages.scss */
.bImage {
  position: relative;
}
/* line 199, ../sass/modules/_pages.scss */
.bImage h1 {
  position: absolute;
  bottom: 112px;
  left: 150px;
  color: #fff;
  font-size: 70px;
  right: 150px;
  text-align: center;
}

/*--new--*/
/* line 211, ../sass/modules/_pages.scss */
.search-warp #block-searchblockclose a {
  color: #fff;
}

/* line 214, ../sass/modules/_pages.scss */
img.d-inline-block {
  width: 65.9%;
}

/* line 220, ../sass/modules/_pages.scss */
.view-front-page-rotor-images .views-field-nothing .field-url a {
  color: #003952;
  padding: 3px 20px;
  background: url(../images/read-more.svg);
  background-position-x: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: 144px;
}

/* line 231, ../sass/modules/_pages.scss */
.why_mow .view-why-mow .views-field-field-url {
  padding: 10px 45px 0px 0px;
  text-transform: uppercase;
  font-family: "bryant-web";
  letter-spacing: 0.1em;
  background: transparent url(../images/Theme-1-rotor-txt-lyr-02.png) no-repeat scroll 0% 0%/408px auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  height: 39px;
  width: 244px;
  text-align: right;
  position: relative;
  background-position: top right;
  position: absolute;
  margin-left: -75px;
  font-size: 16px;
}

/* line 250, ../sass/modules/_pages.scss */
.why_mow .view-why-mow .views-field-field-url a {
  color: #003952;
  padding: 3px 20px;
  background: url(../images/read-more.svg);
  background-position-x: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: 144px;
}

/* line 261, ../sass/modules/_pages.scss */
.focusarea .view-our-focus .views-field-field-url {
  padding: 10px 45px 0px 0px;
  text-transform: uppercase;
  font-family: "bryant-web";
  letter-spacing: 0.1em;
  background: transparent url(../images/Theme-1-rotor-txt-lyr-02.png) no-repeat scroll 0% 0%/408px auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  height: 39px;
  width: 244px;
  text-align: right;
  position: relative;
  background-position: top right;
  position: absolute;
  margin-left: 918px;
  font-size: 16px;
}

/* line 280, ../sass/modules/_pages.scss */
.focusarea .view-our-focus .views-field-field-url a {
  color: #003952;
  padding: 3px 20px;
  background: url(../images/read-more.svg);
  background-position-x: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: 144px;
}

/* line 291, ../sass/modules/_pages.scss */
#block-socialmediaicons {
  margin-top: 12px;
}

/* line 294, ../sass/modules/_pages.scss */
#navbar-main {
  padding: 0.5rem 4rem 0rem 1rem;
}

/* line 298, ../sass/modules/_pages.scss */
#block-donatemenu li a, .header_menu li a {
  margin: 6px 10px;
}

/* line 302, ../sass/modules/_pages.scss */
.main-menu-new .menu > li ul {
  margin-left: 23px;
}

/* line 305, ../sass/modules/_pages.scss */
.path-frontpage #main-wrapper {
  padding: 0px;
}

/* line 308, ../sass/modules/_pages.scss */
#content .block-page-title-block .title {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  margin-top: 20px;
  margin-top: 40px;
  margin-top: 20px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}

/*.bImage .banner-image .field--name-field-header-image {
   height: 290px;
}*/
/* line 320, ../sass/modules/_pages.scss */
.main-content a {
  color: #00b7c4;
}

/* line 323, ../sass/modules/_pages.scss */
.main-content a:hover {
  color: #ABD037;
}

/* line 328, ../sass/modules/_pages.scss */
.wrapper-field-prgf-head-content-buttons {
  text-align: center;
}
/* line 330, ../sass/modules/_pages.scss */
.wrapper-field-prgf-head-content-buttons .field-prgf-head-content-buttons {
  border-color: transparent;
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
}
/* line 335, ../sass/modules/_pages.scss */
.wrapper-field-prgf-head-content-buttons .field-prgf-head-content-buttons a {
  color: #fff;
  font-family: nunito, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
  letter-spacing: 1px;
}

/* line 346, ../sass/modules/_pages.scss */
.path-calendar thead > tr {
  border-bottom: 1px solid #ddd !important;
}

/* line 349, ../sass/modules/_pages.scss */
.path-calendar tr {
  background: #fff !important;
}

/* line 352, ../sass/modules/_pages.scss */
.path-calendar table tr th, .path-calendar table tr th a, .path-calendar table tr th a:hover, .path-calendar table tr th a:focus {
  color: #000 !important;
  font-weight: bold;
  text-shadow: 0px 1px #000;
}

/* line 357, ../sass/modules/_pages.scss */
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
  color: #003952 !important;
  font-weight: bold;
}

/* line 362, ../sass/modules/_pages.scss */
.path-calendar table tr th {
  background: #fff !important;
}

/* line 365, ../sass/modules/_pages.scss */
.path-calendar table {
  margin: 0px 0 !important;
}

/* line 368, ../sass/modules/_pages.scss */
.path-calendar .fc .fc-row .fc-content-skeleton td {
  border-color: #ddd !important;
  border-bottom: 1px solid transparent !important;
}

/* line 372, ../sass/modules/_pages.scss */
.path-calendar tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px !important;
  background-color: #fbfcf9 !important;
  color: #003952 !important;
  outline: medium none !important;
  text-decoration: none !important;
  border: 1px solid #003952 !important;
}

/* line 380, ../sass/modules/_pages.scss */
.field-prefix {
  background: transparent !important;
  border: none !important;
}

/* line 384, ../sass/modules/_pages.scss */
button, .btn {
  font-family: nunito, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  /* line 390, ../sass/modules/_pages.scss */
  #block-mainmenu ul li a {
    padding: 8px 20px !important;
  }

  /* line 393, ../sass/modules/_pages.scss */
  #block-mainmenu ul li {
    padding: 0px 0px !important;
  }
}
/* line 397, ../sass/modules/_pages.scss */
.form-required::after {
  background-image: url(/sites/mow1.oneeach.org/files/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  height: 7px;
  width: 10px;
}

/* line 412, ../sass/modules/_pages.scss */
.field--name-body.field--type-text-with-summary {
  padding: 0px 25px;
}

/* line 416, ../sass/modules/_pages.scss */
#edit-submit {
  background: #003952;
  color: #fff;
  border-color: #003952;
  font-family: nunito, sans-serif;
  font-weight: 700;
}

/* line 426, ../sass/modules/_pages.scss */
#edit-submit--2 {
  background: #ABD037 !important;
  border: 1px solid #ABD037 !important;
  font-size: 19px;
  line-height: 24px !important;
  padding: 10px 15px !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-family: nunito, sans-serif;
  font-weight: 700;
}

/* line 439, ../sass/modules/_pages.scss */
.search-warp form#search-block-form #edit-submit {
  background: #ABD037 !important;
  border: 1px solid #ABD037 !important;
  line-height: 24px !important;
  padding: 10px 15px !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-family: nunito, sans-serif;
  font-weight: 700;
}

/* line 450, ../sass/modules/_pages.scss */
#block-donatemenu {
  margin-top: 13px;
}

/* line 454, ../sass/modules/_pages.scss */
.search-block {
  margin-top: 15px;
}

/* line 458, ../sass/modules/_pages.scss */
.search-warp form#search-block-form #edit-submit {
  margin-top: -7px;
}

/* line 462, ../sass/modules/_pages.scss */
.webform-submission-form {
  padding: 20px;
}

/* line 466, ../sass/modules/_pages.scss */
#vbp-99 p img {
  width: 100% !important;
  height: auto;
}

/* line 471, ../sass/modules/_pages.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
  color: #000 !important;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: .5;
}

/*---------staff-------*/
/* line 4, ../sass/modules/_bod.scss */
.path-staff .view-board-of-directors .views-row {
  width: 100%;
  margin: 1%;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 10, ../sass/modules/_bod.scss */
.path-staff .view-board-of-directors .views-row img {
  margin-bottom: 0px;
  border-radius: 50%;
  height: auto;
}
/* line 16, ../sass/modules/_bod.scss */
.path-staff .view-board-of-directors .views-row .views-field.views-field-field-name {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 1px #333;
}
/* line 26, ../sass/modules/_bod.scss */
.path-staff .view-board-of-directors .views-row .views-field.views-field-field-name a {
  color: #003952;
  font-family: nunito, sans-serif;
  font-weight: 700;
}
/* line 32, ../sass/modules/_bod.scss */
.path-staff .view-board-of-directors .views-row .views-field-nothing {
  position: absolute;
  padding-top: 26%;
  text-align: center;
  background: #003952;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 40px;
  color: #ffffff;
  transform: translateY(100%);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 19% 1% 1% 1%;
  font-size: 14px;
  background: #003952;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  border-radius: 50%;
}
/* line 52, ../sass/modules/_bod.scss */
.path-staff .view-board-of-directors .views-row .views-field-nothing .name {
  font-size: 20px;
  font-family: nunito, sans-serif;
  font-weight: 700;
}

/* line 63, ../sass/modules/_bod.scss */
.path-staff .view-board-of-directors .views-col:hover .views-field-nothing {
  transform: translateY(0%);
}

/* line 66, ../sass/modules/_bod.scss */
.path-staff .view-board-of-directors .views-col {
  float: left;
  max-width: 100%;
  width: 31% !important;
  margin: 0 10px;
}

/* line 73, ../sass/modules/_bod.scss */
.path-board-of-directors .view-board-of-directors- .views-col {
  float: left;
  max-width: 100%;
  width: 31% !important;
  margin: 0 10px;
}

/*-------BOD------*/
/* line 83, ../sass/modules/_bod.scss */
.path-board-of-directors .view-board-of-directors- .views-row {
  width: 100%;
  margin: 1%;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 89, ../sass/modules/_bod.scss */
.path-board-of-directors .view-board-of-directors- .views-row img {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 50%;
  height: auto;
}
/* line 97, ../sass/modules/_bod.scss */
.path-board-of-directors .view-board-of-directors- .views-row .views-field.views-field-title {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  font-family: nunito, sans-serif;
  font-weight: 700;
  text-shadow: 0px 0px 1px #333;
}
/* line 108, ../sass/modules/_bod.scss */
.path-board-of-directors .view-board-of-directors- .views-row .views-field.views-field-title a {
  color: #00b7c4 !important;
}
/* line 113, ../sass/modules/_bod.scss */
.path-board-of-directors .view-board-of-directors- .views-row .views-field-nothing {
  position: absolute;
  padding-top: 26%;
  text-align: center;
  background: #003952;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 40px;
  color: #ffffff;
  transform: translateY(100%);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 14px;
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  padding: 19% 1% 1% 1%;
  font-size: 14px;
  background: #003952;
  border-radius: 50%;
}
/* line 136, ../sass/modules/_bod.scss */
.path-board-of-directors .view-board-of-directors- .views-row .views-field-nothing .name {
  font-size: 20px;
  font-family: nunito, sans-serif;
  font-weight: 700;
}

/* line 146, ../sass/modules/_bod.scss */
.path-board-of-directors .view-board-of-directors- .views-col:hover .views-field-nothing {
  transform: translateY(0%);
}

/*-------- News page ------*/
/* line 3, ../sass/modules/_news.scss */
.path-news .main-content {
  max-width: 900px;
  margin: 0 auto;
}
/* line 8, ../sass/modules/_news.scss */
.path-news .view-news .views-row {
  float: left;
  width: 100%;
  border-bottom: dotted 1px #ccc;
  padding: 20px 0px;
}
/* line 13, ../sass/modules/_news.scss */
.path-news .view-news .views-row .views-field-field-news-image, .path-news .view-news .views-row .views-field-field-image-news {
  float: left;
  padding: 10px 15px;
}
/* line 17, ../sass/modules/_news.scss */
.path-news .view-news .views-row .views-field-nothing {
  padding: 20px;
}
/* line 19, ../sass/modules/_news.scss */
.path-news .view-news .views-row .views-field-nothing .body {
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 23, ../sass/modules/_news.scss */
.path-news .view-news .views-row .views-field-nothing .title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 27, ../sass/modules/_news.scss */
.path-news .view-news .views-row .views-field-nothing .title a {
  font-size: 20px;
  font-family: poppins, sans-serif;
  font-weight: 700;
  color: #003952;
}
/* line 34, ../sass/modules/_news.scss */
.path-news .view-news .views-row .views-field-nothing .authored_on {
  margin-bottom: 10px;
}
/* line 37, ../sass/modules/_news.scss */
.path-news .view-news .views-row .views-field-nothing .read-more {
  text-align: right;
}
/* line 39, ../sass/modules/_news.scss */
.path-news .view-news .views-row .views-field-nothing .read-more a {
  display: inline-block;
  vertical-align: baseline;
  background: #00b7c4 none repeat scroll 0% 0%;
  border: 2px solid #00b7c4;
  text-decoration: none !important;
  color: #003952 !important;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: nunito, sans-serif;
  font-weight: 700;
  transition: all 0.3s linear 0s;
  line-height: 23px;
  font-family: "bryant-web", sans-serif;
}
/* line 54, ../sass/modules/_news.scss */
.path-news .view-news .views-row .views-field-nothing .read-more a:hover {
  background: #00b7c4 none repeat scroll 0% 0%;
  opacity: 0.8;
  border: 2px solid #00b7c4;
}

/* line 66, ../sass/modules/_news.scss */
.path-mow-blog .main-content {
  max-width: 900px;
  margin: 0 auto;
}

/* line 70, ../sass/modules/_news.scss */
.path-mow-blog .view-news .views-row {
  float: left;
  width: 100%;
  border-bottom: dotted 1px #ccc;
  padding: 20px 0px;
}

/* line 76, ../sass/modules/_news.scss */
.path-mow-blog .view-news .views-row .views-field-field-blog-image {
  float: left;
  padding: 10px 15px;
}

/* line 80, ../sass/modules/_news.scss */
.path-mow-blog .view-news .views-row .views-field-nothing {
  padding: 20px;
}

/* line 83, ../sass/modules/_news.scss */
.path-mow-blog .view-news .views-row .views-field-nothing .title {
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 87, ../sass/modules/_news.scss */
.path-mow-blog .view-news .views-row .views-field-nothing .title a {
  font-size: 20px;
  font-family: poppins, sans-serif;
  font-weight: 700;
  color: #003952;
}

/* line 93, ../sass/modules/_news.scss */
.path-mow-blog .view-news .views-row .views-field-nothing .authored_on {
  margin-bottom: 10px;
}

/* line 96, ../sass/modules/_news.scss */
.path-mow-blog .view-news .views-row .views-field-nothing .body {
  margin-bottom: 10px;
  font-size: 16px;
}

/* line 100, ../sass/modules/_news.scss */
.path-mow-blog .view-news .views-row .views-field-nothing .read-more {
  text-align: right;
}

/* line 103, ../sass/modules/_news.scss */
.path-mow-blog .view-news .views-row .views-field-nothing .read-more a {
  display: inline-block;
  vertical-align: baseline;
  background: #00b7c4 none repeat scroll 0% 0%;
  border: 2px solid #00b7c4;
  text-decoration: none !important;
  color: #003952 !important;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: nunito, sans-serif;
  font-weight: 700;
  transition: all 0.3s linear 0s;
  line-height: 23px;
  font-family: "bryant-web", sans-serif;
}

/* line 119, ../sass/modules/_news.scss */
.path-mow-blog .view-news .views-row .views-field-nothing .read-more a:hover {
  background: #00b7c4 none repeat scroll 0% 0%;
  opacity: 0.8;
  border: 2px solid #00b7c4;
}

/* --------sidebar -----*/
/* line 3, ../sass/modules/_sidebar.scss */
.sidebar .block {
  background-color: #E4E4E3;
  border-color: #E4E4E3;
  padding: 25px 0px !important;
  border-radius: 8px 55px 8px 55px;
}

/* line 10, ../sass/modules/_sidebar.scss */
.sidebar_second {
  margin-top: 65px;
}

/* line 13, ../sass/modules/_sidebar.scss */
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
  padding: 0px 30px 10px 30px;
  font-family: poppins, sans-serif;
  font-weight: 700;
}

/* line 24, ../sass/modules/_sidebar.scss */
.view-sidebar-section-menu .row {
  margin-left: -1px;
  margin-right: -1px;
}

/* line 28, ../sass/modules/_sidebar.scss */
.view-sidebar-section-menu .views-row {
  width: 100%;
  padding: 15px 30px 15px;
  border-bottom: 1px solid #979797;
}

/* line 36, ../sass/modules/_sidebar.scss */
.view-sidebar-section-menu .views-row:hover {
  color: #ABD037;
  /*background: #00364F;*/
}

/* line 40, ../sass/modules/_sidebar.scss */
.view-sidebar-section-menu .views-field-title a {
  color: #00364F;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
}

/*.view-sidebar-section-menu .views-field-title a:hover {
    color: #00B8C2;
    text-decoration: none;
}*/
/* line 54, ../sass/modules/_sidebar.scss */
.view-sidebar-section-menu .views-row:hover .views-field-title a {
  /*color: #ABD037;*/
  color: #ABD037;
  text-decoration: none;
}

/* line 59, ../sass/modules/_sidebar.scss */
.view-sidebar-section-menu .views-row:hover .views-field-title {
  /*border-bottom: 1px solid #00364F;*/
}

/* line 62, ../sass/modules/_sidebar.scss */
.view-sidebar-section-menu .views-row .views-field-field-event-date .datetime {
  font-size: 14px;
  line-height: 1;
}

/* line 66, ../sass/modules/_sidebar.scss */
.view-sidebar-section-menu .view-footer {
  text-align: center;
  padding-top: 15px;
}

/* line 70, ../sass/modules/_sidebar.scss */
.view-sidebar-section-menu .view-footer p {
  margin: 0px;
}

/* line 73, ../sass/modules/_sidebar.scss */
.view-sidebar-section-menu .view-footer a {
  color: #00364F;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px 12px;
}

/* line 83, ../sass/modules/_sidebar.scss */
.view-sidebar-section-menu .view-footer a:hover {
  /*color: #00b7c4;*/
  color: #ABD037;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 2, ../sass/layouts/_tab.scss */
  #block-socialmediaicons-3 {
    display: none;
  }

  /* line 6, ../sass/layouts/_tab.scss */
  .node__content .align-center {
    width: 100% !important;
    height: auto;
  }

  /* line 12, ../sass/layouts/_tab.scss */
  #block-searchblock {
    display: none;
  }

  /* line 16, ../sass/layouts/_tab.scss */
  #block-donatemenu-3 li a:hover {
    color: #003952 !important;
  }

  /* line 20, ../sass/layouts/_tab.scss */
  #block-socialmediaicons {
    display: block;
  }

  /* line 24, ../sass/layouts/_tab.scss */
  #search-block-form--2 {
    display: block !important;
  }

  /* line 28, ../sass/layouts/_tab.scss */
  #block-searchblock-2 {
    display: none;
  }

  /* line 31, ../sass/layouts/_tab.scss */
  #block-donatemenu-2 {
    display: none;
  }

  /* line 34, ../sass/layouts/_tab.scss */
  .navbar-brand {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 38, ../sass/layouts/_tab.scss */
  .main-menu-new .menu > li ul {
    background-color: transparent;
  }

  /* line 41, ../sass/layouts/_tab.scss */
  .site-name-slogan {
    position: absolute;
    margin: 56px 118px;
  }

  /* line 45, ../sass/layouts/_tab.scss */
  .navbar-collapse {
    transition: all 1s ease-in-out;
  }

  /* line 49, ../sass/layouts/_tab.scss */
  .navbar-toggler-icon {
    float: right !important;
    margin-top: -75px !important;
    position: absolute;
    z-index: 9;
    right: 12px;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(0, 54, 79, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") no-repeat center center;
  }

  /* line 61, ../sass/layouts/_tab.scss */
  .region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing {
    position: absolute;
    margin: 100px 50px;
    padding: 0px;
    width: 40%;
  }
  /* line 66, ../sass/layouts/_tab.scss */
  .region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .title {
    letter-spacing: 0;
    line-height: 20px;
  }
  /* line 69, ../sass/layouts/_tab.scss */
  .region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .title a {
    font-size: 32px;
  }
  /* line 73, ../sass/layouts/_tab.scss */
  .region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .field-url {
    margin-left: -50px;
  }

  /* line 81, ../sass/layouts/_tab.scss */
  #widget_pager_bottom_front_page_rotor_images-block_1 {
    margin: -10.9em -7em;
  }

  /* line 84, ../sass/layouts/_tab.scss */
  #views_slideshow_controls_text_front_page_rotor_images-block_1 {
    padding-right: 0px !important;
    margin: 40px 0px 12px 0px;
  }

  /* line 88, ../sass/layouts/_tab.scss */
  #views_slideshow_controls_text_previous_front_page_rotor_images-block_1 {
    margin: 0.4em 2.6em;
  }

  /* line 91, ../sass/layouts/_tab.scss */
  #views_slideshow_controls_text_next_front_page_rotor_images-block_1 {
    margin: 0.4em -2em;
  }

  /* line 94, ../sass/layouts/_tab.scss */
  #block-whoweareblock {
    padding: 0px 50px;
  }

  /* line 100, ../sass/layouts/_tab.scss */
  .path-frontpage .promobanner .region-promobanner {
    width: 100%;
    margin: 0;
  }
  /* line 105, ../sass/layouts/_tab.scss */
  .path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .col-1,
  .path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .col-2,
  .path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .col-3 {
    width: 29% !important;
    margin: 0px 15px;
  }
  /* line 111, ../sass/layouts/_tab.scss */
  .path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .views-field-title {
    padding: 20px 15px 15px !important;
  }
  /* line 113, ../sass/layouts/_tab.scss */
  .path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .views-field-title a {
    font-size: 20px !important;
  }

  /* line 125, ../sass/layouts/_tab.scss */
  .path-frontpage .why_mow .block-views-blockwhy-mow-block-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 129, ../sass/layouts/_tab.scss */
  .path-frontpage .why_mow .block-views-blockwhy-mow-block-1 .view-why-mow .views-field-nothing {
    display: inline-block;
    width: 55%;
    padding: 0px 35px 35px 35px;
    float: right;
    background: transparent;
    margin-top: 0px;
  }

  /* line 144, ../sass/layouts/_tab.scss */
  .path-frontpage #block-homepagenumbers .dollar,
  .path-frontpage #block-homepagenumbers .number-text,
  .path-frontpage #block-homepagenumbers .percentage {
    font-size: 15px;
    flex: auto;
  }
  /* line 150, ../sass/layouts/_tab.scss */
  .path-frontpage #block-homepagenumbers h3 {
    font-size: 50px;
  }

  /* line 158, ../sass/layouts/_tab.scss */
  .path-frontpage .focusarea .block-views-blockour-focus-block-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 162, ../sass/layouts/_tab.scss */
  .path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-nothing {
    display: inline-block;
    width: 55%;
    padding: 0px 35px 35px 35px;
    background: transparent;
    margin-top: 0px;
  }

  /* line 175, ../sass/layouts/_tab.scss */
  #block-footerlogo img {
    width: 230px !important;
  }
  /* line 178, ../sass/layouts/_tab.scss */
  #block-footerlogo .icon {
    width: auto !important;
  }

  /* line 182, ../sass/layouts/_tab.scss */
  .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
  }

  /* line 186, ../sass/layouts/_tab.scss */
  .navbar-toggler {
    width: 100%;
  }

  /* line 189, ../sass/layouts/_tab.scss */
  ul.sf-menu li {
    float: none;
  }

  /* line 192, ../sass/layouts/_tab.scss */
  ul.sf-menu li.sf-depth-1 a {
    padding: 11px 25px;
  }

  /* line 195, ../sass/layouts/_tab.scss */
  ul.sf-menu li.sf-depth-1 a:hover {
    background: transparent;
  }

  /* line 198, ../sass/layouts/_tab.scss */
  ul.sf-menu li:hover {
    background: #003952;
  }

  /* line 201, ../sass/layouts/_tab.scss */
  ul.sf-menu li.sf-depth-1 {
    padding: 10px 7px !important;
  }

  /* line 204, ../sass/layouts/_tab.scss */
  ul.sf-menu li:hover > ul {
    width: 20em !important;
    top: 3em;
    left: 154px;
  }

  /* line 209, ../sass/layouts/_tab.scss */
  .sf-accordion.sf-hidden {
    display: contents !important;
  }

  /* line 212, ../sass/layouts/_tab.scss */
  #superfish-main-menu-toggle span {
    display: none;
  }

  /* line 215, ../sass/layouts/_tab.scss */
  #block-socialmediaicons-5, #block-socialmediaicons {
    display: block;
    width: auto;
    margin-top: 10px;
    padding: 0px 25px !important;
  }
  /* line 220, ../sass/layouts/_tab.scss */
  #block-socialmediaicons-5 .facebookicon, #block-socialmediaicons .facebookicon {
    padding: 6px 11px;
    border-radius: 23px;
    background: #003952;
    margin: 5px;
    color: #fff;
  }
  /* line 227, ../sass/layouts/_tab.scss */
  #block-socialmediaicons-5 .twittericon, #block-socialmediaicons .twittericon {
    padding: 6px 8px;
    border-radius: 20px;
    background: #003952;
    margin: 5px;
    color: #fff;
  }
  /* line 235, ../sass/layouts/_tab.scss */
  #block-socialmediaicons-5 a:hover, #block-socialmediaicons a:hover {
    opacity: 0.85;
  }

  /* line 240, ../sass/layouts/_tab.scss */
  #block-donatemenu-3 {
    display: block;
    padding: 0 12px !important;
  }
  /* line 244, ../sass/layouts/_tab.scss */
  #block-donatemenu-3 li a {
    background: #ABD037;
    color: #003952;
    border-radius: 5px;
    margin: 6px;
    font-family: "bryant-web", sans-serif;
    float: left !important;
  }
  /* line 251, ../sass/layouts/_tab.scss */
  #block-donatemenu-3 li a:hover {
    opacity: 0.85;
  }

  /* line 257, ../sass/layouts/_tab.scss */
  #block-searchform-3, #block-searchform-2 {
    display: block;
  }

  /* line 260, ../sass/layouts/_tab.scss */
  #search-block-form--2 {
    /*margin: 0 100px !important;*/
  }

  /* line 263, ../sass/layouts/_tab.scss */
  #block-searchform-2 fieldset {
    /*width: 60% !important;*/
    float: left;
    width: 85% !important;
  }

  /* line 268, ../sass/layouts/_tab.scss */
  #block-searchform-2 fieldset {
    /*min-width: 414px !important;*/
  }

  /* line 271, ../sass/layouts/_tab.scss */
  #block-searchform-2 .content.container-inline {
    width: 100%;
    padding: 12px 5px 12px 15px;
    margin: 0 auto;
    max-width: 100%;
  }

  /* line 278, ../sass/layouts/_tab.scss */
  #block-searchform-2 .search-form .form-control {
    background-color: #D8D8D8;
    border-radius: 4px 0px 0px 4px;
    border-right: none;
    box-shadow: none;
  }

  /* line 284, ../sass/layouts/_tab.scss */
  .form-control {
    height: 39px !important;
  }

  /* line 287, ../sass/layouts/_tab.scss */
  #block-searchform-2 .search-form .btn-primary {
    background-color: #d8d8d8 !important;
    border-color: #ccc;
    border-left-color: #cccccc;
    border-radius: 0px 4px 4px 0px;
    border-left: none;
    color: transparent;
    padding: .43rem .75rem;
    background: url(../images/search-icon.svg);
    background-color: transparent;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px;
  }

  /* line 306, ../sass/layouts/_tab.scss */
  .block-views-blockmonthly-item-menu-block-1 .views-field-body p {
    padding: 0px 0px 0px 100px;
    font-size: 20px;
  }

  /* line 310, ../sass/layouts/_tab.scss */
  .large-block-grid-2 > .grid {
    width: 46% !important;
    border-radius: 15px;
    height: 350px !important;
  }

  /* line 315, ../sass/layouts/_tab.scss */
  ul.sf-menu.sf-accordion.sf-expanded, ul.sf-menu.sf-accordion li.sf-expanded > ul {
    width: 100% !important;
  }

  /* line 325, ../sass/layouts/_tab.scss */
  li.sf-clone-parent {
    display: none;
  }

  /* line 328, ../sass/layouts/_tab.scss */
  .collapse.show {
    display: block !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  /* line 333, ../sass/layouts/_tab.scss */
  .navbar-expand-lg {
    flex-flow: column;
  }

  /* line 336, ../sass/layouts/_tab.scss */
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }

  /* line 339, ../sass/layouts/_tab.scss */
  .collapse:not(.show) {
    display: none !important;
  }

  /*.navbar-expand-lg .navbar-collapse {
      display: block !important;
  }*/
  /* line 345, ../sass/layouts/_tab.scss */
  .navbar-expand-lg .collapsing {
    display: block !important;
  }

  /* line 348, ../sass/layouts/_tab.scss */
  #block-socialmediaicons-3 {
    display: none;
  }

  /* line 351, ../sass/layouts/_tab.scss */
  #navbar-main {
    padding: 0.5rem 0rem 0rem;
  }

  /*li.sf-clone-parent {
     display: none;
  }
  */
  /* line 358, ../sass/layouts/_tab.scss */
  ul.sf-menu.sf-accordion li.sf-expanded > ul {
    background: #003952;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1536px) {
  /* line 363, ../sass/layouts/_tab.scss */
  .main-menu-new .menu > li ul {
    background-color: transparent;
  }

  /* line 366, ../sass/layouts/_tab.scss */
  #navbar-main {
    max-width: 1170px !important;
    width: 100%;
  }

  /* line 370, ../sass/layouts/_tab.scss */
  #navbar-top {
    max-width: 1170px !important;
    width: 100%;
  }

  /* line 374, ../sass/layouts/_tab.scss */
  ul.sf-menu.sf-accordion li.sf-expanded > ul {
    width: 100% !important;
  }

  /* line 377, ../sass/layouts/_tab.scss */
  .navbar-collapse {
    transition: all 1s ease-in-out;
  }

  /* line 380, ../sass/layouts/_tab.scss */
  .site-name-slogan {
    position: absolute !important;
    margin: 0px -65px !important;
    color: #003952 !important;
    left: 18%;
    top: 75%;
  }

  /* line 387, ../sass/layouts/_tab.scss */
  .navbar-toggler-icon {
    float: right !important;
    margin-top: -72px !important;
    position: absolute;
    z-index: 9;
    right: 0px;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(0, 54, 79, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") no-repeat center center;
  }

  /* line 395, ../sass/layouts/_tab.scss */
  .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
  }

  /* line 399, ../sass/layouts/_tab.scss */
  .navbar-toggler {
    width: 100%;
  }

  /* line 403, ../sass/layouts/_tab.scss */
  ul.sf-menu li {
    float: none;
  }

  /* line 407, ../sass/layouts/_tab.scss */
  ul.sf-menu li.sf-depth-1 a {
    padding: 18px 25px;
  }

  /* line 411, ../sass/layouts/_tab.scss */
  ul.sf-menu li.sf-depth-1 a:hover {
    background: transparent;
  }

  /* line 415, ../sass/layouts/_tab.scss */
  ul.sf-menu li:hover {
    background: #003952;
  }

  /* line 419, ../sass/layouts/_tab.scss */
  ul.sf-menu li.sf-depth-1 {
    padding: 0px 7px !important;
  }

  /* line 423, ../sass/layouts/_tab.scss */
  ul.sf-menu li:hover > ul {
    width: 20em !important;
    top: 3em;
    left: 154px;
  }

  /* line 428, ../sass/layouts/_tab.scss */
  ul.sf-menu li.sf-depth-1 a:active {
    color: #00B7C4 !important;
  }

  /* line 431, ../sass/layouts/_tab.scss */
  .sf-has-clone-parent {
    width: 100% !important;
  }

  /* line 434, ../sass/layouts/_tab.scss */
  .navbar .navbar-collapse {
    width: 100%;
  }

  /* line 438, ../sass/layouts/_tab.scss */
  .sf-accordion.sf-hidden {
    display: contents !important;
  }

  /* line 442, ../sass/layouts/_tab.scss */
  #superfish-main-menu-toggle span {
    display: none;
  }

  /* line 445, ../sass/layouts/_tab.scss */
  .navbar-expand-lg {
    flex-flow: column;
  }

  /* line 448, ../sass/layouts/_tab.scss */
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }

  /* line 451, ../sass/layouts/_tab.scss */
  .collapse:not(.show) {
    display: none !important;
  }

  /* line 454, ../sass/layouts/_tab.scss */
  .search-warp.closed {
    max-height: 50% !important;
    padding: 13% !important;
  }

  /* line 458, ../sass/layouts/_tab.scss */
  .navbar-expand-lg .navbar-collapse {
    /*display: block !important;*/
    height: auto !important;
  }

  /* line 462, ../sass/layouts/_tab.scss */
  .collapse.show {
    display: block !important;
  }

  /* line 465, ../sass/layouts/_tab.scss */
  #navbar-main {
    padding: 0.5rem 0rem 0rem;
  }

  /* line 468, ../sass/layouts/_tab.scss */
  ul.sf-menu.sf-accordion.sf-expanded {
    transition: all 0.9s ease-in-out 0s;
  }

  /*li.sf-clone-parent {
     display: none;
  }*/
  /* line 474, ../sass/layouts/_tab.scss */
  #block-socialmediaicons-3 {
    width: auto;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 480, ../sass/layouts/_tab.scss */
  #block-socialmediaicons-3 .facebookicon {
    margin: 3px 10px;
  }

  /* line 483, ../sass/layouts/_tab.scss */
  #block-socialmediaicons-3 .twittericon {
    margin: 3px 10px;
  }

  /* line 486, ../sass/layouts/_tab.scss */
  #block-donatemenu-2 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 491, ../sass/layouts/_tab.scss */
  #block-donatemenu-2 li a {
    font-size: 13px;
    padding: .5rem 0.8rem;
  }

  /* line 495, ../sass/layouts/_tab.scss */
  ul.sf-menu.sf-accordion li.sf-expanded > ul {
    background: #003952;
  }

  /* line 498, ../sass/layouts/_tab.scss */
  ul.sf-menu li.sf-depth-1.sf-expanded {
    background: #003952;
  }

  /* line 501, ../sass/layouts/_tab.scss */
  #navbar-main {
    z-index: 9;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /*.bImage #pTitle .title {
  	position: absolute;
  bottom: 425px;
  left: 150px;
  color: #fff;
  font-size: 70px;
  right: 150px;
  text-align: center;
  }*/
  /*.bImage h1 {
      position: absolute;
      bottom: 700px;
      left: 150px;
      color: #fff;
      font-size: 70px;
      right: 150px;
      text-align: center;
  }*/
  /* line 527, ../sass/layouts/_tab.scss */
  .bImage #block-mow3-d8-page-title .title {
    position: absolute;
    bottom: 0px;
    left: 150px;
    color: #fff;
    font-size: 64px;
    right: 150px;
    text-align: center;
    text-shadow: 0px 1px 1px #505050;
    top: 195px;
    margin-top: 0px !important;
  }

  /* line 540, ../sass/layouts/_tab.scss */
  .withImage .bImage .field--name-field-header-image img {
    width: auto !important;
    height: 300px !important;
  }

  /* line 544, ../sass/layouts/_tab.scss */
  #views_slideshow_cycle_teaser_section_front_page_rotor_images-block_1 .views-row::after {
    background-image: linear-gradient(to right, #00364F 5%, transparent 100%) !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 1536px) {
  /* line 549, ../sass/layouts/_tab.scss */
  .sf-expanded ul.sf-has-clone-parent {
    background: #003952;
  }

  /* line 552, ../sass/layouts/_tab.scss */
  .sf-expanded a.sf-depth-1 {
    color: #00B7C4 !important;
  }

  /* line 555, ../sass/layouts/_tab.scss */
  li.sf-expanded {
    background: #003952;
  }
}
@media screen and (min-width: 1536px) and (max-width: 3000px) {
  /* line 561, ../sass/layouts/_tab.scss */
  #navbar-top {
    max-width: 1380px !important;
    width: 100%;
  }

  /* line 565, ../sass/layouts/_tab.scss */
  #navbar-main {
    max-width: 1170px !important;
    width: 100%;
  }

  /* line 570, ../sass/layouts/_tab.scss */
  .block-superfish {
    width: auto !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 2, ../sass/layouts/_mob.scss */
  .bImage #block-mow3-d8-page-title .title {
    right: 0px !important;
    left: 0px !important;
    font-size: 26px !important;
  }

  /* line 9, ../sass/layouts/_mob.scss */
  .node__content .align-center {
    width: 100% !important;
    height: auto;
  }

  /* line 14, ../sass/layouts/_mob.scss */
  .path-frontpage .focusarea {
    margin-top: -249px;
    background: none;
  }

  /* line 19, ../sass/layouts/_mob.scss */
  .path-news .view-news .views-row .views-field-nothing .title a {
    display: inline-block;
  }

  /* line 23, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-2 {
    display: none;
  }

  /* line 27, ../sass/layouts/_mob.scss */
  #block-gtranslate {
    margin-left: 62px !important;
  }

  /* line 31, ../sass/layouts/_mob.scss */
  .path-staff .view-staff .views-col {
    width: 100% !important;
  }

  /* line 35, ../sass/layouts/_mob.scss */
  .site-name-slogan {
    position: relative !important;
    margin: -15px 46px !important;
    color: #003952 !important;
    font-family: "bryant-web", sans-serif;
    font-size: 8px !important;
  }

  /* line 43, ../sass/layouts/_mob.scss */
  #block-searchblock {
    display: none;
  }

  /* line 47, ../sass/layouts/_mob.scss */
  #block-donatemenu-3 li a:hover {
    color: #003952 !important;
  }

  /* line 51, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-3 {
    display: none;
  }

  /* line 57, ../sass/layouts/_mob.scss */
  .navbar-collapse {
    transition: all 1s ease-in-out;
  }

  /* line 60, ../sass/layouts/_mob.scss */
  #block-searchblock-2 {
    display: none;
  }

  /* line 63, ../sass/layouts/_mob.scss */
  #block-donatemenu-2 {
    display: none;
  }

  /* line 66, ../sass/layouts/_mob.scss */
  .navbar-brand {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 70, ../sass/layouts/_mob.scss */
  .navbar-toggler-icon {
    float: right !important;
    margin-top: -59px !important;
    position: absolute;
    z-index: 9;
    right: 12px;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(0, 54, 79, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") no-repeat center center;
  }

  /* line 78, ../sass/layouts/_mob.scss */
  .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
  }

  /* line 82, ../sass/layouts/_mob.scss */
  .navbar-toggler {
    width: 100%;
  }

  /* line 85, ../sass/layouts/_mob.scss */
  ul.sf-menu li {
    float: none;
  }

  /* line 88, ../sass/layouts/_mob.scss */
  ul.sf-menu li.sf-depth-1 a {
    padding: 11px 30px;
  }

  /* line 91, ../sass/layouts/_mob.scss */
  #navbar-main {
    padding: 0.5rem 0rem 0rem;
  }

  /* line 94, ../sass/layouts/_mob.scss */
  ul.sf-menu li.sf-depth-1 a:hover {
    background: transparent;
  }

  /* line 97, ../sass/layouts/_mob.scss */
  ul.sf-menu li:hover {
    background: #003952;
  }

  /* line 100, ../sass/layouts/_mob.scss */
  ul.sf-menu li.sf-depth-1 {
    padding: 10px 0px !important;
  }

  /* line 103, ../sass/layouts/_mob.scss */
  .sf-accordion.sf-hidden {
    display: contents !important;
  }

  /* line 106, ../sass/layouts/_mob.scss */
  #superfish-main-menu-toggle span {
    display: none;
  }

  /* line 109, ../sass/layouts/_mob.scss */
  .region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing {
    margin: 120px 45px;
    width: 75%;
  }

  /* line 113, ../sass/layouts/_mob.scss */
  .region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .title {
    line-height: 38px;
  }

  /* line 116, ../sass/layouts/_mob.scss */
  .region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .title a {
    font-size: 32px;
  }

  /* line 119, ../sass/layouts/_mob.scss */
  .region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .field-url {
    margin-left: -50px;
    width: auto !important;
  }

  /* line 125, ../sass/layouts/_mob.scss */
  #views_slideshow_cycle_teaser_section_front_page_rotor_images-block_1 .views-row::after {
    background-image: linear-gradient(to right, #00364F 5%, transparent 100%) !important;
  }

  /* line 128, ../sass/layouts/_mob.scss */
  #views_slideshow_controls_text_previous_front_page_rotor_images-block_1 {
    margin: 0.4em 1.2em;
  }

  /* line 131, ../sass/layouts/_mob.scss */
  #views_slideshow_controls_text_next_front_page_rotor_images-block_1 {
    margin: 0.4em 0em;
  }

  /* line 134, ../sass/layouts/_mob.scss */
  #views_slideshow_controls_text_front_page_rotor_images-block_1 {
    margin: 50px 0px 12px 20px;
  }

  /* line 137, ../sass/layouts/_mob.scss */
  .path-frontpage .open_content {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 144, ../sass/layouts/_mob.scss */
  .path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 {
    padding-left: 12px;
    padding-right: 12px;
  }
  /* line 148, ../sass/layouts/_mob.scss */
  .path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .col-1,
  .path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .col-2,
  .path-frontpage .promobanner .region-promobanner .block-views-blockfront-page-promo-banners-block-1 .view-front-page-promo-banners .col-3 {
    margin: 0px 0px 15px 0px;
    width: 100% !important;
  }

  /* line 162, ../sass/layouts/_mob.scss */
  .path-frontpage .why_mow .block-views-blockwhy-mow-block-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 166, ../sass/layouts/_mob.scss */
  .path-frontpage .why_mow .block-views-blockwhy-mow-block-1 .view-why-mow .views-field-field-video {
    display: block;
    width: 100%;
  }
  /* line 170, ../sass/layouts/_mob.scss */
  .path-frontpage .why_mow .block-views-blockwhy-mow-block-1 .view-why-mow .views-field-nothing {
    display: block;
    width: 100%;
    padding: 20px 15px;
    float: none;
    margin-top: 0px;
  }

  /* line 182, ../sass/layouts/_mob.scss */
  .block-views-blockmonthly-item-menu-block-1 .views_slideshow_slide {
    width: 100% !important;
  }
  /* line 185, ../sass/layouts/_mob.scss */
  .block-views-blockmonthly-item-menu-block-1 .views-field-body pre {
    font-size: 18px;
  }

  /* line 189, ../sass/layouts/_mob.scss */
  .path-frontpage .counter {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* line 193, ../sass/layouts/_mob.scss */
  .path-frontpage #block-homepagenumbers .dollar, .path-frontpage #block-homepagenumbers .number-text, .path-frontpage #block-homepagenumbers .percentage {
    color: #003952;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
  }

  /* line 201, ../sass/layouts/_mob.scss */
  .path-frontpage .focusarea .block-views-blockour-focus-block-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 205, ../sass/layouts/_mob.scss */
  .path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-nothing {
    display: block;
    width: 100%;
    padding: 20px 15px;
  }
  /* line 210, ../sass/layouts/_mob.scss */
  .path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-field-focus-image {
    display: block;
    width: 100%;
    float: none;
  }

  /* line 220, ../sass/layouts/_mob.scss */
  #block-footerlogo {
    width: 100%;
    float: none;
  }

  /* line 224, ../sass/layouts/_mob.scss */
  .menu--footer-left-menu, .menu--menu-about-us, .menu--menu-get-meals,
  .menu--footer-right-menu {
    width: 100%;
    float: none;
  }

  /* line 229, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-4 {
    width: 100%;
    float: none;
    text-align: center;
  }

  /* line 235, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-4 .facebookicon {
    padding: 10px 14px;
  }
  /* line 238, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-4 a {
    display: inherit;
  }
  /* line 241, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-4 .twittericon {
    padding: 10px 10px;
  }

  /* line 245, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-4 p {
    display: inline;
  }

  /* line 248, ../sass/layouts/_mob.scss */
  #block-privacypolicyblock p {
    text-align: center;
  }

  /* line 251, ../sass/layouts/_mob.scss */
  #block-copyrightblock p {
    text-align: center;
  }

  /* line 254, ../sass/layouts/_mob.scss */
  #block-privacypolicyblock {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }

  /* line 260, ../sass/layouts/_mob.scss */
  #block-copyrightblock {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }

  /* line 266, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-5, #block-socialmediaicons {
    display: block;
    width: auto;
    margin-top: 10px;
    padding: 0px 22px;
  }
  /* line 271, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-5 .facebookicon, #block-socialmediaicons .facebookicon {
    padding: 6px 11px;
    border-radius: 23px;
    background: #003952;
    margin: 5px;
    color: #fff;
  }
  /* line 278, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-5 .twittericon, #block-socialmediaicons .twittericon {
    padding: 6px 8px;
    border-radius: 20px;
    background: #003952;
    margin: 5px;
    color: #fff;
  }
  /* line 286, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-5 a:hover, #block-socialmediaicons a:hover {
    opacity: 0.85;
  }

  /* line 291, ../sass/layouts/_mob.scss */
  #block-donatemenu-3 {
    display: block;
    padding: 10px 22px 30px 22px;
  }
  /* line 295, ../sass/layouts/_mob.scss */
  #block-donatemenu-3 li a {
    background: #ABD037;
    color: #003952;
    border-radius: 5px;
    margin: 6px;
    font-family: "bryant-web", sans-serif;
  }
  /* line 301, ../sass/layouts/_mob.scss */
  #block-donatemenu-3 li a:hover {
    opacity: 0.85;
  }

  /* line 307, ../sass/layouts/_mob.scss */
  #block-searchform-2 {
    display: block !important;
  }

  /* line 310, ../sass/layouts/_mob.scss */
  #search-block-form--2 {
    /*margin-right: 10px !important;
    margin-left: 40px !important;*/
    display: block !important;
  }

  /* line 315, ../sass/layouts/_mob.scss */
  #block-searchform-2 fieldset {
    /*min-width: 185px !important;*/
    float: left;
    width: 71% !important;
  }

  /*#block-searchform-3 fieldset {
      width: 60% !important;
  }*/
  /* line 323, ../sass/layouts/_mob.scss */
  #block-searchform-2 .content.container-inline {
    width: 100%;
    padding: 12px 5px 12px 15px;
    margin: 0 auto;
    max-width: 100%;
  }

  /* line 329, ../sass/layouts/_mob.scss */
  #block-searchform-2 .search-form .form-control {
    background-color: #D8D8D8;
    border-radius: 4px 0px 0px 4px;
    border-right: none;
    box-shadow: none;
    padding: 1.16rem 1rem;
  }

  /* line 336, ../sass/layouts/_mob.scss */
  #block-searchform-2 .search-form .btn-primary {
    background-color: #d8d8d8 !important;
    border-color: #ccc;
    border-left-color: #cccccc;
    border-radius: 0px 4px 4px 0px;
    border-left: none;
    color: transparent;
    padding: .399rem .75rem;
    background: url(../images/search-icon.svg);
    background-color: transparent;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px;
  }

  /* line 357, ../sass/layouts/_mob.scss */
  .path-staff .view-staff .views-row {
    width: 100%;
  }

  /* line 366, ../sass/layouts/_mob.scss */
  .path-news .view-news .views-row .views-field-field-news-image img {
    width: 100%;
    height: auto;
  }

  /* line 376, ../sass/layouts/_mob.scss */
  .path-board-of-directors .view-board-of-directors .views-row {
    width: 100%;
  }

  /* line 381, ../sass/layouts/_mob.scss */
  .node--page-type .sidebar_second {
    width: 100%;
  }

  /* line 384, ../sass/layouts/_mob.scss */
  .withImage #block-pagetitle .title {
    display: inline-block;
    font-size: 52px;
    margin-top: 0px;
    /*bottom: 620px !important;*/
  }

  /* line 392, ../sass/layouts/_mob.scss */
  .path-news .view-news .views-row .views-field-nothing .read-more a {
    font-size: 16px;
  }

  /* line 395, ../sass/layouts/_mob.scss */
  .withImage #block-pagetitle .title {
    font-size: 40px !important;
    margin: 0px auto !important;
    bottom: 0px !important;
    top: 160px !important;
    text-shadow: 0px 1px 1px #505050;
  }

  /* line 403, ../sass/layouts/_mob.scss */
  ul.sf-menu.sf-accordion.sf-expanded, ul.sf-menu.sf-accordion li.sf-expanded > ul {
    width: 100% !important;
  }

  /*li.sf-clone-parent {
     display: none;
  }*/
  /* line 413, ../sass/layouts/_mob.scss */
  .withImage .bImage .field--name-field-header-image img {
    width: auto !important;
    height: 150px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 341px) {
  /* line 419, ../sass/layouts/_mob.scss */
  #block-searchform-2 fieldset {
    min-width: 140px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 424, ../sass/layouts/_mob.scss */
  .path-calendar .fc-toolbar {
    display: block !important;
  }

  /* line 427, ../sass/layouts/_mob.scss */
  ul.sf-menu.sf-accordion li.sf-expanded > ul {
    background: #003952;
  }
}
/* line 5, ../sass/paragraphs_types/_pages.scss */
.field--name-field-bp-gutter {
  display: none;
}

/* line 9, ../sass/paragraphs_types/_pages.scss */
.field--name-field-bp-width, .field--name-field-bp-title-status {
  display: none;
}

/* line 14, ../sass/paragraphs_types/_pages.scss */
#vbp-accordion-131 #collapse-vbp-accordion-131-1 {
  padding: 18px;
  text-align: center;
}

/* line 20, ../sass/paragraphs_types/_pages.scss */
#vbp-147, #vbp-164 {
  margin-top: 44px;
}

/* line 24, ../sass/paragraphs_types/_pages.scss */
.field--name-field-bp-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 29, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-simple .container {
  width: 100% !important;
}

/* line 33, ../sass/paragraphs_types/_pages.scss */
#vbp-177 {
  margin-top: 20px;
}

/* line 37, ../sass/paragraphs_types/_pages.scss */
.field--name-field-blog-text-color, .field--name-field-blog-style, .field--name-field-blog-color {
  display: none;
}

/* line 42, ../sass/paragraphs_types/_pages.scss */
.shariff .orientation-horizontal.button-style-standard.shariff-col-2 li {
  text-align: center;
}

/* line 46, ../sass/paragraphs_types/_pages.scss */
.shariff .twitter .fa-twitter {
  font-size: 16px !important;
}

/* line 50, ../sass/paragraphs_types/_pages.scss */
.shariff .facebook .fa-facebook-f {
  font-size: 16px !important;
}

/* line 54, ../sass/paragraphs_types/_pages.scss */
.shariff {
  margin-top: 20px;
}

/* line 58, ../sass/paragraphs_types/_pages.scss */
#vbp-196 {
  padding: 20px;
}

/* line 62, ../sass/paragraphs_types/_pages.scss */
.carousel-control.left {
  background-image: none !important;
}

/* line 65, ../sass/paragraphs_types/_pages.scss */
.carousel-control.right {
  background-image: none !important;
}

/* line 73, ../sass/paragraphs_types/_pages.scss */
#vbp-216 {
  padding: 20px;
}

/* line 77, ../sass/paragraphs_types/_pages.scss */
.field--name-bp-tab-section-title {
  margin-bottom: 8px;
  margin-top: 11px;
}

/* line 83, ../sass/paragraphs_types/_pages.scss */
#vbp-tab-227 {
  margin-top: 20px;
}

/* line 86, ../sass/paragraphs_types/_pages.scss */
#vbp-231, #vbp-230 {
  margin-top: 13px;
}

/* line 91, ../sass/paragraphs_types/_pages.scss */
.node--type-news.node--view-mode-teaser .blog-heading h2 {
  font-size: 29px !important;
}

/* line 98, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-accordion .paragraph {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 106, ../sass/paragraphs_types/_pages.scss */
.paragraph {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

/* line 121, ../sass/paragraphs_types/_pages.scss */
.paragraph .nav-tabs > li > a {
  font-size: 18px !important;
  color: #005191 !important;
  font-weight: bold;
}

/* line 131, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-carousel .carousel-indicators {
  bottom: -1px !important;
}

/* line 140, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-accordion .panel-title {
  font-size: 20px;
  color: #005191;
  letter-spacing: 1px;
  font-family: poppins, sans-serif;
  font-weight: 700;
}
/* line 148, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-accordion .field--name-bp-text {
  color: #000 !important;
}
/* line 152, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-accordion .panel-title a::after {
  background-color: transparent !important;
  content: url("../images/plus.png") !important;
  background-position: right bottom !important;
  background-size: 38px auto;
  float: right;
  height: 35px;
  margin-top: 3px;
  width: 65px;
  right: 0;
  top: 2px;
  background-repeat: no-repeat;
}

/* line 172, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-accordion .container {
  width: 100%;
}

/* line 176, ../sass/paragraphs_types/_pages.scss */
.shariff-button {
  text-align: center;
}

/* line 180, ../sass/paragraphs_types/_pages.scss */
.field--name-bp-text {
  padding: 10px;
}

/* line 188, ../sass/paragraphs_types/_pages.scss */
.shariff .svg-inline--fa {
  font-size: 16px !important;
}

/* line 191, ../sass/paragraphs_types/_pages.scss */
.bg-edge2edge .container {
  width: 100%;
}

/* line 194, ../sass/paragraphs_types/_pages.scss */
.paragraph .paragraph.bg-edge2edge img {
  width: 100%;
  height: auto;
}

/* line 198, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-modal .field--name-bp-modal-button-text {
  color: #fff;
  font-family: nunito, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 204, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-webform .col-xs-12 {
  width: 100%;
}

/* line 207, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-accordion .panel-title a {
  color: #003952;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  font-weight: 700;
}

/* line 213, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-accordion .col-xs-12 {
  width: 100%;
}

/* line 216, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-simple .row {
  margin: 0;
}

/* line 219, ../sass/paragraphs_types/_pages.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #dddddd;
  border-bottom-color: transparent;
}

/* line 227, ../sass/paragraphs_types/_pages.scss */
.paragraph .nav-tabs > li > a {
  font-size: 18px !important;
  color: #003952 !important;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  font-weight: 700;
}

/* line 238, ../sass/paragraphs_types/_pages.scss */
.paragraph .nav-tabs > li > a:hover {
  text-decoration: none;
}

/* line 241, ../sass/paragraphs_types/_pages.scss */
.paragraph .nav-tabs > li > a.active {
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #dddddd;
  border-bottom-color: transparent;
}

/* line 248, ../sass/paragraphs_types/_pages.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 272, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-tabs .nav.nav-tabs li a {
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
  margin-right: 10px;
  background: #f2f2f2;
  border-radius: 6px 6px 0px 0px;
  font-size: 20px;
}
/* line 281, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-tabs .nav.nav-tabs li .active {
  background: #003952;
  color: #fff !important;
}
/* line 288, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-tabs .tab-content .paragraph--type--bp-simple {
  padding: 15px 0px 0px;
}
