/* Uses Foundation 4 to keep IE 7 & 8 support with respond.min.js
 * adapted to use Foundation 5 grid and block-grid files so can use more than 1 break point 6/26/2014
 */
meta.foundation-mq-small {
  font-family: "only screen and (min-width:40.6875em)";
  width: "only screen and (min-width:40.6875em)";
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:40.6875em)";
  width: "only screen and (min-width:40.6875em)";
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:56.3125em)";
  width: "only screen and (min-width:56.3125em)";
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  /*font-size: $base-font-size;*/
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
embed {
  max-width: 100%;
  height: auto;
}

/*object,*/
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

/* @if (index($modules, $name) == false) { */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.625em;
  margin-right: -0.625em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  [class*=column] + [class*=column]:last-child {
    float: right;
  }
  [class*=column] + [class*=column].end {
    float: left;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
.columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:40.6875em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  [class*=column] + [class*=column]:last-child {
    float: right;
  }
  [class*=column] + [class*=column].end {
    float: left;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
.columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:56.3125em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  [class*=column] + [class*=column]:last-child {
    float: right;
  }
  [class*=column] + [class*=column].end {
    float: left;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/********* Bridget's additions  - also uncomment h1 below ******/
/* make videos full width */
/*embed, iframe, object, video{
	margin: em-calc(20 0);
	max-width: 100%;
	width: 100%;
	height: 100%;
}*/
/* Add padding around mp3 player */
.mejs-container {
  margin: 1.25em 0;
}

input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; /*** safair mobile, remove rounded corners and shadows in input fields **/
  outline: 0; /* fixes blue outline in Chrome */
}

select {
  -webkit-appearance: menu-item;
  -moz-appearance: menu-item; /*** safair mobile, remove rounded corners and shadows in input fields **/
  border-radius: 0;
  height: 36px;
}

a {
  outline: 0; /* so anchors don't get borders (on tabs usually) */
}

ol, ul, h1, h2, h3, h4, h5, h6, div, p {
  padding: 0;
  margin: 0;
}

#maincontent ol, #maincontent ul { /* fix so bullets next to floated image don't overlap */
  overflow: hidden; /* ul and ol's need padding-left (not margin-left) to push bullets over to work */
}

.read-more {
  white-space: nowrap;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  /*clear: both;*/
  /** this fixes any floated images so heading will not be affected by them. **/
}

/*@mixin clearafter{
	&:after{
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

}*/
.clear {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 1px;
  visibility: hidden;
  overflow: hidden;
}

html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* active sidebar colors */
/** Here so can use in multiple .scss files ********/
@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/landinstitute/_icon_fonts/icomoon.eot?xni4j0");
  src: url("/wp-content/themes/landinstitute/_icon_fonts/icomoon.eot?xni4j0#iefix") format("embedded-opentype"), url("/wp-content/themes/landinstitute/_icon_fonts/icomoon.woff2?xni4j0") format("woff2"), url("/wp-content/themes/landinstitute/_icon_fonts/icomoon.ttf?xni4j0") format("truetype"), url("/wp-content/themes/landinstitute/_icon_fonts/icomoon.woff?xni4j0") format("woff"), url("/wp-content/themes/landinstitute/_icon_fonts/icomoon.svg?xni4j0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/************* Flexbox Prefixes **************/
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check_box_outline_blank:before {
  content: "\e913";
}

.icon-check_box:before {
  content: "\e914";
}

.icon-radio_button_checked:before {
  content: "\e911";
}

.icon-radio_button_unchecked:before {
  content: "\e912";
}

.icon-cross:before {
  content: "\e90a";
}

.icon-plus-alt:before {
  content: "\e90c";
}

.icon-chevron-thin-up:before {
  content: "\e90d";
}

.icon-chevron-thin-down:before {
  content: "\e90e";
}

.icon-chevron-small-right:before {
  content: "\e90b";
}

.icon-chevron-small-left:before {
  content: "\e909";
}

.icon-linkedin .path1:before {
  content: "\e90f";
  color: rgb(0, 0, 0);
}

.icon-linkedin .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-search:before {
  content: "\e908";
}

.icon-facebook .path1:before {
  content: "\e900";
  color: rgb(0, 0, 0);
}

.icon-facebook .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-instagram .path1:before {
  content: "\e902";
  color: rgb(0, 0, 0);
}

.icon-instagram .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-twitter .path1:before {
  content: "\e904";
  color: rgb(0, 0, 0);
}

.icon-twitter .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-youtube .path1:before {
  content: "\e906";
  color: rgb(0, 0, 0);
}

.icon-youtube .path2:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

/* active sidebar colors */
/** Here so can use in multiple .scss files ********/
@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/landinstitute/_icon_fonts/icomoon.eot?xni4j0");
  src: url("/wp-content/themes/landinstitute/_icon_fonts/icomoon.eot?xni4j0#iefix") format("embedded-opentype"), url("/wp-content/themes/landinstitute/_icon_fonts/icomoon.woff2?xni4j0") format("woff2"), url("/wp-content/themes/landinstitute/_icon_fonts/icomoon.ttf?xni4j0") format("truetype"), url("/wp-content/themes/landinstitute/_icon_fonts/icomoon.woff?xni4j0") format("woff"), url("/wp-content/themes/landinstitute/_icon_fonts/icomoon.svg?xni4j0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/************* Flexbox Prefixes **************/
/* mobile menu hamburger to x animation */
#menu-trigger:hover .hamburger,
#menu-trigger:hover .hamburger:after,
#menu-trigger:hover .hamburger:before {
  background-color: white;
}

#menu-trigger .hamburger {
  background-color: white;
}

.expanded-menu #menu-trigger .hamburger {
  background-color: transparent;
}

#menu-trigger .hamburger:before,
#menu-trigger .hamburger:after {
  background-color: white;
}

#menu-trigger {
  background: transparent;
  width: 1.5em;
  height: 1.5em;
  float: right;
  padding: 0;
  margin: 0 auto;
  border: 0;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  top: 0.3em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#menu-trigger:focus {
  outline: 0;
}

#menu-trigger:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#menu-trigger:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

#menu-trigger .hamburger,
#menu-trigger .hamburger:after,
#menu-trigger .hamburger:before {
  width: 100%;
  height: 2px;
}

#menu-trigger .hamburger {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-0.15em);
  transform: translateY(-0.3em);
  -webkit-transition: all 0ms 100ms;
  transition: all 0ms 100ms;
}

#menu-trigger .hamburger:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.6em;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#menu-trigger .hamburger:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.expanded-menu #menu-trigger .hamburger:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.expanded-menu #menu-trigger .hamburger:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*@import "gravityForms";*/
.gfield.hidden_label > label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gfield_required {
  padding-left: 0.1875em;
  color: #000000;
}

/***** Date Picker - also includes datepicker.min.css from gravityforms/css folder in functions.php *****/
.ui-datepicker-calendar .ui-state-active {
  margin: 0;
}

table.ui-datepicker-calendar {
  background: white;
}

/***** END: Date Picker *****/
.gform_fields {
  margin: 0;
}

/**************************** 1/2, 1/3, 1/4 Code for GF ***************************/
.gform_body {
  /**************** Special fields ****************/
  /****************** END: Special Fields *********/
  /******************** Checkboxes ****************/
  /* icomoon checkboxes, radiobuttons, and jquery select drop downs */
  /********************* END: Checkboxes *************/
}
.gform_body .gfield, .gform_body input, .gform_body textarea, .gform_body select {
  width: 100%;
}
.gform_body li {
  list-style: none;
}
.gform_body .ginput_complex span {
  display: inline-block;
  padding-bottom: 0.625em;
}
.gform_body .ginput_complex span label {
  font-size: 0.9375em;
}
.gform_body .ginput_complex .name_first, .gform_body .ginput_complex .name_last {
  width: 49.6%; /* for some reason could not get this to work at 50% */
}
.gform_body .ginput_complex .address_line_1, .gform_body .ginput_complex .address_line_2 {
  width: 50%;
}
.gform_body .ginput_complex .address_city, .gform_body .ginput_complex .address_state, .gform_body .ginput_complex .address_zip {
  width: 33.33%;
}
@media only screen and (max-width: 40.625em) {
  .gform_body .ginput_complex .address_city, .gform_body .ginput_complex .address_state, .gform_body .ginput_complex .address_zip {
    width: 100%;
  }
}
.gform_body .ginput_complex .name_first, .gform_body .ginput_complex .address_line_1, .gform_body .ginput_complex .address_city {
  padding-right: 0.625em;
}
@media only screen and (max-width: 40.625em) {
  .gform_body .ginput_complex .name_first, .gform_body .ginput_complex .address_line_1, .gform_body .ginput_complex .address_city {
    padding-right: 0;
  }
}
.gform_body .ginput_complex .address_state {
  padding-right: 0.625em;
  padding-left: 0.625em;
}
@media only screen and (max-width: 40.625em) {
  .gform_body .ginput_complex .address_state {
    padding-right: 0;
    padding-left: 0;
  }
}
.gform_body .ginput_complex .name_last, .gform_body .ginput_complex .address_line_2, .gform_body .ginput_complex .address_zip {
  padding-left: 0.625em;
  clear: right !important;
}
@media only screen and (max-width: 40.625em) {
  .gform_body .ginput_complex .name_last, .gform_body .ginput_complex .address_line_2, .gform_body .ginput_complex .address_zip {
    padding-left: 0;
    clear: none !important;
  }
}
.gform_body .ginput_container_total span {
  font-size: 1.125em;
  line-height: 1.625em;
  font-weight: 600;
  letter-spacing: normal;
}
.gform_body .gfield_checkbox, .gform_body .gfield_radio {
  padding-bottom: 0;
}
.gform_body .gfield_checkbox input, .gform_body .gfield_radio input {
  display: inline;
  width: auto;
  vertical-align: middle;
  margin-right: 0.25em;
  height: auto;
}
.gform_body .gfield_checkbox label, .gform_body .gfield_radio label {
  display: inline;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5em;
  text-transform: none;
  letter-spacing: normal;
}
.gform_body .inline .ginput_container_checkbox li, .gform_body .inline .ginput_container_radio li {
  display: inline-block;
  padding-right: 0.625em;
  padding-bottom: 0;
}
.gform_body .inline .ginput_container_checkbox li input, .gform_body .inline .ginput_container_radio li input {
  height: auto;
}
.gform_body .gfield_radio li, .gform_body .gfield_checkbox li {
  padding: 0.125em 0;
}
.gform_body .gfield_radio input[type=checkbox]:not(old), .gform_body .gfield_radio input[type=radio]:not(old), .gform_body .gfield_checkbox input[type=checkbox]:not(old), .gform_body .gfield_checkbox input[type=radio]:not(old) {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.gform_body .gfield_radio input[type=checkbox]:not(old) + label:hover, .gform_body .gfield_radio input[type=radio]:not(old) + label:hover, .gform_body .gfield_checkbox input[type=checkbox]:not(old) + label:hover, .gform_body .gfield_checkbox input[type=radio]:not(old) + label:hover {
  cursor: pointer;
}
.gform_body .gfield_radio input[type=checkbox]:not(old) + label:before, .gform_body .gfield_radio input[type=radio]:not(old) + label:before, .gform_body .gfield_checkbox input[type=checkbox]:not(old) + label:before, .gform_body .gfield_checkbox input[type=radio]:not(old) + label:before {
  content: "\e913";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  font-size: 1em;
  padding-right: 0.3125em;
  padding-top: 0;
}
.gform_body .gfield_radio input[type=checkbox]:not(old) + label:before, .gform_body .gfield_checkbox input[type=checkbox]:not(old) + label:before {
  margin-left: -0.25em;
}
.gform_body .gfield_radio input[type=radio]:not(old) + label:before, .gform_body .gfield_checkbox input[type=radio]:not(old) + label:before {
  content: "\e912";
}
.gform_body .gfield_radio input[type=checkbox]:not(old):checked + label:before, .gform_body .gfield_radio input[type=radio]:not(old):checked + label:before, .gform_body .gfield_checkbox input[type=checkbox]:not(old):checked + label:before, .gform_body .gfield_checkbox input[type=radio]:not(old):checked + label:before {
  content: "\e914";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gform_body .gfield_radio input[type=radio]:not(old):checked + label:before, .gform_body .gfield_checkbox input[type=radio]:not(old):checked + label:before {
  content: "\e911";
}
.gform_body .ui-selectmenu-button {
  position: relative;
  display: block;
  width: 100% !important;
}
.gform_body .ui-selectmenu-text {
  border: 1px solid #cccccc;
  padding: 0.5625em;
}
.gform_body .ui-selectmenu-text.ui-state-focus {
  border: 1px solid #6c868b;
}
.gform_body .ui-icon {
  position: absolute;
  right: 0.3125em;
  top: 0.9375em;
  font-size: 1.375em;
  text-indent: 0;
}
.gform_body .ui-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
}
.gform_body .ui-selectmenu-text {
  margin-right: 0;
}
.gform_body .full {
  display: block;
}
.gform_body .right-half, .gform_body .left-half, .gform_body .left-third, .gform_body .middle-third, .gform_body .right-third, .gform_body .mid-left-quarter, .gform_body .mid-right-quarter, .gform_body .right-quarter, .gform_body .left-quarter {
  display: inline-block;
}
.gform_body .right-half, .gform_body .right-third, .gform_body .middle-third, .gform_body .mid-left-quarter, .gform_body .mid-right-quarter, .gform_body .right-quarter {
  padding-left: 0.625em !important;
}
@media only screen and (max-width: 40.625em) {
  .gform_body .right-half, .gform_body .right-third, .gform_body .middle-third, .gform_body .mid-left-quarter, .gform_body .mid-right-quarter, .gform_body .right-quarter {
    padding-left: 0 !important;
  }
}
.gform_body .left-half, .gform_body .left-third, .gform_body .middle-third, .gform_body .mid-left-quarter, .gform_body .mid-right-quarter, .gform_body .left-quarter {
  padding-right: 0.625em !important;
}
@media only screen and (max-width: 40.625em) {
  .gform_body .left-half, .gform_body .left-third, .gform_body .middle-third, .gform_body .mid-left-quarter, .gform_body .mid-right-quarter, .gform_body .left-quarter {
    padding-right: 0 !important;
  }
}
.gform_body .right-half, .gform_body .left-half {
  width: 50%;
}
@media only screen and (max-width: 40.625em) {
  .gform_body .right-half, .gform_body .left-half {
    width: 100%;
  }
}
.gform_body .end {
  display: block; /* only works for 1/2 because only one on row */
}
.gform_body .left-third, .gform_body .middle-third, .gform_body .right-third {
  width: 33.33%;
}
@media only screen and (max-width: 40.625em) {
  .gform_body .left-third, .gform_body .middle-third, .gform_body .right-third {
    width: 100%;
  }
}
.gform_body .mid-left-quarter, .gform_body .mid-right-quarter, .gform_body .right-quarter, .gform_body .left-quarter {
  width: 25%;
}
@media only screen and (max-width:56.25em) {
  .gform_body .mid-left-quarter, .gform_body .mid-right-quarter, .gform_body .right-quarter, .gform_body .left-quarter {
    width: 50%;
  }
}
@media only screen and (max-width: 40.625em) {
  .gform_body .mid-left-quarter, .gform_body .mid-right-quarter, .gform_body .right-quarter, .gform_body .left-quarter {
    width: 100%;
  }
}
.gform_body .no_label label.gfield_label {
  display: none;
}

/****************************  END: 1/2, 1/3, 1/4 Code for GF ***************************/
/************************* Radio or checkboxes in columns **************************/
.list_3col .ginput_container ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  margin: 0;
  padding: 0 1.5em 0.75em 0;
}
@media only screen and (max-width: 40.625em) {
  .list_3col .ginput_container ul li {
    width: 100%;
  }
}
.list_3col .ginput_container ul li label {
  white-space: normal;
  float: left;
  margin-left: 1.3846153846em;
  font-weight: 400;
}
.list_3col .ginput_container ul li input {
  position: absolute;
  left: 0;
  top: 0.125em;
}
.list_3col .ginput_container ul li input[type=radio] {
  top: 0.125em;
}

/************************* END: Radio or checkboxes in columns **************************/
.gform_button {
  border: 0 none;
}

/*************************** Gravity Forms Errors ***************************/
.validation_error {
  padding-bottom: 0.75em;
}

.validation_error, .validation_message {
  color: #cc0000;
  font-weight: 500;
  font-size: 0.9375em;
  line-height: 1.125em;
}

.gform_body .gfield_error input {
  background-color: #ff6666 !important;
}
.gform_body .gfield_error .ginput_container_checkbox {
  background-color: #ff6666 !important;
}
.gform_body .gfield_error .validation_message {
  color: #ff6666;
  font-size: 0.8125em;
}

.gform_button:hover {
  cursor: pointer;
}

/*************************** END: Gravity Forms Errors ***************************/
/********************* Calendar *********************/
.ui-datepicker {
  background: white;
  border: 1px solid #666;
  font-size: 1em;
  line-height: 1.5em;
}
.ui-datepicker td {
  padding: 0.125em 0.25em;
}
.ui-datepicker td.ui-state-disabled span {
  color: #6c868b;
}
.ui-datepicker a {
  color: #8ba753;
  text-decoration: underline;
  font-weight: 700;
}
.ui-datepicker a:hover, .ui-datepicker a:focus {
  color: #000000;
}
.ui-datepicker .ui-datepicker-header {
  text-align: center;
}
.ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header select {
  margin: 0.1875em;
}

/********************* END: Calendar *********************/
/********************** Authorize.net Credit Card *********************/
.wysiwyg .gform_body .gfield_label_before_complex {
  font-size: 1em;
}
.wysiwyg .gform_body .ginput_container_creditcard label {
  display: block;
  font-size: 0.875em !important;
  line-height: 1.5em !important;
}
.wysiwyg .gform_body .ginput_container_creditcard .ginput_full {
  display: block;
  max-width: 28.125em;
}
.wysiwyg .gform_body .ginput_container_creditcard .ginput_full input[type=text] {
  width: 100%;
}
.wysiwyg .gform_body .ginput_card_security_code_icon {
  display: none !important;
}
.wysiwyg .gform_body .ginput_cardextras {
  max-width: 28.125em;
}
.wysiwyg .gform_body .ginput_cardextras span {
  vertical-align: top;
  padding-bottom: 0;
}
.wysiwyg .gform_body .ginput_cardextras span span {
  padding-bottom: 0;
}
.wysiwyg .gform_body .ginput_cardextras .ginput_cardinfo_left {
  width: 60%;
  padding-right: 0.625em;
}
.wysiwyg .gform_body .ginput_cardextras .ginput_cardinfo_right {
  width: 40%;
  padding-left: 0.625em;
}
@media only screen and (max-width: 26.5625em) {
  .wysiwyg .gform_body .ginput_cardextras .ginput_cardinfo_left, .wysiwyg .gform_body .ginput_cardextras .ginput_cardinfo_right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .wysiwyg .gform_body .ginput_cardextras span, .wysiwyg .gform_body .ginput_cardextras span {
    padding-bottom: 0.625em;
  }
}
.wysiwyg .gform_body .ginput_card_expiration_container {
  width: 100%;
}
.wysiwyg .gform_body .ginput_card_expiration_container label {
  display: block;
}
.wysiwyg .gform_body .ginput_card_expiration_container select {
  display: inline-block;
  width: 49%;
}
.wysiwyg .gform_body .gform_card_icon_container {
  display: none;
}

.row { /* to add space for social icons */
  padding: 0 1.25em;
}
@media only screen and (max-width: 40.625em) {
  .row {
    padding: 0;
  }
}
.row .row {
  padding: 0;
}

.span-medium-2-of-8 {
  width: 25%;
}
@media only screen and (max-width: 40.625em) {
  .span-medium-2-of-8 {
    width: 100%;
  }
}

.span-medium-4-of-8 {
  width: 50%;
}
@media only screen and (max-width: 40.625em) {
  .span-medium-4-of-8 {
    width: 100%;
  }
}

.span-medium-2-of-10 {
  width: 20%;
}
@media only screen and (max-width: 40.625em) {
  .span-medium-2-of-10 {
    width: 100%;
  }
}

.span-medium-3-of-10 {
  width: 30%;
}
@media only screen and (max-width: 40.625em) {
  .span-medium-3-of-10 {
    width: 100%;
  }
}

.span-medium-7-of-10 {
  width: 70%;
}
@media only screen and (max-width: 40.625em) {
  .span-medium-7-of-10 {
    width: 100%;
  }
}

.span-medium-8-of-10 {
  width: 80%;
}
@media only screen and (max-width: 40.625em) {
  .span-medium-8-of-10 {
    width: 100%;
  }
}

.span-medium-3-of-7 {
  width: 42.8571428571%;
}
@media only screen and (max-width: 40.625em) {
  .span-medium-3-of-7 {
    width: 100%;
  }
}

.span-medium-4-of-7 {
  width: 57.1428571429%;
}
@media only screen and (max-width: 40.625em) {
  .span-medium-4-of-7 {
    width: 100%;
  }
}

strong, b {
  font-weight: 600;
}

.svg-inline, .svg-block {
  display: none;
}

.svg .svg-inline {
  display: inline;
}
.svg .svg-block {
  display: block;
}
.svg .not-svg-item {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

a.skip-link {
  background: #6c868b;
  padding: 0.25em;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  position: absolute;
  top: -999px;
  color: white;
  display: block;
}
a.skip-link:focus {
  top: 0;
  left: 0;
  z-index: 100000;
  color: white;
}

body {
  background-color: #584442;
  color: #000000;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 400;
  /* weights: 400 - book, 600 - semi-bold, 700 - bold  */
  font-size: 1em;
}

a {
  color: #8ba753;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #60743a;
}

@media only screen and (max-width: 40.625em) {
  .hide-small {
    display: none;
  }
}

.display-small-inline {
  display: none;
}
@media only screen and (max-width: 40.625em) {
  .display-small-inline {
    display: inline;
  }
}

.likeh1 {
  font-size: 2.5em;
  line-height: 1.075em;
  padding: 0.275em 0 0.3em;
  font-weight: 400;
}
.likeh1.no-padding {
  padding: 0;
}

.likeh2 {
  font-family: "merriweather", serif;
  /* weights: 700 - bold, 900 - heavy */
  font-size: 1.25em;
  line-height: 1.3em;
  padding: 0.45em 0 0.1em;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.likeh2.blue-underline {
  color: #6c868b;
  border-bottom: 1px solid #6c868b;
  padding: 0.3em 0 0.05em;
  font-weight: 900;
  margin-bottom: 0.55em;
}

.likeh3 {
  font-size: 1.125em;
  line-height: 1.4444444444em;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding-top: 0.1666666667em;
}

.heading-link a, .wysiwyg .heading-link a {
  color: #000000;
  text-decoration: none;
}
.heading-link a:hover, .heading-link a:focus, .wysiwyg .heading-link a:hover, .wysiwyg .heading-link a:focus {
  color: #000000;
  text-decoration: underline;
}

.category-heading {
  font-size: 1.5em;
  line-height: 1.1666666667em;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 400;
  /* weights: 400 - book, 600 - semi-bold, 700 - bold  */
  font-weight: 400;
  padding: 0 0 1.7083333333em;
}

.tiny-date-category {
  font-size: 0.8125em;
  line-height: 1.2307692308em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

hr {
  border: 0;
  border-top: 1px solid #6c868b;
  height: 0;
  margin: 0;
  padding: 0;
}

.button, .green-button {
  display: inline-block;
  font-size: 0.9375em;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: #6c868b;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0.6666666667em 1.4em;
  margin-bottom: 0.6666666667em;
}
.button:hover, .button:focus, .green-button:hover, .green-button:focus {
  background-color: #4b5c60;
}

.green-button {
  background-color: #8ba753;
}
.green-button:hover, .green-button:focus {
  background-color: #5b7247;
}

a.button-outline {
  display: inline-block;
  font-size: 0.9375em;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: #6c868b;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0.5333333333em 1.2666666667em;
  border: 2px solid white;
  margin-bottom: 1.6em;
}
a.button-outline:hover, a.button-outline:focus {
  background-color: #4b5c60;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.flexbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*@include flex-align-content(stretch);*/
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* for vertical alignment -- also align-self to override this for particular items, but align-self doesn't seem to work for flex-end */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*justify-content: center; -- linsey wanted these aligned left */
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

/*************************** Right Sidebar & Paging ********************/
.wp-pagenavi, .em-pagination {
  display: block;
  text-align: center;
  padding: 0.5em;
  background: rgba(139, 168, 83, 0.2);
  margin: 1.0625em 0 1.875em 0;
}
.wp-pagenavi a, .wp-pagenavi span, .em-pagination a, .em-pagination span {
  font-size: 0.875em;
  line-height: 1em;
  padding: 0 0.5em;
  font-family: "merriweather", serif;
  /* weights: 700 - bold, 900 - heavy */
  font-weight: 700;
}
.wp-pagenavi span, .em-pagination span {
  color: #5b7247;
}
.wp-pagenavi a, .em-pagination a {
  color: #8ba753;
}

.next-prev-box {
  font-size: 0.875em;
  line-height: 0.9375em;
  font-weight: 600;
  background: rgba(138, 168, 83, 0.2);
  text-align: center;
  padding: 0.7142857143em 0 0.3571428571em;
}
.next-prev-box a.back {
  display: block;
  color: #5b7247;
  padding-bottom: 0.6428571429em;
}
.next-prev-box a[rel=prev], .next-prev-box a[rel=next] {
  padding: 0 0.3571428571em 0.3571428571em;
  white-space: nowrap;
  display: inline-block;
}

.sidebar-search-box, .em-search-main {
  position: relative;
  width: 100%;
}
.sidebar-search-box .search-input, .sidebar-search-box .em-events-search-text, .em-search-main .search-input, .em-search-main .em-events-search-text {
  display: inline-block;
  width: 100%;
  border: 1px solid #c4cfd1;
  font-size: 0.875em;
  line-height: 1em;
  padding: 0.5em 2em 0.5em 0.5em;
}
.sidebar-search-box .search-input:focus, .sidebar-search-box .em-events-search-text:focus, .em-search-main .search-input:focus, .em-search-main .em-events-search-text:focus {
  border: 1px solid #6c868b;
}
.sidebar-search-box .search-submit, .sidebar-search-box .em-search-submit, .em-search-main .search-submit, .em-search-main .em-search-submit {
  position: absolute;
  right: 0;
  top: 0.1875em;
  border: 0 none;
  background: none;
  color: #6c868b;
  font-size: 1.25em;
}
.sidebar-search-box .em-search-submit img, .em-search-main .em-search-submit img {
  display: none;
}
.sidebar-search-box .em-search-submit:before, .em-search-main .em-search-submit:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
}

.sidebar-heading {
  font-size: 0.8125em;
  line-height: 1.2307692308em;
  padding-bottom: 0;
  font-weight: 600;
  border-bottom: 1px solid #000000;
  margin-bottom: 0.7692307692em;
  text-transform: uppercase;
}

.sidebar-filter-list a {
  font-size: 0.875em;
  line-height: 1.0714285714em;
  line-height: 0.03em;
  color: #000000;
}
.sidebar-filter-list a:hover, .sidebar-filter-list a:focus, .sidebar-filter-list a.active {
  color: #8ba753;
}
.sidebar-filter-list li {
  padding-bottom: 0.3125em;
  list-style: none;
}
.sidebar-filter-list li.selected, .sidebar-filter-list li.current-cat {
  color: #8ba753;
  font-weight: 600;
}
.sidebar-filter-list li.selected a, .sidebar-filter-list li.current-cat a {
  color: #8ba753;
}

.sidebar-box {
  margin-bottom: 1.375em;
}

/*************************** END: Right Sidebar & Paging ********************/
/************* Sidebar Share width -- colors and position controlled through my account at addthis.com *************/
/*.atss .at-share-btn, .atss{
	width: em-calc(25) !important;
}

.atss .at-share-btn span .at-icon, .atss a span .at-icon{
	width: em-calc(25) !important;
	height: auto !important;
}

.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper{
	padding: em-calc(4 0) !important;
}

.addthis_32x32_style .at-icon{
	height: auto !important;
}*/
.addthis-floater {
  position: fixed;
  left: 0;
  bottom: 10%;
  background: #6c868b;
  width: 1.5625em;
  z-index: 5;
  padding: 0.1875em 0;
}
.addthis-floater .display-small-inline {
  color: #c4cfd1;
  font-size: 0.875em;
  line-height: 1em;
  vertical-align: middle;
}
.addthis-floater a {
  vertical-align: middle;
  display: block;
  padding: 0.1875em 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.addthis-floater a:hover, .addthis-floater a :focus {
  text-decoration: none;
}
.addthis-floater a:hover i, .addthis-floater a :focus i {
  color: white;
}
.addthis-floater a:hover .path1:before, .addthis-floater a :focus .path1:before {
  color: white;
}
.addthis-floater i {
  text-align: center;
  color: #c4cfd1;
  font-size: 1.25em;
}
.addthis-floater i .path1:before {
  color: #c4cfd1;
}
.addthis-floater i .path2:before {
  color: #6c868b;
}
@media only screen and (max-width: 40.625em) {
  .addthis-floater {
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .addthis-floater a {
    display: inline-block;
    padding: 0.125em 0.5em 0;
  }
}

/************* Sidebar Share width *************/
/****************************** Header ********************************/
header#top {
  background: white;
}

.desktop-header-logo {
  position: absolute;
  top: 0.3125em;
  left: 0.625em;
  z-index: 999;
}

.header-utility-menu {
  text-align: right;
}
.header-utility-menu li {
  display: inline-block;
}
.header-utility-menu a {
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 400;
  /* weights: 400 - book, 600 - semi-bold, 700 - bold  */
  font-weight: 700;
  color: #6c868b;
}
.header-utility-menu a:hover, .header-utility-menu a:focus {
  text-decoration: underline;
  color: #566a6e;
}

.social-utility-menu {
  padding-top: 1.1875em;
}

.site-tagline {
  font-size: 1.125em;
  line-height: 1.1111111111em;
  font-family: "merriweather", serif;
  /* weights: 700 - bold, 900 - heavy */
  font-weight: 900;
  color: #584442;
  position: absolute;
  bottom: 0.6666666667em;
  left: 9.4444444444em;
}

.header-donate-link {
  display: block;
  float: right;
  background: #8ba753;
  color: white;
  font-family: "freight-sans-compressed-pro", sans-serif;
  font-weight: 500;
  font-size: 3.125em;
  line-height: 1em;
  text-transform: uppercase;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0.16em 0.2em 0.2em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 0 0.2em 0.34em;
}
.header-donate-link:hover, .header-donate-link:focus {
  background: #6f8542;
  color: white;
  text-decoration: none;
}

.menu-line {
  background: #6c868b;
}

.header-main-menu {
  padding-left: 10em;
}
.header-main-menu li {
  display: inline-block;
  position: relative;
}
.header-main-menu a {
  color: #c4cfd1;
}
.header-main-menu > li {
  padding: 0.3125em 0.625em;
}
.header-main-menu > li:hover > a, .header-main-menu > li:focus > a, .header-main-menu > li.active > a, .header-main-menu > li.active-parent > a {
  color: white;
  text-decoration: underline;
}
.header-main-menu > li:hover .children, .header-main-menu > li:focus .children {
  display: block;
}
.header-main-menu > li:first-child {
  padding-left: 0;
}
.header-main-menu > li > a {
  font-size: 0.9375em;
  line-height: 1.1333333333em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#mobile-header-container {
  display: none;
}

.header-main-menu .children {
  display: none;
  position: absolute;
  z-index: 99;
  background: #6c868b;
  width: 9.375em;
  padding: 0.75em 0.625em 0.625em 0.625em;
  margin-left: -0.625em;
}
.header-main-menu .children li {
  display: block;
  padding-bottom: 0.75em;
}
.header-main-menu .children li:hover a, .header-main-menu .children li:focus a, .header-main-menu .children li.active a {
  color: white;
  text-decoration: underline;
}
.header-main-menu .children a {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 600;
}

.social-icons .path1:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icons .path2:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icons li {
  display: inline-block;
  padding: 0 0.1875em;
  position: relative;
}
.social-icons a {
  font-size: 1.5em;
}
.social-icons a:hover, .social-icons a:focus {
  text-decoration: none;
}

.header-social-icons .path1:before {
  color: #6c868b;
}
.header-social-icons .path2:before {
  color: white;
}
.header-social-icons a {
  color: #6c868b;
}
.header-social-icons a:hover, .header-social-icons a:focus {
  color: #4b5c60;
}
.header-social-icons a:hover .path1:before, .header-social-icons a:focus .path1:before {
  color: #4b5c60;
}
.header-social-icons a:hover .path2:before, .header-social-icons a:focus .path2:before {
  color: white;
}

.desktop-header-search {
  display: none;
}

.desktop-header-search {
  position: absolute;
  background: white;
  right: 1.875em;
  top: -2px;
  z-index: 2;
  width: 9.375em;
  /*.search-submit, input.gsc-search-button {
  	position: absolute;
  	right: em-calc(6);
  	top: em-calc(4);
  	border: 0 none;
  	background: none;
  	color: $blue;
  	i{
  		font-size: em-calc(20);
  	}


  }*/
  /*.gsc-search-button{
  	height: auto !important;
  	width: em-calc(50);
  	min-width: auto !important;
  }*/
}
.desktop-header-search .search-inputs {
  position: relative;
}
.desktop-header-search .cse form.gsc-search-box, .desktop-header-search form.gsc-search-box, .desktop-header-search table.gsc-search-box {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 400;
  /* weights: 400 - book, 600 - semi-bold, 700 - bold  */
}
.desktop-header-search .cse table.gsc-search-box td.gsc-input, .desktop-header-search table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.desktop-header-search div.gsc-clear-button {
  display: none;
}
.desktop-header-search .cse input.gsc-input, .desktop-header-search input.gsc-input {
  background-image: none !important; /* remove background GCSE puts in */
  text-indent: 0 !important;
}
.desktop-header-search .gsc-control-searchbox-only {
  position: relative;
}
.desktop-header-search .search-input, .desktop-header-search input.gsc-input {
  border-radius: 10px;
  border: 0 none;
  background: #c4cfd1;
  width: 12.5em;
  color: #6c868b;
  padding: 0.25em 1.875em 0.25em 0.625em;
  /** Added for GSE */
  height: 1.875em;
}
.desktop-header-search .search-input.error, .desktop-header-search input.gsc-input.error {
  background: #ffb3b3;
}
.desktop-header-search button.gsc-search-button {
  /* added for GSC */
  font-size: 1.2307692308em !important;
  text-indent: -99999px;
  border: 0 none;
  background: #584442 url("/wp-content/themes/landinstitute/_images/search.svg") no-repeat 0 0;
  background-position: center;
  background-size: 1.25em;
  height: 1.5625em !important;
  width: 1.5625em !important;
  padding: 0 !important;
  margin: 0 0 0 0.5em !important;
}

/****************************** Header *********************************/
/***************************** Homepage **********************************/
.home-basic-copy p, .home-basic-copy li {
  font-size: 1em;
  line-height: 1.4375em;
  font-weight: 600;
}
.home-basic-copy p, .home-basic-copy ul, .home-basic-copy ol {
  padding-bottom: 0.5625em;
}

.video-container video {
  width: 100%;
  display: block;
}

.home-slide-copy {
  width: 28.75em;
  position: absolute;
  bottom: 1.25em;
  left: 1.25em;
  background-image: url("/wp-content/themes/landinstitute/_images/dark-img-overlay.png");
  background-repeat: repeat;
  color: white;
  padding: 0.625em 1.25em 1.25em 1.25em;
}
.home-slide-copy p {
  padding-bottom: 1.25em;
}
.home-slide-copy .button-outline {
  background-color: transparent;
}
@media only screen and (max-width:56.25em) {
  .home-slide-copy {
    width: auto;
    right: 1.25em;
  }
}
@media only screen and (max-width: 40.625em) {
  .home-slide-copy {
    position: relative;
    width: 100%;
    right: auto;
    left: auto;
    bottom: auto;
    background-color: #5b7247;
    background-image: none;
  }
}

.slide-headline {
  font-size: 2.5em;
  line-height: 1.075em;
  font-weight: 600;
  padding-bottom: 0.3em;
}

.home-hero.type-video .home-slide-copy {
  top: 50%;
  left: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
@media only screen and (max-width: 40.625em) {
  .home-hero.type-video .home-slide-copy {
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.home-callout {
  position: relative;
  margin: 0.625em;
  width: 18.75em;
}

.home-callouts-copy {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0.375em 0.875em;
  background-image: url("/wp-content/themes/landinstitute/_images/dark-img-overlay.png");
  background-repeat: repeat;
  color: white;
}
.home-callouts-copy .button-outline {
  position: absolute;
  bottom: 1.4285714286em;
  right: 1.4285714286em;
}

.home-callouts-headline {
  font-size: 2.0625em;
  line-height: 1.0909090909em;
  font-weight: 600;
  padding-bottom: 0.2727272727em;
}

.home-events, .home-news {
  padding: 0.9375em;
  margin: 0.625em 0;
  *zoom: 1;
}
.home-events:before, .home-events:after, .home-news:before, .home-news:after {
  content: " ";
  display: table;
}
.home-events:after, .home-news:after {
  clear: both;
}

.home-events {
  background-color: #5b7247;
}

.home-news {
  background-color: #8ba753;
  padding-bottom: 0;
}
.home-news .home-events-news--header-bar {
  margin-bottom: 0.625em;
}

.home-events-news--image {
  float: left;
}
@media only screen and (max-width: 40.625em) {
  .home-events-news--image {
    float: none;
    text-align: center;
    padding-bottom: 1.25em;
  }
}
.home-events-news--image a:hover img, .home-events-news--image a :focus img {
  opacity: 0.8;
}

.home-events-news--header-bar {
  border-bottom: 1px solid white;
  text-align: center;
  font-size: 1.3125em;
  line-height: 1.2;
  padding-bottom: 0.375em;
  margin-bottom: 1.25em;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
}

.news--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -0.625em;
  margin-right: -0.625em;
}

article.news--excerpt {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0.625em 0.625em 1.25em 0.625em;
  max-width: 19.375em;
}
@media only screen and (min-width:40.6875em) {
  article.news--excerpt {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width:56.3125em) {
  article.news--excerpt {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
article.news--excerpt time, article.news--excerpt .featured-image {
  display: block;
}
article.news--excerpt .featured-image:hover img, article.news--excerpt .featured-image:focus img {
  opacity: 80%;
}
article.news--excerpt time {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.25;
  text-transform: uppercase;
  padding-bottom: 0.625em;
}
article.news--excerpt .featured-image {
  margin-bottom: 0.5em;
}
article.news--excerpt h2 {
  font-family: "merriweather", serif;
  /* weights: 700 - bold, 900 - heavy */
  font-size: 1.125em;
  line-height: 1.17;
  padding-bottom: 0.5em;
}
article.news--excerpt p {
  font-size: 1.0625em;
  line-height: 1.235;
  padding-bottom: 0.75em;
}

.news--cats {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9375em;
  line-height: 1.27;
  padding-bottom: 0.6666666667em;
}

.home-news {
  color: white;
}
.home-news a {
  color: white;
}

.news-page h2 a {
  color: #000000;
}

.home-events-news--content {
  color: white;
}
.home-events-news--content.has-image {
  margin-left: 19.0625em;
}
@media only screen and (max-width: 40.625em) {
  .home-events-news--content.has-image {
    margin-left: 0;
  }
}
.home-events-news--content h2 {
  font-size: 1.5em;
  line-height: 1.2;
  font-family: "merriweather", serif;
  /* weights: 700 - bold, 900 - heavy */
  padding-bottom: 0.375em;
}
.home-events-news--content .wysiwyg p {
  font-weight: 600;
  color: white;
  font-size: 1.0625em;
  line-height: 1.29;
}
.home-events-news--content a {
  color: white;
}
.home-events-news--content h2 {
  padding-top: 0.3em;
}

.home-events-news-label {
  font-size: 0.875em;
  line-height: 1.2857142857em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-publications-heading {
  font-size: 1.125em;
  line-height: 1.4444444444em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #6c868b;
  padding: 0.8333333333em 0 0.8333333333em;
}

.home-publications--item {
  width: 33.33%;
  padding: 0 1.25em 2.5em;
  border-right: 1px solid #6c868b;
  position: relative;
}
.home-publications--item .likeh2 {
  padding-top: 0;
}
.home-publications--item .button {
  position: absolute;
  bottom: 0;
  left: 1.25em;
}
.home-publications--item:first-of-type {
  padding-left: 0.625em;
}
.home-publications--item:first-of-type .button {
  left: 0.625em;
}
.home-publications--item:last-of-type {
  padding-right: 0.625em;
  border-right: 0 none;
}
@media only screen and (max-width: 40.625em) {
  .home-publications--item {
    width: 100%;
    border-bottom: 1px solid #6c868b;
    border-right: 0 none;
    padding: 1.25em 0;
    margin: 0 0.625em;
  }
  .home-publications--item .button {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .home-publications--item:first-of-type {
    padding: 0 0 1.25em;
  }
  .home-publications--item:first-of-type .button {
    left: auto;
  }
  .home-publications--item:last-of-type {
    border-bottom: 0 none;
  }
}

/***************************** End Homepage *******************************/
/****************************** Regular Pages ***************************/
#pagecontent {
  background-color: white;
  padding: 1.25em 0 1.875em;
}

.home #pagecontent {
  padding-top: 0;
}

.wysiwyg a {
  color: #8ba753;
  font-weight: 600;
  text-decoration: underline;
}
.wysiwyg a:hover, .wysiwyg a:focus {
  color: #5b7247;
}
.wysiwyg a.black-link {
  color: #000000;
  text-decoration: none;
}
.wysiwyg a.black-link:hover, .wysiwyg a.black-link:focus {
  color: #000000;
  text-decoration: underline;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg p, .wysiwyg li {
  color: #000000;
}
.wysiwyg h1 {
  font-size: 2.5em;
  line-height: 1.075em;
  padding: 0.275em 0 0.3em;
  font-weight: 400;
}
.wysiwyg h2 {
  font-family: "merriweather", serif;
  /* weights: 700 - bold, 900 - heavy */
  font-size: 1.25em;
  line-height: 1.3em;
  padding: 0.45em 0 0.1em;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.wysiwyg h3 {
  font-size: 1.125em;
  line-height: 1.4444444444em;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding-top: 0.1666666667em;
}
.wysiwyg h4 {
  font-family: "merriweather", serif;
  /* weights: 700 - bold, 900 - heavy */
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.1875em;
}
.wysiwyg p, .wysiwyg li {
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
.wysiwyg p {
  padding-bottom: 0.5625em;
}
.wysiwyg table {
  margin-bottom: 0.5625em;
  font-size: 1em;
  line-height: 1.5em;
}
.wysiwyg th {
  font-weight: 600;
}
.wysiwyg.no-padding-last-p p:last-of-type {
  padding-bottom: 0;
}
.wysiwyg ol, .wysiwyg ul {
  padding: 0 0 0.5625em 1.25em;
}
.wysiwyg p.emphasize {
  font-size: 1.0625em;
  line-height: 1.4117647059em;
  text-align: center;
  font-family: "merriweather", serif;
  /* weights: 700 - bold, 900 - heavy */
  color: #6c868b;
  padding: 0.5294117647em 4.7058823529em;
  font-weight: 900;
}
.wysiwyg p.longquote {
  font-size: 1.0625em;
  line-height: 1.5294117647em;
  font-weight: 600;
  font-style: italic;
  color: #6c868b;
  padding: 0.3529411765em 1.1764705882em 0.9411764706em;
}
.wysiwyg p.longquote-attribute {
  font-size: 1.0625em;
  line-height: 1.5294117647em;
  font-weight: 600;
  font-style: normal;
  color: #6c868b;
  padding: 0 1.1764705882em 0.9411764706em;
  margin-top: -0.5294117647em;
}
.wysiwyg p.call-to-action {
  font-size: 1.25em;
  line-height: 1.3em;
  padding: 0.3em 0 0.4em;
  font-weight: 600;
}
.wysiwyg p.call-to-action .button, .wysiwyg p.call-to-action .green-button {
  font-size: 0.75em;
  margin-top: 0;
}
.wysiwyg img.alignleft, .wysiwyg div.alignleft {
  float: left;
  margin: 0.25em 1.25em 1.25em 0;
}
@media only screen and (max-width: 40.625em) {
  .wysiwyg img.alignleft, .wysiwyg div.alignleft {
    float: none;
    margin: 0 auto 10px;
    display: block;
  }
}
.wysiwyg img.alignright, .wysiwyg div.alignright {
  float: right;
  margin: 0.25em 0 1.25em 1.25em;
}
@media only screen and (max-width: 40.625em) {
  .wysiwyg img.alignright, .wysiwyg div.alignright {
    float: none;
    margin: 0 auto 10px;
    display: block;
  }
}
.wysiwyg img.aligncenter, .wysiwyg div.aligncenter {
  display: block;
  margin: 4px auto 10px;
}
.wysiwyg img.alignnone, .wysiwyg div.alignnone {
  display: block;
  margin: 0.25em 0 0.625em;
}
.wysiwyg .wp-caption {
  width: auto !important;
}
.wysiwyg .wp-caption-text {
  font-size: 0.875em;
  line-height: 1.5714285714em;
  font-weight: 600;
  padding-bottom: 0;
}
.wysiwyg .button {
  font-weight: 700;
  margin: 0.6666666667em 1.3333333333em 0 0;
}

.sidebar-menu {
  padding-top: 4.25em;
}
.sidebar-menu.sidebar-menu--no-padding {
  padding-top: 0.5625em;
}
.sidebar-menu li {
  padding-bottom: 0.625em;
  list-style: none;
}
.sidebar-menu li.active > a {
  color: #5b7247;
  text-decoration: underline;
}
.sidebar-menu li:last-of-type {
  padding-bottom: 0;
}
.sidebar-menu a {
  font-size: 1em;
  line-height: 1em;
  color: #8ba753;
  font-weight: 600;
}
.sidebar-menu a:hover, .sidebar-menu a:focus {
  color: #5b7247;
}
.sidebar-menu ul {
  padding-top: 0.625em;
  padding-left: 1.25em;
}

/****************************** End Regular Pages *********************/
/****************************** Blocks ********************************/
.gallery-block {
  padding: 1.25em 0;
}

.publication-block {
  padding: 1.25em 0 0;
}
.publication-block .blue-underline {
  margin-bottom: 0; /* to remove extra padding */
}

.publication-block--item .likeh2 {
  padding-top: 0; /* to remove extra padding */
}
.publication-block--item .button {
  position: absolute;
  bottom: 1.3333333333em;
  left: 0.6666666667em;
}

.publication-block--content {
  padding-bottom: 2.8125em;
}

.callout-block {
  padding: 1.25em 0 0;
}
.callout-block .button {
  position: absolute;
  bottom: 1.3333333333em;
  left: 0.6666666667em;
}

.callout-block--box a:hover img, .callout-block--box a:focus img {
  opacity: 0.8;
}

.callout-block--two-column, .publication-block--item {
  width: 50%;
  padding: 0.625em 0.625em 1.25em;
  position: relative;
}
@media only screen and (max-width: 40.625em) {
  .callout-block--two-column, .publication-block--item {
    width: auto;
    max-width: 21.25em;
  }
}

.callout-block--content {
  padding-bottom: 2.8125em;
}

.callout-block--one-column {
  *zoom: 1;
  padding: 0.9375em 0;
  position: relative;
}
.callout-block--one-column:before, .callout-block--one-column:after {
  content: " ";
  display: table;
}
.callout-block--one-column:after {
  clear: both;
}
@media only screen and (max-width: 40.625em) {
  .callout-block--one-column {
    width: auto;
    max-width: 18.75em;
  }
}
.callout-block--one-column .likeh2 {
  padding-top: 0;
  margin-top: -0.25em;
}
@media only screen and (max-width: 40.625em) {
  .callout-block--one-column .likeh2 {
    padding-top: 0.45em;
    margin-top: 0;
  }
}
.callout-block--one-column img {
  width: 44.4444444444%;
  padding: 0 0.625em;
  float: left;
}
@media only screen and (max-width: 40.625em) {
  .callout-block--one-column img {
    float: none;
    width: auto;
  }
}
.callout-block--one-column .callout-block--content {
  width: 55.5555555556%;
  padding: 0 0.625em 2.8125em 0.625em;
  float: left;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 40.625em) {
  .callout-block--one-column .callout-block--content {
    float: none;
    width: auto;
    height: auto;
  }
}
.callout-block--one-column .button {
  bottom: 0;
}

#gallery-filters {
  padding: 0.625em 0;
}
#gallery-filters .gallery-button {
  background-color: white;
  color: #8ba753;
  border: 1px solid #8ba753;
  padding: 0.1875em 0.625em;
  margin-bottom: 0.125em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#gallery-filters .gallery-button.active {
  background: #8ba753;
  color: white;
}
#gallery-filters .gallery-button:hover, #gallery-filters .gallery-button:focus {
  background: #aec284;
  color: white;
}

.team-member-block {
  padding: 1.25em 0 0;
}

.hide-reveal-block {
  padding: 1.25em 0;
}

.hidereveal-toggle {
  position: relative;
  border-top: 1px solid #8ba753;
}
.hidereveal-toggle:last-child {
  border-bottom: 1px solid #8ba753;
}
.hidereveal-toggle .reveal {
  display: none;
}
.hidereveal-toggle.active .reveal {
  display: block;
}
.hidereveal-toggle.active .toggle-icon .two {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.hidereveal-toggle .toggle {
  width: 100%;
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375em 0;
}
.hidereveal-toggle .toggle:hover {
  cursor: pointer;
}
.hidereveal-toggle .toggle-icon {
  position: relative;
  width: 1.875em;
  height: 1.875em;
  border: 1px solid #8ba753;
  border-radius: 50%;
  margin-right: 0.625em;
}
.hidereveal-toggle .toggle-icon .one, .hidereveal-toggle .toggle-icon .two {
  position: absolute;
  background: #8ba753;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 400ms all ease-out;
  transition: 400ms all ease-out;
  height: 70%;
  left: 50%;
  width: 2px;
  top: 0.25em;
  margin-left: -0.0625em;
}
.hidereveal-toggle .toggle-icon .one {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.hidereveal-toggle .toggle-content {
  padding: 0;
}

/****************************** END: Blocks ****************************/
.single-hero {
  padding-bottom: 0.875em;
}

/**************************** Video Audio ***************************/
.featured-video-audio {
  border-bottom: 1px solid #6c868b;
  padding-bottom: 1.25em;
}

.video-audio {
  padding: 1.0625em 0;
  *zoom: 1;
  border-bottom: 1px solid #6c868b;
}
.video-audio:before, .video-audio:after {
  content: " ";
  display: table;
}
.video-audio:after {
  clear: both;
}
.video-audio .video-audio--player-container {
  padding-top: 0.1875em;
}

.video-audio-transcript {
  padding-top: 1.75em;
}

/**************************** END: Video Audio ***************************/
/*************************** News/Blog ***********************/
.news {
  padding: 1.0625em 0;
  *zoom: 1;
  border-bottom: 1px solid #6c868b;
}
.news:before, .news:after {
  content: " ";
  display: table;
}
.news:after {
  clear: both;
}
.news img {
  padding-top: 0.1875em;
}
.news a:hover img, .news a:focus img {
  opacity: 0.8;
}
@media only screen and (max-width: 40.625em) {
  .news .tiny-date-category {
    padding-top: 0.875em;
  }
}

.single-news .attachment-eight-col {
  padding-bottom: 0.875em;
}

.category-filter-list {
  padding-bottom: 1.25em;
}
.category-filter-list .label {
  border-bottom: 1px solid #000000;
  font-size: 0.875em;
  padding-bottom: 0.4285714286em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.category-filter-list ul {
  text-align: center;
}
.category-filter-list ul li {
  display: inline;
  padding: 0.625em;
}
.category-filter-list ul a {
  color: #000000;
  font-weight: 600;
}

/*************************** END: News/Blog ***********************/
/********************************* Staff List ***************************/
.staff-list-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.staff-list-item {
  position: relative;
  margin: 0.8125em 0.625em;
  width: 10em;
}
.staff-list-item img {
  padding-bottom: 0.3125em;
}
.staff-list-item a:hover img, .staff-list-item a:focus img {
  opacity: 0.8;
}

.single-staff .likeh1 {
  display: block;
  /*margin-top: em-calc(-10, 40);*/
}

.staff-photo {
  width: 51.6129032258%;
  float: left;
  padding: 0 1.25em 1.25em 0;
}
@media only screen and (max-width: 40.625em) {
  .staff-photo {
    float: none;
    width: auto;
    padding: 0;
    margin: 1.25em 0;
  }
  .staff-photo img {
    margin: 0 auto;
    display: block;
  }
}

/********************************* END: Staff List **********************/
/***************************** Board Member List *********************/
.board-list--item {
  padding-bottom: 1.625em;
}

.board-list--bio-container .board-list--bio-toggle {
  font-size: 0.8125em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.board-list--bio {
  display: none;
}

/***************************** END: Board Member List *****************/
/******************************* Scientific Publications ********************/
.scientific-pub--intro {
  border-bottom: 1px solid #6c868b;
  padding-bottom: 0.5em;
}

.scientific-pub-item {
  padding: 1.25em 0 1.5em;
  border-bottom: 1px solid #6c868b;
}
.scientific-pub-item:last-of-type {
  border-bottom: 0 none;
}

.list--authors {
  font-size: 0.875em;
  line-height: 1.5714285714em;
  background-color: rgba(108, 134, 139, 0.1);
  margin: 0.4285714286em 0;
  padding: 0.3333333333em 0.6666666667em;
}

.single-scientific-pub--info {
  border-bottom: 1px solid #6c868b;
  margin-bottom: 0.8125em;
}
.single-scientific-pub--info p {
  font-size: 0.875em;
  line-height: 1.5714285714em;
  padding-bottom: 1.1428571429em;
}

/******************************* END: Scientific Publications ********************/
/********************************* Essential Reading List *******************/
.essential-reading-item {
  position: relative;
  margin: 0.8125em 0.625em;
  width: 13.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*@include flex-align-items(stretch);*/
}
.essential-reading-item p {
  padding-bottom: 0.9375em;
}
.essential-reading-item a:hover img, .essential-reading-item a:focus img {
  opacity: 0.8;
}
.essential-reading-item .essential-reading-button-container {
  margin-top: auto;
}

.single-essential-reading .essential-reading-link {
  text-transform: uppercase;
  text-decoration: none;
}

.single-essential-reading-category {
  padding-bottom: 1.875em;
}

/********************************* END: Essential Reading List *******************/
/*********************************** Events ***********************************/
.event-list--item {
  padding: 1.25em 0;
  border-bottom: 1px solid #6c868b;
}
.event-list--item .event-location {
  font-size: 0.9375em;
  padding-bottom: 0.625em;
}

.single-event .likeh2 {
  padding-bottom: 0.6em;
}

.em-location-map-container {
  margin: 0.625em 0 1.25em;
}

.event-location-container {
  font-size: 1em;
  line-height: 1.5em;
  padding-bottom: 0.5625em;
}

.event-location-label {
  float: left;
}

.event-location-block {
  margin-left: 4.6875em;
}

.em-calendar-wrapper {
  width: 100%;
  background: #f0f0f0;
  padding: 0.4375em 0.625em 0.625em;
}

.em-calendar {
  width: 100%;
  text-align: center;
}
.em-calendar .month_name {
  font-size: 1.1875em;
  line-height: 1em;
  font-weight: 600;
}
.em-calendar .em-calnav {
  font-size: 0.75em;
  line-height: 1em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}
.em-calendar thead td {
  padding-bottom: 0.625em;
}
.em-calendar tbody {
  font-size: 1.0625em;
  line-height: 1em;
}
.em-calendar tbody td {
  width: 14.28%;
  padding: 0.1176470588em;
}
.em-calendar .days-names {
  font-weight: 600;
}

/********************************* END: Events *************************/
/******************************** Map ******************************/
.likeh2.partner-extra-padding {
  padding-top: 1.75em;
}

.wpgmza_map {
  margin-bottom: 1.25em;
}

.maps--description {
  display: none;
  padding-top: 0.125em;
}

.wpgmaps_mlist_row {
  position: absolute;
  left: 0;
  top: 0.875em;
}
.wpgmaps_mlist_row:hover, .wpgmaps_mlist_row:focus {
  cursor: pointer;
}

.wpgmaps_mlist_marker_list_item {
  padding: 0.75em 0;
  *zoom: 1;
  position: relative;
}
.wpgmaps_mlist_marker_list_item:before, .wpgmaps_mlist_marker_list_item:after {
  content: " ";
  display: table;
}
.wpgmaps_mlist_marker_list_item:after {
  clear: both;
}
.wpgmaps_mlist_marker_list_item h3 {
  padding-top: 0;
}
.wpgmaps_mlist_marker_list_item h3:after {
  clear: right;
}
.wpgmaps_mlist_marker_list_item img {
  padding-right: 0.5em;
}

.wpgmaps_mlist_marker_details_container {
  margin-left: 1.5em;
}

.maps--toggle {
  display: block;
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.7692307692em 0;
}

/******************************** END: Map ******************************/
/********************************* Land Report **************************/
.land-report-info {
  padding-bottom: 1.125em;
}

.land-report-hero {
  padding-top: 1.25em;
}

.land-report-item {
  width: 10.41625em;
  margin: 0.625em;
}
.land-report-item img {
  border: 1px solid #cccccc;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.land-report-item a p {
  text-decoration: underline;
}
.land-report-item a:hover img, .land-report-item a:focus img {
  /*opacity: .8;*/
  border: 1px solid #8ba753;
}
.land-report-item .land-report--issue-info {
  padding-top: 0.2142857143em;
}

.land-report--display-type {
  padding: 0.5em;
  background: rgba(139, 168, 83, 0.2);
  margin: 0.9375em 0 0.9375em 0;
}
.land-report--display-type a {
  font-size: 0.875em;
  line-height: 1em;
  padding: 0 0.5em;
  font-weight: 600;
}
.land-report--display-type a.active {
  color: #5b7247;
}

.land-report--article {
  padding: 0.9375em 0 1.25em;
  border-bottom: 1px solid #6c868b;
}

.land-report--article-data {
  font-size: 0.8125em;
  line-height: 2em;
  text-transform: uppercase;
  font-weight: 600;
}

.land-report--term-list {
  color: #8ba753;
}

.land-report--issue-data {
  border-bottom: 1px solid #6c868b;
  padding-bottom: 1.25em;
}
@media only screen and (max-width: 40.625em) {
  .land-report--issue-data .small-padding-top {
    padding-top: 1.25em;
  }
}
.land-report--issue-data a {
  text-decoration: underline;
}
.land-report--issue-data .attachment-land-report-issue-cover {
  border: 1px solid #cccccc;
}

.land-report--issue-info {
  font-size: 0.875em;
  line-height: 1.5714285714em;
}
.land-report--issue-info strong {
  font-weight: 600;
}

.land-report--pdf-download {
  font-size: 0.875em;
  line-height: 1.5714285714em;
}
.land-report--pdf-download a {
  text-decoration: underline;
}

.land-report--author {
  font-size: 0.875em;
  line-height: 1.7142857143em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.6428571429em 0;
  letter-spacing: 0.02em;
}

.land-report--toc {
  padding-top: 0.9375em;
}
.land-report--toc li {
  display: block;
  font-size: 0.875em;
  line-height: 1.2142857143em;
  letter-spacing: 0.03em;
  padding-bottom: 0.6428571429em;
  font-weight: 600;
}
.land-report--toc li a {
  color: #000000;
  text-decoration: none;
}
.land-report--toc li.active a {
  color: #8ba753;
  text-decoration: underline;
}

/********************************* END: Land Report ***********************/
/****************************** Search Results ***********************/
.search-result {
  border-bottom: 1px solid #6c868b;
  padding: 1.25em 0;
}

.searchwp-highlight {
  color: #cc0000;
  font-weight: 600;
}

.cse .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result.gsc-promotion:hover, .gsc-results .gsc-imageResult-classic:hover, .gsc-results .gsc-imageResult-column:hover {
  border-left: 0 none !important;
}

.gsc-control-cse .gs-result .gs-title {
  height: auto !important;
  overflow: visible !important;
}

.gsc-control-cse .gsc-thumbnail-inside {
  padding: 0 !important;
}

.gsc-control-cse .gs-result .gs-title * {
  font-family: "merriweather", serif !important;
  font-size: 20px !important;
  line-height: 1.3em !important;
  padding: 0.25em 0 0.45em 0 !important;
  letter-spacing: 0.01em !important;
  font-weight: 700 !important;
  color: #000000 !important;
  height: auto !important;
  text-decoration: none !important;
}
.gsc-control-cse .gs-result .gs-title *:hover, .gsc-control-cse .gs-result .gs-title *:focus {
  text-decoration: underline !important;
}
.gsc-control-cse .gs-result .gs-title * b {
  color: #8ba753 !important;
}

.cse .gsc-cursor-box, .gsc-cursor-box {
  text-align: center !important;
  padding: 0.5em !important;
  background: rgba(139, 168, 83, 0.2);
  margin: 1.0625em 0 1.875em 0;
  border-top: 0 none !important;
}
.cse .gsc-cursor-box .gsc-cursor-page, .gsc-cursor-box .gsc-cursor-page {
  font-size: 0.875em !important;
  line-height: 1em !important;
  padding: 0 0.5em !important;
  font-family: "merriweather", serif !important;
  font-weight: 700;
  color: #8ba753 !important;
  display: inline !important;
}
.cse .gsc-cursor-box .gsc-cursor-current-page, .gsc-cursor-box .gsc-cursor-current-page {
  color: #5b7247 !important;
}

.gs-result img.gs-image, .gs-result img.gs-promotion-image {
  padding: 0.3125em 0.625em 0 0 !important;
  border: 0 none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  text-decoration: none !important;
  margin: 0 !important;
}

.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  background-color: transparent !important;
  text-shadow: none !important;
}

/*.gs-bidi-start-align, .cse .gsc-cursor-box, .gsc-cursor-box{
	text-align: center !important;
}*/
.cse .gsc-control-cse, .gsc-control-cse, .gsc-control-cse .gsc-table-result {
  padding: 0 !important;
  color: #000000 !important;
  font-family: "freight-sans-pro", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1em !important;
  line-height: 1.5em !important;
}

.cse .gs-result .gs-snippet, .gs-result .gs-snippet, .cse .gs-spelling-original, .gs-spelling-original,
.gsc-control-cse .gs-spelling {
  font-size: 1em !important;
  line-height: 1.5em !important;
}

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
  border: 0 none !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1em !important;
  color: #000000 !important;
}

.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-classic, .gsc-imageResult-column {
  padding: 0 !important;
  border-left: 0 none !important;
}

/****************************** END: Search Results ***********************/
/************************** Raiser's Edge Form *************************/
#bboxdonation_BBEmbeddedForm {
  padding: 0;
}

.BBFormSectionHeading, .BBFormFieldContainer {
  padding: 0 0 0.3125em 0 !important;
}

.BBFormFieldContainer {
  margin: 0.5em 0 !important;
}

#bboxdonation_btnSubmit, #bboxevent_btnSubmit {
  display: inline-block;
  font-size: 0.9375em;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: #6c868b;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 0;
  padding: 0.6666666667em 1.4em !important;
}
#bboxdonation_btnSubmit:hover, #bboxdonation_btnSubmit:focus, #bboxevent_btnSubmit:hover, #bboxevent_btnSubmit:focus {
  background-color: #4b5c60;
}

/*************************** Gravity Forms ************************/
.validation_error, .wysiwyg .validation_error {
  font-size: 1em;
  line-height: 1.25em;
  padding: 0.625em;
  color: #cc0000;
  font-weight: 700;
  background: #ffcccc;
}

.validation_message, .wysiwyg .validation_message {
  font-size: 0.875em;
  line-height: 1.2142857143em;
  font-weight: 700;
  color: #cc0000;
}

.wysiwyg .gfield_error input {
  background-color: #ffcccc;
}
.wysiwyg .gfield_required {
  color: #cc0000;
  padding-left: 0.125em;
}
.wysiwyg .gform_body ul {
  padding: 0;
}
.wysiwyg .gform_body li {
  list-style: none;
  vertical-align: bottom;
}
.wysiwyg .gform_body .gfield {
  padding: 0.5em 0;
  vertical-align: top;
}
.wysiwyg .gform_body label {
  font-weight: 600;
}
.wysiwyg .gform_body input, .wysiwyg .gform_body textarea {
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 1em;
  padding: 0.3125em;
}
.wysiwyg .gform_body input:focus, .wysiwyg .gform_body textarea:focus {
  border: 1px solid #6c868b;
}
.wysiwyg .gform_footer .button {
  border: 0 none;
}

.gform_validation_container {
  display: none;
}

/************************************** Footer ***********************************/
footer#bottom {
  padding-bottom: 1.875em;
}
@media only screen and (max-width: 40.625em) {
  footer#bottom {
    padding-bottom: 2.5em;
  }
}

.footer-about-paragraph {
  text-align: center;
  padding: 1.4375em 0 1.25em;
}
.footer-about-paragraph p {
  font-size: 1.0625em;
  line-height: 1.4117647059em;
  font-weight: 600;
  color: #e5dfd3;
}

.footer-about-heading {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  color: #8ba753;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0.2222222222em;
}

.footer-address {
  color: #e5dfd3;
  font-weight: 600;
  line-height: 1.5em;
}

.footer-copyright {
  padding-top: 1.875em;
}

.footer-hr hr {
  border: 0;
  height: 0;
  border-bottom: 1px solid #6c868b;
  margin-bottom: 1.25em;
}

/* OLD Gravity Form:
.footer-email-signup{
	@media only screen and (max-width: 40.625em){
		padding-top: em-calc(20);
	}

	color: $cream;
	.gform_title{
		font-size: em-calc(24);
		line-height: em-calc(26, 24);
		font-weight: 600;
	}

	.gform_description{
		font-size: em-calc(17);
		line-height: em-calc(24, 17);
		font-weight: 600;
		padding: em-calc(5 0 8, 17);
		display: block;
	}

	.gfield_label{
		display: none;
	}

	li{
		display: inline-block;

		&.half{
			width: 50%;
		}

		&.full{
			width: 100%;
		}

		&.first{
			padding-right: em-calc(5);
		}

		&.last{
			padding-left: em-calc(5);
		}
	}

	.ginput_container{
		input{
			width: 100%;
			font-size: em-calc(14);
			line-height: 1em;
			font-weight: 600;
			padding: em-calc(5, 14);
			border: 2px solid $cream;
			background-color: $cream;
			color: $blue;
			margin-bottom: em-calc(10, 14);

			&:focus{
				border: 2px solid $blue;
			}
		}

	}

	.gform_button{
		font-size: em-calc(15);
		line-height: 1em;
		font-weight: 700;
		letter-spacing: .05em;
		background-color: $blue;
		color: white;
		text-transform: uppercase;
		border: 2px solid white;
		padding: em-calc(7 22, 15);
		&:hover, &:focus{
			background-color: darken($blue, 10%);
		}
	}
}*/
.footer-email-signup {
  color: #e5dfd3;
  /*.gfield_label{
  	display: none;
  }

  li{
  	display: inline-block;

  	&.half{
  		width: 50%;
  	}

  	&.full{
  		width: 100%;
  	}

  	&.first{
  		padding-right: em-calc(5);
  	}

  	&.last{
  		padding-left: em-calc(5);
  	}
  }*/
}
@media only screen and (max-width: 40.625em) {
  .footer-email-signup {
    padding-top: 1.25em;
  }
}
.footer-email-signup .gform_title {
  font-size: 1.5em;
  line-height: 1.0833333333em;
  font-weight: 600;
}
.footer-email-signup .gform_description {
  font-size: 1.0625em;
  line-height: 1.4117647059em;
  font-weight: 600;
  padding: 0.2941176471em 0 0.4705882353em;
  display: block;
}
.footer-email-signup input[type=text] {
  width: 100%;
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 600;
  padding: 0.3571428571em;
  border: 2px solid #e5dfd3;
  background-color: #e5dfd3;
  color: #6c868b;
  margin-bottom: 0.7142857143em;
}
.footer-email-signup input[type=text]:focus {
  border: 2px solid #6c868b;
}
.footer-email-signup input[type=text]#cons_first_name, .footer-email-signup input[type=text]#cons_last_name {
  width: calc(50% - 3px);
}
.footer-email-signup input[type=submit] {
  font-size: 0.9375em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #6c868b;
  color: white;
  text-transform: uppercase;
  border: 2px solid white;
  padding: 0.4666666667em 1.4666666667em;
  margin-top: 0.875em;
}
.footer-email-signup input[type=submit]:hover, .footer-email-signup input[type=submit]:focus {
  background-color: #566a6e;
}

@media only screen and (max-width: 40.625em) {
  .footer-menu {
    padding-top: 1.25em;
  }
}
.footer-menu li {
  display: block;
  padding-bottom: 0.625em;
}
.footer-menu a {
  color: #e5dfd3;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.125em;
}

.footer-social-icons .path1:before {
  color: #e5dfd3;
}
.footer-social-icons .path2:before {
  color: #6c868b;
}
.footer-social-icons a:hover .path1:before, .footer-social-icons a:focus .path1:before {
  color: #d2c8b3;
}
.footer-social-icons a:hover .path2:before, .footer-social-icons a:focus .path2:before {
  color: #566a6e;
}

/************************************ End Footer **************************/
/*********************************** Mobile *******************************/
@media screen and (max-width: 53.125em) {
  #mobile-header-container {
    display: block;
  }
}

@media screen and (max-width: 53.125em) {
  #desktop-header-container {
    display: none;
  }
}

.mobile-header-buttons {
  height: 3.4375em;
  padding: 0.3125em;
  background: #8ba753;
}

.mobile-header-logo--container {
  margin-left: 2.1875em;
  height: 2.8125em;
  position: relative;
}

.mobile-header-logo--center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

#menu-trigger {
  float: left;
  margin-top: 0.625em;
}

#mobile-menu {
  display: none;
}

.mobile-menu-active {
  overflow: hidden !important;
  height: 100%;
}

#mobile-menu {
  display: none;
  position: fixed;
  top: 3.4375em;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(77, 77, 77, 0.85);
  float: none;
  overflow-x: auto;
  overflow-y: auto !important;
  *zoom: 1;
  padding: 1.875em;
}
#mobile-menu:before, #mobile-menu:after {
  content: " ";
  display: table;
}
#mobile-menu:after {
  clear: both;
}

.mobile-header-main-menu > li.active > a:first-child, .mobile-header-utility-menu > li.active > a:first-child, .mobile-header-donate-menu > li.active > a:first-child {
  color: white;
}
.mobile-header-main-menu > li.active-parent .drilldown-sub, .mobile-header-main-menu > li.active .drilldown-sub, .mobile-header-utility-menu > li.active-parent .drilldown-sub, .mobile-header-utility-menu > li.active .drilldown-sub, .mobile-header-donate-menu > li.active-parent .drilldown-sub, .mobile-header-donate-menu > li.active .drilldown-sub {
  display: block;
}
.mobile-header-main-menu > li > a, .mobile-header-utility-menu > li > a, .mobile-header-donate-menu > li > a {
  text-transform: uppercase;
  font-weight: 500;
}
.mobile-header-main-menu li, .mobile-header-utility-menu li, .mobile-header-donate-menu li {
  display: block;
  position: relative;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background: #6c868b;
}
.mobile-header-main-menu li li, .mobile-header-utility-menu li li, .mobile-header-donate-menu li li {
  border-left: 0 none;
  border-right: 0 none;
}
.mobile-header-main-menu li li a, .mobile-header-utility-menu li li a, .mobile-header-donate-menu li li a {
  padding-left: 1.25em;
}
.mobile-header-main-menu a, .mobile-header-utility-menu a, .mobile-header-donate-menu a {
  color: #c4cfd1;
  text-decoration: none;
  display: block;
  padding: 0.625em;
}
.mobile-header-main-menu a:hover, .mobile-header-main-menu a:focus, .mobile-header-utility-menu a:hover, .mobile-header-utility-menu a:focus, .mobile-header-donate-menu a:hover, .mobile-header-donate-menu a:focus {
  color: white;
}
.mobile-header-main-menu .drilldown-sub, .mobile-header-utility-menu .drilldown-sub, .mobile-header-donate-menu .drilldown-sub {
  display: none;
}
.mobile-header-main-menu .drilldown-sub li.active a, .mobile-header-utility-menu .drilldown-sub li.active a, .mobile-header-donate-menu .drilldown-sub li.active a {
  color: white;
}

.mobile-header-main-menu .mobile-get-children {
  font-size: 1.125em;
  width: 2.7777777778em;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border-left: 1px solid white;
  height: 100%;
  padding: 0.5555555556em;
}
.mobile-header-main-menu .mobile-get-children:hover, .mobile-header-main-menu .mobile-get-children:focus {
  color: white;
  cursor: pointer;
}

.mobile-header-donate-menu {
  border-bottom: 1px solid white;
}

/*********************************** End Mobile ***************************/
/**************** Blackbaud Forms ******************/
form#mongo-form #bboxdonation_giftattributes_ctl00_lblAttribDisplayName, form#mongo-form #bboxevent_giftattributes_ctl00_lblAttribDisplayName {
  float: none;
  text-align: left;
  width: 100%;
}

.BBFormContainer[data-bbox-part-id=ecda8bd9-fe9c-4fbc-9a96-1a59ceffec0d] .BBFormFieldLabel {
  line-height: 24px !important;
}

.BBFormContainer[data-bbox-part-id=ecda8bd9-fe9c-4fbc-9a96-1a59ceffec0d].BBFormContainer .BBFormSelectList,
.BBFormContainer[data-bbox-part-id=ecda8bd9-fe9c-4fbc-9a96-1a59ceffec0d].BBFormContainer .BBFormTextbox,
.BBFormContainer[data-bbox-part-id=ecda8bd9-fe9c-4fbc-9a96-1a59ceffec0d].BBFormContainer .BBFormTextArea {
  font-size: 16px !important;
}

/* make billing labels longer so phone number fits */
.BBFormAddress label, .BBFormAddress span,
.BBFormAddress .BBFormContainer[data-bbox-part-id=ecda8bd9-fe9c-4fbc-9a96-1a59ceffec0d] .BBFormFieldLabel,
.BBFormBillingPhone label,
.BBFormBillingPhone span,
.BBFormBillingPhone .BBFormContainer[data-bbox-part-id=ecda8bd9-fe9c-4fbc-9a96-1a59ceffec0d] .BBFormFieldLabel,
.BBFormBillingEmail label,
.BBFormBillingEmail span,
.BBFormBillingEmail .BBFormContainer[data-bbox-part-id=ecda8bd9-fe9c-4fbc-9a96-1a59ceffec0d] .BBFormFieldLabel,
.BBFormIndivFields label,
.BBFormIndivFields span,
.BBFormIndivFields .BBFormContainer[data-bbox-part-id=ecda8bd9-fe9c-4fbc-9a96-1a59ceffec0d] .BBFormFieldLabel,
#bboxevent_registrant_templateRegistrant_divFieldEmail label,
#bboxevent_registrant_templateRegistrant_divFieldEmail span,
#bboxevent_registrant_templateRegistrant_divFieldEmail .BBFormContainer[data-bbox-part-id=ecda8bd9-fe9c-4fbc-9a96-1a59ceffec0d] .BBFormFieldLabel,
#fldIndivInfo label,
#fldIndivInfo span,
#fldIndivInfo .BBFormContainer[data-bbox-part-id=ecda8bd9-fe9c-4fbc-9a96-1a59ceffec0d] .BBFormFieldLabel {
  width: 200px !important;
}

/* #bboxevent - 2020 Kernza Conference */
#bboxdonation_billing_ulChannel, #bboxevent_billing_ulChannel {
  padding-left: 26px !important;
}
#bboxdonation_billing_ulChannel li, #bboxevent_billing_ulChannel li {
  padding-bottom: 15px;
}
#bboxdonation_billing_ulChannel li input, #bboxevent_billing_ulChannel li input {
  margin-top: 4px !important;
}
#bboxdonation_billing_ulChannel li span, #bboxevent_billing_ulChannel li span {
  line-height: 1.2 !important;
  vertical-align: top !important;
}

#bboxevent_attributes_ctl02_divAttrib label,
#bboxevent_attributes_ctl03_divAttrib label,
#bboxevent_attributes_ctl01_divAttrib label,
#bboxevent_attributes_ctl04_divAttrib label,
#bboxevent_attributes_ctl05_divAttrib label,
#bboxevent_attributes_ctl06_divAttrib label {
  float: none;
  width: 100%;
  text-align: left;
}

#bboxevent_BBEmbeddedForm .BBFormFieldLabel.BBFormSummaryTotal {
  float: none !important;
}