/*=============================================
* HTML5, Resets, normalize...
=============================================*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* line 1, ../sass/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_normalize.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 1, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 1, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* line 1, ../sass/_normalize.scss */
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 1, ../sass/_normalize.scss */
html, button, input, select, textarea {
  font-family: sans-serif;
}

/* line 1, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* line 1, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 1, ../sass/_normalize.scss */
a:active, a:hover {
  outline: 0;
}

/* line 1, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* line 1, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

/* line 1, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 1, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 1, ../sass/_normalize.scss */
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

/* line 1, ../sass/_normalize.scss */
h6 {
  font-size: .67em;
  margin: 2.33em 0;
}

/* line 1, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 1, ../sass/_normalize.scss */
b, strong {
  font-weight: bold;
}

/* line 1, ../sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/* line 1, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 1, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 1, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 1, ../sass/_normalize.scss */
p, pre {
  margin: 1em 0;
}

/* line 1, ../sass/_normalize.scss */
code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

/* line 1, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 1, ../sass/_normalize.scss */
q {
  quotes: none;
}

/* line 1, ../sass/_normalize.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 1, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 1, ../sass/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 1, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 1, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 1, ../sass/_normalize.scss */
dl, menu, ol, ul {
  margin: 1em 0;
}

/* line 1, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 1, ../sass/_normalize.scss */
menu, ol, ul {
  padding: 0 0 0 40px;
}

/* line 1, ../sass/_normalize.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 1, ../sass/_normalize.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 1, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 1, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* line 1, ../sass/_normalize.scss */
form {
  margin: 0;
}

/* line 1, ../sass/_normalize.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/* line 1, ../sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/* line 1, ../sass/_normalize.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 1, ../sass/_normalize.scss */
button, input {
  line-height: normal;
}

/* line 1, ../sass/_normalize.scss */
button, select {
  text-transform: none;
}

/* line 1, ../sass/_normalize.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

/* line 1, ../sass/_normalize.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 1, ../sass/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/* line 1, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 1, ../sass/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 1, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 1, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* line 3, ../sass/_html5bp.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 11, ../sass/_html5bp.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/* line 16, ../sass/_html5bp.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 21, ../sass/_html5bp.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 26, ../sass/_html5bp.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 35, ../sass/_html5bp.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/* line 42, ../sass/_html5bp.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 48, ../sass/_html5bp.scss */
textarea {
  resize: vertical;
}

/* line 52, ../sass/_html5bp.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 5, ../sass/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 11, ../sass/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* line 15, ../sass/_helpers.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 23, ../sass/_helpers.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 30, ../sass/_helpers.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 35, ../sass/_helpers.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 39, ../sass/_helpers.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 43, ../sass/_helpers.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 49, ../sass/_helpers.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 55, ../sass/_helpers.scss */
  thead {
    display: table-header-group;
  }

  /* line 59, ../sass/_helpers.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 64, ../sass/_helpers.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 72, ../sass/_helpers.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, ../sass/_helpers.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 4, ../sass/_generic.scss */
* {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

/* line 9, ../sass/_generic.scss */
body {
  font: 16px "Roboto Slab", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  /* line 9, ../sass/_generic.scss */
  body {
    font-size: 14px;
  }
}

/* line 16, ../sass/_generic.scss */
sup {
  font-size: 0.5em;
  vertical-align: middle;
  padding-left: 0.5em;
}

/* line 21, ../sass/_generic.scss */
a {
  text-decoration: none;
}

/* line 22, ../sass/_generic.scss */
p a, li a, td a {
  color: #f89521;
}

/* line 23, ../sass/_generic.scss */
ul, ol {
  line-height: 2em;
}

/* line 24, ../sass/_generic.scss */
input, textarea {
  border-radius: 0px;
}

/* line 27, ../sass/_generic.scss */
h1, h2, h3, h4 {
  text-transform: uppercase;
}

/* line 30, ../sass/_generic.scss */
.h1 {
  font-size: 2em;
  font-style: normal !important;
  font-weight: 600;
}

/* line 35, ../sass/_generic.scss */
blockquote {
  font-size: 1.25em;
  line-height: 2em;
  margin: 1em;
}
/* line 39, ../sass/_generic.scss */
blockquote p {
  margin: 0;
}
/* line 41, ../sass/_generic.scss */
blockquote p:before, blockquote p:after {
  font-size: 65px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
/* line 46, ../sass/_generic.scss */
blockquote p:before {
  content: "\201C";
  margin-right: 8px;
}
/* line 50, ../sass/_generic.scss */
blockquote p:after {
  content: "\201D";
  text-align: right;
  margin-top: 18px;
  margin-left: 8px;
}
/* line 57, ../sass/_generic.scss */
blockquote footer {
  padding: 16px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.65em;
}
/* line 62, ../sass/_generic.scss */
blockquote footer hr {
  border-top: 1px solid #fff;
  width: 50%;
  padding: 0 0 16px;
  margin: 0;
}
/* line 67, ../sass/_generic.scss */
blockquote footer a {
  display: block;
}

/* line 73, ../sass/_generic.scss */
.subpage.generic section.small_content {
  -moz-background-size: 50% auto !important;
  -o-background-size: 50% auto !important;
  -webkit-background-size: 50% auto !important;
  background-size: 50% auto !important;
}

/* line 77, ../sass/_generic.scss */
.subpage table {
  margin: 1em auto;
}
/* line 79, ../sass/_generic.scss */
.subpage table td, .subpage table th {
  padding: 0.35em 0;
}
/* line 81, ../sass/_generic.scss */
.subpage table td + td, .subpage table td + th, .subpage table th + td, .subpage table th + th {
  padding-left: 4em;
}

/* line 88, ../sass/_generic.scss */
.subpage .box a {
  padding: 5% 0;
  color: #fff;
  display: block;
  text-align: center;
}
/* line 94, ../sass/_generic.scss */
.subpage .box img {
  width: auto !important;
  float: none !important;
}

/* line 100, ../sass/_generic.scss */
.wrapper {
  width: 1600px;
  max-width: 98%;
  margin: 0 auto;
  position: relative;
}

/* line 106, ../sass/_generic.scss */
.half.wrapper {
  width: 775px !important;
  max-width: none !important;
}

/* line 110, ../sass/_generic.scss */
.full_text_wrapper {
  width: 1450px;
  margin: 0 auto;
  padding: 2em 0;
  max-width: 95%;
}
@media screen and (max-width: 1575px) and (min-width: 993px) {
  /* line 110, ../sass/_generic.scss */
  .full_text_wrapper {
    padding-left: 2em;
  }
}
@media screen and (max-width: 992px) {
  /* line 110, ../sass/_generic.scss */
  .full_text_wrapper {
    padding-left: 0.75em;
  }
}

/* line 123, ../sass/_generic.scss */
.float.right {
  float: right;
}
/* line 124, ../sass/_generic.scss */
.float.left {
  float: left;
}

/* line 127, ../sass/_generic.scss */
.mobile_only {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 127, ../sass/_generic.scss */
  .mobile_only {
    display: initial;
  }
}

/* line 133, ../sass/_generic.scss */
.non_mobile {
  display: initial;
}
@media screen and (max-width: 767px) {
  /* line 133, ../sass/_generic.scss */
  .non_mobile {
    display: none;
  }
}

/* line 139, ../sass/_generic.scss */
.tablet_only {
  display: none;
}
@media screen and (max-width: 992px) {
  /* line 139, ../sass/_generic.scss */
  .tablet_only {
    display: block;
  }
}

/* line 145, ../sass/_generic.scss */
.non_tablet {
  display: block;
}
@media screen and (max-width: 992px) {
  /* line 145, ../sass/_generic.scss */
  .non_tablet {
    display: none;
  }
}

/* line 153, ../sass/_generic.scss */
.orange_bg {
  background-color: #f89521;
}

/* line 154, ../sass/_generic.scss */
.green_bg {
  background-color: #b7d11f;
}

/* line 155, ../sass/_generic.scss */
.blue_bg {
  background-color: #56c0cc;
}

/* line 156, ../sass/_generic.scss */
.grey_bg {
  background-color: #7d8889;
}

/* line 157, ../sass/_generic.scss */
.dark_grey_bg {
  background-color: #515d5e;
}

/* line 158, ../sass/_generic.scss */
.light_grey_bg {
  background-color: #dddddd;
}

/* line 159, ../sass/_generic.scss */
.extra_dark_grey_bg {
  background-color: #424242;
}

/* line 161, ../sass/_generic.scss */
.orange_bg p a, .orange_bg ul li a {
  color: #925915;
}

/* line 162, ../sass/_generic.scss */
.green_bg p a, .green_bg ul li a {
  color: #14535a;
}

/* line 163, ../sass/_generic.scss */
.blue_bg p a, .blue_bg ul li a {
  color: #0e3a3f;
}

/* line 164, ../sass/_generic.scss */
.dark_grey_bg p a, .dark_grey_bg ul li a {
  color: #000;
}

/* line 166, ../sass/_generic.scss */
.text_white {
  color: #fff;
}

/* line 167, ../sass/_generic.scss */
.text_orange {
  color: #f89521;
}

/* line 168, ../sass/_generic.scss */
.text_blue {
  color: #56c0cc;
}

/* line 169, ../sass/_generic.scss */
.text_dark_blue {
  color: #14535a;
}

/* line 170, ../sass/_generic.scss */
.text_grey {
  color: #7d8889;
}

/* line 171, ../sass/_generic.scss */
.text_dark_grey {
  color: #515d5e;
}

/* line 172, ../sass/_generic.scss */
.text_light_grey {
  color: #dddddd;
}

/* line 173, ../sass/_generic.scss */
.text_left {
  text-align: left;
}

/* line 174, ../sass/_generic.scss */
.text_center {
  text-align: center;
}

/* line 175, ../sass/_generic.scss */
.text_right {
  text-align: right;
}

/* line 176, ../sass/_generic.scss */
.text_small {
  font-size: 0.875em;
}

/* line 177, ../sass/_generic.scss */
.text_indent {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-indent: 1.5em;
}

/* line 178, ../sass/_generic.scss */
.text_italic {
  font-style: italic;
}

/* line 180, ../sass/_generic.scss */
.padding_left {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 1.5em;
}

/* line 182, ../sass/_generic.scss */
.line_wrapper {
  position: relative;
  text-align: center;
}
/* line 185, ../sass/_generic.scss */
.line_wrapper .line {
  margin-bottom: -1em;
  border-top: 1px solid #dddddd;
  width: 100%;
}
/* line 190, ../sass/_generic.scss */
.line_wrapper span, .line_wrapper p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
/* line 194, ../sass/_generic.scss */
.line_wrapper p {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* line 200, ../sass/_generic.scss */
.box_link {
  text-align: center;
  padding: 5% 0;
  display: block;
  color: #fff !important;
}
/* line 201, ../sass/_generic.scss */
.box_link .retina {
  width: auto !important;
  float: none !important;
}

/* line 211, ../sass/_generic.scss */
.lightbox {
  display: none;
  background: #515d5e;
  background: rgba(81, 93, 94, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  padding: 10% 0;
  overflow: hidden;
}
/* line 222, ../sass/_generic.scss */
.lightbox .lightbox_wrapper {
  position: relative;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  max-width: 95%;
}
@media screen and (max-width: 800px) {
  /* line 222, ../sass/_generic.scss */
  .lightbox .lightbox_wrapper {
    left: 0;
    margin: 0 2.5%;
  }
}
/* line 233, ../sass/_generic.scss */
.lightbox i.icon.close {
  position: absolute;
  left: 0;
  top: 1em;
}

/* line 1, ../sass/_overrides.scss */
.ui.grid {
  margin: 0;
}

/* line 2, ../sass/_overrides.scss */
.ui.grid > .column,
.lt-ie9 .ui.grid > .row {
  font-size: 16px !important;
}
@media screen and (max-width: 767px) {
  /* line 2, ../sass/_overrides.scss */
  .ui.grid > .column,
  .lt-ie9 .ui.grid > .row {
    font-size: 14px !important;
  }
}

/* line 9, ../sass/_overrides.scss */
i.icon {
  opacity: 1;
}

/* line 10, ../sass/_overrides.scss */
.ui.grid > .column {
  margin: 0;
}

/* line 12, ../sass/_overrides.scss */
.bx-wrapper {
  margin: 0 auto !important;
}

/* line 15, ../sass/_overrides.scss */
.bx-wrapper, .bx-wrapper * {
  max-width: none;
  -moz-box-sizing: initial !important;
  -webkit-box-sizing: initial !important;
  box-sizing: initial !important;
}
/* line 18, ../sass/_overrides.scss */
.bx-wrapper .bx-viewport, .bx-wrapper * .bx-viewport {
  left: 0px !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* line 3, ../sass/_header.scss */
header {
  padding: 2em 0 0;
  background-color: #fff;
}
/* line 7, ../sass/_header.scss */
header .logo {
  float: left;
  margin-left: 1%;
}
@media screen and (min-width: 993px) {
  /* line 7, ../sass/_header.scss */
  header .logo {
    max-width: 12%;
  }
}
@media screen and (max-width: 992px) {
  /* line 7, ../sass/_header.scss */
  header .logo {
    margin-top: -1em;
    padding-bottom: 1em;
  }
}
/* line 22, ../sass/_header.scss */
header nav.primary_nav {
  margin-left: 1.5em;
  max-width: 31%;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  /* line 22, ../sass/_header.scss */
  header nav.primary_nav {
    max-width: 40%;
  }
}
@media screen and (max-width: 992px) {
  /* line 22, ../sass/_header.scss */
  header nav.primary_nav {
    max-width: 51%;
  }
}
/* line 33, ../sass/_header.scss */
header nav.primary_nav .row {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 36, ../sass/_header.scss */
header nav.primary_nav .row a {
  border-top: 1px solid #dddddd;
  color: #000;
  text-decoration: none;
  padding: 0.425em 0;
  display: block;
  vertical-align: middle;
}
/* line 44, ../sass/_header.scss */
header nav.primary_nav .row + .row a {
  border-bottom: 1px solid #dddddd;
}
/* line 47, ../sass/_header.scss */
header .subnav {
  display: none;
}
/* line 49, ../sass/_header.scss */
header .float.left {
  max-width: 45%;
}
/* line 52, ../sass/_header.scss */
header .primary_nav + .float.right {
  width: 47%;
}
@media screen and (max-width: 1200px) {
  /* line 52, ../sass/_header.scss */
  header .primary_nav + .float.right {
    width: 53%;
  }
}
@media screen and (max-width: 1100px) {
  /* line 52, ../sass/_header.scss */
  header .primary_nav + .float.right {
    margin-top: -21px;
    text-align: right;
    width: 43%;
  }
}
/* line 68, ../sass/_header.scss */
header nav.right * {
  text-align: center;
}
/* line 69, ../sass/_header.scss */
header nav.right a {
  display: block;
  text-align: center;
  color: #7d8889;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
}
/* line 77, ../sass/_header.scss */
header nav.right a img {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0.85em;
}
/* line 88, ../sass/_header.scss */
header nav.social_nav {
  max-width: 50%;
  width: 100%;
  float: left;
  padding-right: 1%;
  border-right: 1px solid #dddddd;
}
@media screen and (min-width: 769px) {
  /* line 97, ../sass/_header.scss */
  header nav.social_nav .ui.grid .column:nth-child(2) a {
    padding-left: 14%;
  }
}
@media screen and (max-width: 1100px) {
  /* line 88, ../sass/_header.scss */
  header nav.social_nav {
    width: 100%;
    max-width: 90%;
    border: 0;
    padding: 0;
    margin-top: 0.75em;
    float: right;
  }
}
@media screen and (max-width: 1100px) and (min-width: 993px) {
  /* line 111, ../sass/_header.scss */
  header nav.social_nav .title {
    display: none;
  }
  /* line 114, ../sass/_header.scss */
  header nav.social_nav img {
    margin: 0.5em auto 0 !important;
  }
}
/* line 122, ../sass/_header.scss */
header nav.secondary_nav {
  float: right;
  max-width: 387px;
  width: 50%;
  margin-top: 4px;
}
@media screen and (max-width: 1100px) {
  /* line 122, ../sass/_header.scss */
  header nav.secondary_nav {
    width: 100%;
    max-width: 90%;
    float: right;
  }
}
/* line 132, ../sass/_header.scss */
header nav.secondary_nav a {
  color: #000;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
/* line 135, ../sass/_header.scss */
header nav.secondary_nav a:hover {
  color: #f89521;
}
/* line 139, ../sass/_header.scss */
header nav.secondary_nav a[href="/contact"] {
  min-width: 78px !important;
}
/* line 142, ../sass/_header.scss */
header nav.secondary_nav img {
  z-index: 1;
  position: relative;
}
/* line 147, ../sass/_header.scss */
header .orange_hover {
  position: absolute;
  background-color: #f89521;
  height: 37px;
  width: 37px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 0;
  left: 50%;
  margin-left: -19px;
  margin-top: -4px;
}
@media screen and (max-width: 992px) {
  /* line 163, ../sass/_header.scss */
  header i.icon.hamburger {
    color: #7d8889;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-top: -0.1em;
    padding: 0.375em 0.425em !important;
    height: 1.67em !important;
    width: 1.67em !important;
    cursor: pointer;
    -moz-box-shadow: 0 0 0 0.1em #7d8889 inset;
    -webkit-box-shadow: 0 0 0 0.1em #7d8889 inset;
    box-shadow: 0 0 0 0.1em #7d8889 inset;
  }
  /* line 173, ../sass/_header.scss */
  header i.icon.hamburger + a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font: bold 0.75em "Roboto Slab", serif;
    color: #515d5e;
    text-align: center;
    line-height: 2.5em;
  }
  /* line 182, ../sass/_header.scss */
  header .secondary_nav_wrapper {
    position: fixed !important;
    background: #f89521;
    position: fixed;
    top: -200%;
    bottom: 150%;
    right: 0;
    left: 0;
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    z-index: 201;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  /* line 195, ../sass/_header.scss */
  header .secondary_nav_wrapper.open {
    display: block;
    top: 0;
    bottom: 0;
  }
  /* line 201, ../sass/_header.scss */
  header .mobile_nav_wrapper {
    position: relative;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 15%;
  }
  /* line 207, ../sass/_header.scss */
  header .mobile_nav_wrapper a {
    color: #000 !important;
    font-size: 1em !important;
    min-width: 0px !important;
  }
  /* line 212, ../sass/_header.scss */
  header .mobile_nav_wrapper nav {
    padding: 0;
    max-width: 625px !important;
    margin: 0 auto !important;
    float: none !important;
  }
  /* line 217, ../sass/_header.scss */
  header .mobile_nav_wrapper nav.secondary_nav {
    padding: 15% 0 !important;
  }
}
@media screen and (max-width: 992px) and (max-height: 600px) {
  /* line 217, ../sass/_header.scss */
  header .mobile_nav_wrapper nav.secondary_nav {
    padding: 10% 0 !important;
  }
}
@media screen and (max-width: 992px) {
  /* line 225, ../sass/_header.scss */
  header .mobile_logo, header .mobile_nav_close {
    padding: 3%;
  }
  /* line 228, ../sass/_header.scss */
  header .mobile_nav_close {
    padding-top: 5%;
  }
}
@media screen and (max-width: 767px) {
  /* line 237, ../sass/_header.scss */
  header nav.primary_nav {
    display: none;
  }
  /* line 239, ../sass/_header.scss */
  header nav.primary_nav .ui.grid .row .column {
    text-align: center;
    margin: 0.5em auto !important;
    padding: 0 !important;
  }
  /* line 243, ../sass/_header.scss */
  header nav.primary_nav .ui.grid .row .column a {
    text-transform: uppercase;
    font-size: 1.5em !important;
    border: 0px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  /* line 249, ../sass/_header.scss */
  header nav.primary_nav .ui.grid .row .column .subnav {
    margin: 0 5% !important;
  }
  /* line 251, ../sass/_header.scss */
  header nav.primary_nav .ui.grid .row .column .subnav.visible {
    border-bottom: 3px solid #ED870E;
    display: block;
  }
  /* line 255, ../sass/_header.scss */
  header nav.primary_nav .ui.grid .row .column .subnav a {
    font-size: 1em !important;
    padding: 0.75em 0;
    display: block;
  }
  /* line 263, ../sass/_header.scss */
  header .mobile_nav_wrapper nav.primary_nav {
    display: block;
  }
  /* line 266, ../sass/_header.scss */
  header nav.secondary_nav .ui.grid .column, header nav.social_nav .ui.grid .column {
    width: 50% !important;
    padding: 0;
    text-align: center;
    margin: 0 0 2em;
  }
}

/* line 3, ../sass/_footer.scss */
footer {
  padding: 3em 0 5em;
}
/* line 10, ../sass/_footer.scss */
footer .line_wrapper .line {
  max-width: 25%;
}
/* line 13, ../sass/_footer.scss */
footer .line_wrapper p {
  font-size: 2.0625em;
  font-style: italic;
  color: #515d5e;
  max-width: 40%;
}
@media screen and (max-width: 1435px) {
  /* line 20, ../sass/_footer.scss */
  footer .line_wrapper .line {
    max-width: 20%;
  }
  /* line 21, ../sass/_footer.scss */
  footer .line_wrapper p {
    max-width: 54%;
  }
}
@media screen and (max-width: 1050px) {
  /* line 24, ../sass/_footer.scss */
  footer .line_wrapper .line {
    max-width: 15%;
  }
  /* line 25, ../sass/_footer.scss */
  footer .line_wrapper p {
    max-width: 60%;
    font-size: 1.85em;
  }
}
@media screen and (max-width: 767px) {
  /* line 9, ../sass/_footer.scss */
  footer .line_wrapper {
    font-size: 0.75em;
  }
  /* line 31, ../sass/_footer.scss */
  footer .line_wrapper .line {
    display: none;
  }
  /* line 32, ../sass/_footer.scss */
  footer .line_wrapper p {
    max-width: 100%;
  }
}
/* line 38, ../sass/_footer.scss */
footer .first {
  width: 300px;
  max-width: 30%;
  float: left;
}
/* line 43, ../sass/_footer.scss */
footer .second {
  width: 600px;
  max-width: 40%;
  text-align: right;
  float: left;
  padding-top: 2em;
}
@media screen and (max-width: 1200px) {
  /* line 43, ../sass/_footer.scss */
  footer .second {
    width: 100%;
    max-width: 70%;
  }
}
/* line 53, ../sass/_footer.scss */
footer .second a {
  color: #7d8889;
  padding-left: 1em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  /* line 53, ../sass/_footer.scss */
  footer .second a {
    line-height: 2.25em;
    padding-left: 1%;
    font-size: 13px;
  }
  /* line 61, ../sass/_footer.scss */
  footer .second a:first-child {
    padding-left: 0;
  }
}
/* line 67, ../sass/_footer.scss */
footer .third {
  float: right;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  /* line 67, ../sass/_footer.scss */
  footer .third {
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
    padding-top: 2em;
  }
}
/* line 78, ../sass/_footer.scss */
footer .third .links a {
  padding: 0 0 0 2%;
  color: transparent;
  max-width: 25%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: right;
}
/* line 84, ../sass/_footer.scss */
footer .third .links a:first-child {
  padding-left: 0;
}
/* line 88, ../sass/_footer.scss */
footer .third .links span {
  display: block;
  padding: 10px 0%;
  color: #7d8889;
  font-size: 0.9em;
}
/* line 94, ../sass/_footer.scss */
footer .third .links:after {
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 768px) {
  /* line 101, ../sass/_footer.scss */
  footer .first, footer .second, footer .third {
    display: block;
    clear: both;
    width: 100%;
    padding: 1em 3.5%;
    max-width: none;
    text-align: left;
  }
}
/* line 115, ../sass/_footer.scss */
footer form p {
  padding: 0 0 5px;
  margin: 0;
  color: #7d8889;
}
/* line 120, ../sass/_footer.scss */
footer form input {
  height: 38px !important;
}
/* line 123, ../sass/_footer.scss */
footer form input[type="text"] {
  background-color: #ddd;
  border: 0px;
  padding: 0 15px;
  vertical-align: middle;
  line-height: 1em;
  margin: 0;
  width: 80%;
  max-width: 240px;
  min-width: 165px;
}
/* line 134, ../sass/_footer.scss */
footer form input[type="submit"] {
  background-color: #56c0cc;
  color: #fff;
  text-align: center;
  border: 0;
  padding: 0 15px;
  font-size: 10px;
  vertical-align: middle;
  line-height: 1em;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  cursor: pointer;
  #width: 0px;
  overflow: visible;
}

@-moz-document url-prefix() {
  /* line 157, ../sass/_footer.scss */
  footer input[type="submit"] {
    padding-bottom: 11px !important;
  }
}
/* line 6, ../sass/_subnavs.scss */
.subnavs {
  background-color: #f1f0f0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  /* line 6, ../sass/_subnavs.scss */
  .subnavs {
    display: none;
  }
}
/* line 13, ../sass/_subnavs.scss */
.subnavs .wrapper {
  padding: 1em 0.5em 1em 11em;
}
@media screen and (max-width: 1100px) {
  /* line 13, ../sass/_subnavs.scss */
  .subnavs .wrapper {
    padding: 0.5em 0.5em 0.5em 16%;
  }
}
/* line 19, ../sass/_subnavs.scss */
.subnavs a {
  color: #333838;
  font-size: 0.8125em;
  text-decoration: none;
  padding-right: 4%;
  line-height: 2.5em;
  display: inline-block;
}
/* line 26, ../sass/_subnavs.scss */
.subnavs a.active {
  color: #000000;
  font-weight: 700;
}

/* line 34, ../sass/_subnavs.scss */
.agencies_sub_nav .full_text_wrapper {
  padding: 0;
}
@media screen and (max-width: 767px) {
  /* line 38, ../sass/_subnavs.scss */
  .agencies_sub_nav .full_text_wrapper {
    padding: 2em 0;
  }
}
/* line 43, ../sass/_subnavs.scss */
.agencies_sub_nav a {
  font-size: 1.5em;
  display: block;
  color: #515d5e !important;
  text-align: center;
  padding-top: .5em;
  padding-bottom: .5em;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 52, ../sass/_subnavs.scss */
.agencies_sub_nav a:hover {
  background-color: white;
}

/* line 1, ../sass/_two_full_cols.scss */
.two_full_cols {
  overflow-y: hidden;
  position: relative;
}
/* line 5, ../sass/_two_full_cols.scss */
.two_full_cols .half {
  max-width: 50%;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  content: '';
  width: 50%;
}
@media screen and (max-width: 992px) {
  /* line 5, ../sass/_two_full_cols.scss */
  .two_full_cols .half {
    float: none;
    max-width: 100%;
    width: 100% !important;
  }
}
/* line 20, ../sass/_two_full_cols.scss */
.two_full_cols .half.right {
  text-align: right;
}
/* line 22, ../sass/_two_full_cols.scss */
.two_full_cols .half.right img {
  float: right;
}
/* line 25, ../sass/_two_full_cols.scss */
.two_full_cols .half.right .text_wrapper {
  float: left;
}
/* line 28, ../sass/_two_full_cols.scss */
.two_full_cols .half.left {
  text-align: left;
}
/* line 30, ../sass/_two_full_cols.scss */
.two_full_cols .half.left img {
  float: left;
}
/* line 33, ../sass/_two_full_cols.scss */
.two_full_cols .half.left .text_wrapper {
  float: right;
}
/* line 35, ../sass/_two_full_cols.scss */
.two_full_cols .half img {
  width: 100%;
}
/* line 40, ../sass/_two_full_cols.scss */
.two_full_cols .text_wrapper {
  max-width: 95%;
  width: 775px;
  padding-right: 5%;
  padding-left: 5%;
  position: relative;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  /* line 40, ../sass/_two_full_cols.scss */
  .two_full_cols .text_wrapper {
    float: none !important;
    width: 100%;
    max-width: 100%;
  }
}

/* line 3, ../sass/_line_wrapper.scss */
.line_wrapper .line {
  margin-bottom: 0;
  max-width: 6%;
  padding: 0 1%;
  width: 100%;
  border-color: #fff;
  font-size: 0em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 14, ../sass/_line_wrapper.scss */
.line_wrapper + br + span,
.line_wrapper + span {
  font: 100 1.5em "Roboto Slab", serif;
  text-transform: uppercase;
  padding: 0.15em 0 0.75em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

@media screen and (max-width: 767px) {
  /* line 24, ../sass/_line_wrapper.scss */
  .line_wrapper + span + img {
    max-height: 60px;
    max-width: 100px;
  }
}
/* line 2, ../sass/_home.scss */
#home #slider {
  max-height: 615px;
  margin: 0;
  list-style: none;
}
/* line 6, ../sass/_home.scss */
#home #slider img {
  width: 100%;
}
/* line 12, ../sass/_home.scss */
#home .bx-pager.bx-default-pager {
  position: absolute;
  bottom: 2em;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  /* line 12, ../sass/_home.scss */
  #home .bx-pager.bx-default-pager {
    bottom: 0.75em;
  }
}
/* line 19, ../sass/_home.scss */
#home .bx-pager.bx-default-pager .bx-pager-item a {
  background-color: #eee;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 10px !important;
}
@media screen and (max-width: 992px) {
  /* line 19, ../sass/_home.scss */
  #home .bx-pager.bx-default-pager .bx-pager-item a {
    margin: 0 7px !important;
    width: 7px !important;
    height: 7px !important;
  }
}
/* line 28, ../sass/_home.scss */
#home .bx-pager.bx-default-pager .bx-pager-item a.active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 35, ../sass/_home.scss */
#home .ticker {
  background-color: #515d5e;
  z-index: 99;
  padding: 1em;
  width: 100%;
}
/* line 45, ../sass/_home.scss */
#home .ticker h1 {
  padding: 0;
  margin: 0;
  color: #b7d11f;
  font-weight: bold;
  font-size: 58px;
  letter-spacing: 5px;
  line-height: 64px;
  text-align: center;
}
/* line 54, ../sass/_home.scss */
#home .ticker h2 {
  color: #56c0cc;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  /* line 65, ../sass/_home.scss */
  #home .ticker h1 {
    font-size: 40px;
    line-height: 45px;
  }
  /* line 66, ../sass/_home.scss */
  #home .ticker h2 {
    font-size: 18px;
    letter-spacing: 7px;
  }
}
/* line 70, ../sass/_home.scss */
#home .bx-wrapper + .wrapper.tablet_only {
  position: static;
  width: 100%;
  max-width: 100%;
}
/* line 74, ../sass/_home.scss */
#home .bx-wrapper + .wrapper.tablet_only .ticker {
  position: static;
  padding: 2em 0;
}
/* line 80, ../sass/_home.scss */
#home .boxes {
  max-height: 18em;
}
/* line 82, ../sass/_home.scss */
#home .boxes .box {
  text-align: center;
  width: 50% !important;
  max-width: 400px !important;
  margin: 0 auto !important;
  color: #fff;
  padding: 3.35em 0;
  height: 17em;
}
@media screen and (max-width: 992px) {
  /* line 82, ../sass/_home.scss */
  #home .boxes .box {
    width: 100% !important;
    max-width: 150% !important;
    padding: 1.5em 0;
    height: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 82, ../sass/_home.scss */
  #home .boxes .box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.5em 0;
    height: auto !important;
  }
}
/* line 104, ../sass/_home.scss */
#home .boxes .box a {
  color: #fff;
}
/* line 110, ../sass/_home.scss */
#home .boxes .half {
  height: 17em;
  max-width: 50% !important;
  width: 100% !important;
}
@media screen and (min-width: 993px) {
  /* line 110, ../sass/_home.scss */
  #home .boxes .half {
    max-height: 17em !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 110, ../sass/_home.scss */
  #home .boxes .half {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 128, ../sass/_home.scss */
#home .stats {
  max-height: 500px;
  overflow-y: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 128, ../sass/_home.scss */
  #home .stats {
    max-height: 100% !important;
  }
}
/* line 136, ../sass/_home.scss */
#home .stats .slider_controls {
  position: absolute;
  width: 100%;
  top: 55%;
}
/* line 140, ../sass/_home.scss */
#home .stats .slider_controls a {
  color: #224c51;
}
/* line 143, ../sass/_home.scss */
#home .stats .slider_controls #stats_next {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -0.5em;
  font-size: 2em;
}
/* line 146, ../sass/_home.scss */
#home .stats .slider_controls #stats_prev {
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -0.5em;
  font-size: 2em;
}
/* line 152, ../sass/_home.scss */
#home .stats.grid_boxes .half {
  float: left;
  max-width: 50% !important;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  /* line 152, ../sass/_home.scss */
  #home .stats.grid_boxes .half {
    float: none !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
/* line 163, ../sass/_home.scss */
#home .stats.grid_boxes .half + .half {
  float: right;
}
/* line 166, ../sass/_home.scss */
#home .stats.grid_boxes .half .wrapper {
  width: 575px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
/* line 175, ../sass/_home.scss */
#home .stats .float.left.half {
  width: 50% !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 175, ../sass/_home.scss */
  #home .stats .float.left.half {
    width: 100% !important;
    margin: 0;
  }
}
/* line 182, ../sass/_home.scss */
#home .stats .float.left.half .wrapper {
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
/* line 186, ../sass/_home.scss */
#home .stats .float.left.half .wrapper img {
  margin: 4% auto !important;
  max-width: 75% !important;
}
/* line 192, ../sass/_home.scss */
#home .stats .float.right.half {
  float: left !important;
  display: block;
  margin: 0;
  padding: 0;
  content: '';
  width: 50% !important;
  text-align: right;
}
@media screen and (max-width: 767px) {
  /* line 192, ../sass/_home.scss */
  #home .stats .float.right.half {
    width: 100% !important;
    margin: 0;
  }
}
/* line 204, ../sass/_home.scss */
#home .stats .float.right.half img {
  float: right;
  width: 100%;
}
/* line 209, ../sass/_home.scss */
#home .stats .stats_pointer {
  color: #14535a;
  cursor: pointer;
}
/* line 215, ../sass/_home.scss */
#home .news_feed {
  background-color: #dddddd;
  padding: 3em 0;
}
/* line 218, ../sass/_home.scss */
#home .news_feed p {
  margin: 0;
}
/* line 219, ../sass/_home.scss */
#home .news_feed .post {
  border-top: 5px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 1.5em 0 1em;
}
/* line 223, ../sass/_home.scss */
#home .news_feed .post img {
  float: left;
  margin-right: 5%;
  max-width: 40%;
  max-height: 150px;
}
/* line 229, ../sass/_home.scss */
#home .news_feed .post p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 2.25em;
  color: #7d8889;
  font-size: 0.875em;
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  /* line 239, ../sass/_home.scss */
  #home .news_feed .ui.grid .column {
    display: block !important;
    width: 100% !important;
    margin: 1em 0;
  }
}

/* line 3, ../sass/_fighthunger.scss */
.fight_hunger #top {
  background-position: 100% 0 !important;
  background-repeat: no-repeat !important;
}

/* line 4, ../sass/_fighthunger_fighthunger.scss */
.fight_hunger#fight_hunger #top {
  background: url(../img/fight-hunger-workers.jpg) 0 0 no-repeat #b7d11f;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 345px;
}
@media screen and (max-width: 992px) {
  /* line 4, ../sass/_fighthunger_fighthunger.scss */
  .fight_hunger#fight_hunger #top {
    padding-top: 42%;
    background-position: 50% 0;
    background-size: 100% auto;
  }
}
/* line 15, ../sass/_fighthunger_fighthunger.scss */
.fight_hunger#fight_hunger #top .left.half {
  padding: 3.5em 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 15, ../sass/_fighthunger_fighthunger.scss */
  .fight_hunger#fight_hunger #top .left.half {
    padding: 1em 0;
  }
  /* line 20, ../sass/_fighthunger_fighthunger.scss */
  .fight_hunger#fight_hunger #top .left.half .text_wrapper {
    padding: 0 1em;
  }
}
/* line 22, ../sass/_fighthunger_fighthunger.scss */
.fight_hunger#fight_hunger #top .left.half h1 {
  margin-bottom: 0;
}
/* line 25, ../sass/_fighthunger_fighthunger.scss */
.fight_hunger#fight_hunger #top .left.half p {
  margin-top: 0;
  line-height: 1.95em;
}
/* line 32, ../sass/_fighthunger_fighthunger.scss */
.fight_hunger#fight_hunger section.squares {
  padding: 2em 0;
}
/* line 34, ../sass/_fighthunger_fighthunger.scss */
.fight_hunger#fight_hunger section.squares .ui.grid > .column, .fight_hunger#fight_hunger section.squares .ui.grid > .row > .column {
  padding-left: 1%;
  padding-right: 1%;
}
@media screen and (max-width: 767px) {
  /* line 34, ../sass/_fighthunger_fighthunger.scss */
  .fight_hunger#fight_hunger section.squares .ui.grid > .column, .fight_hunger#fight_hunger section.squares .ui.grid > .row > .column {
    margin-bottom: 1em !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 40, ../sass/_fighthunger_fighthunger.scss */
  .fight_hunger#fight_hunger section.squares .row {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
/* line 46, ../sass/_fighthunger_fighthunger.scss */
.fight_hunger#fight_hunger section.squares .text_wrapper {
  min-height: 18em;
  padding: 5%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 46, ../sass/_fighthunger_fighthunger.scss */
  .fight_hunger#fight_hunger section.squares .text_wrapper {
    min-height: 15em;
  }
}
/* line 54, ../sass/_fighthunger_fighthunger.scss */
.fight_hunger#fight_hunger section.squares img {
  margin-right: 5%;
  max-width: 33%;
}
/* line 58, ../sass/_fighthunger_fighthunger.scss */
.fight_hunger#fight_hunger section.squares h1 {
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 35px;
  line-height: 35px;
}
/* line 64, ../sass/_fighthunger_fighthunger.scss */
.fight_hunger#fight_hunger section.squares h1 span {
  font-size: 25px;
  line-height: 25px;
}
/* line 69, ../sass/_fighthunger_fighthunger.scss */
.fight_hunger#fight_hunger section.squares p a {
  font-style: italic;
  font-weight: bold;
}

/* line 15, ../sass/_fighthunger.scss */
.fight-hunger.learn-more .squares .column .text_wrapper,
.careers.openings .squares .column .text_wrapper {
  padding: .5em 1em .5em 1em;
  height: 250px;
}
/* line 16, ../sass/_fighthunger.scss */
.fight-hunger.learn-more .squares .column .text_wrapper br,
.careers.openings .squares .column .text_wrapper br {
  display: none;
}

/* line 27, ../sass/_fighthunger.scss */
.fight-hunger.advocate .subpage .box a {
  padding: 2em 0;
}
/* line 30, ../sass/_fighthunger.scss */
.fight-hunger.advocate .blue_bg.two_full_cols {
  height: 210px;
}
@media screen and (max-width: 992px) {
  /* line 30, ../sass/_fighthunger.scss */
  .fight-hunger.advocate .blue_bg.two_full_cols {
    height: 430px;
  }
}

/* line 2, ../sass/_programs_programs.scss */
.programs#programs #top {
  background: url(../img/contact-header.jpg) 100% 0 no-repeat #f89521;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  -webkit-background-size: auto 100% !important;
  background-size: auto 100% !important;
}
/* line 6, ../sass/_programs_programs.scss */
.programs#programs #top .float.half {
  padding: 2% 0 6%;
}
@media screen and (max-width: 992px) {
  /* line 2, ../sass/_programs_programs.scss */
  .programs#programs #top {
    padding-top: 42%;
    background-position: 50% -5em;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  /* line 14, ../sass/_programs_programs.scss */
  .programs#programs #top .float.half {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 1085px) {
  /* line 19, ../sass/_programs_programs.scss */
  .programs#programs section + section {
    -moz-background-size: 50% auto !important;
    -o-background-size: 50% auto !important;
    -webkit-background-size: 50% auto !important;
    background-size: 50% auto !important;
  }
}
/* line 2, ../sass/_programs_seniors.scss */
.programs#senior_feeding #top {
  background-position: 100% 0;
  background-repeat: no-repeat;
}
/* line 6, ../sass/_programs_seniors.scss */
.programs#senior_feeding section + section div.half {
  padding: 0;
  background-color: transparent;
}
/* line 8, ../sass/_programs_seniors.scss */
.programs#senior_feeding .boxes .box {
  text-align: center;
  width: 50% !important;
  max-width: 400px !important;
  margin: 0 auto !important;
  color: #fff;
  padding: 3.35em 0;
  max-height: 300px;
}
@media screen and (max-width: 992px) {
  /* line 8, ../sass/_programs_seniors.scss */
  .programs#senior_feeding .boxes .box {
    width: 100% !important;
    max-width: 150% !important;
    padding: 1.5em 0;
    height: 320px !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 8, ../sass/_programs_seniors.scss */
  .programs#senior_feeding .boxes .box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.5em 0;
    height: auto !important;
  }
}
/* line 30, ../sass/_programs_seniors.scss */
.programs#senior_feeding .boxes .box a {
  color: #fff;
}
/* line 36, ../sass/_programs_seniors.scss */
.programs#senior_feeding .boxes .half {
  max-width: 50% !important;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  /* line 36, ../sass/_programs_seniors.scss */
  .programs#senior_feeding .boxes .half {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 4, ../sass/_programs_food_for_kids.scss */
.programs#food-for-kids #top {
  background: url(../img/food-for-kids-header.png) 100% 0 no-repeat #f89521;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  min-height: 345px;
  min-height: 345px;
}
@media screen and (max-width: 992px) {
  /* line 4, ../sass/_programs_food_for_kids.scss */
  .programs#food-for-kids #top {
    padding-top: 42%;
    background-position: 50% 0;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
/* line 16, ../sass/_programs_food_for_kids.scss */
.programs#food-for-kids #top .left.half {
  padding: 3.5em 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 16, ../sass/_programs_food_for_kids.scss */
  .programs#food-for-kids #top .left.half {
    padding: 1em 0;
  }
  /* line 21, ../sass/_programs_food_for_kids.scss */
  .programs#food-for-kids #top .left.half .text_wrapper {
    padding: 0 1em;
  }
}
/* line 23, ../sass/_programs_food_for_kids.scss */
.programs#food-for-kids #top .left.half h1 {
  margin-bottom: 0;
}
/* line 26, ../sass/_programs_food_for_kids.scss */
.programs#food-for-kids #top .left.half p {
  margin-top: 0;
  line-height: 1.95em;
}
/* line 4, ../sass/_programs_backpack.scss */
.programs#backpack_programs p {
  line-height: 1.75em;
}
/* line 6, ../sass/_programs_backpack.scss */
.programs#backpack_programs p.text_big {
  font-size: 1.15em;
}
/* line 11, ../sass/_programs_backpack.scss */
.programs#backpack_programs section#top {
  background: url(../img/backpack-header.jpg) 100% 0 no-repeat #b7d11f;
  color: #fff;
}
/* line 14, ../sass/_programs_backpack.scss */
.programs#backpack_programs section#top .float.left.half {
  background-color: #b7d11f;
}
@media screen and (max-width: 992px) {
  /* line 11, ../sass/_programs_backpack.scss */
  .programs#backpack_programs section#top {
    padding-top: 40%;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }
  /* line 23, ../sass/_programs_backpack.scss */
  .programs#backpack_programs section#top div.float.left.half {
    padding-top: 1em;
  }
}
/* line 29, ../sass/_programs_backpack.scss */
.programs#backpack_programs section.dark_grey_bg {
  color: black;
}
/* line 32, ../sass/_programs_backpack.scss */
.programs#backpack_programs section.dark_grey_bg div.float.left.half {
  text-align: center;
  width: 25% !important;
  max-width: 25% !important;
}
@media screen and (max-width: 992px) {
  /* line 32, ../sass/_programs_backpack.scss */
  .programs#backpack_programs section.dark_grey_bg div.float.left.half {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 42, ../sass/_programs_backpack.scss */
.programs#backpack_programs section.dark_grey_bg div.float.left.half .orange_bg, .programs#backpack_programs section.dark_grey_bg div.float.left.half .dark_grey_bg {
  padding: 7% 0;
}
@media screen and (max-width: 992px) {
  /* line 42, ../sass/_programs_backpack.scss */
  .programs#backpack_programs section.dark_grey_bg div.float.left.half .orange_bg, .programs#backpack_programs section.dark_grey_bg div.float.left.half .dark_grey_bg {
    padding: 3% 0;
  }
}
/* line 48, ../sass/_programs_backpack.scss */
.programs#backpack_programs section.dark_grey_bg div.float.left.half a {
  color: #fff;
  display: block;
}
/* line 52, ../sass/_programs_backpack.scss */
.programs#backpack_programs section.dark_grey_bg div.float.left.half img {
  width: auto !important;
  float: none !important;
}
/* line 59, ../sass/_programs_backpack.scss */
.programs#backpack_programs section.dark_grey_bg div.float.right.half {
  width: 75% !important;
  max-width: 75% !important;
  padding: 1em 2em;
}
@media screen and (max-width: 992px) {
  /* line 59, ../sass/_programs_backpack.scss */
  .programs#backpack_programs section.dark_grey_bg div.float.right.half {
    width: 100% !important;
    max-width: 100% !important;
    padding: 3% 1em;
  }
}
/* line 68, ../sass/_programs_backpack.scss */
.programs#backpack_programs section.dark_grey_bg div.float.right.half .ui.grid .ten.wide.column {
  padding-top: 0.25em !important;
}
/* line 2, ../sass/_programs_beef.scss */
.programs#beef_for_backpacks section#top {
  background-image: url(../img/beef-for-backpacks.jpg);
}
/* line 5, ../sass/_programs_beef.scss */
.programs#beef_for_backpacks .full_text_wrapper h2 {
  display: none;
}

/* line 2, ../sass/_events_events.scss */
.events#events #top {
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  min-height: 345px;
}
@media screen and (max-width: 992px) {
  /* line 2, ../sass/_events_events.scss */
  .events#events #top {
    padding-top: 39%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
/* line 9, ../sass/_events_events.scss */
.events#events #top .left.half {
  padding: 2em 0 2.5em;
  color: #fff;
}
/* line 12, ../sass/_events_events.scss */
.events#events #top .left.half .text_wrapper {
  width: 800px;
}
/* line 15, ../sass/_events_events.scss */
.events#events #top .left.half p {
  font-size: 1.3125em;
  line-height: 2em;
}
/* line 18, ../sass/_events_events.scss */
.events#events #top .left.half p a {
  font-style: italic;
}
/* line 5, ../sass/_events_chefs_feast.scss */
.events#chefs_feast #top {
  background: url(../img/chefs-feast-header.jpg) 100% 0 no-repeat #56c0cc;
  min-height: 400px;
}
@media screen and (min-width: 1500px) {
  /* line 5, ../sass/_events_chefs_feast.scss */
  .events#chefs_feast #top {
    -moz-background-size: 50% auto;
    -o-background-size: 50% auto;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
  }
}
@media screen and (max-width: 1499px) {
  /* line 5, ../sass/_events_chefs_feast.scss */
  .events#chefs_feast #top {
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 992px) {
  /* line 5, ../sass/_events_chefs_feast.scss */
  .events#chefs_feast #top {
    padding-top: 39%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
/* line 18, ../sass/_events_chefs_feast.scss */
.events#chefs_feast #top .left.half {
  padding: 2em 0 2.5em;
  color: #fff;
}
@media screen and (min-width: 993px) {
  /* line 22, ../sass/_events_chefs_feast.scss */
  .events#chefs_feast #top .left.half .text_wrapper {
    width: 800px;
  }
}
/* line 26, ../sass/_events_chefs_feast.scss */
.events#chefs_feast #top .left.half p {
  font-size: 1.3125em;
  line-height: 2em;
}
/* line 37, ../sass/_events_chefs_feast.scss */
.events#chefs_feast section.second .retina {
  width: auto !important;
  float: none !important;
}
/* line 48, ../sass/_events_chefs_feast.scss */
.events#chefs_feast section.second div.orange_bg.float.left.half div.green_bg.two_full_cols .half {
  text-align: center;
  padding: 5% 0;
}
/* line 51, ../sass/_events_chefs_feast.scss */
.events#chefs_feast section.second div.orange_bg.float.left.half div.green_bg.two_full_cols .half a {
  display: block;
  color: #fff;
}
/* line 57, ../sass/_events_chefs_feast.scss */
.events#chefs_feast section.second div.orange_bg.float.left.half .orange_bg .half.wrapper.float.right {
  font-size: 1.5em;
  color: #fff;
  line-height: 1.5em;
  padding: 0 1%;
  width: 775px !important;
  max-width: 95% !important;
  text-align: left;
  margin: 5% auto;
}
/* line 66, ../sass/_events_chefs_feast.scss */
.events#chefs_feast section.second div.orange_bg.float.left.half .orange_bg .half.wrapper.float.right a {
  color: #fff;
}
@media screen and (max-width: 992px) {
  /* line 72, ../sass/_events_chefs_feast.scss */
  .events#chefs_feast section.second div.float.right.half.light_grey_bg {
    text-align: left;
    height: 100% !important;
  }
  /* line 76, ../sass/_events_chefs_feast.scss */
  .events#chefs_feast section.second div.float.right.half.light_grey_bg p {
    line-height: 30px !important;
  }
}
/* line 80, ../sass/_events_chefs_feast.scss */
.events#chefs_feast section.second div.float.right.half.light_grey_bg p {
  color: black;
  text-align: left;
  padding: 1em 5%;
  line-height: 1.75em;
  max-width: 95% !important;
}
/* line 95, ../sass/_events_chefs_feast.scss */
.events#chefs_feast section.third .ui.grid .column {
  vertical-align: middle;
  text-align: center;
  padding: 2em 1%;
}

/* line 7, ../sass/_events.scss */
.events.food-drive .logos img {
  width: 20%;
  margin: 1em 4%;
  min-width: 150px;
  max-width: 220px;
}

/**

*/
/* line 4, ../sass/_block_grid.scss */
.light_grey_bg.squares {
  padding-bottom: 1em;
}
/* line 5, ../sass/_block_grid.scss */
.light_grey_bg.squares .ui.button {
  color: black !important;
}
@media screen and (min-width: 993px) {
  /* line 9, ../sass/_block_grid.scss */
  .light_grey_bg.squares .text_wrapper {
    height: 250px;
  }
}
/* line 13, ../sass/_block_grid.scss */
.light_grey_bg.squares .text_wrapper.green_bg, .light_grey_bg.squares .text_wrapper.orange_bg, .light_grey_bg.squares .text_wrapper.blue_bg, .light_grey_bg.squares .text_wrapper.dark_grey_bg {
  padding: 0.5em 5%;
  color: #fff;
}
/* line 16, ../sass/_block_grid.scss */
.light_grey_bg.squares .text_wrapper.green_bg h1, .light_grey_bg.squares .text_wrapper.orange_bg h1, .light_grey_bg.squares .text_wrapper.blue_bg h1, .light_grey_bg.squares .text_wrapper.dark_grey_bg h1 {
  margin-bottom: 0em;
}
/* line 19, ../sass/_block_grid.scss */
.light_grey_bg.squares .text_wrapper.green_bg p, .light_grey_bg.squares .text_wrapper.orange_bg p, .light_grey_bg.squares .text_wrapper.blue_bg p, .light_grey_bg.squares .text_wrapper.dark_grey_bg p {
  margin-top: 0.5em;
  line-height: 1.75em;
}
/* line 22, ../sass/_block_grid.scss */
.light_grey_bg.squares .text_wrapper.green_bg p a, .light_grey_bg.squares .text_wrapper.orange_bg p a, .light_grey_bg.squares .text_wrapper.blue_bg p a, .light_grey_bg.squares .text_wrapper.dark_grey_bg p a {
  font-style: italic;
}
@media screen and (max-width: 992px) {
  /* line 28, ../sass/_block_grid.scss */
  .light_grey_bg.squares .ui.grid > .equal.height.row {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  /* line 34, ../sass/_block_grid.scss */
  .light_grey_bg.squares .ui.grid > .equal.height.row .column {
    margin-top: 2em !important;
    margin-bottom: 0px !important;
  }
}
/* line 40, ../sass/_block_grid.scss */
.light_grey_bg.squares .event_square {
  padding: 1.35em;
  position: relative;
}
/* line 43, ../sass/_block_grid.scss */
.light_grey_bg.squares .event_square a {
  font-size: 1.85em;
}
@media screen and (max-width: 1375px) and (min-width: 993px) {
  /* line 43, ../sass/_block_grid.scss */
  .light_grey_bg.squares .event_square a {
    font-size: 1.5em;
  }
}
/* line 49, ../sass/_block_grid.scss */
.light_grey_bg.squares .event_square p a {
  font-size: 1em;
}
@media screen and (min-width: 993px) {
  /* line 54, ../sass/_block_grid.scss */
  .light_grey_bg.squares .event_square .content {
    margin-top: -250px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.175s ease-in;
    -o-transition: opacity 0.175s ease-in;
    -webkit-transition: opacity 0.175s ease-in;
    transition: opacity 0.175s ease-in;
  }
  /* line 59, ../sass/_block_grid.scss */
  .light_grey_bg.squares .event_square .content.active {
    z-index: 10;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media screen and (min-width: 993px) and (max-width: 992px) {
  /* line 59, ../sass/_block_grid.scss */
  .light_grey_bg.squares .event_square .content.active {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
  }
}

/* line 71, ../sass/_block_grid.scss */
.light_grey_bg.squares .event_square .content h1 {
  margin: 0;
}
@media screen and (max-width: 1375px) {
  /* line 71, ../sass/_block_grid.scss */
  .light_grey_bg.squares .event_square .content h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 992px) {
  /* line 71, ../sass/_block_grid.scss */
  .light_grey_bg.squares .event_square .content h1 {
    display: none;
  }
}
/* line 82, ../sass/_block_grid.scss */
.light_grey_bg.squares .event_image {
  padding: 10em 5% 5%;
  background-position: 50% 50%;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  -webkit-background-size: auto 100% !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat;
  background-color: #cecece;
}
@media screen and (max-width: 1250px) {
  /* line 82, ../sass/_block_grid.scss */
  .light_grey_bg.squares .event_image {
    background-size: 100% auto !important;
  }
}
@media screen and (min-width: 993px) {
  /* line 82, ../sass/_block_grid.scss */
  .light_grey_bg.squares .event_image {
    -moz-transition: padding-top 0.125s ease-in-out;
    -o-transition: padding-top 0.125s ease-in-out;
    -webkit-transition: padding-top 0.125s ease-in-out;
    transition: padding-top 0.125s ease-in-out;
  }
  /* line 94, ../sass/_block_grid.scss */
  .light_grey_bg.squares .event_image.active {
    padding-top: 5% !important;
  }
  /* line 97, ../sass/_block_grid.scss */
  .light_grey_bg.squares .event_image a {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  /* line 82, ../sass/_block_grid.scss */
  .light_grey_bg.squares .event_image {
    background-image: none !important;
    padding: 1em 5%;
    background-color: #515d5e;
  }
}
/* line 105, ../sass/_block_grid.scss */
.light_grey_bg.squares a {
  color: #fff;
}
@media screen and (max-width: 992px) {
  /* line 110, ../sass/_block_grid.scss */
  .light_grey_bg.squares .ui.grid .column {
    display: block;
    margin: 1em 0;
    width: 100%;
  }
}

@media screen and (min-width: 1500px) {
  /* line 2, ../sass/_contact.scss */
  .contact #top {
    -moz-background-size: 50% auto;
    -o-background-size: 50% auto;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
  }
}
@media screen and (max-width: 1499px) {
  /* line 2, ../sass/_contact.scss */
  .contact #top {
    -moz-background-size: auto 101%;
    -o-background-size: auto 101%;
    -webkit-background-size: auto 101%;
    background-size: auto 101%;
  }
}
@media screen and (max-width: 992px) {
  /* line 2, ../sass/_contact.scss */
  .contact #top {
    padding-top: 39%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
/* line 13, ../sass/_contact.scss */
.contact #top .left.half {
  padding: 4% 0;
  color: #fff;
}
@media screen and (min-width: 993px) {
  /* line 16, ../sass/_contact.scss */
  .contact #top .left.half .text_wrapper {
    width: 700px;
  }
}
/* line 21, ../sass/_contact.scss */
.contact #top .left.half p {
  margin-top: 3em;
  font-size: 1.3125em;
  line-height: 1.75;
}
/* line 33, ../sass/_contact.scss */
.contact .green_bg.two_full_cols {
  background: url(../img/contact-bar.jpg) 0 0 no-repeat #b7d11f;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
@media screen and (max-width: 992px) {
  /* line 33, ../sass/_contact.scss */
  .contact .green_bg.two_full_cols {
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-top: 29%;
  }
}
@media screen and (min-width: 992px) {
  /* line 42, ../sass/_contact.scss */
  .contact .green_bg.two_full_cols .box_link {
    padding: 15% 0;
  }
}
/* line 2, ../sass/_contact_employee_directory.scss */
.contact#employee_directory #top {
  background-image: url(../img/employee-header.jpg);
}
/* line 4, ../sass/_contact_employee_directory.scss */
.contact#employee_directory #top h1 {
  font-size: 29px;
}
/* line 7, ../sass/_contact_employee_directory.scss */
.contact#employee_directory #top .left.half {
  padding: 8% 0;
  color: #fff;
}
@media screen and (min-width: 993px) {
  /* line 10, ../sass/_contact_employee_directory.scss */
  .contact#employee_directory #top .left.half .text_wrapper {
    width: 700px;
  }
}
/* line 18, ../sass/_contact_employee_directory.scss */
.contact#employee_directory form {
  border: 5px solid #424242;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
/* line 23, ../sass/_contact_employee_directory.scss */
.contact#employee_directory form .float {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 23, ../sass/_contact_employee_directory.scss */
  .contact#employee_directory form .float {
    float: none;
    width: 100%;
  }
}
/* line 31, ../sass/_contact_employee_directory.scss */
.contact#employee_directory form input {
  margin: 0;
  padding: 0.5em 1em;
  border: 0px;
  font-family: "Roboto Slab";
  font-size: 1.4em;
}
/* line 37, ../sass/_contact_employee_directory.scss */
.contact#employee_directory form input[type="submit"] {
  background-color: transparent;
  color: #fff;
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
/* line 46, ../sass/_contact_employee_directory.scss */
.contact#employee_directory form i.icon {
  font-size: 1.5em;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -0.5em;
  right: 10%;
}
@media screen and (max-width: 1150px) {
  /* line 46, ../sass/_contact_employee_directory.scss */
  .contact#employee_directory form i.icon {
    display: none;
  }
}
/* line 63, ../sass/_contact_employee_directory.scss */
.contact#employee_directory section.second {
  background-image: url(../img/employee-bar.jpg);
}
/* line 71, ../sass/_contact_employee_directory.scss */
.contact#employee_directory .employees .row .column {
  padding-bottom: 5%;
}
/* line 74, ../sass/_contact_employee_directory.scss */
.contact#employee_directory .employees img {
  max-width: 29%;
}
/* line 75, ../sass/_contact_employee_directory.scss */
.contact#employee_directory .employees img + div.float {
  margin-left: 2%;
  max-width: 68%;
}
/* line 79, ../sass/_contact_employee_directory.scss */
.contact#employee_directory .employees p {
  line-height: 1.35em;
}
/* line 81, ../sass/_contact_employee_directory.scss */
.contact#employee_directory .employees p a {
  color: #000;
}
/* line 83, ../sass/_contact_employee_directory.scss */
.contact#employee_directory .employees .name {
  color: #56c0cc;
  font-size: 1.15em;
  font-weight: bold;
  margin: 0;
}
/* line 89, ../sass/_contact_employee_directory.scss */
.contact#employee_directory .employees .title {
  font-size: 0.875em;
  font-style: italic;
}
/* line 93, ../sass/_contact_employee_directory.scss */
.contact#employee_directory .employees .email, .contact#employee_directory .employees .phone {
  font-size: 0.875em;
}
@media screen and (max-width: 1100px) {
  /* line 98, ../sass/_contact_employee_directory.scss */
  .contact#employee_directory .ui.grid > .row.equal.height {
    display: inline;
  }
  /* line 100, ../sass/_contact_employee_directory.scss */
  .contact#employee_directory .ui.grid > .row.equal.height > .column {
    width: 50%;
    float: left;
    display: block;
  }
}

/* line 2, ../sass/_get_help.scss */
.get_help #top {
  background: url(../img/get-help-header.jpg) 100% 0 no-repeat #f89521 !important;
}
@media screen and (max-width: 992px) {
  /* line 2, ../sass/_get_help.scss */
  .get_help #top {
    padding: 40% 0 5% 0;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    -webkit-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }
}
/* line 2, ../sass/_get_help_get_help.scss */
.get_help#get_help #top {
  color: #fff;
}
/* line 4, ../sass/_get_help_get_help.scss */
.get_help#get_help #top .left.half p + p {
  clear: right;
  font-size: 1.15em;
  line-height: 1.75em;
}
@media screen and (max-width: 768px) {
  /* line 16, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.second .ui.grid .column {
    margin-top: 0 !important;
  }
}
/* line 20, ../sass/_get_help_get_help.scss */
.get_help#get_help section.second .number {
  font-size: 6.25em;
  font-weight: bold;
  color: #14535a;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  /* line 20, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.second .number {
    font-size: 4em;
  }
}
@media screen and (max-width: 890px) {
  /* line 20, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.second .number {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 768px) {
  /* line 20, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.second .number {
    padding-left: 16px;
  }
}
/* line 36, ../sass/_get_help_get_help.scss */
.get_help#get_help section.second .icon {
  color: #fff;
}
/* line 38, ../sass/_get_help_get_help.scss */
.get_help#get_help section.second .icon, .get_help#get_help section.second .icon * {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 39, ../sass/_get_help_get_help.scss */
.get_help#get_help section.second .icon img {
  margin: 0 0.5em 0 1em;
}
@media screen and (max-width: 992px) {
  /* line 39, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.second .icon img {
    max-width: 35px;
    margin: 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  /* line 39, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.second .icon img {
    max-width: 50px;
  }
}
/* line 49, ../sass/_get_help_get_help.scss */
.get_help#get_help section.second .icon span span:first-child {
  font-weight: bold;
  font-size: 1.15em;
}
@media screen and (max-width: 992px) {
  /* line 49, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.second .icon span span:first-child {
    font-size: 1em;
  }
}
/* line 56, ../sass/_get_help_get_help.scss */
.get_help#get_help section.second .icon span span + br + span {
  font-size: 1.625em;
  font-weight: 100;
}
@media screen and (max-width: 890px) and (min-width: 768px) {
  /* line 56, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.second .icon span span + br + span {
    font-size: 1.25em;
  }
}
/* line 69, ../sass/_get_help_get_help.scss */
.get_help#get_help section.third {
  position: relative;
}
/* line 71, ../sass/_get_help_get_help.scss */
.get_help#get_help section.third form#initial {
  border: 5px solid #f89521;
  background-color: #fff;
  position: absolute;
  z-index: 20000;
  width: 720px;
  top: 42.5%;
  left: 50%;
  margin-left: -375px;
  font-size: 1.365em;
  font-weight: bold;
  color: #fff;
  overflow-y: hidden;
}
/* line 84, ../sass/_get_help_get_help.scss */
.get_help#get_help section.third form#initial label {
  background-color: #f89521;
}
/* line 87, ../sass/_get_help_get_help.scss */
.get_help#get_help section.third form#initial label, .get_help#get_help section.third form#initial input {
  padding: 1em;
  margin: 0;
  border: 0px;
  vertical-align: middle;
  line-height: 1em;
}
/* line 94, ../sass/_get_help_get_help.scss */
.get_help#get_help section.third form#initial input[type="text"] {
  color: #515d5e;
}
/* line 97, ../sass/_get_help_get_help.scss */
.get_help#get_help section.third form#initial input[type="image"] {
  padding: 1em 1% 0 0;
}
/* line 101, ../sass/_get_help_get_help.scss */
.get_help#get_help section.third #map-canvas {
  height: 550px;
  width: 100%;
}
/* line 104, ../sass/_get_help_get_help.scss */
.get_help#get_help section.third #map-canvas, .get_help#get_help section.third #map-canvas * {
  max-width: none !important;
}
@media screen and (max-width: 992px) {
  /* line 109, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.third form#initial {
    width: 90%;
    margin-left: -45%;
    top: 25%;
  }
  /* line 113, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.third form#initial label {
    display: block;
    width: 100%;
    padding: 0.5em;
  }
  /* line 118, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.third form#initial input {
    max-width: 85%;
  }
  /* line 122, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.third #map-canvas {
    height: 300px;
  }
}
/* line 128, ../sass/_get_help_get_help.scss */
.get_help#get_help section.third .infowindow {
  background-color: #56c0cc;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto Slab';
  line-height: 2em;
  padding: 0.5em;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 144, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results {
  display: none;
}
/* line 147, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results .orange_bg .wrapper {
  padding: 0;
}
/* line 150, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results form#new_search {
  text-align: center;
  padding: 5px 0;
}
/* line 153, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results form#new_search input, .get_help#get_help section.results form#new_search label {
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 1.25em;
  line-height: 1.25em;
  border: 0px;
}
/* line 159, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results form#new_search input[type="text"], .get_help#get_help section.results form#new_search label[type="text"] {
  padding: 0.85em 3em 0.85em 0.85em;
  font-weight: bold;
}
/* line 163, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results form#new_search input[type="image"], .get_help#get_help section.results form#new_search label[type="image"] {
  margin-left: -50px;
}
/* line 167, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results form#new_search input {
  background-color: #fff;
}
/* line 170, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results form#new_search label {
  color: #fff;
  padding-right: 10px;
}
@media screen and (max-width: 992px) {
  /* line 175, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.results form#new_search label {
    display: block;
    padding: 5px 0 0.5em;
    font-size: 1.5em;
  }
  /* line 180, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.results form#new_search input[type="text"] {
    margin-left: -25px;
  }
}
/* line 186, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results .wrapper {
  width: 900px;
  max-width: 90%;
  padding: 5% 0 5em;
}
/* line 191, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results .row {
  border-bottom: 1px solid #7d8889;
  padding: 0 0 2em;
}
/* line 195, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results .column {
  padding-bottom: 2em !important;
  margin-top: 0px !important;
}
/* line 198, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results .column + .column {
  padding-top: 0.5em !important;
}
@media screen and (max-width: 767px) {
  /* line 195, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.results .column {
    padding-bottom: 0px !important;
  }
  /* line 203, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.results .column + .column {
    padding-bottom: 2em !important;
  }
}
/* line 210, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results .seven.wide.column p {
  font-size: 0.875em;
  line-height: 2em;
}
/* line 214, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results .seven.wide.column a {
  color: #222;
}
/* line 217, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results .seven.wide.column p + a {
  font-style: italic;
  font-size: 0.875em;
  line-height: 2em;
}
/* line 226, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results .nine.wide.column table td {
  margin: 0;
  padding: 7px 5% 7px 0;
  font-size: 0.875em;
}
/* line 231, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results .nine.wide.column table td + td {
  padding: 5px 15px;
  border: 0px;
}
/* line 235, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results .nine.wide.column table td + td + td {
  border-left: 1px solid #7d8889;
}
@media screen and (max-width: 767px) {
  /* line 237, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.results .nine.wide.column table * {
    display: block;
    width: 100%;
    border-right: 0px !important;
  }
  /* line 242, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.results .nine.wide.column table td:first-child {
    font-weight: bold;
    padding-top: 10px;
  }
  /* line 246, ../sass/_get_help_get_help.scss */
  .get_help#get_help section.results .nine.wide.column table td {
    border: 0px !important;
  }
}
/* line 251, ../sass/_get_help_get_help.scss */
.get_help#get_help section.results .nine.wide.column p {
  font-size: 0.875em;
  font-style: italic;
}

/* line 2, ../sass/_learn_more_learn_more.scss */
.learn_more#learn_more p {
  line-height: 1.75em;
}
/* line 4, ../sass/_learn_more_learn_more.scss */
.learn_more#learn_more p a {
  color: #fff;
  font-style: italic;
}
@media screen and (min-width: 993px) and (max-width: 1250px) {
  /* line 10, ../sass/_learn_more_learn_more.scss */
  .learn_more#learn_more h1 {
    font-size: 27px;
  }
}
/* line 17, ../sass/_learn_more_learn_more.scss */
.learn_more#learn_more #top .half {
  color: #fff;
  padding: 0;
}
@media screen and (min-width: 993px) {
  /* line 22, ../sass/_learn_more_learn_more.scss */
  .learn_more#learn_more #top .right.half {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
  }
  /* line 27, ../sass/_learn_more_learn_more.scss */
  .learn_more#learn_more #top .right.half .two_full_cols {
    background-color: #b7d11f;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
  }
}
/* line 36, ../sass/_learn_more_learn_more.scss */
.learn_more#learn_more #top .first_col {
  padding: 2em 0;
}
/* line 39, ../sass/_learn_more_learn_more.scss */
.learn_more#learn_more #top .second_col {
  text-align: center;
  padding: 3em 2%;
}
@media screen and (min-width: 993px) {
  /* line 39, ../sass/_learn_more_learn_more.scss */
  .learn_more#learn_more #top .second_col {
    position: absolute;
    bottom: 0px;
    top: 0px;
    padding: 12% 2%;
  }
}
/* line 48, ../sass/_learn_more_learn_more.scss */
.learn_more#learn_more #top .second_col .retina {
  width: auto;
  float: none;
}
/* line 52, ../sass/_learn_more_learn_more.scss */
.learn_more#learn_more #top .second_col h1 {
  text-transform: uppercase;
  text-align: center;
}
/* line 57, ../sass/_learn_more_learn_more.scss */
.learn_more#learn_more #top .third_col {
  text-align: left;
}
/* line 59, ../sass/_learn_more_learn_more.scss */
.learn_more#learn_more #top .third_col .orange_bg, .learn_more#learn_more #top .third_col .green_bg {
  padding: 1.5em 5%;
}
/* line 62, ../sass/_learn_more_learn_more.scss */
.learn_more#learn_more #top .third_col .orange_bg {
  margin-top: -1.35em;
}
/* line 7, ../sass/_learn_more_history.scss */
.learn_more#history #top .text_wrapper {
  color: #fff;
  padding: 2em 1em;
}
/* line 12, ../sass/_learn_more_history.scss */
.learn_more#history #top .first_col p {
  line-height: 2em;
}
/* line 16, ../sass/_learn_more_history.scss */
.learn_more#history #top .second_col {
  background: url(../img/overview-woman.jpg) 0 0 no-repeat #b7d11f;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
@media screen and (min-width: 993px) {
  /* line 19, ../sass/_learn_more_history.scss */
  .learn_more#history #top .second_col .text_wrapper {
    width: 400px;
  }
}
/* line 25, ../sass/_learn_more_history.scss */
.learn_more#history #top blockquote {
  text-align: left;
}
@media screen and (min-width: 993px) {
  /* line 25, ../sass/_learn_more_history.scss */
  .learn_more#history #top blockquote {
    padding: 5%;
  }
}
/* line 36, ../sass/_learn_more_history.scss */
.learn_more#history .second {
  background: url(../img/overview-girl.jpg) 0 0 no-repeat #56c0cc;
  -moz-background-size: 50% auto;
  -o-background-size: 50% auto;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
}
@media screen and (max-width: 1220px) {
  /* line 36, ../sass/_learn_more_history.scss */
  .learn_more#history .second {
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 992px) {
  /* line 36, ../sass/_learn_more_history.scss */
  .learn_more#history .second {
    padding-top: 45%;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0 -8%;
  }
}
/* line 48, ../sass/_learn_more_history.scss */
.learn_more#history .second .text_wrapper {
  text-align: left;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}
/* line 53, ../sass/_learn_more_history.scss */
.learn_more#history .second .text_wrapper p {
  line-height: 2em;
}
/* line 63, ../sass/_learn_more_history.scss */
.learn_more#history section.third {
  background: url(../img/learn-more-bottom.jpg) 0 0 transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 15% 0;
}
@media screen and (max-width: 767px) {
  /* line 63, ../sass/_learn_more_history.scss */
  .learn_more#history section.third {
    padding: 25% 0;
  }
}
/* line 6, ../sass/_learn_more_videos.scss */
.learn_more#videos #top {
  background-position: 100% 0;
}
@media screen and (min-width: 993px) {
  /* line 9, ../sass/_learn_more_videos.scss */
  .learn_more#videos #top .left.half {
    max-width: 500px;
    padding: 2em 0;
  }
  /* line 13, ../sass/_learn_more_videos.scss */
  .learn_more#videos #top .text_wrapper {
    max-width: 400px;
  }
}
@media screen and (max-width: 992px) {
  /* line 6, ../sass/_learn_more_videos.scss */
  .learn_more#videos #top {
    padding-top: 40%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
/* line 21, ../sass/_learn_more_videos.scss */
.learn_more#videos #top .text_wrapper {
  color: #fff;
  line-height: 2.25em;
  padding-bottom: 1em;
}
/* line 26, ../sass/_learn_more_videos.scss */
.learn_more#videos #top h1, .learn_more#videos #top p {
  margin: 10px 0 0;
}
/* line 31, ../sass/_learn_more_videos.scss */
.learn_more#videos section.second {
  padding: 5% 0;
}
/* line 33, ../sass/_learn_more_videos.scss */
.learn_more#videos section.second .wrapper {
  width: 1300px;
}
/* line 36, ../sass/_learn_more_videos.scss */
.learn_more#videos section.second .blue_bg {
  text-align: center;
  padding: 1em 0;
  margin: 2em 0;
}
/* line 40, ../sass/_learn_more_videos.scss */
.learn_more#videos section.second .blue_bg a {
  color: #fff;
}
/* line 3, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma .hunger_popup {
  position: absolute;
  background-color: #56c0cc;
  border: 1px solid #4dacb7;
  -moz-box-shadow: 3px 3px 6px #666;
  -webkit-box-shadow: 3px 3px 6px #666;
  box-shadow: 3px 3px 6px #666;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.5em 1em;
  line-height: 1.5em;
  z-index: 100000;
}
@media screen and (max-width: 992px) {
  /* line 3, ../sass/_learn_more_hunger.scss */
  .learn_more#hunger_in_oklahoma .hunger_popup {
    display: none;
  }
}
/* line 16, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma .hunger_popup .title {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 20, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma .hunger_popup .details {
  font-size: 0.85em;
}
/* line 28, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma #top {
  background: url(../img/hunger-header.jpg) 100% 0 no-repeat #f89521;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
@media screen and (max-width: 992px) {
  /* line 28, ../sass/_learn_more_hunger.scss */
  .learn_more#hunger_in_oklahoma #top {
    padding-top: 40%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
/* line 35, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma #top .text_wrapper {
  color: #fff;
  line-height: 2.25em;
  padding-top: 8%;
  padding-bottom: 8%;
  text-align: center;
}
/* line 42, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma #top img {
  float: none;
  width: 100%;
}
@media screen and (max-width: 992px) {
  /* line 42, ../sass/_learn_more_hunger.scss */
  .learn_more#hunger_in_oklahoma #top img {
    width: auto;
  }
}
/* line 49, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma #top p {
  font-size: 1.875em;
  font-weight: bold;
  margin: 4% auto 0;
  line-height: 1.65em;
}
/* line 58, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma section.blue_bg p {
  font-size: 2em;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 1.35em 0;
  max-width: 1100px;
  text-transform: uppercase;
  line-height: 1.65em;
  width: 95%;
}
@media screen and (max-width: 992px) {
  /* line 58, ../sass/_learn_more_hunger.scss */
  .learn_more#hunger_in_oklahoma section.blue_bg p {
    font-size: 1.5em;
  }
}
/* line 74, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma section.third {
  overflow-y: visible;
}
@media screen and (min-width: 993px) {
  /* line 77, ../sass/_learn_more_hunger.scss */
  .learn_more#hunger_in_oklahoma section.third .left.half {
    max-width: 25%;
  }
  /* line 80, ../sass/_learn_more_hunger.scss */
  .learn_more#hunger_in_oklahoma section.third .right.half {
    width: 75%;
    max-width: 100%;
  }
}
/* line 86, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma section.third img {
  width: auto;
  float: none;
}
/* line 92, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma section.third .box .text_wrapper {
  float: none;
  max-width: 100%;
  text-align: center;
}
/* line 97, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma section.third .box a {
  padding: 2em 0;
  color: #fff;
  display: block;
}
/* line 104, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma section.third .legend {
  position: absolute;
  bottom: 1em;
  left: 1em;
  width: 301px;
  max-width: 95%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* line 104, ../sass/_learn_more_hunger.scss */
  .learn_more#hunger_in_oklahoma section.third .legend {
    position: static;
    width: 100%;
    max-width: 95%;
    margin: 0 2.5%;
    padding-bottom: 2em;
  }
}
/* line 118, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma section.third .legend p {
  line-height: 1.5em;
  font-size: 0.875em;
  margin: 1em 0;
}
/* line 123, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma section.third .legend p span {
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 992px) {
  /* line 123, ../sass/_learn_more_hunger.scss */
  .learn_more#hunger_in_oklahoma section.third .legend p span {
    float: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
  }
}
/* line 135, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma section.third .legend p:after {
  overflow: hidden;
  *zoom: 1;
}
/* line 138, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma section.third .legend a {
  color: #000;
  font-style: italic;
  font-size: 0.875em;
}
/* line 147, ../sass/_learn_more_hunger.scss */
.learn_more#hunger_in_oklahoma section.third .right.half img {
  margin: 2em 1em auto 12%;
  max-height: 21em;
  max-width: 85%;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  /* line 147, ../sass/_learn_more_hunger.scss */
  .learn_more#hunger_in_oklahoma section.third .right.half img {
    max-width: 90%;
    margin: 2em 2.5% 1em;
    display: block;
  }
}
/* line 3, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials .learn_more .two_full_cols {
  background-repeat: no-repeat;
}
/* line 9, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials #top {
  background-size: 100% auto;
}
@media screen and (max-width: 992px) {
  /* line 9, ../sass/_learn_more_testimonials.scss */
  .learn_more#testimonials #top {
    padding-top: 40%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  /* line 9, ../sass/_learn_more_testimonials.scss */
  .learn_more#testimonials #top {
    background-position: 80% 10% !important;
  }
}
/* line 18, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials #top .left.half {
  color: #fff;
  padding: 2em 0;
}
@media screen and (min-width: 993px) {
  /* line 18, ../sass/_learn_more_testimonials.scss */
  .learn_more#testimonials #top .left.half {
    max-width: 500px;
  }
}
/* line 25, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials #top .text_wrapper {
  padding: 0;
}
@media screen and (min-width: 993px) {
  /* line 25, ../sass/_learn_more_testimonials.scss */
  .learn_more#testimonials #top .text_wrapper {
    max-width: 380px;
  }
}
/* line 32, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials #top blockquote footer, .learn_more#testimonials #top blockquote footer a {
  color: #576310;
}
/* line 41, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials .second {
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
@media screen and (max-width: 992px) {
  /* line 41, ../sass/_learn_more_testimonials.scss */
  .learn_more#testimonials .second {
    padding-top: 40%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
/* line 47, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials .second .right.half {
  color: #fff;
  padding: 2em 0;
}
@media screen and (max-width: 992px) {
  /* line 51, ../sass/_learn_more_testimonials.scss */
  .learn_more#testimonials .second .text_wrapper {
    padding: 0;
  }
}
/* line 56, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials .second blockquote {
  text-align: left;
}
/* line 60, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials .second blockquote footer, .learn_more#testimonials .second blockquote footer a {
  color: #327178;
}
/* line 70, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials .third {
  background-position: 100% 0;
}
@media screen and (max-width: 992px) {
  /* line 70, ../sass/_learn_more_testimonials.scss */
  .learn_more#testimonials .third {
    padding-top: 40%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
/* line 76, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials .third .left.half {
  color: #fff;
  padding: 1.5em 0;
}
@media screen and (min-width: 993px) {
  /* line 76, ../sass/_learn_more_testimonials.scss */
  .learn_more#testimonials .third .left.half {
    max-width: 575px;
  }
}
/* line 83, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials .third .text_wrapper {
  padding: 0;
}
@media screen and (min-width: 993px) {
  /* line 83, ../sass/_learn_more_testimonials.scss */
  .learn_more#testimonials .third .text_wrapper {
    max-width: 455px;
  }
}
/* line 90, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials .third blockquote footer, .learn_more#testimonials .third blockquote footer a {
  color: #845114;
}
/* line 99, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials .fourth {
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
@media screen and (max-width: 992px) {
  /* line 99, ../sass/_learn_more_testimonials.scss */
  .learn_more#testimonials .fourth {
    padding-top: 40%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
/* line 105, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials .fourth .right.half {
  color: #fff;
  padding: 2em 0;
}
@media screen and (max-width: 992px) {
  /* line 109, ../sass/_learn_more_testimonials.scss */
  .learn_more#testimonials .fourth .text_wrapper {
    padding: 0;
  }
}
/* line 114, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials .fourth blockquote {
  text-align: left;
}
/* line 118, ../sass/_learn_more_testimonials.scss */
.learn_more#testimonials .fourth blockquote footer, .learn_more#testimonials .fourth blockquote footer a {
  color: #327178;
}

/**
	Based off of .generic so every page doesn't manually need to have .generic class added to it (see PageComposer)
*/
/* line 4, ../sass/_generic_page.scss */
#top.simple {
  color: white;
  background-position: 100% 0 !important;
  background-repeat: no-repeat !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  -webkit-background-size: auto 100% !important;
  background-size: auto 100% !important;
}
@media screen and (max-width: 992px) {
  /* line 4, ../sass/_generic_page.scss */
  #top.simple {
    padding-top: 40%;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    -webkit-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }
}
/* line 13, ../sass/_generic_page.scss */
#top.simple .text_wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}
/* line 17, ../sass/_generic_page.scss */
#top.simple .left.half {
  color: #fff;
  padding: 2em 0;
}
/* line 20, ../sass/_generic_page.scss */
#top.simple .left.half h1 {
  margin: 0;
}
/* line 23, ../sass/_generic_page.scss */
#top.simple .left.half h2 {
  margin: 0.35em 0 0.25em;
}
/* line 26, ../sass/_generic_page.scss */
#top.simple .left.half p {
  margin: 0.5em 0;
  font-size: 1em;
  line-height: 1.785em;
}
@media screen and (min-width: 993px) {
  /* line 26, ../sass/_generic_page.scss */
  #top.simple .left.half p {
    max-width: 500px;
    float: left;
  }
}

/* line 38, ../sass/_generic_page.scss */
.two_block {
  background-position: 100% 0 !important;
  background-repeat: no-repeat !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  -webkit-background-size: auto 100% !important;
  background-size: auto 100% !important;
}
/* line 39, ../sass/_generic_page.scss */
.two_block .text_wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}
/* line 42, ../sass/_generic_page.scss */
.two_block .text_wrapper p {
  font-size: 1em;
  line-height: 1.785em;
}
/* line 47, ../sass/_generic_page.scss */
.two_block .right.half {
  padding: 1% 0;
}
@media screen and (max-width: 992px) {
  /* line 38, ../sass/_generic_page.scss */
  .two_block {
    padding-top: 40%;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    -webkit-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }
}

/* line 58, ../sass/_generic_page.scss */
.two_block_right {
  background-position: 0% 0% !important;
  background-repeat: no-repeat !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  -webkit-background-size: auto 100% !important;
  background-size: auto 100% !important;
}
/* line 59, ../sass/_generic_page.scss */
.two_block_right .text_wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: left;
}
/* line 63, ../sass/_generic_page.scss */
.two_block_right .text_wrapper p {
  font-size: 1em;
  line-height: 1.785em;
}
@media screen and (max-width: 992px) {
  /* line 58, ../sass/_generic_page.scss */
  .two_block_right {
    padding-top: 40%;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    -webkit-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }
}

/* line 77, ../sass/_generic_page.scss */
.blue_bg,
.orange_bg,
.green_bg,
.dark_grey_bg,
.grey_bg {
  color: white;
}

/* line 84, ../sass/_generic_page.scss */
.blue_bg {
  background-color: #56c0cc;
}
/* line 86, ../sass/_generic_page.scss */
.blue_bg a {
  color: #0e3a3f;
}

/* line 90, ../sass/_generic_page.scss */
.full_text_wrapper p {
  font-size: 1em;
  line-height: 1.785em;
}

/* line 96, ../sass/_generic_page.scss */
.generic {
  color: #fff;
}
/* line 98, ../sass/_generic_page.scss */
.generic p, .generic ul li {
  font-size: 1em;
  line-height: 1.785em;
}
/* line 103, ../sass/_generic_page.scss */
.generic section {
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  -webkit-background-size: auto 100% !important;
  background-size: auto 100% !important;
}
@media screen and (max-width: 992px) {
  /* line 103, ../sass/_generic_page.scss */
  .generic section {
    padding-top: 40%;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    -webkit-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }
}
/* line 109, ../sass/_generic_page.scss */
.generic section .text_wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}
/* line 118, ../sass/_generic_page.scss */
.generic section:first-child div.half {
  background-color: #f89521;
}
/* line 121, ../sass/_generic_page.scss */
.generic section:first-child .orange_bg a {
  color: #2e7881 !important;
}
/* line 124, ../sass/_generic_page.scss */
.generic section:first-child .left.half {
  color: #fff;
  padding: 2em 0;
}
/* line 127, ../sass/_generic_page.scss */
.generic section:first-child .left.half h1 {
  margin: 0;
}
/* line 130, ../sass/_generic_page.scss */
.generic section:first-child .left.half h2 {
  margin: 0.35em 0 0.25em;
}
/* line 133, ../sass/_generic_page.scss */
.generic section:first-child .left.half p {
  margin: 0.5em 0;
  font-size: 1em;
  line-height: 1.785em;
}
@media screen and (min-width: 993px) {
  /* line 133, ../sass/_generic_page.scss */
  .generic section:first-child .left.half p {
    max-width: 500px;
    float: left;
  }
}
/* line 141, ../sass/_generic_page.scss */
.generic section:first-child .left.half p a {
  color: #fff;
}
/* line 151, ../sass/_generic_page.scss */
.generic section + section {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #56c0cc;
}
/* line 155, ../sass/_generic_page.scss */
.generic section + section a {
  color: #0e3a3f;
}
/* line 156, ../sass/_generic_page.scss */
.generic section + section .text_wrapper {
  text-align: left;
  color: #fff;
}
/* line 160, ../sass/_generic_page.scss */
.generic section + section div.half {
  background-color: #56c0cc;
  padding: 1% 0;
}
/* line 169, ../sass/_generic_page.scss */
.generic section + section + section {
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-color: #b7d11f;
}
/* line 173, ../sass/_generic_page.scss */
.generic section + section + section a {
  color: #14535a;
}
/* line 174, ../sass/_generic_page.scss */
.generic section + section + section div.half {
  background-color: #b7d11f;
}
/* line 179, ../sass/_generic_page.scss */
.generic section + section + section + section {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #f89521;
}
/* line 183, ../sass/_generic_page.scss */
.generic section + section + section + section a {
  color: #925915;
}
/* line 184, ../sass/_generic_page.scss */
.generic section + section + section + section div.half {
  background-color: #f89521;
}
/* line 189, ../sass/_generic_page.scss */
.generic section + section + section + section + section {
  background: url(../img/generic/big1.jpg) 100% 0 no-repeat #56c0cc;
}
/* line 191, ../sass/_generic_page.scss */
.generic section + section + section + section + section a {
  color: #0e3a3f;
}
/* line 192, ../sass/_generic_page.scss */
.generic section + section + section + section + section div.half {
  background-color: #56c0cc;
}
/* line 197, ../sass/_generic_page.scss */
.generic section + section + section + section + section + section {
  background: url(../img/generic/big2.jpg) 0 0 no-repeat #b7d11f;
}
/* line 199, ../sass/_generic_page.scss */
.generic section + section + section + section + section + section a {
  color: #925915;
}
/* line 200, ../sass/_generic_page.scss */
.generic section + section + section + section + section + section div.half {
  background-color: #b7d11f;
}
/* line 205, ../sass/_generic_page.scss */
.generic section + section + section + section + section + section + section {
  background: url(../img/generic/big1.jpg) 100% 0 no-repeat #f89521;
}
/* line 207, ../sass/_generic_page.scss */
.generic section + section + section + section + section + section + section a {
  color: #925915;
}
/* line 208, ../sass/_generic_page.scss */
.generic section + section + section + section + section + section + section div.half {
  background-color: #f89521;
}

/* line 1, ../sass/_faqs.scss */
.question {
  cursor: pointer;
  padding-top: 1em;
  text-transform: uppercase;
  font-size: 1.15em;
}
/* line 6, ../sass/_faqs.scss */
.question:before {
  color: #fff;
  font-family: Icons;
  content: "\f103";
  padding-right: 2%;
  vertical-align: middle;
  clear: left;
  font-size: 1.75em;
}
/* line 16, ../sass/_faqs.scss */
.question.active:before {
  content: "\f102";
}

/* line 21, ../sass/_faqs.scss */
.answer {
  margin: 0;
  padding: 0;
  display: none;
  clear: both;
}

/* line 27, ../sass/_faqs.scss */
h2.question {
  margin: 0;
}
/* line 30, ../sass/_faqs.scss */
h2.question + .answer {
  margin: 0.75em 0;
}

/* line 40, ../sass/_faqs.scss */
.faq .full_text_wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1575px) and (min-width: 993px) {
  /* line 40, ../sass/_faqs.scss */
  .faq .full_text_wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  /* line 40, ../sass/_faqs.scss */
  .faq .full_text_wrapper {
    padding-left: 0;
  }
}
/* line 52, ../sass/_faqs.scss */
.faq .question_set {
  background: #515d5e !important;
  padding-bottom: 2em;
  padding-top: 1em !important;
}
/* line 56, ../sass/_faqs.scss */
.faq .question_set .question, .faq .question_set .answer {
  padding: 0.5em 5% 0 5%;
}
/* line 59, ../sass/_faqs.scss */
.faq .question_set .answer {
  color: #000;
  background-color: #dddddd;
  padding: 1em 5% 3em;
}

/* line 1, ../sass/_forms.scss */
.ws-po-box {
  color: #000 !important;
}

/* line 5, ../sass/_forms.scss */
form ::-webkit-input-placeholder {
  color: #999999;
  font-family: "Roboto Slab";
  line-height: 1.25em;
}
/* line 10, ../sass/_forms.scss */
form :-moz-placeholder {
  color: #999999;
  font-family: "Roboto Slab";
  line-height: 1.25em;
}
/* line 15, ../sass/_forms.scss */
form ::-moz-placeholder {
  color: #999999;
  font-family: "Roboto Slab";
  line-height: 1.25em;
}
/* line 20, ../sass/_forms.scss */
form :-ms-input-placeholder {
  color: #999999;
  font-family: "Roboto Slab";
  line-height: 1.25em;
}

/* line 27, ../sass/_forms.scss */
.form .dark_grey_bg {
  background-image: none;
  background-color: #fff;
  padding-top: 2em !important;
}
/* line 31, ../sass/_forms.scss */
.form .dark_grey_bg * {
  color: #515d5e !important;
}
/* line 32, ../sass/_forms.scss */
.form .dark_grey_bg .wrapper {
  max-width: 95%;
  width: 1000px;
}

/* line 37, ../sass/_forms.scss */
.form .disclaimer {
  font-style: italic;
  color: #919d9e !important;
  font-size: 0.85em;
  line-height: 1.85em;
  text-align: center;
  margin: 2em 0;
}

/* line 46, ../sass/_forms.scss */
.form form * {
  font-family: "Roboto Slab";
}
/* line 47, ../sass/_forms.scss */
.form form .spacer {
  padding: 0.5em;
}
/* line 50, ../sass/_forms.scss */
.form form label {
  color: #7d8889;
  font-size: 1em;
  padding-bottom: 0.25em;
  display: block;
  line-height: 28px;
}
/* line 56, ../sass/_forms.scss */
.form form label.label {
  font-size: 1.25em;
  font-weight: bold;
  padding-bottom: 0em;
  text-transform: uppercase;
}
/* line 61, ../sass/_forms.scss */
.form form label.label + br + input {
  margin-top: -10px;
}
/* line 66, ../sass/_forms.scss */
.form form input[type="text"],
.form form input[type="email"],
.form form textarea,
.form form input[type="password"],
.form form .ws-date {
  background-color: #ddd;
  border: 0px;
  padding: 0.9em 1em;
  line-height: 1em;
  margin: 0;
  display: block;
  width: 100%;
  border-left: 4px solid #ddd;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 80, ../sass/_forms.scss */
.form form input[type="text"]:focus,
.form form input[type="email"]:focus,
.form form textarea:focus,
.form form input[type="password"]:focus,
.form form .ws-date:focus {
  background-color: #eee;
  border-left: 4px solid #56c0cc;
}
/* line 85, ../sass/_forms.scss */
.form form input[type="submit"] {
  float: right;
  line-height: 1em;
  height: 5.5em;
  width: 5.5em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #56c0cc;
  color: #fff !important;
  font-size: 1.15em;
  text-align: center;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  font-family: 'Roboto Slab';
  text-transform: uppercase;
  letter-spacing: 1px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 104, ../sass/_forms.scss */
.form form input[type="submit"]:hover {
  background-color: #409099;
}
/* line 107, ../sass/_forms.scss */
.form form input[type="submit"].sending {
  background-color: #f89521;
}
/* line 110, ../sass/_forms.scss */
.form form input[type="submit"].success {
  background-color: #b7d11f;
}
/* line 113, ../sass/_forms.scss */
.form form input[type="submit"].error {
  background-color: #DD1010;
}
/* line 118, ../sass/_forms.scss */
.form form input[type="radio"],
.form form input[type="checkbox"] {
  font-size: 1.5em;
  position: relative;
  margin-right: 13px;
  cursor: pointer;
  margin-bottom: 9px;
}
/* line 126, ../sass/_forms.scss */
.form form input[type="radio"]:checked:before,
.form form input[type="checkbox"]:checked:before {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  background: #56c0cc;
}
/* line 130, ../sass/_forms.scss */
.form form input[type="radio"]:before, .form form input[type="radio"]:after,
.form form input[type="checkbox"]:before,
.form form input[type="checkbox"]:after {
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  content: "";
  position: absolute;
  top: -0.075em;
  left: -0.05em;
  z-index: 1;
  width: 0.5em;
  height: 0.5em;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #56c0cc;
}
/* line 143, ../sass/_forms.scss */
.form form input[type="radio"]:before,
.form form input[type="checkbox"]:before {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
/* line 146, ../sass/_forms.scss */
.form form input[type="radio"]:after,
.form form input[type="checkbox"]:after {
  z-index: 0;
  top: -0.0775em;
}
/* line 152, ../sass/_forms.scss */
.form form input[type="checkbox"]:before, .form form input[type="checkbox"]:after {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 155, ../sass/_forms.scss */
.form form input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 161, ../sass/_forms.scss */
.form form input[type="checkbox"].user-error:after {
  border-color: #ff9494 !important;
}
/* line 164, ../sass/_forms.scss */
.form form input[type="checkbox"].user-error + label {
  color: #DD1010 !important;
}
/* line 170, ../sass/_forms.scss */
.form form textarea {
  height: 10em;
}
/* line 174, ../sass/_forms.scss */
.form form .ws-date {
  width: 100% !important;
}
/* line 178, ../sass/_forms.scss */
.form form .input-picker .picker-list td > button:hover, .form form .input-picker .picker-list td > button.checked-value {
  background: #56c0cc;
}
/* line 181, ../sass/_forms.scss */
.form form .user-error {
  background-color: #ff9494 !important;
  border-color: #DD1010 !important;
}
/* line 186, ../sass/_forms.scss */
.form form .user-error + .date-input-buttons button {
  background-color: #DD1010;
}
/* line 188, ../sass/_forms.scss */
.form form .user-error + .date-input-buttons button span {
  background-color: #DD1010;
  border-color: #DD1010;
}

/* line 1, ../sass/_food_for_kids_bar.scss */
.food_for_kids_bar {
  background: #424242 !important;
  padding: 4em 0 0em;
}
/* line 4, ../sass/_food_for_kids_bar.scss */
.food_for_kids_bar .column {
  padding-bottom: 4em;
}
/* line 7, ../sass/_food_for_kids_bar.scss */
.food_for_kids_bar img {
  margin-right: 5%;
  max-width: 23%;
}
/* line 11, ../sass/_food_for_kids_bar.scss */
.food_for_kids_bar h1 {
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 2.1875em;
  line-height: 1em;
}
@media screen and (max-width: 1280px) {
  /* line 11, ../sass/_food_for_kids_bar.scss */
  .food_for_kids_bar h1 {
    font-size: 1.75em;
    line-height: 1em;
  }
}
/* line 22, ../sass/_food_for_kids_bar.scss */
.food_for_kids_bar p {
  color: #fff;
  line-height: 1.75em;
}
/* line 26, ../sass/_food_for_kids_bar.scss */
.food_for_kids_bar p a {
  color: #fff !important;
}

/* line 2, ../sass/_careers.scss */
.careers [data-slot="title"],
.careers [data-slot="bottom"] {
  display: none;
}

/* line 7, ../sass/_careers.scss */
.ui.stackable.four_boxes.grid > .column:first-child, .ui.stackable.four_boxes.grid > .row:first-child > .column:first-child {
  padding-top: 0.5em !important;
}

/* line 10, ../sass/_careers.scss */
.ui.grid.stackable.four_boxes .column {
  min-height: 250px;
  display: block !important;
  float: left;
  width: 24% !important;
  padding: 0.5em 1em;
  margin: 0 0.5%;
}

@media screen and (max-width: 992px) {
  /* line 19, ../sass/_careers.scss */
  .ui.grid.stackable.four_boxes .column {
    width: 49% !important;
    margin: 1em 0.5%;
  }

  /* line 23, ../sass/_careers.scss */
  .ui.grid.stackable.four_boxes .row.equal.height {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 28, ../sass/_careers.scss */
  .ui.grid.stackable.four_boxes .column {
    width: 100% !important;
    margin: 1em 0;
    float: none !important;
    min-height: 0;
    padding: 0.5em 1em !important;
  }
}
/* line 1, ../sass/_admin.scss */
.larafish {
  width: 1600px;
  max-width: 98%;
  margin: 2em auto;
  position: relative;
}

/* line 9, ../sass/_admin.scss */
.admin .ui.message {
  width: 1600px;
  max-width: 98%;
  margin: 2em auto;
  position: relative;
}
/* line 15, ../sass/_admin.scss */
.admin .ui.message {
  width: 1600px;
  max-width: 98%;
  margin: .5em auto;
  position: relative;
}
/* line 21, ../sass/_admin.scss */
.admin .larafish_nav {
  padding: 1em;
  background: gray;
}
/* line 26, ../sass/_admin.scss */
.admin #home .ui.button.big_slider {
  position: absolute;
  left: 5px;
  top: 5px;
}
/* line 31, ../sass/_admin.scss */
.admin #home .ui.button.small_slider {
  position: absolute;
  left: 5px;
  top: 5px;
}
/* line 36, ../sass/_admin.scss */
.admin #home .ui.button.home_page_photo_edit {
  position: absolute;
  top: 5px;
  right: 5px;
  left: auto;
}
/* line 43, ../sass/_admin.scss */
.admin .two_block .page_photo_edit {
  position: absolute;
  right: 5px;
  top: 5px;
}
/* line 49, ../sass/_admin.scss */
.admin .two_block_right .page_photo_edit {
  position: absolute;
  left: 5px;
  top: 5px;
}
/* line 55, ../sass/_admin.scss */
.admin #alert {
  box-sizing: border-box;
  position: fixed;
  top: .5em;
  z-index: 300;
  width: 50%;
  left: 25%;
}
/* line 62, ../sass/_admin.scss */
.admin #alert .segment {
  background: rgba(255, 255, 255, 0.9);
  -moz-box-shadow: #000000 0px 2px 20px;
  -webkit-box-shadow: #000000 0px 2px 20px;
  box-shadow: #000000 0px 2px 20px;
}
