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

/*---------Headings---------*/
/* line 2, ../sass/base/_typography.scss */
h1, .h1 {
  color: #003952;
  font-size: 42px;
  font-family: "bryant-web";
  text-transform: uppercase;
}

/* line 8, ../sass/base/_typography.scss */
h2, .h2 {
  color: #003952;
  font-size: 36px;
  font-family: "bryant-web";
  text-transform: uppercase;
}

/* line 14, ../sass/base/_typography.scss */
h3, .h3 {
  color: #abd037;
  font-size: 30px;
  font-family: "bryant-web";
  text-transform: uppercase;
}

/* line 20, ../sass/base/_typography.scss */
h4, .h4 {
  color: #00b7c4;
  font-size: 24px;
  font-family: "bryant-web";
  text-transform: uppercase;
}

/* line 26, ../sass/base/_typography.scss */
h5, .h5 {
  color: #003952;
  font-size: 18px;
  font-family: "bryant-web";
  text-transform: uppercase;
}

/* line 32, ../sass/base/_typography.scss */
h6, .h6 {
  color: #abd037;
  font-size: 14px;
  font-family: "bryant-web";
  text-transform: uppercase;
}

/* line 38, ../sass/base/_typography.scss */
a {
  color: #00b7c4;
}

/* line 41, ../sass/base/_typography.scss */
p {
  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;
}

/*.site-name-slogan {
    position: absolute;
    margin: 63px 157px;
    color: #00B7C4;
}*/
/* line 23, ../sass/modules/_header.scss */
.region-top-header {
  width: 100%;
}

/* line 26, ../sass/modules/_header.scss */
.navbar-brand {
  width: 60% !important;
}

/* line 29, ../sass/modules/_header.scss */
.d-inline-block {
  width: 450px;
}

/* line 33, ../sass/modules/_header.scss */
.site-name-slogan {
  position: absolute;
  margin: 58px 120px;
  color: #003952;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "bryant-web";
  text-transform: uppercase;
}

/* line 42, ../sass/modules/_header.scss */
#block-socialmediaicons {
  width: auto;
  margin-top: 10px;
}
/* line 45, ../sass/modules/_header.scss */
#block-socialmediaicons .facebookicon {
  border-radius: 23px;
  margin: 5px;
  color: #003952;
}
/* line 52, ../sass/modules/_header.scss */
#block-socialmediaicons .twittericon {
  border-radius: 20px;
  margin: 5px;
  color: #003952;
}
/* line 60, ../sass/modules/_header.scss */
#block-socialmediaicons a:hover {
  opacity: 0.85;
}

/* line 66, ../sass/modules/_header.scss */
#block-donatemenu {
  width: auto;
}
/* line 69, ../sass/modules/_header.scss */
#block-donatemenu li a {
  background: #ABD037;
  color: #003952;
  border-radius: 5px;
  margin: 6px;
  font-family: "bryant-web";
}
/* line 75, ../sass/modules/_header.scss */
#block-donatemenu li a:hover {
  opacity: 0.85;
}

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

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

/* line 93, ../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 107, ../sass/modules/_header.scss */
.search-warp form#search-block-form {
  max-width: 500px;
  margin: 0 auto;
}
/* line 110, ../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 119, ../sass/modules/_header.scss */
.search-warp #block-searchblockclose {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 999;
}
/* line 124, ../sass/modules/_header.scss */
.search-warp #block-searchblockclose a {
  color: #fff;
  font-size: 24px;
}

/* line 130, ../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 151, ../sass/modules/_header.scss */
.input-group .form-control .input-group-addon .input-group-btn {
  display: table-cell;
}

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

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

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

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

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

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

/* line 177, ../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 183, ../sass/modules/_header.scss */
.search-warp form#search-block-form {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

/* line 188, ../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 2, ../sass/modules/_menu.scss */
ul.sf-menu li.sf-depth-1 {
  padding: 0px 7px !important;
}
/* line 4, ../sass/modules/_menu.scss */
ul.sf-menu li.sf-depth-1 a {
  color: #003952;
  font-family: "bryant-web";
  font-size: 18px;
  padding: 11px 33px;
}
/* line 9, ../sass/modules/_menu.scss */
ul.sf-menu li.sf-depth-1 a:hover {
  position: relative;
  color: #00B7C4;
  text-decoration: none;
  background: #003952;
  border-radius: 2px;
  color: #00b7c4;
}

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

/* line 30, ../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;
}

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

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

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

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

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

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

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

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

/* line 68, ../sass/modules/_menu.scss */
ul.sf-menu li {
  z-index: 9 !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 */
.views_slideshow_cycle_teaser_section,
.views_slideshow_cycle_slide {
  width: 100% !important;
  height: 650px !important;
}

/* line 20, ../sass/modules/_banner.scss */
.region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .field-content.scaleUp.animation {
  height: 650px;
}
/* line 23, ../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 30, ../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: "bryant-web";
  font-size: 85px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 90px;
}
/* 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:hover {
  text-decoration: none;
}
/* line 42, ../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: 0;
  line-height: 30px;
  padding-bottom: 25px;
}
/* line 46, ../sass/modules/_banner.scss */
.region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .body span {
  color: #FFFFFF;
  font-family: trade-gothic-next, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
/* line 53, ../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: "bryant-web";
  letter-spacing: 0.1em;
  background: transparent url(../images/Theme-1-rotor-txt-lyr-02.png) no-repeat scroll 0% 0%/600px 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: 70px;
  width: 375px;
  text-align: right;
  position: relative;
  background-position: top right;
  position: absolute;
  margin-left: -172px;
}
/* line 78, ../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: 210px;
  line-height: 3.3;
  font-size: 18px;
}

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

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

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

/* line 115, ../sass/modules/_banner.scss */
#views_slideshow_controls_text_previous_front_page_rotor_images-block_1 {
  background: url(/sites/mow1.oneeach.org/themes/mow1_d8/images/Group-Copy.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-top: 30px;
  line-height: 12px;
  color: transparent !important;
  float: left;
}

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

/* line 149, ../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-top: 30px;
  line-height: 12px;
  background: url(/sites/mow1.oneeach.org/themes/mow1_d8/images/Group-4-Copy.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;
  float: right;
}

/* line 181, ../sass/modules/_banner.scss */
.N0#widget_pager_bottom_front_page_rotor_images-block_1 {
  position: absolute;
  z-index: 9;
  display: inherit;
  margin: -10.9em -11em;
  width: 100%;
}

/* line 188, ../sass/modules/_banner.scss */
#widget_pager_bottom_front_page_rotor_images-block_1 .views-content-field-rotor-image {
  height: 100px;
  width: 100px;
  float: left;
  border-radius: 15px;
  margin-left: 12px;
}

/* line 195, ../sass/modules/_banner.scss */
.region-banner .block-views-blockfront-page-rotor-images-block-1 .view-front-page-rotor-images .views-field-nothing .body p {
  color: #FFFFFF;
  font-family: trade-gothic-next,sans-serif;
  font-size: 20px;
  font-weight: 500;
}

/* line 202, ../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%);
}

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

/* line 218, ../sass/modules/_banner.scss */
.region-banner {
  margin: 0px;
  position: relative;
}

/* line 223, ../sass/modules/_banner.scss */
.views-slideshow-controls-bottom.clearfix {
  position: absolute;
  bottom: 100px;
  right: 100px;
  z-index: 9;
  width: 430px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 223, ../sass/modules/_banner.scss */
  .views-slideshow-controls-bottom.clearfix {
    bottom: 20px;
    right: 20px;
    z-index: 9;
    width: 130px;
  }
}

/*---------- Open content block----*/
/* line 3, ../sass/modules/_promobanner.scss */
.path-frontpage .open_content {
  padding-top: 50px;
  background: #f9fafb;
}
/* line 6, ../sass/modules/_promobanner.scss */
.path-frontpage .open_content p {
  font-size: 24px;
  color: #31475E;
  font-family: trade-gothic-next, sans-serif;
}
/* line 10, ../sass/modules/_promobanner.scss */
.path-frontpage .open_content p .field--name-body {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 19, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 23, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .view-front-page-promo-banners .col-1,
.path-frontpage .promobanner .view-front-page-promo-banners .col-2,
.path-frontpage .promobanner .view-front-page-promo-banners .col-3 {
  max-width: 100%;
  padding: 0px 0px 20px 0px;
  width: 31% !important;
  margin: 0px 13px;
}
/* line 30, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .view-front-page-promo-banners .col-1:hover,
.path-frontpage .promobanner .view-front-page-promo-banners .col-2:hover,
.path-frontpage .promobanner .view-front-page-promo-banners .col-3:hover {
  box-shadow: 0 8px 20px 0 #e0e0e0;
  background: #fff;
}
/* line 36, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .view-front-page-promo-banners .views-field-field-promo-image img {
  width: 100%;
  height: auto;
}
/* line 41, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .view-front-page-promo-banners .views-field-title {
  padding: 20px 20px 15px;
}
/* line 43, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .view-front-page-promo-banners .views-field-title span {
  font-size: 24px;
  color: #00364F;
  font-family: "bryant-web";
  text-transform: uppercase;
}
/* line 50, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .view-front-page-promo-banners .views-field-body {
  padding: 5px 20px;
  font-size: 16px;
  font-family: trade-gothic-next, sans-serif;
  color: #373737;
}
/* line 56, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .view-front-page-promo-banners .views-field-field-url-1 {
  padding: 5px 20px;
}
/* line 58, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .view-front-page-promo-banners .views-field-field-url-1 a {
  background: #ABD037;
  padding: 10px 25px;
  border-radius: 5px;
  color: #003A5D;
  font-family: "bryant-web";
  font-size: 16px;
  text-transform: uppercase;
}
/* line 66, ../sass/modules/_promobanner.scss */
.path-frontpage .promobanner .view-front-page-promo-banners .views-field-field-url-1 a:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* line 2, ../sass/modules/_why_mow.scss */
.path-frontpage .why_mow {
  padding-top: 80px;
  padding-bottom: 60px;
}
/* line 5, ../sass/modules/_why_mow.scss */
.path-frontpage .why_mow .container {
  max-width: 100%;
}
/* line 8, ../sass/modules/_why_mow.scss */
.path-frontpage .why_mow .block-views-blockwhy-mow-block-1 {
  padding-left: 160px;
  padding-right: 160px;
}
/* line 12, ../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 16, ../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: 0px 10px 0px 35px;
  float: right;
}
/* line 21, ../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: "bryant-web";
  font-size: 42px;
  letter-spacing: 3px;
  line-height: 51px;
  padding-bottom: 20px;
}
/* line 29, ../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: trade-gothic-next, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.14px;
  line-height: 24px;
  padding-bottom: 20px;
}
/* line 38, ../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-color: #00B8C2;
}
/* line 43, ../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: "bryant-web";
  font-size: 16px;
  letter-spacing: 1.14px;
  line-height: 19px;
  padding: 12px 35px;
  position: absolute;
  height: 42px;
  text-transform: uppercase;
}
/* line 58, ../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;
}

/* line 1, ../sass/modules/_menu_item.scss */
.featured-top {
  padding-top: 60px;
  padding-bottom: 120px;
}

/* line 5, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 {
  width: 100% !important;
}
/* line 7, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 h2 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 11, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .skin-default {
  width: 100%;
}
/* line 14, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .views_slideshow_cycle_teaser_section {
  height: 350px !important;
}
/* line 17, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .views_slideshow_slide {
  width: 50% !important;
  border-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 0 77px 0 rgba(0, 0, 0, 0.06);
  height: auto !important;
  padding: 30px;
}
/* line 25, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .views-field-field-event-date {
  float: left;
}
/* line 28, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .views-field-body p {
  white-space: inherit !important;
  padding: 0px 25px;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 37px;
  font-family: "bryant-web";
}
/* line 36, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .view-footer {
  text-align: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 12px;
  background-position: center;
}
/* line 45, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .view-footer a {
  font-family: "bryant-web";
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 19px;
  color: #003A5D;
  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-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: 162px;
  padding: 2px 30px 2px 26px;
  text-transform: uppercase;
}
/* line 73, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .views-slideshow-controls-bottom {
  width: 100%;
  text-align: center;
  display: block;
}
/* line 77, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .views-slideshow-controls-bottom .views-slideshow-pager-bullets {
  text-align: center;
  width: 100%;
  display: inline-block;
}
/* line 83, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  background-color: #B4B5B4;
}
/* line 85, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .views-slideshow-controls-bottom .views-slideshow-pager-bullets li .active {
  background-color: #00B8C2;
}
/* line 90, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .views-slideshow-controls-bottom .views-field-nothing {
  float: left;
  height: 76px;
  width: 76px;
  border-radius: 38px;
  background-color: #ABCF38;
  padding: 12px;
}
/* line 97, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .views-slideshow-controls-bottom .views-field-nothing .event-value {
  color: #00364F;
  font-family: "bryant-web";
  font-size: 27px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}
/* line 105, ../sass/modules/_menu_item.scss */
.block-views-blockmonthly-item-menu-block-1 .views-slideshow-controls-bottom .views-field-nothing .event-value1 {
  color: #00364F;
  font-family: "bryant-web";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

/* line 117, ../sass/modules/_menu_item.scss */
.slick-arrow::before {
  color: #00B8C2;
  font-size: 3.25rem;
}

/* line 121, ../sass/modules/_menu_item.scss */
.slick-dots li.slick-active button::before {
  opacity: .75;
  color: #00B8C2 !important;
  font-size: 15px !important;
}

/* line 126, ../sass/modules/_menu_item.scss */
.slick-list {
  padding-bottom: 30px;
}

/* line 129, ../sass/modules/_menu_item.scss */
.slick__arrow {
  top: 40%;
}

/* line 132, ../sass/modules/_menu_item.scss */
.featured-top .block-views-blockmonthly-item-menu-block-1 .views-field-title {
  white-space: inherit !important;
  padding-left: 110px;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 37px;
  font-family: "bryant-web";
}

/* line 140, ../sass/modules/_menu_item.scss */
.featured-top .block-views-blockmonthly-item-menu-block-1 .views-field-nothing {
  float: left;
  height: 76px;
  width: 76px;
  border-radius: 38px;
  background-color: #ABCF38;
  padding: 12px;
}

/* line 148, ../sass/modules/_menu_item.scss */
.featured-top .block-views-blockmonthly-item-menu-block-1 .views-field-nothing .event-value {
  color: #00364F;
  font-family: "bryant-web";
  font-size: 27px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}

/* line 156, ../sass/modules/_menu_item.scss */
.featured-top .block-views-blockmonthly-item-menu-block-1 .views-field-nothing .event-value1 {
  color: #00364F;
  font-family: "bryant-web";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

/* line 165, ../sass/modules/_menu_item.scss */
.featured-top .block-views-blockmonthly-item-menu-block-1 .views-field-title a:hover {
  text-decoration: none;
  color: #00364F;
}

/*-------- Counter section ----*/
/* line 3, ../sass/modules/_counter.scss */
.path-frontpage .counter {
  padding-top: 120px;
  padding-bottom: 60px;
  background: url(../images/rotor-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 11, ../sass/modules/_counter.scss */
.path-frontpage #block-homepagenumbers h2 {
  margin-bottom: 18px;
  font-size: 42px;
  color: #003952;
  font-family: "bryant-web";
}
/* line 17, ../sass/modules/_counter.scss */
.path-frontpage #block-homepagenumbers p {
  color: #31475E;
  margin-bottom: 120px;
  font-family: trade-gothic-next, sans-serif;
  font-size: 24px;
}
/* line 23, ../sass/modules/_counter.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;
}
/* line 29, ../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: trade-gothic-next, sans-serif;
}
/* line 35, ../sass/modules/_counter.scss */
.path-frontpage #block-homepagenumbers h3 {
  font-size: 42px;
  text-align: center;
  color: #003952;
  font-family: "bryant-web";
}

/* line 2, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea {
  padding-top: 120px;
  padding-bottom: 120px;
}
/* line 5, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea .container {
  max-width: 100%;
}
/* line 8, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea .block-views-blockour-focus-block-1 {
  padding-left: 160px;
  padding-right: 160px;
}
/* line 12, ../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 16, ../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 21, ../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: 0px 35px 0px 10px;
}
/* line 25, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-nothing .title {
  color: #00364F;
  font-family: "bryant-web";
  font-size: 42px;
  letter-spacing: 3px;
  line-height: 51px;
  padding-bottom: 20px;
}
/* line 33, ../sass/modules/_focusarea.scss */
.path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-nothing .body {
  color: #00364F;
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.14px;
  line-height: 24px;
  padding-bottom: 20px;
}
/* line 42, ../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-color: #00B8C2;
}
/* line 47, ../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: "bryant-web";
  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 62, ../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;
}

/* line 1, ../sass/modules/_page.scss */
body {
  background: #f9fafb;
  overflow-x: hidden;
  font-family: trade-gothic-next, sans-serif;
}

/* line 6, ../sass/modules/_page.scss */
.btn {
  text-transform: uppercase;
}

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

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

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

/* line 19, ../sass/modules/_page.scss */
.row > * {
  flex-shrink: initial;
  width: auto;
  max-width: initial;
}

/* line 24, ../sass/modules/_page.scss */
.path-frontpage #main-wrapper {
  display: none;
}

/* line 29, ../sass/modules/_page.scss */
.withImage .bImage .field--name-field-header-image {
  /*height: 250px;*/
}

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

/*.withImage {
     #block-pagetitle {
      .title {
    display: inline-block;
    font-size: 64px;
    color: #003952;
    text-transform: uppercase;
    -webkit-align-items: center;
    max-width: 700px;
    margin: -180px auto;
    text-align: center;
    padding-top: 0px;
    position: absolute;
  }
 }
}*/
/* line 54, ../sass/modules/_page.scss */
.bImage #pTitle .title {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 70px;
  text-align: center;
  margin: -165px auto 110px;
  color: #fff;
}

/* line 63, ../sass/modules/_page.scss */
.user-logged-in .bImage .field--name-field-header-image img {
  width: 100%;
  height: auto;
}

/* line 67, ../sass/modules/_page.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;
}

/* line 76, ../sass/modules/_page.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  background: #003952;
  border-radius: 5px;
  margin: 6px;
  font-family: "bryant-web";
  border-color: #003952;
  padding: 10px 50px;
}

/* line 85, ../sass/modules/_page.scss */
.btn-primary:hover {
  opacity: 0.85;
}

/* --------sidebar -----*/
/* line 90, ../sass/modules/_page.scss */
.sidebar .block {
  background-color: #E4E4E3;
  border-color: #E4E4E3;
  padding: 45px 0px !important;
}

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

/* line 98, ../sass/modules/_page.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: 5px 30px 30px 30px;
}

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

/* line 110, ../sass/modules/_page.scss */
.view-sidebar-section-menu .views-row {
  width: 100%;
  padding: 10px 30px 0px;
}

/* line 114, ../sass/modules/_page.scss */
.view-sidebar-section-menu .views-field-title {
  border-bottom: 1px solid #979797;
}

/* line 117, ../sass/modules/_page.scss */
.view-sidebar-section-menu .views-row:hover {
  color: #00B8C2;
  background: #00364F;
}

/* line 121, ../sass/modules/_page.scss */
.view-sidebar-section-menu .views-field-title a {
  color: #00364F;
  font-family: "bryant-web";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 36px;
}

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

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

/* line 135, ../sass/modules/_page.scss */
.large-block-grid-2 > .grid {
  width: 48%;
  margin-left: 20px;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  height: 200px;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.06);
}

/* line 144, ../sass/modules/_page.scss */
.block-grid .grid__content {
  margin-top: 30px;
}

/* line 147, ../sass/modules/_page.scss */
.slick--view--monthly-item-menu {
  width: 100%;
}

/* line 150, ../sass/modules/_page.scss */
.block-system-main-block {
  padding-top: 50px;
}

/* line 154, ../sass/modules/_page.scss */
.sidebar .block {
  border-radius: 8px 55px 8px 55px;
}

/* line 158, ../sass/modules/_page.scss */
.paragraph--type--bp-webform label {
  color: #003952 !important;
  font-weight: 600;
}

/* line 163, ../sass/modules/_page.scss */
.paragraph--type--bp-modal .col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 167, ../sass/modules/_page.scss */
.paragraph--type--bp-modal .btn-modal {
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 173, ../sass/modules/_page.scss */
.region-featured-top .views-field-title {
  font-family: "bryant-web";
}

/* line 178, ../sass/modules/_page.scss */
.block-views-blockmonthly-item-menu-block-1 .view-footer a {
  text-decoration: none !important;
}

/* line 182, ../sass/modules/_page.scss */
.block-views-blockmonthly-item-menu-block-1 .view-footer {
  padding: 12px;
  width: 215px;
  border-radius: 5px;
  background-color: #00B8C2;
}

/* line 188, ../sass/modules/_page.scss */
.tagle img {
  width: 500px;
}

/*.bImage .banner-image .field--name-field-header-image {
   height: 290px;
}*/
/* line 195, ../sass/modules/_page.scss */
.nav-tabs .nav-link {
  text-transform: uppercase;
}

/* line 198, ../sass/modules/_page.scss */
.paragraph .nav-tabs > li > a {
  text-transform: uppercase;
}

/* line 201, ../sass/modules/_page.scss */
.featured-top .block-views-blockmonthly-item-menu-block-1 .views-field-title {
  text-transform: uppercase;
}

/* line 205, ../sass/modules/_page.scss */
.featured-top .block-views-blockmonthly-item-menu-block-1 .views-field-title {
  padding-top: 20px;
}

/* line 208, ../sass/modules/_page.scss */
h2 {
  text-transform: uppercase !important;
}

/* line 213, ../sass/modules/_page.scss */
.wrapper-field-prgf-head-content-buttons {
  text-align: center;
}
/* line 215, ../sass/modules/_page.scss */
.wrapper-field-prgf-head-content-buttons .field-prgf-head-content-buttons {
  border-color: transparent;
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
}
/* line 220, ../sass/modules/_page.scss */
.wrapper-field-prgf-head-content-buttons .field-prgf-head-content-buttons a {
  color: #fff;
  font-family: "bryant-web";
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
  letter-spacing: 1px;
}

/* line 230, ../sass/modules/_page.scss */
.page-view-calendar thead > tr {
  border-bottom: 1px solid #ddd !important;
}

/* line 233, ../sass/modules/_page.scss */
.page-view-calendar tr {
  background: #fff !important;
}

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

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

/* line 246, ../sass/modules/_page.scss */
.page-view-calendar table tr th {
  background: #fff !important;
}

/* line 249, ../sass/modules/_page.scss */
.page-view-calendar table {
  margin: 0px 0 !important;
}

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

/* line 256, ../sass/modules/_page.scss */
.page-view-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;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 265, ../sass/modules/_page.scss */
  .page-view-calendar .fc-toolbar {
    display: block !important;
  }
}
/* line 1, ../sass/modules/_footer.scss */
.site-footer {
  background: #003952;
  padding: 60px 0 30px;
}
/* line 4, ../sass/modules/_footer.scss */
.site-footer .block {
  border: none;
  padding: 10px 0px;
}
/* line 9, ../sass/modules/_footer.scss */
.site-footer nav ul {
  display: block !important;
}

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

/* line 17, ../sass/modules/_footer.scss */
#block-footerlogo {
  width: 40%;
  float: left;
  margin-top: 0px;
  padding-top: 0px;
}
/* line 22, ../sass/modules/_footer.scss */
#block-footerlogo img {
  width: 300px;
}
/* line 25, ../sass/modules/_footer.scss */
#block-footerlogo .icon {
  width: auto;
}
/* line 28, ../sass/modules/_footer.scss */
#block-footerlogo p {
  font-family: trade-gothic-next, sans-serif;
  color: #eee;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}

/* line 37, ../sass/modules/_footer.scss */
.site-footer__top p {
  margin-top: 1em;
  font-size: 18px;
  font-size: 16px;
  color: #eee;
  font-family: trade-gothic-next, sans-serif;
}

/* line 44, ../sass/modules/_footer.scss */
.menu--footer-left-menu,
.menu--footer-right-menu {
  width: 25%;
  float: left;
}
/* line 49, ../sass/modules/_footer.scss */
.menu--footer-left-menu li a,
.menu--footer-right-menu li a {
  color: #eee;
  font-size: 18px;
  font-family: trade-gothic-next, sans-serif;
}
/* line 53, ../sass/modules/_footer.scss */
.menu--footer-left-menu li a:hover,
.menu--footer-right-menu li a:hover {
  color: #00B7C4;
}

/* line 59, ../sass/modules/_footer.scss */
#block-socialmediaicons-2 {
  width: 10%;
  float: right;
  text-align: right;
  margin-top: 12px;
}
/* line 64, ../sass/modules/_footer.scss */
#block-socialmediaicons-2 a {
  display: table-cell;
  font-size: 20px;
  margin: 5px;
  text-align: center;
}
/* line 73, ../sass/modules/_footer.scss */
#block-socialmediaicons-2 p {
  display: inline-grid;
  margin: 0px;
}

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

/* line 83, ../sass/modules/_footer.scss */
#block-copyrightblock {
  width: 60%;
}
/* line 85, ../sass/modules/_footer.scss */
#block-copyrightblock p {
  text-align: left;
  font-size: 14px;
  color: #eee;
  font-family: trade-gothic-next, sans-serif;
}

/* line 92, ../sass/modules/_footer.scss */
#block-privacypolicyblock {
  width: 40%;
  text-align: right;
}
/* line 95, ../sass/modules/_footer.scss */
#block-privacypolicyblock p {
  text-align: right;
  font-size: 14px;
  font-family: trade-gothic-next, sans-serif;
}
/* line 99, ../sass/modules/_footer.scss */
#block-privacypolicyblock p a {
  color: #eee;
}
/* line 101, ../sass/modules/_footer.scss */
#block-privacypolicyblock p a:hover {
  color: #00B7C4;
}

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

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

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

/* line 117, ../sass/modules/_footer.scss */
.user-logged-in .menu--footer-left-menu .last {
  display: none;
}

/*-------- 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 {
  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;
  color: #003952;
}
/* line 24, ../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: 22px;
  font-family: "bryant-web";
  color: #003952;
}
/* line 33, ../sass/modules/_news.scss */
.path-news .view-news .views-row .views-field-nothing .authored_on {
  margin-bottom: 10px;
  color: #003952;
}
/* 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: "league-gothic";
  transition: all 0.3s linear 0s;
  line-height: 23px;
  font-family: "bryant-web";
  border-radius: 5px;
}
/* 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 67, ../sass/modules/_news.scss */
.path-news .view-news .views-row .views-field-field-news-image img {
  border-radius: 50%;
}

/*---------staff-------*/
/* line 4, ../sass/modules/_bod.scss */
.path-staff .view-staff .views-row {
  width: 100%;
  margin: 1%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 0px;
}
/* line 11, ../sass/modules/_bod.scss */
.path-staff .view-staff .views-row img {
  height: auto;
  margin-bottom: -5px;
}
/* line 16, ../sass/modules/_bod.scss */
.path-staff .view-staff .views-row .views-field-title {
  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 27, ../sass/modules/_bod.scss */
.path-staff .view-staff .views-row a {
  color: #003952;
}
/* line 30, ../sass/modules/_bod.scss */
.path-staff .view-staff .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;
}
/* line 47, ../sass/modules/_bod.scss */
.path-staff .view-staff .views-row .views-field-nothing .name a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

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

/* line 60, ../sass/modules/_bod.scss */
.path-staff .view-staff .views-col {
  float: left;
  max-width: 100%;
  width: 27% !important;
  margin: 0 10px;
  padding: 0px;
}

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

/*---------BOD-------*/
/* line 78, ../sass/modules/_bod.scss */
.path-board-of-directors .view-board-of-directors .views-row {
  width: 100%;
  margin: 1%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 0px;
}
/* line 85, ../sass/modules/_bod.scss */
.path-board-of-directors .view-board-of-directors .views-row img {
  height: auto;
  margin-bottom: -5px;
}
/* line 90, ../sass/modules/_bod.scss */
.path-board-of-directors .view-board-of-directors .views-row .views-field-title {
  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 101, ../sass/modules/_bod.scss */
.path-board-of-directors .view-board-of-directors .views-row a {
  color: #003952;
}
/* line 104, ../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);
  padding: 19% 1% 1% 1%;
  font-size: 14px;
  background: #003952;
}
/* line 121, ../sass/modules/_bod.scss */
.path-board-of-directors .view-board-of-directors .views-row .views-field-nothing .name a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 135, ../sass/modules/_bod.scss */
  .path-staff .view-board-of-directors .views-col {
    float: left;
    max-width: 100%;
    width: 30% !important;
    margin: 0 10px;
    padding: 0px;
  }

  /* line 142, ../sass/modules/_bod.scss */
  .path-staff .view-board-of-directors .views-col img {
    width: 100%;
  }

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

  /* line 152, ../sass/modules/_bod.scss */
  .path-board-of-directors .view-board-of-directors- .views-col img {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 157, ../sass/modules/_bod.scss */
  .path-staff .view-board-of-directors .views-col {
    float: left;
    max-width: 100%;
    width: 100% !important;
    margin: 0;
    padding: 0px;
  }

  /* line 164, ../sass/modules/_bod.scss */
  .path-staff .view-board-of-directors .views-col img {
    width: 100%;
  }

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

  /* line 174, ../sass/modules/_bod.scss */
  .path-board-of-directors .view-board-of-directors- .views-col img {
    width: 100%;
  }
}
/* --------sidebar -----*/
/* line 4, ../sass/modules/_sidebar.scss */
.sidebar .block {
  background-color: #E4E4E3;
  border-color: #E4E4E3;
  padding: 45px 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: 5px 30px 30px 30px;
}

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

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

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

/* line 37, ../sass/modules/_sidebar.scss */
.view-sidebar-section-menu .views-field-title a {
  color: #00364F;
  font-family: "bryant-web";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
}

/* line 45, ../sass/modules/_sidebar.scss */
.view-sidebar-section-menu .views-field-title {
  border-bottom: none !important;
}

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

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

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

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

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

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

/* line 81, ../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 {
    display: none;
  }

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

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

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

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

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

  /* line 24, ../sass/layouts/_tab.scss */
  .navbar-toggler-icon {
    float: right !important;
    margin-top: -88px !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 36, ../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 41, ../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: 80px;
  }
  /* line 44, ../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: 70px;
    line-height: 65px;
  }

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

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

  /* line 63, ../sass/layouts/_tab.scss */
  .path-frontpage .promobanner .view-front-page-promo-banners .col-1,
  .path-frontpage .promobanner .view-front-page-promo-banners .col-2,
  .path-frontpage .promobanner .view-front-page-promo-banners .col-3 {
    width: 29% !important;
    margin: 0px 15px;
  }
  /* line 69, ../sass/layouts/_tab.scss */
  .path-frontpage .promobanner .view-front-page-promo-banners .views-field-title {
    padding: 20px 15px 15px;
  }

  /* line 78, ../sass/layouts/_tab.scss */
  .path-frontpage .why_mow .block-views-blockwhy-mow-block-1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* line 87, ../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 93, ../sass/layouts/_tab.scss */
  .path-frontpage #block-homepagenumbers h3 {
    font-size: 50px;
  }

  /* line 101, ../sass/layouts/_tab.scss */
  .path-frontpage .focusarea .block-views-blockour-focus-block-1 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 209, ../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 215, ../sass/layouts/_tab.scss */
  .form-control {
    height: 39px !important;
  }

  /* line 218, ../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 237, ../sass/layouts/_tab.scss */
  .block-views-blockmonthly-item-menu-block-1 .views-field-body p {
    padding: 0px 0px 0px 100px;
    font-size: 20px;
  }

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

  /* line 246, ../sass/layouts/_tab.scss */
  .bImage #pTitle .title {
    position: absolute;
    left: 50px;
    font-size: 70px;
    text-align: center;
    margin: -200px auto 110px;
    color: #fff;
  }

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

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

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

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

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

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

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

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

  /* line 290, ../sass/layouts/_tab.scss */
  .bImage #pTitle .title {
    position: absolute;
    left: 36px !important;
    font-size: 70px;
    text-align: center;
    margin: -165px auto 110px;
  }

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

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

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

  /* line 318, ../sass/layouts/_tab.scss */
  .navbar-toggler-icon {
    float: right !important;
    margin-top: -100px !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 326, ../sass/layouts/_tab.scss */
  .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 399, ../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 405, ../sass/layouts/_tab.scss */
  .d-inline-block {
    margin-bottom: 25px;
  }

  /* line 408, ../sass/layouts/_tab.scss */
  #block-donatemenu {
    margin-top: 11px;
  }

  /* line 411, ../sass/layouts/_tab.scss */
  #block-searchblock {
    margin-top: 26px;
  }

  /* line 414, ../sass/layouts/_tab.scss */
  #block-socialmediaicons {
    margin-top: 35px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1536px) {
  /* line 419, ../sass/layouts/_tab.scss */
  .sf-expanded ul.sf-has-clone-parent {
    background: #003952;
  }

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

  /* line 425, ../sass/layouts/_tab.scss */
  li.sf-expanded {
    background: #003952;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 2, ../sass/layouts/_mob.scss */
  #block-socialmediaicons {
    display: none;
  }

  /* line 5, ../sass/layouts/_mob.scss */
  .d-inline-block {
    width: 235px;
  }

  /* line 8, ../sass/layouts/_mob.scss */
  .site-name-slogan {
    position: absolute !important;
    margin: 30px 62px !important;
    color: #003952 !important;
    font-size: 8px !important;
  }

  /* line 14, ../sass/layouts/_mob.scss */
  .navbar-brand {
    width: auto !important;
  }

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

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

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

  /* line 26, ../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 34, ../sass/layouts/_mob.scss */
  .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
  }

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

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

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

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

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

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

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

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

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

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

  /* line 69, ../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: 60px;
  }

  /* line 72, ../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: 60px;
  }

  /* line 75, ../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: -130px;
  }

  /* line 79, ../sass/layouts/_mob.scss */
  .path-frontpage .promobanner {
    padding-bottom: 30px;
  }
  /* line 82, ../sass/layouts/_mob.scss */
  .path-frontpage .promobanner .view-front-page-promo-banners .col-1,
  .path-frontpage .promobanner .view-front-page-promo-banners .col-2,
  .path-frontpage .promobanner .view-front-page-promo-banners .col-3 {
    margin: 0px 0px 15px 0px;
    width: 100% !important;
  }

  /* line 93, ../sass/layouts/_mob.scss */
  .path-frontpage .why_mow {
    padding-top: 30px;
  }
  /* line 95, ../sass/layouts/_mob.scss */
  .path-frontpage .why_mow .block-views-blockwhy-mow-block-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 99, ../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 103, ../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: 0px 0px 0px 0px;
    float: none;
  }

  /* line 114, ../sass/layouts/_mob.scss */
  .block-views-blockmonthly-item-menu-block-1 .views_slideshow_slide {
    width: 100% !important;
  }
  /* line 117, ../sass/layouts/_mob.scss */
  .block-views-blockmonthly-item-menu-block-1 .views-field-body p {
    font-size: 18px;
    padding: 0px 13px 0px 90px;
  }

  /* line 122, ../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 130, ../sass/layouts/_mob.scss */
  .path-frontpage .focusarea .block-views-blockour-focus-block-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 134, ../sass/layouts/_mob.scss */
  .path-frontpage .focusarea .block-views-blockour-focus-block-1 .view-our-focus .views-field-nothing {
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
  /* line 139, ../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 149, ../sass/layouts/_mob.scss */
  #block-footerlogo {
    width: 100%;
    float: none;
  }

  /* line 153, ../sass/layouts/_mob.scss */
  .menu--footer-left-menu,
  .menu--footer-right-menu {
    width: 100%;
    float: none;
  }

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

  /* line 164, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-2 .facebookicon {
    padding: 6px 14px;
  }
  /* line 167, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-2 a {
    display: inherit;
  }
  /* line 170, ../sass/layouts/_mob.scss */
  #block-socialmediaicons-2 .twittericon {
    padding: 6px 10px;
  }

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

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

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

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

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

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

  /* line 220, ../sass/layouts/_mob.scss */
  #block-donatemenu-2 {
    display: block;
    padding: 8px 12px !important;
  }
  /* line 224, ../sass/layouts/_mob.scss */
  #block-donatemenu-2 li a {
    background: #ABD037;
    color: #003952;
    border-radius: 5px;
    margin: 6px;
    font-family: "bryant-web";
    float: left !important;
  }
  /* line 231, ../sass/layouts/_mob.scss */
  #block-donatemenu-2 li a:hover {
    opacity: 0.85;
  }

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

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

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

  /* line 250, ../sass/layouts/_mob.scss */
  #block-searchform-2 fieldset {
    /*width: 60% !important;*/
  }

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

  /* line 260, ../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 267, ../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 288, ../sass/layouts/_mob.scss */
  .path-staff .view-staff .views-row {
    width: 100%;
  }

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

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

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

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

  /* line 321, ../sass/layouts/_mob.scss */
  .withImage .bImage .field--name-field-header-image img {
    width: auto;
    height: 150px;
  }

  /* line 325, ../sass/layouts/_mob.scss */
  .withImage .bImage .field--name-field-header-image {
    height: auto;
  }

  /* line 328, ../sass/layouts/_mob.scss */
  .bImage #pTitle .title {
    left: 30px !important;
    margin: -115px auto 110px !important;
  }

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

  /* line 336, ../sass/layouts/_mob.scss */
  .path-news .view-news .views-row .views-field-field-news-image {
    float: none;
  }

  /* line 339, ../sass/layouts/_mob.scss */
  .large-block-grid-2 > .grid {
    width: 100% !important;
    margin-left: 0px !important;
  }

  /* line 343, ../sass/layouts/_mob.scss */
  #widget_pager_bottom_front_page_rotor_images-block_1 {
    display: none;
  }

  /* line 346, ../sass/layouts/_mob.scss */
  #views_slideshow_controls_text_front_page_rotor_images-block_1 {
    padding-right: 0px !important;
  }

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

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

  /* line 355, ../sass/layouts/_mob.scss */
  .withImage #block-pagetitle .title {
    font-size: 50px !important;
  }

  /* line 359, ../sass/layouts/_mob.scss */
  .paragraph--type--bp-tabs .nav-tabs {
    display: block ruby !important;
  }

  /*li.sf-clone-parent {
     display: none;
  }*/
  /* line 365, ../sass/layouts/_mob.scss */
  ul.sf-menu li.sf-expanded a {
    color: #00B7C4 !important;
  }

  /* line 368, ../sass/layouts/_mob.scss */
  .search-content .content.container-inline {
    width: 100%;
    padding: 12px 5px 12px 15px;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 341px) {
  /* line 376, ../sass/layouts/_mob.scss */
  #block-searchform-2 fieldset {
    /*min-width: 140px !important;*/
  }
}
/* line 1, ../sass/paragraphs_types/_pages.scss */
.name-field-bp-gutter {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 117, ../sass/paragraphs_types/_pages.scss */
.paragraph .nav-tabs > li > a {
  font-size: 18px !important;
  color: #003952 !important;
  font-weight: bold;
  font-family: "bryant-web";
}

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

/* line 137, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-accordion .panel-title {
  font-size: 20px;
  color: #003952;
  letter-spacing: 1px;
  font-family: "bryant-web";
}
/* line 144, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-accordion .field--name-bp-text {
  color: #000 !important;
}
/* line 148, ../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 168, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-accordion .container {
  width: 100%;
}

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

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

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

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

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

/* line 194, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-tabs li {
  padding: 8px 15px;
}

/* line 197, ../sass/paragraphs_types/_pages.scss */
.paragraph .nav-tabs > li > a {
  color: #003952;
}

/* line 200, ../sass/paragraphs_types/_pages.scss */
.paragraph .nav-tabs > li:active {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

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

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

/* line 212, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-modal .field--name-bp-modal-button-text {
  color: #fff;
  font-family: "bryant-web";
  text-transform: uppercase;
}

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

/* line 220, ../sass/paragraphs_types/_pages.scss */
.paragraph--type--bp-accordion .panel-title a {
  color: #003952;
  text-transform: uppercase;
  font-family: "bryant-web";
}

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

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

/* line 231, ../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 239, ../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;
}

/* line 247, ../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 254, ../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 260, ../sass/paragraphs_types/_pages.scss */
.paragraph h1,
.paragraph h2,
.paragraph h3,
.paragraph h3,
.paragraph h5,
.paragraph h6 {
  color: #003952;
  text-transform: uppercase;
  font-family: "bryant-web";
}
