/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article, aside, details, fig caption, figure, footer, header, group, nab, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  display: inline;
  zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 16px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

html, button, input, select, text area {
  font-family: sans-serif;
  color: #333; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 100%;
  line-height: 1.5em;
  font-family: helvetica,arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 100%; }

::-moz-selection {
  background: #ff8500;
  text-shadow: none;
  color: #fff; }

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

a {
  text-decoration: none;
  font-weight: bold;
  color: #036; }

a:visited {
  color: #012; }

a:hover {
  text-decoration: underline;
  color: #369; }

a:focus {
  outline: thin dotted; }

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

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

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 2em;
  color: #333;
  font-size: 100%;
  font-weight: light; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

p, hr, ul, ol, address {
  margin: 0 0 1.5em 0; }

address {
  padding-left: 1em; }

ul, ol {
  padding: 0 0 0 1.5em; }

ul {
  list-style-type: square; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 1em 0;
  padding: 0;
  clear: both; }

hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  clear: both;
  margin: 0;
  border: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, text area {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle; }

button, input {
  line-height: normal; }

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 13px;
  height: 13px; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

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

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

* {
  box-sizing: border-box;
  position: relative; }

/*
$unit: percentage(66 / 1056);
$gutter: percentage(24 / 1056);
*/
/*! layout elements
--------------------------------*/
/* HTML definitions */
body {
  margin: 0;
  padding: 0;
  background: #003E65;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(135deg, #011f31, #053e63);
  /* Standard syntax */
  background-attachment: fixed;
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5;
  color: #3C3A3A; }

::-moz-selection {
  background: #053e63;
  color: white;
  text-shadow: none; }

::selection {
  background: #053e63;
  color: white;
  text-shadow: none; }

a {
  color: #3C7B85;
  font-weight: 400;
  text-decoration: underline; }
  a:visited {
    color: #3C7B85; }
  a:hover {
    color: #e89640;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  a.backlink {
    text-decoration: none; }

h1, h2, h3, h4, h5, .signup-cta .gform_description, h6 {
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  color: #3C7B85;
  margin: 0 0 .75rem 0;
  text-transform: capitalize; }
  h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, .signup-cta .gform_description a, h5 a:visited, h6 a, h6 a:visited {
    text-decoration: none;
    font-weight: 400; }
    h1 a:hover, h1 a:visited:hover, h2 a:hover, h2 a:visited:hover, h3 a:hover, h3 a:visited:hover, h4 a:hover, h4 a:visited:hover, h5 a:hover, .signup-cta .gform_description a:hover, h5 a:visited:hover, h6 a:hover, h6 a:visited:hover {
      color: #e89640; }

h4, h5, .signup-cta .gform_description, h6 {
  font-weight: 300; }

h1 {
  font-size: 212.5%;
  color: #003E65;
  margin-bottom: 1rem;
  letter-spacing: -1px; }
  h1.arch-title {
    text-transform: capitalize; }

h2 {
  letter-spacing: -1px;
  font-size: 175%;
  color: #3C7B85; }

h3 {
  font-size: 140%; }

h4 {
  font-size: 120%; }

h3 .entry-title a {
  color: #003E65; }
  h3 .entry-title a:hover {
    color: #e89640; }

p, ul, ol, hr {
  margin: 0 0 1.5em 0; }

p.tile-readmore {
  margin-top: 1em;
  margin-bottom: 0; }

#primary ul {
  overflow: hidden; }

hr {
  clear: both;
  border-style: dotted; }

hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  border: 0; }

.clear {
  *zoom: 1;
  width: 100%;
  float: left;
  clear: both; }
  .clear:before, .clear:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  .clear:after {
    clear: both; }

iframe {
  width: 100%;
  clear: both; }

abbr {
  border: none; }

.c_facebook {
  color: #3b5998; }

.c_google {
  color: #cc0000; }

.c_linkedin {
  color: #0073a5; }

.c_twitter {
  color: #2ca9e1; }

.c_youtube {
  color: #bf0900; }

.fit-vids-style {
  height: 0;
  overflow: hidden; }

/*-- base extender styles
--------------------------------*/
.button, input[type='submit'],
input[type='button'],
button {
  transition: all 0.2s ease;
  border-radius: 3px;
  text-align: center;
  margin: 0 0 .5rem 0;
  width: auto;
  display: inline-block;
  clear: both;
  padding: .5rem 1rem;
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  background: #668ba2;
  color: white !important;
  border: 1px solid #668ba2;
  cursor: pointer; }
  .button:hover, input[type='submit']:hover,
  input[type='button']:hover,
  button:hover, .button.active, input.active[type='submit'],
  input.active[type='button'],
  button.active {
    background: #e89640;
    border-color: #e89640; }

.article-listing, .tile_array, .gform_wrapper form.email-signup, .alert, .validation_error,
.gform_confirmation_message, img.alignnone, .index, .sharing-module, #secondary, #page, #branding, #bottom, #main,
#colophon, .band, .coltext, .colbox {
  *zoom: 1; }
  .article-listing:before, .tile_array:before, .gform_wrapper form.email-signup:before, .alert:before, .validation_error:before,
  .gform_confirmation_message:before, img.alignnone:before, .index:before, .sharing-module:before, #secondary:before, #page:before, #branding:before, #bottom:before, #main:before,
  #colophon:before, .band:before, .coltext:before, .colbox:before, .article-listing:after, .tile_array:after, .gform_wrapper form.email-signup:after, .alert:after, .validation_error:after,
  .gform_confirmation_message:after, img.alignnone:after, .index:after, .sharing-module:after, #secondary:after, #page:after, #branding:after, #bottom:after, #main:after,
  #colophon:after, .band:after, .coltext:after, .colbox:after {
    content: " ";
    display: table; }
  .article-listing:after, .tile_array:after, .gform_wrapper form.email-signup:after, .alert:after, .validation_error:after,
  .gform_confirmation_message:after, img.alignnone:after, .index:after, .sharing-module:after, #secondary:after, #page:after, #branding:after, #bottom:after, #main:after,
  #colophon:after, .band:after, .coltext:after, .colbox:after {
    clear: both; }

.overlay, .overlink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.team_listing .team_member .brief-bio, .index .entry-thumb img, #navmain ul li a, a {
  transition: all 0.2s ease; }

.team_listing .team_member .member-info h3, .team_listing .team_member .member-info h4 {
  -webkit-text-shadow: 0 0 3px #003E65;
  -moz-text-shadow: 0 0 3px #003E65;
  text-shadow: 0 0 3px #003E65; }

/*-- form elements
--------------------------------*/
form {
  display: block; }
  form hr {
    width: 100%; }
  form p {
    width: 100%;
    float: left;
    margin-bottom: .1rem; }

fieldset legend {
  margin: 0; }

label {
  display: block;
  margin-bottom: .2rem; }

input {
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif; }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='search'],
textarea, select {
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 500px;
  border: 1px solid #ccc;
  padding: .5rem;
  border-radius: 3px; }

input:focus, textarea:focus, select:focus {
  background: #ffe; }

input[type='submit'],
input[type='button'],
button {
  border-radius: 5px; }

textarea {
  float: none;
  width: 80%;
  font-size: 100%; }

select {
  width: auto; }

/* =12-column grid setup
--------------------------------------------------------------------*/
.col {
  margin: 0 1.34021%;
  position: relative;
  display: inline-block;
  float: left;
  min-height: 1px; }

.first {
  margin-left: 0; }

.last {
  margin-right: 0; }

.unit1 {
  width: 5.87629%; }

.unit2 {
  width: 14.43299%; }

.unit3 {
  width: 22.98969%; }

.unit4 {
  width: 31.54639%; }

.unit5 {
  width: 40.10309%; }

.unit6 {
  width: 48.65979%; }

.unit7 {
  width: 57.21649%; }

.unit8 {
  width: 65.7732%; }

.unit9 {
  width: 74.3299%; }

.unit10 {
  width: 82.8866%; }

.unit11 {
  width: 91.4433%; }

.unit12 {
  width: 100%;
  margin-right: 0; }

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

.colbox {
  margin: 0 -1.34021%;
  clear: both; }

.coltext {
  margin-bottom: 1rem; }
  .coltext.twocol {
    -moz-column-gap: 2.68041%;
    -o-column-gap: 2.68041%;
    column-gap: 2.68041%;
    -moz-column-rule: none;
    -o-column-rule: none;
    column-rule: none; }
    .coltext.twocol li, .coltext.twocol p, .coltext.twocol h1, .coltext.twocol h2, .coltext.twocol h3, .coltext.twocol h4, .coltext.twocol h5, .coltext.twocol .signup-cta .gform_description, .signup-cta .coltext.twocol .gform_description, .coltext.twocol h6 {
      page-break-inside: avoid;
      -moz-column-break-inside: avoid;
           break-inside: avoid; }
    @media screen and (max-width: 540px) {
      .coltext.twocol {
        -moz-column-count: 1;
        -o-column-count: 1;
        column-count: 1; } }
    @media screen and (min-width: 541px) {
      .coltext.twocol {
        -moz-column-count: 2;
        -o-column-count: 2;
        column-count: 2; } }
    @media screen and (min-width: 711px) {
      .coltext.twocol {
        -moz-column-count: 2;
        -o-column-count: 2;
        column-count: 2; } }
  .coltext.threecol {
    -moz-column-gap: 1.34021%;
    -o-column-gap: 1.34021%;
    column-gap: 1.34021%;
    -moz-column-rule: none;
    -o-column-rule: none;
    column-rule: none; }
    .coltext.threecol li, .coltext.threecol p, .coltext.threecol h1, .coltext.threecol h2, .coltext.threecol h3, .coltext.threecol h4, .coltext.threecol h5, .coltext.threecol .signup-cta .gform_description, .signup-cta .coltext.threecol .gform_description, .coltext.threecol h6 {
      page-break-inside: avoid;
      -moz-column-break-inside: avoid;
           break-inside: avoid; }
    @media screen and (max-width: 540px) {
      .coltext.threecol {
        -moz-column-count: 1;
        -o-column-count: 1;
        column-count: 1; } }
    @media screen and (min-width: 541px) {
      .coltext.threecol {
        -moz-column-count: 2;
        -o-column-count: 2;
        column-count: 2; } }
    @media screen and (min-width: 711px) {
      .coltext.threecol {
        -moz-column-count: 3;
        -o-column-count: 3;
        column-count: 3; } }
  .coltext.fourcol {
    -moz-column-gap: 1.34021%;
    -o-column-gap: 1.34021%;
    column-gap: 1.34021%;
    -moz-column-rule: none;
    -o-column-rule: none;
    column-rule: none; }
    .coltext.fourcol li, .coltext.fourcol p, .coltext.fourcol h1, .coltext.fourcol h2, .coltext.fourcol h3, .coltext.fourcol h4, .coltext.fourcol h5, .coltext.fourcol .signup-cta .gform_description, .signup-cta .coltext.fourcol .gform_description, .coltext.fourcol h6 {
      page-break-inside: avoid;
      -moz-column-break-inside: avoid;
           break-inside: avoid; }
    @media screen and (max-width: 540px) {
      .coltext.fourcol {
        -moz-column-count: 1;
        -o-column-count: 1;
        column-count: 1; } }
    @media screen and (min-width: 541px) {
      .coltext.fourcol {
        -moz-column-count: 2;
        -o-column-count: 2;
        column-count: 2; } }
    @media screen and (min-width: 711px) {
      .coltext.fourcol {
        -moz-column-count: 4;
        -o-column-count: 4;
        column-count: 4; } }
  .coltext ul {
    -moz-column-break-after: column;
         break-after: column; }
  .coltext h4 {
    margin-bottom: 0; }

/*!-- STRUCTURE
--------------------------------*/
.article-listing, .tile_array, .gform_wrapper form.email-signup, .alert, .validation_error,
.gform_confirmation_message, img.alignnone, .index, .sharing-module, #secondary, #page, #branding, #bottom, #main,
#colophon, .band, .colbox, .coltext {
  *zoom: 1; }
  .article-listing:before, .tile_array:before, .gform_wrapper form.email-signup:before, .alert:before, .validation_error:before,
  .gform_confirmation_message:before, img.alignnone:before, .index:before, .sharing-module:before, #secondary:before, #page:before, #branding:before, #bottom:before, #main:before,
  #colophon:before, .band:before, .colbox:before, .coltext:before, .article-listing:after, .tile_array:after, .gform_wrapper form.email-signup:after, .alert:after, .validation_error:after,
  .gform_confirmation_message:after, img.alignnone:after, .index:after, .sharing-module:after, #secondary:after, #page:after, #branding:after, #bottom:after, #main:after,
  #colophon:after, .band:after, .colbox:after, .coltext:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  .article-listing:after, .tile_array:after, .gform_wrapper form.email-signup:after, .alert:after, .validation_error:after,
  .gform_confirmation_message:after, img.alignnone:after, .index:after, .sharing-module:after, #secondary:after, #page:after, #branding:after, #bottom:after, #main:after,
  #colophon:after, .band:after, .colbox:after, .coltext:after {
    clear: both; }

#page, #branding, #main, #bottom {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

#content, .contain {
  margin: 0 auto;
  position: relative;
  width: 92%;
  max-width: 970px;
  clear: both; }

body.page-template-page-wide #primary #content,
body.post-template-single-wide #primary #content {
  max-width: 1200px; }

#content {
  max-width: 970px; }

#page {
  background: white;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, #fafafa, white);
  /* Standard syntax */ }

#primary {
  padding: 2rem 0;
  width: 100%; }

#secondary {
  width: 100%;
  float: left;
  margin-top: 1rem; }
  #secondary .contain {
    border-top: 1px solid #e8e8e8;
    padding: 1rem 0;
    margin-top: 1rem; }

#bottom,
#sidebar {
  font-size: 87.5%;
  line-height: 1.5; }

#sidebar #tertiary,
#sidebar .widget {
  border-bottom: 0;
  margin-bottom: 1rem; }
  #sidebar #tertiary:last-child,
  #sidebar .widget:last-child {
    margin-right: 0; }

.positioner {
  position: relative; }

/*-- HEADER
--------------------------------*/
#branding {
  background: #fff;
  width: 100%;
  left: 0;
  z-index: 9999;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
  #branding #logo {
    margin: 0;
    float: left;
    max-width: 200px; }
    #branding #logo a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: 111%;
      white-space: nowrap;
      overflow: hidden;
      background-image: url(../images/logo-energy_innovation.png?v=0922);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat; }
  #branding.fixed {
    position: fixed; }
  #branding > .contain {
    max-width: 92%; }

.program-header {
  background-color: #003E65;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 6/1;
  display: flex;
  align-items: flex-end; }
  .program-header--title {
    color: #e89640;
    font-weight: 700;
    font-size: 225%;
    text-transform: uppercase;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5); }
  .program-header::before {
    /* Fallback for sad browsers */
    background-color: transparent;
    /* Mozilla Firefox */
    /* Opera */
    /* WebKit (Chrome 11+) */
    /* WebKit (Safari 5.1+, Chrome 10+) */
    /* IE10 */
    /* W3C */
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    content: '';
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 50%; }

/*-- MENU
--------------------------------*/
#navmain {
  display: block;
  float: right;
  width: auto;
  transition: font-size 0.1s ease;
  -webkit-backface-visibility: hidden;
  z-index: 1002; }
  #navmain ul {
    -webkit-backface-visibility: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    #navmain ul li {
      position: relative; }
      #navmain ul li a {
        font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
        display: block;
        line-height: 1;
        padding: .5rem;
        color: #003E65; }
        #navmain ul li a i {
          margin-right: .5rem; }
          #navmain ul li a i.free {
            min-width: 16px;
            width: 1em;
            padding-left: 16px; }
            #navmain ul li a i.free.free-forbes {
              background-image: url(../images/forbes-f-30x30.png);
              background-size: 12px;
              background-repeat: no-repeat;
              background-position: left; }
      #navmain ul li.current_page_item a, #navmain ul li.current-page-ancestor a {
        color: #3C7B85; }
      #navmain ul li:hover > a {
        color: #e89640; }
      #navmain ul li:hover ul li a {
        color: #003E65;
        background: none; }
      #navmain ul li:hover ul li:hover a, #navmain ul li:hover ul li.current_page_item a {
        color: #e89640; }

#slide-trigger {
  width: 22.98969%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  right: 0;
  float: right;
  text-align: right;
  display: block;
  cursor: pointer;
  margin: 0;
  font-weight: 400;
  display: none; }
  #slide-trigger .menulabel {
    line-height: 30px;
    font-size: 87.5%;
    text-transform: uppercase;
    margin-right: .5rem; }

.trigger, .closex {
  text-decoration: none;
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px !important;
  background: white;
  cursor: pointer;
  color: #003E65;
  text-align: center;
  border: none; }
  .trigger:hover, .closex:hover {
    color: #e89640; }

.closex {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 300;
  display: none; }

/*-- Footer
--------------------------------*/
#bottom {
  padding: 2rem 0;
  color: white; }
  #bottom #footcols .footcol {
    float: left;
    padding: .5rem 1.5rem;
    width: 33.333%;
    border-right: 1px solid #2c5a62; }
    #bottom #footcols .footcol h4 {
      font-size: 160%;
      color: white;
      margin-bottom: .3rem; }
    #bottom #footcols .footcol p, #bottom #footcols .footcol ul {
      margin-bottom: 1rem; }
      #bottom #footcols .footcol p:last-child, #bottom #footcols .footcol ul:last-child {
        margin-bottom: 0; }
    #bottom #footcols .footcol:first-of-type {
      padding-left: 0; }
    #bottom #footcols .footcol:last-of-type {
      padding-right: 0;
      border-right: 0; }
  #bottom ul.socials {
    width: 100%;
    margin-bottom: 1.5rem; }
  #bottom #colophon {
    float: left;
    width: 100%;
    clear: both;
    font-size: 87.5%;
    padding: 2rem 0 0;
    margin: 0;
    color: #3C7B85;
    text-align: center; }
  #bottom .search-form {
    display: flex; }
    #bottom .search-form input.search-field,
    #bottom .search-form input[type="search"] {
      min-width: 5em;
      border-radius: 3px 0 0 3px; }
    #bottom .search-form input.search-submit,
    #bottom .search-form input[type="submit"] {
      border-radius: 0 3px 3px 0; }

/*-- Social links, etc
--------------------------------*/
ul.socials, ul.sharing-links {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left; }
  ul.socials li, ul.sharing-links li {
    display: inline-block;
    float: left;
    width: 36px;
    height: 36px;
    overflow: hidden;
    margin-right: .5rem;
    border-radius: 5px; }
    ul.socials li a, ul.sharing-links li a {
      text-align: center;
      background-color: #3C7B85;
      display: block;
      width: 100%;
      height: 100%;
      color: #fff !important; }
      ul.socials li a i, ul.sharing-links li a i {
        font-size: 18px;
        line-height: 36px; }
        ul.socials li a i.free img, ul.sharing-links li a i.free img {
          width: 16px; }

ul.socials li.share-facebook:hover a {
  background-color: #3b5998; }

ul.socials li.share-google-plus:hover a {
  background-color: #cc0000; }

ul.socials li.share-linkedin:hover a {
  background-color: #0073a5; }

ul.socials li.share-pinterest:hover a {
  background-color: #d43638; }

ul.socials li.share-tumblr:hover a {
  background-color: #2c4762; }

ul.socials li.share-twitter:hover a {
  background-color: #2ca9e1; }

ul.socials li.share-email:hover a {
  background-color: #666; }

ul.socials li.share-youtube:hover a {
  background-color: #bf0900; }

ul.socials li.share-forbes:hover a {
  background-color: black; }

ul.sharing-links li {
  width: 28px;
  height: 28px;
  margin-right: 0; }
  ul.sharing-links li a {
    background-color: transparent; }
    ul.sharing-links li a i {
      font-size: 16px; }
  ul.sharing-links li.share-facebook a i {
    color: #3b5998; }
  ul.sharing-links li.share-google-plus a i {
    color: #cc0000; }
  ul.sharing-links li.share-linkedin a i {
    color: #0073a5; }
  ul.sharing-links li.share-pinterest a i {
    color: #d43638; }
  ul.sharing-links li.share-tumblr a i {
    color: #2c4762; }
  ul.sharing-links li.share-twitter a i {
    color: #2ca9e1; }
  ul.sharing-links li.share-email a i {
    color: #003E65; }
  ul.sharing-links li.share-youtube a i {
    color: #bf0900; }

.sharing-module {
  width: 100%;
  margin: 0 0 .5rem 0; }
  .sharing-module .sharing-title {
    display: inline-block;
    cursor: pointer;
    margin: 0 .5rem 0 0;
    float: left;
    line-height: 30px;
    font-size: 93.75%;
    color: #3C7B85; }
  .sharing-module .positioner {
    float: left;
    min-width: 50%;
    height: 32px;
    overflow: hidden; }
  .sharing-module .sharing-links {
    float: left;
    position: relative;
    left: 0; }

/*-- headers and overlays
--------------------------------*/
.overlink {
  z-index: 100; }

.overlay {
  background: rgba(0, 0, 0, 0.2); }

/*-- Content
--------------------------------*/
.page-banner {
  margin: 0 0 2em 0; }
  .page-banner img {
    width: 100%; }

.post {
  float: left;
  width: 100%;
  padding: 2rem 0 2rem 0;
  transition: all 0.2s ease; }
  .index .post {
    border-top: 1px dotted #666; }
  .post.is-animated {
    animation: .3s zoom-in; }

@keyframes zoom-in {
  0% {
    transform: scale(0.1); }
  100% {
    transform: none; } }

@keyframes zoom-out {
  0% {
    transform: none; }
  100% {
    transform: scale(0.1); } }

.entry-meta {
  clear: both;
  display: block;
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 87.5%;
  margin-bottom: 1rem;
  color: #666; }
  .entry-meta .entry-details,
  .entry-meta .entry-date,
  .entry-meta .article_pub {
    font-style: italic; }
  .entry-meta .article_reprint {
    display: block;
    margin-bottom: 1rem; }
  .entry-meta .entry-details {
    display: block; }
  .entry-meta a {
    color: #666;
    text-decoration: none; }
  body.single .entry-meta a {
    color: #3C7B85; }
    body.single .entry-meta a:hover {
      color: #e89640; }

#content nav {
  display: block;
  overflow: hidden; }
  #content nav.nav-previous {
    float: left;
    width: 50%; }
  #content nav.nav-next {
    float: right;
    text-align: right;
    width: 50%; }
  #content nav #nav-above {
    display: none; }
  #content nav #nav-below {
    margin: 1rem 0; }
  #content nav article.last-child,
  #content nav .single .post {
    border: 0; }

.paged #content #nav-above,
.single #content #nav-above {
  display: block; }

.pag_links {
  width: 100%;
  float: left;
  margin: .5rem 0 1rem; }
  .pag_links .page-numbers {
    display: inline-block;
    line-height: 1;
    padding: .5rem;
    text-decoration: none; }
    .pag_links .page-numbers.current {
      color: #666; }

.post_links {
  padding: 1rem 0;
  font-size: 87.5%; }
  .post_links span {
    width: 50%;
    float: left; }
    .post_links span.prev-post-link {
      padding-right: 5%;
      text-align: left; }
    .post_links span.next-post-link {
      padding-left: 5%;
      text-align: right; }

/*-- blog listing
--------------------------------*/
.index {
  margin-bottom: 2rem; }
  .index .entry-content,
  .index .entry-thumb {
    float: left; }
  .index .entry-content {
    width: 65.7732%;
    float: right; }
    .index .entry-content .entry-summary p:last-child {
      margin-bottom: 0; }
    .index .entry-content #download-links {
      margin-top: 1rem; }
  .index .entry-thumb {
    width: 31.54639%;
    float: left; }
    .index .entry-thumb img {
      width: 100%;
      height: auto;
      max-width: 100% !important;
      margin: 0; }
    .index .entry-thumb a.thumb {
      display: block;
      background: #003E65; }
      .index .entry-thumb a.thumb:hover img {
        opacity: 0.9; }
    .index .entry-thumb img {
      width: 100%; }
  .index .podcast .entry-thumb a.thumb {
    background: transparent; }

.loading-status {
  font-size: 87.5%;
  font-style: italic; }

/* 404 page */
.error404 .widget .widgettitle, .error404 .widget ul {
  margin-right: 1rem; }

.error404 .widget .widget_tag_cloud {
  clear: both;
  float: none;
  width: 100%; }

/* Image Attachments */
.image-attachment div.entry-meta {
  float: left; }

.image-attachment nav {
  float: right;
  margin: 0 0 1rem 0; }

.image-attachment .entry-content {
  clear: both; }
  .image-attachment .entry-content .entry-attachment {
    background: #ccc;
    margin: 0 0 1rem;
    padding: 1rem;
    text-align: center; }
  .image-attachment .entry-content .attachment {
    display: block;
    margin: 0 auto;
    text-align: center; }

.fluid-width-video-wrapper {
  margin: 0 auto;
  padding: 56.25% 0 0 0 !important; }

/* Images */
p img {
  margin-bottom: 0.5rem;
  height: auto !important; }

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto !important;
  /* Override height to match resized width for correct aspect ratio. */ }

img.alignleft {
  margin-top: .5rem;
  margin-right: 1rem; }

img.alignright {
  margin-top: .5rem;
  margin-left: 1rem; }

.entry-content img.alignleft, .entry-content img.alignright {
  max-width: 50%; }

.wp-caption {
  padding: .5rem;
  text-align: center; }

.wp-caption img {
  margin: .25rem; }

.wp-caption .wp-caption-text {
  margin: .5rem; }

img.alignleft.size-medium,
img.alignright.size-medium {
  max-width: 50%; }

.wp-caption {
  padding: 0;
  max-width: 47% !important;
  margin: 0 0 1rem 0;
  font-size: 75%;
  font-style: italic; }
  .wp-caption img {
    max-width: 100%;
    margin: 0 0 .5rem 0; }
  .wp-caption p.wp-caption-text {
    margin: 0; }
  .wp-caption.aligncenter {
    margin: 0 auto 1rem auto;
    max-width: none !important; }
  .entry-thumb .wp-caption {
    max-width: 100% !important; }

.wp-caption.alignleft {
  margin-right: 1rem;
  text-align: left; }

.wp-caption.alignright {
  margin-left: 1rem;
  text-align: right; }

/*-- Alignment
--------------------------------*/
.alignleft, .alignright {
  display: inline; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

/*-- alerts
--------------------------------*/
.alert, .validation_error,
.gform_confirmation_message {
  border: 1px solid #666;
  border-radius: 7px;
  background: #e8e8e8;
  padding: 2.68041%;
  margin-bottom: 2rem; }
  .alert *, .validation_error *,
  .gform_confirmation_message * {
    color: #333; }

.warning, .validation_error {
  background: #f2dede;
  border-color: #bd071a; }

.ok,
.gform_confirmation_message {
  background: #dff0d9;
  border-color: #3e754d; }

.validation_message {
  font-weight: 700;
  color: #a00; }

/*-- Accessibility
--------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*-- Gravity forms specific styles
--------------------------------*/
.gform_wrapper {
  /* Class for labelling required form items */ }
  .gform_wrapper .gform_description {
    display: block;
    margin-bottom: 1.5rem; }
  .gform_wrapper .gform_title {
    text-transform: initial; }
  .gform_wrapper .gform_body,
  .gform_wrapper .gform_footer {
    *zoom: 1; }
    .gform_wrapper .gform_body:before, .gform_wrapper .gform_body:after,
    .gform_wrapper .gform_footer:before,
    .gform_wrapper .gform_footer:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */
      height: 0;
      width: 100%; }
    .gform_wrapper .gform_body:after,
    .gform_wrapper .gform_footer:after {
      clear: both; }
  .gform_wrapper .gfield_radio label,
  .gform_wrapper .gfield_checkbox label {
    display: inline-block;
    clear: right;
    margin-left: .5rem; }
  .gform_wrapper input.small {
    width: 10%;
    min-width: 10px;
    max-width: 20px; }
  .gform_wrapper .zipcode input {
    width: 10%;
    min-width: 60px;
    max-width: 100px; }
  .gform_wrapper .gform_fields,
  .gform_wrapper .gfield_radio,
  .gform_wrapper .gfield_checkbox {
    list-style: none;
    padding: 0; }
  .gform_wrapper .gfield {
    width: 100%;
    float: left;
    margin-bottom: 1rem; }
    .gform_wrapper .gfield.label-hidden legend {
      display: none; }
    .gform_wrapper .gfield .name_first label,
    .gform_wrapper .gfield .name_last label {
      display: none; }
  .gform_wrapper .gfield_radio > div,
  .gform_wrapper .gfield_checkbox > div {
    margin-bottom: 0; }
  .gform_wrapper .gfield_description {
    margin-top: .5rem; }
  .gform_wrapper .reqtxt, .gform_wrapper .emailreqtxt {
    font-size: 90%;
    color: maroon;
    font-style: italic; }
  .gform_wrapper .ginput_container_consent label {
    display: inline-block;
    clear: right;
    margin-bottom: 1rem; }
  .gform_wrapper .totalfield {
    display: inline-block;
    border: 2px solid #ccc;
    padding: .5rem; }
    .gform_wrapper .totalfield label, .gform_wrapper .totalfield .ginput_container {
      display: inline-block;
      margin-right: .5rem; }
    .gform_wrapper .totalfield .ginput_container {
      font-weight: 700; }
  .gform_wrapper .required, .gform_wrapper .validation_error {
    color: #cc0033; }
  .gform_wrapper .validation_error, .gform_wrapper .validation_message,
  .gform_wrapper .gform_confirmation_message {
    color: #cc0033;
    background: rgba(202, 10, 55, 0.1);
    padding: 1rem;
    border-left: 3px solid #c03;
    margin-bottom: 1rem; }
  .gform_wrapper .gform_confirmation_message {
    color: forestgreen;
    background: rgba(34, 139, 34, 0.1);
    border-color: forestgreen; }
  .gform_wrapper .validation_message {
    font-size: 75%;
    padding: .5rem 1rem;
    font-style: italic;
    color: #c03; }
  .gform_wrapper .ginput_complex span {
    display: inline-block;
    float: left;
    width: 49%; }
    .gform_wrapper .ginput_complex span label {
      font-size: 93.75%;
      text-transform: none; }
    .gform_wrapper .ginput_complex span:first-of-type {
      margin-right: 2%; }
  .gform_wrapper form.email-signup label {
    display: none; }
  .gform_wrapper form.email-signup .gform_heading {
    clear: both;
    margin-bottom: 1rem; }
  .gform_wrapper form.email-signup .gform_body {
    float: left;
    margin-right: .5rem; }
    .gform_wrapper form.email-signup .gform_body ul {
      margin: 0; }
  .gform_wrapper form.email-signup .gform_footer {
    float: left; }
    .gform_wrapper form.email-signup .gform_footer input {
      margin-bottom: 0; }

/* =mailchimp form
--------------------------------------------------------------------*/
div#mc_embed_signup {
  clear: both;
  font-family: inherit !important;
  background-color: transparent !important;
  color: inherit !important; }
  div#mc_embed_signup form#mc-embedded-subscribe-form {
    padding: 0; }
  div#mc_embed_signup .mc-field-group {
    float: left;
    width: 100%;
    clear: both;
    margin-top: .5rem; }
    div#mc_embed_signup .mc-field-group label {
      display: inline-block;
      width: 100%; }
  div#mc_embed_signup .mc-field-group.complex {
    width: 48%;
    clear: none;
    margin-right: 2%; }

/*-- alert boxes
--------------------------------*/
.alert {
  *zoom: 1;
  border-radius: 7px;
  border: 1px solid #666;
  background: #ccc;
  padding: 2.68041%;
  margin-bottom: 2rem; }
  .alert:before, .alert:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  .alert:after {
    clear: both; }

.warning {
  background: #f2dede;
  border-color: #bd071a; }

.ok {
  background: #dff0d9;
  border-color: #3e754d; }

/* =highlight boxes
--------------------------------------------------------------------*/
.highlight-container {
  display: flex;
  margin: .5rem -2rem 2rem; }

.highlight {
  padding: 2rem 2rem 1rem;
  font-size: 112.5%;
  background-color: white;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.075); }

/*-- Promo banners
--------------------------------*/
.banner {
  background: #003E65;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(135deg, #3C7B85, #003E65);
  /* Standard syntax */
  text-align: center;
  width: 100%;
  clear: both;
  color: white;
  margin: 1.5rem 0;
  padding: 1rem;
  text-transform: none; }
  .banner a {
    color: white; }

/* =legal banner
--------------------------------------------------------------------*/
.overlay-banner {
  background: rgba(0, 62, 101, 0.9);
  color: white;
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10000; }
  .overlay-banner .banner-content {
    display: flex;
    flex-wrap: wrap; }

/*-- Widgets
--------------------------------*/
.widget {
  display: block;
  margin-bottom: 1.5rem; }

.widget-area .widget_search {
  overflow: hidden; }
  .widget-area .widget_search input {
    float: left; }

/* TWITGET */
.widget-twitget {
  margin-bottom: 1rem;
  border-bottom: 1px solid #2c5a62;
  padding-bottom: 1rem; }
  .widget-twitget .widget-twitget-profile-image {
    float: left;
    margin: 0 6px 6px 0; }
  .widget-twitget .widget-twitget-profile-image,
  .widget-twitget .widget-twitget-profile-description {
    font-size: 12px !important;
    line-height: 1.5em;
    margin-bottom: 0 !important; }
  .widget-twitget .widget-twitget-posts {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.5em; }
  .widget-twitget .widget-twitget-posts li {
    margin-bottom: 12px; }
  .widget-twitget .widget-twitget-posts-time {
    color: #999; }

/* =ctf twitter widget
--------------------------------------------------------------------*/
div#ctf .ctf-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 90%; }
  div#ctf .ctf-item:last-child {
    border-bottom: none; }

.signup-cta {
  /*
	background: rgba(255,255,255,0.3);
	padding: 1.5rem 1.5rem 1rem;
	border: 1px solid white;
	@include rounded(.5rem);
	@extend %clearfix;
*/
  *zoom: 1;
  margin: 2.2rem 0 2rem 0;
  padding: 1rem 1.5rem;
  border: 1px dotted #ccc;
  border-radius: 9px; }
  .signup-cta:before, .signup-cta:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  .signup-cta:after {
    clear: both; }
  .signup-cta--inline {
    clear: both;
    display: inline-block;
    background: rgba(102, 139, 162, 0.3);
    margin: 0 0 2rem 0; }
    .signup-cta--inline p:last-child {
      margin-bottom: .5rem; }
  .signup-cta.orange {
    border: 2px solid orange;
    background-color: white; }

/*-- Tiles
--------------------------------*/
.tile_array {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .tile_array .tile {
    width: 50%;
    flex-grow: 1;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #003E65;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .tile_array .tile a.button {
      font-size: 75%;
      padding: .3rem .5rem;
      background: rgba(0, 62, 101, 0.8); }
      .tile_array .tile a.button:hover {
        background: #003E65; }
    .tile_array .tile .tile-title {
      -webkit-text-shadow: 1px 1px 2px rgba(0, 62, 101, 0.6);
      -moz-text-shadow: 1px 1px 2px rgba(0, 62, 101, 0.6);
      text-shadow: 1px 1px 2px rgba(0, 62, 101, 0.6); }
    .tile_array .tile p, .tile_array .tile h2, .tile_array .tile div {
      float: left;
      clear: both;
      width: 100%;
      color: white; }
      .tile_array .tile p a, .tile_array .tile h2 a, .tile_array .tile div a {
        color: white; }
        .tile_array .tile p a:hover, .tile_array .tile h2 a:hover, .tile_array .tile div a:hover {
          color: white; }
    .tile_array .tile p {
      -webkit-text-shadow: 1px 1px 2px rgba(0, 62, 101, 0.6);
      -moz-text-shadow: 1px 1px 2px rgba(0, 62, 101, 0.6);
      text-shadow: 1px 1px 2px rgba(0, 62, 101, 0.6); }
      .tile_array .tile p.tile-readmore {
        text-align: right;
        margin: .5rem 0;
        position: absolute;
        bottom: 0;
        padding-right: 1.5rem; }
        .tile_array .tile p.tile-readmore a.button {
          float: right;
          font-size: 87.5%;
          padding: .5rem .7rem; }
    .tile_array .tile h2 a:hover {
      -webkit-text-shadow: 1px 1px 4px rgba(0, 62, 101, 0.9);
      -moz-text-shadow: 1px 1px 4px rgba(0, 62, 101, 0.9);
      text-shadow: 1px 1px 4px rgba(0, 62, 101, 0.9); }
    .tile_array .tile .tile-thumb {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      position: absolute;
      overflow: hidden;
      z-index: 0; }
      .tile_array .tile .tile-thumb img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        width: 100%;
        z-index: 1; }
      .tile_array .tile .tile-thumb span {
        transition: all 0.4s ease;
        z-index: 2;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        opacity: 0.77; }
    .tile_array .tile .tile-content {
      line-height: 1.3;
      margin-bottom: 3.5em; }
    .tile_array .tile .entry-meta {
      color: white; }
      .tile_array .tile .entry-meta .article_pub {
        font-style: italic; }
    .tile_array .tile .tile-excerpt {
      transition: all 0.3s ease; }
    .tile_array .tile.minimal .tile-excerpt {
      opacity: 0; }
    .tile_array .tile:nth-child(4n+1) .tile-thumb span {
      background: transparent;
      /* For browsers that do not support gradients */
      /* For Safari 5.1 to 6.0 */
      /* For Opera 11.1 to 12.0 */
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(135deg, #dfc03c, #dc5340);
      /* Standard syntax */ }
    .tile_array .tile:nth-child(4n+2) .tile-thumb span {
      background: transparent;
      /* For browsers that do not support gradients */
      /* For Safari 5.1 to 6.0 */
      /* For Opera 11.1 to 12.0 */
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(135deg, #407b84, #666);
      /* Standard syntax */ }
    .tile_array .tile:nth-child(4n+3) .tile-thumb span {
      background: transparent;
      /* For browsers that do not support gradients */
      /* For Safari 5.1 to 6.0 */
      /* For Opera 11.1 to 12.0 */
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(135deg, #2c2881, #dc5340);
      /* Standard syntax */ }
    .tile_array .tile:nth-child(4n+4) .tile-thumb span {
      background: transparent;
      /* For browsers that do not support gradients */
      /* For Safari 5.1 to 6.0 */
      /* For Opera 11.1 to 12.0 */
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(135deg, #ce8126, #04304a);
      /* Standard syntax */ }
    .tile_array .tile:hover .tile-thumb span {
      opacity: 0.9; }
    .tile_array .tile:hover .tile-excerpt {
      opacity: 1 !important; }
  .tile_array .isotope, .tile_array .sq, .tile_array.sq {
    display: block !important; }
    .tile_array .isotope .tile .tile-thumb, .tile_array .sq .tile .tile-thumb, .tile_array.sq .tile .tile-thumb {
      position: relative;
      height: 0;
      padding-bottom: 66%; }
    .tile_array .isotope .tile .tile-content, .tile_array .sq .tile .tile-content, .tile_array.sq .tile .tile-content {
      position: absolute; }
  .tile_array .sq .tile .tile-thumb, .tile_array.sq .tile .tile-thumb {
    padding-bottom: 100%; }
  .tile_array#page_resources, .tile_array.page_resources {
    margin-bottom: 1.5rem; }
  .tile_array.span3 .tile {
    width: calc(100% / 3);
    flex-basis: calc(100% / 3); }

.filter-buttons,
.cat-buttons {
  font-size: 87.5%;
  float: left;
  width: 100%;
  margin: 1rem 0; }
  .filter-buttons button,
  .filter-buttons a.button,
  .cat-buttons button,
  .cat-buttons a.button {
    float: left;
    width: auto;
    margin: 0 .5rem .5rem 0;
    clear: none; }

/*-- team index
--------------------------------*/
.team_listing {
  display: flex;
  flex-wrap: wrap; }
  .team_listing .team_member {
    flex-direction: row;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid white; }
    .team_listing .team_member .member-thumb img {
      width: 100%; }
    .team_listing .team_member .member-info {
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 62, 101, 0.7);
      padding: 1.5rem 1.5rem .5rem;
      color: white; }
      .team_listing .team_member .member-info h3, .team_listing .team_member .member-info h4, .team_listing .team_member .member-info a {
        color: white; }
      .team_listing .team_member .member-info h3 {
        font-size: 137.5%;
        margin-bottom: .25rem; }
      .team_listing .team_member .member-info h4 {
        font-weight: 300;
        font-size: 100%;
        line-height: 1;
        min-height: 2em; }
      .team_listing .team_member .member-info .bio-links {
        text-align: right;
        font-size: 75%; }
        .team_listing .team_member .member-info .bio-links a {
          color: #e8e8e8;
          font-weight: 400; }
    .team_listing .team_member .brief-bio {
      color: #003E65;
      background: rgba(255, 255, 255, 0.9);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      transform: translateY(100%); }
      .team_listing .team_member .brief-bio .brief-bio__content {
        height: 100%;
        padding: 1rem;
        overflow: scroll; }
      .team_listing .team_member .brief-bio .bio-more {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: .5rem 1rem;
        background: white;
        width: 100%;
        font-size: 87.5%; }
      .team_listing .team_member .brief-bio .bio-close {
        display: inline-block;
        cursor: pointer;
        float: right; }
        .team_listing .team_member .brief-bio .bio-close:hover {
          color: #e89640; }
      .team_listing .team_member .brief-bio.viz {
        transform: translateY(0);
        opacity: 1; }

/*-- bio pages
--------------------------------*/
body.single-team-member .headshot {
  float: left;
  width: 31.54639%;
  margin-right: 2.68041%; }
  body.single-team-member .headshot img {
    width: 100%;
    height: auto; }

.article-listing {
  width: 100%;
  float: left;
  margin-top: 1.5rem; }
  .article-listing h2 {
    margin: 1rem 0; }
  .article-listing .article-single {
    width: 100%;
    float: left;
    border-bottom: 1px dotted #666;
    padding: 1.5rem 0; }
    .article-listing .article-single:first-of-type {
      border-top: 1px dotted #666; }
    .article-listing .article-single .article_type {
      color: #999;
      font-size: 75%;
      font-weight: 300;
      text-transform: uppercase; }
    .article-listing .article-single .article_title {
      font-size: 150%;
      font-weight: normal !important; }
    .article-listing .article-single .article_image img {
      margin: 0 !important; }
    .article-listing .article-single .article_meta {
      font-size: 87.5%;
      color: #666; }
      .article-listing .article-single .article_meta .article_meta__presentation_host {
        font-style: italic; }
      .article-listing .article-single .article_meta .article_meta__publication_s {
        font-style: italic; }
      .article-listing .article-single .article_meta .article_meta__article_publication {
        font-style: italic; }
      .article-listing .article-single .article_meta .article_meta__date {
        font-size: 12px;
        font-weight: 300; }

ul.related-team-members {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2rem; }

/*-- publication listing
--------------------------------*/
ul.publication-categories {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  color: #003E65;
  -moz-column-gap: 2.68041%;
  -o-column-gap: 2.68041%;
  column-gap: 2.68041%;
  -moz-column-rule: none;
  -o-column-rule: none;
  column-rule: none; }
  ul.publication-categories a {
    text-decoration: none; }
  ul.publication-categories li {
    font-size: 150%;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid; }
    ul.publication-categories li ul {
      color: #3C7B85;
      list-style: square; }
      ul.publication-categories li ul li {
        font-size: 67.5%; }
  ul.publication-categories li, ul.publication-categories p, ul.publication-categories h1, ul.publication-categories h2, ul.publication-categories h3, ul.publication-categories h4, ul.publication-categories h5, ul.publication-categories .signup-cta .gform_description, .signup-cta ul.publication-categories .gform_description, ul.publication-categories h6 {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid; }
  @media screen and (max-width: 540px) {
    ul.publication-categories {
      -moz-column-count: 1;
      -o-column-count: 1;
      column-count: 1; } }
  @media screen and (min-width: 541px) {
    ul.publication-categories {
      -moz-column-count: 2;
      -o-column-count: 2;
      column-count: 2; } }
  @media screen and (min-width: 711px) {
    ul.publication-categories {
      -moz-column-count: 2;
      -o-column-count: 2;
      column-count: 2; } }
/* =load more
--------------------------------------------------------------------*/
.hide-list .post:nth-child(n+6) {
  display: none; }

.loadmore-button {
  transition: all 0.2s ease;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 1.12rem;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 1em;
  border: 1px solid #ccc;
  border-width: 1px 0;
  color: #003E65; }
  .loadmore-button:hover {
    background: #668ba2;
    color: white; }

/* =media queries
--------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  #bottom #footcols .footcol {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #2c5a62;
    padding: 1rem 0; }
    #bottom #footcols .footcol:last-child {
      border: 0; }
  .index .entry-thumb {
    display: none; }
  .index .entry-content {
    width: 100% !important; }
    .index .entry-content a {
      transition: all 0.2s ease;
      border-radius: 3px;
      text-align: center;
      margin: 0 0 .5rem 0;
      width: auto;
      display: inline-block;
      clear: both;
      padding: .5rem 1rem;
      font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
      font-weight: 400;
      text-decoration: none;
      background: #668ba2;
      color: white !important;
      border: 1px solid #668ba2;
      cursor: pointer; }
      .index .entry-content a:hover, .index .entry-content a.active {
        background: #e89640;
        border-color: #e89640; } }

@media screen and (min-width: 481px) and (max-width: 970px) {
  #bottom #footcols {
    display: flex;
    flex-wrap: wrap; }
    #bottom #footcols .footcol {
      flex-direction: row;
      width: 50%; }
      #bottom #footcols .footcol#fc-flex {
        width: 100%;
        clear: both;
        padding: .5rem 0 1.5rem;
        border: 0;
        border-bottom: 1px solid #2c5a62;
        margin-bottom: 1rem; }
      #bottom #footcols .footcol:nth-child(2) {
        padding-left: 0; }
  .tile_array .tile {
    width: 100%; }
    .tile_array .tile .tile-thumb {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      padding: 0; }
    .tile_array .tile .tile-content {
      position: relative; } }

@media screen and (max-width: 600px) {
  .tile_array .tile {
    width: 100%; }
    .tile_array .tile h2 {
      font-size: 150%; }
    .tile_array .tile p {
      font-size: 93.75%; }
    .tile_array .tile .tile-content {
      padding: 5%; }
  .tile_array .sq .tile .tile-thumb, .tile_array.sq .tile .tile-thumb {
    padding: 0;
    position: absolute;
    height: 100%; }
  .tile_array .sq .tile .tile-content, .tile_array.sq .tile .tile-content {
    position: relative; }
  .do {
    display: none; }
  .team_listing .team_member {
    width: 50%; }
    .team_listing .team_member .brief-bio {
      display: none; }
    .team_listing .team_member:nth-of-type(odd) {
      border-right: 1px solid white; }
  body.single-team-member .headshot {
    width: 31.54639%;
    float: right;
    margin: 0 0 1rem 2.68041%; }
  .post_links span {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: .5rem; }
  .index .entry-content, .index .entry-thumb {
    width: 100%;
    clear: both; }
  .index .entry-thumb {
    margin: .5rem 0; }
    .index .entry-thumb a {
      height: 0;
      padding-top: 50%;
      overflow: hidden; }
      .index .entry-thumb a img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0); }
  .highlight-container {
    flex-wrap: wrap; }
  .highlight {
    width: 100%; }
  .program-header {
    aspect-ratio: 3/1; } }

@media screen and (min-width: 601px) {
  #bottom #footcols {
    display: flex; }
    #bottom #footcols .footcol {
      flex-direction: row; }
  .banner {
    font-size: 125%; }
  .tile_array .contain,
  .tile_array .aligncenter {
    display: flex;
    flex-wrap: wrap; }
  .tile_array .tile {
    width: 50%;
    flex-direction: row; }
    .tile_array .tile h2 {
      font-size: 135%; }
    .tile_array .tile p {
      font-size: 75%; }
    .tile_array .tile .tile-content {
      padding: 1.25rem; }
  .tile_array#page_resources .tile, .tile_array.page_resources .tile {
    font-size: 87.5%;
    width: calc( 100% / 3);
    flex-basis: calc( 100% / 3); }
  body.page-id-12597 .tile_array#page_topics .tile,
  body.page-id-15835 .tile_array#page_topics .tile {
    font-size: 87.5%;
    width: calc( 100% / 3);
    flex-basis: calc( 100% / 3); }
  .team_listing .team_member {
    width: 33.3%;
    border-right: 1px solid white; }
    .team_listing .team_member:nth-of-type(3n+3) {
      border-right: none; }
    .team_listing .team_member .do, .team_listing .team_member .brief-bio {
      display: none; }
  .index .entry-content,
  .index .entry-header {
    width: 74.3299%;
    float: right; }
    .index .entry-content.nothumb,
    .index .entry-header.nothumb {
      width: 100%;
      float: left; }
  .index .entry-thumb {
    width: 22.98969%; }
    .index .entry-thumb a, .index .entry-thumb a img {
      position: relative; }
  .program-header {
    aspect-ratio: 4/1; } }

@media screen and (min-width: 601px) and (max-width: 770px) {
  body {
    font-size: 87.5%; }
  .tile_array .tile .tile-excerpt {
    display: none; } }

@media screen and (max-width: 840px) {
  body {
    font-size: 1rem;
    width: 100%; }
  #branding #logo {
    padding: 0;
    width: 31.54639%;
    float: left; }
    #branding #logo a {
      display: block;
      text-indent: 1111%;
      white-space: nowrap;
      overflow: hidden;
      height: 0;
      padding-bottom: 45%;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
  .signup-cta {
    padding: .5rem .5rem 0; }
  /*-- main nav
	--------------------------------*/
  #navmain {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    transform: translateX(100%);
    transition: all 0.3s ease;
    background-color: white;
    z-index: 999999;
    width: 100%;
    max-width: 300px;
    margin: 0;
    padding: 0 0 30px;
    overflow: hidden;
    font-size: 125%;
    -webkit-overflow-scrolling: touch; }
    #navmain .menu-main-menu-container {
      position: absolute;
      height: 100%;
      overflow: scroll;
      padding-bottom: 2rem;
      width: 100%;
      padding: 50px 30px 30px; }
    #navmain ul.menu {
      width: 100%;
      text-align: left; }
      #navmain ul.menu li {
        width: 100%; }
        #navmain ul.menu li a {
          display: block;
          padding: 0.25rem 2.68041%; }
        #navmain ul.menu li ul {
          font-size: 75%;
          padding-left: .75rem;
          transition: all 0.3s ease;
          overflow: hidden; }
          #navmain ul.menu li ul li a {
            text-transform: none;
            color: #3C7B85; }
            #navmain ul.menu li ul li a:hover {
              text-decoration: underline; }
          #navmain ul.menu li ul li ul li {
            width: auto;
            padding: 0 .5rem;
            display: inline-block; }
        #navmain ul.menu li.open > a {
          color: #e89640; }
        #navmain ul.menu li.open > ul {
          max-height: 1000rem;
          opacity: 1;
          padding-bottom: 1rem; }
        #navmain ul.menu li:hover a {
          background: transparent; }
        #navmain ul.menu li.current_page_item a, #navmain ul.menu li.current-page-ancestor a, #navmain ul.menu li.current_page_parent a {
          color: #e89640; }
    #navmain.viz {
      transform: translateX(0);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
      opacity: 1; }
  #slide-trigger,
  .closex {
    display: block; }
  .no-js #slide-trigger {
    display: none; }
  .no-js .menu-main-menu-container {
    display: block; }
  .no-js .menu-main-menu-container ul li {
    float: none; }
  #footnav ul {
    float: left; }
  #footsearch {
    margin-bottom: 1rem; }
  input[type='text'],
  textarea,
  select {
    width: 95%; }
  .team_listing .team_member .member-info {
    font-size: 93.75%;
    padding: .75rem .75rem .5rem; } }

@media screen and (min-width: 841px) {
  #branding {
    padding: .75rem 0; }
    #branding #logo {
      height: 90px;
      width: 20%; }
  #navmain {
    clear: none;
    width: auto;
    right: 0;
    left: auto;
    float: right;
    text-align: right;
    font-size: 80%; }
    #navmain #menuheader {
      display: none; }
    #navmain ul {
      padding: .5rem 0 0 0; }
      #navmain ul > li {
        display: inline-block;
        border-left: 1px solid #666;
        padding: 0 .5rem;
        float: left; }
        #navmain ul > li a {
          padding: 2.5rem 0.4rem 1rem;
          border-bottom: 4px solid white; }
        #navmain ul > li ul {
          background: white;
          font-size: 87.5%;
          min-width: 10rem;
          visibility: hidden;
          opacity: 0;
          top: 100%;
          text-align: left;
          position: absolute;
          left: 0;
          z-index: 19999;
          transition: all 0.2s ease; }
          #navmain ul > li ul li {
            width: 100%;
            padding: 0;
            border: none;
            border-bottom: 1px dotted #ccc; }
            #navmain ul > li ul li > a {
              line-height: 0;
              padding: .6rem;
              height: auto;
              color: #3C7B85;
              border: none; }
            #navmain ul > li ul li ul {
              font-size: 87.5%;
              left: 100%;
              margin-left: 0;
              top: 0; }
              #navmain ul > li ul li ul li a {
                font-weight: 400; }
              #navmain ul > li ul li ul:before {
                display: none; }
            #navmain ul > li ul li:last-child {
              border-right: 0; }
            #navmain ul > li ul li:hover > a {
              color: #e89640 !important; }
        #navmain ul > li.current_page_item a, #navmain ul > li.current-page-ancestor a, #navmain ul > li.current_page_parent a {
          border-bottom-color: #e89640; }
        #navmain ul > li:hover a {
          border-bottom-color: #e89640; }
        #navmain ul > li:hover > ul {
          visibility: visible;
          opacity: 1; }
          #navmain ul > li:hover > ul li a {
            line-height: 1;
            height: auto; }
        #navmain ul > li:last-child {
          border-right: 1px solid #666; }
          #navmain ul > li:last-child > ul {
            left: auto;
            right: 0;
            min-width: 12rem; }
        #navmain ul > li.mo {
          display: none; }
  #slide-trigger {
    display: none; }
  .menu-main-menu-container {
    display: block; }
  .tile_array .tile h2 {
    font-size: 150%; }
  .tile_array .tile p {
    font-size: 93.75%; }
  .team_listing .team_member .do {
    display: inline; }
  .team_listing .team_member .brief-bio {
    display: block;
    font-size: 75%; }
  .tile_array#page_resources .tile, .tile_array.page_resources .tile {
    font-size: 100%; }
  .index .entry-content,
  .index .entry-header {
    width: 65.7732%; }
  .index .entry-thumb {
    width: 31.54639%; }
  .overlay-banner .banner-content {
    flex-wrap: nowrap;
    align-items: center; }
  .overlay-banner .banner-text {
    padding-right: 1rem; }
    .overlay-banner .banner-text a {
      color: white; }
  .program-header {
    aspect-ratio: 6/1; } }

@media screen and (min-width: 1100px) {
  #navmain {
    font-size: 87.5%; }
  #content {
    margin: 0 auto; }
  .tile_array .tile h2 {
    font-size: 175%; }
  .tile_array .tile p {
    font-size: 100%; }
  .team_listing .team_member .brief-bio {
    font-size: 93.75%; } }

@media screen and (min-width: 1201px) {
  #navmain {
    font-size: 100%; }
    #navmain ul > li:last-child > ul {
      left: auto;
      right: 0;
      min-width: 12rem; }
    #navmain ul > li.mo {
      display: none; } }

@media print {
  /* =============================================================================
	   Print Styles
	   ========================================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  body {
    font-size: 11pt; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, block quote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  #branding {
    position: relative !important;
    padding: 1rem 0; }
    #branding #logo {
      width: 2in; }
      #branding #logo a {
        text-indent: 0; }
        #branding #logo a img {
          width: 100%; }
  #primary {
    float: left;
    padding: 0; }
  #shim {
    height: 0 !important; }
  nav, #navmain,
  .sharing-module,
  .signup-cta,
  .post_links,
  #footcols {
    display: none; }
  h2, h3 {
    page-break-after: avoid; }
  article {
    page-break-before: always; }
  ul, img {
    page-break-inside: avoid; } }
/*# sourceMappingURL=global.css.map */