/* line 6, ../../../../../../../../home/oeadmin/.rvm/gems/ruby-1.9.3-p545@omega.unitedwayww/gems/toolkit-1.3.3/stylesheets/toolkit/_border-box.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../behaviors/box-sizing/boxsizing.php'); }

/* line 4, ../../../../../../../../home/oeadmin/.rvm/gems/ruby-1.9.3-p545@omega.unitedwayww/gems/toolkit-1.3.3/stylesheets/toolkit/_fluid-media.scss */
img, video {
  max-width: 100%;
  height: auto; }

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

/* line 130, ../sass/base/_mixin.scss */
.slide-up {
  animation: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s normal both 1 mk_bottom_to_top;
  -webkit-animation: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s normal both 1 mk_bottom_to_top;
  -moz-animation: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s normal both 1 mk_bottom_to_top;
  opacity: 1; }

/* line 137, ../sass/base/_mixin.scss */
.mk-animate-element.slide-up {
  -webkit-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1; }

@-webkit-keyframes mk_bottom_to_top {
  /* line 147, ../sass/base/_mixin.scss */
  0% {
    -webkit-transform: translateY(60px);
    opacity: 0; }

  /* line 151, ../sass/base/_mixin.scss */
  100% {
    -webkit-transform: translate(0);
    opacity: 1; } }

@-moz-keyframes mk_bottom_to_top {
  /* line 157, ../sass/base/_mixin.scss */
  0% {
    -webkit-transform: translateY(60px);
    opacity: 0; }

  /* line 161, ../sass/base/_mixin.scss */
  100% {
    -webkit-transform: translate(0);
    opacity: 1; } }

@-o-keyframes mk_bottom_to_top {
  /* line 167, ../sass/base/_mixin.scss */
  0% {
    -webkit-transform: translateY(60px);
    opacity: 0; }

  /* line 171, ../sass/base/_mixin.scss */
  100% {
    -webkit-transform: translate(0);
    opacity: 1; } }

@keyframes mk_bottom_to_top {
  /* line 177, ../sass/base/_mixin.scss */
  0% {
    transform: translateY(60px);
    opacity: 0; }

  /* line 181, ../sass/base/_mixin.scss */
  100% {
    transform: translateY(0);
    opacity: 1; } }

/* line 187, ../sass/base/_mixin.scss */
.number-inc {
  overflow: hidden;
  opacity: 0; }

/* line 2, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #130c83;
  font-family: news-gothic-std;
  letter-spacing: 1px; }

/* line 7, ../sass/base/_typography.scss */
h1 {
  font-size: 2.183em; }

/* line 10, ../sass/base/_typography.scss */
h2 {
  font-size: 1.975em; }

/* line 13, ../sass/base/_typography.scss */
h3 {
  color: #f87907;
  font-size: 1.735em; }

/* line 17, ../sass/base/_typography.scss */
h4 {
  color: #f87907;
  font-size: 1.575em; }

/* line 21, ../sass/base/_typography.scss */
h5 {
  font-size: 1.408em; }

/* line 24, ../sass/base/_typography.scss */
h6 {
  font-size: 1.325em; }

/* line 28, ../sass/base/_typography.scss */
p {
  font-family: "ff-meta-web-pro","Helvetica Neue",Helvetica,Arial,sans-serif; }

/*-----------< COMMON STYLES >-----------*/
/* line 28, ../sass/unitedwayww.styles.scss */
body {
  color: #4f4f4f;
  font-style: normal; }

@font-face {
  font-family: meta-bold;
  src: url(../images/meta-bold-roman.ttf); }

/* line 39, ../sass/unitedwayww.styles.scss */
.site-branding__name {
  position: absolute;
  top: 55%;
  margin-left: 18px;
  z-index: 20000; }

/* line 45, ../sass/unitedwayww.styles.scss */
.site-branding__name span {
  color: #10167f;
  font-size: 12px;
  font-family: meta-bold; }

/* line 51, ../sass/unitedwayww.styles.scss */
.site-branding__name .org-name {
  float: left;
  width: 100%; }

@media only screen and (max-width: 1119px) {
  /* line 59, ../sass/unitedwayww.styles.scss */
  #toolbar, #admin-menu {
    display: none; }

  /* line 64, ../sass/unitedwayww.styles.scss */
  html body.toolbar, html body.admin-menu {
    padding-top: 0 !important;
    margin-top: 0 !important; }

  /* line 72, ../sass/unitedwayww.styles.scss */
  .site-branding__name {
    top: 35px !important;
    left: 9px;
    margin-left: 7px !important;
    position: fixed; }

  /* line 78, ../sass/unitedwayww.styles.scss */
  .site-branding__name span {
    font-size: 10px !important; } }
/*

@font-face {
    font-family:Oswald;
    src: url(../images/Oswald-Light.ttf);
}
*/
/* line 92, ../sass/unitedwayww.styles.scss */
.loader {
  background: url("../images/loading.gif") no-repeat scroll 50% 50% black;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

/* line 102, ../sass/unitedwayww.styles.scss */
.image-load {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loading46.gif") no-repeat scroll 50% 50% white; }

/* line 113, ../sass/unitedwayww.styles.scss */
.l-region.l-region--search-mobile {
  background: none repeat scroll 0 0 rgba(19, 12, 131, 0.95);
  display: none;
  height: 100%;
  left: 0;
  padding-top: 21%;
  position: fixed;
  text-align: center;
  top: 0;
  vertical-align: middle !important;
  width: 100%;
  z-index: 2000; }
  /* line 126, ../sass/unitedwayww.styles.scss */
  .l-region.l-region--search-mobile .form-text {
    background-color: white;
    font-family: ff-meta-web-pro;
    height: 60px;
    padding: 12px;
    width: 25%; }
  /* line 133, ../sass/unitedwayww.styles.scss */
  .l-region.l-region--search-mobile .form-text:focus {
    background-color: white;
    color: black; }
  /* line 137, ../sass/unitedwayww.styles.scss */
  .l-region.l-region--search-mobile .form-submit {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f87907;
    background-image: url("../images/search03.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px auto;
    border: medium none;
    color: white;
    height: 60px !important;
    text-indent: -1000px;
    width: 75px; }

/* line 155, ../sass/unitedwayww.styles.scss */
.close-button img {
  width: 20px !important;
  height: 20px !important; }

/* line 160, ../sass/unitedwayww.styles.scss */
.front-page-promo-banner, .highlights-block, .l-region--get-involved, .l-region--social-media .block {
  opacity: 0; }

/* line 164, ../sass/unitedwayww.styles.scss */
.no-margin {
  margin: 0 !important; }

/* line 167, ../sass/unitedwayww.styles.scss */
#mm-blocker {
  background-color: rgba(0, 0, 0, 0.6); }

/* line 171, ../sass/unitedwayww.styles.scss */
#mmenu_right .constant-contact-block form {
  width: 100% !important;
  margin: 0 !important; }

/* line 175, ../sass/unitedwayww.styles.scss */
#mmenu_right .constant-contact-block .form-submit {
  font-size: 0.8em; }

/* line 178, ../sass/unitedwayww.styles.scss */
.l-constrained {
  clear: both; }

/* line 181, ../sass/unitedwayww.styles.scss */
.close-button {
  position: absolute;
  right: 28px;
  top: 41px; }

/* line 187, ../sass/unitedwayww.styles.scss */
.message {
  color: white; }

/* line 191, ../sass/unitedwayww.styles.scss */
.no-image {
  height: auto !important;
  width: 100px !important; }

/* line 196, ../sass/unitedwayww.styles.scss */
html.ie9 .header-logo, html.oldie .header-logo {
  z-index: 1001; }

/* line 198, ../sass/unitedwayww.styles.scss */
html.ie9 .header-logo a, html.oldie .header-logo a {
  top: -4px; }

/* line 200, ../sass/unitedwayww.styles.scss */
html.ie9 .header-logo img, html.oldie .header-logo img {
  width: 100%; }

/* line 202, ../sass/unitedwayww.styles.scss */
html.ie9 .header-logo img {
  -ms-transform: rotate(0deg); }

/* line 206, ../sass/unitedwayww.styles.scss */
.mm-title, .mmenu-list {
  font-size: 14px !important; }

/* line 209, ../sass/unitedwayww.styles.scss */
.mm-title {
  padding: 0 !important; }

/* line 213, ../sass/unitedwayww.styles.scss */
.l-region--mobile-menu, .sliding-menu, .main-menu-mobile, .promo-banner-mobile, .front-page-rotor-banner.mobile {
  display: none; }

/* line 217, ../sass/unitedwayww.styles.scss */
.links--inline li > a {
  display: block;
  margin-top: 11px;
  font-family: arial; }

/* line 223, ../sass/unitedwayww.styles.scss */
.normal-sidebar {
  margin-top: 0px !important;
  position: static !important;
  top: 199px !important;
  width: 23.4043% !important; }

/* line 229, ../sass/unitedwayww.styles.scss */
#admin-menu {
  margin: 0;
  padding: 0;
  -moz-box-shadow: 0 0 0 #000000;
  -ms-box-shadow: 0 0 0 #000000;
  -o-box-shadow: 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 #000000;
  box-shadow: 0 0 0 #000000; }

/* line 238, ../sass/unitedwayww.styles.scss */
body.not-front.not-logged-in {
  margin-top: 0 !important; }

/* line 243, ../sass/unitedwayww.styles.scss */
.l-page a {
  color: #10167f;
  text-decoration: none !important;
  font-family: arial;
  /*-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  */ }

/* line 255, ../sass/unitedwayww.styles.scss */
.messages {
  display: none; }

/* line 259, ../sass/unitedwayww.styles.scss */
label {
  font-weight: normal !important; }

/* line 263, ../sass/unitedwayww.styles.scss */
button {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #f87907;
  color: white;
  display: inline-block;
  font-family: news-gothic-std;
  overflow: hidden;
  padding: 8px 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 10; }
  /* line 264, ../sass/unitedwayww.styles.scss */
  button:hover::before {
    transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    transition: all 0.4s ease-in-out 0.3s; }
  /* line 268, ../sass/unitedwayww.styles.scss */
  button::after {
    background-color: #dc3601;
    bottom: -60px;
    color: white;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(40deg);
    width: 100px;
    z-index: -1; }
  /* line 279, ../sass/unitedwayww.styles.scss */
  button::before {
    background-color: #f87907;
    content: "";
    height: 500%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 500%;
    z-index: -1; }

/* line 303, ../sass/unitedwayww.styles.scss */
input, select {
  font-family: ff-meta-web-pro;
  background-color: #ccc;
  padding: 5px;
  border: medium none;
  color: #4f4f4f;
  font-size: 16px;
  *height: 39px;
  margin: 0;
  *-moz-appearance: none;
  *-webkit-appearance: none;
  *appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  /* line 316, ../sass/unitedwayww.styles.scss */
  input:focus, select:focus {
    background-color: white;
    border: 1px solid #ccc; }

/* line 321, ../sass/unitedwayww.styles.scss */
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ccc;
  padding: 5px;
  border: medium none;
  color: #4f4f4f;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }
  /* line 322, ../sass/unitedwayww.styles.scss */
  textarea:focus {
    border: 1px solid #ccc;
    background-color: white; }

/* line 338, ../sass/unitedwayww.styles.scss */
select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGZpbGw9IiM0ZjRmNGYiIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  border-radius: 0;
  font-family: "FF Meta W01","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: normal;
  padding: 0.5rem; }

/* line 349, ../sass/unitedwayww.styles.scss */
.grippie {
  display: none !important; }

/* line 353, ../sass/unitedwayww.styles.scss */
.donate-now-block-mobile {
  display: none; }

/* line 356, ../sass/unitedwayww.styles.scss */
.messages.messages--status {
  clear: both; }

/*-------------------------------<Branding Zone>------------------------*/
/* line 364, ../sass/unitedwayww.styles.scss */
.l-region--sign-up {
  background-attachment: fixed;
  background-image: url("../images/gray-pattern.gif");
  background-position: center center;
  border-bottom: 1px solid #ccc;
  text-align: center;
  width: 100%;
  position: relative;
  display: none;
  padding: 5px 0 16px 0;
  z-index: 2000; }

/* line 376, ../sass/unitedwayww.styles.scss */
.l-branding {
  position: relative; }

/* line 379, ../sass/unitedwayww.styles.scss */
.constant-contact-block a:after {
  background-color: #dc3601;
  bottom: -111px !important;
  color: white;
  content: "";
  height: 122px !important; }

/* line 388, ../sass/unitedwayww.styles.scss */
.constant-contact-block .block__title {
  color: #130c83;
  display: table-cell;
  float: left;
  font-family: news-gothic-std;
  font-size: 16px;
  font-weight: normal;
  margin: 13px 0 !important;
  text-align: right;
  text-transform: uppercase;
  vertical-align: middle;
  width: 39%; }
/* line 401, ../sass/unitedwayww.styles.scss */
.constant-contact-block .block__content a {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #f87907;
  color: white;
  display: inline-block;
  font-family: news-gothic-std;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  height: 45px;
  width: 100px; }
  /* line 4, ../sass/base/_mixin.scss */
  .constant-contact-block .block__content a:hover::before {
    transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    transition: all 2s ease-in-out 0s;
    -webkit-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -ms-transition: all 2s ease-in-out 0s; }
  /* line 12, ../sass/base/_mixin.scss */
  .constant-contact-block .block__content a::after {
    background-color: #dc3601;
    bottom: -63px;
    color: white;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    width: 100px;
    z-index: -1;
    transition: all 1s ease 0.4s;
    -webkit-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s; }
  /* line 28, ../sass/base/_mixin.scss */
  .constant-contact-block .block__content a::before {
    background-color: #f87907;
    content: "";
    height: 500%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 500%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    z-index: -1; }
  /* line 401, ../sass/unitedwayww.styles.scss */
  .constant-contact-block .block__content a:hover .form-submit {
    color: #f87907; }
/* line 402, ../sass/unitedwayww.styles.scss */
.constant-contact-block .form-submit {
  background-color: transparent;
  bottom: 10px;
  color: white;
  left: 20px;
  padding: 0;
  position: absolute;
  text-transform: uppercase;
  transition: all 2s ease-in-out 0s;
  -webkit-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s; }
/* line 414, ../sass/unitedwayww.styles.scss */
.constant-contact-block form {
  margin: 0 auto 0 40%;
  width: 42%; }
/* line 418, ../sass/unitedwayww.styles.scss */
.constant-contact-block label {
  display: none; }
/* line 421, ../sass/unitedwayww.styles.scss */
.constant-contact-block .form-text {
  height: 45px;
  float: left;
  padding: 10px 10px 10px 15px;
  width: 76%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  /* line 427, ../sass/unitedwayww.styles.scss */
  .constant-contact-block .form-text:focus {
    background-color: white; }

/* line 434, ../sass/unitedwayww.styles.scss */
.translate-block {
  float: right; }

/* line 438, ../sass/unitedwayww.styles.scss */
.site-branding__logo > img {
  height: auto !important;
  width: 80% !important; }

/* line 443, ../sass/unitedwayww.styles.scss */
.header-logo {
  background-color: white;
  height: 65px;
  left: -35px;
  padding: 12px 0 0 42px;
  position: fixed;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  top: 0;
  width: 210px;
  z-index: 202; }
  /* line 455, ../sass/unitedwayww.styles.scss */
  .header-logo a {
    display: block;
    -webkit-transform: skew(45deg) translateZ(0);
    transform: skew(45deg) translateZ(0);
    -ms-transform: skew(45deg) translateZ(0);
    width: 85px; }

@media only screen and (min-width: 1119px) {
  /* line 465, ../sass/unitedwayww.styles.scss */
  .header-logo {
    border-bottom: 1px solid #EBEBEB;
    height: 250px;
    left: -81px;
    padding: 135px 0 0 68px;
    position: absolute;
    top: -160px;
    -webkit-transform: skew(0) rotate(-21deg);
    -ms-transform: skew(0) rotate(-21deg);
    transform: skew(0) rotate(-21deg);
    width: 520px; }
    /* line 476, ../sass/unitedwayww.styles.scss */
    .header-logo a {
      margin: 8px;
      -webkit-transform: skew(0) rotate(21deg) translateZ(0);
      transform: skew(0) rotate(21deg) translateZ(0);
      -ms-transform: skew(0) rotate(21deg) translateZ(0);
      width: 150px; } }
/* line 491, ../sass/unitedwayww.styles.scss */
.l-region--header1 {
  background-color: #ea1414;
  text-transform: uppercase; }

/* line 496, ../sass/unitedwayww.styles.scss */
.l-region--header2 {
  background-color: #ff1919;
  position: relative; }

/*--------------<menu>----------------*/
/* line 503, ../sass/unitedwayww.styles.scss */
.tb-megamenu .nav > li {
  margin-left: 0; }

/* line 506, ../sass/unitedwayww.styles.scss */
.tb-megamenu .field-content a {
  padding: 3px 0 !important; }

/* line 509, ../sass/unitedwayww.styles.scss */
.tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover {
  color: #4f4f4f !important; }

/* line 512, ../sass/unitedwayww.styles.scss */
.tb-megamenu .dropdown-menu li > a:hover, .tb-megamenu .dropdown-menu li > a:focus, .tb-megamenu .dropdown-submenu:hover > a {
  color: #4f4f4f !important; }

/* line 515, ../sass/unitedwayww.styles.scss */
.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;
  background-image: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;
  background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;
  background-color: rgba(0, 0, 0, 0) !important; }

/* line 521, ../sass/unitedwayww.styles.scss */
.tb-megamenu-item.mega.active a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; }

/* line 525, ../sass/unitedwayww.styles.scss */
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  color: #940000; }

/* line 528, ../sass/unitedwayww.styles.scss */
.tb-megamenu-submenu.mega-group-ct.nav-child {
  background: none repeat scroll 0 0 transparent !important; }

/* line 532, ../sass/unitedwayww.styles.scss */
.menu-view .views-field-title a {
  font-family: din-condensed-web;
  font-weight: normal;
  font-size: 18px;
  color: #808080;
  padding-left: 0 !important; }
  /* line 538, ../sass/unitedwayww.styles.scss */
  .menu-view .views-field-title a:hover {
    color: #f87907 !important; }

/* line 540, ../sass/unitedwayww.styles.scss */
.menu-view .views-row {
  margin-right: 10px;
  display: inline-block;
  float: left;
  width: 12%; }

/* line 546, ../sass/unitedwayww.styles.scss */
.block.block--views.block--views-menu-content-block h2.block__title {
  color: #4f4f4f;
  font-family: din-condensed-web;
  font-weight: normal;
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 18px; }

/* line 554, ../sass/unitedwayww.styles.scss */
.menu-view {
  display: block;
  margin-bottom: 20px !important; }

/* line 560, ../sass/unitedwayww.styles.scss */
.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
  color: #333 !important; }

/* line 564, ../sass/unitedwayww.styles.scss */
.tb-megamenu .nav > li.dropdown.open.active > a:hover, .tb-megamenu .nav > li.dropdown.open.active > a:focus, .tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover {
  color: #940000 !important; }

/* line 568, ../sass/unitedwayww.styles.scss */
.tb-megamenu .mega-col-nav .mega-inner {
  padding: 0 !important; }

/* line 571, ../sass/unitedwayww.styles.scss */
.tb-megamenu .dropdown-menu li a {
  border-bottom: medium none !important;
  border-top: 1px solid #ccc !important;
  color: gray;
  font-family: din-condensed-web;
  font-weight: normal !important;
  color: #4f4f4f;
  font-size: 20px;
  padding: 10px 0 !important;
  text-transform: capitalize !important; }
  /* line 581, ../sass/unitedwayww.styles.scss */
  .tb-megamenu .dropdown-menu li a:hover {
    color: #f87907 !important; }

/* line 584, ../sass/unitedwayww.styles.scss */
.tb-megamenu-submenu ul li a {
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* line 590, ../sass/unitedwayww.styles.scss */
.tb-megamenu-submenu {
  padding-left: 50% !important;
  width: 100%;
  text-align: left;
  border-bottom: none !important;
  z-index: 1000 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background: none repeat scroll 0 0 rgba(235, 235, 235, 0.9) !important; }

/* line 605, ../sass/unitedwayww.styles.scss */
.tb-megamenu-submenu.mega-group-ct.nav-child {
  padding: 0px 0px 8px !important; }

/* line 608, ../sass/unitedwayww.styles.scss */
.tb-megamenu-submenu.mega-group-ct.nav-child li a {
  border: medium none !important;
  color: #808080;
  font-size: 18px;
  padding: 0px !important;
  line-height: 22px !important; }

/* line 616, ../sass/unitedwayww.styles.scss */
.main-menu {
  background-color: red;
  width: 100% !important; }

/* line 621, ../sass/unitedwayww.styles.scss */
.tb-megamenu-item.level-1:last-child a {
  padding-right: 72px !important; }

/* line 625, ../sass/unitedwayww.styles.scss */
.tb-megamenu {
  background-color: #ff1919 !important;
  width: 100%; }

/* line 629, ../sass/unitedwayww.styles.scss */
.tb-megamenu .tb-megamenu-item.level-1 {
  display: inline-block !important;
  float: none; }

/* line 633, ../sass/unitedwayww.styles.scss */
.tb-megamenu-nav.nav.level-0 {
  text-align: right; }

/* line 636, ../sass/unitedwayww.styles.scss */
.tb-megamenu .dropdown .caret {
  margin-left: 2px;
  margin-top: 15px !important; }

/* line 641, ../sass/unitedwayww.styles.scss */
.tb-megamenu .nav > li > a {
  background-color: #ff1919 !important;
  border: medium none;
  font-family: 'news-gothic-std';
  font-size: 25px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* line 650, ../sass/unitedwayww.styles.scss */
.l-region.l-region--header2 {
  padding-top: 25px; }

/* line 654, ../sass/unitedwayww.styles.scss */
.header-menu {
  float: right; }

/* line 657, ../sass/unitedwayww.styles.scss */
.header-menu ul.menu {
  margin: 11px 0; }

/* line 661, ../sass/unitedwayww.styles.scss */
.header-menu .menu a.signup-link {
  background-image: url("../images/up-arrow.png");
  background-position: right 7px;
  background-repeat: no-repeat;
  background-size: 10px 5px;
  cursor: pointer;
  padding-right: 12px; }

/* line 670, ../sass/unitedwayww.styles.scss */
.header-menu .menu a.signup-link.arrow-image {
  background-image: url("../images/down-arrow.png");
  background-position: right 7px;
  background-repeat: no-repeat;
  background-size: 10px 5px;
  cursor: pointer;
  padding-right: 12px; }

/* line 681, ../sass/unitedwayww.styles.scss */
.header-menu ul.menu li a:hover, .tb-megamenu .nav > li > a:hover {
  color: #940000; }

/* line 684, ../sass/unitedwayww.styles.scss */
.donate-block {
  clear: right;
  float: right;
  margin-right: 20px; }

/* line 691, ../sass/unitedwayww.styles.scss */
.header-menu ul li, .donate-block ul li {
  display: inline-block;
  list-style: outside none none !important; }
/* line 695, ../sass/unitedwayww.styles.scss */
.header-menu .menu li a, .donate-block .menu li a {
  color: white;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: din-condensed-web;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/*--------------<search form>------------------*/
/* line 706, ../sass/unitedwayww.styles.scss */
.search-block {
  clear: right;
  float: right;
  position: absolute;
  right: 36px;
  top: 26px; }
  /* line 712, ../sass/unitedwayww.styles.scss */
  .search-block .form-submit {
    cursor: pointer; }
  /* line 715, ../sass/unitedwayww.styles.scss */
  .search-block i {
    color: #ffffff;
    font-size: 24px; }
  /* line 720, ../sass/unitedwayww.styles.scss */
  .search-block input[type="text"] {
    height: 60px;
    font-size: 55px;
    display: inline-block;
    font-family: "news-gothic-std";
    font-weight: 100;
    border: none;
    outline: none;
    color: #555;
    padding: 5px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    right: -23px;
    top: 25px;
    background: none;
    z-index: 3;
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    -webkit-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    -ms-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer; }
  /* line 743, ../sass/unitedwayww.styles.scss */
  .search-block input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB; }
  /* line 747, ../sass/unitedwayww.styles.scss */
  .search-block input[type="text"]:focus {
    width: 700px;
    z-index: 1; }
  /* line 751, ../sass/unitedwayww.styles.scss */
  .search-block input[type="submit"] {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/search03.png");
    background-origin: padding-box;
    background-position: right 13px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border: medium none;
    color: red;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 37px;
    position: absolute;
    right: 0;
    text-indent: -10000px;
    top: 31px;
    transition: opacity 0.4s ease 0s;
    width: 25px;
    z-index: 2; }
  /* line 776, ../sass/unitedwayww.styles.scss */
  .search-block input[type="submit"]:hover {
    opacity: 0.8; }
  /* line 779, ../sass/unitedwayww.styles.scss */
  .search-block input[type="text"]:focus {
    background-color: white;
    padding: 5px; }

/*-------------------------------<Banner>------------------------------*/
/* line 789, ../sass/unitedwayww.styles.scss */
.front-page-rotor-banner {
  height: auto;
  overflow: hidden;
  position: relative !important;
  /*.rotor-button:hover {
      box-shadow: 0 100px 0 0 #d24c00 inset;
      -webkit-box-shadow: 0 100px 0 0 #d24c00 inset;
      -ms-box-shadow: 0 100px 0 0 #d24c00 inset;
  }*/ }
  /* line 103, ../sass/base/_mixin.scss */
  .front-page-rotor-banner .views-field-field-rotor-image::before {
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    content: '';
    display: block;
    height: 60%;
    position: absolute;
    text-align: center;
    width: 100%; }
  /* line 796, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views-slideshow-controls-text-pause {
    display: none; }
  /* line 799, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner img {
    margin: 0 !important;
    padding: 0;
    height: 100% !important; }
  /* line 804, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views_slideshow_controls_text_previous a {
    background: url("../images/rotor-prev.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    background-size: 100% auto;
    border: medium none !important;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -10000px;
    width: 88px;
    z-index: 30;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  /* line 816, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views_slideshow_controls_text_next a {
    background: url("../images/rotor-next.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    background-size: 100% auto;
    float: right;
    height: 100%;
    position: absolute;
    right: 0px;
    text-indent: -10000px;
    width: 88px;
    z-index: 30;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  /* line 828, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views_slideshow_controls_text_pause a {
    display: none; }
  /* line 831, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views-field-nothing {
    *background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    *border: 1px none white;
    *bottom: 0;
    *color: white;
    *font-size: 17px;
    *height: 60%;
    *position: absolute;
    *text-align: justify;
    *width: 100%; }
    /* line 843, ../sass/unitedwayww.styles.scss */
    .front-page-rotor-banner .views-field-nothing p {
      text-align: center;
      line-height: 76px;
      width: 100%;
      text-align: center; }
  /* line 850, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views-slideshow-controls-bottom .views-slideshow-pager-field-item .views-content-counter {
    background: url("../images/rotor-button1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 25px;
    text-indent: -10000px;
    width: 25px; }
  /* line 858, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views-slideshow-pager-field-item.active .views-content-counter {
    background: url("../images/rotor-button2.png") no-repeat scroll center center rgba(0, 0, 0, 0); }
  /* line 861, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views-slideshow-pager-fields {
    bottom: 100px;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 10; }
  /* line 868, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views-slideshow-pager-fields div {
    display: inline; }
  /* line 871, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views-slideshow-controls-bottom {
    bottom: 20px;
    right: 0;
    z-index: 20; }
  /* line 876, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner h2.views-field-title {
    color: white;
    display: block;
    font-weight: normal;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    font-family: "news-gothic-std";
    font-size: 27px;
    font-weight: normal;
    z-index: 100;
    margin-top: 16%; }
  /* line 891, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .view-footer {
    color: black;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 85;
    margin-top: 18%; }
  /* line 900, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views-field-nothing {
    color: black;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 85;
    margin-top: 18%;
    top: 15px; }
  /* line 911, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views-field.views-field-nothing a.rotor-button {
    border: 2px solid #f87907;
    color: white;
    display: inline-block;
    font-family: news-gothic-std;
    overflow: hidden;
    padding: 8px 15px;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    z-index: 10; }
  /* line 923, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .view-footer a.rotor-button {
    border: 2px solid #f87907;
    color: white;
    display: inline-block;
    font-family: news-gothic-std;
    overflow: hidden;
    padding: 8px 15px;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    z-index: 10; }
  /* line 941, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .rotor-button::after {
    background-color: #dc3601;
    bottom: -65px;
    color: white;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    width: 100px;
    z-index: -1; }
  /* line 954, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .rotor-button::before {
    background-color: #f87907;
    content: "";
    height: 500%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 500%;
    z-index: -1;
    transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s; }
  /* line 971, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .rotor-button:hover::before {
    -ms-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -webkit-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -webkit-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s; }
  /* line 979, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views_slideshow_controls_text_next a:hover {
    right: -10px; }
  /* line 982, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views_slideshow_controls_text_previous a:hover {
    left: -10px; }

/* screenwidth less than 1140px

--------------------------------------------------------------------- */
/* line 993, ../sass/unitedwayww.styles.scss */
.front-page-rotor-banner .views_slideshow_cycle_main, .front-page-promo-banner .views_slideshow_cycle_main, .highlights-block .views_slideshow_cycle_main {
  width: 100%;
  float: left; }
  /* line 996, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views_slideshow_cycle_main .views-slideshow-cycle-main-frame, .front-page-rotor-banner .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row, .front-page-promo-banner .views_slideshow_cycle_main .views-slideshow-cycle-main-frame, .front-page-promo-banner .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row, .highlights-block .views_slideshow_cycle_main .views-slideshow-cycle-main-frame, .highlights-block .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
    width: 100% !important;
    overflow: hidden; }
  /* line 1000, ../sass/unitedwayww.styles.scss */
  .front-page-rotor-banner .views_slideshow_cycle_main .field-content, .front-page-promo-banner .views_slideshow_cycle_main .field-content, .highlights-block .views_slideshow_cycle_main .field-content {
    max-width: 100%;
    width: 100%; }
    /* line 1003, ../sass/unitedwayww.styles.scss */
    .front-page-rotor-banner .views_slideshow_cycle_main .field-content img, .front-page-promo-banner .views_slideshow_cycle_main .field-content img, .highlights-block .views_slideshow_cycle_main .field-content img {
      max-width: 100%;
      width: 100%;
      margin: 0;
      padding: 0; }

/*----------------<ANimated number>--------------------*/
/* line 1016, ../sass/unitedwayww.styles.scss */
.number-inc {
  text-align: center;
  margin-top: -100px;
  position: relative !important;
  text-align: center;
  width: 100%;
  z-index: 100; }
  /* line 1023, ../sass/unitedwayww.styles.scss */
  .number-inc p {
    font-family: arial;
    font-size: 18px;
    line-height: 24px; }
  /* line 1028, ../sass/unitedwayww.styles.scss */
  .number-inc .dollar {
    background-color: #DC3601;
    color: white;
    display: inline-block !important;
    overflow: hidden;
    position: relative; }
    /* line 62, ../sass/base/_mixin.scss */
    .number-inc .dollar::before {
      background-color: #560000;
      box-shadow: 12px 0 0 #940000;
      content: "";
      height: 200px;
      left: -148px;
      position: absolute;
      top: -151px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 200px;
      z-index: 1; }
    /* line 76, ../sass/base/_mixin.scss */
    .number-inc .dollar:hover::before {
      background: none repeat scroll 0 0 #560000;
      box-shadow: 12px 0 0 #940000; }
    /* line 81, ../sass/base/_mixin.scss */
    .number-inc .dollar:hover::after {
      background: none repeat scroll 0 0 #560000;
      box-shadow: -12px 0 0 #940000; }
    /* line 86, ../sass/base/_mixin.scss */
    .number-inc .dollar::after {
      background: none repeat scroll 0 0 #560000;
      box-shadow: -12px 0 0 #940000;
      bottom: -151px;
      content: "";
      height: 200px;
      position: absolute;
      right: -144px;
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      width: 200px; }
  /* line 1033, ../sass/unitedwayww.styles.scss */
  .number-inc .number-text {
    display: inline-block !important;
    overflow: hidden;
    position: relative;
    background-color: #130c83;
    color: white; }
    /* line 62, ../sass/base/_mixin.scss */
    .number-inc .number-text::before {
      background-color: #020139;
      box-shadow: 12px 0 0 #060456;
      content: "";
      height: 200px;
      left: -148px;
      position: absolute;
      top: -151px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 200px;
      z-index: 1; }
    /* line 76, ../sass/base/_mixin.scss */
    .number-inc .number-text:hover::before {
      background: none repeat scroll 0 0 #020139;
      box-shadow: 12px 0 0 #060456; }
    /* line 81, ../sass/base/_mixin.scss */
    .number-inc .number-text:hover::after {
      background: none repeat scroll 0 0 #020139;
      box-shadow: -12px 0 0 #060456; }
    /* line 86, ../sass/base/_mixin.scss */
    .number-inc .number-text::after {
      background: none repeat scroll 0 0 #020139;
      box-shadow: -12px 0 0 #060456;
      bottom: -151px;
      content: "";
      height: 200px;
      position: absolute;
      right: -144px;
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      width: 200px; }
  /* line 1038, ../sass/unitedwayww.styles.scss */
  .number-inc .percentage {
    display: inline-block !important;
    overflow: hidden;
    position: relative;
    background-color: #DC3601;
    color: white; }
    /* line 62, ../sass/base/_mixin.scss */
    .number-inc .percentage::before {
      background-color: #560000;
      box-shadow: 12px 0 0 #940000;
      content: "";
      height: 200px;
      left: -148px;
      position: absolute;
      top: -151px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 200px;
      z-index: 1; }
    /* line 76, ../sass/base/_mixin.scss */
    .number-inc .percentage:hover::before {
      background: none repeat scroll 0 0 #560000;
      box-shadow: 12px 0 0 #940000; }
    /* line 81, ../sass/base/_mixin.scss */
    .number-inc .percentage:hover::after {
      background: none repeat scroll 0 0 #560000;
      box-shadow: -12px 0 0 #940000; }
    /* line 86, ../sass/base/_mixin.scss */
    .number-inc .percentage::after {
      background: none repeat scroll 0 0 #560000;
      box-shadow: -12px 0 0 #940000;
      bottom: -151px;
      content: "";
      height: 200px;
      position: absolute;
      right: -144px;
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      width: 200px; }
  /* line 1043, ../sass/unitedwayww.styles.scss */
  .number-inc h3 {
    color: white;
    font-family: "din-condensed-web";
    font-size: 55px;
    font-weight: 300;
    margin: 10px 0 !important; }

/* line 1052, ../sass/unitedwayww.styles.scss */
.number-inc a {
  color: white;
  text-transform: uppercase;
  font-family: din-condensed-web; }

/* line 1058, ../sass/unitedwayww.styles.scss */
.number-inc {
  position: relative !important;
  text-align: center;
  width: 100%; }

/* line 1063, ../sass/unitedwayww.styles.scss */
.number-inc .block__content div {
  display: block !important;
  float: left;
  height: 250px;
  padding: 10px;
  width: 33%; }

/* line 1070, ../sass/unitedwayww.styles.scss */
.number-inc .block__content {
  width: 100%; }

/* line 1074, ../sass/unitedwayww.styles.scss */
.number-inc div:first-child, .number-inc div.percentage {
  height: 226px;
  margin-top: 14px; }

/*num mob*/
/* line 1081, ../sass/unitedwayww.styles.scss */
.number-anim-mob {
  display: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  position: relative !important;
  text-align: center;
  width: 100%;
  z-index: 100; }
  /* line 1091, ../sass/unitedwayww.styles.scss */
  .number-anim-mob .dollar {
    background-color: red;
    color: white;
    display: inline-block !important;
    overflow: hidden;
    position: relative; }
    /* line 62, ../sass/base/_mixin.scss */
    .number-anim-mob .dollar::before {
      background-color: #560000;
      box-shadow: 12px 0 0 #940000;
      content: "";
      height: 200px;
      left: -148px;
      position: absolute;
      top: -151px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 200px;
      z-index: 1; }
    /* line 76, ../sass/base/_mixin.scss */
    .number-anim-mob .dollar:hover::before {
      background: none repeat scroll 0 0 #560000;
      box-shadow: 12px 0 0 #940000; }
    /* line 81, ../sass/base/_mixin.scss */
    .number-anim-mob .dollar:hover::after {
      background: none repeat scroll 0 0 #560000;
      box-shadow: -12px 0 0 #940000; }
    /* line 86, ../sass/base/_mixin.scss */
    .number-anim-mob .dollar::after {
      background: none repeat scroll 0 0 #560000;
      box-shadow: -12px 0 0 #940000;
      bottom: -151px;
      content: "";
      height: 200px;
      position: absolute;
      right: -144px;
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      width: 200px; }
  /* line 1096, ../sass/unitedwayww.styles.scss */
  .number-anim-mob .number-text {
    display: inline-block !important;
    overflow: hidden;
    position: relative;
    background-color: #130c83;
    color: white; }
    /* line 62, ../sass/base/_mixin.scss */
    .number-anim-mob .number-text::before {
      background-color: #020139;
      box-shadow: 12px 0 0 #060456;
      content: "";
      height: 200px;
      left: -148px;
      position: absolute;
      top: -151px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 200px;
      z-index: 1; }
    /* line 76, ../sass/base/_mixin.scss */
    .number-anim-mob .number-text:hover::before {
      background: none repeat scroll 0 0 #020139;
      box-shadow: 12px 0 0 #060456; }
    /* line 81, ../sass/base/_mixin.scss */
    .number-anim-mob .number-text:hover::after {
      background: none repeat scroll 0 0 #020139;
      box-shadow: -12px 0 0 #060456; }
    /* line 86, ../sass/base/_mixin.scss */
    .number-anim-mob .number-text::after {
      background: none repeat scroll 0 0 #020139;
      box-shadow: -12px 0 0 #060456;
      bottom: -151px;
      content: "";
      height: 200px;
      position: absolute;
      right: -144px;
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      width: 200px; }
  /* line 1101, ../sass/unitedwayww.styles.scss */
  .number-anim-mob .percentage {
    display: inline-block !important;
    overflow: hidden;
    position: relative;
    background-color: red;
    color: white; }
    /* line 62, ../sass/base/_mixin.scss */
    .number-anim-mob .percentage::before {
      background-color: #560000;
      box-shadow: 12px 0 0 #940000;
      content: "";
      height: 200px;
      left: -148px;
      position: absolute;
      top: -151px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 200px;
      z-index: 1; }
    /* line 76, ../sass/base/_mixin.scss */
    .number-anim-mob .percentage:hover::before {
      background: none repeat scroll 0 0 #560000;
      box-shadow: 12px 0 0 #940000; }
    /* line 81, ../sass/base/_mixin.scss */
    .number-anim-mob .percentage:hover::after {
      background: none repeat scroll 0 0 #560000;
      box-shadow: -12px 0 0 #940000; }
    /* line 86, ../sass/base/_mixin.scss */
    .number-anim-mob .percentage::after {
      background: none repeat scroll 0 0 #560000;
      box-shadow: -12px 0 0 #940000;
      bottom: -151px;
      content: "";
      height: 200px;
      position: absolute;
      right: -144px;
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      width: 200px; }
  /* line 1106, ../sass/unitedwayww.styles.scss */
  .number-anim-mob h3 {
    font-family: "din-condensed-web";
    font-size: 38px;
    font-weight: 300;
    margin: 10px 0 !important;
    color: white; }
  /* line 1113, ../sass/unitedwayww.styles.scss */
  .number-anim-mob .slick-prev, .number-anim-mob .slick-next {
    display: none !important; }
  /* line 1116, ../sass/unitedwayww.styles.scss */
  .number-anim-mob a {
    color: white;
    text-transform: uppercase;
    font-family: din-condensed-web; }
  /* line 1122, ../sass/unitedwayww.styles.scss */
  .number-anim-mob .block__content div {
    display: block !important;
    float: left;
    height: 250px;
    padding: 10px;
    width: 70%;
    margin: 0 10px; }
  /* line 1130, ../sass/unitedwayww.styles.scss */
  .number-anim-mob .block__content {
    width: 100%; }
  /* line 1133, ../sass/unitedwayww.styles.scss */
  .number-anim-mob p {
    font-family: arial;
    font-size: 14px;
    line-height: 20px; }

/*Donate button*/
/* line 1144, ../sass/unitedwayww.styles.scss */
.donate-block .block__content > ul {
  margin: 6px !important;
  padding: 0 !important; }
/* line 1148, ../sass/unitedwayww.styles.scss */
.donate-block .block__content ul li a {
  background: none repeat scroll 0 0 #f87907;
  color: white;
  font-family: din-condensed-web;
  padding: 6px 40px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 26px; }
  /* line 1155, ../sass/unitedwayww.styles.scss */
  .donate-block .block__content ul li a:hover {
    background-color: #d24c00; }
/* line 1157, ../sass/unitedwayww.styles.scss */
.donate-block .block__content .help > a {
  margin-right: 8px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #f87907;
  *background-image: url("../images/GLOB copy.png");
  background-origin: padding-box;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 17px auto; }

/*------------------<Promo banner>-----------*/
/* line 1173, ../sass/unitedwayww.styles.scss */
.front-page-promo-banner {
  position: relative;
  overflow: hidden; }
  /* line 1176, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-field.views-field-nothing-1, .front-page-promo-banner .views-field-body, .front-page-promo-banner .views-field-title {
    background-color: white;
    height: 75%;
    position: absolute;
    right: 0;
    margin-top: 62px;
    width: 552px; }
  /* line 1184, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-slideshow-controls-bottom.clearfix {
    height: 100% !important;
    position: absolute;
    right: 144px;
    margin-top: 16%;
    z-index: 200;
    border-top: 1px solid #ccc;
    padding-top: 20px; }
  /* line 1194, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-slideshow-controls-bottom div {
    display: inline-block; }
  /* line 1197, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-slideshow-controls-bottom img {
    border: 1px solid #dc3601;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 125px !important;
    height: 70px !important; }
  /* line 1205, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-slideshow-controls-bottom .views-content-field-promo-image img {
    cursor: pointer;
    height: auto !important;
    width: 125px !important; }
  /* line 1211, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-content-field-promo-image > img {
    height: auto !important;
    cursor: pointer; }
  /* line 1216, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-slideshow-controls-bottom .views-content-field-promo-image img::after {
    background-color: #dc3601;
    bottom: -60px;
    color: white;
    content: "";
    height: 133px;
    position: absolute;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    width: 100px; }
  /* line 1227, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-slideshow-pager-field-item.active {
    opacity: 0.6; }
  /* line 1231, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-field.views-field-nothing-1 span {
    color: #130c83;
    font-family: din-condensed-web;
    font-size: 19px;
    left: 4%;
    position: absolute;
    top: 4%;
    text-transform: uppercase;
    z-index: 100; }
  /* line 1241, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-field-title a {
    color: #f87907;
    font-family: news-gothic-std;
    font-size: 28px;
    left: 4%;
    position: absolute;
    top: 9%;
    width: 90% !important;
    z-index: 100; }
  /* line 1252, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-field-body .field-content {
    left: 4%;
    position: absolute;
    top: 17%;
    width: 90% !important; }
  /* line 1258, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-field.views-field-nothing {
    position: absolute;
    right: 423px;
    top: 38%; }

/* line 1266, ../sass/unitedwayww.styles.scss */
.front-page-promo-banner .views-field.views-field-nothing a {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #f87907;
  color: white;
  display: inline-block;
  font-family: news-gothic-std;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  padding: 8px 15px !important;
  font-size: 14px !important;
  transition: all 2s ease-in-out 0s;
  -webkit-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s; }
  /* line 4, ../sass/base/_mixin.scss */
  .front-page-promo-banner .views-field.views-field-nothing a:hover::before {
    transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    transition: all 2s ease-in-out 0s;
    -webkit-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -ms-transition: all 2s ease-in-out 0s; }
  /* line 12, ../sass/base/_mixin.scss */
  .front-page-promo-banner .views-field.views-field-nothing a::after {
    background-color: #dc3601;
    bottom: -63px;
    color: white;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    width: 100px;
    z-index: -1;
    transition: all 1s ease 0.4s;
    -webkit-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s; }
  /* line 28, ../sass/base/_mixin.scss */
  .front-page-promo-banner .views-field.views-field-nothing a::before {
    background-color: #f87907;
    content: "";
    height: 500%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 500%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    z-index: -1; }
  /* line 1270, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-field.views-field-nothing a:hover {
    color: #dc3601; }

/*
.front-page-promo-banner::after {
    background-color: white;
    content: "test";
    display: block;
    height: 1200px;
    position: absolute;
    right: -292px;
    top: -85px;
    transform: rotate(35deg);
    width: 700px;
    z-index: 20;
}
*/
/*---------------<Heighlits>-----------*/
/* line 1292, ../sass/unitedwayww.styles.scss */
body.front .l-region--promo-block {
  margin-bottom: 30px; }

/* line 1295, ../sass/unitedwayww.styles.scss */
.highlights-block {
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
  height: 222px;
  padding: 60px; }
  /* line 1301, ../sass/unitedwayww.styles.scss */
  .highlights-block h2 {
    font-weight: normal;
    font-family: din-condensed-web;
    font-size: 17px;
    text-transform: uppercase; }
  /* line 1307, ../sass/unitedwayww.styles.scss */
  .highlights-block .views-slideshow-cycle-main-frame div {
    display: inline-block; }
  /* line 1310, ../sass/unitedwayww.styles.scss */
  .highlights-block .views-field.views-field-body {
    float: left;
    width: 86%; }
  /* line 1314, ../sass/unitedwayww.styles.scss */
  .highlights-block .views-field-title a {
    color: gray;
    font-family: news-gothic-std;
    font-size: 1.6vw;
    margin: 5px 0;
    float: left; }
  /* line 1322, ../sass/unitedwayww.styles.scss */
  .highlights-block .views-field-view-node a {
    display: block;
    font-family: din-condensed-web;
    text-transform: uppercase;
    font-size: 0.9vw;
    color: #f87907;
    margin: 10px;
    float: left; }
  /* line 1332, ../sass/unitedwayww.styles.scss */
  .highlights-block .views-field.views-field-nothing {
    float: right;
    width: 18%;
    margin-top: 52px;
    text-transform: uppercase;
    width: 108px; }
  /* line 1339, ../sass/unitedwayww.styles.scss */
  .highlights-block .views-field.views-field-nothing a {
    color: #f87907;
    font-family: din-condensed-web; }
  /* line 1343, ../sass/unitedwayww.styles.scss */
  .highlights-block:hover {
    background-color: #130c83;
    color: white; }
    /* line 1346, ../sass/unitedwayww.styles.scss */
    .highlights-block:hover a, .highlights-block:hover p, .highlights-block:hover h2 {
      color: white !important; }

/* line 1353, ../sass/unitedwayww.styles.scss */
.getinvolved-zone {
  background-color: #ebebeb; }

/* line 1357, ../sass/unitedwayww.styles.scss */
.l-region--get-involved {
  background-image: url("../images/map-V01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #130c83;
  padding: 80px 0 100px 0;
  display: inline-block;
  overflow: hidden;
  padding: 100px 0;
  position: relative; }

/*
.l-region.l-region--get-involved::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 200%;
    left: 22%;
    position: absolute;
    top: -140px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
     -ms-transform: rotate(25deg);
    width: 15%;
}

.l-region.l-region--get-involved::after{
	background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 200%;
    right:22%;
    position: absolute;
    top: -140px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
     -ms-transform: rotate(25deg);
    width: 15%;
}
*/
/* line 1397, ../sass/unitedwayww.styles.scss */
.zip-code-section h2 {
  color: white;
  font-family: news-gothic-std;
  font-weight: normal;
  text-align: center; }

/* line 1403, ../sass/unitedwayww.styles.scss */
.zip-search {
  float: left;
  width: 45%; }

/* line 1407, ../sass/unitedwayww.styles.scss */
.country-search {
  width: 80%; }

/* line 1410, ../sass/unitedwayww.styles.scss */
.uww-search-component.uww-search-component--homepage > p {
  clear: right;
  display: block;
  float: left;
  text-align: center;
  width: 6%;
  color: white;
  font-family: news-gothic-std; }

/* line 1420, ../sass/unitedwayww.styles.scss */
.small-12.column {
  margin: 0 auto;
  padding: 0 10%;
  text-align: center;
  width: 100%; }

/* line 1427, ../sass/unitedwayww.styles.scss */
.highlights-block {
  display: inline-block !important;
  overflow: hidden;
  position: relative; }
  /* line 62, ../sass/base/_mixin.scss */
  .highlights-block::before {
    background-color: #cccccc;
    box-shadow: 12px 0 0 #ebebeb;
    content: "";
    height: 200px;
    left: -148px;
    position: absolute;
    top: -151px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 200px;
    z-index: 1; }
  /* line 76, ../sass/base/_mixin.scss */
  .highlights-block:hover::before {
    background: none repeat scroll 0 0 #020139;
    box-shadow: 12px 0 0 #060456; }
  /* line 81, ../sass/base/_mixin.scss */
  .highlights-block:hover::after {
    background: none repeat scroll 0 0 #020139;
    box-shadow: -12px 0 0 #060456; }
  /* line 86, ../sass/base/_mixin.scss */
  .highlights-block::after {
    background: none repeat scroll 0 0 #cccccc;
    box-shadow: -12px 0 0 #ebebeb;
    bottom: -151px;
    content: "";
    height: 200px;
    position: absolute;
    right: -144px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    width: 200px; }

/*--------------<footer>--------------*/
/* line 1434, ../sass/unitedwayww.styles.scss */
.l-footer-wrapper {
  background-color: #4f4f4f;
  *background-image: url("../images/map-03.png");
  background-position: 60% top;
  background-repeat: no-repeat;
  background-size: 51% auto;
  clear: both; }

/* line 1444, ../sass/unitedwayww.styles.scss */
.social-media-footer .block__content img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* line 1448, ../sass/unitedwayww.styles.scss */
.social-media-footer .block__content img:hover {
  opacity: 0.7; }

/* line 1452, ../sass/unitedwayww.styles.scss */
.footer-bottom-zone {
  padding-bottom: 100px; }

/* line 1456, ../sass/unitedwayww.styles.scss */
.l-footer-wrapper h2.block__title {
  color: white;
  font-family: din-condensed-web;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px !important;
  margin-top: 0 !important; }

/* line 1467, ../sass/unitedwayww.styles.scss */
.l-region.l-region--footer-bottom1 p {
  color: white;
  font-family: ff-meta-web-pro;
  font-size: 12px; }

/* line 1472, ../sass/unitedwayww.styles.scss */
.provided-by {
  margin-top: 20px; }

/* line 1475, ../sass/unitedwayww.styles.scss */
.footer-bottom-zone .menu {
  margin: 0;
  padding: 0; }
  /* line 1476, ../sass/unitedwayww.styles.scss */
  .footer-bottom-zone .menu li {
    list-style: outside none none !important; }
    /* line 1478, ../sass/unitedwayww.styles.scss */
    .footer-bottom-zone .menu li a {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: white;
      text-transform: capitalize;
      font-family: news-gothic-std; }
      /* line 1483, ../sass/unitedwayww.styles.scss */
      .footer-bottom-zone .menu li a:hover {
        color: #cccccc; }

/* line 1491, ../sass/unitedwayww.styles.scss */
.find-unitedway-block .block__content > p {
  color: white; }

/* line 1496, ../sass/unitedwayww.styles.scss */
.zip-code-section input {
  height: 52px;
  padding: 5px; }

/* line 1500, ../sass/unitedwayww.styles.scss */
.zip-code-section button {
  height: 53px;
  padding: 14px; }

/* line 1506, ../sass/unitedwayww.styles.scss */
.l-region--social-media {
  margin: 0px auto;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }
  /* line 1511, ../sass/unitedwayww.styles.scss */
  .l-region--social-media iframe {
    height: 250px !important;
    width: 275px !important; }
  /* line 1516, ../sass/unitedwayww.styles.scss */
  .l-region--social-media .block {
    width: 275px;
    height: 250px;
    float: left;
    margin: 0 12px 31px 0;
    background-color: white;
    overflow: hidden; }
  /* line 1524, ../sass/unitedwayww.styles.scss */
  .l-region--social-media .block--views-blog-block {
    width: 100% !important; }
    /* line 1526, ../sass/unitedwayww.styles.scss */
    .l-region--social-media .block--views-blog-block .view-blog {
      margin: 0 auto; }
      /* line 1528, ../sass/unitedwayww.styles.scss */
      .l-region--social-media .block--views-blog-block .view-blog .views-row-3 {
        margin: 0px; }

/*
.blog-block .views-row{
	background:url("../images/chat.png") no-repeat scroll left top transparent !important;
	background-size:10px;
}
*/
/* line 1542, ../sass/unitedwayww.styles.scss */
.l-region--social-media .block::before, .l-region--social-media .views-row::before {
  box-shadow: 5px 0 #eee !important; }

/* line 1545, ../sass/unitedwayww.styles.scss */
.l-region--social-media .block::after, .l-region--social-media .views-row::after {
  box-shadow: -5px 0 0 #eee !important; }

/*blog*/
/* line 1553, ../sass/unitedwayww.styles.scss */
.blog-block .views-row:hover {
  background-color: #10167f;
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-image: url("../images/chat-top-hover1.png"), url("../images/empty-down-hover1.png") !important;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 55px auto; }
/* line 1563, ../sass/unitedwayww.styles.scss */
.blog-block .views-row:hover .views-field-title a {
  color: #ffffff; }

/* line 1568, ../sass/unitedwayww.styles.scss */
.blog-block .views-row {
  background: url("../images/chat-top.png") no-repeat scroll left top, url("../images/empty-down.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
  display: inline-block;
  float: left;
  height: 250px;
  margin: 0 12px 31px 0;
  padding: 30px;
  text-align: center;
  width: 276px;
  background-size: 55px;
  background-color: white; }

/* line 1580, ../sass/unitedwayww.styles.scss */
.blog-block {
  margin-left: 15%;
  background: none !important;
  width: auto !important; }
  /* line 1584, ../sass/unitedwayww.styles.scss */
  .blog-block .views-field-title .field-content > a {
    color: #4f4f4f;
    display: block;
    font-family: news-gothic-std;
    padding-top: 10%; }
  /* line 1591, ../sass/unitedwayww.styles.scss */
  .blog-block .latest-news-block {
    margin-left: 6%; }
  /* line 1595, ../sass/unitedwayww.styles.scss */
  .blog-block .views-field-view-node a {
    color: #f87907;
    font-family: news-gothic-std; }

/* line 1601, ../sass/unitedwayww.styles.scss */
.l-region.l-region--social-media {
  padding: 10px 0; }
  /* line 1603, ../sass/unitedwayww.styles.scss */
  .l-region.l-region--social-media .block__content > p {
    margin: 0 !important; }

/* line 1610, ../sass/unitedwayww.styles.scss */
.front-video {
  width: 22% !important;
  margin: 0px !important; }

/* line 1614, ../sass/unitedwayww.styles.scss */
.front-video iframe {
  width: 100% !important; }

/*impact calculator*/
/* line 1619, ../sass/unitedwayww.styles.scss */
.impact-calculator #impact-calculator-button::after {
  bottom: -74px !important; }

/* line 1623, ../sass/unitedwayww.styles.scss */
.impact-calculator #impact-calculator-button {
  font-family: news-gothic-std;
  font-size: 1em !important;
  line-height: 16px;
  height: 35px;
  float: right;
  margin: 0 !important;
  font-weight: normal !important;
  width: 22% !important;
  color: white !important;
  text-align: center;
  background-color: transparent !important;
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #f87907;
  color: white;
  display: inline-block;
  font-family: news-gothic-std;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 10; }
  /* line 4, ../sass/base/_mixin.scss */
  .impact-calculator #impact-calculator-button:hover::before {
    transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    transition: all 2s ease-in-out 0s;
    -webkit-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -ms-transition: all 2s ease-in-out 0s; }
  /* line 12, ../sass/base/_mixin.scss */
  .impact-calculator #impact-calculator-button::after {
    background-color: #dc3601;
    bottom: -63px;
    color: white;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    width: 100px;
    z-index: -1;
    transition: all 1s ease 0.4s;
    -webkit-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s; }
  /* line 28, ../sass/base/_mixin.scss */
  .impact-calculator #impact-calculator-button::before {
    background-color: #f87907;
    content: "";
    height: 500%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 500%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    z-index: -1; }
/* line 1637, ../sass/unitedwayww.styles.scss */
.impact-calculator #impact-form {
  float: left;
  width: 77% !important; }
/* line 1641, ../sass/unitedwayww.styles.scss */
.impact-calculator .impact-calc-form {
  margin: 0 auto;
  width: 30%; }
/* line 1645, ../sass/unitedwayww.styles.scss */
.impact-calculator .form-text {
  height: 35px;
  padding: 0 10px;
  width: 94%; }
/* line 1651, ../sass/unitedwayww.styles.scss */
.impact-calculator h2.block__title {
  color: white;
  font-family: news-gothic-std;
  font-size: 35px;
  font-weight: normal;
  margin: 0 !important;
  text-align: center; }
/* line 1659, ../sass/unitedwayww.styles.scss */
.impact-calculator .form-item.form-type-textfield.form-item-amount > label {
  color: white;
  font-family: news-gothic-std;
  font-weight: normal;
  padding: 10px 0;
  text-align: center; }
/* line 1667, ../sass/unitedwayww.styles.scss */
.impact-calculator ol h4 {
  color: white;
  font-family: news-gothic-std;
  font-weight: normal !important; }

/* line 1677, ../sass/unitedwayww.styles.scss */
.latest-news-block {
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: white;
  background-image: url("../images/tweer-top.png"), url("../images/empty-down.png");
  background-origin: padding-box, padding-box;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 52px auto,40px auto; }

/* line 1688, ../sass/unitedwayww.styles.scss */
.facebbok-feed {
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: white;
  background-image: url("../images/facebook-up.png"), url("../images/empty-down.png");
  background-origin: padding-box, padding-box;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 52px auto,40px auto; }

/* line 1700, ../sass/unitedwayww.styles.scss */
.front-instagram-block {
  padding: 26px;
  margin-left: 15px !important;
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: white;
  background-image: url("../images/unitedway-icons-INSTA.png"), url("../images/empty-down.png");
  background-origin: padding-box, padding-box;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 55px auto; }
  /* line 1712, ../sass/unitedwayww.styles.scss */
  .front-instagram-block img {
    height: 200px !important; }

/* line 1719, ../sass/unitedwayww.styles.scss */
.facebbok-feed .block__content iframe {
  margin: 10%;
  width: 213px !important; }

/* line 1727, ../sass/unitedwayww.styles.scss */
.latest-news-block .block__content iframe {
  width: 212px !important; }

/* line 1732, ../sass/unitedwayww.styles.scss */
.getinvolved.l-constrained {
  padding-left: 1%;
  clear: both !important;
  padding-top: 30px; }
  /* line 1736, ../sass/unitedwayww.styles.scss */
  .getinvolved.l-constrained .block__title {
    color: #333;
    clear: both;
    text-align: center;
    font-weight: normal;
    font-family: news-gothic-std;
    font-size: 30px; }

/*------------------------<Inner Page>------------------------------------*/
/* line 1753, ../sass/unitedwayww.styles.scss */
h1.normal-title {
  transform: translate(0%, 0%) !important;
  -webkit-transform: translate(0%, 0%) !important;
  -ms-transform: translate(0%, 0%) !important;
  padding: 0 !important;
  background-color: #ffffff;
  border-top: medium none !important;
  color: #130c83;
  display: block;
  font-family: news-gothic-std;
  font-size: 34px !important;
  font-weight: normal;
  margin: 6px 0 !important;
  position: static !important;
  text-align: left !important;
  width: auto !important;
  z-index: 0 !important; }

/* line 1771, ../sass/unitedwayww.styles.scss */
h1#page-title {
  /*    color: #130c83;
      font-family: news-gothic-std;
      font-size: 30px;
      font-weight: normal;
  	  background-color: #ffffff;
      border-top: 2px solid #ff0000;
      color: #130c83;
      display: block;
      font-family: news-gothic-std;
      font-size: 40px;
      font-weight: normal;
      margin: 445px auto 0 38%;
      position: absolute;
      text-align: center;
      *width: 23%;
      padding: 0 14px;
      z-index: 2000;
  */
  background-color: #ffffff;
  border-top: 2px solid #ff0000;
  color: #130c83;
  display: block;
  font-family: news-gothic-std;
  font-size: 40px;
  font-weight: normal;
  left: 50%;
  margin-top: 472px;
  padding: 0 14px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 999; }

/* line 1810, ../sass/unitedwayww.styles.scss */
.body-without-image {
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important; }

/* line 1818, ../sass/unitedwayww.styles.scss */
.l-content .field--name-field-page-image img, .l-content .field--name-field-image1 img {
  height: 100% !important;
  width: 100% !important; }
/* line 1822, ../sass/unitedwayww.styles.scss */
.l-content .field.field--name-field-page-image.field--type-image.field--label-hidden, .l-content .field--name-field-image1.field--type-image.field--label-hidden {
  height: 500px;
  border-bottom: 2px solid red;
  overflow: hidden; }

/* line 1831, ../sass/unitedwayww.styles.scss */
.l-region--sidebar-first {
  margin-top: 540px;
  margin-bottom: 40px;
  top: 199px;
  width: 15%; }

/* line 1838, ../sass/unitedwayww.styles.scss */
.field--name-field-secondary-title .field__item.even {
  background-color: white;
  border-top: 2px solid red;
  color: #130c83;
  font-family: news-gothic-std;
  font-size: 40px;
  height: 60px;
  line-height: 65px;
  margin: 0 auto;
  text-align: center;
  width: 18%;
  display: none; }

/* line 1853, ../sass/unitedwayww.styles.scss */
.field.field--name-body.field--type-text-with-summary.field--label-hidden {
  float: left;
  margin-top: 50px;
  width: 46%;
  margin-left: 27%;
  padding: 0 30px; }
/* line 1860, ../sass/unitedwayww.styles.scss */
.field.field--name-field-secondary-title.field--type-text.field--label-hidden {
  bottom: 0;
  color: red;
  display: block;
  position: absolute;
  text-align: center;
  width: 100%; }

@media only screen and (max-width: 500px) {
  /* line 1872, ../sass/unitedwayww.styles.scss */
  .field.field--name-body.field--type-text-with-summary.field--label-hidden {
    margin-left: 0 !important; } }
/* line 1877, ../sass/unitedwayww.styles.scss */
.links-below {
  padding-top: 500px;
  position: absolute;
  margin-left: 28.6%; }

/* line 1883, ../sass/unitedwayww.styles.scss */
body.not-front .getinvolved {
  display: none; }

/* line 1888, ../sass/unitedwayww.styles.scss */
.node__content {
  position: relative; }

/* line 1892, ../sass/unitedwayww.styles.scss */
.quick-links {
  position: relative;
  margin-top: 13px;
  overflow: hidden;
  width: 90%; }
  /* line 1898, ../sass/unitedwayww.styles.scss */
  .quick-links .block__content {
    background-color: red; }
    /* line 1900, ../sass/unitedwayww.styles.scss */
    .quick-links .block__content ul.menu li a:hover {
      color: #ff9600; }
    /* line 1903, ../sass/unitedwayww.styles.scss */
    .quick-links .block__content li a.active {
      background-color: #940000 !important; }
    /* line 1906, ../sass/unitedwayww.styles.scss */
    .quick-links .block__content ul.menu li a {
      border-bottom: 1px solid #940000;
      color: white;
      display: block;
      font-family: din-condensed-web;
      font-size: 16px;
      font-weight: normal;
      padding: 5px 0 5px 11px;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    /* line 1918, ../sass/unitedwayww.styles.scss */
    .quick-links .block__content ul.menu li {
      list-style: outside none none; }
    /* line 1921, ../sass/unitedwayww.styles.scss */
    .quick-links .block__content span.closed {
      background-color: transparent !important;
      background-image: url("../images/plus.png") !important;
      background-position: center center !important;
      background-size: 15px auto;
      float: right;
      height: 20px;
      margin-top: 3px;
      position: absolute;
      right: 20px;
      width: 16px; }
    /* line 1933, ../sass/unitedwayww.styles.scss */
    .quick-links .block__content span.open {
      background-color: transparent !important;
      background-image: url("../images/cross.png") !important;
      background-position: center center !important;
      background-size: 15px auto;
      float: right;
      height: 20px;
      margin-top: 3px;
      position: absolute;
      right: 20px;
      width: 16px; }
    /* line 1945, ../sass/unitedwayww.styles.scss */
    .quick-links .block__content ul {
      margin: 0 !important;
      padding: 0 !important; }

/* line 1952, ../sass/unitedwayww.styles.scss */
body.node-type-webform .l-content .form-submit, form#user-login .form-submit, form#user-pass .form-submit {
  background-color: #f87907;
  margin-top: 10px;
  color: white;
  height: 40px;
  display: block;
  font-family: news-gothic-std;
  padding: 0 20px;
  text-transform: uppercase; }
  /* line 1961, ../sass/unitedwayww.styles.scss */
  body.node-type-webform .l-content .form-submit:hover, form#user-login .form-submit:hover, form#user-pass .form-submit:hover {
    opacity: 0.6; }

/*---------------<GAllery>----------------*/
/* line 1970, ../sass/unitedwayww.styles.scss */
.image-gallery-listing-page .views-label.views-label-created {
  color: #ff0000; }
/* line 1973, ../sass/unitedwayww.styles.scss */
.image-gallery-listing-page .views-field-field-image-gallery {
  float: left;
  overflow: hidden;
  position: relative;
  width: 222px; }
/* line 1979, ../sass/unitedwayww.styles.scss */
.image-gallery-listing-page .views-field-title a {
  color: red;
  display: block;
  font-size: 30px;
  margin-bottom: 4px;
  font-family: din-condensed-web; }
/* line 1986, ../sass/unitedwayww.styles.scss */
.image-gallery-listing-page .views-field.views-field-body, .image-gallery-listing-page .views-field-created {
  padding-left: 250px; }
/* line 1989, ../sass/unitedwayww.styles.scss */
.image-gallery-listing-page .views-field.views-field-view-node {
  text-align: right; }
/* line 1992, ../sass/unitedwayww.styles.scss */
.image-gallery-listing-page .views-field.views-field-view-node a {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #f87907;
  color: white;
  display: inline-block;
  font-family: news-gothic-std;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 6px; }
  /* line 4, ../sass/base/_mixin.scss */
  .image-gallery-listing-page .views-field.views-field-view-node a:hover::before {
    transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    transition: all 2s ease-in-out 0s;
    -webkit-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -ms-transition: all 2s ease-in-out 0s; }
  /* line 12, ../sass/base/_mixin.scss */
  .image-gallery-listing-page .views-field.views-field-view-node a::after {
    background-color: #dc3601;
    bottom: -63px;
    color: white;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    width: 100px;
    z-index: -1;
    transition: all 1s ease 0.4s;
    -webkit-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s; }
  /* line 28, ../sass/base/_mixin.scss */
  .image-gallery-listing-page .views-field.views-field-view-node a::before {
    background-color: #f87907;
    content: "";
    height: 500%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 500%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    z-index: -1; }
  /* line 1995, ../sass/unitedwayww.styles.scss */
  .image-gallery-listing-page .views-field.views-field-view-node a:hover {
    color: #dc3601; }
/* line 1998, ../sass/unitedwayww.styles.scss */
.image-gallery-listing-page .views-row {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 10px; }
/* line 2004, ../sass/unitedwayww.styles.scss */
.image-gallery-listing-page .views-field.views-field-created span {
  font-size: 14px; }

/* line 2011, ../sass/unitedwayww.styles.scss */
.news-listing .views-field-title a {
  color: red;
  display: block;
  font-size: 20px;
  margin-bottom: 4px; }
/* line 2017, ../sass/unitedwayww.styles.scss */
.news-listing .views-row {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 12px; }
/* line 2021, ../sass/unitedwayww.styles.scss */
.news-listing .views-field.views-field-view-node a {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #f87907;
  color: white;
  display: inline-block;
  font-family: news-gothic-std;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  /* line 4, ../sass/base/_mixin.scss */
  .news-listing .views-field.views-field-view-node a:hover::before {
    transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    transition: all 2s ease-in-out 0s;
    -webkit-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -ms-transition: all 2s ease-in-out 0s; }
  /* line 12, ../sass/base/_mixin.scss */
  .news-listing .views-field.views-field-view-node a::after {
    background-color: #dc3601;
    bottom: -63px;
    color: white;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    width: 100px;
    z-index: -1;
    transition: all 1s ease 0.4s;
    -webkit-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s; }
  /* line 28, ../sass/base/_mixin.scss */
  .news-listing .views-field.views-field-view-node a::before {
    background-color: #f87907;
    content: "";
    height: 500%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 500%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    z-index: -1; }
  /* line 2025, ../sass/unitedwayww.styles.scss */
  .news-listing .views-field.views-field-view-node a:hover {
    color: #dc3601; }

/* line 2031, ../sass/unitedwayww.styles.scss */
.blog-listing .views-field-title a {
  color: #f87907;
  display: block;
  font-size: 20px;
  margin-bottom: 4px; }
/* line 2037, ../sass/unitedwayww.styles.scss */
.blog-listing .views-field.views-field-field-blog-image {
  float: left; }
/* line 2040, ../sass/unitedwayww.styles.scss */
.blog-listing .views-label {
  color: red; }
/* line 2043, ../sass/unitedwayww.styles.scss */
.blog-listing .views-field.views-field-body, .blog-listing .views-field-created, .blog-listing .views-field-name {
  margin-bottom: 6px;
  padding-left: 190px; }
/* line 2048, ../sass/unitedwayww.styles.scss */
.blog-listing .views-row {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 8px;
  clear: both;
  height: 170px; }

/* line 2057, ../sass/unitedwayww.styles.scss */
.latest-news-block {
  padding: 30px; }

/*our stories page*/
/* line 2064, ../sass/unitedwayww.styles.scss */
.our-stories-listing-page .views-field-view-node {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s; }
/* line 2070, ../sass/unitedwayww.styles.scss */
.our-stories-listing-page .views-field-view-node a {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #f87907;
  color: white;
  display: inline-block;
  font-family: news-gothic-std;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  padding: 8px !important;
  transition: all 2s ease-in-out 0s;
  -webkit-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s; }
  /* line 4, ../sass/base/_mixin.scss */
  .our-stories-listing-page .views-field-view-node a:hover::before {
    transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    transition: all 2s ease-in-out 0s;
    -webkit-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -ms-transition: all 2s ease-in-out 0s; }
  /* line 12, ../sass/base/_mixin.scss */
  .our-stories-listing-page .views-field-view-node a::after {
    background-color: #dc3601;
    bottom: -63px;
    color: white;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    width: 100px;
    z-index: -1;
    transition: all 1s ease 0.4s;
    -webkit-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s; }
  /* line 28, ../sass/base/_mixin.scss */
  .our-stories-listing-page .views-field-view-node a::before {
    background-color: #f87907;
    content: "";
    height: 500%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 500%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    z-index: -1; }
  /* line 2073, ../sass/unitedwayww.styles.scss */
  .our-stories-listing-page .views-field-view-node a:hover {
    color: #f87907; }
/* line 103, ../sass/base/_mixin.scss */
.our-stories-listing-page .views-field-field-image::before {
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  content: '';
  display: block;
  height: 60%;
  position: absolute;
  text-align: center;
  width: 100%; }
/* line 2081, ../sass/unitedwayww.styles.scss */
.our-stories-listing-page .views-row {
  overflow: hidden !important;
  position: relative; }
/* line 2085, ../sass/unitedwayww.styles.scss */
.our-stories-listing-page .views-row::after {
  background: none repeat scroll 0 0 #fff;
  bottom: -279px;
  content: "";
  display: block;
  height: 255px;
  left: -72px;
  opacity: 0;
  position: absolute;
  transform: rotate(0deg) translate3d(0px, 0px, 0px);
  -webkit-transform: rotate(0deg) translate3d(0px, 0px, 0px);
  transform-origin: left top 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  width: 162%;
  z-index: 2; }
/* line 2103, ../sass/unitedwayww.styles.scss */
.our-stories-listing-page .views-row:hover .views-field-view-node {
  bottom: 6% !important;
  opacity: 1;
  transition-delay: 0.2s; }
/* line 2108, ../sass/unitedwayww.styles.scss */
.our-stories-listing-page .views-field-title {
  bottom: 143px;
  margin: -60px 20px;
  position: absolute;
  width: 63%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s; }
/* line 2117, ../sass/unitedwayww.styles.scss */
.our-stories-listing-page .views-row:hover .views-field-title {
  bottom: 70% !important; }
/* line 2120, ../sass/unitedwayww.styles.scss */
.our-stories-listing-page .views-row:hover::after {
  opacity: 1;
  -webkit-transform: rotate(-19deg) translate3d(0px, 0px, 0px);
  transform: rotate(-19deg) translate3d(0px, 0px, 0px); }
/* line 2125, ../sass/unitedwayww.styles.scss */
.our-stories-listing-page .views-row:hover .views-field-field-image::before {
  height: 115%; }

/*------------------------------the latest page---------------------*/
/* line 2133, ../sass/unitedwayww.styles.scss */
.latest-title {
  font-family: din-condensed-web;
  font-weight: normal;
  text-transform: uppercase;
  margin: 10px 0 !important; }

/* line 2141, ../sass/unitedwayww.styles.scss */
.l-region--blog-one h2.block__title, .l-region--blog-one-right h2.block__title, .l-region--press-one h2.block__title, .l-region.l-region--blog-two h2.block__title, .l-region--news-two .block__title {
  display: none; }

/* line 2146, ../sass/unitedwayww.styles.scss */
.blog2 .views-field-view-node {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  width: 100% !important;
  bottom: -70px;
  margin: -76px 0 0 -22px;
  position: absolute;
  text-align: right; }
/* line 2156, ../sass/unitedwayww.styles.scss */
.blog2 .views-field-view-node a {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #f87907;
  color: white;
  display: inline-block;
  font-family: news-gothic-std;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  padding: 8px !important;
  transition: all 2s ease-in-out 0s;
  -webkit-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s; }
  /* line 4, ../sass/base/_mixin.scss */
  .blog2 .views-field-view-node a:hover::before {
    transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    transition: all 2s ease-in-out 0s;
    -webkit-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -ms-transition: all 2s ease-in-out 0s; }
  /* line 12, ../sass/base/_mixin.scss */
  .blog2 .views-field-view-node a::after {
    background-color: #dc3601;
    bottom: -63px;
    color: white;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    width: 100px;
    z-index: -1;
    transition: all 1s ease 0.4s;
    -webkit-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s; }
  /* line 28, ../sass/base/_mixin.scss */
  .blog2 .views-field-view-node a::before {
    background-color: #f87907;
    content: "";
    height: 500%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 500%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    z-index: -1; }
  /* line 2159, ../sass/unitedwayww.styles.scss */
  .blog2 .views-field-view-node a:hover {
    color: #f87907; }
/* line 103, ../sass/base/_mixin.scss */
.blog2 .views-field-field-blog-image::before {
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  content: '';
  display: block;
  height: 60%;
  position: absolute;
  text-align: center;
  width: 100%; }
/* line 2167, ../sass/unitedwayww.styles.scss */
.blog2 .views-row {
  overflow: hidden !important;
  position: relative; }
/* line 2171, ../sass/unitedwayww.styles.scss */
.blog2 .views-row::after {
  background: none repeat scroll 0 0 #fff;
  bottom: -279px;
  content: "";
  display: block;
  height: 255px;
  left: -72px;
  opacity: 0;
  position: absolute;
  transform: rotate(0deg) translate3d(0px, 0px, 0px);
  -webkit-transform: rotate(0deg) translate3d(0px, 0px, 0px);
  transform-origin: left top 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  width: 162%;
  z-index: 2; }
/* line 2189, ../sass/unitedwayww.styles.scss */
.blog2 .views-row:hover .views-field-view-node {
  bottom: 6% !important;
  opacity: 1;
  transition-delay: 0.2s; }
/* line 2194, ../sass/unitedwayww.styles.scss */
.blog2 .views-field-title {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  bottom: 48%;
  margin: -60px 20px;
  position: absolute;
  width: 63%; }
  /* line 2202, ../sass/unitedwayww.styles.scss */
  .blog2 .views-field-title a {
    color: #fff;
    font-family: news-gothic-std;
    font-size: 22px; }
/* line 2208, ../sass/unitedwayww.styles.scss */
.blog2 .views-row:hover .views-field-title {
  bottom: 70% !important; }
/* line 2211, ../sass/unitedwayww.styles.scss */
.blog2 .views-row:hover::after {
  opacity: 1;
  -webkit-transform: rotate(-19deg) translate3d(0px, 0px, 0px);
  transform: rotate(-19deg) translate3d(0px, 0px, 0px); }
/* line 2216, ../sass/unitedwayww.styles.scss */
.blog2 .views-row:hover .views-field-field-blog-image::before {
  height: 115%; }
/* line 2219, ../sass/unitedwayww.styles.scss */
.blog2 .views-row:hover .views-field-nothing {
  bottom: 90% !important; }
/* line 2223, ../sass/unitedwayww.styles.scss */
.blog2 .views-field-nothing {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  bottom: 55%;
  margin: -60px 20px;
  position: absolute;
  width: 63%; }
  /* line 2230, ../sass/unitedwayww.styles.scss */
  .blog2 .views-field-nothing span {
    color: #fff;
    font-family: news-gothic-std;
    font-size: 22px; }

/* line 2237, ../sass/unitedwayww.styles.scss */
.blog1 .views-field-view-node {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  width: 100% !important;
  bottom: -70px;
  margin: -76px 0 0 -22px;
  position: absolute;
  text-align: right; }
/* line 2247, ../sass/unitedwayww.styles.scss */
.blog1 .views-field-view-node a {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #f87907;
  color: white;
  display: inline-block;
  font-family: news-gothic-std;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  padding: 8px !important;
  transition: all 2s ease-in-out 0s;
  -webkit-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s; }
  /* line 4, ../sass/base/_mixin.scss */
  .blog1 .views-field-view-node a:hover::before {
    transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    transition: all 2s ease-in-out 0s;
    -webkit-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -ms-transition: all 2s ease-in-out 0s; }
  /* line 12, ../sass/base/_mixin.scss */
  .blog1 .views-field-view-node a::after {
    background-color: #dc3601;
    bottom: -63px;
    color: white;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    width: 100px;
    z-index: -1;
    transition: all 1s ease 0.4s;
    -webkit-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s; }
  /* line 28, ../sass/base/_mixin.scss */
  .blog1 .views-field-view-node a::before {
    background-color: #f87907;
    content: "";
    height: 500%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 500%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    z-index: -1; }
  /* line 2250, ../sass/unitedwayww.styles.scss */
  .blog1 .views-field-view-node a:hover {
    color: #f87907; }
/* line 103, ../sass/base/_mixin.scss */
.blog1 .views-field-field-blog-image::before {
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  content: '';
  display: block;
  height: 60%;
  position: absolute;
  text-align: center;
  width: 100%; }
/* line 2258, ../sass/unitedwayww.styles.scss */
.blog1 .views-row {
  overflow: hidden !important;
  position: relative; }
/* line 2262, ../sass/unitedwayww.styles.scss */
.blog1 .views-row::after {
  background: none repeat scroll 0 0 #fff;
  bottom: -279px;
  content: "";
  display: block;
  height: 255px;
  left: -72px;
  opacity: 0;
  position: absolute;
  transform: rotate(0deg) translate3d(0px, 0px, 0px);
  -webkit-transform: rotate(0deg) translate3d(0px, 0px, 0px);
  transform-origin: left top 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  width: 162%;
  z-index: 2; }
/* line 2280, ../sass/unitedwayww.styles.scss */
.blog1 .views-row:hover .views-field-view-node {
  bottom: 6% !important;
  opacity: 1;
  transition-delay: 0.2s; }
/* line 2285, ../sass/unitedwayww.styles.scss */
.blog1 .views-field-title {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  bottom: 226px;
  margin: -60px 20px;
  position: absolute;
  width: 63%; }
  /* line 2293, ../sass/unitedwayww.styles.scss */
  .blog1 .views-field-title a {
    color: #fff;
    font-family: news-gothic-std;
    font-size: 22px; }
/* line 2299, ../sass/unitedwayww.styles.scss */
.blog1 .views-row:hover .views-field-title {
  bottom: 60% !important; }
/* line 2302, ../sass/unitedwayww.styles.scss */
.blog1 .views-row:hover .views-field-nothing {
  bottom: 75% !important; }
/* line 2305, ../sass/unitedwayww.styles.scss */
.blog1 .views-row:hover::after {
  opacity: 1;
  -webkit-transform: rotate(-19deg) translate3d(0px, 0px, 0px);
  transform: rotate(-19deg) translate3d(0px, 0px, 0px); }
/* line 2310, ../sass/unitedwayww.styles.scss */
.blog1 .views-row:hover .views-field-field-blog-image::before {
  height: 115%; }
/* line 2314, ../sass/unitedwayww.styles.scss */
.blog1 .views-field-nothing {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  bottom: 280px;
  margin: -60px 20px;
  position: absolute;
  width: 63%; }
  /* line 2321, ../sass/unitedwayww.styles.scss */
  .blog1 .views-field-nothing span {
    color: #fff;
    font-family: news-gothic-std;
    font-size: 22px; }

/* line 2327, ../sass/unitedwayww.styles.scss */
.press-release {
  background-color: red;
  padding: 45px 10px;
  overflow: hidden;
  position: relative; }
  /* line 2332, ../sass/unitedwayww.styles.scss */
  .press-release::after {
    background: none repeat scroll 0 0 #fff;
    bottom: -266px;
    content: "";
    display: block;
    height: 255px;
    left: -72px;
    opacity: 0;
    position: absolute;
    transform: rotate(0deg) translate3d(0px, 0px, 0px);
    -webkit-transform: rotate(0deg) translate3d(0px, 0px, 0px);
    transform-origin: left top 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    width: 162%;
    z-index: 2; }
  /* line 2350, ../sass/unitedwayww.styles.scss */
  .press-release .views-field.views-field-nothing, .press-release .views-field-title a {
    color: white; }
  /* line 2353, ../sass/unitedwayww.styles.scss */
  .press-release .views-field-title a {
    color: white;
    font-family: news-gothic-std; }
  /* line 2357, ../sass/unitedwayww.styles.scss */
  .press-release .views-field-nothing .field-content {
    font-family: din-condensed-web;
    font-weight: normal !important;
    text-transform: uppercase; }
  /* line 2362, ../sass/unitedwayww.styles.scss */
  .press-release .more-link > a {
    background: none repeat scroll 0 0 transparent;
    border: 2px solid #f87907;
    color: white;
    display: inline-block;
    font-family: news-gothic-std;
    overflow: hidden;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
    padding: 8px !important;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s; }
    /* line 4, ../sass/base/_mixin.scss */
    .press-release .more-link > a:hover::before {
      transform: translateX(-196%) translateY(-181%) rotate(-45deg);
      transition: all 2s ease-in-out 0s;
      -webkit-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
      -webkit-transition: all 2s ease-in-out 0s;
      -ms-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
      -ms-transition: all 2s ease-in-out 0s; }
    /* line 12, ../sass/base/_mixin.scss */
    .press-release .more-link > a::after {
      background-color: #dc3601;
      bottom: -63px;
      color: white;
      content: "";
      height: 100px;
      position: absolute;
      transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      -webkit-transform: rotate(40deg);
      width: 100px;
      z-index: -1;
      transition: all 1s ease 0.4s;
      -webkit-transition: all 1s ease 0.4s;
      -ms-transition: all 1s ease 0.4s; }
    /* line 28, ../sass/base/_mixin.scss */
    .press-release .more-link > a::before {
      background-color: #f87907;
      content: "";
      height: 500%;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      width: 500%;
      transition: all 2s ease-in-out 0s;
      -webkit-transition: all 2s ease-in-out 0s;
      -ms-transition: all 2s ease-in-out 0s;
      z-index: -1; }
    /* line 2365, ../sass/unitedwayww.styles.scss */
    .press-release .more-link > a:hover {
      color: #f87907; }
  /* line 2370, ../sass/unitedwayww.styles.scss */
  .press-release .more-link {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    width: 100% !important;
    bottom: -70px;
    margin: -76px 0 0 -22px;
    position: absolute;
    text-align: right; }
  /* line 2380, ../sass/unitedwayww.styles.scss */
  .press-release:hover .more-link {
    bottom: 6% !important;
    opacity: 1;
    transition-delay: 0.2s; }
  /* line 2385, ../sass/unitedwayww.styles.scss */
  .press-release:hover::after {
    opacity: 1;
    -webkit-transform: rotate(-10deg) translate3d(0px, 0px, 0px);
    transform: rotate(-10deg) translate3d(0px, 0px, 0px); }

/* line 2392, ../sass/unitedwayww.styles.scss */
.latest-page-menu .menu li a {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #f87907;
  color: white;
  display: inline-block;
  font-family: news-gothic-std;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  margin-right: 20px;
  transition: all 2s ease-in-out 0s;
  -webkit-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s;
  padding: 10px !important; }
  /* line 4, ../sass/base/_mixin.scss */
  .latest-page-menu .menu li a:hover::before {
    transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    transition: all 2s ease-in-out 0s;
    -webkit-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -ms-transition: all 2s ease-in-out 0s; }
  /* line 12, ../sass/base/_mixin.scss */
  .latest-page-menu .menu li a::after {
    background-color: #dc3601;
    bottom: -63px;
    color: white;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    width: 100px;
    z-index: -1;
    transition: all 1s ease 0.4s;
    -webkit-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s; }
  /* line 28, ../sass/base/_mixin.scss */
  .latest-page-menu .menu li a::before {
    background-color: #f87907;
    content: "";
    height: 500%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 500%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    z-index: -1; }
  /* line 2394, ../sass/unitedwayww.styles.scss */
  .latest-page-menu .menu li a:hover {
    color: #f87907; }

/* line 2403, ../sass/unitedwayww.styles.scss */
.section-latest h1#page-title {
  font-size: 35px;
  margin: 10px 0 !important;
  text-align: center !important; }

/* line 2409, ../sass/unitedwayww.styles.scss */
.l-region.l-region--blog-two {
  padding: 20px;
  height: 455px; }
  /* line 2412, ../sass/unitedwayww.styles.scss */
  .l-region.l-region--blog-two .views-field-title a, .l-region.l-region--blog-two .username {
    color: #f87907; }

/* line 2416, ../sass/unitedwayww.styles.scss */
.l-region.l-region--news-two {
  height: 455px;
  padding: 31% 20px;
  background-color: red;
  color: white; }
  /* line 2421, ../sass/unitedwayww.styles.scss */
  .l-region.l-region--news-two .field-content > a {
    color: white;
    font-size: 30px; }

/* line 2427, ../sass/unitedwayww.styles.scss */
.l-region.l-region--three-report {
  padding: 20px;
  background-color: #ebebeb;
  height: 455px;
  text-transform: uppercase;
  font-family: news-gothic-std !important; }
  /* line 2428, ../sass/unitedwayww.styles.scss */
  .l-region.l-region--three-report img {
    height: auto !important;
    width: 100% !important; }
  /* line 2433, ../sass/unitedwayww.styles.scss */
  .l-region.l-region--three-report h2.block__title {
    display: none; }

/* line 2442, ../sass/unitedwayww.styles.scss */
.l-region.l-region--three-report .field-content a {
  color: #f87907; }

/* line 2447, ../sass/unitedwayww.styles.scss */
.l-region.l-region--blog-three {
  overflow: hidden;
  padding: 20px;
  font-family: news-gothic-std;
  text-transform: uppercase; }
  /* line 2448, ../sass/unitedwayww.styles.scss */
  .l-region.l-region--blog-three h2.block__title {
    display: none; }
  /* line 2451, ../sass/unitedwayww.styles.scss */
  .l-region.l-region--blog-three img {
    float: left;
    margin-right: 10px;
    width: 300px; }
  /* line 2460, ../sass/unitedwayww.styles.scss */
  .l-region.l-region--blog-three .field-content a {
    color: #f87907; }

/* line 2465, ../sass/unitedwayww.styles.scss */
.l-region.l-region--press-three {
  background: none repeat scroll 0 0 #060456;
  color: white;
  height: 190px;
  padding: 6% 40px;
  width: 100%; }

/* line 2473, ../sass/unitedwayww.styles.scss */
.three-press {
  width: 100% !important; }

/* line 2478, ../sass/unitedwayww.styles.scss */
.l-region.l-region--press-three a {
  color: white;
  font-family: news-gothic-std; }
/* line 2482, ../sass/unitedwayww.styles.scss */
.l-region.l-region--press-three .views-field-title a {
  font-size: 20px; }
/* line 2485, ../sass/unitedwayww.styles.scss */
.l-region.l-region--press-three .views-field.views-field-nothing span {
  font-family: news-gothic-std;
  text-transform: uppercase; }

/* line 2491, ../sass/unitedwayww.styles.scss */
.latest .row-four, .latest .row-five {
  display: none; }

/*mobile block*/
/* line 2500, ../sass/unitedwayww.styles.scss */
.donate-now-block-mobile .block__content > ul {
  margin: 0px !important;
  padding: 0 !important; }
/* line 2504, ../sass/unitedwayww.styles.scss */
.donate-now-block-mobile .block__content ul li a {
  text-transform: uppercase;
  display: block;
  text-align: center;
  background: none repeat scroll 0 0 #f87907;
  color: white;
  font-family: din-condensed-web;
  padding: 8px 20px !important;
  transition: all 0.3s ease-in-out 0s; }
  /* line 2513, ../sass/unitedwayww.styles.scss */
  .donate-now-block-mobile .block__content ul li a:hover {
    background-color: #d24c00; }
/* line 2517, ../sass/unitedwayww.styles.scss */
.donate-now-block-mobile .block__content li {
  display: inline-block;
  float: right;
  width: 50%; }
/* line 2522, ../sass/unitedwayww.styles.scss */
.donate-now-block-mobile .block__content li:last-child a {
  border-right: 1px solid white !important; }

/* line 2527, ../sass/unitedwayww.styles.scss */
.blog-block-mobile {
  display: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  position: relative !important;
  text-align: center;
  width: 100%;
  z-index: 100; }
  /* line 2538, ../sass/unitedwayww.styles.scss */
  .blog-block-mobile .views-row {
    background: url("../images/chat-top.png") no-repeat scroll left top, url("../images/empty-down.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    display: inline-block;
    float: right;
    height: 250px;
    padding: 30px;
    text-align: center;
    width: 276px;
    background-size: 55px;
    background-color: white; }
  /* line 2549, ../sass/unitedwayww.styles.scss */
  .blog-block-mobile .views-field-title .field-content > a {
    color: #4f4f4f;
    display: block;
    font-family: news-gothic-std;
    padding-top: 25%; }
  /* line 2555, ../sass/unitedwayww.styles.scss */
  .blog-block-mobile button {
    display: none !important; }
  /* line 2558, ../sass/unitedwayww.styles.scss */
  .blog-block-mobile .views-row {
    display: block !important;
    float: left;
    height: 200px;
    margin: 0 10px;
    padding: 2px; }

/* line 2568, ../sass/unitedwayww.styles.scss */
.l-region.l-region--twit-two {
  border: medium none !important; }
  /* line 2571, ../sass/unitedwayww.styles.scss */
  .l-region.l-region--twit-two .block {
    border: 1px solid #ccc;
    clear: both;
    height: 220px;
    overflow: hidden;
    padding: 20px; }
  /* line 2578, ../sass/unitedwayww.styles.scss */
  .l-region.l-region--twit-two .instagram-block {
    padding: 2px !important;
    margin-bottom: 15px; }
    /* line 2581, ../sass/unitedwayww.styles.scss */
    .l-region.l-region--twit-two .instagram-block img {
      height: auto !important;
      width: 100% !important; }

/* line 2589, ../sass/unitedwayww.styles.scss */
.provided-by span {
  color: white; }

/* line 2592, ../sass/unitedwayww.styles.scss */
.provided-by .block__content a {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #f87907;
  color: white;
  display: inline-block;
  font-family: news-gothic-std;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  padding: 4px 8px !important; }
  /* line 4, ../sass/base/_mixin.scss */
  .provided-by .block__content a:hover::before {
    transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    transition: all 2s ease-in-out 0s;
    -webkit-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -ms-transition: all 2s ease-in-out 0s; }
  /* line 12, ../sass/base/_mixin.scss */
  .provided-by .block__content a::after {
    background-color: #dc3601;
    bottom: -63px;
    color: white;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    width: 100px;
    z-index: -1;
    transition: all 1s ease 0.4s;
    -webkit-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s; }
  /* line 28, ../sass/base/_mixin.scss */
  .provided-by .block__content a::before {
    background-color: #f87907;
    content: "";
    height: 500%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 500%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    z-index: -1; }

/*New Mobile menu*/
/* line 2599, ../sass/unitedwayww.styles.scss */
.mobile-menu {
  position: relative;
  margin-top: 13px;
  overflow: hidden;
  width: 100%; }
  /* line 2604, ../sass/unitedwayww.styles.scss */
  .mobile-menu .leaf {
    background: none repeat scroll 0 0 #ebebeb; }
  /* line 2607, ../sass/unitedwayww.styles.scss */
  .mobile-menu li.leaf a {
    font-size: 20px !important; }
  /* line 2610, ../sass/unitedwayww.styles.scss */
  .mobile-menu .parent a {
    border: 1px solid #ebebeb; }
  /* line 2613, ../sass/unitedwayww.styles.scss */
  .mobile-menu ul li ul a {
    border: 1px solid #969696 !important;
    font-family: din-condensed-web !important;
    font-weight: normal;
    padding-left: 40px !important; }
  /* line 2619, ../sass/unitedwayww.styles.scss */
  .mobile-menu .parent a {
    border: 1px solid #ebebeb;
    font-family: news-gothic-std; }
  /* line 2624, ../sass/unitedwayww.styles.scss */
  .mobile-menu .block__content {
    background-color: white; }
    /* line 2626, ../sass/unitedwayww.styles.scss */
    .mobile-menu .block__content ul.menu li a:hover {
      color: #ff9600; }
    /* line 2629, ../sass/unitedwayww.styles.scss */
    .mobile-menu .block__content ul.menu li a {
      border-bottom: 1px solid #ebebeb;
      color: #4f4f4f;
      display: block;
      *font-family: din-condensed-web;
      font-family: news-gothic-std;
      background-color: #ffffff !important;
      font-size: 22px;
      font-weight: normal;
      padding: 12px 0 4px 12px;
      text-decoration: none;
      text-transform: capitalize;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    /* line 2643, ../sass/unitedwayww.styles.scss */
    .mobile-menu .block__content ul.menu li {
      position: relative;
      list-style: outside none none; }
    /* line 2647, ../sass/unitedwayww.styles.scss */
    .mobile-menu .block__content span.closed {
      background-color: transparent !important;
      background-image: url("../images/pluss-01.png") !important;
      background-position: right bottom !important;
      background-size: 38px auto;
      float: right;
      height: 35px;
      margin-top: 3px;
      position: absolute;
      width: 65px;
      right: 0;
      top: 10px; }
    /* line 2660, ../sass/unitedwayww.styles.scss */
    .mobile-menu .block__content span.open {
      right: 0;
      background-color: transparent !important;
      background-image: url("../images/cross-lyr-1.png") !important;
      background-position: right bottom !important;
      background-size: 38px auto;
      float: right;
      height: 35px;
      margin-top: 3px;
      position: absolute;
      width: 65px;
      top: 10px; }
    /* line 2673, ../sass/unitedwayww.styles.scss */
    .mobile-menu .block__content ul {
      margin: 0 !important;
      padding: 0 !important; }

/* line 2680, ../sass/unitedwayww.styles.scss */
.sliding-menu-block {
  background-color: red;
  display: block;
  float: right; }

/* line 2685, ../sass/unitedwayww.styles.scss */
.l-region.l-region--sliding-button {
  background-color: red;
  clear: both;
  float: right;
  width: 100%; }

/* line 2697, ../sass/unitedwayww.styles.scss */
.sliding-menu .block__content a {
  font-size: 23px;
  color: transparent;
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("../images/menu.png") !important;
  background-origin: padding-box !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  border: medium none;
  height: 36px;
  text-indent: -10000px;
  width: 39px; }

/* line 2717, ../sass/unitedwayww.styles.scss */
.close-menu-button .block__content a {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("../images/cross-mobile-mutton1.png") !important;
  background-origin: padding-box !important;
  background-position: 8px !important;
  background-repeat: no-repeat !important;
  background-size: contain; }

/* line 2730, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .views-field.views-field-view-node {
  float: right;
  margin-top: 10px; }
/* line 2734, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .views-field-picture {
  margin-top: 10px; }
/* line 2737, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .views-field.views-field-created {
  clear: both;
  float: left;
  margin-bottom: 20px; }
/* line 2742, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .views-field.views-field-name {
  display: block; }
/* line 2745, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .views-field.views-field-name span {
  color: #10167f;
  display: block;
  font-size: 17px;
  margin: 0 auto;
  margin: 10px 10px 10px 0px; }
/* line 2752, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .views-field-field-blog-category a, .news-event-blog-block-listing .views-field-name a {
  font-family: arial;
  text-transform: uppercase;
  font-size: 12px; }
/* line 2757, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .views-field-field-blog-category a {
  color: #F4801F; }
/* line 2760, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .views-field-body {
  border-top: dotted 1px #ccc;
  padding: 20px 10px 10px 0px; }
/* line 2764, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .user-picture img {
  border-radius: 4px; }
/* line 2767, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .views-field-field-blog-image {
  float: right; }
  /* line 2769, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field-field-blog-image img {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    margin: 28px 0px 5px 20px;
    padding: 3px; }
/* line 2776, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .view-row {
  border-bottom: double #ddd;
  padding-bottom: 30px;
  padding-top: 20px; }
/* line 2781, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .view-row:hover {
  border-bottom: double #ccc; }
/* line 2784, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .views-field.views-field-created {
  color: #777; }
/* line 2787, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing .views-field-view-node a {
  float: right;
  padding: 10px !important;
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #f87907;
  color: white;
  display: inline-block;
  font-family: news-gothic-std;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  transition: all 2s ease-in-out 0s;
  -webkit-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s; }
  /* line 4, ../sass/base/_mixin.scss */
  .news-event-blog-block-listing .views-field-view-node a:hover::before {
    transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    transition: all 2s ease-in-out 0s;
    -webkit-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transform: translateX(-196%) translateY(-181%) rotate(-45deg);
    -ms-transition: all 2s ease-in-out 0s; }
  /* line 12, ../sass/base/_mixin.scss */
  .news-event-blog-block-listing .views-field-view-node a::after {
    background-color: #dc3601;
    bottom: -63px;
    color: white;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    width: 100px;
    z-index: -1;
    transition: all 1s ease 0.4s;
    -webkit-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s; }
  /* line 28, ../sass/base/_mixin.scss */
  .news-event-blog-block-listing .views-field-view-node a::before {
    background-color: #f87907;
    content: "";
    height: 500%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 500%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    z-index: -1; }
  /* line 2791, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field-view-node a:hover {
    color: #dc3601; }

/* line 2798, ../sass/unitedwayww.styles.scss */
.news-event-blog-block-listing {
  position: relative;
  margin-bottom: 20px;
  /*
  .views-field.views-field-picture, .views-field-name, .views-field-created {
      display: block;
      float:right;
      clear:right;
      text-align:center;
      vertical-align: middle;
      width: 28%;
  }
  */ }
  /* line 2801, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field.views-field-body, .news-event-blog-block-listing .views-field.views-field-field-blog-image, .news-event-blog-block-listing .views-field-title, .news-event-blog-block-listing .views-field-view-node {
    width: 100%; }
  /* line 2804, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field-body {
    width: 80% !important; }
  /* line 2807, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field.views-field-picture, .news-event-blog-block-listing .views-field-name {
    margin-top: 1%;
    text-align: center;
    width: 20%; }
  /* line 2812, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field-field-blog-image {
    float: right;
    *position: absolute;
    right: 27%;
    top: 24%;
    width: 19% !important; }
  /* line 2819, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing tr, .news-event-blog-block-listing td {
    position: relative; }
  /* line 2824, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field.views-field-name {
    display: block;
    *width: 30%; }
  /* line 2828, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field.views-field-name span {
    color: #10167f;
    display: block;
    font-size: 17px;
    margin: 0 auto; }
  /* line 2834, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field-field-blog-category a {
    font-family: arial; }
  /* line 2840, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field.views-field-picture {
    margin-top: 5%; }
  /* line 2843, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .user-picture img {
    border: 1px solid #10167f;
    border-radius: 5px; }
  /* line 2847, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field-field-blog-image img {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    margin: 4px 15px 0 0;
    padding: 3px; }
  /* line 2853, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .view-row {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 17px;
    padding-top: 10px; }
  /* line 2858, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field.views-field-created .views-label {
    color: #fe230a; }
  /* line 2871, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing table {
    width: 100% !important; }
  /* line 2874, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field-title a {
    font-size: 28px;
    font-family: "din-condensed-web"; }

@media only screen and (min-width: 1190px) and (max-width: 1440px) {
  /* line 2881, ../sass/unitedwayww.styles.scss */
  .tb-megamenu .nav > li > a {
    font-size: 21px !important; }

  /* line 2884, ../sass/unitedwayww.styles.scss */
  .tb-megamenu .nav > li > a {
    padding: 15px 10px !important; } }
@media only screen and (min-width: 1300px) and (max-width: 1558px) {
  /* line 2891, ../sass/unitedwayww.styles.scss */
  .field--name-field-secondary-title .field__item.even {
    width: 28% !important; }

  /* line 2894, ../sass/unitedwayww.styles.scss */
  .news-event-blog-block-listing .views-field.views-field-view-node {
    *width: 73%; } }
@media only screen and (min-width: 1280px) and (max-width: 1558px) {
  /* line 2900, ../sass/unitedwayww.styles.scss */
  .front-page-promo-banner .views-field.views-field-nothing-1, .front-page-promo-banner .views-field-body, .front-page-promo-banner .views-field-title {
    background-color: #ffffff;
    height: 83% !important;
    margin-top: 31px !important;
    position: absolute;
    right: 0;
    width: 552px; }

  /* line 2908, ../sass/unitedwayww.styles.scss */
  .impact-calculator #impact-calculator-button::after {
    bottom: -92px !important; }

  /* line 2911, ../sass/unitedwayww.styles.scss */
  .impact-calculator #impact-calculator-button {
    font-size: 0.8em !important; }

  /* line 2915, ../sass/unitedwayww.styles.scss */
  .l-content .field__items {
    height: 100%; }
  /* line 2918, ../sass/unitedwayww.styles.scss */
  .l-content .field__item {
    height: 100%; } }
/* line 2925, ../sass/unitedwayww.styles.scss */
.add-this .block__content img {
  height: auto !important;
  width: auto !important; }

/* line 2930, ../sass/unitedwayww.styles.scss */
footer .block__content * {
  color: white; }

/*
.our-stories-listing-page{

.views-row-1 .views-field.views-field-field-image *, .views-row-3 .views-field.views-field-field-image *, .views-row-4 .views-field.views-field-field-image * {
    height: 447px !important;
    width: 1000px !important;
}

}
*/
/*
.our-stories-listing-page{
.views-row.views-row-3 .field-content img, .views-row.views-row-4 .field-content img {
    margin-top: -140px;
    width: 108%;
}
.views-row-1 .field-content img {
    margin-top: -100px;
}
.views-field.views-field-term-node-tid span a:nth-child(2) {
    display: block;
    left: 0;
    padding-right: 57px !important;
    top: 34px;
}
.views-field.views-field-term-node-tid {
    height: 0;
}

}
*/
/* line 2966, ../sass/unitedwayww.styles.scss */
.upcoming-events-front {
  background: url("../images/chat-top.png") no-repeat scroll left top, url("../images/empty-down.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
  display: inline-block;
  float: right;
  height: 250px;
  margin: 0 31px 31px 0;
  padding: 20px;
  text-align: center;
  width: 276px;
  background-size: 55px;
  background-color: white; }
  /* line 2967, ../sass/unitedwayww.styles.scss */
  .upcoming-events-front .block__content {
    padding: 0 10px; }
  /* line 2970, ../sass/unitedwayww.styles.scss */
  .upcoming-events-front .block__title {
    margin: 8px 0;
    font-size: 23px !important;
    padding: 0; }
  /* line 2975, ../sass/unitedwayww.styles.scss */
  .upcoming-events-front .views-field-start-date .field-content {
    font-size: 13px; }
  /* line 2978, ../sass/unitedwayww.styles.scss */
  .upcoming-events-front .views-field-title a {
    color: #dc3601;
    font-size: 16px; }
  /* line 2992, ../sass/unitedwayww.styles.scss */
  .upcoming-events-front .view-footer a {
    color: #f87907;
    font-family: news-gothic-std;
    display: block;
    margin-top: 8px; }
  /* line 2999, ../sass/unitedwayww.styles.scss */
  .upcoming-events-front .views-row {
    border-bottom: 1px solid #cccccc;
    clear: both;
    margin-bottom: 9px;
    padding-bottom: 4px; }

/* line 3011, ../sass/unitedwayww.styles.scss */
body.page-calendar .calendar a {
  font-size: 12px !important; }
/* line 3014, ../sass/unitedwayww.styles.scss */
body.page-calendar .pager li {
  list-style: outside none none; }
/* line 3017, ../sass/unitedwayww.styles.scss */
body.page-calendar .pager a {
  display: block;
  padding: 4px; }
/* line 3023, ../sass/unitedwayww.styles.scss */
body.page-calendar .view-civicrm-events {
  margin-bottom: 20px; }

/* line 3029, ../sass/unitedwayww.styles.scss */
.logo-text-footer {
  font-family: meta-bold !important; }

/* line 3034, ../sass/unitedwayww.styles.scss */
.l-region.l-region--search-mobile .form-text {
  color: #000000; }

/* line 3038, ../sass/unitedwayww.styles.scss */
.our-stories-listing-page .views-field.views-field-term-node-tid span a:nth-child(2) {
  display: block;
  left: 0;
  padding-right: 57px !important;
  top: 34px; }

/* line 3044, ../sass/unitedwayww.styles.scss */
.our-stories-listing-page .views-field.views-field-term-node-tid {
  height: 0; }

/* line 3048, ../sass/unitedwayww.styles.scss */
#crm-container.crm-public .calc-value, #crm-container.crm-public .content {
  padding-top: 0; }

/* line 3051, ../sass/unitedwayww.styles.scss */
.content.calc-value {
  padding-top: 5px !important; }

/* line 3054, ../sass/unitedwayww.styles.scss */
.news-listing .views-field-view-node {
  text-align: right; }

/* line 3060, ../sass/unitedwayww.styles.scss */
.pager li {
  list-style: none;
  padding: 8px !important; }

/* line 3067, ../sass/unitedwayww.styles.scss */
.front-video-block {
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  background-position: center !important;
  background: url("../images/UW-play-image-icon-min.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-size: 100% auto;
  height: 550px;
  overflow: hidden;
  position: relative; }
  /* line 3077, ../sass/unitedwayww.styles.scss */
  .front-video-block .views-field.views-field-view-node {
    margin-top: 15px; }
  /* line 3080, ../sass/unitedwayww.styles.scss */
  .front-video-block .player {
    height: 460px;
    overflow: hidden; }
  /* line 3084, ../sass/unitedwayww.styles.scss */
  .front-video-block .colorbox-load img {
    height: 550px !important;
    opacity: 0;
    width: 100% !important; }
  /* line 3089, ../sass/unitedwayww.styles.scss */
  .front-video-block .view-footer {
    bottom: 8px;
    position: absolute;
    right: 0; }
  /* line 3095, ../sass/unitedwayww.styles.scss */
  .front-video-block iframe {
    height: 529px;
    margin-top: -29px;
    width: 100%; }
  /* line 3100, ../sass/unitedwayww.styles.scss */
  .front-video-block .views-field.views-field-title {
    bottom: 33%;
    position: absolute;
    text-align: center;
    width: 100%; }
    /* line 3105, ../sass/unitedwayww.styles.scss */
    .front-video-block .views-field.views-field-title a {
      color: #ff9600;
      font-family: "din-condensed-web";
      font-size: 25px;
      font-weight: bold; }
  /* line 3112, ../sass/unitedwayww.styles.scss */
  .front-video-block .view-footer > a {
    float: right;
    background-color: red;
    box-shadow: 1px 1px 1px 0 #999999;
    color: white;
    display: block;
    font-weight: bold;
    padding: 10px;
    width: 130px;
    text-align: center; }

/* line 3125, ../sass/unitedwayww.styles.scss */
div#cboxContent button::before {
  content: none !important; }

/* line 3129, ../sass/unitedwayww.styles.scss */
.crm-container .email-5-section .label {
  text-align: right !important;
  width: 33% !important; }
