/* No files to import found in abstractions/**\/* */
/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%; }

/*******************************************************************************
 * simple.layout.scss
 *
 * Styling of the "simple" layout demonstrating the Compass grid extension Susy
 * and building mobile first layouts.
 ******************************************************************************
*/
/* line 33, ../sass/mowsf.styles.scss */
body {
  -webkit-user-select: auto !important;
  -webkit-user-drag: auto !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: auto !important;
  font-size: 15px;
  font-family: 'news-gothic-std';
  color: #00364f;
  line-height: 20px;
  overflow-x: hidden; }

/* line 46, ../sass/mowsf.styles.scss */
a {
  text-decoration: none;
  color: #00364f; }

/* line 51, ../sass/mowsf.styles.scss */
h2 {
  color: #003952;
  font-size: 22pt;
  font-weight: normal; }

/* line 57, ../sass/mowsf.styles.scss */
h3 {
  color: #abd037;
  font-size: 18pt;
  font-weight: normal; }

/* line 62, ../sass/mowsf.styles.scss */
h4 {
  color: #003952;
  font-size: 14pt;
  font-weight: normal; }

/* line 67, ../sass/mowsf.styles.scss */
h5 {
  color: #00b7c4;
  font-size: 10pt;
  font-weight: normal; }

/* line 74, ../sass/mowsf.styles.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "bryant-web-ss1";
  line-height: normal;
  text-transform: uppercase; }

/* line 79, ../sass/mowsf.styles.scss */
.rollover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  /* line 86, ../sass/mowsf.styles.scss */
  .rollover:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

/* line 97, ../sass/mowsf.styles.scss */
.button a, .headerWarp .branding .sicons .donate-btn p a, .activityWarp .activityInner .views-field-view-node a, .activityWarp .activityInner .views-field-nothing a, .activityWarp .activityInner .views-field-field-give-url-1 a, .activityWarp .activityInner .views-field-field-soul-url-1 a, .activityWarp .activityInner .views-field-field-volun-url-1 a, .aboutWarp .aboutInner .about .views-field-view-node a {
  text-decoration: none;
  background: #abd037;
  border: 1px solid #abd037;
  padding: 10px 30px;
  border: 1px solid #b1cc2b;
  border-radius: 0px;
  transition: all 0.3s linear 0s;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'bryant-web-ss1';
  border: 1px solid #b1cc2b;
  border-radius: 4px;
  letter-spacing: 0.08em;
  font-size: 13px; }
  /* line 113, ../sass/mowsf.styles.scss */
  .button a:hover, .headerWarp .branding .sicons .donate-btn p a:hover, .activityWarp .activityInner .views-field-view-node a:hover, .activityWarp .activityInner .views-field-nothing a:hover, .activityWarp .activityInner .views-field-field-give-url-1 a:hover, .activityWarp .activityInner .views-field-field-soul-url-1 a:hover, .activityWarp .activityInner .views-field-field-volun-url-1 a:hover, .aboutWarp .aboutInner .about .views-field-view-node a:hover {
    background: #00b8c2;
    border: 1px solid #00b8c2;
    color: #fff; }

/* line 121, ../sass/mowsf.styles.scss */
.button2 {
  text-decoration: none;
  background: #003851;
  border: 1px solid #003851;
  padding: 5px 30px;
  font-size: 12px;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: 0.08em;
  color: #00b8c2; }
  /* line 132, ../sass/mowsf.styles.scss */
  .button2:hover {
    color: #fff; }

/* line 137, ../sass/mowsf.styles.scss */
.button3, .footertop .topInner .search .pay-meals p a, .mainWarp .mainInner .mainContent .view-stories .views-field-view-node a {
  background: #003851;
  border: 1px solid #003851;
  height: 65px;
  width: 65px;
  text-align: center;
  padding: 25px 0px;
  font-size: 10px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: 'bryant-web-ss1';
  line-height: 14px;
  letter-spacing: 0.08em;
  display: inline-block; }
  /* line 154, ../sass/mowsf.styles.scss */
  .button3:hover, .footertop .topInner .search .pay-meals p a:hover, .mainWarp .mainInner .mainContent .view-stories .views-field-view-node a:hover {
    color: #00b8c2; }

/* line 163, ../sass/mowsf.styles.scss */
.socialButton p, .headerWarp .branding .sicons .social-media-block p, .footerBottom .bottomInner .socialmedia .f-social p {
  float: right; }
  /* line 165, ../sass/mowsf.styles.scss */
  .socialButton p a, .headerWarp .branding .sicons .social-media-block p a, .footerBottom .bottomInner .socialmedia .f-social p a {
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 32px;
    padding: 0px 0px 0px 5px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    background: #003851;
    border: 1px solid #003851;
    transition: all 0.3s linear 0s; }
    /* line 179, ../sass/mowsf.styles.scss */
    .socialButton p a:hover, .headerWarp .branding .sicons .social-media-block p a:hover, .footerBottom .bottomInner .socialmedia .f-social p a:hover {
      background: #fff;
      border: 1px solid #003851;
      color: #003851; }
  /* line 185, ../sass/mowsf.styles.scss */
  .socialButton p .active, .headerWarp .branding .sicons .social-media-block p .active, .footerBottom .bottomInner .socialmedia .f-social p .active {
    background: #FFF; }

/* line 191, ../sass/mowsf.styles.scss */
.l-page {
  overflow: hidden; }

/* line 197, ../sass/mowsf.styles.scss */
.popupwarp {
  background: #f2f2f2;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  max-height: 0px;
  overflow: hidden; }
  /* line 203, ../sass/mowsf.styles.scss */
  .popupwarp .popinner {
    width: 900px;
    margin: 0px auto; }
    /* line 206, ../sass/mowsf.styles.scss */
    .popupwarp .popinner .popup {
      position: relative; }
      /* line 208, ../sass/mowsf.styles.scss */
      .popupwarp .popinner .popup #block-multiblock-1, .popupwarp .popinner .popup .search-form {
        transition: all 0.3s ease-in-out 0s; }
        /* line 210, ../sass/mowsf.styles.scss */
        .popupwarp .popinner .popup #block-multiblock-1 .form-text, .popupwarp .popinner .popup .search-form .form-text {
          height: 2.5rem;
          padding: 5px 13px;
          background: #FFF none repeat scroll 0% 0%;
          vertical-align: top;
          font-size: 0.875rem;
          transition: all 0.2s ease-out 0s;
          display: block;
          line-height: 24px;
          border: 1px solid #CCC;
          border-radius: 2px !important;
          outline: 0px none !important;
          width: 100%; }
        /* line 224, ../sass/mowsf.styles.scss */
        .popupwarp .popinner .popup #block-multiblock-1 .form-submit, .popupwarp .popinner .popup .search-form .form-submit {
          background: url("../images/icon-search.png") no-repeat;
          text-indent: -10000px;
          border-radius: 0px;
          position: absolute;
          right: 8px;
          top: 8px;
          width: 27px;
          height: 27px;
          background-color: transparent;
          border: 0px none;
          outline: 0px none; }

/* line 242, ../sass/mowsf.styles.scss */
.popupwarp.closed {
  max-height: 1000px;
  padding: 30px 0px; }

/* line 249, ../sass/mowsf.styles.scss */
.headerWarp {
  padding: 20px 0px; }
  /* line 255, ../sass/mowsf.styles.scss */
  .headerWarp .branding .sicons {
    text-align: right;
    padding-top: 6px; }
    /* line 256, ../sass/mowsf.styles.scss */
    .headerWarp .branding .sicons .social-media-block {
      float: right; }
      /* line 259, ../sass/mowsf.styles.scss */
      .headerWarp .branding .sicons .social-media-block p {
        margin: 0px; }
        /* line 261, ../sass/mowsf.styles.scss */
        .headerWarp .branding .sicons .social-media-block p a {
          margin-left: 5px;
          margin-top: 15px; }
    /* line 269, ../sass/mowsf.styles.scss */
    .headerWarp .branding .sicons #sea {
      font-size: 18px; }
    /* line 272, ../sass/mowsf.styles.scss */
    .headerWarp .branding .sicons .don-btn {
      padding-top: 23px !important; }
    /* line 275, ../sass/mowsf.styles.scss */
    .headerWarp .branding .sicons #don {
      background: #abd037;
      border: 1px solid #abd037;
      height: 65px;
      width: 65px;
      text-align: center;
      padding: 8px 0px;
      font-size: 12px;
      border-radius: 50%;
      text-decoration: none;
      color: #000;
      transition: all 0.3s linear 0s;
      text-transform: uppercase;
      font-family: 'bryant-web-ss1';
      line-height: 14px;
      letter-spacing: 0.08em;
      margin-top: 0px; }
      /* line 292, ../sass/mowsf.styles.scss */
      .headerWarp .branding .sicons #don:hover {
        background: #fff;
        color: #003851; }
    /* line 297, ../sass/mowsf.styles.scss */
    .headerWarp .branding .sicons .donate-btn {
      float: right;
      padding: 10px 0px 0px 10px; }
      /* line 302, ../sass/mowsf.styles.scss */
      .headerWarp .branding .sicons .donate-btn p a {
        padding: 8px 15px; }
    /* line 307, ../sass/mowsf.styles.scss */
    .headerWarp .branding .sicons .topMenu, .headerWarp .branding .sicons .topmenu {
      list-style: outside none none;
      z-index: 1;
      padding: 10px;
      background: url(../images/gray-bar.png);
      background-size: 7px;
      width: 320px;
      max-height: 35px;
      transition: max-height 0.15s ease-out 0s;
      border-radius: 4px 0px 0px 4px;
      margin-top: 14px;
      float: right;
      position: relative; }
      /* line 320, ../sass/mowsf.styles.scss */
      .headerWarp .branding .sicons .topMenu ::after, .headerWarp .branding .sicons .topmenu ::after {
        position: absolute;
        height: 100%;
        width: 9999px;
        right: -9999px;
        top: 0;
        background: url(../images/gray-bar.png);
        background-size: 7px;
        content: " "; }
      /* line 330, ../sass/mowsf.styles.scss */
      .headerWarp .branding .sicons .topMenu ul, .headerWarp .branding .sicons .topmenu ul {
        padding-left: 0px;
        margin: 0px; }
        /* line 333, ../sass/mowsf.styles.scss */
        .headerWarp .branding .sicons .topMenu ul li, .headerWarp .branding .sicons .topmenu ul li {
          background: none;
          position: initial;
          float: none; }
          /* line 337, ../sass/mowsf.styles.scss */
          .headerWarp .branding .sicons .topMenu ul li a, .headerWarp .branding .sicons .topmenu ul li a {
            font-size: 12px;
            font-family: "bryant-web-ss1";
            text-transform: uppercase;
            color: #00b8c2; }
            /* line 342, ../sass/mowsf.styles.scss */
            .headerWarp .branding .sicons .topMenu ul li a:hover, .headerWarp .branding .sicons .topMenu ul li a:focus, .headerWarp .branding .sicons .topMenu ul li a:active, .headerWarp .branding .sicons .topmenu ul li a:hover, .headerWarp .branding .sicons .topmenu ul li a:focus, .headerWarp .branding .sicons .topmenu ul li a:active {
              background: none;
              color: #003851; }
          /* line 347, ../sass/mowsf.styles.scss */
          .headerWarp .branding .sicons .topMenu ul li a > .sf-sub-indicator, .headerWarp .branding .sicons .topmenu ul li a > .sf-sub-indicator {
            top: 1px;
            left: 140px; }
        /* line 352, ../sass/mowsf.styles.scss */
        .headerWarp .branding .sicons .topMenu ul .last .sf-depth-1, .headerWarp .branding .sicons .topmenu ul .last .sf-depth-1 {
          background: #2e9fb0;
          padding: 10px !important;
          border-radius: 4px;
          margin-top: 10px; }
          /* line 357, ../sass/mowsf.styles.scss */
          .headerWarp .branding .sicons .topMenu ul .last .sf-depth-1:hover, .headerWarp .branding .sicons .topmenu ul .last .sf-depth-1:hover {
            background: #00b8c2 !important;
            color: #003851; }
        /* line 362, ../sass/mowsf.styles.scss */
        .headerWarp .branding .sicons .topMenu ul ul, .headerWarp .branding .sicons .topmenu ul ul {
          background: url(../images/gray-bar.png);
          background-size: 7px;
          width: 100% !important;
          top: 28px;
          border-radius: 0px 0px 0px 4px; }
          /* line 368, ../sass/mowsf.styles.scss */
          .headerWarp .branding .sicons .topMenu ul ul li, .headerWarp .branding .sicons .topmenu ul ul li {
            margin: 0px; }
            /* line 370, ../sass/mowsf.styles.scss */
            .headerWarp .branding .sicons .topMenu ul ul li a, .headerWarp .branding .sicons .topmenu ul ul li a {
              font-weight: normal;
              text-transform: capitalize;
              padding: 10px 5px 0px 15px !important; }
              /* line 375, ../sass/mowsf.styles.scss */
              .headerWarp .branding .sicons .topMenu ul ul li a:hover, .headerWarp .branding .sicons .topmenu ul ul li a:hover {
                color: #003851; }

/* line 388, ../sass/mowsf.styles.scss */
.front .mainWarp, .front .innerPage {
  display: none; }

/* line 394, ../sass/mowsf.styles.scss */
.not-front .bannerWarp, .not-front .activityWarp, .not-front .aboutWarp, .not-front .checkOut, .not-front .diningRoom {
  display: none; }

/* line 400, ../sass/mowsf.styles.scss */
.menuWarp {
  background: #00b8c2; }
  /* line 404, ../sass/mowsf.styles.scss */
  .menuWarp .menuInner .menubar .header-menu-block {
    display: none;
    float: left;
    background: #00b8c2;
    padding: 5px 10px;
    margin-top: 8px;
    border-radius: 2px; }
    /* line 412, ../sass/mowsf.styles.scss */
    .menuWarp .menuInner .menubar .header-menu-block ul li a {
      font-size: 12px;
      font-family: "bryant-web-ss1";
      text-transform: uppercase; }
    /* line 417, ../sass/mowsf.styles.scss */
    .menuWarp .menuInner .menubar .header-menu-block ul ul {
      background: #00b8c2;
      width: 150px;
      left: -10px;
      border-radius: 0px 2px 2px 0px; }
      /* line 423, ../sass/mowsf.styles.scss */
      .menuWarp .menuInner .menubar .header-menu-block ul ul li a {
        color: white;
        font-weight: normal;
        text-transform: capitalize;
        padding: 3px 5px 3px 10px !important; }
    /* line 431, ../sass/mowsf.styles.scss */
    .menuWarp .menuInner .menubar .header-menu-block ul:hover ul {
      top: 15px; }
  /* line 437, ../sass/mowsf.styles.scss */
  .menuWarp .menuInner .menubar h2 {
    display: none; }
  /* line 440, ../sass/mowsf.styles.scss */
  .menuWarp .menuInner .menubar .tb-megamenu {
    background-color: #00b7c4; }
    /* line 442, ../sass/mowsf.styles.scss */
    .menuWarp .menuInner .menubar .tb-megamenu .mega-inner {
      padding: 0px !important; }
    /* line 445, ../sass/mowsf.styles.scss */
    .menuWarp .menuInner .menubar .tb-megamenu .dropdown-menu {
      border-bottom: 0px solid;
      background-color: #00b7c4;
      color: #fff; }
    /* line 450, ../sass/mowsf.styles.scss */
    .menuWarp .menuInner .menubar .tb-megamenu .caret {
      display: none; }
    /* line 455, ../sass/mowsf.styles.scss */
    .menuWarp .menuInner .menubar .tb-megamenu .nav li a {
      background: transparent none repeat scroll 0% 0%;
      padding: 20px 50px;
      font-size: 18px;
      font-family: "bryant-web-ss1";
      letter-spacing: 0.08em;
      text-transform: uppercase;
      border-right: 0px;
      color: #fff; }
      /* line 464, ../sass/mowsf.styles.scss */
      .menuWarp .menuInner .menubar .tb-megamenu .nav li a:hover {
        color: #003851; }
    /* line 469, ../sass/mowsf.styles.scss */
    .menuWarp .menuInner .menubar .tb-megamenu .nav li ul li a {
      text-align: left;
      padding: 10px 50px !important;
      border-bottom: 3px solid #00b7c4;
      letter-spacing: 0.08em; }
      /* line 474, ../sass/mowsf.styles.scss */
      .menuWarp .menuInner .menubar .tb-megamenu .nav li ul li a:hover {
        border-bottom: 3px solid #abd037; }
    /* line 479, ../sass/mowsf.styles.scss */
    .menuWarp .menuInner .menubar .tb-megamenu .nav:hover {
      color: #003851; }
  /* line 487, ../sass/mowsf.styles.scss */
  .menuWarp .tb-megamenu .dropdown-submenu > .dropdown-menu {
    top: 46px !important;
    left: -1px !important; }
  /* line 492, ../sass/mowsf.styles.scss */
  .menuWarp .tb-megamenu .nav > li > a:focus, .menuWarp .tb-megamenu .nav > li > a:hover, .menuWarp .tb-megamenu .nav > li > a:active {
    color: #003851 !important; }

/* line 498, ../sass/mowsf.styles.scss */
.mmenubar {
  overflow: hidden;
  background: #b1cc2b;
  transition: all 0.3s ease-in-out 0s; }
  /* line 502, ../sass/mowsf.styles.scss */
  .mmenubar #block-jquerymenu-1 {
    transition: all 0.3s ease-in-out 0s;
    padding: 10px; }
    /* line 505, ../sass/mowsf.styles.scss */
    .mmenubar #block-jquerymenu-1 ul.jquerymenu li span.parent {
      margin-right: 10px !important;
      right: 0px;
      margin-top: 0px;
      margin-left: 0px;
      background-size: 20px auto !important;
      height: 20px;
      width: 20px;
      float: right;
      position: relative !important; }
    /* line 516, ../sass/mowsf.styles.scss */
    .mmenubar #block-jquerymenu-1 ul.jquerymenu li.parent span.closed {
      background: url("../images/white-plus.png"); }
    /* line 519, ../sass/mowsf.styles.scss */
    .mmenubar #block-jquerymenu-1 ul.jquerymenu li.parent span.open {
      background: url("../images/white-minus.png"); }
    /* line 522, ../sass/mowsf.styles.scss */
    .mmenubar #block-jquerymenu-1 ul > li.first {
      padding-top: 0px;
      border-top: 0px none; }
    /* line 526, ../sass/mowsf.styles.scss */
    .mmenubar #block-jquerymenu-1 ul {
      padding: 0px;
      margin: 0px; }
      /* line 529, ../sass/mowsf.styles.scss */
      .mmenubar #block-jquerymenu-1 ul li {
        padding: 5px 0px;
        list-style-image: none !important;
        list-style-type: square;
        list-style-position: inside;
        color: #003851;
        border-top: dotted 1px #f2f2f2; }
        /* line 536, ../sass/mowsf.styles.scss */
        .mmenubar #block-jquerymenu-1 ul li ul {
          padding: 0px 0px 0px 20px; }
          /* line 538, ../sass/mowsf.styles.scss */
          .mmenubar #block-jquerymenu-1 ul li ul li {
            border: 0px solid; }
        /* line 542, ../sass/mowsf.styles.scss */
        .mmenubar #block-jquerymenu-1 ul li a {
          color: #003851;
          font-family: "bryant-web-ss1";
          text-transform: uppercase; }
          /* line 546, ../sass/mowsf.styles.scss */
          .mmenubar #block-jquerymenu-1 ul li a:hover {
            font-weight: bold;
            opacity: 0.9; }
  /* line 554, ../sass/mowsf.styles.scss */
  .mmenubar h2 {
    display: none; }

/* line 563, ../sass/mowsf.styles.scss */
.bannerWarp {
  position: relative; }
  /* line 566, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner h2 {
    display: none; }
  /* line 570, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views_slideshow_cycle_main {
    width: 100%;
    float: left; }
  /* line 574, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
    width: 100% !important;
    margin-bottom: -5px; }
  /* line 578, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
    width: 100% !important;
    height: auto;
    z-index: 0 !important; }
  /* line 583, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views_slideshow_cycle_main .field-content img, .bannerWarp .bannerInner img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
    margin: 0;
    padding: 0;
    margin-bottom: -5px; }
  /* line 591, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views-field-field-front-slider-images {
    float: left;
    width: 50%;
    border: 1px solid #CCC;
    padding: 10px;
    background: url("../images/crossword.png"); }
  /* line 599, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views_slideshow_controls_text {
    float: right;
    margin-top: 22%; }
  /* line 603, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views_slideshow_controls_text_previous a {
    background: transparent url("../images/Theme-1-back.png") no-repeat scroll center 0px/20px;
    padding: 8px 0px 0px 0px;
    color: transparent;
    position: absolute;
    z-index: 30;
    right: 85px; }
  /* line 612, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views_slideshow_controls_text_pause {
    display: none; }
  /* line 615, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views_slideshow_controls_text_next a {
    background: transparent url("../images/Theme-1-next.png") no-repeat scroll center 0px/20px;
    position: absolute;
    z-index: 30;
    right: 58px;
    padding: 8px 0px 0px 0px;
    color: transparent; }
  /* line 623, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views-field-title, .bannerWarp .bannerInner .views-field-body, .bannerWarp .bannerInner .views-field-view-node {
    position: absolute;
    width: 325px;
    text-align: right; }
  /* line 628, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views-field-title {
    background: transparent url("../images/Theme-1-rotor-txt-lyr-01.png") no-repeat scroll 0% 0%/550px auto;
    margin-top: -24vw;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 35px 120px 0px 0px;
    width: 600px;
    height: 300px; }
    /* line 638, ../sass/mowsf.styles.scss */
    .bannerWarp .bannerInner .views-field-title a {
      padding-left: 140px;
      color: #fff;
      font-family: 'bryant-web-ss1';
      letter-spacing: 0.08em; }
  /* line 645, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views-field-body {
    margin-top: -20vw;
    text-align: right;
    float: right;
    width: 495px;
    padding: 25px 20px 0px 55px;
    color: #fff; }
    /* line 652, ../sass/mowsf.styles.scss */
    .bannerWarp .bannerInner .views-field-body p {
      padding-left: 100px;
      letter-spacing: 0.09em;
      letter-spacing: 0.025em; }
  /* line 658, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views-field-view-node {
    background: transparent url("../images/Theme-1-rotor-txt-lyr-02.png") no-repeat scroll 0% 0%;
    margin-top: -13.35vw;
    height: 50px;
    width: 425px;
    background-size: 415px;
    padding: 9px 50px 0px 0px; }
    /* line 665, ../sass/mowsf.styles.scss */
    .bannerWarp .bannerInner .views-field-view-node a {
      background: transparent url("../images/Read-more.png") no-repeat scroll right 1px/7px auto;
      padding: 0px 18px 0px 0px;
      text-transform: uppercase;
      font-family: 'bryant-web-ss1';
      color: #fff;
      letter-spacing: 0.1em; }
  /* line 675, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .views-field-nothing {
    margin: 0px auto;
    width: 1024px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px; }
  /* line 683, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .bannerInfo {
    position: absolute;
    top: 25px;
    left: 0px; }
  /* line 688, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .info {
    background: transparent url("../images/Theme-1-rotor-txt-lyr-01.png") no-repeat scroll 0% 0%/cover;
    color: #fff;
    padding: 27px 114px 20px 0px;
    width: 360px;
    height: 220px;
    text-align: right;
    background-position: top right; }
    /* line 696, ../sass/mowsf.styles.scss */
    .bannerWarp .bannerInner .info ::before {
      position: absolute;
      top: 0;
      left: -9997px;
      width: 9999px;
      height: 100%;
      content: " ";
      background: #003851; }
    /* line 705, ../sass/mowsf.styles.scss */
    .bannerWarp .bannerInner .info .title a {
      color: #fff;
      font-family: 'bryant-web-ss1';
      letter-spacing: 0.08em;
      font-size: 27px;
      text-transform: uppercase;
      line-height: normal; }
  /* line 714, ../sass/mowsf.styles.scss */
  .bannerWarp .bannerInner .infoLink {
    padding: 10px 30px 0px 0px;
    text-transform: uppercase;
    font-family: "bryant-web-ss1";
    letter-spacing: 0.1em;
    background: transparent url("../images/Theme-1-rotor-txt-lyr-02.png") no-repeat scroll 0% 0%/408px auto;
    height: 39px;
    width: 244px;
    text-align: right;
    position: relative;
    background-position: top right; }
    /* line 725, ../sass/mowsf.styles.scss */
    .bannerWarp .bannerInner .infoLink ::before {
      position: absolute;
      top: 0;
      left: -9997px;
      width: 9999px;
      height: 100%;
      content: " ";
      background: #00b7c4; }
    /* line 734, ../sass/mowsf.styles.scss */
    .bannerWarp .bannerInner .infoLink a {
      background: transparent url("../images/MOW-learnmore.png") no-repeat scroll right 2px/7px auto;
      padding: 0px 18px 0px 0px;
      color: #003851; }

/* line 749, ../sass/mowsf.styles.scss */
.innerPage .innerWarp .breadCrumb .crumb {
  position: relative;
  display: inline-block;
  min-width: 80%;
  background: #abd037 none repeat scroll 0% 0%;
  margin: 20px 0px;
  padding: 8px 50px 8px 20px;
  border-bottom-right-radius: 100px; }
  /* line 757, ../sass/mowsf.styles.scss */
  .innerPage .innerWarp .breadCrumb .crumb ::before {
    position: absolute;
    height: 100%;
    width: 9999px;
    left: -9999px;
    top: 0;
    background: #abd037;
    content: " "; }
  /* line 766, ../sass/mowsf.styles.scss */
  .innerPage .innerWarp .breadCrumb .crumb ul {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    float: left; }
    /* line 770, ../sass/mowsf.styles.scss */
    .innerPage .innerWarp .breadCrumb .crumb ul li {
      display: inline; }
      /* line 772, ../sass/mowsf.styles.scss */
      .innerPage .innerWarp .breadCrumb .crumb ul li a {
        text-transform: uppercase;
        border-right: 1px solid;
        padding: 0px 10px; }
  /* line 779, ../sass/mowsf.styles.scss */
  .innerPage .innerWarp .breadCrumb .crumb h1 {
    float: right;
    text-transform: uppercase;
    color: white;
    margin: 6px 0px 6px 20px;
    font-family: "bryant-web-ss1"; }
/* line 788, ../sass/mowsf.styles.scss */
.innerPage .innerWarp .leftSidebar {
  border-right: 2px solid #ccc;
  padding-right: 20px; }
  /* line 791, ../sass/mowsf.styles.scss */
  .innerPage .innerWarp .leftSidebar ul {
    margin: 0px;
    padding: 0px; }
    /* line 794, ../sass/mowsf.styles.scss */
    .innerPage .innerWarp .leftSidebar ul li {
      background: transparent !important;
      border-bottom: 1px solid #EFEFEF;
      border-top: 0;
      display: block; }
      /* line 799, ../sass/mowsf.styles.scss */
      .innerPage .innerWarp .leftSidebar ul li a {
        line-height: 1.2em;
        padding: 7px 40px 7px 20px;
        text-transform: uppercase;
        font-family: "bryant-web-ss1";
        display: block; }
  /* line 809, ../sass/mowsf.styles.scss */
  .innerPage .innerWarp .leftSidebar .open-content-block h2 {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    background: #2e9fb0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px; }
  /* line 817, ../sass/mowsf.styles.scss */
  .innerPage .innerWarp .leftSidebar .open-content-block .block__content {
    border: 1px solid #2e9fb0;
    border-radius: 0px 0px 4px 4px;
    padding: 10px; }
    /* line 821, ../sass/mowsf.styles.scss */
    .innerPage .innerWarp .leftSidebar .open-content-block .block__content .views-row {
      border-bottom: 1px dotted #00b8c2;
      padding: 10px 0px;
      line-height: 20px; }
      /* line 826, ../sass/mowsf.styles.scss */
      .innerPage .innerWarp .leftSidebar .open-content-block .block__content .views-row .views-field-title a {
        color: #003851;
        font-size: 14px; }
      /* line 831, ../sass/mowsf.styles.scss */
      .innerPage .innerWarp .leftSidebar .open-content-block .block__content .views-row .views-field-field-date {
        font-size: 12px;
        color: #2e9fb0; }
    /* line 836, ../sass/mowsf.styles.scss */
    .innerPage .innerWarp .leftSidebar .open-content-block .block__content .view-footer {
      text-align: right;
      font-size: 13px;
      padding-top: 10px; }
  /* line 842, ../sass/mowsf.styles.scss */
  .innerPage .innerWarp .leftSidebar .open-content-block a:hover {
    text-decoration: underline; }

/* line 851, ../sass/mowsf.styles.scss */
.mainWarp {
  padding: 30px 0px; }
  /* line 854, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner h1 {
    font-size: 40px;
    font-family: "bryant-web-ss1"; }
  /* line 861, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .block--block-10 p {
    margin: 0px; }
  /* line 865, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .user-login label, .mainWarp .mainInner .mainContent .webform-client-form label, .mainWarp .mainInner .mainContent .user-register-form label, .mainWarp .mainInner .mainContent .user-pass label, .mainWarp .mainInner .mainContent .servicemow-form label {
    font-size: 25px;
    font-family: "bryant-web-ss1";
    line-height: 35px; }
  /* line 870, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .user-login .form-text, .mainWarp .mainInner .mainContent .webform-client-form .form-text, .mainWarp .mainInner .mainContent .user-register-form .form-text, .mainWarp .mainInner .mainContent .user-pass .form-text, .mainWarp .mainInner .mainContent .servicemow-form .form-text {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857; }
  /* line 877, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .user-login .form-submit, .mainWarp .mainInner .mainContent .webform-client-form .form-submit, .mainWarp .mainInner .mainContent .user-register-form .form-submit, .mainWarp .mainInner .mainContent .user-pass .form-submit, .mainWarp .mainInner .mainContent .servicemow-form .form-submit {
    background: #0e2940;
    padding: 10px 50px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    border: 1px solid #0e2940; }
    /* line 884, ../sass/mowsf.styles.scss */
    .mainWarp .mainInner .mainContent .user-login .form-submit:hover, .mainWarp .mainInner .mainContent .webform-client-form .form-submit:hover, .mainWarp .mainInner .mainContent .user-register-form .form-submit:hover, .mainWarp .mainInner .mainContent .user-pass .form-submit:hover, .mainWarp .mainInner .mainContent .servicemow-form .form-submit:hover {
      color: #0e2940;
      background: #FFF; }
  /* line 891, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .webform-client-form .webform-component {
    float: left;
    width: 100%; }
  /* line 895, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .webform-client-form .webform-container-inline > label {
    float: left;
    width: 300px; }
  /* line 899, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .webform-client-form label {
    font-size: 18px; }
  /* line 902, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .webform-client-form .form-text {
    width: 30%;
    padding: 0px 5px; }
  /* line 906, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .webform-client-form .option {
    font-size: 15px;
    font-family: 'news-gothic-std'; }

/* line 917, ../sass/mowsf.styles.scss */
.diningRoom {
  background: #00b8c2;
  overflow: hidden;
  padding: 5px 0px; }
  /* line 922, ../sass/mowsf.styles.scss */
  .diningRoom .diningInner {
    color: #fff;
    text-align: center;
    font-size: 24px; }
    /* line 926, ../sass/mowsf.styles.scss */
    .diningRoom .diningInner .l-region--dining {
      width: 465px;
      margin: 0px auto; }
    /* line 930, ../sass/mowsf.styles.scss */
    .diningRoom .diningInner h2 {
      color: #fff;
      font-size: 24px;
      float: left;
      margin: 3px 0px 0px;
      font-family: 'bryant-web-ss1'; }
      /* line 936, ../sass/mowsf.styles.scss */
      .diningRoom .diningInner h2 a {
        background: #00b8c2;
        color: #003851;
        padding: 10px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 50%;
        margin-left: 20px; }
        /* line 944, ../sass/mowsf.styles.scss */
        .diningRoom .diningInner h2 a:hover {
          background: #2e9fb0; }
    /* line 949, ../sass/mowsf.styles.scss */
    .diningRoom .diningInner .form-submit {
      background: #003851;
      color: #fff;
      padding: 10px 8px;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 0px;
      border: 1px solid #003851;
      font-family: arial;
      font-weight: bold;
      border-radius: 50%;
      transition: all 0.3s linear 0s; }
      /* line 961, ../sass/mowsf.styles.scss */
      .diningRoom .diningInner .form-submit:hover {
        background: #2e9fb0;
        border: 1px solid #2e9fb0; }
    /* line 966, ../sass/mowsf.styles.scss */
    .diningRoom .diningInner label {
      display: none; }
    /* line 969, ../sass/mowsf.styles.scss */
    .diningRoom .diningInner .form-text {
      width: 250px;
      padding: 10px 25px 10px;
      text-align: center;
      font-size: 14px;
      line-height: 18px;
      border: 0px none !important;
      margin-left: 13px;
      outline: medium none;
      color: #003851;
      height: 34px;
      border-radius: 0px; }
    /* line 982, ../sass/mowsf.styles.scss */
    .diningRoom .diningInner .views-exposed-widgets, .diningRoom .diningInner .form-type-textfield {
      float: left;
      margin: 0px; }
    /* line 986, ../sass/mowsf.styles.scss */
    .diningRoom .diningInner .views-submit-button, .diningRoom .diningInner .form-item-field-geofield-distance-origin, .diningRoom .diningInner .views-widget-filter-field_geofield_distance {
      padding: 0px;
      margin: 0px; }
    /* line 990, ../sass/mowsf.styles.scss */
    .diningRoom .diningInner .form-item-field-geofield-distance-distance, .diningRoom .diningInner .form-item-field-geofield-distance-unit {
      visibility: hidden;
      width: 0px;
      margin: 0px;
      padding: 0px; }
    /* line 996, ../sass/mowsf.styles.scss */
    .diningRoom .diningInner #edit-captcha--2 {
      display: none; }

/* line 1004, ../sass/mowsf.styles.scss */
.activityWarp {
  padding: 100px 0px;
  position: relative;
  background-attachment: fixed;
  background-position: center top; }
  /* line 1011, ../sass/mowsf.styles.scss */
  .activityWarp .activityInner h2 {
    color: #00364f;
    text-transform: uppercase;
    font-size: 29px;
    text-align: center;
    letter-spacing: 0.08em;
    font-family: 'bryant-web-ss1'; }
  /* line 1019, ../sass/mowsf.styles.scss */
  .activityWarp .activityInner p {
    color: #003851;
    text-align: center;
    margin: 40px 0px;
    letter-spacing: 0.025em; }
  /* line 1030, ../sass/mowsf.styles.scss */
  .activityWarp .activityInner .views-field-body {
    min-height: 80px; }
  /* line 1033, ../sass/mowsf.styles.scss */
  .activityWarp .activityInner .views-field-view-node, .activityWarp .activityInner .views-field-nothing, .activityWarp .activityInner .views-field-field-give-url-1, .activityWarp .activityInner .views-field-field-soul-url-1, .activityWarp .activityInner .views-field-field-volun-url-1 {
    text-align: center; }
    /* line 1036, ../sass/mowsf.styles.scss */
    .activityWarp .activityInner .views-field-view-node a, .activityWarp .activityInner .views-field-nothing a, .activityWarp .activityInner .views-field-field-give-url-1 a, .activityWarp .activityInner .views-field-field-soul-url-1 a, .activityWarp .activityInner .views-field-field-volun-url-1 a {
      background: #003851 !important;
      border: 1px solid #003851 !important;
      color: #fff; }
      /* line 1040, ../sass/mowsf.styles.scss */
      .activityWarp .activityInner .views-field-view-node a:hover, .activityWarp .activityInner .views-field-nothing a:hover, .activityWarp .activityInner .views-field-field-give-url-1 a:hover, .activityWarp .activityInner .views-field-field-soul-url-1 a:hover, .activityWarp .activityInner .views-field-field-volun-url-1 a:hover {
        color: #00b8c2; }
  /* line 1045, ../sass/mowsf.styles.scss */
  .activityWarp .activityInner .give {
    min-height: 185px; }
  /* line 1048, ../sass/mowsf.styles.scss */
  .activityWarp .activityInner .soul {
    min-height: 185px; }
  /* line 1051, ../sass/mowsf.styles.scss */
  .activityWarp .activityInner .volunteer {
    min-height: 185px; }

/* line 1059, ../sass/mowsf.styles.scss */
.checkOut {
  background: #00b8c2; }
  /* line 1062, ../sass/mowsf.styles.scss */
  .checkOut .checkWarp {
    padding: 35px 0px;
    text-align: center; }
    /* line 1065, ../sass/mowsf.styles.scss */
    .checkOut .checkWarp p {
      color: #fff;
      font-family: 'bryant-web-ss1';
      font-size: 34px;
      margin: 0px;
      letter-spacing: 0.08em; }

/* line 1077, ../sass/mowsf.styles.scss */
.aboutWarp {
  position: relative;
  background-attachment: fixed;
  background-position: center top; }
  /* line 1082, ../sass/mowsf.styles.scss */
  .aboutWarp .aboutInner .about {
    position: relative; }
    /* line 1085, ../sass/mowsf.styles.scss */
    .aboutWarp .aboutInner .about iframe {
      float: right;
      width: 500px;
      height: 300px;
      margin-left: 20px; }
    /* line 1092, ../sass/mowsf.styles.scss */
    .aboutWarp .aboutInner .about .views-field-field-image-latest img {
      float: right;
      margin: 0px 0px 0px 20px;
      border: 4px solid #003851; }
    /* line 1098, ../sass/mowsf.styles.scss */
    .aboutWarp .aboutInner .about .views-field-body p {
      text-align: justify;
      letter-spacing: 0.025em;
      color: #003851;
      line-height: 30px; }
    /* line 1104, ../sass/mowsf.styles.scss */
    .aboutWarp .aboutInner .about .views-field-view-node {
      margin-top: 30px; }

/* line 1112, ../sass/mowsf.styles.scss */
.video {
  background: url("../images/mowsfvideo2019.jpg");
  background-size: cover;
  background-position: center; }
  /* line 1118, ../sass/mowsf.styles.scss */
  .video .videoWarp .l-region--video {
    padding: 200px 0px;
    text-align: center; }
    /* line 1121, ../sass/mowsf.styles.scss */
    .video .videoWarp .l-region--video h2 {
      color: #fff;
      text-transform: uppercase; }
    /* line 1125, ../sass/mowsf.styles.scss */
    .video .videoWarp .l-region--video p {
      color: #fff; }

/* line 1134, ../sass/mowsf.styles.scss */
.flogo .block {
  float: left; }
/* line 1137, ../sass/mowsf.styles.scss */
.flogo p {
  margin: 0px;
  color: #FFF !important;
  letter-spacing: 0.1em; }
  /* line 1141, ../sass/mowsf.styles.scss */
  .flogo p a {
    color: #FFF !important; }
/* line 1145, ../sass/mowsf.styles.scss */
.flogo img {
  width: 250px;
  margin-bottom: 20px; }

/* line 1154, ../sass/mowsf.styles.scss */
.footertop {
  font-size: 12px;
  letter-spacing: 0.10em;
  background: #003851; }
  /* line 1158, ../sass/mowsf.styles.scss */
  .footertop .topInner {
    padding: 25px 0px;
    color: #fff;
    border-bottom: 2px solid #1c374d; }
    /* line 1162, ../sass/mowsf.styles.scss */
    .footertop .topInner .search {
      text-align: right; }
      /* line 1165, ../sass/mowsf.styles.scss */
      .footertop .topInner .search p a {
        color: #fff; }
      /* line 1172, ../sass/mowsf.styles.scss */
      .footertop .topInner .search .pay-meals p a {
        margin-left: 30px;
        padding: 20px 0px;
        color: #003851;
        background: #b1cc2b;
        border: 1px solid #b1cc2b; }
      /* line 1181, ../sass/mowsf.styles.scss */
      .footertop .topInner .search .form-text {
        height: 40px;
        border: 0px solid;
        padding: 6px;
        color: #777777;
        border-radius: 0px !important;
        margin-right: -4px;
        width: 50%;
        font-family: 'bryant-web-ss1';
        text-transform: uppercase; }
      /* line 1193, ../sass/mowsf.styles.scss */
      .footertop .topInner .search .form-submit {
        padding: 4px 16px 4px;
        border-radius: 0px;
        color: white;
        height: 40px;
        background: #00b7c4 none repeat scroll 0% 0%;
        border: 0px none;
        font-family: 'bryant-web-ss1';
        text-transform: uppercase; }

/* line 1210, ../sass/mowsf.styles.scss */
.footermiddle {
  background: #003851;
  font-size: 12px;
  letter-spacing: 0.10em; }
  /* line 1214, ../sass/mowsf.styles.scss */
  .footermiddle .midInner {
    padding: 60px 0px;
    overflow: hidden; }
    /* line 1217, ../sass/mowsf.styles.scss */
    .footermiddle .midInner h2 {
      color: #fff;
      font-family: 'bryant-web-ss1';
      text-transform: uppercase;
      font-size: 16px; }
    /* line 1223, ../sass/mowsf.styles.scss */
    .footermiddle .midInner .menu {
      padding-left: 0px; }
      /* line 1225, ../sass/mowsf.styles.scss */
      .footermiddle .midInner .menu li {
        list-style-image: none;
        list-style-type: none; }
        /* line 1228, ../sass/mowsf.styles.scss */
        .footermiddle .midInner .menu li a {
          color: #fff;
          letter-spacing: 0.10em; }
          /* line 1231, ../sass/mowsf.styles.scss */
          .footermiddle .midInner .menu li a:hover {
            color: #00b8c2; }

/* line 1252, ../sass/mowsf.styles.scss */
.footerBottom {
  background: #003851;
  font-size: 12px;
  letter-spacing: 0.10em; }
  /* line 1256, ../sass/mowsf.styles.scss */
  .footerBottom .bottomInner {
    overflow: hidden;
    color: #fff;
    padding: 20px 0px; }
    /* line 1260, ../sass/mowsf.styles.scss */
    .footerBottom .bottomInner .copyright {
      text-align: right; }
      /* line 1262, ../sass/mowsf.styles.scss */
      .footerBottom .bottomInner .copyright a {
        color: #fff; }
        /* line 1264, ../sass/mowsf.styles.scss */
        .footerBottom .bottomInner .copyright a:hover {
          text-decoration: underline; }
    /* line 1272, ../sass/mowsf.styles.scss */
    .footerBottom .bottomInner .socialmedia .f-social #sea, .footerBottom .bottomInner .socialmedia .f-social #don {
      display: none; }
    /* line 1275, ../sass/mowsf.styles.scss */
    .footerBottom .bottomInner .socialmedia .f-social p {
      float: left; }
      /* line 1277, ../sass/mowsf.styles.scss */
      .footerBottom .bottomInner .socialmedia .f-social p a {
        color: #00b8c2;
        border: 1px solid #fff;
        background: #fff;
        margin: 0px 10px 0px 0px; }
        /* line 1282, ../sass/mowsf.styles.scss */
        .footerBottom .bottomInner .socialmedia .f-social p a:hover {
          color: #fff;
          background: #00b8c2;
          border: 1px solid #00b8c2; }

/* line 1299, ../sass/mowsf.styles.scss */
.mainWarp .mainInner .leftSidebar .block--block-9 {
  text-align: center; }
/* line 1302, ../sass/mowsf.styles.scss */
.mainWarp .mainInner .leftSidebar h2 {
  margin: 16px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  background: #00b8c2 none repeat scroll 0% 0%;
  padding: 10px;
  border-radius: 4px 4px 0px 0px;
  color: white; }
/* line 1311, ../sass/mowsf.styles.scss */
.mainWarp .mainInner .leftSidebar .view-footer {
  text-align: right; }
  /* line 1314, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .leftSidebar .view-footer a:hover {
    color: #00b7c4; }
/* line 1319, ../sass/mowsf.styles.scss */
.mainWarp .mainInner .leftSidebar .views-row {
  border-bottom: 1px dotted #CCC;
  padding: 10px 0px;
  line-height: 20px; }
  /* line 1323, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .leftSidebar .views-row .views-field-field-event-date {
    font-size: 14px;
    color: #00b8c2; }
  /* line 1327, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .leftSidebar .views-row .views-field-title {
    color: #00364f;
    font-size: 14px; }
    /* line 1330, ../sass/mowsf.styles.scss */
    .mainWarp .mainInner .leftSidebar .views-row .views-field-title a {
      font-size: 14px;
      transition: all 0.3s linear 0s; }
      /* line 1333, ../sass/mowsf.styles.scss */
      .mainWarp .mainInner .leftSidebar .views-row .views-field-title a:hover {
        font-weight: bold; }

/* line 1349, ../sass/mowsf.styles.scss */
.mainWarp .mainInner .mainContent .view-blogs .views-row, .mainWarp .mainInner .mainContent .view-gallery .views-row, .mainWarp .mainInner .mainContent .view-in-the-news .views-row, .mainWarp .mainInner .mainContent .view-blogs .views-row {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  border-bottom: dotted 1px #00AEED;
  padding: 20px 0px; }
  /* line 1357, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .view-blogs .views-row img, .mainWarp .mainInner .mainContent .view-gallery .views-row img, .mainWarp .mainInner .mainContent .view-in-the-news .views-row img, .mainWarp .mainInner .mainContent .view-blogs .views-row img {
    float: left;
    margin: 4px 20px 0px 0px; }
  /* line 1361, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .view-blogs .views-row .views-field-view-node, .mainWarp .mainInner .mainContent .view-gallery .views-row .views-field-view-node, .mainWarp .mainInner .mainContent .view-in-the-news .views-row .views-field-view-node, .mainWarp .mainInner .mainContent .view-blogs .views-row .views-field-view-node {
    text-align: right; }
  /* line 1364, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .view-blogs .views-row .views-field-title a, .mainWarp .mainInner .mainContent .view-gallery .views-row .views-field-title a, .mainWarp .mainInner .mainContent .view-in-the-news .views-row .views-field-title a, .mainWarp .mainInner .mainContent .view-blogs .views-row .views-field-title a {
    font-size: 24px;
    color: #003952;
    font-family: "bryant-web-ss1"; }
  /* line 1369, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .view-blogs .views-row .views-field-view-node a, .mainWarp .mainInner .mainContent .view-gallery .views-row .views-field-view-node a, .mainWarp .mainInner .mainContent .view-in-the-news .views-row .views-field-view-node a, .mainWarp .mainInner .mainContent .view-blogs .views-row .views-field-view-node a {
    background: #00b7c4 none repeat scroll 0% 0%;
    padding: 7px 15px;
    font-size: 18px;
    color: white;
    border: 1px solid #00b7c4;
    font-family: "bryant-web-ss1";
    transition: all 0.3s linear 0s; }
    /* line 1377, ../sass/mowsf.styles.scss */
    .mainWarp .mainInner .mainContent .view-blogs .views-row .views-field-view-node a:hover, .mainWarp .mainInner .mainContent .view-gallery .views-row .views-field-view-node a:hover, .mainWarp .mainInner .mainContent .view-in-the-news .views-row .views-field-view-node a:hover, .mainWarp .mainInner .mainContent .view-blogs .views-row .views-field-view-node a:hover {
      color: #00b7c4;
      background: #FFF; }
/* line 1383, ../sass/mowsf.styles.scss */
.mainWarp .mainInner .mainContent .view-blogs .views-row-1, .mainWarp .mainInner .mainContent .view-gallery .views-row-1, .mainWarp .mainInner .mainContent .view-in-the-news .views-row-1, .mainWarp .mainInner .mainContent .view-blogs .views-row-1 {
  border-top: dotted 1px #00AEED; }
/* line 1388, ../sass/mowsf.styles.scss */
.mainWarp .mainInner .mainContent .view-stories .views-row {
  float: left;
  width: 31.33%;
  margin: 1%;
  border-bottom: 3px solid #003851;
  padding: 20px 0px 60px;
  text-align: center; }
/* line 1396, ../sass/mowsf.styles.scss */
.mainWarp .mainInner .mainContent .view-stories img {
  border: 10px solid #003851;
  border-radius: 10px; }
/* line 1401, ../sass/mowsf.styles.scss */
.mainWarp .mainInner .mainContent .view-stories .views-field-view-node a {
  height: 50px;
  width: 50px;
  background: #00b8c2;
  border: 1px solid #00b8c2;
  padding: 18px 0px;
  margin-bottom: 20px; }
  /* line 1409, ../sass/mowsf.styles.scss */
  .mainWarp .mainInner .mainContent .view-stories .views-field-view-node a:hover {
    color: #003851; }

/* line 1425, ../sass/mowsf.styles.scss */
.mainWarp .mainInner .mainContent .view-in-the-news .views-field-created, .mainWarp .mainInner .mainContent .view-blogs .views-field-created {
  margin: 15px 0px 0px; }
/* line 1428, ../sass/mowsf.styles.scss */
.mainWarp .mainInner .mainContent .view-in-the-news .views-field-field-image-news-1 img, .mainWarp .mainInner .mainContent .view-in-the-news .views-field-field-image-news img, .mainWarp .mainInner .mainContent .view-in-the-news .views-field-field-image-blog img, .mainWarp .mainInner .mainContent .view-blogs .views-field-field-image-news-1 img, .mainWarp .mainInner .mainContent .view-blogs .views-field-field-image-news img, .mainWarp .mainInner .mainContent .view-blogs .views-field-field-image-blog img {
  border: 5px solid #003851;
  border-radius: 50%;
  float: left;
  margin: 0px 10px 0px 1px; }
/* line 1434, ../sass/mowsf.styles.scss */
.mainWarp .mainInner .mainContent .view-in-the-news .views-field-view-node, .mainWarp .mainInner .mainContent .view-blogs .views-field-view-node {
  margin: 15px 0px; }

/* line 1444, ../sass/mowsf.styles.scss */
.date-nav {
  margin: 0px; }

/* line 1447, ../sass/mowsf.styles.scss */
.pager {
  margin: 0px; }
  /* line 1449, ../sass/mowsf.styles.scss */
  .pager li {
    display: inline; }
  /* line 1452, ../sass/mowsf.styles.scss */
  .pager .date-prev a {
    margin-right: 5px; }
  /* line 1455, ../sass/mowsf.styles.scss */
  .pager .date-next a {
    margin-left: 5px; }

/* line 1461, ../sass/mowsf.styles.scss */
.l-region--newspopup {
  position: fixed;
  width: 500px;
  background: white none repeat scroll 0% 0%;
  z-index: 99;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  padding: 20px;
  top: 50px;
  display: none; }
  /* line 1472, ../sass/mowsf.styles.scss */
  .l-region--newspopup h2 {
    margin: 0px;
    font-size: 14px;
    font-family: 'news-gothic-std';
    text-align: center; }
  /* line 1478, ../sass/mowsf.styles.scss */
  .l-region--newspopup .news-pop {
    position: absolute;
    right: -6px;
    top: -1px;
    font-size: 26px; }
  /* line 1484, ../sass/mowsf.styles.scss */
  .l-region--newspopup p {
    margin: 0px; }
    /* line 1486, ../sass/mowsf.styles.scss */
    .l-region--newspopup p img {
      width: 100% !important;
      height: auto !important; }

/* line 1493, ../sass/mowsf.styles.scss */
.newsclosed {
  display: none; }

/* line 1498, ../sass/mowsf.styles.scss */
.cc-signup-form-1 .form-text {
  background: none repeat scroll 0% 0% #F1F1F1;
  border: 1px solid #cccccc;
  padding: 5px 7px;
  width: 100%; }
/* line 1504, ../sass/mowsf.styles.scss */
.cc-signup-form-1 .form-text:active, .cc-signup-form-1 .form-text:focus {
  background: #fff;
  border: 1px solid #bbb; }
/* line 1508, ../sass/mowsf.styles.scss */
.cc-signup-form-1 .compact-form-label {
  top: 6px;
  left: 13px;
  font-size: 1em;
  font-weight: normal; }
/* line 1514, ../sass/mowsf.styles.scss */
.cc-signup-form-1 .form-submit {
  text-decoration: none;
  background: #abd037;
  border: 1px solid #abd037;
  padding: 7px 30px;
  border: 1px solid #b1cc2b;
  border-radius: 0px;
  transition: all 0.3s linear 0s;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'bryant-web-ss1';
  border: 1px solid #b1cc2b;
  border-radius: 4px;
  letter-spacing: 0.08em;
  font-size: 13px; }
  /* line 1529, ../sass/mowsf.styles.scss */
  .cc-signup-form-1 .form-submit:hover {
    background: #2d9ead;
    border: 1px solid #2d9ead;
    color: #fff; }
/* line 1535, ../sass/mowsf.styles.scss */
.cc-signup-form-1 .description {
  color: #999 !important; }

/* line 1540, ../sass/mowsf.styles.scss */
#block-views-blogs-block-1 {
  border: 1px solid #003952;
  float: left; }
  /* line 1543, ../sass/mowsf.styles.scss */
  #block-views-blogs-block-1 h2 {
    padding: 3px 0px;
    text-align: center;
    background: #003952 none repeat scroll 0% 0%;
    color: white;
    margin: 0px; }
  /* line 1550, ../sass/mowsf.styles.scss */
  #block-views-blogs-block-1 .views-row {
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    width: 100%;
    float: left; }
    /* line 1555, ../sass/mowsf.styles.scss */
    #block-views-blogs-block-1 .views-row p {
      margin: 5px 0px; }
    /* line 1556, ../sass/mowsf.styles.scss */
    #block-views-blogs-block-1 .views-row .views-field-view-node a {
      color: #00b7c4;
      float: right; }
  /* line 1561, ../sass/mowsf.styles.scss */
  #block-views-blogs-block-1 .view-footer {
    width: 100%;
    float: left;
    padding: 10px; }
    /* line 1565, ../sass/mowsf.styles.scss */
    #block-views-blogs-block-1 .view-footer a {
      color: #00b7c4;
      float: right; }

/* line 1574, ../sass/mowsf.styles.scss */
.page-civicrm .crm-form-radio {
  margin-right: 5px; }
/* line 1577, ../sass/mowsf.styles.scss */
.page-civicrm span, .page-civicrm legend {
  color: #003952 !important; }

/* line 1584, ../sass/mowsf.styles.scss */
.page-learn-more .needWarp .mow-help-block img {
  border-radius: 10px; }

/* line 1591, ../sass/mowsf.styles.scss */
.block--views-pa-211-table-block td, .block--views-pa-211-table-block th {
  width: 430px;
  float: left; }

/* line 1597, ../sass/mowsf.styles.scss */
.crm-select2 {
  width: 17em !important; }
  /* line 1599, ../sass/mowsf.styles.scss */
  .crm-select2 .select2-choice {
    height: 40px; }

/* line 1603, ../sass/mowsf.styles.scss */
.crm-container .select2-container .select2-choice abbr {
  top: 13px; }

/* line 1606, ../sass/mowsf.styles.scss */
.crm-public .select2-container .select2-choice .select2-arrow b {
  top: 6px !important; }

/* line 1611, ../sass/mowsf.styles.scss */
#edit-actions {
  margin-top: 15px; }

/*# sourceMappingURL=mowsf.styles.css.map */
