@charset "UTF-8";
/*! ---------------------------------------------------------

	Theme Name: OpenNotes
	Theme URI: http://sheppco.com/themes/
	Description: This theme is a child theme for the Genesis Framework. it is customized for use on https://www.opennotes.org
	Author: Chip Sheppard
	Author URI: http://sheppco.com/
  Text Domain: opennotes
  Version: 1.2.0

	Template: genesis
	Template Version: 2.4.2

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/* #  HTML5 Reset
-------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
html {
  font-size: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

a:focus {
  outline: 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input {
  line-height: normal;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* #  Elements
-------------------------------------------------------------- */
/* ## Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ## Defaults
--------------------------------------------- */
body {
  background: #fff;
  color: #5b646a;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.1s ease-in-out;
}

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

a:hover {
  color: #68145f;
}

p {
  margin: 0 0 1.25em;
  padding: 0;
}

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

b,
strong {
  font-weight: 600;
}

cite,
em,
i {
  font-style: italic;
}

hr {
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
  clear: both;
  height: 1px;
  margin: 1em 0 1.5em;
}

::-moz-selection {
  background-color: #3399cc;
  color: #ffffff;
}

::selection {
  background-color: #3399cc;
  color: #ffffff;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1em;
}

h1 {
  color: #68145f;
  margin: 0 0 0.375em;
  font-size: 48px;
  font-size: 3rem;
}

h2 {
  color: #68145f;
  margin: 0 0 0.438em;
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  color: #009a89;
  margin: 0 0 0.5em;
  font-size: 26.92px;
  font-size: 1.6825rem;
}

h4 {
  color: #009a89;
  margin: 0 0 0.5em;
  font-size: 22px;
  font-size: 1.375rem;
}

h5 {
  color: #e86d23;
  font-weight: 600;
  margin: 0 0 0.75em;
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  color: #e86d23;
  font-weight: 600;
  margin: 0 0 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
}

@media all and (max-width: 1200px) {
  h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media all and (max-width: 1025px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media all and (max-width: 800px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.75em;
  }

  h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
  }

  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  h5, h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (max-width: 500px) {
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  h3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* ## Lists
--------------------------------------------- */
ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

/* ## Blockquotes
--------------------------------------------- */
q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

blockquote {
  background: #f4f7fa;
  border-top: 2px dotted #929ca3;
  border-bottom: 2px dotted #929ca3;
  color: #68145f;
  font-style: italic;
  margin: 0 0 1.5em;
  quotes: "“" "”" "“" "”";
  padding: 2.5em 1.125em;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
}
blockquote:before, blockquote:after {
  content: "";
}
blockquote div, blockquote span {
  color: #929ca3;
  display: block;
  font-style: normal;
  margin: 1em 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
blockquote p, blockquote ul {
  position: relative;
}
blockquote p:last-of-type, blockquote ul:last-of-type {
  margin-bottom: 0;
}
blockquote.pullright, blockquote.pullleft {
  width: 32%;
  padding: 1em 1.5em 0.25em;
}
blockquote.pullright::before, blockquote.pullleft::before {
  display: none;
  content: "";
}
blockquote.pullright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
blockquote.pullleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
@media all and (max-width: 800px) {
  blockquote {
    margin: 0 0.25em 0;
    padding: 0.5em;
    font-size: 16px;
    font-size: 1rem;
  }
  blockquote.pullright, blockquote.pullleft {
    float: none;
    width: 100%;
    padding: 0.5em;
    margin-left: 0;
  }
  blockquote div, blockquote span {
    font-size: 8px;
    font-size: 0.5rem;
  }
}

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 2.5em;
  width: 100%;
}

td,
th {
  text-align: left;
}

th {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
}

.table th, .table td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead th {
  vertical-align: bottom;
  font-weight: 700;
}

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #fbfbfb;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-left: 0;
  border-radius: 3px;
}

.table-bordered th, .table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 3px;
}

.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 3px;
}

.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 3px;
}

.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 3px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 3px;
}

.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 3px;
}

.table-striped tr:nth-child(odd) > td {
  background: #f1f1f1;
}

.table-striped tr:nth-child(even) > td {
  background: #fff;
}

.table-hover tr:hover > td {
  background-color: #5e92bf;
  border-left-color: #5e92bf;
  color: #fff;
}

/* #  Modules
-------------------------------------------------------------- */
/* ## Clearing
--------------------------------------------- */
.cf:before,
.clearfix:before,
.opn-footnotes p:before,
.author-box:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.widget-wrap:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.institutions .archive-pagination:before,
.institutions .facetwp-pager:before {
  content: " ";
  display: table;
}

.cf:after,
.clearfix:after,
.opn-footnotes p:after,
.author-box:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.widget-wrap:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.institutions .archive-pagination:after,
.institutions .facetwp-pager:after {
  clear: both;
  content: " ";
  display: table;
}

/* ## Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader-text span:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background-color: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* ## Genesis
--------------------------------------------- */
/* ### Avatar */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar {
  height: 88px;
  width: 88px;
}

.entry-comments .avatar {
  height: 60px;
  width: 60px;
}

.alignleft .avatar, .exec .entry img .avatar,
.author-box .avatar {
  margin-right: 1.5em;
}

.alignright .avatar, .exec .entry:nth-of-type(even) img .avatar {
  margin-left: 1.5em;
}

.comment .avatar {
  margin: 0 1em 1.5em 0;
}

/* ### Breadcrumbs */
.breadcrumb {
  margin-bottom: 1.25em;
}

/* ### Author Box */
.author-box {
  font-size: 1em;
  margin-bottom: 2.5em;
  padding: 2.5em;
}

@media all and (max-width: 800px) {
  .author-box {
    padding: 0;
  }
}
.author-box-title {
  font-size: 1em;
  margin-bottom: 0.25em;
}

.author-box p:last-child {
  margin-bottom: 0;
}

/* ## WordPress
--------------------------------------------- */
.alignleft, .exec .entry img {
  float: left;
  text-align: left;
}

.alignright, .exec .entry:nth-of-type(even) img {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

a.alignnone {
  display: inline-block;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.5em;
}

img.alignnone,
.alignnone {
  margin-bottom: 0.75em;
}

a.alignleft,
img.alignleft,
.exec .entry img,
.wp-caption.alignleft {
  margin: 0 1.5em 1.5em 0;
}

a.alignright,
img.alignright,
.exec .entry:nth-of-type(even) img,
.wp-caption.alignright {
  margin: 0 0 1.5em 1.5em;
}

@media all and (max-width: 500px) {
  .alignleft, .exec .entry img,
.alignright,
.exec .entry:nth-of-type(even) img {
    display: block;
    text-align: left;
  }

  a.alignleft,
.wp-caption.alignleft,
.exec .entry img.wp-caption {
    margin-right: 0;
  }

  a.alignright,
.wp-caption.alignright,
.exec .entry:nth-of-type(even) img.wp-caption {
    margin-left: 0;
  }

  img.alignleft, .exec .entry img,
img.alignright,
.exec .entry:nth-of-type(even) img {
    max-width: 100%;
    margin: 0 auto 1.5em;
  }
}
.wp-caption-text {
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 0.625em;
}

.post-password-form input {
  width: auto;
}

.post-password-form input[type=submit] {
  padding: 1.563em;
}

.post-edit-link {
  display: none;
}

.sticky {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* ## Widgets
--------------------------------------------- */
.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.widget ul li {
  margin-bottom: 0.625em;
  padding-bottom: 0.625em;
}

.widget li li {
  border: none;
  margin: 0 0 0 1.875em;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Utility Styles
--------------------------------------------- */
@media all and (max-width: 800px) {
  .m-hide {
    display: none;
  }
}
img.centered {
  width: 100%;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.bg-purple {
  background-color: #68145f;
}

.bg-green {
  background-color: #009a89;
}

.bg-orange {
  background-color: #e86d23;
}

.bg-cream {
  background-color: #f3f3ee;
}

.text-purple,
.c-purple {
  color: #68145f;
}

.text-green,
.c-teal {
  color: #009a89;
}

.text-orange,
.c-orange {
  color: #e86d23;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.icon-right {
  text-align: right;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.icon-right .fa, .icon-right .fas {
  float: right;
  overflow: hidden;
  width: 12%;
  padding-top: 3px;
}
.icon-right a {
  display: inline-block;
  overflow: hidden;
  width: 88%;
}
.icon-right .fa-video {
  position: relative;
  right: -5px;
}

.icon-left .fa, .icon-left .fas {
  float: left;
  overflow: hidden;
  width: 12%;
  padding-top: 3px;
}
.icon-left a {
  display: inline-block;
  overflow: hidden;
  width: 88%;
}

/* #  Media
-------------------------------------------------------------- */
/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* ## Galleries
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 1.75em;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover {
  border: 1px solid #999;
}

/* #  Forms
-------------------------------------------------------------- */
/* ## Form Fields
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #929ca3;
  color: #333;
  padding: 0.375em 1em;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

/* ## Buttons
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  background-color: #e86d23;
  border: 1px solid #e86d23;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  font-size: 16px;
  font-size: 1rem;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover {
  background-color: #5b646a;
  border: 1px solid #5b646a;
  color: #fff;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.button:focus {
  outline: 0;
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
.button:active {
  background-color: #333;
  border: 1px solid #333;
}

input[type=button],
input[type=reset],
input[type=submit] {
  padding: 1em 0.5em;
}

button,
.button {
  display: inline-block;
  padding: 0.5em;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* ### Button extras
--------------------------------------------- */
.button.alt {
  background-color: #009a89;
  color: #fff;
  border-color: #009a89;
}

.button.alt:hover {
  background-color: #5b646a;
  color: #fff;
  border-color: #5b646a;
}

.button.dark {
  background-color: #5b646a;
  color: #fff;
  border-color: #5b646a;
}

.button.dark:hover {
  background-color: #e86d23;
  color: #fff;
  border-color: #e86d23;
}

.button.big {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.5em 3em;
  font-family: "Montserrat", sans-serif;
}

.button.arrow:after {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 0.313em;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  position: relative;
}

.search-form input[type=submit] {
  background-color: transparent;
  color: #5b646a;
  border: 0;
  display: inline-block;
  font-family: "FontAwesome";
  line-height: 1;
  padding: 0.5em;
  position: absolute;
  top: 6px;
  right: 6px;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-size: 1.25rem;
}
.search-form input[type=submit]:hover {
  color: #009a89;
}
.search-form input[type=submit]:focus {
  color: #5b646a;
}

.entry-content .search-form {
  width: 50%;
}

/* #  Structure and Layout
------------------------------------------------------------- */
/* ## Grid
--------------------------------------------- */
.one-half, .news-wrap .entry, .teasers .prefoot-two,
.one-third,
.teasers .prefoot-one,
.two-thirds,
.one-fourth,
.research-signup-box input[type=submit],
.three-fourths,
.research-signup-box input[type=email],
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths,
.one-sixth,
.five-sixths,
.one-seventh,
.two-sevenths,
.three-sevenths,
.four-sevenths,
.five-sevenths,
.six-sevenths,
.one-eighth,
.three-eighths,
.five-eighths,
.seven-eighths,
.teasers {
  float: left;
  margin-left: 2.5641025641%;
}

.one-half, .news-wrap .entry, .teasers .prefoot-two {
  width: 48.7179487179%;
}

.one-third, .teasers .prefoot-one {
  width: 31.6239316239%;
}

.two-thirds {
  width: 65.811965812%;
}

.one-fourth, .research-signup-box input[type=submit] {
  width: 23.0769230769%;
}

.three-fourths, .research-signup-box input[type=email] {
  width: 74.358974359%;
}

.one-fifth {
  width: 17.9487179487%;
}

.two-fifths {
  width: 38.4615384615%;
}

.three-fifths {
  width: 58.9743589744%;
}

.four-fifths {
  width: 79.4871794872%;
}

.one-sixth {
  width: 14.5299145299%;
}

.five-sixths {
  width: 82.905982906%;
}

.one-seventh {
  width: 12.0879120879%;
}

.two-sevenths {
  width: 26.7399267399%;
}

.three-sevenths {
  width: 41.3919413919%;
}

.four-sevenths {
  width: 56.043956044%;
}

.five-sevenths {
  width: 70.695970696%;
}

.six-sevenths {
  width: 85.347985348%;
}

.one-eighth {
  width: 10.2564102564%;
}

.three-eighths {
  width: 35.8974358974%;
}

.five-eighths {
  width: 61.5384615385%;
}

.seven-eighths, .teasers {
  width: 87.1794871795%;
}

.first, .news-wrap .entry:nth-of-type(odd), .research-signup-box input[type=email], .teasers .prefoot-two:first-of-type, .teasers .prefoot-one:first-of-type, .teasers .one-fourth:nth-child(4n+1), .teasers .research-signup-box input[type=submit]:nth-child(4n+1), .research-signup-box .teasers input[type=submit]:nth-child(4n+1), .homelist .one-half:nth-child(even), .homelist .news-wrap .entry:nth-child(even), .news-wrap .homelist .entry:nth-child(even), .homelist .teasers .prefoot-two:nth-child(even), .teasers .homelist .prefoot-two:nth-child(even) {
  clear: both;
  margin-left: 0;
}

.silo, .teasers {
  float: none;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.one-half-nm,
.one-third-nm,
.two-thirds-nm,
.one-fourth-nm,
.three-fourths-nm {
  float: left;
}

.one-half-nm {
  width: 50%;
}

.one-third-nm {
  width: 33.3333333333%;
}

.two-thirds-nm {
  width: 66.6666666667%;
}

.one-fourth-nm {
  width: 25%;
}

.three-fourths-nm {
  width: 75%;
}

.pullright {
  float: right;
}

@media all and (max-width: 800px) {
  .one-half, .news-wrap .entry, .teasers .prefoot-two,
.one-third,
.teasers .prefoot-one,
.two-thirds,
.one-fourth,
.research-signup-box input[type=submit],
.three-fourths,
.research-signup-box input[type=email],
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths,
.one-sixth,
.five-sixths,
.one-seventh,
.two-sevenths,
.three-sevenths,
.four-sevenths,
.five-sevenths,
.six-sevenths,
.one-eighth,
.three-eighths,
.five-eighths,
.seven-eighths,
.teasers,
.one-half-nm,
.one-third-nm,
.two-thirds-nm,
.one-fourth-nm,
.three-fourths-nm,
.pullright {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
/* ## Containers
--------------------------------------------- */
.site-container {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 8px;
  clear: both;
  margin: 0 auto;
  max-width: 80em;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1280px) {
  .site-container {
    max-width: none;
    width: 92%;
  }
}
@media all and (max-width: 1025px) {
  .site-container {
    width: 96%;
  }
}
@media all and (max-width: 800px) {
  .site-container {
    width: 100%;
  }
}

.site-inner {
  clear: both;
}

.wrap, .institutions .archive-pagination,
.institutions .facetwp-pager,
.archive .entry,
.blog .entry,
.search .entry,
.single .entry-content,
.single .entry-footer,
.page-template-default .entry-content,
.archive-pagination,
.comment-respond,
.entry-pings {
  padding-left: 7.75%;
  padding-right: 7.75%;
}

/* ## Content
--------------------------------------------- */
.content {
  width: 70%;
}
@media all and (max-width: 800px) {
  .content {
    width: 100%;
    float: none;
  }
}

.full-width-content .content {
  width: 100%;
}

/* #  Site
-------------------------------------------------------------- */
/* ## Site Header
--------------------------------------------- */
.site-header {
  width: 100%;
  position: relative;
  z-index: 2;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  margin: 0 0 0 1.5em;
}
@media all and (max-width: 500px) {
  .title-area {
    margin-left: 0.5em;
  }
}

/* Logo */
.site-title {
  display: block;
  line-height: 1;
  margin-right: 1em;
  margin-bottom: 0;
  position: relative;
  top: 1.75em;
  width: 237px;
  z-index: 9;
  font-size: 8px;
  font-size: 0.5rem;
}
@media all and (max-width: 1280px) {
  .site-title {
    width: 200px;
  }
}
@media all and (max-width: 500px) {
  .site-title {
    top: 1.25em;
    margin-right: 0.5em;
    width: 150px;
  }
}
.site-title a {
  display: inline-block;
  background-image: url("images/logo.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 96px;
  background-size: 100%;
  text-indent: -100%;
  overflow: hidden;
}
@media all and (max-width: 1280px) {
  .site-title a {
    height: 81px;
  }
}
@media all and (max-width: 500px) {
  .site-title a {
    height: 61px;
  }
}

/* Site Description (if it were to be displayed) */
.site-description {
  margin-bottom: 0.5em;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media all and (max-width: 800px) {
  .site-description {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* ## Header Widgets
--------------------------------------------- */
.site-header .widget-area {
  float: right;
}
.site-header .widget-area .widget-title {
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.site-header .widget-area .search-form {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 60%;
  padding: 0.938em;
  background: #fff;
}
@media all and (max-width: 800px) {
  .site-header .widget-area .search-form {
    width: 100%;
  }
}
.site-header .widget-area .search-form input[type=submit] {
  top: 15px;
  right: 20px;
  color: #5b646a;
}
.site-header .widget-area .search-form input[type=submit]:hover {
  color: #009a89;
}
.site-header .widget-area .widget_text {
  float: left;
  padding-top: 0.25em;
}
@media all and (max-width: 800px) {
  .site-header .widget-area .widget_text {
    display: none;
  }
}
.site-header .widget-area .widget_text p {
  margin-bottom: 0;
}
.site-header .widget-area .widget_text a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #68145f;
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 1.125rem;
}
.site-header .widget-area .widget_text a:hover {
  color: #009a89;
}
.site-header .widget-area .widget_search {
  float: left;
}
.site-header .widget-area .widget_search:before {
  background-color: #e86d23;
  border-radius: 50%;
  color: #fff;
  content: "";
  cursor: pointer;
  display: inline-block;
  font-family: "FontAwesome";
  line-height: 1;
  position: relative;
  top: 2em;
  right: 1em;
  padding: 0.625em;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
}
@media all and (max-width: 1280px) {
  .site-header .widget-area .widget_search:before {
    top: 1.5em;
  }
}
@media all and (max-width: 800px) {
  .site-header .widget-area .widget_search:before {
    right: 0.5em;
    top: 1.825em;
  }
}
@media all and (max-width: 500px) {
  .site-header .widget-area .widget_search:before {
    top: 1em;
  }
}
.site-header .widget-area .widget_search:hover:before, .site-header .widget-area .widget_search.search-open:before {
  background-color: #009a89;
}

/* ## Menu
--------------------------------------------- */
.genesis-nav-menu {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.genesis-nav-menu a {
  color: #374046;
  display: block;
  font-weight: 600;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item a,
.genesis-nav-menu .current_page_item a,
.genesis-nav-menu .current_page_parent a,
.genesis-nav-menu .current-page-ancestor a {
  color: #009a89;
}

.genesis-nav-menu > .menu-item-has-children > a:before,
.genesis-nav-menu > .page_item_has_children > a:before {
  color: #e86d23;
  content: "";
  float: right;
  font-family: "FontAwesome";
  font-size: 1.5em;
  height: 20px;
  line-height: 1;
  padding: 0 0 0 0.375em;
  z-index: 9;
  font-size: 16px;
  font-size: 1rem;
}

/* ### Primary Navigation
--------------------------------------------- */
.nav-primary {
  float: right;
  margin-right: 1em;
}
@media all and (max-width: 800px) {
  .nav-primary {
    margin-right: 0;
  }
}
.nav-primary .genesis-nav-menu .menu-item {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 1.75em 0;
}
@media all and (max-width: 1280px) {
  .nav-primary .genesis-nav-menu .menu-item {
    padding: 1.625em 0;
  }
}
@media all and (max-width: 1138px) {
  .nav-primary .genesis-nav-menu .menu-item {
    padding: 1em 0 0.5em;
  }
}
.nav-primary a {
  padding: 12px;
  font-size: 16px;
  font-size: 1rem;
}
@media all and (max-width: 1280px) {
  .nav-primary a {
    padding: 12px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.nav-primary .sub-menu {
  border-top: 1px solid #929ca3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 220px;
  z-index: 99;
}
.nav-primary .sub-menu .menu-item {
  padding: 0;
}
@media all and (max-width: 1280px) {
  .nav-primary .sub-menu .menu-item {
    padding: 0;
  }
}
.nav-primary .sub-menu a {
  background-color: #fff;
  color: #5b646a;
  padding: 1em;
  position: relative;
  width: 220px;
  font-size: 14px;
  font-size: 0.875rem;
}
.nav-primary .sub-menu a:hover {
  background-color: #d8dfe3;
}
.nav-primary .sub-menu .sub-menu {
  margin: -40px 0 0 189px;
}
.nav-primary .menu-item:hover {
  position: static;
}
.nav-primary .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.nav-primary .right a {
  color: #68145f;
  border-left: 2px solid #929ca3;
}
@media all and (max-width: 1138px) {
  .nav-primary .right a {
    border: 0;
  }
}

/* ### Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #d8dfe3;
  padding: 0 0 0 23.5em;
}
@media all and (max-width: 1280px) {
  .nav-secondary {
    padding-left: 15.125em;
  }
}
@media all and (max-width: 1138px) {
  .nav-secondary {
    padding-left: 1em;
  }
}
.nav-secondary .genesis-nav-menu a {
  padding: 0.75em 0.5em;
  font-size: 16px;
  font-size: 1rem;
}
.nav-secondary .menu-item {
  display: inline-block;
  text-align: left;
}
.nav-secondary .menu-item:hover {
  position: relative;
}
.nav-secondary .menu-item:hover > .children {
  left: auto;
  opacity: 1;
}
.nav-secondary .menu-item:hover .sub-menu .children {
  top: 0;
}
.nav-secondary li li {
  margin-left: 0;
}
.nav-secondary .children {
  background-color: #d8dfe3;
  border-top: 1px solid #929ca3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  left: -9999px;
  letter-spacing: 0;
  opacity: 0;
  position: absolute;
  width: 220px;
  z-index: 99;
}
.nav-secondary .children a {
  color: #000;
  padding: 1.25em;
  position: relative;
  width: 220px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.nav-secondary .children a:hover {
  background-color: #fff;
}
.nav-secondary .children li.current-menu-item > a,
.nav-secondary .children li.current_page_item > a {
  background-color: #eceff1;
}
.nav-secondary .children .children {
  margin: 0 0 0 -199px;
}
.nav-secondary .children .children:before {
  display: none;
  border: none;
}

/* ## Mobile Menu Icon
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 37px;
  right: 80px;
  line-height: 0;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}
@media all and (max-width: 500px) {
  .responsive-menu-icon {
    top: 22px;
    right: 60px;
  }
}

.menu-icon-wrap {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 1.5em;
}

.menu-icon {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.menu-icon,
.menu-icon:after,
.menu-icon:before {
  width: 100%;
  height: 0.188em;
  background-color: #68145f;
  position: absolute;
  transition-property: transform;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.menu-icon:after,
.menu-icon:before {
  content: "";
  display: block;
}

.menu-icon:before {
  top: -0.5em;
}

.menu-icon:after {
  bottom: -0.5em;
}

.responsive-menu-icon:hover .menu-icon,
.responsive-menu-icon:hover .menu-icon:after,
.responsive-menu-icon:hover .menu-icon:before {
  background-color: #009a89;
}

/* Spin */
.menu-icon {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-icon::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.menu-icon::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.responsive-menu-icon.activated .menu-icon {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.responsive-menu-icon.activated .menu-icon::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.responsive-menu-icon.activated .menu-icon::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ## Responsive Menu
--------------------------------------------- */
@media all and (max-width: 800px) {
  .responsive-menu-icon {
    display: block;
  }

  .nav-primary {
    margin-left: 0;
    width: 100%;
  }
  .nav-primary .genesis-nav-menu {
    display: none;
    float: none;
    clear: both;
    margin-top: 1em;
    padding-bottom: 0.625em;
  }
  .nav-primary .genesis-nav-menu a {
    padding: 1em;
  }
  .nav-primary .genesis-nav-menu .menu-item {
    display: block;
    padding: 0;
  }
  .nav-primary .genesis-nav-menu .menu-item:hover {
    position: static;
  }
  .nav-primary .genesis-nav-menu li li {
    padding-left: 0.938em;
  }
  .nav-primary .genesis-nav-menu .sub-menu {
    border: 0;
    box-shadow: none;
    left: auto;
    opacity: 1;
    position: relative;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
    z-index: 99;
  }
  .nav-primary .genesis-nav-menu .sub-menu a {
    padding: 0.625em 0.625em 0.625em 2em;
    position: relative;
    text-transform: none;
    width: 100%;
  }
  .nav-primary .genesis-nav-menu .sub-menu a:hover {
    background-color: transparent;
    color: #009a89;
  }
  .nav-primary .genesis-nav-menu .sub-menu:before {
    display: none;
    border: none;
  }
  .nav-primary .genesis-nav-menu .sub-menu .sub-menu {
    padding-left: 0.5em;
    margin: 0;
  }
  .nav-primary .genesis-nav-menu .menu-item-has-children {
    cursor: pointer;
  }
  .nav-primary .genesis-nav-menu .menu-item-has-children > a {
    margin-right: 3.75em;
  }

  .genesis-nav-menu > .menu-item-has-children > a:before,
.genesis-nav-menu > .page_item_has_children > a:before {
    display: none;
  }

  .genesis-nav-menu > .menu-item-has-children:before {
    content: "";
    float: right;
    font-family: "FontAwesome";
    font-size: 1.5em;
    line-height: 1;
    height: 20px;
    padding: 0.75em 1.313em 0.75em 0;
    z-index: 99;
    font-size: 16px;
    font-size: 1rem;
  }

  .genesis-nav-menu .menu-open.menu-item-has-children:before {
    content: "";
  }

  .genesis-nav-menu > .menu-item > .sub-menu {
    display: none;
  }

  .genesis-nav-menu .menu-open .sub-menu {
    display: block;
  }
}
@media all and (max-width: 500px) {
  .responsive-menu-icon {
    margin-top: 0;
  }
}
/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 2.5em 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  padding: 0.5em 0.75em;
}

@media all and (max-width: 800px) {
  .archive-pagination li a {
    margin-bottom: 0.25em;
  }
}
.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #009a89;
}

.prev-next-navigation {
  margin-bottom: 2em;
}
.prev-next-navigation .prev {
  float: left;
}
.prev-next-navigation .next {
  float: right;
}

/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 1.5em;
}

.widget .entry {
  margin-bottom: 1.5em;
}

.blog .entry {
  margin-bottom: 4em;
}

.content ol,
.content ul {
  margin-bottom: 1.5em;
  margin-left: 1.5em;
}
.content ul > li {
  list-style-type: disc;
  padding-bottom: 0.5em;
}
.content ol > li {
  list-style-type: decimal;
}
.content ol ol,
.content ul ul {
  margin-bottom: 0;
}

.entry-content {
  margin-top: 1.5em;
}

.blog .entry-content {
  margin-top: 0.5em;
  overflow: hidden;
}

/* ## Archives
--------------------------------------------- */
.archive .entry {
  margin-bottom: 3em;
}

.archive-description {
  margin-bottom: 2.5em;
}
.archive-description p,
.archive-description ul {
  padding-left: 7.75%;
  padding-right: 7.75%;
}
.archive-description blockquote {
  margin: 0 7.75% 1.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.archive-description blockquote p {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.back-link {
  margin-bottom: 1.25em;
}

.archive-more-link.button {
  font-size: 14px;
  font-size: 0.875rem;
}

/* ## Titles
--------------------------------------------- */
.entry-title {
  margin-bottom: 0.25em;
}

.entry-title a,
.sidebar .widget-title a {
  color: #5b646a;
}
.entry-title a:hover,
.sidebar .widget-title a:hover {
  color: #009a89;
}

.blog .entry-title a {
  color: #68145f;
  font-size: 120%;
}
.blog .entry-title a:hover {
  color: #009a89;
}

.archive-title div {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

.widget-title {
  padding-bottom: 0.5em;
}

.page-template-page_blog .entry-title {
  margin-bottom: 0.625em;
  text-shadow: 0;
}

.page-template-page_blog .entry:first-child .entry-title {
  margin-bottom: 3.75em;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.page-template-page_blog .entry:first-child .entry-title a {
  color: #fff;
}

.page-template-page_blog .entry:first-child .entry-title a:hover {
  color: #009a89;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 0.75em;
  margin-bottom: 0.5em;
}

.entry-header .entry-meta {
  text-transform: uppercase;
}

.entry-footer .entry-meta {
  border-top: 1px solid #d8dfe3;
  border-bottom: 1px solid #d8dfe3;
  padding: 0.625em 1.5em;
}

.blog .entry-meta {
  text-transform: uppercase;
}
.blog .entry-footer {
  clear: both;
  border-bottom: 1px solid #d8dfe3;
  margin-top: 16px;
}
.blog .entry-footer .entry-meta {
  text-transform: uppercase;
}

.entry-categories,
.entry-tags,
.entry-times,
.entry-terms {
  display: block;
}

.tag-links {
  margin-left: 1em;
}

.cat-links:before,
.tag-links:before {
  color: #5b646a;
  font-family: "FontAwesome";
  margin-right: 0.25em;
}

.cat-links:before {
  content: "";
}

.tag-links:before {
  content: "";
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 2.5em;
}

@media all and (max-width: 800px) {
  .comment-respond,
.entry-comments,
.entry-pings {
    padding: 0;
  }
}
.comment-respond,
.entry-pings {
  padding-top: 2.5em;
  padding-bottom: 1em;
}

.entry-comments {
  padding: 2.5em;
}

.comment-header {
  font-size: 1em;
}

li.comment {
  background-color: #eceff1;
  border: 2px solid #fff;
  border-right: none;
}

.comment-content {
  clear: both;
}

.comment-list li {
  margin-top: 1.5em;
  padding: 2em;
}

.comment-list li li {
  margin-right: -2em;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 0.75em;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.bypostauthor .comment-author-icon {
  display: block;
  padding: 4px;
  border-radius: 99px;
  background: #009a89;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 4px;
  left: -4px;
}

/* ## Site Footer
--------------------------------------------- */
.site-footer {
  font-size: 0.75em;
  line-height: 2;
  padding: 1.5em 0;
  text-align: center;
  background-color: #000;
}
.site-footer a:hover {
  color: #ffffff;
}

.site-footer p {
  margin-bottom: 0;
}

.site-credits {
  font-size: 0.75em;
}

/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
  background-color: #929ca3;
  color: #ffffff;
  clear: both;
  padding: 2.5em 3em;
}
@media all and (max-width: 500px) {
  .footer-widgets {
    padding: 1.5em;
  }
}
.footer-widgets .widget:not(.widget_nav_menu) {
  margin-bottom: 2em;
}
.footer-widgets .widget:not(.widget_nav_menu) img {
  margin-bottom: 0;
}
.footer-widgets a {
  width: 100%;
  color: #ffffff;
}
.footer-widgets a:hover {
  color: #eeeeee;
}
.footer-widgets .widget-title {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
.footer-widgets .widget ul li {
  padding-bottom: 0;
}
.footer-widgets input[type=email] {
  padding: 14px 12px;
  border: 2px solid #e86d23;
}
.footer-widgets .wpcf7-form {
  text-align: center;
}
.footer-widgets .wpcf7 input[type=submit] {
  background: #e86d23;
  border: 0;
  box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.3);
  padding: 1.25em 2em 1em;
  margin-top: 1em;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
.footer-widgets .wpcf7 input[type=submit]:hover {
  border: 0;
  box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
  top: 1px;
}
.footer-widgets .wpcf7-form-control-wrap {
  position: inherit;
}
.footer-widgets span.wpcf7-not-valid-tip {
  color: #ff0;
  font-size: 0.75em;
}
.footer-widgets .search-form {
  clear: both;
  margin-top: 0.5em;
}
.footer-widgets .search-form input[type=search] {
  color: #ffffff;
  border-color: #ffffff;
  border-width: 0 0 1px 0;
  background: transparent;
  padding-left: 0;
  padding-bottom: 3px;
  padding-top: 5px;
}
.footer-widgets .search-form input[type=email] {
  background: #ffffff;
}
.footer-widgets .search-form input[type=submit] {
  color: #ffffff;
  top: -5px;
}
.footer-widgets .search-form input[type=submit]:hover {
  color: #eeeeee;
}
.footer-widgets .menu {
  display: block;
}
.footer-widgets .menu li {
  margin-bottom: 1em;
}
.footer-widgets .menu li a {
  font-size: 18px;
  font-size: 1.125rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 30%;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-1 li {
  border-bottom: 1px solid #ffffff;
}

.footer-widgets-2 {
  margin: 0 5%;
  font-size: 20px;
  font-size: 1.25rem;
}
.footer-widgets-2 p {
  margin-bottom: 1em;
}

.footer-widgets-3 {
  float: right;
}
.footer-widgets-3 .widget {
  margin-bottom: 3em;
}
.footer-widgets-3 .widget-title {
  border-bottom: 1px solid #ffffff;
}
.footer-widgets-3 a {
  color: #5b646a;
}
.footer-widgets-3 a:hover {
  color: #000000;
}
.footer-widgets-3 p {
  margin-bottom: 0.5em;
}

.footer-widgets-4 {
  clear: both;
  margin-top: 3em;
}
.footer-widgets-4 .widget-title {
  font-size: 24px;
  font-size: 1.5rem;
}
.footer-widgets-4 .menu li {
  float: left;
  margin-right: 2%;
  width: 23%;
}
.footer-widgets-4 .menu li.footer-hide {
  display: none;
}
.footer-widgets-4 .menu li a {
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  margin-bottom: 0.5em;
}
.footer-widgets-4 .menu li .sub-menu li {
  border: none;
  float: none;
  margin: 0 0 0.125em;
  width: 100%;
}
.footer-widgets-4 .menu li .sub-menu li a {
  border-bottom: none;
  line-height: 1.25;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
}
.footer-widgets-4 .menu li .sub-menu li .sub-menu li {
  margin-left: 1em;
}

@media all and (max-width: 800px) {
  .footer-widgets .widget {
    margin-bottom: 1.5em;
  }

  .footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 .menu li {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .footer-widgets-4 {
    margin-top: 0;
  }
  .footer-widgets-4 .menu li {
    margin-top: 1em;
  }
}
.backtotop {
  display: none;
  position: fixed;
  left: 94%;
  bottom: 107px;
  z-index: 999;
  width: auto;
  transition: none;
}
@media all and (max-width: 1200px) {
  .backtotop {
    left: 92%;
  }
}
@media all and (max-width: 800px) {
  .backtotop {
    left: 85%;
    bottom: 63px;
  }
}
.backtotop:before {
  border-radius: 50%;
  color: #ffffff;
  content: "";
  cursor: pointer;
  font-family: "FontAwesome";
  line-height: 1;
  padding: 7px 12px 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  font-size: 1.5rem;
}
.backtotop:hover:before {
  background: rgba(0, 0, 0, 0.8);
  padding: 6px 12px 9px;
}

/* #  Custom Templates
-------------------------------------------------------------- */
/*
 *	Colored Headings  ---------------------
 */
.page-header-wrap,
.single .entry-header,
.page-template-default .entry-header {
  background-repeat: no-repeat;
  background-position: bottom left;
  color: #68145f;
  font-family: "Montserrat", sans-serif;
  padding: 1em 7.75% 2.5em 2em;
}
.page-header-wrap .entry-title,
.page-header-wrap .page-title,
.page-header-wrap .archive-title,
.page-header-wrap .error404-title,
.single .entry-header .entry-title,
.single .entry-header .page-title,
.single .entry-header .archive-title,
.single .entry-header .error404-title,
.page-template-default .entry-header .entry-title,
.page-template-default .entry-header .page-title,
.page-template-default .entry-header .archive-title,
.page-template-default .entry-header .error404-title {
  color: #68145f;
  font-weight: 700;
  margin-top: 0.25em;
}
.page-header-wrap .entry-content,
.single .entry-header .entry-content,
.page-template-default .entry-header .entry-content {
  line-height: 1.25;
  margin-top: 0.5em;
  overflow: hidden;
  font-size: 31px;
  font-size: 1.9375rem;
}
@media all and (max-width: 1025px) {
  .page-header-wrap .entry-content,
.single .entry-header .entry-content,
.page-template-default .entry-header .entry-content {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media all and (max-width: 800px) {
  .page-header-wrap .entry-content,
.single .entry-header .entry-content,
.page-template-default .entry-header .entry-content {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media all and (max-width: 500px) {
  .page-header-wrap .entry-content,
.single .entry-header .entry-content,
.page-template-default .entry-header .entry-content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-header-wrap img,
.single .entry-header img,
.page-template-default .entry-header img {
  margin-bottom: 0;
}
@media all and (max-width: 800px) {
  .page-header-wrap img,
.single .entry-header img,
.page-template-default .entry-header img {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

.single .entry-header .entry-title,
.single .entry-header .page-title {
  margin-bottom: 1em;
}
.single .entry-header .page-title {
  font-size: 50px;
  font-size: 3.125rem;
}
@media all and (max-width: 800px) {
  .single .entry-header .page-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
  }
}
@media all and (max-width: 500px) {
  .single .entry-header .page-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.archive-description .archive-title {
  background-repeat: no-repeat;
  background-position: bottom left;
  font-family: "Montserrat", sans-serif;
  padding: 1em 7.75% 2.5em;
  color: #68145f;
  font-weight: 400;
}

.page-header-wrap,
.page-template-default .entry-header,
.single .entry-header,
.archive-description .archive-title {
  background-color: #fa9724;
  background-image: url(images/page-header-bg-purple.png);
}

.blog .posts-page-description {
  position: relative;
  background-image: url(http://www.opennotes.org/wp-content/uploads/2018/07/OpenNotes-Stories-Masthead-1.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: transparent;
}
.blog .archive-title {
  background: none;
  padding-top: 12%;
  /* height/width 494/1280 = 38.59 ?? */
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
}
@media all and (max-width: 500px) {
  .blog .archive-title {
    padding-top: 25%;
  }
}
@media all and (max-width: 350px) {
  .blog .archive-title {
    padding-top: 20%;
  }
}

body.h-bp .page-header-wrap, body.h-bp.page-template-default .entry-header {
  background-color: #7eb5e0;
  background-image: url(images/page-header-bg-purple.png);
}

body.h-tp .page-header-wrap, body.h-tp.page-template-default .entry-header {
  background-color: #00c2b0;
  background-image: url(images/page-header-bg-purple.png);
}

body.h-dbp .page-header-wrap, body.h-dbp.page-template-default .entry-header {
  background-color: #8ca7e5;
  background-image: url(images/page-header-bg-purple.png);
}

body.h-ot .page-header-wrap, body.h-ot.page-template-default .entry-header {
  background-color: #fa9724;
  background-image: url(images/page-header-bg-green.png);
}

body.h-bo .page-header-wrap, body.h-bo.page-template-default .entry-header {
  background-color: #7eb5e0;
  background-image: url(images/page-header-bg-orange.png);
}

body.h-to .page-header-wrap, body.h-to.page-template-default .entry-header {
  background-color: #00c2b0;
  background-image: url(images/page-header-bg-orange.png);
}

/*  ### Hero Slider  ---------------------
 *
 */
.heroslider .slide {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.heroslider .slide img {
  display: block;
  position: relative;
  z-index: 1;
}
.heroslider .caption {
  color: #fff;
  position: absolute;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  top: 15%;
  left: 5%;
  width: 50%;
  z-index: 2;
  font-size: 40px;
  font-size: 2.5rem;
}
@media all and (max-width: 1200px) {
  .heroslider .caption {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media all and (max-width: 800px) {
  .heroslider .caption {
    left: 10%;
    width: 70%;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .heroslider .caption p {
    margin-bottom: 1em;
  }
}
@media all and (max-width: 800px) {
  .heroslider .caption {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media all and (max-width: 350px) {
  .heroslider .caption {
    font-size: 18px;
    font-size: 1.125rem;
    width: 80%;
  }
}
.heroslider .caption.alternate {
  font-style: normal;
  right: 50%;
}
.heroslider .caption div {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media all and (max-width: 1200px) {
  .heroslider .caption div {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (max-width: 800px) {
  .heroslider .caption div {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*  ### Homepage  ---------------------
 *
 */
.num {
  color: #009a89;
  line-height: 1.125;
  margin-bottom: 0.125em;
  font-size: 56px;
  font-size: 3.5rem;
}

.linklist a {
  display: inline-block;
}

.content .linklist ul {
  margin: 0;
}
.content .linklist ul li {
  list-style: none;
}

.homelist .one-half, .homelist .news-wrap .entry, .news-wrap .homelist .entry, .homelist .teasers .prefoot-two, .teasers .homelist .prefoot-two {
  padding: 1em 0;
  margin-bottom: 2em;
}
.homelist .list-entry {
  overflow: hidden;
  font-size: 20px;
  font-size: 1.25rem;
}
.homelist h2 {
  text-align: center;
  color: #68145f;
  font-size: 44px;
  font-size: 2.75rem;
}
@media all and (max-width: 500px) {
  .homelist h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.homelist h3 {
  color: #009a89;
}
.homelist a.button {
  text-transform: uppercase;
  font-size: 17.008px;
  font-size: 1.063rem;
}

.appad {
  background: #fa9724;
  margin: 3em auto;
}
.appad .appad-txtblk {
  color: #ffffff;
  padding: 1.5em 0 0 2em;
  width: 50%;
  font-size: 19.008px;
  font-size: 1.188rem;
}
.appad .appad-txtblk h3 {
  color: #68145f;
  font-size: 35.008px;
  font-size: 2.188rem;
}
.appad img.alignright,
.appad img.alignleft,
.appad .exec .entry img,
.exec .entry .appad img {
  margin-bottom: 0;
}

.one-col-block,
.two-cols-block {
  font-size: 18px;
  font-size: 1.125rem;
}
@media all and (max-width: 1025px) {
  .one-col-block,
.two-cols-block {
    font-size: 16px;
    font-size: 1rem;
  }
}

.one-col-block {
  background-color: #f3f3ee;
  padding-top: 1em;
  padding-bottom: 0.125em;
  margin-bottom: 2em;
}

.two-cols-block .one-half, .two-cols-block .news-wrap .entry, .news-wrap .two-cols-block .entry, .two-cols-block .teasers .prefoot-two, .teasers .two-cols-block .prefoot-two {
  background-color: #f3f3ee;
  padding: 1em;
  margin-bottom: 2em;
}

/*  ### NOTES  ---------------------
 *
 */
.notes-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  clear: both;
  padding: 2em 0;
  font-size: 24px;
  font-size: 1.5rem;
}
.notes-block ul {
  font-size: 0.75em;
}
.notes-block h2 {
  color: #009a89;
}
@media all and (max-width: 1025px) {
  .notes-block {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (max-width: 800px) {
  .notes-block .first, .notes-block .news-wrap .entry:nth-of-type(odd), .news-wrap .notes-block .entry:nth-of-type(odd), .notes-block .research-signup-box input[type=email], .research-signup-box .notes-block input[type=email], .notes-block .teasers .prefoot-two:first-of-type, .teasers .notes-block .prefoot-two:first-of-type, .notes-block .teasers .prefoot-one:first-of-type, .teasers .notes-block .prefoot-one:first-of-type, .notes-block .teasers .one-fourth:nth-child(4n+1), .notes-block .teasers .research-signup-box input[type=submit]:nth-child(4n+1), .research-signup-box .notes-block .teasers input[type=submit]:nth-child(4n+1), .teasers .notes-block .one-fourth:nth-child(4n+1), .teasers .notes-block .research-signup-box input[type=submit]:nth-child(4n+1), .research-signup-box .teasers .notes-block input[type=submit]:nth-child(4n+1), .notes-block .homelist .one-half:nth-child(even), .notes-block .homelist .news-wrap .entry:nth-child(even), .news-wrap .notes-block .homelist .entry:nth-child(even), .notes-block .homelist .teasers .prefoot-two:nth-child(even), .teasers .notes-block .homelist .prefoot-two:nth-child(even), .homelist .notes-block .one-half:nth-child(even), .homelist .notes-block .news-wrap .entry:nth-child(even), .news-wrap .homelist .notes-block .entry:nth-child(even), .homelist .notes-block .teasers .prefoot-two:nth-child(even), .teasers .homelist .notes-block .prefoot-two:nth-child(even) {
    margin-bottom: 2.5em;
  }
}
@media all and (max-width: 500px) {
  .notes-block {
    font-size: 16px;
    font-size: 1rem;
  }
}

.connect-wrap {
  text-align: center;
}
.connect-wrap h2 {
  color: #68145f;
}
.connect-wrap input[type=submit] {
  padding: 1em 3em;
  border-bottom: 4px solid #e2a626;
}
.connect-wrap input[type=submit]:hover {
  border-bottom: 4px solid #000;
}

.connectform-top {
  font-size: 32px;
  font-size: 2rem;
  color: #68145f;
}
.connectform-top .field {
  border-bottom: 1px solid #929ca3;
  border-bottom: 0px;
}
.connectform-top input,
.connectform-top select {
  background-color: transparent;
  border: 0;
  color: #929ca3;
  width: auto;
  font-size: 32px;
  font-size: 2rem;
}
.connectform-top input {
  padding: 0;
  border-bottom: 2px solid #68145f;
}
.connectform-top textarea {
  background-color: #fff;
}
.connectform-top input:focus,
.connectform-top textarea:focus {
  border: 0;
  border-bottom: 2px solid #68145f;
}
.connectform-top .wpcf7-not-valid-tip {
  top: 3em;
  left: 0;
  font-size: 16px;
  font-size: 1rem;
}
.connectform-top .wpcf7-form-control-wrap {
  position: relative;
  border-width: 1px;
  border-color: gray;
  border-style: solid;
  border-radius: 8px;
}

.connectform-section {
  background-color: #f3f3ee;
  margin-bottom: 3.5em;
  padding: 2em;
  text-align: left;
}
.connectform-section input,
.connectform-section select {
  background-color: #fff;
  border: 1px solid #e86d23;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.25em;
}
.connectform-section select {
  height: 2.88em;
}
.connectform-section textarea {
  background-color: transparent;
  border: 0;
}
.connectform-section .wpcf7-not-valid-tip {
  top: 0;
  right: 1em;
}
.connectform-section .form-box-orange {
  background-color: #fff;
  border: 1px solid #e86d23;
  margin-bottom: 1.25em;
}

/*  ### TEASERS  ---------------------
    Patients, Providers, Institutions
 */
.teaser-title {
  padding-top: 25px;
}
.teaser-title h2 {
  text-align: center;
  color: #68145f;
  font-size: 44px;
  font-size: 2.75rem;
}
@media all and (max-width: 500px) {
  .teaser-title h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.teasers {
  padding: 2em 0 1.5em;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
.teasers .widget,
.teasers .one-fourth,
.teasers .research-signup-box input[type=submit],
.research-signup-box .teasers input[type=submit] {
  margin-bottom: 2.5em;
}
.teasers img, .teasers p {
  margin-bottom: 0.5em;
}
.teasers h3 {
  color: #009a89;
  margin-bottom: 0.5em;
  font-size: 32px;
  font-size: 2rem;
}
/*  ### ON PAGE NAV PAGES  ---------------------
 *
 */
.opn-column {
  margin-top: 3em;
}

.opn-content {
  margin-bottom: 1em;
  overflow: hidden;
}
.opn-content h3 {
  color: #009a89;
}
.opn-content blockquote {
  font-size: 22px;
  font-size: 1.375rem;
}
.opn-content blockquote span {
  float: right;
  position: relative;
  width: 60%;
  font-size: 14px;
  font-size: 0.875rem;
}
@media all and (max-width: 800px) {
  .opn-content blockquote span {
    width: 85%;
    font-size: 8px;
    font-size: 0.5rem;
  }
}
.opn-content blockquote span:before {
  content: "—";
  left: -1.5em;
  position: absolute;
  top: -2px;
}
@media all and (max-width: 800px) {
  .opn-content {
    font-size: 16px;
    font-size: 1rem;
  }
}

.case .opn-content {
  font-size: 22px;
  font-size: 1.375rem;
}

.opn-footnotes {
  text-align: right;
  padding-right: 1em;
}
.opn-footnotes p {
  text-align: right;
  margin-bottom: 1em;
}
.opn-footnotes a {
  display: inline-block;
  overflow: hidden;
  width: 88%;
}
.opn-footnotes i {
  color: #e86d23;
  overflow: hidden;
  width: 12%;
  padding-top: 3px;
}
@media all and (max-width: 800px) {
  .opn-footnotes {
    text-align: left;
  }
  .opn-footnotes p {
    text-align: left;
  }
  .opn-footnotes a {
    width: auto;
  }
}

.case .opn-footnotes {
  padding-top: 70px;
  padding-right: 0;
  text-align: left;
}
.case .opn-footnotes p {
  text-align: left;
}
.case .opn-footnotes a {
  color: #009a89;
  float: right;
}
.case .opn-footnotes a:hover {
  color: #e86d23;
}
.case .opn-footnotes i {
  float: left;
}

.single-family .opn-footnotes p {
  text-align: left;
  padding-right: 0;
}

.toolsinner .opn-footnotes i {
  float: right;
}
@media all and (max-width: 800px) {
  .toolsinner .opn-footnotes i {
    float: none;
    vertical-align: top;
  }
}

.callout {
  background-color: #f3f3ee;
  padding: 1.25em;
  margin-bottom: 1.5em;
  text-align: center;
}
.callout div {
  color: #009a89;
  font-size: 44px;
  font-size: 2.75rem;
}
.callout.large div {
  font-size: 64px;
  font-size: 4rem;
}
.callout.purple div {
  color: #68145f;
}
.callout p {
  margin: 0;
}

.callout-quote {
  background-color: #f3f3ee;
  padding: 1em;
  margin-bottom: 1.5em;
  text-align: center;
  color: #009a89;
  font-style: italic;
  font-size: 28px;
  font-size: 1.75rem;
}
.callout-quote div {
  font-size: 1rem;
  margin-top: 1.2em;
  color: #5b646a;
}

.jump-menu {
  background-color: #f3f3ee;
  border-left: 1px solid #d8dfe3;
  margin-top: 3em;
  padding: 1em 0.5em 1em 1em;
}
.jump-menu .arrow {
  color: #e86d23;
  margin-right: 4%;
  vertical-align: top;
}
.jump-menu .txt {
  display: inline-block;
  line-height: 1.25;
  overflow: hidden;
  padding-top: 0.125em;
  vertical-align: top;
  width: 80%;
}
.jump-menu a {
  color: #5b646a;
}
.jump-menu a:hover {
  color: #e86d23;
}
.jump-menu p {
  margin-bottom: 0.5em;
}

.history .jump-menu {
  margin-top: 3em;
}

/*  ### Institutions  ---------------------
 *
 */
.join .facetwp-btn {
  display: none;
}
.join .facetwp-btn.reset {
  display: inline-block;
}

.inst-map {
  display: block;
  margin: 1.5em 0;
}

.inst-search {
  background-color: #f1f1f1;
}
.inst-search .inst-search-block {
  padding: 2.5em;
  text-align: center;
}
@media all and (max-width: 500px) {
  .inst-search .inst-search-block {
    padding: 2.5em 0;
  }
}
.inst-search .inst-text-block {
  margin-top: 2em;
  padding: 0 1.5em;
  font-size: 20px;
  font-size: 1.25rem;
}
.inst-search button {
  float: right;
}
@media all and (max-width: 500px) {
  .inst-search button {
    float: none;
    margin: 1em auto;
  }
}
.inst-search .facetwp-facet {
  float: left;
  width: 75%;
}
@media all and (max-width: 500px) {
  .inst-search .facetwp-facet {
    float: none;
    width: 100%;
  }
}
.inst-search .facetwp-facet select {
  height: 40px;
}

.join .post-edit-link,
.institutions .post-edit-link {
  display: none;
}
.join .site-inner,
.institutions .site-inner {
  padding-top: 0;
}
.join .content-sidebar-wrap,
.institutions .content-sidebar-wrap {
  max-width: none;
  width: 100%;
  padding-top: 0;
}
.join .content,
.institutions .content {
  padding-top: 0;
}
.join .entry,
.join .hentry,
.institutions .entry,
.institutions .hentry {
  margin-bottom: 0;
}
.join .entry-content,
.institutions .entry-content {
  margin-top: 0;
}

.institutions .entry,
.institutions .hentry {
  border-bottom: 1px solid #eceff1;
}
.institutions .wp-post-image {
  max-width: 100%;
}
.institutions .entry-content {
  overflow: hidden;
}
.institutions .type-institution {
  padding-top: 1em;
}
.institutions .entry-title {
  cursor: pointer;
  margin-top: 0.5em;
}
.institutions .entry-title:hover {
  color: #e86d23;
}
.institutions .entry-meta {
  font-weight: 700;
  margin-bottom: 1.25em;
}
.institutions .entry-terms {
  display: inline;
}
.institutions .inst-search-bar {
  padding: 2em 0;
  background-color: #fff;
}
.institutions .inst-search-bar .one-half, .institutions .inst-search-bar .news-wrap .entry, .news-wrap .institutions .inst-search-bar .entry, .institutions .inst-search-bar .teasers .prefoot-two, .teasers .institutions .inst-search-bar .prefoot-two {
  margin-bottom: 1em;
}
.institutions .inst-search-bar h4 {
  margin-bottom: 0;
}
.institutions .inst-error {
  padding: 2em 0;
}
.institutions .inst-filters-bar {
  padding: 2em 0;
  background-color: #aaaaaa;
}
.institutions .inst-column-titles {
  padding: 2em 0;
  background-color: #ffffff;
  margin-top: 0;
}
@media all and (max-width: 800px) {
  .institutions .inst-column-titles {
    display: none;
  }
}
.institutions .inst-footer {
  background-color: #eeeeee;
  padding: 1em 0.5em;
}
.institutions .inst-footer .second {
  text-align: right;
  padding-top: 0.5em;
}
.institutions .inst-footer h4 {
  margin-bottom: 0;
}

@media all and (min-width: 800px) {
  .inst-column-titles.stuck {
    margin-top: 80px;
  }

  .inst-filters-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1em 0;
    width: 100%;
    z-index: 100;
    border-top: 0;
  }

  .inst-footer.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1em 0;
    width: 100%;
    z-index: 100;
  }
}
@media all and (min-width: 1023px) {
  .inst-filters-bar.sticky,
.inst-footer.sticky {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media all and (min-width: 1280px) {
  .inst-filters-bar.sticky,
.inst-footer.sticky {
    padding-left: 7em;
    padding-right: 7em;
  }
}
/* =LOGIN LIGHTBOX
----------------------------------------------- */
#help-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.help-box {
  background-color: #fff;
  max-width: 660px;
  margin: 10% auto;
  padding: 2em;
}
.help-box .help-head {
  margin: 0 0 2em 0;
}
.help-box .first, .help-box .news-wrap .entry:nth-of-type(odd), .news-wrap .help-box .entry:nth-of-type(odd), .help-box .research-signup-box input[type=email], .research-signup-box .help-box input[type=email], .help-box .homelist .one-half:nth-child(even), .help-box .homelist .news-wrap .entry:nth-child(even), .news-wrap .help-box .homelist .entry:nth-child(even), .homelist .help-box .one-half:nth-child(even), .homelist .help-box .news-wrap .entry:nth-child(even), .news-wrap .homelist .help-box .entry:nth-child(even), .help-box .teasers .one-fourth:nth-child(4n+1), .help-box .teasers .research-signup-box input[type=submit]:nth-child(4n+1), .research-signup-box .help-box .teasers input[type=submit]:nth-child(4n+1), .teasers .help-box .one-fourth:nth-child(4n+1), .teasers .help-box .research-signup-box input[type=submit]:nth-child(4n+1), .research-signup-box .teasers .help-box input[type=submit]:nth-child(4n+1), .help-box .teasers .prefoot-one:first-of-type, .teasers .help-box .prefoot-one:first-of-type, .help-box .homelist .teasers .prefoot-two:nth-child(even), .homelist .teasers .help-box .prefoot-two:nth-child(even), .help-box .teasers .homelist .prefoot-two:nth-child(even), .teasers .homelist .help-box .prefoot-two:nth-child(even), .help-box .teasers .prefoot-two:first-of-type, .teasers .help-box .prefoot-two:first-of-type {
  text-align: center;
}
.help-box .first img, .help-box .news-wrap .entry:nth-of-type(odd) img, .news-wrap .help-box .entry:nth-of-type(odd) img, .help-box .research-signup-box input[type=email] img, .research-signup-box .help-box input[type=email] img, .help-box .homelist .one-half:nth-child(even) img, .help-box .homelist .news-wrap .entry:nth-child(even) img, .news-wrap .help-box .homelist .entry:nth-child(even) img, .homelist .help-box .one-half:nth-child(even) img, .homelist .help-box .news-wrap .entry:nth-child(even) img, .news-wrap .homelist .help-box .entry:nth-child(even) img, .help-box .teasers .one-fourth:nth-child(4n+1) img, .help-box .teasers .research-signup-box input[type=submit]:nth-child(4n+1) img, .research-signup-box .help-box .teasers input[type=submit]:nth-child(4n+1) img, .teasers .help-box .one-fourth:nth-child(4n+1) img, .teasers .help-box .research-signup-box input[type=submit]:nth-child(4n+1) img, .research-signup-box .teasers .help-box input[type=submit]:nth-child(4n+1) img, .help-box .teasers .prefoot-one:first-of-type img, .teasers .help-box .prefoot-one:first-of-type img, .help-box .homelist .teasers .prefoot-two:nth-child(even) img, .homelist .teasers .help-box .prefoot-two:nth-child(even) img, .help-box .teasers .homelist .prefoot-two:nth-child(even) img, .teasers .homelist .help-box .prefoot-two:nth-child(even) img, .help-box .teasers .prefoot-two:first-of-type img, .teasers .help-box .prefoot-two:first-of-type img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  cursor: pointer;
  margin: 10% auto;
}

.help-close {
  text-align: right;
}

.help-close span {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  padding: 0.75em 1.5em 0;
  color: #b0b0b0;
  cursor: pointer;
}

.help-close span:hover,
.help-close span:focus {
  color: #000;
}

.sidebar-right .sidebar-right-content-area {
  display: flex;
  flex-flow: row nowrap;
}
@media all and (max-width: 800px) {
  .sidebar-right .sidebar-right-content-area {
    display: block;
  }
}
.sidebar-right .sidebar-right-content-area .sidebar-right-content {
  width: 75%;
}
@media all and (max-width: 800px) {
  .sidebar-right .sidebar-right-content-area .sidebar-right-content {
    width: 100% !important;
  }
}
.sidebar-right .sidebar-right-content-area .sidebar-right-sidebar {
  flex-grow: 1;
  padding: 1.875em 1.5em 1.5em;
  margin-right: 5%;
  width: 20%;
}
@media all and (max-width: 800px) {
  .sidebar-right .sidebar-right-content-area .sidebar-right-sidebar {
    width: 100% !important;
  }
}
@media all and (min-width: 800px) {
  .sidebar-right .acfblock.leftcol .wrap, .sidebar-right .acfblock.leftcol .institutions .archive-pagination, .institutions .sidebar-right .acfblock.leftcol .archive-pagination,
.sidebar-right .acfblock.leftcol .institutions .facetwp-pager,
.institutions .sidebar-right .acfblock.leftcol .facetwp-pager,
.sidebar-right .acfblock.leftcolimg .wrap,
.sidebar-right .acfblock.leftcolimg .institutions .archive-pagination,
.institutions .sidebar-right .acfblock.leftcolimg .archive-pagination,
.sidebar-right .acfblock.leftcolimg .institutions .facetwp-pager,
.institutions .sidebar-right .acfblock.leftcolimg .facetwp-pager {
    padding-right: 2.56%;
  }
}

.entry-wrap {
  overflow: hidden;
}

/*  ### TITLE TEXT BLOCK -----------------
    homelist, homemovies, history-summary
 */
.title-text-block {
  text-align: center;
  margin-top: 2em;
  font-size: 30px;
  font-size: 1.875rem;
}
@media all and (max-width: 500px) {
  .title-text-block {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.title-text-block h2 {
  color: #68145f;
  font-size: 60px;
  font-size: 3.75rem;
}
@media all and (max-width: 500px) {
  .title-text-block h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.title-text-block h3 {
  color: #68145f;
  font-size: 48px;
  font-size: 3rem;
}
@media all and (max-width: 500px) {
  .title-text-block h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/*
 * ARCHIVE PAGES  ---------------------
 */
.family-wrap .entry-content,
.news-wrap .entry-content,
.tools-wrap .entry-content {
  margin-top: 0.5em;
  margin-bottom: 1em;
  overflow: hidden;
}

.family-wrap .entry-title,
.news-wrap .entry-title,
.stories-wrap .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
}
.family-wrap .entry-title a,
.news-wrap .entry-title a,
.stories-wrap .entry-title a {
  color: #68145f;
}
.family-wrap .entry-title a:hover,
.news-wrap .entry-title a:hover,
.stories-wrap .entry-title a:hover {
  color: #e86d23;
}

.partners-wrap .archive-pagination,
.family-wrap .archive-pagination,
.news-wrap .archive-pagination,
.stories-wrap .archive-pagination {
  padding-left: 0;
}

.partners-wrap .secondary-title {
  border-bottom: 1px solid #5b646a;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.125rem;
}
.partners-wrap .readmore {
  float: right;
}

/*
.research-wrap,
.news-wrap,
.tools-wrap  {
  .entry-footer .entry-meta {
		background-color: $color__neutral;
		border-top: 0;
		border-bottom: 0;
		color: #fff;
		a {
			color: #fff;
			&:hover {
				color: #000
			}
		}
	}
}
*/
.tools-wrap .cat-links:before,
.tools-wrap .tag-links:before {
  color: #fff;
}

@media all and (max-width: 800px) {
  .family-wrap,
.news-wrap,
.tools-wrap {
    padding-left: 7.75%;
    padding-right: 7.75%;
  }
}
/*  ### RESEARCH  ---------------------
 *
 */
@media all and (max-width: 800px) {
  .research-wrap {
    padding-left: 7.75%;
    padding-right: 7.75%;
  }
}
.research-wrap .entry {
  border-bottom: 1px solid #d8dfe3;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}
.research-wrap .entry-title {
  margin-bottom: 0.375em !important;
  font-size: 24px;
  font-size: 1.5rem;
}
.research-wrap .entry-title a {
  color: #68145f;
}
.research-wrap .entry-title a:hover {
  color: #e86d23;
}
.research-wrap .secondary-title {
  line-height: 1.375;
  font-size: 16px;
  font-size: 1rem;
}
.research-wrap .entry-content {
  margin-top: 0.75em;
  margin-bottom: 0;
}
.research-wrap .entry-footer .entry-meta {
  border: none;
  padding: 0.625em 0;
}
.research-wrap .archive-pagination {
  padding-left: 0;
}

.no-results {
  color: #68145f;
  padding-left: 25%;
  font-size: 20px;
  font-size: 1.25rem;
}

.alm-filters-container .alm-filter--title h3.alm-filter--toggle {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

#alm-filter-search-title {
  color: #009a89;
}

.alm-filter.alm-filter--search:after {
  content: "Filter Research";
  color: #009a89;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}

.alm-load-more-btn {
  display: none;
}

.alm-filter--toggle:focus {
  outline: none;
}

.research-signup-box {
  background-color: #d8dfe3;
  margin: 1em 0 4em;
  padding: 2em 1.5em 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.research-signup-box h3 {
  color: #68145f;
}
.research-signup-box input[type=submit] {
  background-color: #009a89;
  border: 1px solid #009a89;
}
.research-signup-box input[type=submit]:hover {
  background-color: #e86d23;
  border: 1px solid #e86d23;
}

/*  ### PARTNERS  ---------------------
 *
 */
.partners-wrap {
  margin-top: 6em;
}
.partners-wrap h3 {
  color: #68145f;
  margin-bottom: 2em;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
}
.partners-wrap .entry {
  margin-bottom: 4em;
}
.partners-wrap .entry-content {
  line-height: 1.5;
  margin-top: 0.5em;
  margin-bottom: 1em;
  overflow: hidden;
}
.partners-wrap .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
}
.partners-wrap .entry-title a {
  color: #68145f;
}
.partners-wrap .entry-title a:hover {
  color: #e86d23;
}

/*  ### Family  ---------------------
 *
 */
.family .portrait {
  margin-bottom: 4em;
}

.family-wrap .entry {
  margin-bottom: 4em;
}
.family-wrap .secondary-title {
  line-height: 1.25;
  padding-bottom: 0;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.125rem;
}

.nonexec {
  background-color: #f3f3ee;
  padding: 5em 0;
}

/*  ### NEWS  ---------------------
 *
 */
.news-wrap {
  margin-top: 5em;
}
.news-wrap .entry {
  margin-bottom: 5em;
}
.news-wrap .entry img {
  width: 100%;
}
.news-wrap .entry-footer .entry-meta {
  background-color: #8ca7e5;
}
.news-wrap .post-info {
  margin-bottom: 1.5em;
}
.news-wrap .readmore {
  float: right;
}
.news-wrap .readmore a {
  color: #fff;
}
.news-wrap .readmore a:hover {
  color: #d8dfe3;
}

/*  ### TOOLS  ---------------------
 *
 */
.tools .site-inner {
  background: #eceff1;
}

.tools-wrap .entry {
  background-color: #fff;
  margin-bottom: 3em;
}
.tools-wrap .content-wrap {
  padding: 1em 2em;
}
.tools-wrap .entry-title {
  border-bottom: 1px solid #929ca3;
  padding-bottom: 0.25em;
  margin-bottom: 0.125em;
  overflow: hidden;
  font-size: 24px;
  font-size: 1.5rem;
}
.tools-wrap .entry-title a {
  color: #009a89;
}
.tools-wrap .entry-title a:hover {
  color: #e86d23;
}
.tools-wrap .entry-content {
  margin-bottom: 0;
  overflow: hidden;
}
.tools-wrap .entry-footer .entry-meta {
  background-color: #68145f;
}
.tools-wrap .entry-footer .entry-meta a:hover {
  color: #929ca3;
}

/*  ### JOIN THE MOVEMENT  ---------------------
 *
 */
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movement .site-inner {
  background: #f3f3ee;
}

.movement-wrap {
  color: #929ca3;
  margin-top: 3.5em;
  font-size: 26px;
  font-size: 1.625rem;
}
.movement-wrap h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #68145f;
}
.movement-wrap .col-left {
  padding-right: 1.75em;
  border-right: 1px solid #d8dfe3;
}
.movement-wrap .col-right {
  padding-left: 0.75em;
}
.movement-wrap .col-right hr {
  background-color: rgba(0, 0, 0, 0.1);
}
.movement-wrap .email-text {
  color: #68145f;
  margin: 1.5em 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.movement-wrap .email-text span {
  color: #929ca3;
}
.movement-wrap .fa {
  vertical-align: middle;
}
.movement-wrap a.movelink {
  color: #999;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
.movement-wrap a.movelink:hover {
  color: #68145f;
}
.movement-wrap a.movelink .fa {
  color: #e86d23;
  font-size: 26px;
  font-size: 1.625rem;
}
.movement-wrap .wpcf7 {
  margin-bottom: 3em;
}
.movement-wrap .wpcf7-submit {
  float: right;
}

.mbox {
  background: #ffffff;
  border: 1px solid #b2bcc3;
  line-height: 1.375;
  padding: 1em;
  font-size: 16px;
  font-size: 1rem;
}
.mbox p {
  margin-bottom: 0.75em;
}

.socialblock img.aligncenter,
.downloadblock img.aligncenter,
.newsblock img.aligncenter {
  margin-bottom: 0;
}

.downloadblock,
.thoughtsblock,
.socialblock,
.newsblock {
  margin-top: 1em;
}

.downloadblock,
.thoughtsblock,
.socialblock {
  margin-bottom: 2.5em;
}

.socialblock .one-third-nm {
  padding: 0 0.5em;
}
.socialblock .entry-content {
  margin-top: 1em;
}

.downloadblock h3 {
  color: #009a89;
  font-size: 22px;
  font-size: 1.375rem;
}
.downloadblock .dlink {
  text-align: right;
  margin: 0.5em 0;
}

.thoughtsblock h3 {
  color: #009a89;
  font-size: 20px;
  font-size: 1.25rem;
}
.thoughtsblock h3 a {
  color: #68145f;
}
.thoughtsblock h3 a:hover {
  color: #e86d23;
}
.thoughtsblock .mbox {
  font-size: 20px;
  font-size: 1.25rem;
}
.thoughtsblock .entry-time {
  font-size: 16px;
  font-size: 1rem;
}

.newsblock h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
.newsblock h3 a {
  color: #009a89;
}

.content .shared-comments {
  margin-bottom: 1.5em;
  margin-left: 0;
  margin-top: 1em;
}
.content .shared-comments li {
  list-style-type: none;
}

.shared-comments {
  font-size: 16px;
  font-size: 1rem;
}
.shared-comments .name {
  color: #68145f;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.acfblock {
  padding: 2em 0;
}
@media all and (max-width: 800px) {
  .acfblock {
    padding: 1em 0;
  }
}
.acfblock.no-pad {
  padding: 0;
}
.acfblock.no-tpad {
  padding-top: 0;
}
.acfblock.no-bpad {
  padding-bottom: 0;
}
.acfblock.no-rpad {
  padding-right: 0;
}
.acfblock.no-lpad {
  padding-left: 0;
}

/* removed from custom css 
.section-head {
	display: inline-block;
    padding: .5em;
	background-color: #6c777e;
    border: 1px solid #6c777e;
    color: #fff;
    line-height: 1;
    white-space: normal;
    width: auto;
}
*/
.acfblock.txtblk {
  line-height: 1.75;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
}
@media all and (max-width: 500px) {
  .acfblock.txtblk {
    font-size: 16px;
    font-size: 1rem;
  }
}
.acfblock.txtblk.medium {
  width: 80%;
}
@media all and (max-width: 500px) {
  .acfblock.txtblk.medium {
    width: 100%;
  }
}
.acfblock.txtblk.thin {
  width: 70%;
}
@media all and (max-width: 800px) {
  .acfblock.txtblk.thin {
    width: 90%;
  }
}
@media all and (max-width: 500px) {
  .acfblock.txtblk.thin {
    width: 100%;
  }
}
.acfblock.txtblk.fullwidth .wrap, .acfblock.txtblk.fullwidth .institutions .archive-pagination, .institutions .acfblock.txtblk.fullwidth .archive-pagination,
.acfblock.txtblk.fullwidth .institutions .facetwp-pager,
.institutions .acfblock.txtblk.fullwidth .facetwp-pager {
  padding-left: 0;
  padding-right: 0;
}
.acfblock.txtblk.font-medium {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media all and (max-width: 500px) {
  .acfblock.txtblk.font-medium {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.75;
  }
}
.acfblock.txtblk.font-large {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
}
@media all and (max-width: 500px) {
  .acfblock.txtblk.font-large {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
.acfblock.txtblk .columns-title {
  margin-bottom: 1em;
  font-size: 32px;
  font-size: 2rem;
}
@media all and (max-width: 800px) {
  .acfblock.txtblk .columns-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.acfblock.txtblk.small-img-boxes {
  margin: 0 7.75%;
  padding: 1em;
  border: 1px solid #b2bcc3;
}
.acfblock.txtblk.small-img-boxes .wrap, .acfblock.txtblk.small-img-boxes .institutions .archive-pagination, .institutions .acfblock.txtblk.small-img-boxes .archive-pagination,
.acfblock.txtblk.small-img-boxes .institutions .facetwp-pager,
.institutions .acfblock.txtblk.small-img-boxes .facetwp-pager {
  padding-left: 0;
  padding-right: 0;
}
.acfblock.txtblk.small-img-boxes p {
  margin-bottom: 0.5rem;
}
.acfblock.txtblk.small-img-boxes a {
  display: inline-block;
  margin-bottom: 0.75em;
  line-height: 1.25;
}

.acfblock.cta .cta-imgtxt {
  padding: 3em 7.75% 2em;
  background: #68145f;
}
@media all and (max-width: 800px) {
  .acfblock.cta .cta-imgtxt {
    padding: 2em 2em;
  }
}
@media all and (max-width: 500px) {
  .acfblock.cta .cta-imgtxt {
    padding: 2em 1.5em;
  }
}
.acfblock.cta .cta-img img {
  display: block;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 800px) {
  .acfblock.cta .cta-img img {
    margin-left: auto;
    margin-right: auto;
  }
}
.acfblock.cta .cta-txt {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}
.acfblock.cta.font-medium .cta-txt {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media all and (max-width: 500px) {
  .acfblock.cta.font-medium .cta-txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.75;
  }
}
.acfblock.cta.font-large .cta-txt {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
}
@media all and (max-width: 500px) {
  .acfblock.cta.font-large .cta-txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
.acfblock.cta .cta-links {
  min-height: 60px;
  background: linear-gradient(178deg, #68145f 50%, #ffffff 50%);
  margin: 0;
  position: relative;
  padding: 0 7.75%;
}
.acfblock.cta .cta-links ul {
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  border-style: solid;
  border-color: #f3f3ee;
  border-width: 0 0 1px 1px;
  list-style: none;
  margin: 0;
}
.acfblock.cta .cta-links ul li {
  background-color: #ffffff;
  border-style: solid;
  border-color: #f3f3ee;
  border-width: 1px 1px 0 0;
  font-weight: 700;
  padding: 0.5em 0 0.75em;
  list-style: none;
  width: 100%;
}
.acfblock.cta .cta-links ul li span {
  color: #929ca3;
  display: inline-block;
  padding: 0.5em 1.5em 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
.acfblock.cta .cta-links ul li a {
  display: inline-block;
  padding: 0 1em;
  width: 100%;
}
.acfblock.cta.green .cta-imgtxt {
  background: #009a89;
}
.acfblock.cta.green .cta-links {
  background: linear-gradient(178deg, #009a89 50%, #ffffff 50%);
}
.acfblock.cta.orange .cta-imgtxt {
  background: #e86d23;
}
.acfblock.cta.orange .cta-links {
  background: linear-gradient(178deg, #e86d23 50%, #ffffff 50%);
}
.acfblock.cta.two-col .cta-links ul li {
  flex: 1 0 50%;
  flex-direction: row;
}
@media all and (max-width: 800px) {
  .acfblock.cta.two-col .cta-links ul li {
    flex: 1 0 100%;
  }
}

.acfblock.rightcol .rc-content {
  margin-bottom: 1em;
  overflow: hidden;
}
.acfblock.rightcol .rc-content h3 {
  color: #009a89;
}
.acfblock.rightcol .rc-leftcol {
  margin-bottom: 1.5em;
}
.acfblock.rightcol .rc-leftcol p {
  margin-bottom: 1em;
}
.acfblock.rightcol .rc-leftcol a {
  color: #e86d23;
}
.acfblock.rightcol .rc-leftcol a:hover {
  color: #68145f;
}

.acfblock.leftcol .lc-content {
  margin-bottom: 1em;
  overflow: hidden;
}
.acfblock.leftcol .lc-content h3 {
  color: #009a89;
}
.acfblock.leftcol .lc-leftcol {
  margin-bottom: 1.5em;
}
.acfblock.leftcol .lc-leftcol p {
  margin-bottom: 1em;
}
.acfblock.leftcol .lc-leftcol a {
  color: #e86d23;
}
.acfblock.leftcol .lc-leftcol a:hover {
  color: #68145f;
}

.acfblock.leftcolimg .lci-content {
  margin-bottom: 1em;
  overflow: hidden;
}
.acfblock.leftcolimg .lci-content h3 {
  color: #009a89;
}
.acfblock.leftcolimg .lci-leftcol {
  margin-bottom: 1.5em;
}
.acfblock.leftcolimg .lci-leftcol p {
  margin-bottom: 1em;
}
.acfblock.leftcolimg .lci-leftcol a {
  color: #e86d23;
}
.acfblock.leftcolimg .lci-leftcol a:hover {
  color: #68145f;
}

.acfblock.history {
  padding-bottom: 0;
  position: relative;
}

.timeline {
  line-height: 1.25;
  margin-top: 2em;
  overflow: visible;
  font-size: 24px;
  font-size: 1.5rem;
}
@media all and (max-width: 800px) {
  .timeline {
    font-size: 16px;
    font-size: 1rem;
  }
}

.history-summary {
  background-color: #f3f3ee;
  padding-top: 0.125em;
  padding-bottom: 4em;
}

.tl-entry {
  border-left: 5px solid #ccc;
  padding-bottom: 2em;
  position: relative;
}
.tl-entry:before {
  background: #fff;
  border-radius: 50%;
  border: 5px solid #ccc;
  color: transparent;
  content: "-";
  display: block;
  font-size: 0;
  height: 30px;
  left: -17px;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.tl-entry:last-of-type {
  border-color: transparent;
}

.tl-entry-date {
  padding-left: 30px;
  color: #ffffff;
}
@media all and (max-width: 1138px) {
  .tl-entry-date {
    padding-left: 20px;
  }
}
@media all and (max-width: 1025px) {
  .tl-entry-date {
    padding-left: 0;
  }
}
@media all and (max-width: 800px) {
  .tl-entry-date {
    padding-left: 15px;
  }
}
.tl-entry-date span {
  background-color: #e86d23;
  line-height: 1;
  padding: 0.125em 0.5em 0.25em;
}

@media all and (max-width: 800px) {
  .tl-entry-content {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.tl-entry-content h3 {
  color: #009a89;
}
@media all and (max-width: 800px) {
  .tl-entry-content h3 {
    margin-top: 1em;
  }
}

.history-page .timeline {
  margin-top: 3em;
}

/* #  Customizations
-------------------------------------------------------------- */
/* ## Slick Slider
--------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  background-color: #fff;
  height: 100%;
  min-height: 1px;
  margin: 0;
}
.slick-slide:focus {
  outline: none;
}
.slick-slide.slick-active {
  opacity: 1;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(images/ajax-loader.gif) center center no-repeat;
}

.heroslider,
.open-carousel {
  overflow: hidden;
}
.heroslider .slick-slide,
.open-carousel .slick-slide {
  visibility: hidden;
}
.heroslider .slick-slide:first-child,
.open-carousel .slick-slide:first-child {
  visibility: visible;
}
.heroslider.slick-initialized,
.open-carousel.slick-initialized {
  overflow: visible;
}
.heroslider.slick-initialized .slick-slide,
.open-carousel.slick-initialized .slick-slide {
  visibility: visible;
}

.heroslider {
  max-height: 468px;
}
.heroslider .slick-dots {
  bottom: -36px;
}

/*
.family-carousel {
  max-height: 327px;
}
.logo-carousel {
  max-height: 262px;
}
.research-carousel {
  max-height: 356px;
}
.news-carousel {
  max-height: 491px;
}
*/
/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9;
  top: 50%;
  padding: 0;
  margin-top: -10px\9 ;
  /*lte IE 8*/
  transform: translate(0, -50%);
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  background: transparent;
  color: transparent;
  outline: none;
  border: 0;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.15;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
  font-size: 150px;
  height: 0.4em;
  line-height: 1;
  opacity: 0.4;
  position: relative;
  top: 3pt;
  transform: rotate(45deg);
  width: 0.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 800px) {
  .slick-prev:before,
.slick-next:before {
    font-size: 100px;
  }
}

.slick-prev {
  left: 24px;
}

[dir=rtl] .slick-prev {
  right: 24px;
  left: auto;
}

.slick-prev:before {
  border-left: 0.05em solid #e86d23;
  border-bottom: 0.05em solid #e86d23;
  margin-right: 0.5em;
}

[dir=rtl] .slick-prev:before {
  border-right: 0.05em solid #e86d23;
  border-top: 0.05em solid #e86d23;
  margin-left: 0.5em;
}

.slick-next {
  right: 24px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 24px;
}

.slick-next:before {
  border-right: 0.05em solid #e86d23;
  border-top: 0.05em solid #e86d23;
  margin-left: 0.5em;
}

[dir=rtl] .slick-next:before {
  border-left: 0.05em solid #e86d23;
  border-bottom: 0.05em solid #e86d23;
  margin-right: 0.5em;
}

/* Dots ------------------------------------- */
.slick-slider {
  margin-bottom: 30px;
}

.content ul.slick-dots {
  margin-left: 0;
}

.slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
}
@media all and (max-width: 800px) {
  .slick-dots {
    bottom: -68px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  border: 2px solid #ccc;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 22px;
  height: 22px;
}
.slick-dots li button:hover {
  opacity: 0.7;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-align: center;
}
.slick-dots li.slick-active button:before {
  background: #e86d23;
}

/* ####  CAROUSEL
*/
.carousel-wrap {
  position: relative;
}
.carousel-wrap .carousel-head {
  padding: 0 4em;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 500px) {
  .carousel-wrap .carousel-head {
    padding: 0 1em;
  }
}
.carousel-wrap .colorfade {
  position: absolute;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 16%;
}
.carousel-wrap .colorfade.left {
  left: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 */
}
.carousel-wrap .colorfade.right {
  right: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  /* IE6-9 */
}
.carousel-wrap h3 {
  color: #009a89;
  float: left;
  font-size: 32px;
  font-size: 2rem;
}
@media all and (max-width: 500px) {
  .carousel-wrap h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.carousel-wrap .carousel-link {
  float: right;
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
}
@media all and (max-width: 500px) {
  .carousel-wrap .carousel-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.carousel-wrap .carousel-link a {
  color: #e86d23;
}
.carousel-wrap .carousel-link a:hover {
  color: #68145f;
}
.carousel-wrap.purple {
  background-color: #68145f;
}
.carousel-wrap.purple .colorfade.left {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #68145f 20%, rgba(104, 20, 95, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#68145f", endColorstr="#0068145f",GradientType=1 );
  /* IE6-9 */
}
.carousel-wrap.purple .colorfade.right {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(104, 20, 95, 0) 0%, #68145f 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0068145f", endColorstr="#68145f",GradientType=1 );
  /* IE6-9 */
}
.carousel-wrap.purple h3 {
  color: #ffffff;
}
.carousel-wrap.purple .carousel-link a:hover {
  color: #fff;
}

.open-carousel {
  margin: 0.5em 0;
  overflow: hidden;
}
.open-carousel .slick-slide {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.open-carousel .slick-slide img {
  width: 100%;
}
.open-carousel .slick-slide .post-footer {
  background: #7eb5e0;
}
.open-carousel .slick-slide.research .slide-text {
  margin-bottom: 1em;
  overflow: hidden;
}
.open-carousel .slide-text {
  margin: 1em 0 0;
}
.open-carousel .slide-text .slide-title {
  font-weight: 300;
  padding: 0 1em;
  margin: 0;
}
.open-carousel .slide-text .slide-title a {
  color: #68145f;
}
.open-carousel .slide-text .post-info {
  padding: 0.25em 1.25em;
  font-size: 14px;
  font-size: 0.875rem;
}
.open-carousel .slide-text .post-info hr {
  margin-bottom: 0;
}
.open-carousel .slide-content {
  padding: 1em 1.5em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media all and (max-width: 350px) {
  .open-carousel .slide-content {
    display: none;
  }
}
.open-carousel .post-footer {
  color: #fff;
  padding: 0.5em 1em;
}
.open-carousel .post-footer a {
  color: #fff;
}
.open-carousel .post-footer a:hover {
  opacity: 0.6;
}
.open-carousel .post-footer .foot-meta {
  float: left;
}
.open-carousel .post-footer .readmore {
  float: right;
  text-align: right;
}
.open-carousel .cat-links:before {
  color: #e86d23;
}
.open-carousel.family-carousel .slide-content {
  padding: 0.5em 0;
}
.open-carousel.family-carousel .slide-content a {
  color: #e86d23;
}
.open-carousel.family-carousel .slide-content a:hover {
  color: #68145f;
}
.open-carousel.multicolored:nth-child(4n+1) .post-footer {
  background: #7eb5e0;
}
.open-carousel.multicolored:nth-child(4n+2) .post-footer {
  background: #e86d23;
}
.open-carousel.multicolored:nth-child(4n+3) .post-footer {
  background: #9c78a2;
}
.open-carousel.multicolored:nth-child(4n+4) .post-footer {
  background: #009a89;
}

.history-page .carousel-wrap,
.single-story .carousel-wrap {
  margin-bottom: 0;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* ## Simple Social Icons
--------------------------------------------- */
.footer-widgets .widget.simple-social-icons {
  margin-bottom: 0;
}

/* Contact Form 7
--------------------------------------------- */
.wpcf7-form .required {
  color: #929ca3;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}

.wpcf7-form .cap-letters {
  float: left;
  margin-right: 1.25em;
  padding-top: 0.813em;
}

.wpcf7-form .cap-input {
  width: 180px;
  color: black;
  font-weight: 600;
}

.wpcf7-form .cform-captcha {
  float: left;
  margin-bottom: 0.938em;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

/* 
 * Latest Tweets - footer widget
 */
.widget_latest_tweets_widget {
  padding: 20px;
  background-color: #97a2a9;
}

/* Easy Accordion
--------------------------------------------- */
.sp-easy-accordion .sp-ea-single .ea-header a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #68145f !important;
  font-size: 19px;
  line-height: 28px;
  box-shadow: none;
}

#sp-ea-15631.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {
  color: #68145f !important;
}

/* FacetWP
--------------------------------------------- */
.facetwp-pager {
  position: relative;
  clear: both;
  margin: 2.5em auto;
  max-width: 80em;
}
.facetwp-pager a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  padding: 0.5em 0.75em;
}
.facetwp-pager a:hover, .facetwp-pager a.active {
  background-color: #009a89;
}
@media all and (max-width: 1280px) {
  .facetwp-pager {
    max-width: none;
    width: 92%;
  }
}

.facetwp-facet {
  margin-bottom: 0 !important;
}
.facetwp-facet .facetwp-autocomplete {
  width: 65%;
}
.facetwp-facet .facetwp-autocomplete-update {
  margin-left: 0.5em;
}
