/* 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/mow.styles.scss */
body {
  -webkit-user-select: auto !important;
  -webkit-user-drag: auto !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: auto !important;
  font-family: 'trade-gothic-next';
  color: #000000;
  line-height: 1.5;
  font-size: 18px; }

/* line 49, ../sass/mow.styles.scss */
a {
  text-decoration: none;
  color: #00b8d1; }

/* line 54, ../sass/mow.styles.scss */
h2 {
  color: #003a5d;
  font-size: 22pt;
  font-weight: normal; }

/* line 61, ../sass/mow.styles.scss */
h3 {
  color: #00b8d1;
  font-size: 18pt;
  font-weight: normal; }

/* line 67, ../sass/mow.styles.scss */
h4 {
  color: #c4d82e;
  font-size: 14pt;
  font-weight: normal; }

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

/* line 80, ../sass/mow.styles.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'bryant-web-ss1'; }

/* line 83, ../sass/mow.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 90, ../sass/mow.styles.scss */
  .rollover:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

/* line 101, ../sass/mow.styles.scss */
.button a, .activityWarp .activityInner .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: 6px;
  letter-spacing: 0.08em; }
  /* line 116, ../sass/mow.styles.scss */
  .button a:hover, .activityWarp .activityInner .views-field-view-node a:hover {
    border-radius: 0px;
    background: #2d9ead;
    border: 1px solid #2d9ead;
    border-radius: 0px;
    color: #fff; }

/* line 127, ../sass/mow.styles.scss */
.socialButton p, .headerWarp .branding .sicons p {
  float: right; }
  /* line 129, ../sass/mow.styles.scss */
  .socialButton p a, .headerWarp .branding .sicons p a {
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    padding: 6.4px 0px 2px 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 143, ../sass/mow.styles.scss */
    .socialButton p a:hover, .headerWarp .branding .sicons p a:hover {
      background: #fff;
      border: 1px solid #003851;
      color: #003851; }
  /* line 149, ../sass/mow.styles.scss */
  .socialButton p .active, .headerWarp .branding .sicons p .active {
    background: #FFF; }

/* line 158, ../sass/mow.styles.scss */
.popupwarp {
  background: #f2f2f2;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  max-height: 0px;
  overflow: hidden; }
  /* line 164, ../sass/mow.styles.scss */
  .popupwarp .popinner {
    width: 900px;
    margin: 0px auto; }
    /* line 167, ../sass/mow.styles.scss */
    .popupwarp .popinner .popup {
      position: relative; }
      /* line 169, ../sass/mow.styles.scss */
      .popupwarp .popinner .popup #block-multiblock-1 {
        transition: all 0.3s ease-in-out 0s; }
        /* line 171, ../sass/mow.styles.scss */
        .popupwarp .popinner .popup #block-multiblock-1 .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 185, ../sass/mow.styles.scss */
        .popupwarp .popinner .popup #block-multiblock-1 .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 203, ../sass/mow.styles.scss */
.popupwarp.closed {
  max-height: 1000px;
  padding: 30px 0px; }

/* line 210, ../sass/mow.styles.scss */
.headerWarp {
  padding: 30px 0px; }
  /* line 216, ../sass/mow.styles.scss */
  .headerWarp .branding .sicons {
    margin-top: 13px;
    text-align: right; }
    /* line 220, ../sass/mow.styles.scss */
    .headerWarp .branding .sicons p {
      margin: 0px !important; }
    /* line 223, ../sass/mow.styles.scss */
    .headerWarp .branding .sicons #sea {
      font-size: 18px; }
    /* line 226, ../sass/mow.styles.scss */
    .headerWarp .branding .sicons #don {
      margin-top: 0px !important;
      background: #abd037;
      border: 1px solid #abd037;
      height: 60px;
      width: 60px;
      text-align: center;
      padding: 18px 0px 6px;
      font-size: 10px;
      border-radius: 50%;
      text-decoration: none;
      color: #000;
      transition: all 0.3s linear 0s;
      text-transform: uppercase;
      font-family: 'bryant-web-ss1';
      line-height: 20px;
      letter-spacing: 0.08em; }
      /* line 243, ../sass/mow.styles.scss */
      .headerWarp .branding .sicons #don:hover {
        background: #fff;
        color: #003851; }

/* line 252, ../sass/mow.styles.scss */
#pay {
  background: #abd037 none repeat scroll 0% 0%;
  border: 1px solid #abd037;
  height: 60px;
  width: 60px;
  text-align: center;
  padding: 6px 0px;
  font-size: 10px;
  border-radius: 50%;
  text-decoration: none;
  color: black;
  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 269, ../sass/mow.styles.scss */
  #pay:hover {
    background: #fff;
    color: #003851; }

/* line 279, ../sass/mow.styles.scss */
.front .mainWarp {
  display: none; }

/* line 285, ../sass/mow.styles.scss */
.not-front .activityWarp, .not-front .aboutWarp, .not-front .checkOut {
  display: none; }

/* line 290, ../sass/mow.styles.scss */
.main-menu-new ul {
  overflow: visible !important; }

/* line 293, ../sass/mow.styles.scss */
.menuWarp {
  background: #00b8c2; }
  /* line 298, ../sass/mow.styles.scss */
  .menuWarp .menuInner .menubar h2 {
    display: none; }
  /* line 301, ../sass/mow.styles.scss */
  .menuWarp .menuInner .menubar .tb-megamenu {
    background-color: #00b7c4; }
    /* line 303, ../sass/mow.styles.scss */
    .menuWarp .menuInner .menubar .tb-megamenu .mega-inner {
      padding: 0px !important; }
    /* line 306, ../sass/mow.styles.scss */
    .menuWarp .menuInner .menubar .tb-megamenu .dropdown-menu {
      border-bottom: 0px solid;
      background-color: #00b7c4;
      color: #fff; }
    /* line 311, ../sass/mow.styles.scss */
    .menuWarp .menuInner .menubar .tb-megamenu .caret {
      display: none; }
    /* line 316, ../sass/mow.styles.scss */
    .menuWarp .menuInner .menubar .tb-megamenu .nav li a {
      background: transparent none repeat scroll 0% 0%;
      padding: 20px 50px;
      font-size: 16px;
      font-family: "bryant-web-ss1";
      letter-spacing: 0.08em;
      text-transform: uppercase;
      border-right: 0px;
      color: #fff; }
      /* line 325, ../sass/mow.styles.scss */
      .menuWarp .menuInner .menubar .tb-megamenu .nav li a:hover {
        color: #003851; }
    /* line 330, ../sass/mow.styles.scss */
    .menuWarp .menuInner .menubar .tb-megamenu .nav li ul li a {
      text-align: left;
      overflow: visible !important;
      padding: 10px 50px !important;
      border-bottom: 3px solid #00b7c4;
      letter-spacing: 0.08em; }
      /* line 336, ../sass/mow.styles.scss */
      .menuWarp .menuInner .menubar .tb-megamenu .nav li ul li a:hover {
        border-bottom: 3px solid #abd037; }
    /* line 341, ../sass/mow.styles.scss */
    .menuWarp .menuInner .menubar .tb-megamenu .nav:hover {
      color: #003851; }
  /* line 349, ../sass/mow.styles.scss */
  .menuWarp .tb-megamenu .dropdown-submenu > .dropdown-menu {
    top: 46px !important;
    left: -1px !important; }
  /* line 354, ../sass/mow.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 360, ../sass/mow.styles.scss */
.mmenubar {
  transition: all 0.3s ease-in-out 0s; }
  /* line 362, ../sass/mow.styles.scss */
  .mmenubar #block-jquerymenu-1 {
    transition: all 0.3s ease-in-out 0s;
    padding: 10px; }
    /* line 366, ../sass/mow.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 377, ../sass/mow.styles.scss */
    .mmenubar #block-jquerymenu-1 ul.jquerymenu li.parent span.closed {
      background: url("../images/white-plus.png"); }
    /* line 380, ../sass/mow.styles.scss */
    .mmenubar #block-jquerymenu-1 ul.jquerymenu li.parent span.open {
      background: url("../images/white-minus.png"); }
    /* line 383, ../sass/mow.styles.scss */
    .mmenubar #block-jquerymenu-1 ul {
      padding: 0px; }
      /* line 385, ../sass/mow.styles.scss */
      .mmenubar #block-jquerymenu-1 ul li {
        padding: 10px 10px;
        list-style-image: none !important;
        list-style-type: square;
        list-style-position: inside;
        color: #fff;
        border-top: dotted 1px #f2f2f2; }
        /* line 392, ../sass/mow.styles.scss */
        .mmenubar #block-jquerymenu-1 ul li ul {
          padding: 0px 0px 0px 20px; }
          /* line 394, ../sass/mow.styles.scss */
          .mmenubar #block-jquerymenu-1 ul li ul li {
            border: 0px solid; }
        /* line 398, ../sass/mow.styles.scss */
        .mmenubar #block-jquerymenu-1 ul li a {
          color: #fff;
          font-size: 14px;
          font-family: "bryant-web-ss1";
          text-transform: uppercase; }
          /* line 403, ../sass/mow.styles.scss */
          .mmenubar #block-jquerymenu-1 ul li a:hover {
            font-weight: bold; }
  /* line 410, ../sass/mow.styles.scss */
  .mmenubar h2 {
    display: none; }

/* line 418, ../sass/mow.styles.scss */
.bannerWarp {
  position: relative; }
  /* line 421, ../sass/mow.styles.scss */
  .bannerWarp .bannerInner h2 {
    display: none; }
  /* line 425, ../sass/mow.styles.scss */
  .bannerWarp .bannerInner .views_slideshow_cycle_main {
    width: 100%;
    float: left; }
  /* line 429, ../sass/mow.styles.scss */
  .bannerWarp .bannerInner .views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
    width: 100% !important;
    margin-bottom: -5px; }
  /* line 433, ../sass/mow.styles.scss */
  .bannerWarp .bannerInner .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
    width: 100% !important;
    height: auto;
    z-index: 0 !important; }
  /* line 438, ../sass/mow.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 446, ../sass/mow.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 454, ../sass/mow.styles.scss */
  .bannerWarp .bannerInner .views_slideshow_controls_text {
    float: right;
    margin-top: 22%; }
  /* line 458, ../sass/mow.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 467, ../sass/mow.styles.scss */
  .bannerWarp .bannerInner .views_slideshow_controls_text_pause {
    display: none; }
  /* line 470, ../sass/mow.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 478, ../sass/mow.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 483, ../sass/mow.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 493, ../sass/mow.styles.scss */
    .bannerWarp .bannerInner .views-field-title a {
      padding-left: 140px;
      color: #fff;
      font-family: 'bryant-web-ss1';
      letter-spacing: 0.08em; }
  /* line 500, ../sass/mow.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 507, ../sass/mow.styles.scss */
    .bannerWarp .bannerInner .views-field-body p {
      padding-left: 100px;
      letter-spacing: 0.09em;
      letter-spacing: 0.025em; }
  /* line 513, ../sass/mow.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 520, ../sass/mow.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 530, ../sass/mow.styles.scss */
  .bannerWarp .bannerInner .views-field-nothing {
    margin: 0px auto;
    width: 83%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px; }
  /* line 538, ../sass/mow.styles.scss */
  .bannerWarp .bannerInner .bannerInfo {
    position: absolute;
    top: 25px;
    left: 0px; }
  /* line 543, ../sass/mow.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 551, ../sass/mow.styles.scss */
    .bannerWarp .bannerInner .info ::before {
      position: absolute;
      top: 0;
      left: -9997px;
      width: 9999px;
      height: 100%;
      content: " ";
      background: #003851; }
    /* line 560, ../sass/mow.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 569, ../sass/mow.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 580, ../sass/mow.styles.scss */
    .bannerWarp .bannerInner .infoLink ::before {
      position: absolute;
      top: 0;
      left: -9997px;
      width: 9999px;
      height: 100%;
      content: " ";
      background: #00b7c4; }
    /* line 589, ../sass/mow.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 602, ../sass/mow.styles.scss */
.mainWarp {
  padding: 30px 0px; }
  /* line 605, ../sass/mow.styles.scss */
  .mainWarp .mainInner h1 {
    font-size: 40px;
    font-family: "bryant-web-ss1"; }
  /* line 612, ../sass/mow.styles.scss */
  .mainWarp .mainInner .mainContent .block--block-10 p {
    margin: 0px; }
  /* line 616, ../sass/mow.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 {
    font-size: 25px;
    font-family: "bryant-web-ss1";
    line-height: 35px; }
  /* line 621, ../sass/mow.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 {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857; }
  /* line 628, ../sass/mow.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 {
    background: #0e2940;
    padding: 10px 50px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    border: 1px solid #0e2940; }
    /* line 635, ../sass/mow.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 {
      color: #0e2940;
      background: #FFF; }

/* line 647, ../sass/mow.styles.scss */
.activityWarp {
  padding: 100px 0px;
  background: url("../images/watermark.jpg");
  position: relative;
  background-attachment: fixed;
  background-position: center top; }
  /* line 654, ../sass/mow.styles.scss */
  .activityWarp .activityInner h2 {
    color: #00364f;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.08em;
    font-family: 'bryant-web-ss1'; }
  /* line 662, ../sass/mow.styles.scss */
  .activityWarp .activityInner p {
    color: #003851;
    text-align: center;
    margin: 40px 0px;
    letter-spacing: 0.025em; }
  /* line 670, ../sass/mow.styles.scss */
  .activityWarp .activityInner .views-field-title {
    display: none; }
  /* line 673, ../sass/mow.styles.scss */
  .activityWarp .activityInner .views-field-view-node {
    text-align: center; }
  /* line 677, ../sass/mow.styles.scss */
  .activityWarp .activityInner .give {
    min-height: 185px; }
  /* line 680, ../sass/mow.styles.scss */
  .activityWarp .activityInner .soul {
    min-height: 185px; }
  /* line 683, ../sass/mow.styles.scss */
  .activityWarp .activityInner .volunteer {
    min-height: 185px; }

/* line 691, ../sass/mow.styles.scss */
.checkOut {
  background: url("../images/blue-bar.png"); }
  /* line 693, ../sass/mow.styles.scss */
  .checkOut .checkWarp {
    padding: 35px 0px;
    text-align: center; }
    /* line 696, ../sass/mow.styles.scss */
    .checkOut .checkWarp p {
      color: #fff;
      font-family: 'bryant-web-ss1';
      font-size: 34px;
      margin: 0px;
      letter-spacing: 0.08em; }

/* line 708, ../sass/mow.styles.scss */
.aboutWarp {
  background: url("../images/watermark.jpg");
  position: relative;
  background-attachment: fixed;
  background-position: center top; }
  /* line 715, ../sass/mow.styles.scss */
  .aboutWarp .aboutInner .about {
    padding: 65px 0px; }
    /* line 717, ../sass/mow.styles.scss */
    .aboutWarp .aboutInner .about .views-field-field-video {
      float: right;
      width: 40%; }
    /* line 721, ../sass/mow.styles.scss */
    .aboutWarp .aboutInner .about iframe {
      width: 100%; }
    /* line 725, ../sass/mow.styles.scss */
    .aboutWarp .aboutInner .about .views-field-field-image-latest img {
      float: right;
      margin: 0px 0px 0px 20px;
      border: 4px solid #003851; }
    /* line 731, ../sass/mow.styles.scss */
    .aboutWarp .aboutInner .about .views-field-body, .aboutWarp .aboutInner .about .views-field-view-node {
      width: 58%;
      float: left; }
      /* line 734, ../sass/mow.styles.scss */
      .aboutWarp .aboutInner .about .views-field-body p, .aboutWarp .aboutInner .about .views-field-view-node p {
        text-align: justify;
        letter-spacing: 0.025em;
        color: #003851;
        line-height: 30px; }
    /* line 741, ../sass/mow.styles.scss */
    .aboutWarp .aboutInner .about .views-field-view-node {
      text-align: right;
      margin-top: 30px; }
      /* line 744, ../sass/mow.styles.scss */
      .aboutWarp .aboutInner .about .views-field-view-node a {
        background: url("../images/Learn-more.png") no-repeat scroll 125px center/19px auto;
        padding: 10px 35px 10px 10px;
        background-color: #00b7c4;
        font-family: 'bryant-web-ss1';
        text-transform: uppercase;
        border: 1px solid #00b7c4;
        border-radius: 6px;
        letter-spacing: 0.1em;
        color: #fff; }
        /* line 754, ../sass/mow.styles.scss */
        .aboutWarp .aboutInner .about .views-field-view-node a:hover {
          background: #003851 url("../images/Learn-more.png") no-repeat scroll 125px center/19px auto; }

/* line 766, ../sass/mow.styles.scss */
.footertop {
  background: #003851; }
  /* line 768, ../sass/mow.styles.scss */
  .footertop .topInner {
    padding: 25px 0px;
    border-bottom: 2px solid #1c374d; }
    /* line 772, ../sass/mow.styles.scss */
    .footertop .topInner .flogo p {
      margin: 0px;
      color: #FFF !important;
      letter-spacing: 0.1em; }
    /* line 777, ../sass/mow.styles.scss */
    .footertop .topInner .flogo img {
      width: 293px;
      float: left;
      margin-right: 20px; }
    /* line 783, ../sass/mow.styles.scss */
    .footertop .topInner .search {
      padding: 20px 0px 0px;
      text-align: right; }
      /* line 786, ../sass/mow.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 798, ../sass/mow.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 815, ../sass/mow.styles.scss */
.footermiddle {
  background: #003851; }
  /* line 817, ../sass/mow.styles.scss */
  .footermiddle .midInner {
    padding: 20px  0px; }
    /* line 819, ../sass/mow.styles.scss */
    .footermiddle .midInner h2 {
      color: #fff;
      font-family: 'bryant-web-ss1';
      text-transform: uppercase;
      font-size: 20px; }
    /* line 825, ../sass/mow.styles.scss */
    .footermiddle .midInner .menu {
      padding-left: 0px; }
      /* line 827, ../sass/mow.styles.scss */
      .footermiddle .midInner .menu li {
        list-style-image: none;
        list-style-type: none; }
        /* line 830, ../sass/mow.styles.scss */
        .footermiddle .midInner .menu li a {
          color: #fff;
          letter-spacing: 0.025em; }
          /* line 833, ../sass/mow.styles.scss */
          .footermiddle .midInner .menu li a:hover {
            color: #30a8b8; }

/* line 854, ../sass/mow.styles.scss */
.footerBottom {
  background: #abd037; }
  /* line 856, ../sass/mow.styles.scss */
  .footerBottom .bottomInner {
    color: #003851;
    padding: 10px 0px;
    letter-spacing: 0.025em; }
    /* line 861, ../sass/mow.styles.scss */
    .footerBottom .bottomInner .copyright a {
      color: #003851; }
      /* line 863, ../sass/mow.styles.scss */
      .footerBottom .bottomInner .copyright a:hover {
        text-decoration: underline; }
    /* line 868, ../sass/mow.styles.scss */
    .footerBottom .bottomInner .socialmedia {
      padding: 10px 0px;
      text-align: right; }
      /* line 872, ../sass/mow.styles.scss */
      .footerBottom .bottomInner .socialmedia p {
        float: right;
        width: 100%; }
        /* line 875, ../sass/mow.styles.scss */
        .footerBottom .bottomInner .socialmedia p a {
          color: #003851;
          padding: 8px 1px 0px 6px;
          font-size: 22px; }
          /* line 879, ../sass/mow.styles.scss */
          .footerBottom .bottomInner .socialmedia p a:hover {
            opacity: 0.7; }

/* line 893, ../sass/mow.styles.scss */
.mainWarp .mainInner .leftSidebar .block--block-9 {
  text-align: center; }
/* line 896, ../sass/mow.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 905, ../sass/mow.styles.scss */
.mainWarp .mainInner .leftSidebar .view-footer {
  text-align: right; }
  /* line 908, ../sass/mow.styles.scss */
  .mainWarp .mainInner .leftSidebar .view-footer a:hover {
    color: #00b7c4; }
/* line 913, ../sass/mow.styles.scss */
.mainWarp .mainInner .leftSidebar .views-row {
  border-bottom: 1px dotted #CCC;
  padding: 10px 0px;
  line-height: 20px; }
  /* line 917, ../sass/mow.styles.scss */
  .mainWarp .mainInner .leftSidebar .views-row .views-field-field-event-date {
    font-size: 14px;
    color: #00b8c2; }
  /* line 921, ../sass/mow.styles.scss */
  .mainWarp .mainInner .leftSidebar .views-row .views-field-title {
    color: #00364f;
    font-size: 14px; }
    /* line 924, ../sass/mow.styles.scss */
    .mainWarp .mainInner .leftSidebar .views-row .views-field-title a {
      font-size: 14px;
      transition: all 0.3s linear 0s; }
      /* line 927, ../sass/mow.styles.scss */
      .mainWarp .mainInner .leftSidebar .views-row .views-field-title a:hover {
        font-weight: bold; }

/* line 942, ../sass/mow.styles.scss */
.mainWarp .mainInner .mainContent .views-row {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  border-bottom: dotted 1px #00AEED;
  padding: 20px 0px; }
  /* line 950, ../sass/mow.styles.scss */
  .mainWarp .mainInner .mainContent .views-row .views-field-field-image-gallery {
    float: left;
    margin: 4px 20px 0px 0px; }
  /* line 954, ../sass/mow.styles.scss */
  .mainWarp .mainInner .mainContent .views-row .views-field-view-node {
    text-align: right; }
  /* line 957, ../sass/mow.styles.scss */
  .mainWarp .mainInner .mainContent .views-row .views-field-title a {
    font-size: 24px;
    color: #434343;
    font-family: "bryant-web-ss1"; }
  /* line 962, ../sass/mow.styles.scss */
  .mainWarp .mainInner .mainContent .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 970, ../sass/mow.styles.scss */
    .mainWarp .mainInner .mainContent .views-row .views-field-view-node a:hover {
      color: #00b7c4;
      background: #FFF; }
/* line 976, ../sass/mow.styles.scss */
.mainWarp .mainInner .mainContent .views-row-1 {
  border-top: dotted 1px #00AEED; }

/* line 989, ../sass/mow.styles.scss */
.mainWarp .mainInner .mainContent .view-in-the-news .views-field-created {
  margin: 15px 0px 0px; }
/* line 992, ../sass/mow.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 {
  border: 5px solid #003851;
  border-radius: 50%;
  float: left;
  margin: 0px 10px 0px 1px; }
/* line 998, ../sass/mow.styles.scss */
.mainWarp .mainInner .mainContent .view-in-the-news .views-field-view-node {
  margin: 15px 0px; }

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

/* line 1011, ../sass/mow.styles.scss */
.pager {
  margin: 0px; }
  /* line 1013, ../sass/mow.styles.scss */
  .pager li {
    display: inline; }
  /* line 1016, ../sass/mow.styles.scss */
  .pager .date-prev a {
    margin-right: 5px; }
  /* line 1019, ../sass/mow.styles.scss */
  .pager .date-next a {
    margin-left: 5px; }

/* line 1025, ../sass/mow.styles.scss */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }

/* line 1028, ../sass/mow.styles.scss */
label {
  font-size: 18px;
  text-transform: uppercase; }

/* line 1035, ../sass/mow.styles.scss */
.block--block-15 {
  margin: 15px 0px 0px 8px;
  float: right; }

/* line 1040, ../sass/mow.styles.scss */
#dot, #sea {
  margin-top: 14px; }

/* line 1045, ../sass/mow.styles.scss */
.headerWarp {
  width: 100% !important; }

/* line 1054, ../sass/mow.styles.scss */
.menuWarp {
  width: 100% !important; }

/* line 1064, ../sass/mow.styles.scss */
.a11y-toolbar {
  display: none; }

/* line 1070, ../sass/mow.styles.scss */
.activityWarp .activityInner .views-field 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: 6px;
  letter-spacing: 0.08em; }
/* line 1086, ../sass/mow.styles.scss */
.activityWarp .activityInner .views-field-field-waysgive-url-1 {
  text-align: center; }
/* line 1090, ../sass/mow.styles.scss */
.activityWarp .activityInner .views-field-field-bodysoul-url-1 {
  text-align: center; }
/* line 1094, ../sass/mow.styles.scss */
.activityWarp .activityInner .views-field-field-volunteer-url-1 {
  text-align: center; }
/* line 1098, ../sass/mow.styles.scss */
.activityWarp .activityInner .views-field a:hover {
  background: #2d9ead;
  border: 1px solid #2d9ead;
  border-radius: 0px;
  color: #fff; }

/* line 1106, ../sass/mow.styles.scss */
.innerPage .innerWarp .breadCrumb .crumb {
  padding: 25px 50px 8px 20px !important;
  margin-top: 85px !important; }

/* line 1111, ../sass/mow.styles.scss */
.innerPage .innerWarp {
  width: 100% !important; }

/* line 1114, ../sass/mow.styles.scss */
.crumb h1 {
  line-height: 30px; }

/* line 1118, ../sass/mow.styles.scss */
body .main-menu-new .menu {
  max-width: 91% !important; }

/* line 1123, ../sass/mow.styles.scss */
.site-logo img {
  width: 600px; }

/* line 1130, ../sass/mow.styles.scss */
.front .newspopup {
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  overflow: auto; }

/* line 1141, ../sass/mow.styles.scss */
.l-region--newspopup {
  position: fixed;
  width: 400px;
  background: #00364F;
  z-index: 9999;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  padding: 13px;
  top: 186px;
  display: none; }
  /* line 1156, ../sass/mow.styles.scss */
  .l-region--newspopup h2 {
    margin: 0px;
    font-size: 14px;
    font-family: 'news-gothic-std';
    text-align: center; }
  /* line 1162, ../sass/mow.styles.scss */
  .l-region--newspopup .news-pop {
    position: absolute;
    right: -6px;
    top: -1px;
    font-size: 21px;
    z-index: 9; }
    /* line 1168, ../sass/mow.styles.scss */
    .l-region--newspopup .news-pop a {
      color: #fff; }
  /* line 1172, ../sass/mow.styles.scss */
  .l-region--newspopup p {
    text-align: center;
    margin: 0px; }
    /* line 1175, ../sass/mow.styles.scss */
    .l-region--newspopup p img {
      height: 421px !important; }

/* line 1184, ../sass/mow.styles.scss */
.newsclosed {
  display: none; }

/* line 1188, ../sass/mow.styles.scss */
.menuWarp {
  position: relative !important; }

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