/*! Oregon Safe Roads | Developed by ShowPony | http://weareshowpony.com/ */
/* ==========================================================================
   Imports
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,300,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

/* ==========================================================================
   Variables
   ========================================================================== */
.opensans {
  font-family: 'Open Sans', sans-serif; }

/* ==========================================================================
   Base styles
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #7e7e7e; }

html {
  font-size: 1em;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::selection {
  background: #febe10;
  text-shadow: none;
  color: white; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #febe10;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

input[type="text"], textarea {
  width: 95%;
  padding: 2%;
  outline: none; }
  input[type="text"]:focus, input[type="text"]:hover, textarea:focus, textarea:hover {
    border: solid 1px #1298ff; }

textarea {
  min-height: 30em; }

input[type="submit"] {
  border: none;
  font-size: 1em; }

.validation_error, .validation_message {
  color: #960000; }

.validation_message {
  font-size: small; }

.validation_error {
  margin: 1em 0;
  background: #960000;
  background: rgba(150, 0, 0, 0.7);
  color: white;
  padding: 1em;
  font-weight: 700; }

.gfield_error input, .gfield_error textarea {
  background: rgba(150, 0, 0, 0.1);
  border: 1px solid rgba(150, 0, 0, 0.4);
  color: white; }
  .gfield_error input:focus, .gfield_error textarea:focus {
    background: rgba(150, 0, 0, 0.07);
    color: initial;
    border: 1px solid rgba(150, 0, 0, 0.4); }

.gform_body li {
  list-style: none !important; }

iframe[name="google_conversion_frame"] {
  display: none; }

.yellow-box, .caption a, #about h4 {
  position: relative;
  display: inline-block;
  font-size: 22px;
  padding: 10px 25px;
  background-color: #febe10;
  color: white; }

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4 {
  font-weight: 700; }

h1 {
  font-size: 28px;
  line-height: 1.4;
  padding-top: 0.36em;
  margin-bottom: 1.04em; }

h2 {
  font-size: 21px;
  line-height: 1.4;
  padding-top: 0.36em;
  margin-bottom: 1.04em; }

h3 {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 0.36em;
  margin-bottom: 1.04em; }

h4 {
  font-size: 16px;
  line-height: 1.4;
  padding-top: 0.36em;
  margin-bottom: 1.04em; }

h5 {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 0.36em;
  margin-bottom: 1.04em; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

p {
  font-size: 16px;
  line-height: 1.4;
  padding-top: 0.36em;
  margin-bottom: 1.04em; }

em {
  font-style: italic; }

address, dl {
  font-size: 16px;
  line-height: 1.4;
  padding-top: 0.36em;
  margin-bottom: 1.04em; }

li {
  line-height: 1.4; }

a {
  color: #0331a1;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #0331a1; }

strong, b {
  font-weight: 700; }

/* ==========================================================================
   Grid / Layout 
   ========================================================================== */
.pad {
  padding: 3em 1.04167%; }

.sidebar-wrap {
  padding: 2em; }

/* ==========================================================================
   Header / Logo Area
   ========================================================================== */
header #logo {
  margin: auto;
  *zoom: 1;
  background: white;
  background-image: url(logo.png);
  background-size: 100%;
  width: 100%;
  max-width: 490px;
  height: 140px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  padding: 15px 0;
  text-align: center; }
  header #logo h1 {
    /* screen-reader friendly site header */
    width: 100%;
    display: block;
    text-indent: 110%;
    overflow: hidden;
    white-space: nowrap; }
  header #logo:before, header #logo:after {
    content: "";
    display: table; }
  header #logo:after {
    clear: both; }
header h3 {
  background-image: url(header-2.png);
  background-repeat: no-repeat;
  width: 282px;
  height: 44px;
  /* screen-reader friendly site header */
  display: block;
  text-indent: 110%;
  overflow: hidden;
  white-space: nowrap;
  margin: auto auto 40px; }

.caption a {
  position: absolute;
  bottom: -26px; }

/* ==========================================================================
   Navigation 
   ========================================================================== */
#nav {
  position: relative;
  z-index: 100;
  /* first level */
  /* second level */ }
  #nav a {
    color: white;
    text-decoration: none;
    line-height: 1.4em;
    text-transform: uppercase; }
  #nav a:hover, #nav a:active {
    background: white; }
  #nav .current-menu-parent a {
    font-weight: 700; }
  #nav .current-menu-parent ul a {
    font-weight: initial; }
  #nav .current-menu-item a {
    font-weight: 700 !important; }
  #nav .sub-menu .current-menu-item a {
    font-weight: 700 !important; }
  #nav > a {
    display: none;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    text-indent: -9999px;
    background-color: #e79e00;
    position: absolute;
    bottom: 0px;
    left: 10px; }
    #nav > a:hover {
      background: #febe10; }
    #nav > a:before, #nav > a:after {
      position: absolute;
      border: 2px solid #fff;
      top: 35%;
      left: 25%;
      right: 25%;
      content: ''; }
    #nav > a:after {
      top: 60%; }
  #nav:not(:target) > a:first-of-type, #nav:target > a:last-of-type {
    display: block; }
  #nav ul {
    height: auto;
    display: none;
    position: absolute;
    background: #e79e00;
    left: 0;
    right: 0; }
    #nav ul li {
      width: 100%; }
      #nav ul li a {
        text-align: center;
        display: block;
        padding: 1em 0em; }
  #nav ul > li:hover > a,
  #nav ul:not(:hover) > li.active > a {
    background-color: #febe10; }
  #nav:target > ul {
    display: block; }
  #nav li ul {
    display: none;
    position: static;
    top: 100%;
    background: #e79e00;
    line-height: 1em; }
    #nav li ul li a {
      margin: 0;
      padding: 1em 2em;
      text-transform: capitalize;
      text-align: left; }

/* ==========================================================================
Banner 
========================================================================== */
.banner {
  min-height: 300px;
  background-size: cover; }

/* ==========================================================================
   Hero
========================================================================== */
.hero {
  position: relative;
  text-align: center;
  top: 115px; }
  .hero h1 {
    display: inline;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    padding: .4em;
    text-align: center;
    color: white;
    margin: 0;
    font-weight: 300;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 2.1em; }

/* ==========================================================================
HP - Section 1
========================================================================== */
#home-intro, #about {
  *zoom: 1;
  padding: 2em 0;
  position: relative;
  background: white;
  text-align: center;
  color: black; }
  #home-intro:before, #home-intro:after, #about:before, #about:after {
    content: "";
    display: table; }
  #home-intro:after, #about:after {
    clear: both; }

#home-intro {
  background: url(background-intro.png) repeat #e6e7e8;
  font-size: 21px;
  overflow: hidden; }
  #home-intro h3 {
    text-transform: uppercase;
    color: #103e95;
    font-size: 32px;
    margin-bottom: 10px; }
  #home-intro .leafy-quote {
    margin: 0 auto 40px; }
    #home-intro .leafy-quote:before {
      bottom: -30px; }
    #home-intro .leafy-quote:after {
      bottom: -30px; }
    #home-intro .leafy-quote p {
      font-style: normal;
      margin: 0 20px; }

#about {
  padding-top: 0;
  position: relative; }
  #about h4 {
    top: -26px; }

.thumb-box {
  display: block;
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin-top: 1em;
  background: white;
  color: #7e7e7e;
  position: relative;
  text-align: left; }
  .thumb-box .inner {
    padding: 1em;
    min-height: 12em; }
  .thumb-box h3 {
    text-transform: uppercase;
    color: #1298ff;
    margin-left: 10px; }
  .thumb-box .inner h3 {
    font-size: 16px;
    margin: 0px;
    color: #7e7e7e; }
  .thumb-box p {
    font-size: 0.875em; }
  .thumb-box img {
    max-width: initial;
    height: 190px; }
  .thumb-box .over {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 190px;
    opacity: 0; }
  .thumb-box .thumb {
    position: relative;
    overflow: hidden;
    border-bottom: 7px solid #1298ff;
    background: black; }
    .thumb-box .thumb img {
      min-width: 100%;
      min-height: 190px;
      height: auto; }
    .thumb-box .thumb .icon {
      font-size: 60px;
      opacity: 0;
      color: white;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -30px;
      margin-left: -30px; }
  .thumb-box:hover .inner {
    color: #7e7e7e; }
  .thumb-box:hover .thumb {
    border-bottom: 7px solid #febe10; }
  .thumb-box:hover .thumb .icon {
    opacity: 1; }

/* ==========================================================================
ABOUT
========================================================================== */
#sidebar .accomplishments {
  background-color: #1298ff;
  padding: 10px 20px;
  margin: 15px 0 30px; }
  #sidebar .accomplishments h3, #sidebar .accomplishments p {
    color: white; }
  #sidebar .accomplishments h3 {
    font-size: 14px; }
  #sidebar .accomplishments p {
    font-size: 13px; }

/* ==========================================================================
ENDORSEMENTS
========================================================================== */
#endorsements #always-show {
  display: inline !important; }
#endorsements .endorsed-by {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  margin-bottom: 30px; }
  #endorsements .endorsed-by h3 {
    font-size: 18px;
    color: #7e7e7e; }

#sidebar .gform_title {
  margin-bottom: 10px; }

/* ==========================================================================
DONATE PAGE 
========================================================================== */
.content-donate iframe {
  margin-top: 30px; }

/* ==========================================================================
Main Content 
========================================================================== */
#content, aside {
  padding: 1em; }
  #content #intro p, aside #intro p {
    color: #103e95;
    font-size: 22px; }
  #content h3, aside h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #103e95;
    margin: 0px; }
  #content h4, aside h4 {
    text-transform: uppercase; }
  #content ul, aside ul {
    margin: 1em 0 1em 3em; }
  #content li, aside li {
    line-height: 1.6em;
    list-style: initial; }
    #content li address, aside li address {
      margin-left: 2em;
      font-weight: 700; }
  #content dt, aside dt {
    font-weight: 700; }
  #content dd, aside dd {
    margin-left: 2em; }
  #content article, aside article {
    margin-bottom: 2em; }
  #content .thumb, aside .thumb {
    margin: 1em 0;
    padding: 0 1em 0 0; }
  #content input, #content textarea, aside input, aside textarea {
    background: #f2f2f2;
    border: 1px solid #e6e7e8; }
  #content textarea, aside textarea {
    height: 200px !important; }
  #content input[type="submit"], aside input[type="submit"] {
    background: none;
    display: inline-block;
    border: none;
    width: auto !important;
    padding: 5px 12px;
    background: #febe10; }
  #content .formRow input, #content .formRow label, #content .formRow textarea, aside .formRow input, aside .formRow label, aside .formRow textarea {
    float: left;
    margin: 4px 8px 4px 0; }
  #content .formRow .salsa-checklist-header, aside .formRow .salsa-checklist-header {
    font-size: 16px;
    font-weight: 700; }
  #content .salsa-form, aside .salsa-form {
    width: 100% !important;
    text-align: left; }
    #content .salsa-form label, aside .salsa-form label {
      padding: 0;
      margin-top: 1em;
      display: block; }

.heading {
  color: #1298ff;
  border-bottom: 1px solid #febe10;
  text-transform: uppercase; }
  .heading span {
    color: #e6e7e8;
    font-size: .8em;
    vertical-align: 15%; }
    .heading span:before {
      content: " | ";
      margin: 0 2px; }

.pagination li {
  list-style: none;
  display: inline; }

time, .website {
  font-size: 0.8em; }

/* ==========================================================================
CONTACT
========================================================================== */
#content.contact ul {
  margin: 0; }
#content.contact li {
  margin-bottom: 10px; }
#content.contact h4 {
  color: #7e7e7e;
  font-size: 16px; }
#content.contact .address p {
  font-size: 13px; }

/* ==========================================================================
Sidebar 
========================================================================== */
.sitemap a {
  color: #7e7e7e; }
  .sitemap a:hover {
    color: #e79e00; }

/* ==========================================================================
Sidebar 
========================================================================== */
#sidebar .wrap {
  padding: 2em 3em; }
#sidebar a {
  color: #7e7e7e; }
  #sidebar a:hover i {
    color: #febe10; }
#sidebar i {
  font-size: 7em; }
#sidebar h3 {
  text-transform: uppercase;
  color: #1298ff;
  font-size: 20px; }
#sidebar h4 {
  font-size: 18px; }
#sidebar p {
  color: #103e95; }
#sidebar ul {
  margin: 0; }
#sidebar li {
  list-style: none; }
#sidebar input[type="text"] {
  margin-bottom: 10px; }
#sidebar input[type="text"], #sidebar textarea {
  font-size: 14px; }

/* ==========================================================================
Footer
========================================================================== */
footer {
  background: #103e95;
  color: white;
  padding: 3em 1em;
  font-size: 0.8em;
  line-height: 1.3em; }
  footer a {
    color: white; }
    footer a:hover {
      color: #e79e00; }
  footer .footer-nav {
    text-align: center; }
  footer small, footer .social {
    display: block;
    width: 100%;
    text-align: center; }
  footer .social {
    margin: 20px 0 0 0; }
  footer .widget_text {
    font-size: 16px;
    line-height: initial;
    margin-top: 15px; }

.social a {
  display: inline-block;
  width: 25px;
  height: 27px; }
.social #yt {
  background: url(sprite.png) no-repeat 0px 0px; }
.social #fb {
  background: url(sprite.png) no-repeat -30px 0px; }

#menu-footer-menu {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: .6em;
  margin-bottom: .6em; }
  #menu-footer-menu li {
    list-style: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase; }
    #menu-footer-menu li a {
      display: block;
      padding: 10px 6px; }
    #menu-footer-menu li .current {
      background: #febe10;
      color: white; }

/* ==========================================================================
Components
========================================================================== */
.gform_confirmation_message {
  text-transform: uppercase;
  color: #1298ff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 21px; }

#tabs .nav {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
  border-bottom: 1px solid #febe10; }
  #tabs .nav li {
    list-style: none;
    display: inline-block;
    text-align: center;
    min-width: 23%;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 700;
    font-size: 0.6em; }
    #tabs .nav li a {
      display: block;
      padding: 10px 6px;
      border-top: 1px solid #febe10;
      border-left: 1px solid #febe10; }
    #tabs .nav li:last-child a {
      border-right: 1px solid #febe10; }
    #tabs .nav li .current {
      background: #febe10;
      color: white; }

.leafy-quote {
  position: relative;
  margin: 0 80px 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  .leafy-quote:before, .leafy-quote:after {
    display: block !important;
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 94px;
    content: " ";
    background: url(leaf.png) no-repeat 50%; }
  .leafy-quote:before {
    left: -90px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  .leafy-quote:after {
    right: -90px; }
  .leafy-quote td {
    height: 169px;
    vertical-align: middle; }
  .leafy-quote p {
    font-style: italic; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  clear: both; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
  background-position: center;
  background-size: cover !important;
  min-height: 400px; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 400px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5%;
  text-align: center; }

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 15px;
  border: 1px solid #fff;
  height: 15px;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3); }

.flex-control-paging li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.7); }

.flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  cursor: default; }

.caption {
  position: relative;
  background: rgba(89, 89, 89, 0.89);
  padding: 2em 2em 3em; }
  .caption h2, .caption p {
    margin: 0;
    color: white; }
  .caption h2 {
    font-size: 25px; }

#sidebar #about-slider {
  margin-bottom: 20px; }
  #sidebar #about-slider .slides > li, #sidebar #about-slider .wrap {
    min-height: 250px; }
  #sidebar #about-slider .wrap {
    padding: 0;
    position: relative; }
  #sidebar #about-slider .caption {
    position: absolute;
    max-width: 100%;
    width: 100%;
    bottom: 0px;
    padding: 5px 40px 10px; }
    #sidebar #about-slider .caption h2 {
      font-size: 15px;
      font-weight: bold; }
  #sidebar #about-slider .flex-direction-nav {
    position: relative;
    bottom: 35px; }
    #sidebar #about-slider .flex-direction-nav li a {
      display: block;
      width: 16px;
      height: 30px;
      position: absolute;
      overflow: hidden;
      text-indent: 110%; }
    #sidebar #about-slider .flex-direction-nav .flex-prev {
      left: 10px;
      background: url(slider-arrow.png) no-repeat; }
    #sidebar #about-slider .flex-direction-nav .flex-next {
      right: 10px;
      background: url(slider-arrow.png) no-repeat;
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH"; }

#testimonial-slider, #seattle-slider {
  margin-top: 2em;
  padding-top: 3em;
  border-top: 1px solid #e6e7e8; }
  #testimonial-slider ul, #seattle-slider ul {
    padding: 0;
    margin: 0; }
  #testimonial-slider img, #seattle-slider img {
    width: initial;
    float: left;
    margin: 10px 10px 0 0; }
  #testimonial-slider .flex-direction-nav, #seattle-slider .flex-direction-nav {
    position: absolute;
    top: 1em;
    width: 100%; }
    #testimonial-slider .flex-direction-nav li, #seattle-slider .flex-direction-nav li {
      list-style: none; }
      #testimonial-slider .flex-direction-nav li a, #seattle-slider .flex-direction-nav li a {
        height: 20px;
        width: 20px; }
    #testimonial-slider .flex-direction-nav .flex-prev, #seattle-slider .flex-direction-nav .flex-prev {
      position: absolute;
      right: 30px;
      background: url(sprite.png) no-repeat -101px -66px; }
    #testimonial-slider .flex-direction-nav .flex-next, #seattle-slider .flex-direction-nav .flex-next {
      position: absolute;
      right: 0;
      background: url(sprite.png) no-repeat -124px -66px; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 768px) {
  /* ==========================================================================
     Grid / Layout 
     ========================================================================== */
  .third {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%; }

  body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 100vh;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .wrap {
    max-width: 960px;
    margin: 0 auto;
    *zoom: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .wrap:before, .wrap:after {
      content: "";
      display: table; }
    .wrap:after {
      clear: both; }

  #content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  #sidebar {
    -webkit-box-flex: 0 0 39.5%;
    -moz-box-flex: 0 0 39.5%;
    -webkit-flex: 0 0 39.5%;
    -ms-flex: 0 0 39.5%;
    flex: 0 0 39.5%;
    margin-left: 2em;
    order: 1; }

  .nav-wrap, .sidebar-wrap, .intro-wrap, .about-wrap, .footer-wrap {
    max-width: 960px;
    margin: 0 auto;
    *zoom: 1; }
    .nav-wrap:before, .nav-wrap:after, .sidebar-wrap:before, .sidebar-wrap:after, .intro-wrap:before, .intro-wrap:after, .about-wrap:before, .about-wrap:after, .footer-wrap:before, .footer-wrap:after {
      content: "";
      display: table; }
    .nav-wrap:after, .sidebar-wrap:after, .intro-wrap:after, .about-wrap:after, .footer-wrap:after {
      clear: both; }

  /* ==========================================================================
     Header / Logo 
     ========================================================================== */
  .head-top {
    *zoom: 1;
    background: white;
    height: 170px; }
    .head-top:before, .head-top:after {
      content: "";
      display: table; }
    .head-top:after {
      clear: both; }

  .head-bottom {
    *zoom: 1;
    background: #1298ff; }
    .head-bottom:before, .head-bottom:after {
      content: "";
      display: table; }
    .head-bottom:after {
      clear: both; }

  header #logo {
    float: left;
    max-width: 490px;
    z-index: 10; }
  header h3 {
    float: left;
    margin: auto; }

  /* ==========================================================================
     Navigation 
     ========================================================================== */
  #nav {
    background: #e79e00;
    /* first level */
    /* makes donate button full width while others are spaced */
    /* second level */ }
    #nav > a {
      display: none !important; }
    #nav li {
      position: relative; }
    #nav > ul {
      background: none;
      display: block;
      position: relative;
      float: right;
      height: 3em;
      border-bottom: solid 7px #1298ff;
      left: initial;
      font-weight: 700; }
      #nav > ul li:hover, #nav > ul .current-menu-item, #nav > ul .current_page_parent {
        border-bottom: solid 7px #febe10; }
    #nav > ul > li {
      width: auto;
      height: 100%;
      float: left;
      margin: 0 20px; }
      #nav > ul > li a {
        padding-left: 10px;
        padding-right: 10px; }
    #nav ul > li:hover > a,
    #nav ul:not(:hover) > li.active > a {
      background: initial; }
    #nav #menu-item-253 {
      margin: 0; }
    #nav #menu-item-253 a {
      padding-left: 30px;
      padding-right: 30px;
      /* makes donate button full width while others are spaced */
      background-color: #3ab5e6;
      border-bottom: 1px solid #3ab5e6;
      /* fills 1ps gap at bottom */
      /* fills 1ps gap at bottom */ }
      #nav #menu-item-253 a:hover {
        background-color: #febe10;
        border-bottom: 1px solid #febe10; }
    #nav #menu-item-253.current-menu-item a {
      background-color: #febe10 !important;
      border-bottom: 1px solid #febe10 !important;
      /* fills 1ps gap at bottom */ }
    #nav li ul {
      display: none;
      background: white;
      position: absolute;
      top: 3.4em;
      border-bottom: none; }
      #nav li ul .current-menu-item {
        border: none; }
      #nav li ul li a {
        padding-left: 1em;
        color: #7e7e7e;
        text-align: center; }
      #nav li ul li:hover {
        background: #e6e7e8;
        border-bottom: none; }
    #nav li:hover ul {
      display: block; }

  .menu-item-236 a, .menu-item-229 a {
    background: #1298ff;
    padding: 10px !important;
    margin-top: 7px; }
  .menu-item-236:hover > a, .menu-item-229:hover > a {
    background: #1298ff !important; }

  /* ==========================================================================
  Banner 
  ========================================================================== */
  .banner {
    min-height: 320px;
    background-size: cover; }

  /* ==========================================================================
  Hero
  ========================================================================== */
  .hero {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    top: 95px;
    *zoom: 1; }
    .hero:before, .hero:after {
      content: "";
      display: table; }
    .hero:after {
      clear: both; }
    .hero h1 {
      padding: .4em;
      font-size: 60px;
      line-height: 50px;
      display: inline-block;
      text-align: right; }

  /* ==========================================================================
  HP - Section 2
  ========================================================================== */
  .thumb-box {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 0.9%;
    padding: 0;
    min-height: 490px; }
    .thumb-box .inner {
      transition: all 0.15s ease-in-out 0s; }
    .thumb-box .over {
      transition: all 0.15s ease-in-out 0s; }
    .thumb-box .thumb {
      overflow: hidden; }
    .thumb-box img {
      transition: all 0.15s ease-in-out 0s; }
    .thumb-box:hover > .thumb img {
      transform: scale(1.15); }

  /* ==========================================================================
  Main Content 
  ========================================================================== */
  #content {
    padding: 1em 0; }
    #content .thumb {
      float: left; }

  /* ==========================================================================
  CONTACT
  ========================================================================== */
  #content.contact .address {
    width: 40%;
    float: left;
    text-align: right;
    padding-right: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #content.contact .gform_wrapper {
    border-left: 1px solid #7e7e7e;
    width: 59%;
    float: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  /* ==========================================================================
  Sidebar 
  ========================================================================== */
  #sidebar nav {
    position: relative;
    margin-top: -4em;
    margin-bottom: 2em; }
  #sidebar h4 {
    margin-bottom: 0; }

  .widget {
    text-align: left; }

  /* ==========================================================================
  Footer 
  ========================================================================== */
  footer {
    *zoom: 1; }
    footer:before, footer:after {
      content: "";
      display: table; }
    footer:after {
      clear: both; }
    footer .footer-wrap .left-col, footer .footer-wrap .right-col {
      display: inline;
      float: left;
      width: 47.91667%;
      margin: 0 1.04167%; }
    footer .footer-wrap .footer-nav {
      text-align: left; }
    footer .footer-wrap small, footer .footer-wrap .social {
      width: auto;
      text-align: right;
      float: left; }
    footer .footer-wrap .social {
      margin: 0 0 0 30px; }
    footer .footer-wrap .right-col img {
      float: right; }

  /* ==========================================================================
  Components
  ========================================================================== */
  #tabs {
    margin-top: 1em; }
    #tabs .nav li {
      font-size: 1em; }

  .caption {
    margin-top: 5em;
    max-width: 50%;
    float: right; }

  .testimonials {
    *zoom: 1;
    margin-bottom: 2em; }
    .testimonials:before, .testimonials:after {
      content: "";
      display: table; }
    .testimonials:after {
      clear: both; }
    .testimonials .testimonial {
      width: 100%; }
      .testimonials .testimonial h4 {
        margin: 0; }
    .testimonials.has_thumb .test-thumb {
      display: inline;
      float: left;
      width: 22.91667%;
      margin: 0 1.04167%; }
      .testimonials.has_thumb .test-thumb img {
        margin-top: 5px; }
    .testimonials.has_thumb .testimonial {
      display: inline;
      float: left;
      width: 72.91667%;
      margin: 0 1.04167%; }
      .testimonials.has_thumb .testimonial p {
        padding: 0; } }
@media only screen and (min-width: 1170px) {
  /* ==========================================================================
     Header / Logo 
     ========================================================================== */
  header {
    background-size: 100%; } }
/* ==========================================================================
   MISC Styles
   ========================================================================== */
/* ==========================================================================
   Buttons
   ========================================================================== */
.btn, input[type="submit"] {
  text-align: center;
  background: #febe10;
  color: white !important;
  color: #cf8e01;
  padding: 5px 10px;
  width: auto;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block; }
  .btn:hover, input[type="submit"]:hover {
    cursor: pointer;
    color: #be8200; }
  .btn.blue, input.blue[type="submit"] {
    background: #1298ff; }

/* ==========================================================================
  Forms
  ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
img {
  max-width: 100%;
  height: auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin: 1em 0 2em; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.half {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*
 * Image replacement
 */
.ir, .social a, #testimonial-slider .flex-direction-nav li a, #seattle-slider .flex-direction-nav li a {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before, .social a:before, #testimonial-slider .flex-direction-nav li a:before, #seattle-slider .flex-direction-nav li a:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after, .social a a:after, #testimonial-slider .flex-direction-nav li a a:after, #seattle-slider .flex-direction-nav li a a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* ==========================================================================
IE Styles
========================================================================== */
.lt-ie9 {
  /* ==========================================================================
     Navigation 
     ========================================================================== */ }
  .lt-ie9 #logo {
    background-image: url(logo.png); }
  .lt-ie9 #nav {
    /* first level */
    /* second level */ }
    .lt-ie9 #nav a {
      color: white; }
    .lt-ie9 #nav a:hover, .lt-ie9 #nav a:active {
      background: white;
      color: black; }
    .lt-ie9 #nav .sub-menu .current-menu-item a {
      background: white;
      color: black; }
    .lt-ie9 #nav ul {
      background: black;
      margin-bottom: 0; }
    .lt-ie9 #nav ul > li:hover > a,
    .lt-ie9 #nav ul:not(:hover) > li.active > a {
      background-color: black; }
    .lt-ie9 #nav li ul {
      background: black;
      display: none;
      position: absolute;
      top: -16px; }
  .lt-ie9 #nav ul {
    position: relative !important;
    left: none;
    right: 0 !important; }
  .lt-ie9 .nav-wrap {
    background: black;
    *zoom: 1;
    position: fixed;
    width: 100%;
    z-index: 10; }
    .lt-ie9 .nav-wrap:before, .lt-ie9 .nav-wrap:after {
      content: "";
      display: table; }
    .lt-ie9 .nav-wrap:after {
      clear: both; }
