@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "STARTER.scss". This file should be named
 * renniecenter.scss. If you used the drush command to generate this subtheme,
 * it should be named for you.
 *
 * This application file (ntest.scss) is where all the partials are
 * imported.
 */
html {
  box-sizing: border-box;
}

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

a.button, input[type=button], input[type=reset], input[type=submit], #content .field--type-link a, #content .field--name-node-link a {
  appearance: none;
  background-color: #00AD68;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1;
  padding: 5px 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.875em;
}
a.button:hover, a.button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus, #content .field--type-link a:hover, #content .field--type-link a:focus, #content .field--name-node-link a:hover, #content .field--name-node-link a:focus {
  background-color: #008a53;
  color: #fff;
}
a.button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled, #content .field--type-link a:disabled, #content .field--name-node-link a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a.button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover, #content .field--type-link a:disabled:hover, #content .field--name-node-link a:disabled:hover {
  background-color: #00AD68;
}

fieldset {
  background-color: #f0f1f1;
  border: 1px solid #c3c6c8;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #c3c6c8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #9c9ea0;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #005E99;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 78, 128, 0.7);
  outline: none;
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #c3c6c8;
}

textarea {
  resize: vertical;
}

input[type=search] {
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
}

input[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

.form-type-select {
  font-size: 0.875em;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #c3c6c8;
  padding: 0;
  display: inline-block;
  position: relative;
}
.form-type-select:before {
  content: "▼";
  top: 3px;
  right: 5px;
  position: absolute;
}
.form-type-select select {
  display: inline-block;
  background: transparent;
  border: none;
  position: relative;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 22px 2px 7px;
  margin: 0;
}

.signup {
  text-transform: uppercase;
  color: #c3c6c8;
}
.signup p {
  margin: 6px 0;
}
.signup input.email-address {
  max-width: 180px;
  display: inline-block;
  padding: 3px 5px;
  font-size: 0.875em;
  color: #595A5A;
}
.signup input[type=submit] {
  background: none;
  border: 1px #fff solid;
}
.signup .twitter {
  margin-top: 20px;
}
.signup .twitter .social {
  margin-left: 5px;
}
/*
.select-style {
  $select-padding: 5px;
  $select-padding-l: $select-padding * 1.4;
  $select-border: 1px solid ;
  $select-border-radius: 5px;
  $select-color: grey;

  $caret-size: 5px;
  $caret-color: red;

  position: relative;
  display: inline-block;
  &:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: $caret-size * -0.3;
    right: $select-padding-l;
    width: 0;
    height: 0;
    border: $caret-size solid transparent;
    border-top-color: $caret-color;
  }
  select {
    color:  $select-color;
    display: inline-block;
    position: relative;
    box-shadow: none;
    appearance: none;
    padding: $select-padding ($caret-size * 3 + $select-padding-l) $select-padding $select-padding-l;
    border: $select-border;
    border-radius: $select-border-radius;
    background: transparent;
    &:focus {
      outline: transparent;
    }
    &:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000;
    }
  }
}
*/
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: 600;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #929596;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #c3c6c8;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #353D51;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #005E99;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #004773;
}

hr {
  border-bottom: 1px solid #c3c6c8;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

a.social {
  color: #fff;
  background: #36ADCC;
  line-height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

i.fa {
  font-size: 14px;
}
i.fa:before {
  margin-left: 4px;
}

body {
  margin: 0;
  padding: 0;
}
body main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 1em;
}
body main::after {
  clear: both;
  content: "";
  display: table;
}
body main section#content, body main #sidebar-second {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
body main section#content:last-child, body main #sidebar-second:last-child {
  margin-right: 0;
}
body main #sidebar-first {
  display: none;
}
body.no-sidebars main section#content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
body.no-sidebars main section#content:last-child {
  margin-right: 0;
}
@media screen and (min-width: 780px) {
  body.one-sidebar.sidebar-first main aside#sidebar-first {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  body.one-sidebar.sidebar-first main aside#sidebar-first:last-child {
    margin-right: 0;
  }
  body.one-sidebar.sidebar-first main section#content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  body.one-sidebar.sidebar-first main section#content:last-child {
    margin-right: 0;
  }
  body.one-sidebar.sidebar-second main aside#sidebar-second {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  body.one-sidebar.sidebar-second main aside#sidebar-second:last-child {
    margin-right: 0;
  }
  body.one-sidebar.sidebar-second main section#content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  body.one-sidebar.sidebar-second main section#content:last-child {
    margin-right: 0;
  }
  body.two-sidebars main aside#sidebar-second {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  body.two-sidebars main aside#sidebar-second:last-child {
    margin-right: 0;
  }
  body.two-sidebars main section#content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  body.two-sidebars main section#content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  body.one-sidebar.sidebar-first main aside#sidebar-first {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  body.one-sidebar.sidebar-first main aside#sidebar-first:last-child {
    margin-right: 0;
  }
  body.one-sidebar.sidebar-first main section#content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  body.one-sidebar.sidebar-first main section#content:last-child {
    margin-right: 0;
  }
  body.one-sidebar.sidebar-second main aside#sidebar-second {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  body.one-sidebar.sidebar-second main aside#sidebar-second:last-child {
    margin-right: 0;
  }
  body.one-sidebar.sidebar-second main section#content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  body.one-sidebar.sidebar-second main section#content:last-child {
    margin-right: 0;
  }
  body.two-sidebars main aside#sidebar-first {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  body.two-sidebars main aside#sidebar-first:last-child {
    margin-right: 0;
  }
  body.two-sidebars main aside#sidebar-second {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  body.two-sidebars main aside#sidebar-second:last-child {
    margin-right: 0;
  }
  body.two-sidebars main section#content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  body.two-sidebars main section#content:last-child {
    margin-right: 0;
  }
}

.outer-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.outer-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.status-messages .error {
  background-color: #fbe3e4;
  color: #97161b;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em 0.75em 0.75em 50px;
  border-radius: 5px;
}
.status-messages .error a {
  color: #6a0f13;
  text-decoration: underline;
}
.status-messages .error a:focus, .status-messages .error a:hover {
  color: #110203;
}
.status-messages .status {
  background-color: #e6efc2;
  color: #56651a;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em 0.75em 0.75em 50px;
  border-radius: 5px;
}
.status-messages .status a {
  color: #333c10;
  text-decoration: underline;
}
.status-messages .status a:focus, .status-messages .status a:hover {
  color: black;
}
.status-messages .notice {
  background-color: #e5edf8;
  color: #244e87;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em 0.75em 0.75em 50px;
  border-radius: 5px;
}
.status-messages .notice a {
  color: #19375f;
  text-decoration: underline;
}
.status-messages .notice a:focus, .status-messages .notice a:hover {
  color: #04080e;
}
.status-messages .warning {
  background-color: #fff6bf;
  color: #8c7800;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em 0.75em 0.75em 50px;
  border-radius: 5px;
}
.status-messages .warning a {
  color: #594c00;
  text-decoration: underline;
}
.status-messages .warning a:focus, .status-messages .warning a:hover {
  color: black;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
table th {
  text-align: left;
}
table td {
  line-height: 1.5;
  vertical-align: top;
}
table tbody tr:hover > td, table tbody tr:hover > th {
  background-color: #fafafa;
}
table tbody tr:first-child td {
  border-top: 2px solid #c3c6c8;
}
table thead th {
  background-color: white;
  border-bottom: 0px;
  padding: 0.75em 1em;
}
table tbody {
  background-color: #fff;
}
table tbody td {
  border-bottom: 0px;
  border-top: 1px solid #c3c6c8;
  padding: 0.75em 1em;
}
@media (max-width: 779px) {
  table.responsive {
    display: block;
  }
  table.responsive td, table.responsive th {
    display: block;
  }
}

#primary-tasks.tabs {
  line-height: 1.5;
  padding: 0;
  margin: 5px 0;
  border-bottom: 1px solid #c3c6c8;
}
#primary-tasks.tabs::after {
  clear: both;
  content: "";
  display: table;
}
#primary-tasks.tabs li {
  list-style: none;
  border-top: 1px solid #c3c6c8;
}
@media screen and (min-width: 40em) {
  #primary-tasks.tabs li {
    display: inline;
  }
}
#primary-tasks.tabs li a {
  background-color: #fff;
  border-top: 1px solid #c3c6c8;
  color: #353D51;
  display: block;
  font-weight: 400;
  padding: 0.75em 1.618em;
  text-decoration: none;
}
@media screen and (min-width: 40em) {
  #primary-tasks.tabs li a {
    display: inline-block;
    border-top: 0;
  }
}
#primary-tasks.tabs li a.is-active {
  border-bottom: 0;
}
@media screen and (min-width: 40em) {
  #primary-tasks.tabs li a.is-active {
    border: 1px solid #c3c6c8;
    border-bottom-color: #fff;
    margin-bottom: -1px;
  }
}
#primary-tasks.tabs li a:hover {
  color: #477DCA;
}
#primary-tasks.tabs li a:focus {
  outline: none;
}

#secondary-tasks.tabs {
  line-height: 1.5;
  padding: 0;
  margin: 5px 0;
}
#secondary-tasks.tabs::after {
  clear: both;
  content: "";
  display: table;
}
#secondary-tasks.tabs li {
  list-style: none;
  float: left;
  border-right: 1px solid #D4D4D4;
}
#secondary-tasks.tabs li:last-child {
  border-right: none;
}
#secondary-tasks.tabs li a {
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  padding: 0.75em 1em;
  width: 100%;
}
.breadcrumb {
  display: inline-block;
  margin-bottom: 1.5em;
  text-align: left;
}
.breadcrumb a {
  background-color: #fff;
  border-left: 0;
  border: 1px solid #c3c6c8;
  color: #595A5A;
  display: inline-block;
  font-size: 0.8em;
  line-height: 2.25em;
  margin-bottom: 2px;
  margin-right: -5px;
  padding: 0 0.5625em 0 1.125em;
  position: relative;
  text-decoration: none;
}
.breadcrumb a:first-child {
  border-bottom-left-radius: 3px;
  border-left: 1px solid #c3c6c8;
  border-top-left-radius: 3px;
  padding-left: 1.125em;
}
.breadcrumb a:last-child {
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  color: #595A5A;
  padding-right: 1.125em;
}
.breadcrumb a:focus, .breadcrumb a:hover {
  background-color: #fff;
  color: #005E99;
}
.breadcrumb a:after, .breadcrumb a:before {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 100%;
  border-bottom: 1.125em solid transparent;
  border-left: 0.5625em solid transparent;
  border-top: 1.125em solid transparent;
  content: "";
  display: block;
  margin: auto;
  z-index: 2;
}
.breadcrumb a:last-child:after, .breadcrumb a:last-child:before {
  border: none;
}
.breadcrumb a:before {
  border-left-color: #c3c6c8;
  margin-left: 1px;
  z-index: 1;
}
.breadcrumb a:after {
  border-left-color: #fff;
}
@media screen and (min-width: 40em) {
  .breadcrumb a {
    font-size: 1em;
    padding: 0 1.125em 0 1.5em;
  }
}

.hero {
  background-color: #53aee0;
  background-image: linear-gradient(#53aee0, #3da4dc);
  background-size: cover;
  padding-bottom: 3em;
}
.hero .hero-logo img {
  height: 4em;
  margin-bottom: 1em;
}
.hero .hero-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  margin: auto;
  padding: 3.5em;
  text-align: center;
}
.hero .hero-inner::after {
  clear: both;
  content: "";
  display: table;
}
.hero .hero-inner::after {
  clear: both;
  content: "";
  display: table;
}
.hero .hero-inner .hero-copy {
  text-align: center;
}
.hero .hero-inner .hero-copy h2 {
  font-size: 2rem;
  margin-bottom: 0.5em;
  font-weight: 200;
}
@media screen and (min-width: 53.75em) {
  .hero .hero-inner .hero-copy h2 {
    font-size: 4rem;
  }
}
.hero .hero-inner .hero-copy h2 strong {
  font-weight: 700;
}
.hero .hero-inner .hero-copy p {
  font-weight: 200;
  line-height: 1.4em;
}
@media screen and (min-width: 53.75em) {
  .hero .hero-inner .hero-copy p {
    font-size: 1.4em;
  }
}

/*
  Flex related layout here
 */
.flex {
  margin-bottom: 2em;
}
.flex .box {
  margin-bottom: 1em;
}
@media screen and (min-width: 780px) {
  .flex {
    display: flex;
  }
  .flex .box {
    flex: 1;
    padding: 0 1em 0 0;
    margin-bottom: 0;
  }
  .flex .box.last {
    padding: 0 0 0 1em;
  }
  .flex .box img {
    height: auto;
  }
}

#site-header {
  font-size: 0.875em;
}
#site-header .header-top {
  background-color: #353D51;
  color: #fff;
}
#site-header .header-top a {
  color: #fff;
  font-size: 0.75em;
  text-transform: uppercase;
}
#site-header .header-top .outer-wrapper {
  text-align: right;
}
#site-header .header-top .outer-wrapper div {
  display: inline-block;
  margin: 0 10px;
}
#site-header .header-top .block-search .form-item {
  display: inline-block;
  margin: 0;
}
#site-header .header-top .block-search .form-item input[type=search] {
  background: none;
  padding: 2px 5px;
  border-radius: 0;
  margin: 0;
  color: #fff;
  font-size: 0.8125em;
  text-transform: uppercase;
}
#site-header .header-top .block-search input.form-submit {
  border-radius: 0;
  padding: 5px 10px;
  font-size: 0.8em;
  text-transform: uppercase;
  display: none;
}
#site-header .outer-wrapper {
  position: relative;
  padding: 20px 0;
}
#site-header .region-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#site-header .site-logo {
  width: 200px;
  float: left;
  margin-left: 20px;
  z-index: 12;
  position: relative;
}
#site-header .site-logo img {
  width: 200px;
  padding: 10px 0;
}
#site-header nav {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  z-index: 11;
}
#site-header nav h2 {
  float: right;
  height: 58px;
  color: #49707F;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}
#site-header nav h2::after {
  clear: both;
  content: "";
  display: table;
}
#site-header nav h2:before {
  content: " ";
  width: 42px;
  height: 32px;
  background-image: url(../images/hamburger_menu.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-bottom: 5px;
}
#site-header nav > .menu {
  display: none;
  clear: both;
  margin: 0;
  background-color: #f5f5f5;
  width: calc(100% - 40px);
  position: absolute;
  top: 100%;
}
#site-header nav > .menu .menu-item {
  list-style: none;
  font-weight: 600;
  border-bottom: 1px solid #c3c6c8;
  padding: 0 10px;
  cursor: pointer;
  text-transform: uppercase;
}
#site-header nav > .menu .menu-item.align-right {
  float: none;
}
#site-header nav > .menu .menu-item:last-child {
  border: none;
}
#site-header nav > .menu .menu-item a, #site-header nav > .menu .menu-item span {
  display: block;
  padding: 10px;
  color: #353D51;
  position: relative;
}
#site-header nav > .menu .menu-item a.description, #site-header nav > .menu .menu-item span.description {
  font-size: 0.75rem;
  display: none;
}
#site-header nav > .menu .menu-item a.header-link, #site-header nav > .menu .menu-item span.header-link {
  font-weight: 600;
}
#site-header nav > .menu .menu-item.menu-item--expanded {
  list-style: none;
}
#site-header nav > .menu .menu-item.menu-item--expanded::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 979px) {
  #site-header nav > .menu .menu-item.menu-item--expanded:before {
    content: " ";
    width: 40px;
    height: 38px;
    background-image: url(../images/caret_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #49707F;
    background-size: 50%;
    float: right;
    margin-top: 0;
  }
}
#site-header nav > .menu .menu-item.menu-item--expanded.active > .menu {
  display: block;
}
#site-header nav > .menu .menu-item.menu-item--expanded.active:before {
  background-image: url(../images/caret_up.svg);
}
#site-header nav > .menu .menu-item.menu-item--expanded .menu {
  display: none;
}
#site-header nav > .menu .menu-item.menu-item--expanded .menu .menu-item {
  font-weight: 400;
  list-style: none !important;
  padding: 0;
  border: none;
}
#site-header nav > .menu .menu-item.menu-item--expanded .menu .menu-item a, #site-header nav > .menu .menu-item.menu-item--expanded .menu .menu-item span {
  padding: 2px;
}
#site-header nav > .menu .menu-item.menu-item--expanded .menu .menu-item.menu-item--expanded:before {
  display: none;
}
#site-header nav > .menu .menu-item.menu-item--expanded .menu .menu-item.menu-item--expanded .menu {
  display: block;
}
#site-header nav > .menu .menu-item .menu .menu-item {
  text-transform: initial;
}
#site-header nav.active .menu {
  display: block;
}
@media screen and (min-width: 780px) {
  #site-header nav > .menu {
    width: 50%;
    right: 20px;
  }
  #site-header nav > .menu .menu-item .menu {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 980px) {
  #site-header nav {
    position: inherit;
    padding: 0;
    margin-bottom: -15px;
    width: auto;
  }
  #site-header nav h2 {
    display: none;
  }
  #site-header nav > .menu {
    position: inherit;
    display: flex;
    flex-flow: row;
    align-items: center;
    width: 100%;
    background: none;
  }
  #site-header nav > .menu .menu-item {
    border: none;
    font-weight: 500;
  }
  #site-header nav > .menu > .menu-item, #site-header nav > .menu > .menu-item.menu-item--expanded {
    margin: 5px 10px;
    padding: 0;
    text-transform: uppercase;
  }
  #site-header nav > .menu > .menu-item a, #site-header nav > .menu > .menu-item span, #site-header nav > .menu > .menu-item.menu-item--expanded a, #site-header nav > .menu > .menu-item.menu-item--expanded span {
    color: #49707F;
    padding: 5px 10px 15px 10px;
    display: block;
  }
  #site-header nav > .menu > .menu-item a:hover, #site-header nav > .menu > .menu-item span:hover, #site-header nav > .menu > .menu-item.menu-item--expanded a:hover, #site-header nav > .menu > .menu-item.menu-item--expanded span:hover {
    background-color: #f5f5f5;
    font-weight: 600;
    padding: 5px 9px 15px 10px;
  }
  #site-header nav > .menu > .menu-item.menu-item--active-trail a, #site-header nav > .menu > .menu-item.menu-item--active-trail span, #site-header nav > .menu > .menu-item.menu-item--expanded.menu-item--active-trail a, #site-header nav > .menu > .menu-item.menu-item--expanded.menu-item--active-trail span {
    font-weight: 600;
  }
  #site-header nav > .menu > .menu-item > .menu, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu {
    display: none;
    position: absolute;
    width: 100vw;
    left: calc((100% - 100vw)/2);
    padding: 15px calc((100vw - 100%)/2);
    align-content: flex-start;
    flex-wrap: wrap;
    background: #f5f5f5;
    min-width: 150px;
    min-height: 300px;
    margin: 0;
  }
  #site-header nav > .menu > .menu-item > .menu .menu-item, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item {
    text-transform: none;
    float: none;
    flex: 0 0 33.333%;
    padding-left: 20px;
    list-style: none;
  }
  #site-header nav > .menu > .menu-item > .menu .menu-item a, #site-header nav > .menu > .menu-item > .menu .menu-item span, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item a, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item span {
    font-weight: 600;
    color: #353D51;
    padding: 0;
  }
  #site-header nav > .menu > .menu-item > .menu .menu-item a.header-link, #site-header nav > .menu > .menu-item > .menu .menu-item span.header-link, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item a.header-link, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item span.header-link {
    font-weight: 500;
    display: block;
    color: #49707F;
    padding: 0 0 5px 0;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  #site-header nav > .menu > .menu-item > .menu .menu-item a.header-link:after, #site-header nav > .menu > .menu-item > .menu .menu-item span.header-link:after, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item a.header-link:after, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item span.header-link:after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: #c3c6c8;
    margin-top: 5px;
  }
  #site-header nav > .menu > .menu-item > .menu .menu-item a.green-link, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item a.green-link {
    color: #00AD68;
  }
  #site-header nav > .menu > .menu-item > .menu .menu-item span.description, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item span.description {
    font-weight: initial;
    color: #353D51;
    padding: 0;
    font-size: 0.8125rem;
  }
  #site-header nav > .menu > .menu-item > .menu .menu-item .menu, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item .menu {
    background: none;
    display: block;
    width: auto;
    left: initial;
    position: relative;
    padding: 0;
    border: none;
    min-height: auto;
    margin: 0;
  }
  #site-header nav > .menu > .menu-item > .menu .menu-item .menu .menu-item, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item .menu .menu-item {
    margin: 0 0 10px 0;
    padding-left: 0;
  }
  #site-header nav > .menu > .menu-item > .menu .menu-item .menu .menu-item .menu .menu-item, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item .menu .menu-item .menu .menu-item {
    margin-bottom: 5px;
  }
  #site-header nav > .menu > .menu-item > .menu .menu-item .menu .menu-item .menu .menu-item a, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item .menu .menu-item .menu .menu-item a {
    font-weight: 500;
  }
  #site-header nav > .menu > .menu-item > .menu .menu-item.col25, #site-header nav > .menu > .menu-item.menu-item--expanded > .menu .menu-item.col25 {
    flex: 0 0 25%;
  }
  #site-header nav > .menu > .menu-item.align-right > .menu, #site-header nav > .menu > .menu-item.menu-item--expanded.align-right > .menu {
    justify-content: right;
  }
  #site-header nav > .menu > .menu-item:hover .menu, #site-header nav > .menu > .menu-item.menu-item--expanded:hover .menu {
    display: flex;
  }
  #site-header nav > .menu > .menu-item.menu-item--expanded:before, #site-header nav > .menu > .menu-item.menu-item--expanded.menu-item--expanded:before {
    display: none;
  }
}

/* featured section */
section#featured .featured-image, section#featured .featured-image-parent {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100px;
}
section#featured .featured-image:after, section#featured .featured-image-parent:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(1, 146, 160, 0.5);
  display: none;
}
section#featured .featured-image.child:after, section#featured .featured-image-parent.child:after {
  height: 100px;
  display: block;
}
section#featured .featured-image img, section#featured .featured-image-parent img {
  display: none;
}
@media screen and (min-width: 780px) {
  section#featured .featured-image, section#featured .featured-image-parent {
    height: 285px;
  }
  section#featured .featured-image.child, section#featured .featured-image-parent.child {
    height: 190px;
  }
  section#featured .featured-image.child:after, section#featured .featured-image-parent.child:after {
    height: 190px;
  }
}
section#featured .flexslider.home-banner {
  width: 100%;
  position: relative;
  border: none;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  /*
  .flex-direction-nav {
    a {
      opacity: 1;
      text-shadow: none;
      top: auto;
      bottom: 2em;
      width: 75px;
      height: 75px;
      background-color: #fff;
      text-align: center;
      &:before {
        font-family: FontAwesome;
        margin-top: 5px;
        font-size: 70px;
        line-height: 1;
      }
      &.flex-prev {
        left: 20px;
        &:before {
          content: "\f104";
        }
      }
      &.flex-next {
        right: 20px;
        &:before {
          content: "\f105";

        }
      }
    }
  }
  */
}
section#featured .flexslider.home-banner ul.slides {
  padding: 0;
  margin: 0;
}
section#featured .flexslider.home-banner ul.slides li {
  position: relative;
}
section#featured .flexslider.home-banner ul.slides li .slider-image {
  width: 100%;
  height: 175px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section#featured .flexslider.home-banner ul.slides li .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
section#featured .flexslider.home-banner ul.slides li .container .caption-box {
  padding: 10px 20px;
  background-color: rgba(53, 61, 81, 0.8);
  color: #fff;
  font-size: 0.8125em;
}
section#featured .flexslider.home-banner ul.slides li .container .caption-box .title {
  line-height: normal;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  section#featured .flexslider.home-banner ul.slides li .slider-image, section#featured .flexslider.home-banner ul.slides li .container .caption-box {
    height: 485px;
  }
  section#featured .flexslider.home-banner ul.slides li .slider-image {
    position: absolute;
  }
  section#featured .flexslider.home-banner ul.slides li .container .caption-box {
    padding: 20px 40px;
    width: 300px;
    float: right;
  }
  section#featured .flexslider.home-banner ul.slides li .container .caption-box .title {
    font-size: 1.875rem;
  }
  section#featured .flexslider.home-banner ul.slides li .container .caption-box .body {
    font-size: 1.125rem;
  }
}
section#featured .flexslider.home-banner .flex-direction-nav a {
  opacity: 0.8;
  text-shadow: none;
  padding: 0 5px;
  height: 70px;
}
section#featured .flexslider.home-banner .flex-direction-nav a:hover {
  opacity: 1;
}
section#featured .flexslider.home-banner .flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 70px;
  line-height: 70px;
}
section#featured .flexslider.home-banner .flex-direction-nav a.flex-prev {
  left: 10px;
}
section#featured .flexslider.home-banner .flex-direction-nav a.flex-prev:before {
  background-image: url(../images/arrow_prev.svg);
}
section#featured .flexslider.home-banner .flex-direction-nav a.flex-next {
  right: 10px;
}
section#featured .flexslider.home-banner .flex-direction-nav a.flex-next:before {
  background-image: url(../images/arrow_next.svg);
}
section#featured .flexslider.home-banner .flex-direction-nav a.flex-prev, section#featured .flexslider.home-banner .flex-direction-nav a.flex-next {
  top: calc(50% - 35px);
}
section#featured .flexslider.home-banner .flex-direction-nav a.flex-prev:before, section#featured .flexslider.home-banner .flex-direction-nav a.flex-next:before {
  content: "";
  width: 25px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
}

/* sidebar styling */
.sidebar nav h2 {
  color: #0192A0;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.125em;
}
.sidebar nav .menu {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
}
.sidebar nav .menu li.menu-item {
  margin: 5px 0;
  font-weight: 600;
  line-height: normal;
  list-style: none;
}
.sidebar nav .menu li.menu-item a {
  color: #0192A0;
}
.sidebar nav .menu li.menu-item a:hover {
  color: #36ADCC;
}
.sidebar nav .menu li.menu-item .description {
  display: none;
}
.sidebar nav .menu li.menu-item .menu {
  margin-left: 1em;
}
.sidebar nav .menu li.menu-item .menu li.menu-item {
  margin: 0 0 5px 0;
  font-weight: 300;
  font-size: 1rem;
}
.sidebar .region-sidebar-second .block {
  color: #BB7231;
  font-size: 0.875em;
  font-weight: 300;
  margin-bottom: 2em;
}
.sidebar .region-sidebar-second .block a {
  color: #00AD68;
  font-weight: 600;
}
.sidebar .region-sidebar-second .block p {
  margin: 0;
}
.sidebar .region-sidebar-second .block h2 {
  text-transform: uppercase;
  color: #353D51;
  font-weight: 700;
}
.sidebar .region-sidebar-second .block h2 a {
  color: #BB7231;
}
.sidebar .region-sidebar-second .block h2.title {
  margin: 0;
  text-transform: none;
}
.sidebar .region-sidebar-second .block .more {
  color: #00AD68;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.sidebar .region-sidebar-second .block .more:after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
.sidebar .region-sidebar-second .block-views .item-list li {
  margin-left: 0;
}
.sidebar .region-sidebar-second .block-footer-signup-block .twitter {
  display: none;
}
.sidebar .region-sidebar-second .research-reports .views-row {
  margin-bottom: 10px;
}
.sidebar .region-sidebar-second .research-reports .media img {
  width: 75px;
  float: left;
  border: 1px #969696 solid;
  margin-right: 10px;
}
.sidebar .region-sidebar-first .block .contact-list {
  font-size: 0.875em;
}
.sidebar .region-sidebar-first .block .contact-list .views-row {
  margin-bottom: 20px;
}
.sidebar .region-sidebar-first .block .contact-list .views-row a {
  color: #0192A0;
}
.sidebar .region-sidebar-first .block .contact-list .views-row .views-field-field-last-name {
  font-weight: 700;
}

#content h1 {
  font-size: 1.875em;
}
#content h2 {
  font-size: 1.5em;
  color: #595A5A;
}
#content a {
  color: #00AD68;
}
#content a.button {
  color: #fff;
}
#content img.thumb {
  max-width: 200px;
  float: left;
  margin-right: 20px;
}
#content img.thumb.right {
  float: right;
  margin: 0 0 0 20px;
}
#content p.small, #content div.small {
  font-size: 0.8125em;
}
#content .view .views-row {
  border-top: 1px #969696 solid;
  padding: 1em 0;
  margin: 1em 0;
  font-weight: 300;
}
#content .view .views-row h2.title {
  font-size: 1.5em;
  font-weight: 600;
}
#content .view .views-row h2.title a {
  color: #595A5A;
}
#content .thumbnail-content {
  position: relative;
  margin: 20px 0 20px 150px;
}
#content .thumbnail-content img {
  max-width: 130px;
  padding-right: 20px;
  margin-left: -150px;
  float: left;
}
#content .thumbnail-content.icon {
  margin-left: 100px;
}
#content .thumbnail-content.icon img {
  max-width: 80px;
  margin-left: -100px;
}
#content .research-reports .media img {
  border: 1px #969696 solid;
}
@media screen and (min-width: 780px) {
  #content .research-reports .group-left {
    width: 25%;
    padding-right: 1em;
  }
  #content .research-reports .group-right {
    width: 75%;
  }
}
#content .research-reports .views-exposed-form .form-item, #content .research-reports .views-exposed-form .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
#content .research-reports .views-exposed-form .form-actions {
  float: left;
  clear: none;
}
#content .research-reports .views-exposed-form label {
  display: none;
}
#content .research-reports .views-exposed-form .form-text {
  padding: 3px 10px;
  width: 200px;
  font-size: 0.875em;
}
.page-node-type-report #content .field--name-field-report-date {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 600;
}
.current-condition #content h1.page-title {
  display: none;
}
#content .chart-container {
  min-width: 310px;
  height: 400px;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#content .chart-container .highcharts-legend-item path, #content .chart-container .highcharts-legend-item rect {
  fill: #36ADCC;
  stroke: #36ADCC;
}
#content .chart-container.line-container .highcharts-series path {
  stroke: #49707F;
}
#content .chart-container.line-container .highcharts-markers path {
  fill: #36ADCC;
}
#content .chart-container.bar-container .highcharts-series rect {
  fill: #36ADCC;
}
#content .donut-container span {
  display: block;
  text-align: center;
}
#content .donut-container .highcharts-title .category, #content .donut-container .highcharts-title .group {
  font-weight: 700;
  font-size: 0.75rem;
}
#content .donut-container .highcharts-title .category a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: 5px;
  vertical-align: top;
  font-weight: 400;
}
#content .donut-container .highcharts-subtitle .percent {
  font-size: 1.875em;
  color: #36ADCC;
  font-weight: 700;
}
#content .donut-container .highcharts-subtitle .year {
  font-size: 1em;
  color: #595A5A;
}
#content .donut-container .highcharts-series-0 path:first-child {
  fill: #49707F;
}
#content .donut-container .highcharts-series-0 path:nth-child(2) {
  fill: #36ADCC;
}
#content .chart-data-group {
  margin-bottom: 2em;
}
#content .chart-data-group::after {
  clear: both;
  content: "";
  display: table;
}
#content .view-chart-data {
  /*
  .chart-data-group {
    display: flex;
    flex-wrap: wrap;
    .donut-container {
      flex: 1 1 100%;
      padding-right: 0px;

      .highcharts-title {
        height: 60px;
      }
    }
    @include media($tablet) {
      .donut-container {
        flex: 1 1 50%;
        max-width: 280px;
        height: 325px;
      }
    }
    @include media($desktop) {
      .donut-container {
        flex: 1 1 33.3%;
      }
    }
  }
  */
}
#content .view-chart-data a {
  color: #005E99;
}
#content .view-chart-data .donut-container {
  min-width: 200px;
  height: 300px;
  margin: 0 0 50px 0;
}
#content .view-chart-data .donut-container .highcharts-title {
  height: 40px;
}
@media screen and (min-width: 780px) {
  #content .view-chart-data .donut-container {
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  #content .view-chart-data .donut-container {
    width: calc(33.3% - 20px);
  }
}
#content .view-chart-data .view-filters {
  height: 125px;
  position: relative;
  z-index: 2;
}
#content .view-chart-data .view-filters form {
  position: absolute;
  width: 100%;
  background-color: #fff;
}
#content .view-chart-data .view-filters fieldset {
  font-size: 0.875em;
  background: #fff;
  border-radius: 5px;
  border: 1px #00AD68 solid;
  padding: 0 10px 0 10px;
  position: relative;
  width: calc(50% - 10px);
  min-height: 35px;
  margin: 0 5px 10px 0;
}
#content .view-chart-data .view-filters fieldset legend {
  position: absolute;
  z-index: 1;
  top: 5px;
  width: calc(100% - 20px);
  cursor: pointer;
}
#content .view-chart-data .view-filters fieldset legend:after {
  content: "▼";
  float: right;
}
#content .view-chart-data .view-filters fieldset .fieldset-wrapper {
  display: none;
  padding-top: 30px;
}
#content .view-chart-data .view-filters fieldset .fieldset-wrapper .form-checkboxes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .view-chart-data .view-filters fieldset .fieldset-wrapper .form-checkboxes.bef-nested ul li input[type=checkbox] {
  display: none;
}
#content .view-chart-data .view-filters fieldset .fieldset-wrapper .form-checkboxes.bef-nested ul li label {
  font-style: italic;
}
#content .view-chart-data .view-filters fieldset .fieldset-wrapper .form-checkboxes.bef-nested ul li ul li {
  margin-left: 10px;
}
#content .view-chart-data .view-filters fieldset .fieldset-wrapper .form-checkboxes.bef-nested ul li ul li input[type=checkbox] {
  display: inline-block;
}
#content .view-chart-data .view-filters fieldset .fieldset-wrapper .form-checkboxes.bef-nested ul li ul li label {
  font-style: normal;
}
#content .view-chart-data .view-filters fieldset .fieldset-wrapper .form-item {
  margin: 0;
  font-size: 0.8125em;
}
#content .view-chart-data .view-filters fieldset .fieldset-wrapper .form-item label {
  display: inline;
}
#content .view-chart-data .view-filters fieldset.on {
  z-index: 3;
  border: 0;
  padding-left: 11px;
}
#content .view-chart-data .view-filters fieldset.on legend {
  top: 6px;
}
#content .view-chart-data .view-filters fieldset.on .fieldset-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 30px 10px 10px 10px;
  border: 1px #00AD68 solid;
  border-radius: 5px;
  background-color: #fff;
}
#content .view-chart-data .view-filters fieldset.on .fieldset-wrapper {
  display: block;
}
#content .view-chart-data .view-filters fieldset#edit-field-most-recent-value--wrapper {
  display: none;
}
#content .view-chart-data .view-filters fieldset #edit-field-most-recent-value {
  margin-bottom: 10px;
}
#content .view-chart-data .view-filters .form--inline {
  display: flex;
  flex-wrap: wrap;
}
#content .view-chart-data .view-filters .form--inline .form-wrapper {
  flex: 1 1 calc(50% - 10px);
  margin: 0 5px 10px 0;
}
@media screen and (min-width: 980px) {
  #content .view-chart-data .view-filters .form--inline .form-wrapper {
    flex: 1 1 calc(25% - 10px);
  }
  #content .view-chart-data .view-filters .form--inline .form-wrapper.form-actions {
    flex-basis: 150px;
  }
}
.section-home #content h1.page-title {
  display: none;
}
.section-home #content .search-reports .form-text {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  padding: 4px 10px;
  font-size: 0.8125em;
}
.section-home #content .search-reports button {
  padding: 0;
  background: none;
}
.section-home #content #block-homepageblocks a, .section-home #content .field--name-body a {
  font-size: 0.8125em;
  font-weight: 600;
  color: #00AD68;
  text-transform: uppercase;
}
.section-home #content #block-homepageblocks .flex div, .section-home #content .field--name-body .flex div {
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.section-home #content #block-homepageblocks .flex div:before, .section-home #content .field--name-body .flex div:before {
  content: "";
  height: 90px;
  width: 90px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 20px auto;
}
.section-home #content #block-homepageblocks .flex div.condition:before, .section-home #content .field--name-body .flex div.condition:before {
  background-image: url(../images/cond_education.svg);
}
.section-home #content #block-homepageblocks .flex div.research:before, .section-home #content .field--name-body .flex div.research:before {
  background-image: url(../images/research.svg);
}
.section-home #content #block-homepageblocks .flex div.practice:before, .section-home #content .field--name-body .flex div.practice:before {
  background-image: url(../images/practice.svg);
}
#content .coe-list {
  list-style: none;
  margin-top: 20px;
}
#content .coe-list h2 {
  font-weight: 600;
}
#content .coe-list li {
  padding-left: 100px;
  position: relative;
  margin-bottom: 40px;
}
#content .coe-list li:before {
  content: "";
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
#content .coe-list li:first-child:before {
  background-image: url(../images/data_dashboard_icon.svg);
}
#content .coe-list li:last-child:before {
  background-image: url(../images/action_guide_icon.svg);
}
#content .people-list {
  padding-top: 20px;
}
#content .people-list::after {
  clear: both;
  content: "";
  display: table;
}
#content .people-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .people-list li.list-image {
  float: left;
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px;
}
#content .people-list li.list-image img {
  display: block;
  width: 100%;
  height: auto;
}
#content .people-list li.list-image .more {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #49707F;
}
#content .people-list li.list-image .more i.fa {
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: 20px;
}
#content .people-list li.list-image .caption-box {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 0px;
  left: 0px;
  background: rgba(73, 112, 127, 0.8);
  display: inline-block;
  color: #fff;
  padding: 10px;
  font-size: 0.875em;
}
#content .people-list li.list-image .caption-box .name, #content .people-list li.list-image .caption-box .more {
  font-weight: 700;
}
#content .people-list li.list-image .caption-box a {
  color: #fff;
}
@media screen and (min-width: 780px) {
  #content .people-list li.list-image {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 980px) {
  #content .people-list li.list-image {
    width: calc(33.33% - 20px);
  }
}
#content .user--type-user .group-left {
  width: 30%;
}
#content .user--type-user .group-right {
  width: 70%;
  padding-left: 40px;
}
#content .user--type-user .field p {
  margin: 0;
}
#content .user--type-user .field--name-field-first-name, #content .user--type-user .field--name-field-last-name, #content .user--type-user .field--name-field-credentials {
  font-weight: 700;
  font-size: 1.5em;
  display: inline-block;
}
#content .user--type-user .field--name-field-last-name:before {
  content: " ";
}
#content .user--type-user .field--name-field-credentials:before {
  content: ", ";
}
#content .user--type-user .field--name-dynamic-token-fielduser-full-name {
  font-weight: 700;
  font-size: 1.5em;
}
#content .user--type-user .field--name-field-position {
  font-size: 1.5em;
}
#content .user--type-user .field--name-field-bio {
  margin-top: 1em;
}
#content .user--type-user .field--name-field-bio p {
  margin-bottom: 1em;
}
#content .field--name-field-newsletter-content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px #c3c6c8 solid;
}

#content .field--name-field-event-registration-link a, .content-bottom .field--name-field-event-registration-link a {
  text-transform: uppercase;
}
#content .field--name-field-event-registration-link a:after, .content-bottom .field--name-field-event-registration-link a:after {
  content: " >";
}
#content h2.title, .content-bottom h2.title {
  margin-bottom: 0;
}
#content .field--name-field-event-date, .content-bottom .field--name-field-event-date {
  font-weight: 600;
}
.page-node-type-event #content .field--name-field-event-video .field__label, .page-node-type-event .content-bottom .field--name-field-event-video .field__label {
  margin-top: 20px;
}
.page-node-type-event #content .field--name-field-event-video .field__item, .page-node-type-event .content-bottom .field--name-field-event-video .field__item {
  margin-top: 20px;
}
.page-node-type-event #content .field--name-field-event-video .media-video-bundle .field--name-name, .page-node-type-event .content-bottom .field--name-field-event-video .media-video-bundle .field--name-name {
  font-weight: 600;
}
#content #map, .content-bottom #map {
  width: 100%;
  height: 600px;
  position: relative;
}
#content .mapboxgl-markerxx, .content-bottom .mapboxgl-markerxx {
  background-image: url("../images/marker-11.svg");
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
#content .mapboxgl-popup, .content-bottom .mapboxgl-popup {
  max-width: 500px !important;
  line-height: 1.5;
}
#content .mapboxgl-popup-close-button, .content-bottom .mapboxgl-popup-close-button {
  color: black !important;
  font-size: 1rem;
}
#content .mapboxgl-popup-close-button:focus, .content-bottom .mapboxgl-popup-close-button:focus {
  outline: none;
  background: none;
}
#content .map-key, .content-bottom .map-key {
  margin: 10px 0;
}
#content .map-key span, .content-bottom .map-key span {
  display: inline-block;
  margin-right: 20px;
}
#content .map-key span:before, .content-bottom .map-key span:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1B292B;
  margin-right: 5px;
  display: inline-block;
}
#content .map-key span.darkblue:before, .content-bottom .map-key span.darkblue:before {
  background-color: darkblue;
}
#content .map-key span.darkcyan:before, .content-bottom .map-key span.darkcyan:before {
  background-color: darkcyan;
}
#content .map-key span.orange:before, .content-bottom .map-key span.orange:before {
  background-color: orange;
}
#content .map-key span.gray:before, .content-bottom .map-key span.gray:before {
  background-color: gray;
}
#content .map-key span.firebrick:before, .content-bottom .map-key span.firebrick:before {
  background-color: firebrick;
}
#content .map-key span.green:before, .content-bottom .map-key span.green:before {
  background-color: green;
}
#content .map-key span.mediumpurple:before, .content-bottom .map-key span.mediumpurple:before {
  background-color: mediumpurple;
}
#content .map-key span.orangered:before, .content-bottom .map-key span.orangered:before {
  background-color: orangered;
}

.content-bottom {
  margin: 20px 0;
}
.content-bottom::after {
  clear: both;
  content: "";
  display: table;
}
.content-bottom .region {
  max-width: 1200px;
  margin: 0 auto;
}
.content-bottom .region .block {
  flex: 1 100%;
}
.section-home .content-bottom .region #block-ourmission, .section-home .content-bottom .region #block-signupforupdates, .section-home .content-bottom .region .our-mission, .section-home .content-bottom .region .signup {
  background-color: #0192A0;
  color: #fff;
  text-align: center;
  padding: 20px;
  width: 100vw;
}
@media screen and (min-width: 1200px) {
  .section-home .content-bottom .region #block-ourmission, .section-home .content-bottom .region #block-signupforupdates, .section-home .content-bottom .region .our-mission, .section-home .content-bottom .region .signup {
    margin: 0 calc((100vw - 1200px) / -2);
    padding: 20px calc((100vw - 1200px) / 2 + 40px);
  }
}
.section-home .content-bottom .region #block-signupforupdates, .section-home .content-bottom .region .signup {
  background-color: rgba(1, 146, 160, 0.8);
  margin-bottom: 40px;
}
.section-home .content-bottom .region #block-signupforupdates p, .section-home .content-bottom .region #block-signupforupdates input, .section-home .content-bottom .region .signup p, .section-home .content-bottom .region .signup input {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  font-size: 0.875em;
}
.section-home .content-bottom .region #block-signupforupdates p, .section-home .content-bottom .region .signup p {
  text-transform: uppercase;
}
.section-home .content-bottom .region #block-signupforupdates input.email-address, .section-home .content-bottom .region .signup input.email-address {
  padding: 3px 5px;
  color: #595A5A;
}
.section-home .content-bottom .region #block-signupforupdates input[type=submit], .section-home .content-bottom .region .signup input[type=submit] {
  background: none;
  border: 1px #fff solid;
}
.section-home .content-bottom .region #block-views-block-research-reports-block-3 h2.block-title:before {
  background-image: url(../images/recent_reports_icon.svg);
}
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 h2.block-title:before, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 h2.block-title:before {
  background-image: url(../images/upcoming_events_icon.svg);
}
.section-home .content-bottom .region #block-twittertimeline h2.block-title:before, .section-home .content-bottom .region #block-twittertimelineblock h2.block-title:before {
  background-image: url(../images/twitter_icon.svg);
}
.section-home .content-bottom .region .upcoming-events h2 {
  margin: 0;
}
.section-home .content-bottom .region #block-twittertimeline, .section-home .content-bottom .region #block-twittertimelineblock, .section-home .content-bottom .region #block-views-block-research-reports-block-3,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 {
  padding: 0 20px;
  clear: both;
}
@media screen and (min-width: 780px) {
  .section-home .content-bottom .region #block-twittertimeline, .section-home .content-bottom .region #block-twittertimelineblock, .section-home .content-bottom .region #block-views-block-research-reports-block-3,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 {
    float: left;
    width: 33.3%;
    clear: none;
  }
}
.section-home .content-bottom .region #block-twittertimeline h2.block-title, .section-home .content-bottom .region #block-twittertimelineblock h2.block-title, .section-home .content-bottom .region #block-views-block-research-reports-block-3 h2.block-title,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 h2.block-title, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 h2.block-title {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
.section-home .content-bottom .region #block-twittertimeline h2.block-title:before, .section-home .content-bottom .region #block-twittertimelineblock h2.block-title:before, .section-home .content-bottom .region #block-views-block-research-reports-block-3 h2.block-title:before,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 h2.block-title:before, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 h2.block-title:before {
  content: "";
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.section-home .content-bottom .region #block-twittertimeline a, .section-home .content-bottom .region #block-twittertimelineblock a, .section-home .content-bottom .region #block-views-block-research-reports-block-3 a,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 a, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 a {
  color: #00AD68;
  font-weight: 600;
}
.section-home .content-bottom .region #block-twittertimeline .views-row, .section-home .content-bottom .region #block-twittertimelineblock .views-row, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .views-row,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .views-row, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .views-row {
  margin-bottom: 20px;
}
.section-home .content-bottom .region #block-twittertimeline .views-row::after, .section-home .content-bottom .region #block-twittertimelineblock .views-row::after, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .views-row::after,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .views-row::after, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .views-row::after {
  clear: both;
  content: "";
  display: table;
}
.section-home .content-bottom .region #block-twittertimeline .research-reports .views-field-field-publication-file, .section-home .content-bottom .region #block-twittertimelineblock .research-reports .views-field-field-publication-file, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .research-reports .views-field-field-publication-file,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .research-reports .views-field-field-publication-file, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .research-reports .views-field-field-publication-file {
  float: left;
  width: 55px;
}
.section-home .content-bottom .region #block-twittertimeline .research-reports .views-field-field-publication-file ul, .section-home .content-bottom .region #block-twittertimeline .research-reports .views-field-field-publication-file li, .section-home .content-bottom .region #block-twittertimelineblock .research-reports .views-field-field-publication-file ul, .section-home .content-bottom .region #block-twittertimelineblock .research-reports .views-field-field-publication-file li, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .research-reports .views-field-field-publication-file ul, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .research-reports .views-field-field-publication-file li,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .research-reports .views-field-field-publication-file ul,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .research-reports .views-field-field-publication-file li, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .research-reports .views-field-field-publication-file ul, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .research-reports .views-field-field-publication-file li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-home .content-bottom .region #block-twittertimeline .research-reports .views-field-field-publication-file img, .section-home .content-bottom .region #block-twittertimelineblock .research-reports .views-field-field-publication-file img, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .research-reports .views-field-field-publication-file img,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .research-reports .views-field-field-publication-file img, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .research-reports .views-field-field-publication-file img {
  width: 100%;
  height: auto;
  border: 1px #353D51 solid;
}
.section-home .content-bottom .region #block-twittertimeline .research-reports .views-field-title, .section-home .content-bottom .region #block-twittertimelineblock .research-reports .views-field-title, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .research-reports .views-field-title,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .research-reports .views-field-title, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .research-reports .views-field-title {
  font-weight: 600;
  margin-left: 65px;
}
.section-home .content-bottom .region #block-twittertimeline .research-reports .views-field-view-node, .section-home .content-bottom .region #block-twittertimelineblock .research-reports .views-field-view-node, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .research-reports .views-field-view-node,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .research-reports .views-field-view-node, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .research-reports .views-field-view-node {
  margin-left: 65px;
}
.section-home .content-bottom .region #block-twittertimeline .research-reports .views-field-view-node a, .section-home .content-bottom .region #block-twittertimelineblock .research-reports .views-field-view-node a, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .research-reports .views-field-view-node a,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .research-reports .views-field-view-node a, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .research-reports .views-field-view-node a {
  text-transform: uppercase;
}
.section-home .content-bottom .region #block-twittertimeline .research-reports .views-field-view-node a:after, .section-home .content-bottom .region #block-twittertimelineblock .research-reports .views-field-view-node a:after, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .research-reports .views-field-view-node a:after,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .research-reports .views-field-view-node a:after, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .research-reports .views-field-view-node a:after {
  content: " >";
}
.section-home .content-bottom .region #block-twittertimeline .upcoming-events .views-row, .section-home .content-bottom .region #block-twittertimelineblock .upcoming-events .views-row, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .upcoming-events .views-row,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .upcoming-events .views-row, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .upcoming-events .views-row {
  margin-bottom: 20px;
}
.section-home .content-bottom .region #block-twittertimeline .upcoming-events .views-field-field-event-date, .section-home .content-bottom .region #block-twittertimelineblock .upcoming-events .views-field-field-event-date, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .upcoming-events .views-field-field-event-date,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .upcoming-events .views-field-field-event-date, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .upcoming-events .views-field-field-event-date {
  font-weight: 600;
  text-transform: uppercase;
}
.section-home .content-bottom .region #block-twittertimeline .upcoming-events .views-field-field-event-registration-link a, .section-home .content-bottom .region #block-twittertimelineblock .upcoming-events .views-field-field-event-registration-link a, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .upcoming-events .views-field-field-event-registration-link a,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .upcoming-events .views-field-field-event-registration-link a, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .upcoming-events .views-field-field-event-registration-link a {
  text-transform: uppercase;
}
.section-home .content-bottom .region #block-twittertimeline .upcoming-events .views-field-field-event-registration-link a:after, .section-home .content-bottom .region #block-twittertimelineblock .upcoming-events .views-field-field-event-registration-link a:after, .section-home .content-bottom .region #block-views-block-research-reports-block-3 .upcoming-events .views-field-field-event-registration-link a:after,
.section-home .content-bottom .region #block-views-block-upcoming-events-block-1 .upcoming-events .views-field-field-event-registration-link a:after, .section-home .content-bottom .region #block-views-block-blog-entries-block-4 .upcoming-events .views-field-field-event-registration-link a:after {
  content: " >";
}

#site-footer {
  background-color: #353D51;
  color: #fff;
  padding: 3em 0;
}
#site-footer ul:not(.contextual-links) {
  padding: 0;
  margin: 0;
}
#site-footer ul:not(.contextual-links) li {
  list-style: none;
}
#site-footer a {
  color: #fff;
}
#site-footer section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}
#site-footer section::after {
  clear: both;
  content: "";
  display: table;
}
#site-footer section .region-footer-top {
  font-size: 0.875em;
}
#site-footer section .region-footer-top .block {
  margin-bottom: 2em;
}
#site-footer section .region-footer-top nav {
  text-transform: uppercase;
}
@media screen and (min-width: 780px) {
  #site-footer section .region-footer-top {
    display: flex;
  }
  #site-footer section .region-footer-top .block {
    flex: 1;
    padding: 0 1em;
    margin: 0;
  }
}

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