/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
@font-face {
  font-family: 'good_footregular';
  src: url("../../fonts/goodfoot-webfont.eot");
  src: url("../../fonts/goodfoot-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/goodfoot-webfont.woff") format("woff"), url("../../fonts/goodfoot-webfont.ttf") format("truetype"), url("../../fonts/goodfoot-webfont.svg#good_footregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  box-sizing: border-box; }

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; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #535353;
  background-color: #fff; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  color: #535353;
  text-decoration: none; }

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit; }

::selection {
  background-color: #1BBEE9;
  color: #fff;
  text-shadow: none; }

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0; }

.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  margin: 5px 0 15px 15px; }

.alignleft {
  float: left;
  margin: 5px 15px 15px 0; }

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none;
    padding: 0;
    margin: 0; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.6; }

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }
.clear:after {
  clear: both; }

.reset-box {
  padding: 0;
  margin: 0; }

/**
 * partials/header
 * ---
 */
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 25px 0;
  font-size: 18px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.header:hover {
  background: rgba(50, 50, 50, 0.5); }

.logo {
  width: 245px;
  display: table;
  float: left; }
  .logo img {
    width: 245px; }

/**
 * partials/nav
 * ---
 * Menus
 */
nav {
  font-weight: 700;
  padding: 10px 30px;
  display: table;
  position: relative;
  margin-top: 30px;
  float: right; }
  nav .headsocial {
    display: inline-block;
    float: right; }
    nav .headsocial img {
      width: 25px; }
  nav ul {
    display: inline-block;
    float: left;
    margin-bottom: 6px; }
    nav ul li {
      display: inline-block; }
      nav ul li a {
        padding: 10px 20px;
        color: #fff; }
      nav ul li a:hover {
        color: #6ab1e1; }
    nav ul li.current-menu-item a {
      color: #fff; }

.cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10em;
  /* hidden on small devices */
  display: none; }

.cd-secondary-nav li {
  display: inline-block;
  margin-left: 2.2em; }

.cd-secondary-nav a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 700; }

.cd-secondary-nav {
  display: block; }

.cd-primary-nav-trigger {
  background-color: rgba(255, 255, 255, 0.8);
  height: 45px;
  border-radius: 8px;
  line-height: 30px;
  right: 25px;
  top: 70px;
  display: none;
  bottom: auto;
  position: absolute;
  float: right;
  width: 50px;
  z-index: 111;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.cd-primary-nav-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: none; }

.cd-primary-nav-trigger .cd-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 3px;
  background-color: #6ab1e1;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */ }

.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 2px;
  position: absolute;
  background-color: #6ab1e1;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s; }

.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -7px; }

.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 7px; }

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0); }

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: #6ab1e1; }

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg); }

.cd-primary-nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
  min-width: 320px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
  text-align: center;
  padding: 100px 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.cd-primary-nav nav {
  width: 100%;
  border: none;
  text-align: center;
  padding: 0px;
  margin: 0px; }

.cd-primary-nav ul {
  border: none;
  text-align: center;
  padding: 0px;
  margin: 0px; }

.cd-primary-nav li {
  font-size: 22px;
  width: 100%;
  font-size: 1.375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize; }

.cd-primary-nav a {
  display: inline-block;
  padding: 0 .4em;
  font-size: 25px;
  text-transform: uppercase;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  color: #535353; }

.no-touch .cd-primary-nav a:hover {
  background-color: #e36767; }

.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em; }

.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
.footer {
  text-align: center;
  display: table;
  width: 100%;
  clear: both;
  content: " "; }
  .footer .copyright {
    font-size: 12px;
    margin-bottom: 40px; }
  .footer .bottomlinks {
    margin-bottom: 40px;
    border-top: 2px solid #EDEDED;
    font-size: 13px;
    padding-top: 40px; }
  .footer .footernav {
    text-align: center;
    margin-bottom: 60px; }
    .footer .footernav li {
      display: inline-block;
      margin: 10px 30px; }
      .footer .footernav li a {
        color: #6ab1e1;
        font-weight: 700;
        font-size: 18px; }

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    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 that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]: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; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/**
 * partials/wrapper
 * ---
 */
.wrapper {
  padding: 0;
  margin: 0 auto;
  position: relative;
  width: 96%;
  max-width: 1200px; }

.pageouter {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

h1 {
  color: #6ab1e1;
  font-size: 47px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px; }

h2 {
  font-size: 30px;
  font-weight: 700; }

h3 {
  color: #6ab1e1;
  font-weight: 700;
  font-size: 30px; }

h4 {
  font-size: 24px;
  font-weight: 700; }

main {
  margin-top: 40px; }

main p {
  margin-bottom: 30px; }

.hero {
  background-size: cover; }

.cta {
  background: #a6ce39;
  border-radius: 8px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  font-weight: 700;
  padding: 10px 30px;
  display: inline-block; }

.cta.blue {
  background: #6ab1e1; }

.interestlink {
  display: table;
  margin: 20px auto;
  font-size: 18px;
  text-decoration: underline; }

.homehero {
  min-height: 660px;
  position: relative;
  z-index: 1;
  color: #fff; }
  .homehero .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 20px;
    text-shadow: 0px 0px 4px #555;
    text-align: center; }
    .homehero .text .herotitle {
      font-family: "good_footregular", georgia, times, serif;
      font-size: 91px;
      line-height: 80px;
      margin-bottom: 30px;
      letter-spacing: -2px; }
    .homehero .text .herosub {
      font-size: 26px; }

.herobuttons {
  position: absolute;
  bottom: 80px;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center; }
  .herobuttons .wrapper > * {
    width: 31%;
    margin: 10px;
    border-radius: 8px;
    padding: 14px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    display: inline-block; }
  .herobuttons .wrapper > *:nth-child(1) {
    background: rgba(238, 79, 44, 0.8); }
  .herobuttons .wrapper > *:nth-child(2) {
    background: rgba(106, 177, 225, 0.8); }
  .herobuttons .wrapper > *:nth-child(3) {
    background: rgba(166, 206, 57, 0.8); }
  .herobuttons .wrapper > *:nth-child(1):hover {
    background: #ee4f2c; }
  .herobuttons .wrapper > *:nth-child(2):hover {
    background: #6ab1e1; }
  .herobuttons .wrapper > *:nth-child(3):hover {
    background: #a6ce39; }

.homehero:after {
  background-repeat: no-repeat;
  background-size: cover !important;
  bottom: 0;
  clear: both;
  content: " ";
  display: table;
  height: 38px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%; }

.scrollhero {
  max-height: 660px;
  overflow: hidden; }
  .scrollhero img {
    width: 100%; }

.insidehero {
  position: relative; }
  .insidehero .text {
    position: absolute;
    bottom: 0px;
    background: rgba(106, 177, 225, 0.8);
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 14px 0;
    border-top: 2px solid #fff; }
    .insidehero .text h1 {
      color: #fff;
      margin-bottom: 0px; }

.stickynav {
  padding: 16px 0;
  text-align: center;
  border-bottom: 2px solid #ededed; }
  .stickynav ul li {
    display: inline-block;
    margin: 0 30px;
    font-weight: 700; }
    .stickynav ul li a {
      color: #777;
      font-size: 15px; }

.is-sticky .stickynav {
  background: rgba(106, 177, 225, 0.8);
  z-index: 999;
  border: none; }
  .is-sticky .stickynav a {
    color: #fff; }

.twocol {
  text-align: center; }
  .twocol .half {
    width: 49%;
    text-align: left;
    display: inline-block;
    vertical-align: middle; }

.page-template-template-scrolling .section.twocol .wrapper {
  border-top: none;
  margin: 0px auto;
  padding: 0px; }

.bordertop .wrapper {
  border-top: 2px solid #ededed;
  margin: 60px auto 0;
  padding: 60px 0 0; }

.home .welcome {
  padding: 50px 0 30px; }
  .home .welcome h1 {
    font-size: 34px; }

.twocol.blocks {
  text-align: center; }
  .twocol.blocks .half {
    width: 49%;
    text-align: left;
    display: inline-block;
    padding: 20px 40px !important;
    vertical-align: middle; }
    .twocol.blocks .half > div {
      background: #ededed;
      border-radius: 8px;
      padding: 40px;
      text-align: center; }

.home .twocol {
  padding: 10px 0 50px 0; }
  .home .twocol .half:nth-child(1) {
    padding-right: 20px; }
  .home .twocol .half:nth-child(2) {
    padding-left: 20px; }

.homeupdates {
  background: #6ab1e1;
  padding: 50px 0; }
  .homeupdates h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px; }

.blogcontainer .wrapper,
.thirdwidgets {
  text-align: center; }
  .blogcontainer .wrapper > *,
  .thirdwidgets > * {
    display: inline-block;
    padding: 20px;
    width: 33.1%; }
    .blogcontainer .wrapper > * > *,
    .thirdwidgets > * > * {
      background: #fff;
      display: table;
      border-radius: 0 0 8px 8px;
      border: 1px solid #979797;
      width: 100%; }
      .blogcontainer .wrapper > * > * img,
      .thirdwidgets > * > * img {
        width: 100%; }
      .blogcontainer .wrapper > * > * .text,
      .thirdwidgets > * > * .text {
        padding: 20px 20px 40px; }
        .blogcontainer .wrapper > * > * .text h3,
        .thirdwidgets > * > * .text h3 {
          color: #6ab1e1;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 16px;
          margin-bottom: 10px; }

.blogcontainer .wrapper > * > * {
  border: none; }

.stafftext {
  width: 100%;
  display: table;
  text-align: center;
  padding: 15px; }

.stafftext h2 {
  margin: 0px; }

.staffright {
  display: inline-block;
  width: 47%;
  padding-left: 30px;
  vertical-align: top; }

.single-staff .type-staff img {
  vertical-align: top;
  max-width: 50%; }

.staffright h2 {
  text-align: left;
  margin: 0px !important; }

.staffright h4 {
  margin: 0px;
  font-size: 18px;
  font-weight: normal; }

.staffright a.smail {
  width: 100%;
  display: table;
  margin: 5px 0; }

.staffright .stafftop {
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.sphone {
  margin: 5px 0; }

.staffright h3 {
  margin-top: 30px; }

.homeconnect {
  padding: 60px 20px;
  text-align: center;
  position: relative; }
  .homeconnect h1 {
    color: #fff; }
  .homeconnect p {
    color: #fff;
    font-size: 21px; }
  .homeconnect img {
    width: 47px;
    display: inline-block;
    margin: 0 5px; }
  .homeconnect .socialnl {
    text-align: center;
    margin: 30px 0 20px; }
    .homeconnect .socialnl > * {
      display: inline-block;
      margin: 10px;
      vertical-align: middle; }
    .homeconnect .socialnl input[type="button"] {
      background: #ee4f2c;
      border: none;
      color: #fff;
      border-radius: 0 8px 8px 0;
      padding: 12px;
      line-height: 18px; }

#bbox-root-b81e1439-0985-4cc2-9dd2-fa314a2f1d04 {
  display: table;
  clear: both;
  text-align: center;
  margin: 0 auto; }

.BBFormButtonRow,
#bboxsignup-7f0a8d03-82ff-4784-a30f-5e9180bbc278_divFields {
  display: table;
  clear: both;
  width: 100%; }

.BBFormContainer[data-bbox-part-id="b81e1439-0985-4cc2-9dd2-fa314a2f1d04"] .BBFormTextbox, .BBFormContainer[data-bbox-part-id="b81e1439-0985-4cc2-9dd2-fa314a2f1d04"] .BBFormSelectList, .BBFormContainer[data-bbox-part-id="b81e1439-0985-4cc2-9dd2-fa314a2f1d04"] .BBFormTextArea {
  background: #fff !important;
  padding: 10px !important;
  opacity: 1 !important;
  font-size: 14px !important; }

.BBFormSubmitbuttonEdit.BBFormSubmitbuttonEdit {
  background-color: #6AB1E1 !important; }

.BBFormContainer[data-bbox-part-id="b81e1439-0985-4cc2-9dd2-fa314a2f1d04"] .BBFormSubmitbutton {
  background: #ee4f2c !important;
  margin: 10px auto 0;
  box-shadow: none !important;
  display: table;
  border: none !important;
  font-size: 15px !important;
  font-weight: 600;
  border-radius: 8px !important;
  padding: 7px 30px; }

.partners {
  text-align: center;
  padding: 80px 0; }
  .partners a {
    width: 33%;
    display: inline-block; }
  .partners img {
    height: 88px; }

.homeconnect:after {
  background-repeat: no-repeat;
  background-size: cover !important;
  bottom: 0;
  clear: both;
  content: " ";
  display: block;
  height: 38px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%; }

.section.twocol .wrapper {
  border-top: 2px solid #ededed;
  margin-top: 60px;
  padding-top: 60px; }
.section.twocol .half {
  padding: 20px; }

.section.bgimage {
  background-size: cover;
  color: #fff;
  padding: 70px 0; }
  .section.bgimage h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px; }
  .section.bgimage .wrapper > div {
    margin-top: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    font-size: 15px;
    line-height: 23px; }
    .section.bgimage .wrapper > div p {
      margin-bottom: 30px; }

.noborder {
  border: none !important;
  margin-top: 0px !important; }

#positions,
#financials,
#leaders {
  text-align: center; }
  #positions .wrapper,
  #financials .wrapper,
  #leaders .wrapper {
    border-bottom: 2px solid #ededed;
    padding: 70px 0; }
    #positions .wrapper .cta,
    #financials .wrapper .cta,
    #leaders .wrapper .cta {
      margin-top: 40px; }

.topalign {
  vertical-align: top !important; }

#fun img {
  margin-bottom: 40px; }

.outreachlist .half {
  width: 42%; }
.outreachlist ul {
  padding-left: 20px; }
  .outreachlist ul li {
    font-weight: 400;
    list-style: disc !important; }

.bloghero .text {
  padding: 14px 0px; }
  .bloghero .text h1 {
    margin: 0px; }

.blogsingle .type-post, .blogsingle .type-staff {
  width: 65%;
  display: table;
  float: left; }

.maincontent {
  width: 65%;
  display: table;
  float: left; }

.accordiongroup {
  margin-bottom: 40px; }

.accordion > div {
  display: none;
  padding: 0 20px; }
.accordion .accordion-header {
  background: #ededed;
  padding: 5px 20px;
  margin: 10px 0;
  cursor: pointer; }

h5 {
  font-size: 20px;
  font-weight: 600; }

.sidebar {
  width: 27%;
  display: table;
  float: right; }
  .sidebar img {
    width: 100%;
    height: auto; }
  .sidebar > * {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #ddd; }
  .sidebar > .widget_nav_menu {
    background: #efefef;
    text-align: center;
    padding: 30px; }
    .sidebar > .widget_nav_menu li {
      padding: 10px;
      font-weight: 700;
      font-size: 17px;
      border-top: 2px solid #fff; }
      .sidebar > .widget_nav_menu li a:hover {
        color: #6ab1e1; }
    .sidebar > .widget_nav_menu li:first-child {
      border: none; }
  .sidebar p.simple-image {
    margin: 0px; }

#cboxContent img {
  margin: 0px !important; }

#cboxLoadedContent {
  background: none !important;
  border: none !important; }

.date {
  display: table;
  width: 100%;
  border-top: 2px solid #ededed;
  padding-top: 10px;
  margin-top: 10px;
  color: #979797;
  margin-bottom: 30px; }

.thefounders.twocol .half {
  vertical-align: top; }
  .thefounders.twocol .half h4 {
    text-align: center; }
  .thefounders.twocol .half img {
    margin: 10px 0 20px; }

.page-template-template-donatelanding .half {
  padding: 40px;
  vertical-align: top;
  text-align: center; }
  .page-template-template-donatelanding .half > div {
    background: #EDEDED;
    text-align: center;
    border-radius: 8px;
    padding: 45px;
    max-width: 430px;
    vertical-align: top;
    margin: 0 auto; }
    .page-template-template-donatelanding .half > div > * {
      margin: 6px 0; }
    .page-template-template-donatelanding .half > div img {
      width: 100%; }

.servelist {
  margin: 10px 0; }
  .servelist h4 {
    margin-bottom: 40px; }
  .servelist li {
    width: 45%;
    display: inline-block;
    padding: 2px 10px;
    list-style-type: circle; }

.thefounders .servelist {
  border-top: 2px solid #ededed;
  padding-top: 60px; }

.page-template-template-board .type-board {
  vertical-align: top;
  margin-bottom: 40px; }
  .page-template-template-board .type-board > div {
    background: #ededed;
    border-radius: 8px 8px 0 0;
    cursor: text;
    position: relative;
    overflow: hidden; }
    .page-template-template-board .type-board > div > div {
      padding: 5px 10px;
      position: relative; }
      .page-template-template-board .type-board > div > div p {
        margin-bottom: 0px; }

.boardmore:after {
  clear: both;
  color: #6ab1e1;
  cursor: pointer;
  content: "MORE +";
  display: table;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  height: 20px;
  width: 100%; }

.expandable {
  position: absolute !important;
  width: 100%;
  z-index: 2;
  margin-top: -5px;
  left: 0;
  right: 0;
  border-radius: 0 0 8px 8px;
  background: #ededed; }

.boardmore.ui-state-active:after {
  content: "LESS -"; }

.toggleSection {
  display: none; }

.toggleSection {
  position: relative;
  color: #535353;
  background: none;
  padding: 15px; }

.boardintro {
  display: table;
  width: 100%;
  clear: both;
  margin-bottom: 30px; }
  .boardintro p {
    text-align: center;
    font-size: 18px;
    width: 70% !important;
    margin: 0 auto; }

@media only screen and (max-width: 1050px) {
  nav ul li a {
    padding: 10px 15px; }

  .scrollhero h1 {
    margin-bottom: 0px; }

  .insidehero .text .stickynav ul li {
    margin: 0 15px; }

  .homehero .herobuttons .wrapper > * {
    width: 25%;
    min-width: 150px; }

  .blogcontainer .wrapper > *, .thirdwidgets > * {
    width: 49%; } }
@media only screen and (max-width: 900px) {
  .logo, nav {
    float: none;
    margin: 0 auto;
    clear: both; }

  h1 {
    font-size: 30px;
    line-height: 34px; }

  .insidehero .text {
    position: relative; } }
@media only screen and (max-width: 800px) {
  .sticky-wrapper {
    display: none; }

  .twocol .half {
    width: 100%;
    clear: both;
    display: table; }
    .twocol .half img {
      width: 100%;
      max-width: 560px; }

  .partners a {
    width: 100%;
    display: table;
    text-align: center;
    margin: 20px auto; }

  .section.bgimage .wrapper > div {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px; }

  .home .twocol .half:nth-child(1), .home .twocol .half:nth-child(2) {
    padding: 20px; } }
@media only screen and (max-width: 760px) {
  .blogsingle .wrapper .type-post {
    width: 100%;
    float: none; }
  .blogsingle .wrapper .sidebar {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    float: none; } }
@media only screen and (max-width: 700px) {
  .cd-primary-nav-trigger {
    display: block; }

  #header .wrapper nav {
    display: none; }

  .logo {
    float: left;
    width: 190px; }
    .logo img {
      width: 190px; }

  .insidehero {
    overflow: hidden; }
    .insidehero img {
      max-width: 800px;
      min-height: 150px; } }
@media only screen and (max-width: 600px) {
  .herobuttons {
    position: relative;
    bottom: auto; }
    .herobuttons .wrapper {
      border-bottom: 2px solid #ddd;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .herobuttons .wrapper a {
        display: table;
        clear: both;
        margin: 10px auto;
        width: 240px; }

  .blogcontainer .wrapper > *, .thirdwidgets > * {
    width: 100%;
    max-width: 400px; }

  .homehero .text .herotitle {
    font-size: 70px;
    line-height: 60px; }
  .homehero .text .herosub {
    font-size: 22px;
    line-height: 28px; }

  .kids-hero-donate {
    bottom: 130px; } }
@media only screen and (max-width: 360px) {
  .homeconnect .socialnl input[type="button"],
  .homeconnect .socialnl input[type="text"] {
    margin: 10px; }

  .homeconnect .socialnl input[type="button"] {
    border-radius: 8px; }

  .kids-hero-donate {
    bottom: 110px; } }

/*# sourceMappingURL=style.css.map */
