@charset "UTF-8";
/*------------------------------------*    $VARIABLES
\*------------------------------------*/
.wrapper, .wrapper--small, .input--inline, .wrapper--internal, .topNav__list, .mediaSection, .marketingCallout, .marketingCallout__module, .articlePreview__list, .newsroomNews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .wrapper, .wrapper--small, .input--inline, .wrapper--internal, .topNav__list, .mediaSection, .marketingCallout, .marketingCallout__module, .articlePreview__list, .newsroomNews {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.form--centered, .introSummary__module, .introSummary__module--subpage, .memberOption__subsection, .horiz__list ul li, .bio__list--item, .wrapper--internal .column, .mediaSection__text,
.mediaSection__media, .marketingCallout__module, .articlePreview__module, .footerNav__column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.flex--wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.hidden {
  display: none; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
          transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5; }

.alert-box.radius {
  border-radius: 3px; }

.alert-box.round {
  border-radius: 1000px; }

.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF; }

.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF; }

.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f; }

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF; }

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f; }

.alert-box.alert-close {
  opacity: 0; }

.validation-summary-errors {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
          transition: opacity 300ms ease-out;
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF; }

.tooltip-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
          transition: opacity 300ms ease-out;
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f; }

* {
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  background-color: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: normal;
  color: #333333; }

.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

@media (max-width: 768px) {
  img {
    width: 100%; } }

hr {
  width: 100%;
  height: 1px;
  margin: 1em 0;
  display: block;
  background-color: #e3dfce;
  border: none; }

::-moz-selection {
  color: inherit;
  background: rgba(118, 148, 188, 0.2);
  text-shadow: none; }

::selection {
  color: inherit;
  background: rgba(118, 148, 188, 0.2);
  text-shadow: none; }

::-moz-selection {
  color: inherit;
  background: rgba(118, 148, 188, 0.2);
  text-shadow: none; }

.wrapper, .wrapper--small {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 980px) {
    .wrapper, .wrapper--small {
      width: 95%; } }
  @media screen and (max-width: 500px) {
    .wrapper, .wrapper--small {
      padding: 0 16px;
      text-align: center;
      width: 95%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.wrapper--section {
  padding: 32px 0; }
  @media (min-width: 41.25em) {
    .wrapper--section {
      padding: 64px 0; } }
  .wrapper--section + .wrapper--section {
    padding-top: 0; }

.wrapper--small {
  margin: 0 auto;
  padding: 16px; }

.l--masthead {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.l--footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.l--half, .articlePreview__module {
  width: 50%; }

.l--third {
  min-width: 250px; }
  @media screen and (min-width: 41.25em) {
    .l--third {
      width: 33.333%; } }

.l--fourth {
  width: 25%; }

.l--sideBar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }
  @media (min-width: 41.25em) {
    .l--sideBar {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 200px;
          -ms-flex: 0 0 200px;
              flex: 0 0 200px;
      width: 200px;
      margin-right: 4em; } }

@media (min-width: 41.25em) {
  .twocolumnpage.sidebar-fixed .l--sideBar {
    top: 64px;
    position: fixed; }
  .twocolumnpage.sidebar-fixed .textContent, .twocolumnpage.sidebar-fixed .textContent--centered {
    margin-left: 264px; } }

@media (min-width: 41.25em) {
  .twocolumnpage.sidebar-bottom-sticky .l--sideBar {
    position: absolute;
    bottom: 64px;
    left: 0; }
  .twocolumnpage.sidebar-bottom-sticky .textContent, .twocolumnpage.sidebar-bottom-sticky .textContent--centered {
    margin-left: 264px; } }

.twocolumnpage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative; }
  @media screen and (min-width: 650px) {
    .twocolumnpage {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.textContent, .textContent--centered {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 50em;
  -webkit-transition: none;
          transition: none; }

.textContent--centered {
  margin: 0 auto; }
  @media (max-width: 768px) {
    .textContent--centered {
      padding-left: 20px;
      padding-right: 20px; } }

@media (max-width: 768px) {
  .largeOnly {
    display: none; } }

.button, .button--primary, .button--secondary, input[type="submit"] {
  border: none;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
  line-height: 1;
  background: transparent;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-align: center;
  box-shadow: 0 2px rgba(84, 84, 84, 0.4);
  padding: 0.7em 1em;
  color: #fafafa;
  text-shadow: 0 1px rgba(84, 84, 84, 0.4);
  cursor: pointer;
  margin-bottom: 1em; }
  .button:hover,
  .button--primary:hover,
  .button--secondary:hover,
  input[type="submit"]:hover,
  .button:focus,
  .button--primary:focus,
  .button--secondary:focus,
  input[type="submit"]:focus,
  .button:active, .button--primary:active, .button--secondary:active, input[type="submit"]:active {
    background-color: #547aab; }
  .button:last-child, .button--primary:last-child, .button--secondary:last-child, input[type="submit"]:last-child {
    margin-bottom: 0; }
  .button a, .button--primary a, .button--secondary a, input[type="submit"] a {
    color: #fff;
    display: block; }
    .button a:hover,
    .button--primary a:hover,
    .button--secondary a:hover,
    input[type="submit"] a:hover,
    .button a:focus,
    .button--primary a:focus,
    .button--secondary a:focus,
    input[type="submit"] a:focus,
    .button a:active, .button--primary a:active, .button--secondary a:active, input[type="submit"] a:active {
      color: #fafafa; }
  @media screen and (max-width: 500px) {
    .button, .button--primary, .button--secondary, input[type="submit"] {
      display: block;
      width: 100%; } }

button.button--primary a {
  color: red !important; }

.button--full {
  width: 100%; }

.button {
  color: #fff !important;
  background-color: #7694bc; }

.button--primary {
  color: #fff !important;
  background-color: #7694bc; }

.button--secondary {
  color: #fff !important;
  background-color: #c8bf9d; }
  .button--secondary:hover,
  .button--secondary:focus,
  .button--secondary:active {
    background-color: #b6a97c; }

.button__center {
  margin: 30px auto 0 auto; }

.saveAs--tooltip {
  position: relative; }
  .saveAs--tooltip:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    top: .25em;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border: solid transparent 1em;
    border-top-color: #7694bc;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none; }
  .saveAs--tooltip:after {
    content: 'Right-Click "Save Link As"';
    position: absolute;
    z-index: 120;
    top: -1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: .75em;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    white-space: nowrap;
    text-transform: none;
    text-shadow: none;
    background-color: #7694bc;
    padding: .5em;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none; }
  .saveAs--tooltip:hover:before {
    top: -.75em;
    opacity: 1;
    filter: alpha(opacity=100); }
  .saveAs--tooltip:hover:after {
    top: -2.5em;
    opacity: 1;
    filter: alpha(opacity=100); }

.upload_helpers .button {
  background-image: none;
  background-color: #7694bc;
  color: #fafafa;
  height: auto; }
  .upload_helpers .button span {
    background-image: none;
    color: #fff;
    text-shadow: none;
    font-size: 13px;
    height: auto; }

.icon, .input--inline__icon {
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
  width: 16px;
  height: 16px; }
  a .icon, a .input--inline__icon {
    fill: #7694bc; }
    a .icon:hover,
    a .input--inline__icon:hover,
    a .icon:focus,
    a .input--inline__icon:focus,
    a .icon:active, a .input--inline__icon:active {
      fill: #324967; }

a {
  text-decoration: none;
  color: #7694bc;
  cursor: pointer; }
  a:hover,
  a:focus,
  a:active {
    color: #324967; }
  img a {
    opacity: .8; }
    img a:hover,
    img a:focus,
    img a:active {
      opacity: 1; }
  .coverImage--dark a:hover,
  .marketingCallout a:hover,
  .centeredCallout a:hover,
  .coverImage--dark a:focus,
  .marketingCallout a:focus,
  .centeredCallout a:focus,
  .coverImage--dark a:active, .marketingCallout a:active, .centeredCallout a:active {
    color: #dde4ee; }

li {
  list-style-type: none; }

.bullet--list li {
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 1em; }
  .bullet--list li:before {
    content: "• ";
    font-size: .75em; }

.bullet--list .detail--emphasis, .bullet--list .detail--emphasis--blue {
  text-align: left;
  margin-left: 1em;
  margin-bottom: .5em; }

.list__products {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 16px; }
  .list__products span.number {
    display: none; }
  .list__products li {
    margin-left: 30px;
    list-style-type: decimal; }

.flexList {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }
  .flexList li {
    display: inline-block;
    width: 100%;
    padding: .25em 0; }
    .flexList li:before {
      content: "• ";
      font-size: .75em; }
  @media (max-width: 768px) {
    .flexList {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (max-width: 500px) {
    .flexList {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

.flexList--gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .flexList--gallery li {
    display: block;
    width: 33%;
    padding: .5em;
    text-align: center; }
    .flexList--gallery li img {
      display: block;
      margin: 0 auto;
      max-width: 80%;
      height: auto; }
    @media (max-width: 768px) {
      .flexList--gallery li {
        width: 50%; } }
    @media (max-width: 500px) {
      .flexList--gallery li {
        width: 100%; } }

.scale--1, h1, .wysiwyg h1, .header--subpage__heading, .header--subpage__heading_brown, .section__heading, .section--center .setion__heading--small, .trendingItems__heading, .mediaSection__heading, .marketingCallout__heading, .newsroom__heading {
  font-size: 2.188em;
  font-family: PT Sans, Helvetica, Arial, sans-serif;
  color: #7694bc;
  font-weight: 800;
  text-transform: uppercase; }

.scale--2, h2, .wysiwyg h2 {
  font-size: 2.074em;
  font-family: PT Sans, Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 500; }

.scale--3, h3, .wysiwyg h3, .introSummary__module--subpage .introSummary__heading, .gallery__heading, .marketingCallout__module--heading {
  font-size: 1.728em;
  font-family: PT Sans, Helvetica, Arial, sans-serif;
  color: #545454;
  font-weight: 500; }

.scale--4, h4, .wysiwyg h4, .section__subheading, .newsroom__subheading, .introSummary__module--subpage .introSummary__paragraph {
  font-size: 1em;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 500; }

.scale--5, .button, .button--primary, .button--secondary, input[type="submit"], h5, .wysiwyg h5, .footerNav__heading, .sideBar__heading, .section__link, .introSummary__link, .introSummary__link--small, .trendingItems--multi__row .trendingItems__module .trendingItems__link--small {
  font-size: 1em;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 800; }

.scale--6, h6, .wysiwyg h6, .input__label, label, .gallery__label, .topNav__item, .topNav__mobileButton {
  font-size: 0.79rem;
  font-family: PT Sans, Helvetica, Arial, sans-serif;
  color: #787878;
  font-weight: 500;
  text-transform: uppercase; }

.scale--7 {
  font-size: 0.549em;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: #787878;
  font-weight: 500; }

p {
  margin-bottom: 1em;
  line-height: 1.6; }

.scale--1, h1, .wysiwyg h1, .header--subpage__heading, .header--subpage__heading_brown, .section__heading, .section--center .setion__heading--small, .trendingItems__heading, .mediaSection__heading, .marketingCallout__heading, .newsroom__heading {
  letter-spacing: 3px; }

h2 {
  font-weight: 800;
  margin-bottom: .5em;
  color: #4a4545; }

/* Blockquote */
blockquote {
  font-style: italic;
  border-left: 1px solid #787878;
  color: #787878;
  padding-left: 16px;
  margin-bottom: 16px; }

abbr {
  border-bottom: 1px dotted #787878;
  cursor: help; }

.wysiwyg .flex--wrap {
  width: 100%;
  padding: 0; }

.wysiwyg .wrapper--section {
  padding: 0; }

.wysiwyg .background--cube, .wysiwyg .searchForm, .wysiwyg .background--triangle, .wysiwyg .home__keynotes {
  padding: 1em !important; }

.wysiwyg h2 {
  font-weight: 800;
  margin-bottom: .5em;
  color: #4a4545; }

.wysiwyg li {
  padding-left: 1em;
  margin-bottom: 0.25em; }
  .wysiwyg li:before {
    content: '\2022';
    display: inline-block;
    margin-left: -1em;
    width: 1em; }

.wysiwyg ul {
  margin-bottom: 1em; }

.wysiwyg header {
  margin-bottom: 1em; }

.wysiwyg hr {
  width: 50%;
  border: 0;
  border-bottom: 1px solid #ededed;
  margin: 2em auto; }

.wysiwyg h5 {
  color: #c8bf9d; }

.wysiwyg .introSummary__module--subpage {
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    .wysiwyg .introSummary__module--subpage {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1em;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
      .wysiwyg .introSummary__module--subpage:last-child {
        margin-right: auto; } }

.detail--emphasis, .detail--emphasis--blue {
  color: #c8bf9d;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: .5em; }

.detail--emphasis--blue {
  color: #7694bc; }

table {
  background: #fafafa;
  border: solid 1px #ededed;
  border-width: 1px 0;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #787878;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #ededed; }
  table thead tr th,
  table tr th,
  table thead tr td {
    color: #333333;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 1.25rem 0.625rem 1rem; }
  table tfoot {
    background: #ededed; }
  table tr th,
  table tfoot tr th,
  table tfoot tr td {
    color: #333333;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table tr th,
  table tr td {
    color: #333333;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left;
    border-bottom: 1px solid #ededed; }
  table tr.even,
  table tr.alt,
  table tr:nth-of-type(even) {
    background: #fafafa; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }
  table .table--checkbox {
    text-align: center; }

input:focus,
textarea:focus {
  outline: 0; }

.input--default, .input--full, input[type=text],
input[type=search],
input[type=url],
input[type=number],
input[type=password],
textarea, .input--split select, .input--split input {
  background: white;
  padding: 0.5em 0.65rem;
  font-size: 1em; }
  .input--default *, .input--full *, input[type=text] *,
  input[type=search] *,
  input[type=url] *,
  input[type=number] *,
  input[type=password] *,
  textarea *, .input--split select *, .input--split input * {
    border: 0; }
    .input--default *:focus, .input--full *:focus, input[type=text] *:focus,
    input[type=search] *:focus,
    input[type=url] *:focus,
    input[type=number] *:focus,
    input[type=password] *:focus,
    textarea *:focus, .input--split select *:focus, .input--split input *:focus {
      outline: 0; }

.input__label, label {
  letter-spacing: 1px;
  color: #333333; }

.label--hidden {
  display: none; }

.form--header {
  margin-bottom: 1em; }

.input--inline {
  padding: 1em 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  flex-display: row;
  border: 1px solid #ededed;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.form--full {
  width: 100%; }

.form__group {
  margin-bottom: 1em;
  display: block; }
  .form__group .form__group {
    width: 100%;
    padding: 0 2em; }
  .form__group .form--inline {
    margin-top: 2em; }

.form__group--inline {
  display: inline-block;
  width: 100%; }
  .form__group--inline > * {
    float: left;
    margin: 0 1em 0.5em 0; }

.form--inline label {
  width: 200px;
  text-align: right;
  margin-right: 20px;
  line-height: 1.3em;
  margin-top: 0.75em; }

.form--inline .form__group {
  margin-bottom: 0; }

.form--inline input[type=text],
.form--inline input[type=search],
.form--inline input[type=url],
.form--inline input[type=number],
.form--inline input[type=password],
.form--inline textarea {
  width: 100%; }

@media screen and (min-width: 768px) {
  .form--inline input[type=text],
  .form--inline input[type=search],
  .form--inline input[type=url],
  .form--inline input[type=number],
  .form--inline input[type=password],
  .form--inline textarea {
    width: 400px;
    margin-right: 10px; } }

.form--inline .form__group--perc input[type=text] {
  width: 100px !important; }

.form--inline .form__group--perc label {
  width: 400px;
  text-align: left; }

.input--inline .input--inline__input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80%;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .input--inline .input--inline__input {
      width: 93%; } }

.input--inline__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1em; }

.wrapper--loginPage {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.form--centered {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 32px;
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 3px rgba(0, 0, 0, 0.6);
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

input::-webkit-input-placeholder,
::-webkit-input-placeholder {
  font-family: Georgia, "times new roman", Helvetica, Arial, serif;
  font-style: italic;
  text-transform: none;
  font-size: .825em;
  line-height: 1.5em; }

input::-moz-placeholder,
::-moz-placeholder {
  font-family: Georgia, "times new roman", Helvetica, Arial, serif;
  font-style: italic;
  text-transform: none;
  font-size: .825em;
  line-height: 1.5em; }

input:-ms-input-placeholder,
:-ms-input-placeholder {
  font-family: Georgia, "times new roman", Helvetica, Arial, serif;
  font-style: italic;
  text-transform: none;
  font-size: .825em;
  line-height: 1.5em; }

input::placeholder,
::placeholder {
  font-family: Georgia, "times new roman", Helvetica, Arial, serif;
  font-style: italic;
  text-transform: none;
  font-size: .825em;
  line-height: 1.5em; }

@media (min-width: 1100px) {
  .topNav__item--search {
    margin-left: 3em; } }

.masthead__search {
  position: relative; }
  .masthead__search .input__search {
    margin-bottom: 0;
    padding-right: 40px;
    width: 11em; }
    @media screen and (min-width: 768px) {
      .masthead__search .input__search {
        width: 12em; } }
  .masthead__search .button__close {
    border: none;
    background: none;
    right: 10px;
    top: 8px;
    position: absolute;
    z-index: 111; }
    .masthead__search .button__close:hover {
      cursor: pointer; }

.searchBox.wrapper--small {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  -webkit-transition: none;
          transition: none; }
  .searchBox.wrapper--small:after {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    border-bottom: 20px solid #e3dfce;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: none; }

.searchBox--form {
  background-color: #e3dfce;
  padding: 20px; }
  .searchBox--form .form--controls {
    display: inline-block; }
  .searchBox--form button {
    background-color: transparent;
    border: none;
    margin: 0 5px;
    cursor: pointer; }
  .searchBox--form .form__input {
    width: 50%; }
    .searchBox--form .form__input label {
      margin-right: 10px; }
  .searchBox--form .form__radio {
    width: 30%;
    min-width: 320px; }
  .searchBox--form .form__buttons {
    min-width: 70px;
    float: right; }

.input__search {
  font-size: 14px;
  font-family: Georgia, "times new roman", Helvetica, Arial, serif;
  font-style: italic;
  background: none;
  padding: 10px 10px 10px 15px;
  border: 2px solid #ccc; }

/*------------------------------------*    $FORMS
\*------------------------------------*/
form ol, form ul {
  list-style: none;
  margin-left: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

label {
  display: block;
  padding-bottom: 0.5em; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0 1px 0; }

input,
textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 0.5em 0.65rem; }

.input--full {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50em;
  margin: 0 auto 2em auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .input--full button {
    background: none;
    position: absolute;
    top: 50%;
    right: 1.5em;
    margin-top: -8px;
    cursor: pointer; }
    .input--full button img {
      margin: 0 0 0 1em; }

input[type=text],
input[type=search],
input[type=url],
input[type=number],
input[type=password],
textarea {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-appearance: none; }

.button, input[type="submit"] {
  background: #7694bc;
  color: #fff; }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 1em;
  margin-bottom: 0.5em; }

.radio,
.checkbox {
  width: 100%;
  display: inline-block; }
  .radio label,
  .checkbox label {
    padding-left: 1.5em;
    padding-bottom: 0;
    margin: 0 0 0.75em; }
  .radio input,
  .checkbox input {
    display: inline;
    margin: 0.125em 0.5em 0 0;
    float: left; }

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.help-block {
  font-size: 0.83em;
  color: #787878; }

.field-container {
  margin-bottom: 1em; }

.inline-form fieldset, .inline-form .inline-container {
  position: relative; }

.inline-form input[type=submit], .inline-form button, .inline-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: auto; }
  .inline-form input[type=submit]:hover, .inline-form input[type=submit]:focus, .inline-form button:hover, .inline-form button:focus, .inline-form .btn:hover, .inline-form .btn:focus {
    background: #787878;
    color: #fafafa; }

/* Validation */
.input-validation-error {
  border-color: #f00; }

.is-valid {
  border-color: #089e00; }

.error__message {
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin: 1em 0 2em;
  color: #f00;
  background: #ffe0e0;
  border: 1px solid #f00; }

/*------------------------------------*    $SPECIFIC FORMS
\*------------------------------------*/
/* Search Form */
.search-field {
  padding-right: 3em; }

.inline-form .search-submit {
  background: none;
  padding: 0.78em 1em;
  border: 0;
  border-left: 1px solid #787878;
  color: #787878; }

label.question_header {
  font-weight: 600;
  text-align: left;
  width: 100%; }

.person_header.form__group--inline,
.person_container.form__group--inline {
  margin-top: 10px;
  margin-bottom: 0; }
  .person_header.form__group--inline > *,
  .person_container.form__group--inline > * {
    width: 100%; }
  @media screen and (min-width: 980px) {
    .person_header.form__group--inline > *,
    .person_container.form__group--inline > * {
      float: left;
      margin: 0 0.5em 0.5em 0;
      width: 18.5%; }
    .person_header.form__group--inline .person_salutation,
    .person_container.form__group--inline .person_salutation {
      width: 10%; } }

.person_container.form__group--inline .person_role {
  font-size: 13px; }

.input--split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .input--split select, .input--split input {
    width: 100%;
    height: 3em;
    padding: .5em;
    display: block;
    border: 2px solid #ededed; }
  .input--split label {
    text-align: left; }
  .input--split .input--split__half {
    width: 50%; }
  .input--split .input--split__large {
    width: 70%; }
  .input--split .input--split__small {
    width: 30%; }
  .input--split .input--split__half:first-child, .input--split .input--split__large:first-child, .input--split .input--split__small:first-child {
    margin-right: 1em; }
  @media (max-width: 500px) {
    .input--split {
      display: block; }
      .input--split .input--split__half, .input--split .input--split__large, .input--split .input--split__small {
        width: 100%; }
        .input--split .input--split__half:first-child, .input--split .input--split__large:first-child, .input--split .input--split__small:first-child {
          margin-right: 0;
          margin-bottom: 1em; } }

.header--subpage {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1200px;
  margin: 0 auto 0 auto;
  width: 100%;
  background-color: #FCFCFC;
  background-image: -webkit-linear-gradient(white, #FCFCFC);
  background-image: linear-gradient(white, #FCFCFC);
  position: relative;
  padding-top: 1em; }

.header--homepage {
  display: block;
  position: relative; }

.header--homepage__image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }

.header--subpage {
  background-size: cover;
  background-image: url("../images/landing-header.jpg"); }
  @media (min-width: 768px) {
    .header--subpage {
      min-height: 600px; } }
  .header--subpage p {
    margin-bottom: 0; }

.header--flush {
  margin-bottom: 0; }

.header--colorBar:before {
  content: '';
  display: block;
  background: url("../images/color-bar.jpg");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px; }

.header--homepage__intro, .header--subpage__intro {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  min-width: 800px;
  max-width: 900px;
  position: relative;
  padding: 32px; }
  .header--homepage__intro .header--subpage__paragraph,
  .header--subpage__intro .header--subpage__paragraph,
  .header--homepage__intro .header--homepage__paragraph, .header--subpage__intro .header--homepage__paragraph {
    font-size: 1.31em;
    line-height: 1.61; }
    @media (max-width: 500px) {
      .header--homepage__intro .header--subpage__paragraph,
      .header--subpage__intro .header--subpage__paragraph,
      .header--homepage__intro .header--homepage__paragraph, .header--subpage__intro .header--homepage__paragraph {
        font-size: 1em; } }
  @media screen and (max-width: 800px) {
    .header--homepage__intro, .header--subpage__intro {
      padding: 40px 20px;
      min-width: 500px;
      width: 80%; } }
  @media screen and (max-width: 500px) {
    .header--homepage__intro, .header--subpage__intro {
      font-size: 1em;
      width: 100%;
      min-width: 0; } }

.header--homepage__intro {
  padding-top: 0; }

.header--subpage__intro {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 4em; }
  @media (min-width: 768px) {
    .header--subpage__intro {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .header--subpage__intro img {
    margin-bottom: 30px; }

.header--subpage__heading {
  text-transform: uppercase;
  color: #7694bc;
  margin-bottom: 16px;
  font-weight: 800; }

.header--subpage__heading_brown {
  text-transform: uppercase;
  color: #4a4545;
  margin-bottom: 16px;
  font-weight: 800; }

.header__callout {
  font-size: .875em;
  width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px;
  background-color: #e3dfce;
  color: #787878; }
  .header__callout p {
    margin: 0; }
  .header__callout a {
    padding: 0 20px;
    line-height: 1.1em;
    font-weight: 700; }

.mainheader__callout__link img {
  width: auto; }

.header__calloutLink {
  border-right: 1px solid #787878; }

.header__calloutClose {
  padding: .5em;
  margin-left: 1em;
  margin-right: -.5em;
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-flex-basis: 40px;
      -ms-flex-preferred-size: 40px;
          flex-basis: 40px; }
  @media (max-width: 768px) {
    .header__calloutClose {
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      position: absolute;
      top: 20px;
      right: 20px; } }

h3.header__subsection {
  text-align: center;
  font-size: 1.25em;
  font-weight: 800;
  color: #c8bf9d; }

.form--centered, .introSummary__module, .introSummary__module--subpage, .memberOption__subsection, .horiz__list ul li, .bio__list--item, .wrapper--internal .column, .mediaSection__text,
.mediaSection__media, .marketingCallout__module, .articlePreview__module {
  margin: 0 16px 16px 0;
  width: 100%; }
  @media screen and (max-width: 500px) {
    .form--centered, .introSummary__module, .introSummary__module--subpage, .memberOption__subsection, .horiz__list ul li, .bio__list--item, .wrapper--internal .column, .mediaSection__text,
    .mediaSection__media, .marketingCallout__module, .articlePreview__module {
      margin: 0 auto 16px auto;
      min-width: 0; } }

.introSummary__module, .introSummary__module--subpage, .memberOption__subsection, .horiz__list ul li, .bio__list--item {
  border: 2px solid #ededed; }
  .introSummary__module:hover,
  .introSummary__module--subpage:hover, .memberOption__subsection:hover,
  .horiz__list ul li:hover,
  .bio__list--item:hover,
  .introSummary__module:active,
  .introSummary__module--subpage:active, .memberOption__subsection:active,
  .horiz__list ul li:active,
  .bio__list--item:active,
  .introSummary__module:focus, .introSummary__module--subpage:focus, .memberOption__subsection:focus, .horiz__list ul li:focus, .bio__list--item:focus {
    border: 2px solid #7694bc; }

.gallery__module, .trendingItems__module, .articlePreview {
  padding: 0;
  margin-right: 16px;
  width: 15em; }

.module__text {
  padding: 1em; }

.module__text--small p {
  font-size: .75em; }

.introSummary__heading, .gallery__heading {
  margin-bottom: 1em; }

.gallery__label {
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: .25em; }

.introSummary__paragraph {
  margin-bottom: 1em; }

.module__logo, .module__logo--prev {
  display: block;
  width: 50%;
  margin: 1em auto; }

.module__logo--prev {
  width: 25%; }

.video--centered iframe {
  margin: 0 auto; }

@media (max-width: 768px) {
  .video--centered {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative; }
    .video--centered iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.video--title {
  margin: 0 auto 2em auto;
  text-align: center;
  display: block; }
  @media (max-width: 659px) {
    .video--title {
      margin: 2em 0 1em 0; } }

.figure {
  margin-bottom: 2em; }
  .figure img {
    margin-bottom: .5em;
    width: 100%; }

.figcaption {
  font-family: Georgia, "times new roman", Helvetica, Arial, serif;
  color: #787878;
  font-style: italic;
  text-align: right; }

.dropdown--wrapper {
  text-align: center; }

.dropdown--box {
  display: inline-block;
  margin: 2em 0.5em;
  text-align: center;
  padding: 1em;
  border: 2px solid #ededed;
  background: #f2efe3; }
  .dropdown--box:hover {
    border-color: #7694bc; }
  .dropdown--box h2 {
    font-size: 1em;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: .5em; }
  .dropdown--box select {
    box-sizing: border-box;
    max-width: 50em;
    width: 100%;
    padding: 1em 2.5em 1em 1em;
    border: 1px solid #ededed;
    background-color: white;
    background-image: url("../images/icons/drop.svg");
    background-size: 1em auto;
    background-repeat: no-repeat;
    background-position: right 1em center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
    .dropdown--box select:focus, .dropdown--box select:active {
      outline: none; }

.home__keynotes .dropdown--box {
  background: white; }

.wrapper--internal .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none; }
  .wrapper--internal .column:last-child {
    margin-right: 0; }

.searchForm--modules, .searchPage--modules {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3em; }
  .searchForm--modules .module--content, .searchPage--modules .module--content {
    width: 100%;
    background-color: white;
    border: solid 2px #ededed;
    padding: 1em;
    margin-right: 1em; }
    .searchForm--modules .module--content h4, .searchPage--modules .module--content h4 {
      margin-bottom: .5em; }
    .searchForm--modules .module--content a.module--link, .searchPage--modules .module--content a.module--link {
      display: block;
      margin-bottom: .5em; }
    .searchForm--modules .module--content:last-child, .searchPage--modules .module--content:last-child {
      margin-right: 0; }
  @media (max-width: 500px) {
    .searchForm--modules, .searchPage--modules {
      padding-top: 2em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .searchForm--modules .module--content, .searchPage--modules .module--content {
        margin: 0 0 1em 0; }
        .searchForm--modules .module--content:last-child, .searchPage--modules .module--content:last-child {
          margin-bottom: 0; } }

.searchPage--modules {
  padding: 1em 0;
  width: 60%;
  margin: 0 auto; }
  .searchPage--modules .module--content {
    border: none; }
  @media (max-width: 500px) {
    .searchPage--modules {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%; }
      .searchPage--modules .module--content {
        margin: 0; } }

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.75);
  opacity: 1;
  position: fixed;
  z-index: 5000; }

.ui-dialog {
  position: fixed;
  width: 80% !important;
  max-width: 1400px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border-radius: 0;
  border: 2px solid #ededed;
  padding: 0;
  z-index: 10000; }
  @media (max-width: 768px) {
    .ui-dialog {
      width: 80% !important; } }
  .ui-dialog .ui-dialog-content {
    overflow: hidden; }
  .ui-dialog .fixed_banner {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background-color: #ececec; }
    .ui-dialog .fixed_banner img {
      float: left;
      height: 100%;
      width: auto;
      margin: 0 1em 0 0.5em; }
    .ui-dialog .fixed_banner h1 {
      line-height: 50px;
      font-size: 1.75em;
      float: left; }
      @media (max-width: 768px) {
        .ui-dialog .fixed_banner h1 {
          display: none; } }
  .ui-dialog .close {
    display: block;
    position: absolute;
    top: 13px;
    right: 13px;
    width: 0px;
    height: 24px;
    padding-left: 24px;
    overflow: hidden;
    background-image: url("/images/icons/icon_header_close.png");
    background-repeat: no-repeat;
    background-position: center; }
  .ui-dialog .ui-widget-content a {
    color: #7694bc; }
  .ui-dialog #LoginPanel, .ui-dialog #ModifyLoginPanel {
    position: relative;
    padding: 0; }
  .ui-dialog .form_scroll {
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
    overflow: auto; }
  .ui-dialog .form_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .ui-dialog .form_wrap .split_form {
      width: 50%;
      padding: 1em;
      margin: 0 auto; }
    .ui-dialog .form_wrap .full_form {
      width: 100%;
      padding: 1em; }
    .ui-dialog .form_wrap h2 {
      line-height: 1em; }
    .ui-dialog .form_wrap label {
      text-align: left; }
    @media (max-width: 768px) {
      .ui-dialog .form_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .ui-dialog .form_wrap .split_form {
          width: 100%; } }
  @media (max-width: 768px) {
    .ui-dialog #create {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .ui-dialog #login {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  .ui-dialog .form--inline input, .ui-dialog .form--inline select {
    width: 100% !important; }
  .ui-dialog .reqLabel:after {
    content: '*';
    color: red;
    font-size: 1.75em; }

.topNav a {
  color: inherit;
  padding: 10px 0; }
  .topNav a:hover,
  .topNav a:active,
  .topNav a:focus {
    color: #7694bc; }

.topNav__list {
  text-align: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (max-width: 768px) {
    .topNav__list {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .topNav__list li .active,
  .topNav__list li.active {
    color: #7694bc; }

@media (max-width: 768px) {
  .topnav__link {
    display: block; } }

.topNav__item {
  font-size: 95%;
  margin: 10px 1.15em 10px;
  position: static; }
  .topNav__item:last-of-type {
    margin-right: 0; }
  @media (max-width: 768px) {
    .topNav__item {
      position: absolute;
      left: -99999em; } }

.topNav.open .topNav__item {
  left: 0;
  width: 100%;
  position: static;
  margin: 0;
  padding: 8px 0; }

.topNav__mobileButton {
  font-size: 150%;
  position: absolute;
  left: -99999em; }
  @media (max-width: 768px) {
    .topNav__mobileButton {
      position: static;
      text-align: right; } }

@media (min-width: 768px) {
  .topNav__item:hover .subNav {
    margin-left: -10px;
    text-indent: 0;
    display: block;
    left: auto;
    top: auto; } }

.subNav {
  margin-top: 10px;
  padding: 0;
  display: inline-block;
  background-color: #ededed; }
  .subNav li {
    float: right;
    padding: 10px; }
  @media (min-width: 768px) {
    .subNav {
      position: absolute;
      z-index: 1111;
      left: 0;
      top: 1em;
      display: none;
      width: 200px;
      overflow: hidden;
      margin: 5px 0 0;
      padding-top: 5px; }
      .subNav li {
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        float: none; }
        .subNav li a {
          width: 100%;
          display: block;
          padding: 6px 30px 6px 10px;
          line-height: 1.3; }
          .subNav li a:hover {
            background-color: whitesmoke; } }

.footerNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .footerNav .wrapper--small {
    padding: 0;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  @media (max-width: 750px) {
    .footerNav {
      width: 100%; } }
  @media (max-width: 500px) {
    .footerNav .wrapper--small {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.footerNav__column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 1em;
  text-align: left;
  min-width: 7.5em;
  padding-right: 10px;
  width: 100%; }
  @media (min-width: 786px) {
    .footerNav__column {
      width: 25%; } }
  .footerNav__column a img {
    width: auto; }

.footerNav__column--small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.footerNav__item {
  margin-bottom: .5em; }

.footerNav__heading {
  text-transform: uppercase;
  margin-bottom: .5em; }
  .footerNav__heading a {
    color: #4a4545; }

.sideNav {
  border: 1px solid #ededed;
  background-color: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.sideBar__heading {
  font-size: 1.25em;
  color: #7694bc;
  margin-bottom: .5em; }

.sideNav__item {
  border-bottom: 1px solid #ededed;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .sideNav__item:hover {
    background-color: whitesmoke; }
  .sideNav__item.active .sideNav__link {
    background-color: #fff;
    color: #7694bc; }

.sideNav__link {
  display: block;
  padding: 1em;
  color: #4a4545; }
  .sideNav__link:hover {
    color: #7694bc; }

.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3em; }

.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.pagination__link {
  padding: 1em;
  display: block; }

.pagination__item {
  max-width: 3.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border: solid 1px #ededed;
  background: #fafafa;
  font-size: .875em;
  font-weight: 800;
  color: #545454;
  text-shadow: 0px 1px 0px white; }
  .pagination__item:first-of-type,
  .pagination__item:last-of-type {
    max-width: 6.5em; }
  .pagination__item:hover {
    background: #ededed;
    color: #fafafa; }

.pagination__item--current {
  border: none;
  background: #7694bc;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.8);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
  .pagination__item--current a {
    color: #fafafa; }

.breadcrumbs__list {
  padding: 1em 0; }

.breadcrumbs__item, .breadcrumbs__item--current {
  display: inline-block; }
  .breadcrumbs__item:last-of-type:after, .breadcrumbs__item--current:last-of-type:after {
    display: none; }
  .breadcrumbs__item:after, .breadcrumbs__item--current:after {
    content: '\2192';
    padding: 0 0.25em 0 0.5em;
    color: #999; }

.breadcrumbs__item--current {
  font-weight: 800; }

.breadcrumbs__link {
  color: inherit; }
  .breadcrumbs__link:hover {
    color: #c8bf9d; }

.nav_container h4 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize; }

.nav ul {
  margin-bottom: 20px; }

.nav li {
  font-size: 13px;
  margin-bottom: 5px; }

.nav .complete {
  color: #bbb; }

.nav .active {
  font-weight: 700;
  color: #666; }

.nav_SD li a {
  padding-left: 20px;
  background: url("/content/images/icon_pending.png") left 2px no-repeat;
  background-size: 13px; }
  .nav_SD li a.complete {
    background-image: url("/content/images/icon_complete.png"); }

.coverImage, .coverImage--dark, .marketingCallout, .centeredCallout, .coverImage--light {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 auto;
  width: 100%; }

.coverImage {
  height: 100%;
  background-size: cover; }

.background--triangle, .home__keynotes {
  background: url("../images/triangle-background.jpg") repeat;
  background-color: #f2efe3; }
  .background--triangle .section__heading,
  .home__keynotes .section__heading,
  .background--triangle .section--center .setion__heading--small,
  .section--center .background--triangle .setion__heading--small, .home__keynotes .section--center .setion__heading--small,
  .section--center .home__keynotes .setion__heading--small, .background--triangle .trendingItems__heading,
  .home__keynotes .trendingItems__heading,
  .background--triangle .mediaSection__heading,
  .home__keynotes .mediaSection__heading,
  .background--triangle .marketingCallout__heading,
  .home__keynotes .marketingCallout__heading,
  .background--triangle .newsroom__heading,
  .home__keynotes .newsroom__heading,
  .background--triangle .section__link, .home__keynotes .section__link, .background--triangle .introSummary__link, .home__keynotes .introSummary__link, .background--triangle .introSummary__link--small, .home__keynotes .introSummary__link--small, .background--triangle .trendingItems--multi__row .trendingItems__module .trendingItems__link--small, .trendingItems--multi__row .trendingItems__module .background--triangle .trendingItems__link--small, .home__keynotes .trendingItems--multi__row .trendingItems__module .trendingItems__link--small, .trendingItems--multi__row .trendingItems__module .home__keynotes .trendingItems__link--small {
    color: #c8bf9d; }

.newsroomBlog{
  width:100%;
}

.wrapper--section + .wrapper--section.home__keynotes {
  padding-top: 3em; }

.wrapper.block--wrapper, .block--wrapper.wrapper--small {
  display: block; }

.background--triangle__tall {
  background: url("../images/triangle-background-2.jpg") center/140px repeat;
  padding-top: 3em !important; }
  .background--triangle__tall .section__heading, .background--triangle__tall .section--center .setion__heading--small, .section--center .background--triangle__tall .setion__heading--small, .background--triangle__tall .trendingItems__heading, .background--triangle__tall .mediaSection__heading, .background--triangle__tall .marketingCallout__heading, .background--triangle__tall .newsroom__heading {
    color: #4a4545; }
  .background--triangle__tall .section__subheading, .background--triangle__tall .newsroom__subheading {
    max-width: 80%;
    line-height: 1.6;
    margin-bottom: 1em; }
    @media (max-width: 768px) {
      .background--triangle__tall .section__subheading, .background--triangle__tall .newsroom__subheading {
        max-width: 100%; } }
  .background--triangle__tall .section__link, .background--triangle__tall .introSummary__link, .background--triangle__tall .introSummary__link--small, .background--triangle__tall .trendingItems--multi__row .trendingItems__module .trendingItems__link--small, .trendingItems--multi__row .trendingItems__module .background--triangle__tall .trendingItems__link--small {
    color: #c8bf9d;
    margin-bottom: 1em; }

.wrapper-section.background--triangle__tall {
  padding-top: 3em !important; }

.home__keynotes .section__heading, .home__keynotes .section--center .setion__heading--small, .section--center .home__keynotes .setion__heading--small, .home__keynotes .trendingItems__heading, .home__keynotes .mediaSection__heading, .home__keynotes .marketingCallout__heading, .home__keynotes .newsroom__heading {
  color: #c8bf9d; }

.home__keynotes .home__keynotes--button {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.background--cube, .searchForm {
  background: url("../images/cube-background.jpg") repeat;
  background-color: white; }
  .background--cube .section__heading, .searchForm .section__heading, .background--cube .section--center .setion__heading--small, .section--center .background--cube .setion__heading--small, .searchForm .section--center .setion__heading--small, .section--center .searchForm .setion__heading--small, .background--cube .trendingItems__heading, .searchForm .trendingItems__heading, .background--cube .mediaSection__heading, .searchForm .mediaSection__heading, .background--cube .marketingCallout__heading, .searchForm .marketingCallout__heading, .background--cube .newsroom__heading, .searchForm .newsroom__heading {
    color: #7694bc; }

.background--beige {
  background-color: #f2efe3; }

.coverImage--dark, .marketingCallout, .centeredCallout {
  color: #fafafa; }
  .coverImage--dark:before, .marketingCallout:before, .centeredCallout:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(#333333, #324967);
    background-image: linear-gradient(#333333, #324967);
    opacity: .5; }

.coverImage--light {
  color: #333333; }
  .coverImage--light:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(#fafafa, #aba06d);
    background-image: linear-gradient(#fafafa, #aba06d);
    opacity: .5; }

.section--center {
  text-align: center; }
  .section--center .section__header, .section--center .trendingItems__header, .section--center .marketingCallout__header, .section--center .newsroom__header {
    margin: 0 auto 32px auto; }
  .section--center .setion__heading--small {
    font-size: 1.5em;
    color: #c8bf9d; }
  .section--center .wrapper, .section--center .wrapper--small {
    display: block;
    padding: 3em 0; }
  @media (max-width: 768px) {
    .section--center img {
      width: auto; } }

.section__header, .trendingItems__header, .marketingCallout__header, .newsroom__header {
  margin-bottom: 16px;
  width: 100%; }

.subsection__heading {
  color: #7694bc;
  margin-bottom: .5em; }

.section__link, .introSummary__link, .introSummary__link--small, .trendingItems--multi__row .trendingItems__module .trendingItems__link--small {
  text-transform: uppercase; }

.introSummary__module, .introSummary__module--subpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #787878;
  background-color: white;
  text-align: center; }
  .introSummary__module:last-child, .introSummary__module--subpage:last-child {
    margin-right: 0; }
  .introSummary__module:hover,
  .introSummary__module--subpage:hover,
  .introSummary__module:active,
  .introSummary__module--subpage:active,
  .introSummary__module:focus, .introSummary__module--subpage:focus {
    color: #333333; }

.introSummary__module--subpage {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  background: white; }
  .introSummary__module--subpage .introSummary__heading {
    margin: 0;
    padding: 1em 1em 0.5em 1em;
    min-height: 3em; }
  .introSummary__module--subpage .introSummary__subheading {
    font-size: .75em;
    font-style: italic;
    padding-bottom: 1em; }
  .introSummary__module--subpage .introSummary__paragraph {
    padding: 0em 1em; }
  .introSummary__module--subpage .module__image {
    width: 100%; }
  .introSummary__module--subpage .module__video {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden; }
    .introSummary__module--subpage .module__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .introSummary__module--subpage .module__text {
    padding: 0; }
  @media (max-width: 768px) {
    .introSummary__module--subpage {
      margin-left: auto;
      margin-right: auto;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }

.introSummary__paragraph {
  font-size: .875em; }
  .introSummary__paragraph a > img {
    width: auto; }

.introSummary__link, .introSummary__link--small, .trendingItems--multi__row .trendingItems__module .trendingItems__link--small {
  color: #c8bf9d;
  padding: 1em 1em 2em 1em; }

.introSummary__link--small {
  font-size: .75em;
  display: block;
  padding: 0.5em 1em;
  margin: 0.5em 0 1.5em 0; }
  .introSummary__link--small:last-child {
    margin-bottom: 0; }

.introSummary__image {
  width: 100%; }

.introSummary.background--cube, .introSummary.searchForm {
  padding-top: 4em; }

.gallery .button--secondary, .trendingItems .button--secondary, .newsroom .button--secondary {
  margin: 0 auto; }

.gallery__label {
  margin-top: .25em; }

.gallery__image, .articlePreview__image {
  margin-bottom: .5em;
  width: 100%; }

.trendingItems__module {
  min-width: 0; }
  .trendingItems__module:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .trendingItems__module {
      margin: 0 auto;
      width: 80%; }
      .trendingItems__module:last-child {
        margin: 0 auto; } }

.module--board, .module--audio {
  border: solid 2px #ededed;
  text-align: center;
  background: white; }

.module--audio {
  padding: 0; }
  .module--audio .module__text {
    padding-bottom: .5em; }
  .module--audio h3, .module--audio h4, .module--audio h5, .module--audio h6, .module--audio p {
    margin: .75em 0 0 0; }
  .module--audio h3 {
    font-size: 1em; }
  .module--audio h4 {
    font-size: .75em;
    color: #7694bc;
    font-style: italic; }
  .module--audio h5 {
    font-size: .75em;
    font-weight: 400;
    color: #787878; }
  .module--audio p {
    font-size: .75em; }
  .module--audio .force__left {
    text-align: left; }
  .module--audio hr {
    width: 75%;
    margin: 0 auto; }
  .module--audio audio {
    width: 100%;
    margin-bottom: 1em;
    background-color: #434343; }

.trendingItems--multi__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .trendingItems--multi__row .trendingItems__module {
    width: 25%;
    margin: 0;
    padding: 0 0.5em 1em 0.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .trendingItems--multi__row .trendingItems__module.module--board, .trendingItems--multi__row .trendingItems__module.module--audio {
      width: 23%;
      margin: .5em 1%; }
      .trendingItems--multi__row .trendingItems__module.module--board .gallery__headshot, .trendingItems--multi__row .trendingItems__module.module--audio .gallery__headshot {
        width: 150px;
        max-width: 100%;
        margin-bottom: 2em; }
    .trendingItems--multi__row .trendingItems__module img {
      margin: .5em 0 0 0; }
    .trendingItems--multi__row .trendingItems__module.module--audio {
      width: 48%;
      margin: .5em 1%;
      padding: .5em; }
      .trendingItems--multi__row .trendingItems__module.module--audio img {
        margin: 0; }
    .trendingItems--multi__row .trendingItems__module .gallery__label {
      font-size: .75em;
      font-style: italic; }
    .trendingItems--multi__row .trendingItems__module .gallery__heading {
      font-size: 1em;
      font-weight: 800;
      margin: .5em 0; }
    .trendingItems--multi__row .trendingItems__module .gallery__subheading {
      font-size: .75em;
      margin: 0;
      color: #7694bc;
      font-weight: 800; }
    .trendingItems--multi__row .trendingItems__module .gallery__subtext {
      font-size: .65em; }
    .trendingItems--multi__row .trendingItems__module .button--secondary {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      bottom: 0; }
    .trendingItems--multi__row .trendingItems__module .trendingItems__link--small {
      font-size: .75em;
      display: block;
      padding: 0.5em 1em; }
      .trendingItems--multi__row .trendingItems__module .trendingItems__link--small:hover {
        color: #7694bc; }
    @media (max-width: 768px) {
      .trendingItems--multi__row .trendingItems__module {
        width: 50%; }
        .trendingItems--multi__row .trendingItems__module.module--board, .trendingItems--multi__row .trendingItems__module.module--audio {
          width: 44%;
          margin: .5em 3%; }
        .trendingItems--multi__row .trendingItems__module.module--audio {
          width: 100%;
          margin: .5em 0; } }
    @media (max-width: 500px) {
      .trendingItems--multi__row .trendingItems__module {
        width: 100%; }
        .trendingItems--multi__row .trendingItems__module.module--board, .trendingItems--multi__row .trendingItems__module.module--audio {
          width: 100%;
          margin: 0.5em 1em; } }

.mediaSection {
  margin-top: 4em; }

.mediaSection__heading {
  margin-bottom: .5em; }

@media screen and (min-width: 768px) {
  .mediaSection__text,
  .mediaSection__media {
    min-width: 21.875em; } }

.mediaSection__text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.mediaSection__paragraph {
  font-size: 1.25em;
  line-height: 1.6; }

.mediaSection__media {
  max-width: 31.25em;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }
  .mediaSection__media img {
    width: 100%; }
  .mediaSection__media iframe {
    width: 100%; }

.mediaSection--reversed .mediaSection__media {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.mediaSection--reversed .mediaSection__text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 2em; }

.background--triangle .mediaSection__heading, .home__keynotes .mediaSection__heading {
  color: #4a4545; }

.marketingCallout {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url("../images/marketing-background.jpg") center center no-repeat;
  background-size: cover;
  padding: 15em 0; }
  .marketingCallout .wrapper, .marketingCallout .wrapper--small {
    z-index: 1;
    position: relative; }
  @media screen and (max-width: 500px) {
    .marketingCallout {
      padding: 0; } }

.centeredCallout {
  padding: 5em 0 !important;
  background: url("../images/marketing-background.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  margin-bottom: 4em; }
  .centeredCallout .wrapper, .centeredCallout .wrapper--small {
    display: block;
    z-index: 3;
    position: relative; }

.centeredCallout__iha {
  padding: 5em 0;
  padding-top: 5em !important;
  margin-bottom: 64px;
  background: url("../images/marketing-background-2.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  color: #fafafa; }
  .centeredCallout__iha .section__heading, .centeredCallout__iha .section--center .setion__heading--small, .section--center .centeredCallout__iha .setion__heading--small, .centeredCallout__iha .trendingItems__heading, .centeredCallout__iha .mediaSection__heading, .centeredCallout__iha .marketingCallout__heading, .centeredCallout__iha .newsroom__heading {
    color: #c8bf9d; }
  .centeredCallout__iha .button--primary {
    margin-right: 1em; }
    @media screen and (max-width: 768px) {
      .centeredCallout__iha .button--primary {
        margin-top: 1em; } }
  .centeredCallout__iha .wrapper, .centeredCallout__iha .wrapper--small {
    display: block;
    z-index: 3;
    position: relative; }

.marketingCallout__heading {
  color: inherit;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 4.536em;
  letter-spacing: 5px; }

.marketingCallout__module {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 250px; }

.marketingCallout__module--heading {
  color: #e3dfce;
  margin-bottom: .5em; }

.marketingCallout__link {
  font-weight: 800; }
  .marketingCallout__link:after {
    content: '→'; }

.simpleCallout {
  padding: 0;
  background: url("../images/inspired-home_callout.jpg") center;
  background-size: cover; }
  .simpleCallout .wrapper, .simpleCallout .wrapper--small {
    width: 100%; }
    .simpleCallout .wrapper a, .simpleCallout .wrapper--small a {
      display: block;
      width: 100%;
      padding: 2em 3em; }

.simpleCallout__heading {
  display: inline-block;
  color: #fafafa;
  font-size: 2em;
  text-transform: uppercase;
  background-color: #f78c75;
  padding: .5em;
  margin-top: .5em; }
  @media (max-width: 768px) {
    .simpleCallout__heading {
      font-size: 1em; } }

.simpleCallout__logo {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 2em; }
  @media (max-width: 500px) {
    .simpleCallout__logo {
      text-align: center; } }
  .simpleCallout__logo img {
    display: inline;
    width: 326px; }
    @media (max-width: 768px) {
      .simpleCallout__logo img {
        width: 163px; } }

.newsroom {
  position: relative; }
  .newsroom .wrapper--section {
    position: relative;
    z-index: 100; }

.newsroom.background--cube .newsroom__header h2, .newsroom.searchForm .newsroom__header h2 {
  color: #7694bc; }

.newsroom.background--cube .newsroom__header h3, .newsroom.searchForm .newsroom__header h3 {
  color: #545454; }

.newsroom.background--cube .articlePreview__list, .newsroom.searchForm .articlePreview__list {
  margin-right: 0; }

.newsroom__heading {
  color: #4a4545; }

.newsroom__subheading {
  margin-bottom: 1em; }

.newsroomButton__container {
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.articlePreview__list {
  margin-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media screen and (max-width: 768px) {
    .articlePreview__list {
      margin-right: 0; } }
  @media screen and (max-width: 500px) {
    .articlePreview__list {
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.articlePreview__module {
  max-width: 20em; }

.newsroomNews {
  width: 160px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ededed; }
  @media (max-width: 768px) {
    .newsroomNews {
      display: none; } }

.articlePreview {
  width: 50%; }
  @media screen and (max-width: 500px) {
    .articlePreview {
      width: 100%;
      margin-top: 1em; } }

.articlePreview__date {
  font-size: 1em;
  color: #333333;
  font-weight: 400;
  font-size: .85em; }

.articlePreview__paragraph {
  color: #787878; }

.articlePreview__break {
  border: 0;
  border-bottom: 2px solid #c8bf9d;
  margin: 8px 0;
  width: 5%; }
  @media screen and (max-width: 500px) {
    .articlePreview__break {
      margin: 8px auto; } }

.globe {
  position: absolute;
  top: -2em;
  right: 1em;
  z-index: 1;
  width: 300px;
  height: 300px; }
  @media (max-width: 768px) {
    .globe {
      top: -1em;
      width: 150px;
      height: 150px; } }

.searchForm .wrapper, .searchForm .wrapper--small {
  padding: 0; }

.memberOption__title h2 {
  color: #c8bf9d; }

.memberOption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto 4em auto; }

.memberOption__module {
  min-width: 15.625em;
  width: 35%;
  color: #4a4545;
  text-align: center;
  margin-right: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .memberOption__module h2 {
    font-size: 1.25em;
    margin-bottom: 20px; }
  .memberOption__module h3 {
    font-size: 1em;
    margin-bottom: 10px; }
  .memberOption__module:hover,
  .memberOption__module:active,
  .memberOption__module:focus {
    z-index: 100; }
  @media (max-width: 768px) {
    .memberOption__module {
      width: 100%;
      margin-bottom: 4em; }
      .memberOption__module:last-child {
        margin-bottom: none; } }

.memberOption__subsection {
  width: 100%;
  min-height: 350px;
  margin: 0;
  padding: 20px 20px 100px 20px;
  position: relative;
  text-align: left;
  color: #787878; }
  .memberOption__subsection li {
    font-size: .85em;
    line-height: 1.5em;
    margin-bottom: 10px; }
    .memberOption__subsection li:before {
      content: "• ";
      font-size: .75em; }
  .memberOption__subsection .button--primary {
    position: absolute;
    display: block;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 500px) {
      .memberOption__subsection .button--primary {
        bottom: 0; } }

.horiz__list {
  margin: 0;
  width: 100%; }
  @media screen and (max-width: 800px) {
    .horiz__list {
      padding: 0; } }
  .horiz__list ul {
    margin: 0;
    width: 100%;
    list-style-type: none; }
    .horiz__list ul h3 {
      text-align: center;
      font-size: 1.25em;
      font-weight: 800;
      font-style: italic;
      color: #c8bf9d;
      margin: 1em 0 0.5em 0; }
    .horiz__list ul li {
      padding: 1em;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .horiz__list ul li:before {
        content: none; }
      .horiz__list ul li .module__text {
        padding: 0;
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .horiz__list ul li .module__text p {
          font-weight: 800;
          font-size: .75em;
          margin-top: 1em; }
      .horiz__list ul li .date__box {
        border: solid 2px #c8bf9d;
        margin-right: .5em; }
        .horiz__list ul li .date__box h3, .horiz__list ul li .date__box p {
          margin: 0;
          line-height: 1em;
          font-size: .75em;
          text-align: center; }
        .horiz__list ul li .date__box h3 {
          padding: 0.1em 0.25em;
          margin-bottom: .1em;
          color: white;
          background-color: #c8bf9d; }
      .horiz__list ul li p {
        margin: 0; }
      .horiz__list ul li img {
        max-height: 6em;
        max-width: 300px;
        width: auto; }
      .horiz__list ul li .button--secondary {
        margin-left: .5em; }
      .horiz__list ul li span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .horiz__list ul li span .button--secondary {
          margin-bottom: .5em; }
      @media (max-width: 768px) {
        .horiz__list ul li {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: .5em; }
          .horiz__list ul li .module__text {
            text-align: center; }
          .horiz__list ul li p {
            margin-top: 0;
            margin-bottom: 1em; }
          .horiz__list ul li img {
            margin-bottom: 1em; }
          .horiz__list ul li .button--secondary {
            width: 100%;
            margin-left: 0;
            margin-top: .5em; }
          .horiz__list ul li span {
            width: 100%; }
            .horiz__list ul li span .button--secondary {
              margin-left: .5em; }
              .horiz__list ul li span .button--secondary:first-child {
                margin-left: 0; } }

.bio__list {
  width: 100%;
  display: block; }
  .bio__list.background--cube, .bio__list.searchForm, .bio__list.background--triangle, .bio__list.home__keynotes {
    padding: 1em; }

.bio__list--item {
  background-color: white;
  padding: 1em;
  text-align: left;
  display: inline-block; }
  .bio__list--item .bio__list--item {
    margin: .5em 0 0 0; }
  .bio__list--item h3 {
    margin: 0 0 0.5em 0;
    color: #c8bf9d;
    font-size: 1.5em; }
  .bio__list--item h4 {
    margin: 0 0 0.5em 0;
    color: #545454;
    font-size: .75em;
    font-style: italic; }
  .bio__list--item p {
    margin: 0; }
    .bio__list--item p.detail--emphasis, .bio__list--item p.detail--emphasis--blue {
      color: #c8bf9d;
      font-weight: 800;
      text-transform: uppercase;
      margin-top: .5em; }
  .bio__list--item:hover {
    border-color: #ededed; }

.bio__list--details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  text-align: left; }
  .bio__list--details span {
    font-size: .75em; }
  .bio__list--details img {
    width: 10em;
    margin: 0 2em 0 0; }
  @media (max-width: 768px) {
    .bio__list--details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
      .bio__list--details img {
        margin: 0 0 1em 0; } }

.briefcase--section {
  background-color: white;
  padding: 1em 0; }
  .briefcase--section .wrapper, .briefcase--section .wrapper--small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .briefcase--section ul {
    height: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .briefcase--section li {
    margin-left: 1em;
    font-size: .8em; }
    .briefcase--section li:first-of-type {
      padding-right: 1em;
      border-right: solid 1px #787878; }
  .briefcase--section img {
    width: auto; }
  .briefcase--section a {
    font-weight: bold; }
  @media (max-width: 500px) {
    .briefcase--section .wrapper, .briefcase--section .wrapper--small {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .briefcase--section ul {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .briefcase--section .button--wrapper {
      margin-top: 1em;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.searchSplit--section, .wrapper.searchSplit--section, .searchSplit--section.wrapper--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .searchSplit--section .searchSplit--content, .wrapper.searchSplit--section .searchSplit--content, .searchSplit--section.wrapper--small .searchSplit--content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 75%;
    margin-right: 2em; }
    .searchSplit--section .searchSplit--content table, .searchSplit--section .searchSplit--content th, .searchSplit--section .searchSplit--content td, .wrapper.searchSplit--section .searchSplit--content table, .searchSplit--section.wrapper--small .searchSplit--content table, .wrapper.searchSplit--section .searchSplit--content th, .searchSplit--section.wrapper--small .searchSplit--content th, .wrapper.searchSplit--section .searchSplit--content td, .searchSplit--section.wrapper--small .searchSplit--content td {
      border-collapse: collapse; }
    .searchSplit--section .searchSplit--content table, .wrapper.searchSplit--section .searchSplit--content table, .searchSplit--section.wrapper--small .searchSplit--content table {
      width: 100%;
      background-color: white;
      border-color: #ededed;
      border: none; }
      .searchSplit--section .searchSplit--content table th, .wrapper.searchSplit--section .searchSplit--content table th, .searchSplit--section.wrapper--small .searchSplit--content table th {
        font-size: .75em;
        padding: .5em;
        background-color: #e3dfce;
        text-align: center; }
      .searchSplit--section .searchSplit--content table tr, .wrapper.searchSplit--section .searchSplit--content table tr, .searchSplit--section.wrapper--small .searchSplit--content table tr {
        border-bottom: solid 2px #ededed; }
        .searchSplit--section .searchSplit--content table tr:first-child, .searchSplit--section .searchSplit--content table tr:last-child, .wrapper.searchSplit--section .searchSplit--content table tr:first-child, .searchSplit--section.wrapper--small .searchSplit--content table tr:first-child, .wrapper.searchSplit--section .searchSplit--content table tr:last-child, .searchSplit--section.wrapper--small .searchSplit--content table tr:last-child {
          border-bottom: none; }
      .searchSplit--section .searchSplit--content table td, .wrapper.searchSplit--section .searchSplit--content table td, .searchSplit--section.wrapper--small .searchSplit--content table td {
        position: relative;
        padding: .5em;
        text-align: center; }
        .searchSplit--section .searchSplit--content table td.searchName, .wrapper.searchSplit--section .searchSplit--content table td.searchName, .searchSplit--section.wrapper--small .searchSplit--content table td.searchName {
          text-align: left; }
        .searchSplit--section .searchSplit--content table td.searchBooth, .wrapper.searchSplit--section .searchSplit--content table td.searchBooth, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBooth {
          width: 8em;
          background-color: #f8f8f8; }
          .searchSplit--section .searchSplit--content table td.searchBooth .boothDetail, .wrapper.searchSplit--section .searchSplit--content table td.searchBooth .boothDetail, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBooth .boothDetail {
            font-size: .75em; }
        .searchSplit--section .searchSplit--content table td.searchPhoto, .searchSplit--section .searchSplit--content table td.searchVideo, .searchSplit--section .searchSplit--content table td.searchSpecial, .searchSplit--section .searchSplit--content table td.searchBriefcase, .wrapper.searchSplit--section .searchSplit--content table td.searchPhoto, .searchSplit--section.wrapper--small .searchSplit--content table td.searchPhoto, .wrapper.searchSplit--section .searchSplit--content table td.searchVideo, .searchSplit--section.wrapper--small .searchSplit--content table td.searchVideo, .wrapper.searchSplit--section .searchSplit--content table td.searchSpecial, .searchSplit--section.wrapper--small .searchSplit--content table td.searchSpecial, .wrapper.searchSplit--section .searchSplit--content table td.searchBriefcase, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBriefcase {
          text-align: center; }
          .searchSplit--section .searchSplit--content table td.searchPhoto img, .searchSplit--section .searchSplit--content table td.searchVideo img, .searchSplit--section .searchSplit--content table td.searchSpecial img, .searchSplit--section .searchSplit--content table td.searchBriefcase img, .wrapper.searchSplit--section .searchSplit--content table td.searchPhoto img, .searchSplit--section.wrapper--small .searchSplit--content table td.searchPhoto img, .wrapper.searchSplit--section .searchSplit--content table td.searchVideo img, .searchSplit--section.wrapper--small .searchSplit--content table td.searchVideo img, .wrapper.searchSplit--section .searchSplit--content table td.searchSpecial img, .searchSplit--section.wrapper--small .searchSplit--content table td.searchSpecial img, .wrapper.searchSplit--section .searchSplit--content table td.searchBriefcase img, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBriefcase img {
            width: 3em;
            height: 2.5em;
            border: solid 1px #ededed; }
          .searchSplit--section .searchSplit--content table td.searchPhoto a, .searchSplit--section .searchSplit--content table td.searchPhoto span, .searchSplit--section .searchSplit--content table td.searchVideo a, .searchSplit--section .searchSplit--content table td.searchVideo span, .searchSplit--section .searchSplit--content table td.searchSpecial a, .searchSplit--section .searchSplit--content table td.searchSpecial span, .searchSplit--section .searchSplit--content table td.searchBriefcase a, .searchSplit--section .searchSplit--content table td.searchBriefcase span, .wrapper.searchSplit--section .searchSplit--content table td.searchPhoto a, .searchSplit--section.wrapper--small .searchSplit--content table td.searchPhoto a, .wrapper.searchSplit--section .searchSplit--content table td.searchPhoto span, .searchSplit--section.wrapper--small .searchSplit--content table td.searchPhoto span, .wrapper.searchSplit--section .searchSplit--content table td.searchVideo a, .searchSplit--section.wrapper--small .searchSplit--content table td.searchVideo a, .wrapper.searchSplit--section .searchSplit--content table td.searchVideo span, .searchSplit--section.wrapper--small .searchSplit--content table td.searchVideo span, .wrapper.searchSplit--section .searchSplit--content table td.searchSpecial a, .searchSplit--section.wrapper--small .searchSplit--content table td.searchSpecial a, .wrapper.searchSplit--section .searchSplit--content table td.searchSpecial span, .searchSplit--section.wrapper--small .searchSplit--content table td.searchSpecial span, .wrapper.searchSplit--section .searchSplit--content table td.searchBriefcase a, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBriefcase a, .wrapper.searchSplit--section .searchSplit--content table td.searchBriefcase span, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBriefcase span {
            display: inline-block;
            width: 2em;
            height: 2em;
            background-repeat: no-repeat;
            background-position: center; }
        .searchSplit--section .searchSplit--content table td.searchVideo span, .wrapper.searchSplit--section .searchSplit--content table td.searchVideo span, .searchSplit--section.wrapper--small .searchSplit--content table td.searchVideo span {
          background-image: url("/images/icons/video.png"); }
        .searchSplit--section .searchSplit--content table td.searchSpecial span, .wrapper.searchSplit--section .searchSplit--content table td.searchSpecial span, .searchSplit--section.wrapper--small .searchSplit--content table td.searchSpecial span {
          background-image: url("/images/icons/star.png"); }
        .searchSplit--section .searchSplit--content table td.searchBriefcase a.add, .wrapper.searchSplit--section .searchSplit--content table td.searchBriefcase a.add, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBriefcase a.add {
          background-image: url("/images/icons/briefcase-add.png"); }
        .searchSplit--section .searchSplit--content table td.searchBriefcase a.remove, .wrapper.searchSplit--section .searchSplit--content table td.searchBriefcase a.remove, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBriefcase a.remove {
          background-image: url("/images/icons/briefcase-x.png"); }
        .searchSplit--section .searchSplit--content table td .notes--add, .searchSplit--section .searchSplit--content table td .notes--edit, .wrapper.searchSplit--section .searchSplit--content table td .notes--add, .searchSplit--section.wrapper--small .searchSplit--content table td .notes--add, .wrapper.searchSplit--section .searchSplit--content table td .notes--edit, .searchSplit--section.wrapper--small .searchSplit--content table td .notes--edit {
          width: 0;
          height: 16px;
          padding-left: 16px;
          overflow: hidden;
          position: absolute;
          top: 50%;
          right: 8px;
          margin-top: -8px;
          background-size: 100% 100%; }
        .searchSplit--section .searchSplit--content table td .notes--add, .wrapper.searchSplit--section .searchSplit--content table td .notes--add, .searchSplit--section.wrapper--small .searchSplit--content table td .notes--add {
          background-image: url("/images/icons/note-add.png"); }
        .searchSplit--section .searchSplit--content table td .notes--edit, .wrapper.searchSplit--section .searchSplit--content table td .notes--edit, .searchSplit--section.wrapper--small .searchSplit--content table td .notes--edit {
          background-image: url("/images/icons/note-save.png"); }
    .searchSplit--section .searchSplit--content .bio__list--item, .wrapper.searchSplit--section .searchSplit--content .bio__list--item, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item {
      position: relative; }
      .searchSplit--section .searchSplit--content .bio__list--item .briefcase__button, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .briefcase__button, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .briefcase__button {
        position: absolute;
        top: 1em;
        right: 1em; }
        .searchSplit--section .searchSplit--content .bio__list--item .briefcase__button a, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .briefcase__button a, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .briefcase__button a {
          display: block;
          width: 24px;
          height: 24px;
          background-repeat: no-repeat;
          background-position: center; }
        .searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.plus a:after, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.plus a:after, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .briefcase__button.plus a:after {
          content: 'Add to Briefcase';
          background-image: url("/images/icons/briefcase-add.png");
          color: white;
          position: absolute;
          z-index: 120;
          top: 0;
          right: 12px;
          font-size: .75em;
          font-weight: 400;
          font-style: italic;
          text-align: right;
          white-space: nowrap;
          text-transform: none;
          text-shadow: none;
          background-color: #ea7f1e;
          padding: 0 0.5em;
          line-height: 24px;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          pointer-events: none; }
        .searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.plus a:hover:after, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.plus a:hover:after, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .briefcase__button.plus a:hover:after {
          right: 32px;
          opacity: 1;
          filter: alpha(opacity=100); }
        .searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.minus a:after, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.minus a:after, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .briefcase__button.minus a:after {
          content: 'Remove from Briefcase';
          background-image: url("/images/icons/briefcase-x.png");
          color: white;
          position: absolute;
          z-index: 120;
          top: 0;
          right: 12px;
          font-size: .75em;
          font-weight: 400;
          font-style: italic;
          text-align: right;
          white-space: nowrap;
          text-transform: none;
          text-shadow: none;
          background-color: #ea7f1e;
          padding: 0 0.5em;
          line-height: 24px;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          pointer-events: none; }
        .searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.minus a:hover:after, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.minus a:hover:after, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .briefcase__button.minus a:hover:after {
          right: 32px;
          opacity: 1;
          filter: alpha(opacity=100); }
      .searchSplit--section .searchSplit--content .bio__list--item h2, .wrapper.searchSplit--section .searchSplit--content .bio__list--item h2, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item h2 {
        font-size: 2em;
        text-transform: uppercase;
        color: #c8bf9d; }
      .searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules, .searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchForm--modules, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchPage--modules {
        padding: 2em 0; }
        .searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules .section--center, .searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules .section--center, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules .section--center, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchForm--modules .section--center, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules .section--center, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchPage--modules .section--center {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules h4, .searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules h4, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules h4, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchForm--modules h4, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules h4, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchPage--modules h4 {
          color: #787878; }
        .searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules p, .searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules p, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules p, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchForm--modules p, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules p, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchPage--modules p {
          font-size: .75em; }
  .searchSplit--section .searchSplit--search, .wrapper.searchSplit--section .searchSplit--search, .searchSplit--section.wrapper--small .searchSplit--search {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 25%; }
    .searchSplit--section .searchSplit--search .input--split, .wrapper.searchSplit--section .searchSplit--search .input--split, .searchSplit--section.wrapper--small .searchSplit--search .input--split {
      display: block; }
      .searchSplit--section .searchSplit--search .input--split .input--split__half, .searchSplit--section .searchSplit--search .input--split .input--split__large, .searchSplit--section .searchSplit--search .input--split .input--split__small, .wrapper.searchSplit--section .searchSplit--search .input--split .input--split__half, .searchSplit--section.wrapper--small .searchSplit--search .input--split .input--split__half, .wrapper.searchSplit--section .searchSplit--search .input--split .input--split__large, .searchSplit--section.wrapper--small .searchSplit--search .input--split .input--split__large, .wrapper.searchSplit--section .searchSplit--search .input--split .input--split__small, .searchSplit--section.wrapper--small .searchSplit--search .input--split .input--split__small {
        width: 100%; }
        .searchSplit--section .searchSplit--search .input--split .input--split__half:first-child, .searchSplit--section .searchSplit--search .input--split .input--split__large:first-child, .searchSplit--section .searchSplit--search .input--split .input--split__small:first-child, .wrapper.searchSplit--section .searchSplit--search .input--split .input--split__half:first-child, .searchSplit--section.wrapper--small .searchSplit--search .input--split .input--split__half:first-child, .wrapper.searchSplit--section .searchSplit--search .input--split .input--split__large:first-child, .searchSplit--section.wrapper--small .searchSplit--search .input--split .input--split__large:first-child, .wrapper.searchSplit--section .searchSplit--search .input--split .input--split__small:first-child, .searchSplit--section.wrapper--small .searchSplit--search .input--split .input--split__small:first-child {
          margin-right: 0;
          margin-bottom: 1em; }
    .searchSplit--section .searchSplit--search .searchForm--modules, .searchSplit--section .searchSplit--search .searchPage--modules, .wrapper.searchSplit--section .searchSplit--search .searchForm--modules, .searchSplit--section.wrapper--small .searchSplit--search .searchForm--modules, .wrapper.searchSplit--section .searchSplit--search .searchPage--modules, .searchSplit--section.wrapper--small .searchSplit--search .searchPage--modules {
      padding-top: 2em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .searchSplit--section .searchSplit--search .searchForm--modules .module--content, .searchSplit--section .searchSplit--search .searchPage--modules .module--content, .wrapper.searchSplit--section .searchSplit--search .searchForm--modules .module--content, .searchSplit--section.wrapper--small .searchSplit--search .searchForm--modules .module--content, .wrapper.searchSplit--section .searchSplit--search .searchPage--modules .module--content, .searchSplit--section.wrapper--small .searchSplit--search .searchPage--modules .module--content {
        margin: 0 0 1em 0; }
        .searchSplit--section .searchSplit--search .searchForm--modules .module--content:last-child, .searchSplit--section .searchSplit--search .searchPage--modules .module--content:last-child, .wrapper.searchSplit--section .searchSplit--search .searchForm--modules .module--content:last-child, .searchSplit--section.wrapper--small .searchSplit--search .searchForm--modules .module--content:last-child, .wrapper.searchSplit--section .searchSplit--search .searchPage--modules .module--content:last-child, .searchSplit--section.wrapper--small .searchSplit--search .searchPage--modules .module--content:last-child {
          margin: 0; }
  @media (max-width: 768px) {
    .searchSplit--section, .wrapper.searchSplit--section, .searchSplit--section.wrapper--small {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .searchSplit--section .searchSplit--content, .searchSplit--section .searchSplit--search, .wrapper.searchSplit--section .searchSplit--content, .searchSplit--section.wrapper--small .searchSplit--content, .wrapper.searchSplit--section .searchSplit--search, .searchSplit--section.wrapper--small .searchSplit--search {
        width: 100%;
        margin-right: 0; }
      .searchSplit--section .searchSplit--content, .wrapper.searchSplit--section .searchSplit--content, .searchSplit--section.wrapper--small .searchSplit--content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .searchSplit--section .searchSplit--search, .wrapper.searchSplit--section .searchSplit--search, .searchSplit--section.wrapper--small .searchSplit--search {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        padding-bottom: 4em;
        position: relative; }
        .searchSplit--section .searchSplit--search .searchForm--modules, .searchSplit--section .searchSplit--search .searchPage--modules, .wrapper.searchSplit--section .searchSplit--search .searchForm--modules, .searchSplit--section.wrapper--small .searchSplit--search .searchForm--modules, .wrapper.searchSplit--section .searchSplit--search .searchPage--modules, .searchSplit--section.wrapper--small .searchSplit--search .searchPage--modules {
          display: none; }
        .searchSplit--section .searchSplit--search:after, .wrapper.searchSplit--section .searchSplit--search:after, .searchSplit--section.wrapper--small .searchSplit--search:after {
          content: "";
          position: absolute;
          bottom: 2em;
          left: 25%;
          right: 25%;
          height: 2px;
          background-color: white; } }

.l--contentArea {
  position: relative; }

.grey {
  line-height: 1em; }

.sideSearch {
  position: absolute;
  top: 340px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  pointer-events: none; }
  .sideSearch .searchSplit--search {
    pointer-events: auto; }

.col > a {
  display: none; }

.exhibitor_head, .booth_no_head, .products_head, .videos_head, .briefcase_head {
  font-size: .75em;
  font-weight: bold;
  background-color: #e3dfce; }

.exhibitor_name {
  text-align: left !important;
  padding-left: 1em !important; }

.video_icon_2 {
  background-image: url("/images/icons/video.png");
  background-position: center;
  background-repeat: no-repeat; }

.specials_icon_2 {
  background-image: url("/images/icons/star.png");
  background-position: center;
  background-repeat: no-repeat; }

.add {
  display: inline-block;
  width: 0px;
  overflow: hidden;
  padding-left: 37px;
  background-image: url("/images/icons/briefcase-add.png");
  background-position: center;
  background-repeat: no-repeat; }

.smalltxt2 {
  font-size: .75em; }

@media (max-width: 768px) {
  .results-table {
    margin-top: 200px; }
  .searchSplit--search:after {
    display: none; } }

.searchPage--modules .emphasis {
  font-size: 1.5em; }

.lSPager {
  display: none; }

.colhome {
  display: none; }

#searchTypeText:after {
  content: ":"; }

td.booth_N2 {
  background-color: #f8f8f8; }

.masthead {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #ededed;
  position: relative; }
  @media screen and (min-width: 700px) {
    .masthead {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.masthead__logo {
  background-image: url("../images/logo.png");
  width: 80px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (max-width: 768px) {
    .masthead__logo {
      position: absolute;
      top: 20px;
      left: 20px; } }
  @media screen and (min-width: 500px) {
    .masthead__logo {
      width: 100px;
      background-size: cover; } }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.footerMain {
  background-color: #faf9f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media screen and (min-width: 550px) {
    .footerMain {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.footer__contact {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 1em;
  text-align: left;
  margin-right: 16px; }
  .footer__contact p {
    margin-bottom: 0; }
  @media screen and (min-width: 850px) {
    .footer__contact {
      margin-right: 48px; } }

.footer__contact__list {
  margin-bottom: 1em; }

.address__section {
  margin-bottom: 1em; }

.footer__logo {
  max-width: 200px;
  margin-bottom: 1em; }
  .footer__logo img {
    width: 100%;
    fill: #333333; }
  @media screen and (min-width: 750px) {
    .footer__logo {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.footerSocial {
  display: block; }
  .footerSocial ul {
    width: 100%;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .footerSocial ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 35px;
      height: 35px;
      margin-right: 1em;
      border-radius: 20px;
      background-color: #7694bc; }
  @media (max-width: 500px) {
    .footerSocial ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
