@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url(../css/font-awesome.min.css);
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*********************
BREAKPOINTS
*********************/
.sm-show {
  display: inherit; }
  @media screen and (min-width: 424px) {
    .sm-show {
      display: none !important; } }

.sm-hide {
  display: inherit; }
  @media screen and (max-width: 423px) {
    .sm-hide {
      display: none !important; } }

.md-show {
  display: inherit; }
  @media screen and (min-width: 768px) {
    .md-show {
      display: none !important; } }

.md-hide {
  display: inherit; }
  @media screen and (max-width: 767px) {
    .md-hide {
      display: none !important; } }

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

body {
  font-size: 1em;
  line-height: 1.500em;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif; }

a {
  text-decoration: none;
  transition: all 0.3s linear 0s;
  color: #1DA1A0; }
  a:hover, a:visited, a:active {
    color: #1DA1A0; }
  a.link-arrow:after {
    content: "\f054";
    font-family: "FontAwesome";
    padding-left: 10px; }

.list-header {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif; }

ul {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none; }
  ul li {
    background: url("../img/list-bullet.png") no-repeat left 13px;
    background-size: 12px;
    padding: 3px 0 10px 18px;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif; }

p {
  font-family: 'Open Sans', sans-serif; }

main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  main .content {
    width: 100%;
    max-width: 1410px;
    margin: 1em auto; }
    @media screen and (max-width: 1410px) {
      main .content {
        padding: 0 17px; } }
    main .content h1,
    main .content h2,
    main .content h3,
    main .content h4,
    main .content h5 {
      font-family: 'Open Sans', sans-serif;
      color: #516e6f; }
    main .content h1 {
      line-height: 1.25em; }
    main .content h2 {
      color: #f16722; }
    main .content p {
      font-size: 20px;
      line-height: 29px;
      color: #516e6f; }
    main .content ul {
      margin: 1em 0;
      padding-left: 40px; }
      @media screen and (max-width: 320px) {
        main .content ul {
          padding-left: 20px; } }
      main .content ul li {
        font-size: 20px;
        line-height: 29px;
        color: #516e6f; }
    main .content ol li {
      color: #516e6f;
      font-size: 20px;
      font-family: 'Open Sans', sans-serif;
      padding: 3px 0 10px 18px; }

.hero {
  height: 100%;
  min-height: 42em;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media screen and (max-width: 1024px) {
    .hero {
      background-position: center;
      min-height: 42em; } }
  @media screen and (max-width: 768px) {
    .hero {
      min-height: 30em; } }
  @media screen and (max-width: 425px) {
    .hero {
      background-position: 62% center;
      min-height: 37em; } }
  .hero .caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    background: rgba(81, 110, 111, 0.85);
    padding: 40px 0; }
    @media screen and (max-width: 320px) {
      .hero .caption {
        padding: 20px 0; } }
    .hero .caption .caption-container {
      width: 100%;
      padding: 0 30px;
      max-width: 1410px;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 1410px) {
        .hero .caption .caption-container {
          padding: 0 30px; } }
      @media screen and (max-width: 1024px) {
        .hero .caption .caption-container {
          padding: 0 60px; } }
      @media screen and (max-width: 768px) {
        .hero .caption .caption-container {
          display: block;
          padding: 0 30px; } }
      @media screen and (max-width: 320px) {
        .hero .caption .caption-container {
          padding: 0 20px; } }
      .hero .caption .caption-container .caption-content {
        width: 62%;
        float: left; }
        @media screen and (max-width: 1024px) {
          .hero .caption .caption-container .caption-content {
            width: 100%;
            float: none; } }
        .hero .caption .caption-container .caption-content h1 {
          font-size: 64px;
          line-height: 1;
          font-weight: 600;
          margin: 0;
          padding: 0; }
          @media screen and (max-width: 768px) {
            .hero .caption .caption-container .caption-content h1 {
              font-size: 45px; } }
          @media screen and (max-width: 425px) {
            .hero .caption .caption-container .caption-content h1 {
              font-size: 36px; } }
          @media screen and (max-width: 320px) {
            .hero .caption .caption-container .caption-content h1 {
              font-size: 32px; } }
        .hero .caption .caption-container .caption-content .subhead-row {
          margin-top: 8px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .hero .caption .caption-container .caption-content .subhead-row .subhead-text-container {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1;
                flex: 1;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center; }
            .hero .caption .caption-container .caption-content .subhead-row .subhead-text-container p {
              font-size: 18px;
              font-family: 'Open Sans', sans-serif;
              line-height: 1.3;
              font-weight: 600;
              text-transform: none;
              margin: 0; }
              @media screen and (min-width: 424px) {
                .hero .caption .caption-container .caption-content .subhead-row .subhead-text-container p {
                  font-size: 22px; } }
              @media only screen and (max-width: 1024px) {
                .hero .caption .caption-container .caption-content .subhead-row .subhead-text-container p {
                  margin: 0; } }
              @media screen and (max-width: 320px) {
                .hero .caption .caption-container .caption-content .subhead-row .subhead-text-container p {
                  font-size: 16px; } }
      .hero .caption .caption-container .caption-button {
        width: 38%;
        float: left;
        text-align: right; }
        @media screen and (max-width: 1024px) {
          .hero .caption .caption-container .caption-button {
            width: 100%;
            float: none; } }
        @media screen and (max-width: 768px) {
          .hero .caption .caption-container .caption-button {
            text-align: left; } }
        .hero .caption .caption-container .caption-button .button {
          border: 2px solid #fcb61a;
          border-radius: 1px;
          color: #fff;
          display: inline-block;
          text-transform: uppercase;
          font-family: 'Open Sans', sans-serif;
          font-size: 20px;
          font-weight: normal;
          padding: 12px 30px; }
          @media screen and (max-width: 425px) {
            .hero .caption .caption-container .caption-button .button {
              width: 100%;
              text-align: center; } }
          @media screen and (max-width: 320px) {
            .hero .caption .caption-container .caption-button .button {
              font-size: 18px; } }
          .hero .caption .caption-container .caption-button .button:hover {
            color: #fff;
            background: #f16722;
            border-color: #f16722;
            transition: all 0.2s linear 0s; }
          @media screen and (min-width: 768px) {
            .hero .caption .caption-container .caption-button .button {
              font-size: 21px;
              padding: 12px 50px; } }
          @media (max-width: 1024px) {
            .hero .caption .caption-container .caption-button .button {
              margin: 22px 0 0 0; } }

.interior-hero {
  height: 100%;
  min-height: 386px;
  background: #F2CD72 no-repeat center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  .interior-hero .caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 100px; }
    @media only screen and (max-width: 1024px) {
      .interior-hero .caption {
        margin-left: 56px; } }
    .interior-hero .caption h1 {
      font-weight: normal; }
      @media only screen and (max-width: 1024px) {
        .interior-hero .caption h1 {
          text-align: left;
          font-size: 37px;
          line-height: 1em; } }
    .interior-hero .caption p {
      font-size: 24px;
      font-family: 'Open Sans', sans-serif;
      text-transform: none; }
      @media only screen and (max-width: 1024px) {
        .interior-hero .caption p {
          margin: 0; } }

.color-hero {
  background-color: #516e6f;
  height: 100%;
  min-height: 213px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  color: #fff; }
  @media screen and (max-width: 425px) {
    .color-hero {
      min-height: 130px; } }
  .color-hero.has-image {
    min-height: 390px;
    position: relative;
    background-size: cover; }
    @media screen and (max-width: 425px) {
      .color-hero.has-image {
        min-height: 0;
        -ms-flex-align: end;
            align-items: flex-end; } }
    .color-hero.has-image .caption {
      background-color: rgba(81, 110, 111, 0.85);
      margin-left: 0;
      min-height: 390px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 30px 100px; }
      @media screen and (max-width: 425px) {
        .color-hero.has-image .caption {
          margin: 0;
          min-height: 0;
          padding: 20px;
          width: 100%; } }
  .color-hero .caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    padding: 30px 0; }
    @media only screen and (max-width: 1440px) {
      .color-hero .caption {
        margin-left: 20px;
        margin-right: 20px; } }
    .color-hero .caption h1 {
      margin: 0;
      font-size: 64px;
      font-weight: 600;
      text-transform: none;
      line-height: 1.25em; }
      @media screen and (max-width: 425px) {
        .color-hero .caption h1 {
          font-size: 32px; } }
    .color-hero .caption h2 {
      font-size: 26px;
      font-weight: 300;
      font-family: 'Open Sans', sans-serif;
      text-transform: none;
      line-height: 1.65;
      margin-bottom: 0;
      margin-top: 20px;
      max-width: 800px; }
    .color-hero .caption p {
      font-size: 24px;
      font-family: 'Open Sans', sans-serif;
      text-transform: none; }
      @media only screen and (max-width: 1024px) {
        .color-hero .caption p {
          margin: 0; } }
  .color-hero .wrapper {
    padding: 0; }

.cta {
  background-color: #f2f2f2;
  background-size: cover; }
  .cta .cta-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden;
    min-height: 400px;
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 1024px) {
      .cta .cta-wrapper {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 0; } }
    @media only screen and (min-width: 1024px) {
      .cta .cta-wrapper {
        height: 400px; } }
  @media screen and (max-width: 1024px) {
    .cta {
      background-image: none !important;
      min-height: 0; } }
  .cta .left-panel {
    padding: 1em 60px 1em 0;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 1024px) {
      .cta .left-panel {
        padding: 1em 60px;
        -ms-flex-order: 2;
            order: 2; } }
    @media screen and (max-width: 768px) {
      .cta .left-panel {
        padding: 1em 30px; } }
    @media screen and (max-width: 320px) {
      .cta .left-panel {
        padding: 20px; } }
    .cta .left-panel h1 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      font-size: 36px;
      text-transform: uppercase;
      color: #f16722;
      line-height: 1.3em;
      max-width: 499px;
      margin-top: 0; }
      @media screen and (max-width: 1024px) {
        .cta .left-panel h1 {
          max-width: 100%; } }
      @media screen and (max-width: 320px) {
        .cta .left-panel h1 {
          font-size: 28px; } }
    .cta .left-panel p {
      font-size: 20px;
      line-height: 1.49em;
      color: #516e6f;
      letter-spacing: .2px;
      max-width: 543px; }
      @media screen and (max-width: 1024px) {
        .cta .left-panel p {
          max-width: 100%; } }
      @media screen and (max-width: 320px) {
        .cta .left-panel p {
          font-size: 18px; } }
    .cta .left-panel h2 {
      text-transform: uppercase;
      font-size: 20px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      display: inline-block;
      margin: 0; }
    .cta .left-panel h2 a {
      text-transform: uppercase;
      color: #f16722;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      display: inline-block; }
      .cta .left-panel h2 a:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 2px solid #f16722;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        position: relative;
        bottom: 1px;
        left: 13px; }
      .cta .left-panel h2 a:hover {
        text-decoration: underline; }
  .cta .right-panel {
    padding: 1em 0 1em 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 1024px) {
      .cta .right-panel {
        background-color: #f16722;
        -ms-flex-order: 1;
            order: 1;
        padding: 30px 60px; } }
    @media screen and (max-width: 768px) {
      .cta .right-panel {
        padding: 30px; } }
    @media screen and (max-width: 425px) {
      .cta .right-panel {
        padding: 0 30px; } }
    @media screen and (max-width: 320px) {
      .cta .right-panel {
        padding: 15px 20px; } }
    .cta .right-panel h1 {
      font-size: 42px;
      color: #fff;
      padding: 0 50px 0 100px;
      line-height: 1em;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      position: relative;
      z-index: 2;
      width: 425px;
      left: -75px; }
      @media screen and (max-width: 1024px) {
        .cta .right-panel h1 {
          font-size: 32px;
          width: auto; } }
      @media screen and (max-width: 425px) {
        .cta .right-panel h1 {
          position: initial;
          padding: 0 0 0 18px; } }
      @media screen and (max-width: 320px) {
        .cta .right-panel h1 {
          font-size: 21px; } }
      @media screen and (min-width: 1024px) {
        .cta .right-panel h1 {
          min-width: 425px; } }
      .cta .right-panel h1:after {
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 425px;
        height: 425px;
        position: absolute;
        border-radius: 100%;
        background-color: #f16722;
        z-index: -1;
        margin: auto; }
        @media screen and (max-width: 1024px) {
          .cta .right-panel h1:after {
            display: none; } }
    .cta .right-panel img {
      max-width: 200px;
      z-index: 3; }
      @media screen and (max-width: 1024px) {
        .cta .right-panel img {
          max-width: 78px; } }

.spotlight-wrapper .spotlight {
  background: center center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 570px; }
  @media screen and (max-width: 1024px) {
    .spotlight-wrapper .spotlight {
      height: 400px; } }
  @media screen and (max-width: 425px) {
    .spotlight-wrapper .spotlight {
      background-image: none !important;
      height: auto; } }
  .spotlight-wrapper .spotlight .mobile-image {
    display: none;
    width: 100%; }
    @media screen and (max-width: 425px) {
      .spotlight-wrapper .spotlight .mobile-image {
        display: block;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
  .spotlight-wrapper .spotlight p.button {
    background-color: transparent;
    margin: 45px auto 0 0;
    padding-left: 0; }
    .spotlight-wrapper .spotlight p.button:hover {
      background-color: transparent !important; }
    .spotlight-wrapper .spotlight p.button.padding-left {
      padding-left: 24px; }
    .spotlight-wrapper .spotlight p.button a {
      border: 2px solid #fcb61a;
      border-radius: 1px;
      color: #fff;
      display: inline-block;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      font-weight: normal;
      padding: 6px 55px; }
      .spotlight-wrapper .spotlight p.button a:hover {
        color: #fff;
        background: #f16722;
        border-color: #f16722;
        transition: all 0.2s linear 0s; }
  .spotlight-wrapper .spotlight h2 a {
    text-transform: uppercase;
    color: #fcb61a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 23px;
    display: inline-block; }
  .spotlight-wrapper .spotlight .caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 2em;
    max-width: 860px;
    padding: 0 30px 0 0; }
    @media screen and (max-width: 1410px) {
      .spotlight-wrapper .spotlight .caption {
        padding-left: 17px; } }
    @media screen and (max-width: 1024px) {
      .spotlight-wrapper .spotlight .caption {
        display: none; } }
    .spotlight-wrapper .spotlight .caption h1 {
      margin: 0;
      font-size: 45px;
      font-weight: 600;
      line-height: 1.2;
      position: relative; }
      .spotlight-wrapper .spotlight .caption h1.quoted {
        padding-left: 24px; }
        .spotlight-wrapper .spotlight .caption h1.quoted:before {
          content: '"';
          position: absolute;
          top: 0;
          left: 0; }
      .spotlight-wrapper .spotlight .caption h1 span {
        font-size: 35px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300; }
    .spotlight-wrapper .spotlight .caption p {
      font-size: 24px;
      font-family: 'Open Sans', sans-serif;
      text-transform: none; }

.spotlight-wrapper .overlay {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1024px) {
    .spotlight-wrapper .overlay {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .spotlight-wrapper .overlay .col-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    padding: 50px 0;
    background: #516e6f;
    color: #fff;
    text-align: center;
    z-index: 99999; }
    @media screen and (max-width: 1024px) {
      .spotlight-wrapper .overlay .col-4 {
        width: 100%;
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media screen and (max-width: 320px) {
      .spotlight-wrapper .overlay .col-4 {
        padding: 20px 0; } }
    .spotlight-wrapper .overlay .col-4:before {
      top: -40px;
      left: 0;
      right: 0;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border: 20px solid rgba(136, 183, 213, 0);
      border-bottom-color: #516e6f;
      margin: auto; }
    .spotlight-wrapper .overlay .col-4 h1 {
      font-size: 42px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      margin: 0; }
      @media screen and (max-width: 1024px) {
        .spotlight-wrapper .overlay .col-4 h1 {
          line-height: 1em;
          margin-bottom: .5em; } }
      @media screen and (max-width: 320px) {
        .spotlight-wrapper .overlay .col-4 h1 {
          font-size: 32px; } }
    .spotlight-wrapper .overlay .col-4 .caption {
      display: none;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%;
      font-family: 'Open Sans', sans-serif;
      font-size: 28px;
      font-weight: normal;
      color: #fff;
      line-height: 1.2;
      padding: 0 20px; }
      @media screen and (max-width: 1024px) {
        .spotlight-wrapper .overlay .col-4 .caption {
          display: -ms-flexbox;
          display: flex; } }
      .spotlight-wrapper .overlay .col-4 .caption h1 {
        font-size: 25px;
        line-height: 1.75;
        font-weight: 300; }
        @media screen and (max-width: 320px) {
          .spotlight-wrapper .overlay .col-4 .caption h1 {
            font-size: 18px;
            line-height: 1.5em; } }
        .spotlight-wrapper .overlay .col-4 .caption h1 span {
          font-size: 25px;
          font-family: 'Open Sans', sans-serif;
          font-weight: 300;
          display: block; }
          @media screen and (max-width: 320px) {
            .spotlight-wrapper .overlay .col-4 .caption h1 span {
              font-size: 18px; } }
      .spotlight-wrapper .overlay .col-4 .caption h2 {
        font-size: 24px;
        text-transform: uppercase; }
        @media screen and (max-width: 320px) {
          .spotlight-wrapper .overlay .col-4 .caption h2 {
            font-size: 18px;
            margin-bottom: 0; } }
        .spotlight-wrapper .overlay .col-4 .caption h2 a {
          color: #fcb61a; }
          .spotlight-wrapper .overlay .col-4 .caption h2 a:after {
            content: "\f054";
            font-family: "FontAwesome";
            padding-left: 10px; }
      .spotlight-wrapper .overlay .col-4 .caption p {
        font-size: 24px;
        font-family: 'Open Sans', sans-serif;
        text-transform: none; }
        @media only screen and (max-width: 1024px) {
          .spotlight-wrapper .overlay .col-4 .caption p {
            margin: 0; } }
  .spotlight-wrapper .overlay .col-60 {
    color: #fff;
    text-align: center;
    background-color: #1DA1A0;
    background-size: cover;
    padding: .5em 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media screen and (max-width: 1024px) {
      .spotlight-wrapper .overlay .col-60 {
        width: 100%; } }
    @media screen and (max-width: 320px) {
      .spotlight-wrapper .overlay .col-60 {
        padding: 20px; } }
    .spotlight-wrapper .overlay .col-60 h1 {
      font-size: 24px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300; }
      @media screen and (max-width: 320px) {
        .spotlight-wrapper .overlay .col-60 h1 {
          margin: 0;
          font-size: 18px;
          line-height: 1.5em; } }

.awards {
  padding: 62px 30px;
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #ffffff; }
  @media screen and (max-width: 1024px) {
    .awards {
      padding: 0 60px; } }
  @media screen and (max-width: 768px) {
    .awards {
      padding: 0 30px; } }
  @media screen and (max-width: 320px) {
    .awards {
      padding: 0; } }
  .awards .award-content h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 1.277em;
    color: #f16722;
    text-transform: uppercase; }
    @media screen and (max-width: 320px) {
      .awards .award-content h1 {
        font-size: 28px;
        margin-top: 0; } }
  .awards .award-content p {
    font-size: 20px;
    line-height: 1.49em;
    color: #516e6f;
    letter-spacing: .2px;
    max-width: 660px; }
    @media screen and (max-width: 1024px) {
      .awards .award-content p {
        max-width: 100%; } }
    @media screen and (max-width: 320px) {
      .awards .award-content p {
        margin-bottom: 0; } }
  .awards .award-images {
    text-align: center;
    padding: 0;
    margin-bottom: 30px; }
    .awards .award-images ul {
      list-style-type: none;
      display: inline;
      -ms-flex-align: center;
          align-items: center;
      margin: 0;
      padding: 0; }
      .awards .award-images ul li {
        display: inline-block;
        -ms-flex-pack: center;
            justify-content: center;
        vertical-align: middle;
        margin: auto 0;
        background: none;
        padding: 0 60px 0 0; }
        @media screen and (max-width: 425px) {
          .awards .award-images ul li {
            padding: 0 30px 0 0; } }
        .awards .award-images ul li img {
          max-height: 100%;
          height: 85px; }
          @media screen and (max-width: 1024px) {
            .awards .award-images ul li img {
              height: 150px; } }
          @media screen and (max-width: 425px) {
            .awards .award-images ul li img {
              height: 85px; } }
      .awards .award-images ul li:last-child {
        padding-right: 0; }
  @media only screen and (max-width: 1024px) {
    .awards {
      -ms-flex-direction: column;
          flex-direction: column; } }

.news-events {
  height: 100%;
  min-height: 667px;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 63px 100px; }
  @media screen and (max-width: 1024px) {
    .news-events {
      padding: 60px; } }
  @media screen and (max-width: 768px) {
    .news-events {
      padding: 60px 30px 30px; } }
  @media screen and (max-width: 320px) {
    .news-events {
      padding: 20px; } }
  .news-events h2 {
    font-size: 42px;
    font-weight: 300;
    color: #516e6f;
    margin: 0 0 67px;
    font-family: 'Open Sans', sans-serif; }
    @media screen and (max-width: 425px) {
      .news-events h2 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.25em; } }
  .news-events .news-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .news-events .news-container {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .news-events .news-container .news-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      background-color: #fff;
      width: 50%;
      margin: 0 18px;
      height: 210px;
      overflow: hidden; }
      @media screen and (max-width: 1024px) {
        .news-events .news-container .news-item {
          width: 100%;
          margin: 0 0 60px; } }
      @media screen and (max-width: 425px) {
        .news-events .news-container .news-item {
          -ms-flex-direction: column;
              flex-direction: column;
          height: auto;
          margin-bottom: 30px; } }
      .news-events .news-container .news-item:first-child {
        margin-left: 0; }
      .news-events .news-container .news-item:last-child {
        margin-right: 0; }
      .news-events .news-container .news-item img {
        display: block;
        width: 210px;
        height: 210px;
        max-width: none; }
        @media screen and (max-width: 425px) {
          .news-events .news-container .news-item img {
            height: auto;
            margin: 0 auto;
            max-width: -webkit-max-content;
            max-width: -moz-max-content;
            max-width: max-content;
            width: 100%; } }
      .news-events .news-container .news-item .news-text {
        padding: 43px; }
        @media screen and (max-width: 320px) {
          .news-events .news-container .news-item .news-text {
            padding: 20px; } }
        .news-events .news-container .news-item .news-text h3 {
          font-family: 'Open Sans', sans-serif;
          font-size: 24px;
          font-weight: 600;
          margin: 0 0 32px 0;
          line-height: 1.45em;
          max-height: 63px;
          overflow: hidden;
          text-overflow: ellipsis;
          letter-spacing: 1px; }
          @media screen and (max-width: 425px) {
            .news-events .news-container .news-item .news-text h3 {
              max-height: none;
              font-size: 18px; } }
          .news-events .news-container .news-item .news-text h3 a {
            color: #516e6f; }
        .news-events .news-container .news-item .news-text p {
          margin: 0;
          letter-spacing: 1.5px; }
          .news-events .news-container .news-item .news-text p a {
            font-family: 'Open Sans', sans-serif;
            font-weight: 700;
            color: #f16722;
            font-size: 18px;
            text-transform: uppercase; }
            .news-events .news-container .news-item .news-text p a:hover {
              text-decoration: underline; }
            .news-events .news-container .news-item .news-text p a:after {
              content: "";
              display: inline-block;
              width: 10px;
              height: 10px;
              border: 2px solid #f16722;
              border-left: 0;
              border-bottom: 0;
              transform: rotate(45deg);
              position: relative;
              bottom: 1px;
              left: 20px; }
        .news-events .news-container .news-item .news-text a {
          color: #1DA1A0;
          text-decoration: none;
          font-size: 22px; }

.email-sign-up {
  background-color: #f16722;
  padding: 48px 100px; }
  .email-sign-up .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 1024px) {
      .email-sign-up .wrapper {
        -ms-flex-direction: column;
            flex-direction: column; } }
  @media screen and (max-width: 1024px) {
    .email-sign-up {
      padding: 48px 60px; } }
  @media screen and (max-width: 768px) {
    .email-sign-up {
      padding: 30px; } }
  @media screen and (max-width: 320px) {
    .email-sign-up {
      padding: 20px; } }
  .email-sign-up .email-sign-up-heading {
    width: 100%; }
    .email-sign-up .email-sign-up-heading h2 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      font-size: 36px;
      line-height: 1;
      margin: 0; }
      @media screen and (max-width: 1024px) {
        .email-sign-up .email-sign-up-heading h2 {
          margin-bottom: 1.5rem; } }
      @media screen and (max-width: 425px) {
        .email-sign-up .email-sign-up-heading h2 {
          font-size: 32px; } }
      @media screen and (max-width: 320px) {
        .email-sign-up .email-sign-up-heading h2 {
          font-size: 28px; } }
  .email-sign-up .email-sign-up-form {
    text-align: right; }
    @media screen and (max-width: 1024px) {
      .email-sign-up .email-sign-up-form {
        width: 100%; } }
    .email-sign-up .email-sign-up-form form {
      width: 445px;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1024px) {
        .email-sign-up .email-sign-up-form form {
          width: 100%; } }
      @media screen and (max-width: 425px) {
        .email-sign-up .email-sign-up-form form {
          -ms-flex-direction: column;
              flex-direction: column; } }
    .email-sign-up .email-sign-up-form input {
      font-size: 19px;
      font-family: 'Open Sans', sans-serif;
      height: 44px;
      width: 268px;
      border-radius: 0;
      margin-right: 9px; }
      @media screen and (max-width: 1024px) {
        .email-sign-up .email-sign-up-form input {
          width: calc( 100% - 176px); } }
      @media screen and (max-width: 425px) {
        .email-sign-up .email-sign-up-form input {
          width: 100%;
          margin-bottom: 1em; } }
    .email-sign-up .email-sign-up-form input[type="text"],
    .email-sign-up .email-sign-up-form input[type="email"] {
      padding-left: 10px; }
    .email-sign-up .email-sign-up-form input[type="submit"] {
      background: #fcb61a;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      font-size: 20px;
      border: 0;
      border-color: unset;
      border-style: none;
      border-radius: 0;
      padding: 12px 50px;
      width: auto;
      outline: none; }
      @media screen and (max-width: 1024px) {
        .email-sign-up .email-sign-up-form input[type="submit"] {
          width: 172px; } }
      @media screen and (max-width: 425px) {
        .email-sign-up .email-sign-up-form input[type="submit"] {
          width: 100%; } }

.impact {
  height: 100%;
  background: #555555 no-repeat -100px center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  background-position-x: left;
  min-height: 643px; }
  @media screen and (max-width: 425px) {
    .impact {
      background-image: none !important;
      height: auto;
      min-height: 0;
      display: block; } }
  .impact .mobile-image {
    display: none;
    width: 100%; }
    @media screen and (max-width: 425px) {
      .impact .mobile-image {
        display: block; } }
  .impact.left {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start; }
    .impact.left .impact-container {
      margin-left: 185px; }
  .impact .impact-wrapper {
    margin: auto 85px auto 0;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .impact .impact-wrapper {
        margin: 0; } }
    .impact .impact-wrapper .impact-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      background: rgba(81, 110, 111, 0.8);
      min-height: 300px;
      border-radius: 4px;
      max-width: 528px;
      float: right;
      padding: 40px 45px 40px 50px; }
      @media screen and (max-width: 768px) {
        .impact .impact-wrapper .impact-container {
          max-width: none;
          width: 100%;
          border-radius: 0;
          padding: 30px; } }
      @media screen and (max-width: 320px) {
        .impact .impact-wrapper .impact-container {
          padding: 20px; } }
      .impact .impact-wrapper .impact-container .impact-copy {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        color: #fff;
        max-width: unset;
        -ms-flex-direction: row;
            flex-direction: row; }
        .impact .impact-wrapper .impact-container .impact-copy img {
          max-width: 80px; }
        .impact .impact-wrapper .impact-container .impact-copy .impact-text {
          padding: 0 0 0 23px; }
          @media screen and (max-width: 320px) {
            .impact .impact-wrapper .impact-container .impact-copy .impact-text {
              padding: 0; } }
          .impact .impact-wrapper .impact-container .impact-copy .impact-text h2 {
            margin: 0 0 15px 0;
            font-family: 'Open Sans', sans-serif;
            font-weight: normal;
            font-size: 23px;
            line-height: 1.43em; }
          .impact .impact-wrapper .impact-container .impact-copy .impact-text p {
            margin: 0;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
            font-size: 20px;
            line-height: 1.3em; }
      .impact .impact-wrapper .impact-container .input-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        padding-bottom: 0;
        color: #000;
        margin: 33px auto 0; }
        @media screen and (max-width: 768px) {
          .impact .impact-wrapper .impact-container .input-group {
            -ms-flex-direction: column;
                flex-direction: column;
            height: auto;
            width: 100%; } }
        .impact .impact-wrapper .impact-container .input-group input[type="text"] {
          font-size: 19px;
          font-family: 'Open Sans', sans-serif;
          text-align: center;
          height: 100%;
          width: 166px;
          margin: 0 5px 5px; }
          @media screen and (max-width: 768px) {
            .impact .impact-wrapper .impact-container .input-group input[type="text"] {
              width: 100%;
              margin-bottom: 1em;
              height: 55px; } }
        .impact .impact-wrapper .impact-container .input-group input[type="submit"] {
          background: transparent;
          border: 2px solid #fcb61a;
          border-radius: 1px;
          color: #fff;
          display: inline-block;
          text-transform: uppercase;
          font-family: 'Open Sans', sans-serif;
          font-weight: 600;
          padding: 6px 33px;
          width: auto;
          font-size: 19px;
          text-align: center;
          height: 100%;
          margin: 0 5px 5px; }
          @media screen and (max-width: 768px) {
            .impact .impact-wrapper .impact-container .input-group input[type="submit"] {
              width: 100%;
              padding: 16px; } }
          .impact .impact-wrapper .impact-container .input-group input[type="submit"]:hover {
            background: #fcb61a;
            color: #000;
            transition: all 0.3s linear 0s; }

.container {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center; }

.col-4 {
  width: 40%;
  float: left; }

.col-6 {
  width: 50%;
  float: left; }

.col-60 {
  width: 60%;
  float: left; }

@media (max-width: 1410px) {
  .col-6 {
    width: 100%;
    padding: 22px 20px; } }

@media (max-width: 1024px) {
  .hide-sm {
    display: none !important; } }

@media (min-width: 1024px) {
  .hide-lg {
    display: none !important; } }

.btn-mobile a,
.button {
  background-color: #f16722;
  color: #fff !important;
  padding: 10px 32px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px; }
  .btn-mobile a:hover,
  .button:hover {
    background: #fcb61a !important;
    color: #000 !important; }

.social-icons {
  padding-left: 1em;
  margin: 2.5em 0;
  float: right; }
  .social-icons img {
    width: 35px; }
  @media (max-width: 1410px) {
    .social-icons {
      display: inline-block;
      padding-left: 0;
      float: none; } }
  .social-icons li {
    background: none;
    padding: 0 1em 0 0; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;'; }

.input-group {
  height: inherit; }
  @media screen and (min-width: 426px) {
    .input-group {
      height: 42px; } }

.credit-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 1410px) {
    .credit-row {
      margin: 0 24px;
      text-align: left;
      -ms-flex-pack: center;
          justify-content: center; } }
  .credit-row img {
    margin-right: 10px; }

.credt-text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.board-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .board-container h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 31px;
    color: #f16722;
    margin: 72px 0 62px; }
    @media (max-width: 1410px) {
      .board-container h1 {
        margin-left: 20px;
        line-height: 1.3em; } }
    @media screen and (max-width: 320px) {
      .board-container h1 {
        margin: 20px; } }

.staff {
  background: #F2F2F2; }

.board-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1410px) {
    .board-grid {
      margin: 0; } }
  .board-grid h2 {
    font-size: 25px;
    color: #000;
    margin: 0; }
  .board-grid p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #666666;
    margin: 0; }
    .board-grid p.description {
      margin-bottom: 1em; }
  .board-grid figure {
    margin: 0 0 2em;
    overflow: hidden; }
    .board-grid figure figcaption {
      margin-top: 15px; }
  .board-grid .headshot {
    width: 246px;
    height: 246px; }
    @media screen and (max-width: 320px) {
      .board-grid .headshot {
        width: 100%;
        height: auto; } }
  .board-grid .extra-info {
    margin-bottom: 1em; }
  .board-grid .link__bio {
    width: 100%;
    text-transform: uppercase;
    color: #1DA1A0;
    font-family: 'Open Sans', sans-serif; }
    .board-grid .link__bio:after {
      content: "\f054";
      font-family: "FontAwesome";
      padding-left: 10px; }
  .board-grid .no-link,
  .board-grid .link {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    max-width: 262px;
    text-decoration: none;
    color: #000; }
    @media screen and (max-width: 320px) {
      .board-grid .no-link,
      .board-grid .link {
        max-width: none;
        margin: 0 20px; } }
  .board-grid hr {
    border: 1px solid #e2e7e7; }

@media screen and (min-width: 50em) {
  .board-grid .no-link,
  .board-grid .link {
    width: calc(100% / 5);
    margin: 0;
    padding-right: 1em; }
  .link:nth-of-type(4) {
    margin-right: calc(100% / 5); } }

.board-grid img {
  border: none;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
  background: #ccc;
  transition: transform .2s ease-in-out; }
  @media screen and (max-width: 320px) {
    .board-grid img {
      width: 100%; } }

.board-grid .p a {
  display: inline;
  font-size: 13px;
  margin: 0;
  text-decoration: underline;
  color: blue; }

.board-grid .p {
  text-align: center;
  font-size: 13px;
  padding-top: 100px; }

.info {
  background: #F2F2F2; }
  .info .info-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin: 60px auto;
    width: 100%;
    max-width: 1410px; }
    .info .info-container > h2 {
      color: #516e6f;
      font-size: 42px;
      line-height: 1.09em;
      font-weight: 300;
      text-align: center;
      margin: 0 0 13px; }
    .info .info-container > h3 {
      color: #516e6f;
      font-size: 24px;
      line-height: 1.375em;
      font-weight: normal;
      max-width: 820px;
      text-align: center;
      margin: 0 0 62px; }
  .info .info-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 10px 0;
    position: relative;
    width: 100%; }
    @media (min-width: 1024px) {
      .info .info-row {
        min-height: 344px; } }
    .info .info-row .program-image {
      cursor: pointer; }
    .info .info-row.yellow a {
      color: #fcb61a; }
      .info .info-row.yellow a:after {
        border-color: #fcb61a !important; }
    .info .info-row.green a {
      color: #00b380; }
      .info .info-row.green a:after {
        border-color: #00b380 !important; }
    .info .info-row.teal a {
      color: #1DA1A0; }
      .info .info-row.teal a:after {
        border-color: #1DA1A0 !important; }
    .info .info-row.orange a {
      color: #f16722; }
      .info .info-row.orange a:after {
        border-color: #f16722 !important; }
    .info .info-row .program-title {
      position: absolute;
      bottom: 50px;
      left: 50px;
      color: #ffffff;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.75em; }
    @media (max-width: 1440px) {
      .info .info-row {
        padding: 10px 20px; } }
    @media (max-width: 1024px) {
      .info .info-row {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .info .info-row .info-text-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background: #fff;
      padding-right: 90px; }
      @media (max-width: 1024px) {
        .info .info-row .info-text-container {
          padding-right: 0; } }
      @media screen and (max-width: 425px) {
        .info .info-row .info-text-container {
          padding: 0 0 1.3em; } }
      .info .info-row .info-text-container .program-info {
        width: 100%; }
      .info .info-row .info-text-container p {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.45em;
        margin: 0 0 23px; }
        @media screen and (min-width: 1025px) and (max-width: 1410px) {
          .info .info-row .info-text-container p {
            font-size: 1.5vw; } }
        .info .info-row .info-text-container p.program-link {
          margin: 0; }
          @media screen and (max-width: 1024px) {
            .info .info-row .info-text-container p.program-link {
              padding: 1.3em; } }
          @media screen and (max-width: 425px) {
            .info .info-row .info-text-container p.program-link {
              text-align: center; } }
          .info .info-row .info-text-container p.program-link a {
            font-weight: bold;
            text-transform: uppercase; }
            .info .info-row .info-text-container p.program-link a:after {
              content: "";
              display: inline-block;
              width: 10px;
              height: 10px;
              border: 2px solid;
              border-left: 0;
              border-bottom: 0;
              transform: rotate(45deg);
              position: relative;
              bottom: 1px;
              left: 13px; }
      .info .info-row .info-text-container .icon {
        margin: 0 4.250rem;
        max-width: 76px; }
      .info .info-row .info-text-container h2 {
        color: #516e6f;
        font-size: 22px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        display: inline-block;
        margin: 0 0 13px;
        letter-spacing: .3px; }
      @media (max-width: 1024px) {
        .info .info-row .info-text-container {
          -ms-flex-direction: column;
              flex-direction: column;
          padding-top: 1.3em; }
          .info .info-row .info-text-container .icon {
            margin: 1em 0; }
          .info .info-row .info-text-container p {
            margin: 1.3em; } }
    @media screen and (max-width: 1024px) and (max-width: 425px) {
      .info .info-row .info-text-container p {
        margin: 1em 0;
        padding: 0 20px; } }
      @media (max-width: 1024px) {
          .info .info-row .info-text-container h2 {
            margin: 0 0 1em 1.3em; } }
    @media screen and (max-width: 1024px) and (max-width: 425px) {
      .info .info-row .info-text-container h2 {
        margin: 0 0 1em 0;
        padding: 0 20px; } }

.bio-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.bio-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 10px 0;
  max-width: 1260px; }
  .bio-row h2 {
    margin: 0 0 12px; }
  .bio-row div {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: auto 2em; }
    .bio-row div p {
      margin: 0; }
  @media (max-width: 1410px) {
    .bio-row {
      -ms-flex-direction: column;
          flex-direction: column;
      max-width: 90%; }
      .bio-row img {
        width: 100%; } }

.secondary-nav {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 7px solid #ddd; }
  @media (max-width: 1410px) {
    .secondary-nav {
      border-bottom: 0; } }
  .secondary-nav ul {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  .secondary-nav li {
    padding: 1em 0;
    margin-right: 32px;
    margin-bottom: -7px;
    border-bottom: 7px solid transparent;
    background: none;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .secondary-nav li:hover {
      border-bottom: 7px solid #fcb61a; }
    .secondary-nav li.active {
      border-bottom: 7px solid #fcb61a; }
      .secondary-nav li.active a {
        color: #f16722; }
    .secondary-nav li a {
      color: #f16722; }
      .secondary-nav li a:hover {
        color: #f16722; }
  @media (max-width: 1410px) {
    .secondary-nav ul {
      -ms-flex-direction: column;
          flex-direction: column;
      margin: 0;
      width: 100%; }
    .secondary-nav li {
      background: #E6E6E6;
      padding: 20px;
      margin-bottom: 2px;
      margin-right: 0; }
      .secondary-nav li:last-child {
        margin-bottom: 0; } }

.search-bar {
  display: none;
  background: #535353;
  position: absolute;
  color: #FFF;
  width: 100%;
  z-index: 100000;
  height: 121px;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  padding: 0 50px; }

.search-bar__form {
  width: 100%;
  height: 100%; }

.search-bar__form input {
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #FFF !important;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  text-align: center; }
  .search-bar__form input::-ms-clear {
    display: none; }
  .search-bar__form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px #535353 inset;
    -webkit-text-fill-color: #fff; }

.search-bar__close {
  width: 28px;
  height: 28px;
  -webkit-box-flex: 0 0 20px;
  -ms-flex-positive: 0 0 20px;
  flex-grow: 0 0 20px; }

.fa-times:before {
  font-size: 28px; }

input#s::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #FFF; }

input#s:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF; }

input#s::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF; }

input#s:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF; }

input#s::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFF; }

input#s::-webkit-input-placeholder {
  /* Most modern browsers support this now. */
  color: #FFF; }

input#s::-moz-placeholder {
  /* Most modern browsers support this now. */
  color: #FFF; }

input#s:-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #FFF; }

input#s::placeholder {
  /* Most modern browsers support this now. */
  color: #FFF; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

section.error-404.not-found {
  margin: auto; }
  section.error-404.not-found .search-wrap {
    height: initial; }
  section.error-404.not-found .search-wrap input[type="search"] {
    width: 100%; }

section.no-results.not-found {
  margin: 0 100px; }

.page-content {
  margin-bottom: 10%; }

.post {
  margin-bottom: 5%; }

.search-form {
  height: 42px; }

.search-wrap {
  height: 42px; }

.search-wrap input[type="submit"] {
  background: #f16722;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 21px;
  border: 0 none unset;
  padding: 0 2em;
  height: 100%; }
  .search-wrap input[type="submit"]:hover {
    background: #FFD13F;
    color: #000;
    transition: all 0.3s linear 0s; }

.search-wrap input[type="search"] {
  padding: 20px 10px;
  line-height: 28px; }

.page-header {
  max-width: 1260px;
  margin: auto; }

.entry-title {
  font-family: 'Open Sans', sans-serif; }
  .entry-title a {
    color: #001E61; }
    .entry-title a:hover, .entry-title a:visited, .entry-title a:active {
      color: #001E61; }

.entry-summary p {
  font-size: 1.5em;
  line-height: 1.5; }

time.entry-date {
  color: #1B75BB; }

.entry-footer {
  background: none; }

span.cat-links a {
  color: #1DA1A0; }

span.author a {
  color: #1DA1A0; }

div.widget.widget_recent_entries ul {
  list-style-type: none;
  padding: 0; }
  div.widget.widget_recent_entries ul li a {
    color: #1DA1A0; }

div.widget.widget_categories ul {
  list-style-type: none;
  padding: 0; }
  div.widget.widget_categories ul li a {
    color: #1DA1A0; }

.entry-header {
  margin-bottom: 16px; }

.post-thumbnail {
  float: left;
  margin-right: 16px; }

.staff-modal {
  background: #FFF;
  max-width: 800px;
  min-width: 600px;
  height: 400px;
  padding: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 768px) {
    .staff-modal {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .staff-modal img {
    padding-right: 22px;
    height: 262px;
    width: 262px; }

:focus {
  outline: none; }

.wrapper {
  width: 100%;
  padding: 0 30px;
  max-width: 1410px;
  margin: 0 auto; }

.navigation {
  background: #fff; }

.brand {
  height: 100%;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .brand {
      padding: 0 1em; } }
  .brand img {
    max-width: 202px; }
    @media screen and (max-width: 320px) {
      .brand img {
        max-width: 160px;
        margin-top: 17px; } }
  .brand a,
  .brand a:visited {
    color: #516e6f;
    text-decoration: none; }

.nav-container {
  max-width: 1410px;
  margin: 0 auto;
  padding: 17px 20px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 99; }
  @media screen and (min-width: 1025px) and (max-width: 1410px) {
    .nav-container {
      padding: 17px 30px; } }
  @media only screen and (max-width: 1024px) {
    .nav-container {
      -ms-flex-align: normal;
          align-items: normal;
      padding: 17px 0; } }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  nav ul li {
    float: left;
    position: relative; }
    nav ul li a,
    nav ul li a:visited {
      cursor: pointer;
      display: block;
      position: relative;
      font-size: 22px;
      padding: 0 26px;
      color: #516e6f;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      text-decoration: none;
      white-space: nowrap; }
      nav ul li a:hover,
      nav ul li a:visited:hover {
        color: #001E61; }
      @media screen and (max-width: 1410px) {
        nav ul li a:not(:only-child):after,
        nav ul li a:visited:not(:only-child):after {
          display: none;
          content: '▾';
          position: absolute;
          top: 140%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 32px; } }
  @media only screen and (max-width: 1410px) and (max-width: 1024px) {
    nav ul li a:not(:only-child):after,
    nav ul li a:visited:not(:only-child):after {
      left: 90%; } }
    nav ul li ul li {
      min-width: 190px; }
      nav ul li ul li a {
        padding: 15px;
        line-height: 20px; }
    nav ul li.search {
      margin-right: 22px; }

.sub-menu {
  top: 37px;
  left: 0;
  margin: auto;
  position: absolute;
  background: #fff;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  padding: 0 15px; }
  .sub-menu > li {
    border-bottom: 1px solid #e2e7e7; }
    .sub-menu > li:first-child {
      border-top: 6px solid #fcb61a; }
    .sub-menu > li:last-child {
      border-bottom: 0; }
    .sub-menu > li a {
      text-transform: none;
      font-size: 1em;
      padding: 15px 0;
      font-weight: normal; }
  .sub-menu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    display: block;
    top: -12px; }

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 140px;
  width: 140px; }

@media only screen and (max-width: 1024px) {
  .nav-mobile {
    display: block; }
  nav ul li a:not(:only-child):after,
  nav ul li a:visited:not(:only-child):after {
    top: 50%; }
  nav {
    width: 100%;
    padding: 100px 0 15px;
    display: block;
    position: absolute;
    right: 0;
    top: 1em;
    background: #fff; }
    nav ul {
      display: none; }
      nav ul li {
        float: none; }
        nav ul li a {
          padding: 15px;
          line-height: 20px; }
        nav ul li ul li a {
          padding-left: 30px; }
  .sub-menu {
    position: static;
    box-shadow: none; }
  .hide-sm {
    display: none; }
  .search {
    display: block;
    position: absolute;
    float: left;
    top: 34px;
    right: 76px; }
    .search a {
      float: right; }
    .search i {
      font-size: 26px;
      color: #1B75BB; } }

@media screen and (min-width: 1025px) {
  #primary-menu {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center; } }

#nav-toggle {
  position: absolute;
  left: 90px;
  top: 35px;
  cursor: pointer;
  padding: 10px 35px 16px 0px; }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #516e6f;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out; }
  #nav-toggle span:before {
    top: -10px; }
  #nav-toggle span:after {
    bottom: -10px; }
  #nav-toggle.active span {
    background-color: transparent; }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
      top: 0; }
    #nav-toggle.active span:before {
      transform: rotate(45deg); }
    #nav-toggle.active span:after {
      transform: rotate(-45deg); }

article {
  max-width: 1410px;
  margin: 0 auto;
  padding: 10px; }

@media only screen and (max-width: 1024px) {
  a.active.caret:after {
    content: '▾';
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    display: none; }
  .menu-item-has-children a:before {
    content: '▾';
    position: absolute;
    font-size: 32px;
    left: 90%; } }

ul.sub-menu a:before {
  display: none; }

ul.menu li.menu-item {
  background: none;
  background-size: unset;
  padding: 0;
  font-size: inherit;
  font-family: inherit; }
  ul.menu li.menu-item:hover > a {
    color: #f16722; }
  @media screen and (min-width: 1024px) {
    ul.menu li.menu-item:hover ul.sub-menu {
      display: block; } }

footer.main-footer {
  font-family: 'Open Sans', sans-serif; }
  footer.main-footer .footer-top {
    background-color: #1DA1A0;
    overflow: hidden;
    color: #fff;
    padding: 40px 100px; }
    @media screen and (max-width: 1024px) {
      footer.main-footer .footer-top {
        padding: 40px 60px; } }
    @media screen and (max-width: 768px) {
      footer.main-footer .footer-top {
        padding: 30px 0; } }
    @media screen and (max-width: 320px) {
      footer.main-footer .footer-top {
        padding: 20px 0; } }
    footer.main-footer .footer-top .footer-top-left,
    footer.main-footer .footer-top .footer-top-right,
    footer.main-footer .footer-top .footer-contact-info,
    footer.main-footer .footer-top .footer-partner-login {
      width: 50%;
      float: left; }
      @media screen and (max-width: 1024px) {
        footer.main-footer .footer-top .footer-top-left,
        footer.main-footer .footer-top .footer-top-right,
        footer.main-footer .footer-top .footer-contact-info,
        footer.main-footer .footer-top .footer-partner-login {
          width: 100%;
          margin-bottom: 1.5em; } }
    footer.main-footer .footer-top .footer-top-left h2 {
      margin: 0 0 38px 0;
      font-size: 22px;
      line-height: 1.318em;
      font-weight: normal; }
    footer.main-footer .footer-top .footer-top-left a.button {
      background-color: #fcb61a;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      padding: 10px 40px; }
    footer.main-footer .footer-top .footer-top-right {
      text-align: right;
      padding-left: 150px; }
      @media screen and (max-width: 1024px) {
        footer.main-footer .footer-top .footer-top-right {
          text-align: left;
          padding-left: 0; } }
      footer.main-footer .footer-top .footer-top-right h2 {
        margin: 0 0 27px 0;
        font-size: 18px;
        line-height: 1.611em;
        font-weight: normal; }
      footer.main-footer .footer-top .footer-top-right form {
        position: relative;
        right: -6px; }
      footer.main-footer .footer-top .footer-top-right input[type="text"],
      footer.main-footer .footer-top .footer-top-right input[type="email"] {
        height: 44px;
        border-radius: 0;
        margin-bottom: 5px;
        margin-right: 5px;
        border: 0;
        width: 250px;
        padding: 0 0 0 20px; }
        @media screen and (max-width: 425px) {
          footer.main-footer .footer-top .footer-top-right input[type="text"],
          footer.main-footer .footer-top .footer-top-right input[type="email"] {
            width: 100%;
            margin-bottom: 1em; } }
      footer.main-footer .footer-top .footer-top-right input[type="submit"] {
        background-color: #fcb61a;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        margin-right: 5px;
        padding: 12px 48px;
        border-radius: 0;
        border: 0;
        outline: none; }
        @media screen and (max-width: 425px) {
          footer.main-footer .footer-top .footer-top-right input[type="submit"] {
            width: 100%; } }
    footer.main-footer .footer-top .footer-social-links {
      width: 100%;
      clear: both;
      text-align: right;
      padding: 24px 0 0 0; }
      @media screen and (max-width: 1024px) {
        footer.main-footer .footer-top .footer-social-links {
          text-align: left; } }
      footer.main-footer .footer-top .footer-social-links ul {
        margin: 0;
        padding: 0;
        position: relative;
        overflow: hidden; }
        footer.main-footer .footer-top .footer-social-links ul:before {
          content: "";
          width: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          left: -220px;
          margin: auto;
          height: 1px;
          background-color: #fff; }
          @media screen and (max-width: 1024px) {
            footer.main-footer .footer-top .footer-social-links ul:before {
              left: auto;
              right: -220px; } }
        footer.main-footer .footer-top .footer-social-links ul li {
          display: inline-block;
          background: none;
          padding: 0;
          margin: 0 5px; }
          footer.main-footer .footer-top .footer-social-links ul li:first-child {
            margin-left: 0; }
          footer.main-footer .footer-top .footer-social-links ul li:last-child {
            margin-right: 0; }
          footer.main-footer .footer-top .footer-social-links ul li a {
            color: #1DA1A0;
            background-color: #fff;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center; }
    footer.main-footer .footer-top .footer-contact-info {
      font-size: 18px;
      line-height: 1.611em;
      padding-top: 10px; }
      footer.main-footer .footer-top .footer-contact-info p {
        margin: 0; }
      footer.main-footer .footer-top .footer-contact-info a {
        color: #fff;
        text-decoration: underline; }
    footer.main-footer .footer-top .footer-partner-login {
      text-align: right;
      padding-top: 70px; }
      @media screen and (max-width: 1024px) {
        footer.main-footer .footer-top .footer-partner-login {
          text-align: left;
          padding: 0; } }
      footer.main-footer .footer-top .footer-partner-login p {
        margin: 0; }
      footer.main-footer .footer-top .footer-partner-login a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.18px;
        padding-right: 12px; }
        footer.main-footer .footer-top .footer-partner-login a:after {
          content: "";
          display: inline-block;
          width: 12px;
          height: 12px;
          border: 2px solid #fff;
          border-left: 0;
          border-bottom: 0;
          transform: rotate(45deg);
          position: relative;
          bottom: 1px;
          left: 12px; }
  footer.main-footer .footer-bottom {
    padding: 24px 100px;
    overflow: hidden;
    background: #fff;
    color: #516e6f; }
    footer.main-footer .footer-bottom .wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 1024px) {
        footer.main-footer .footer-bottom .wrapper {
          -ms-flex-direction: column;
              flex-direction: column; } }
    @media screen and (max-width: 1024px) {
      footer.main-footer .footer-bottom {
        padding: 24px 60px; } }
    @media screen and (max-width: 768px) {
      footer.main-footer .footer-bottom {
        padding: 30px; } }
    footer.main-footer .footer-bottom a {
      color: #1DA1A0; }
    footer.main-footer .footer-bottom .footer-bottom-left {
      width: 50%; }
      @media screen and (max-width: 1024px) {
        footer.main-footer .footer-bottom .footer-bottom-left {
          width: 100%; } }
      footer.main-footer .footer-bottom .footer-bottom-left ul.menu {
        margin: 0 0 13px 0; }
        footer.main-footer .footer-bottom .footer-bottom-left ul.menu li {
          font-size: 18px;
          font-weight: 700;
          display: inline-block;
          margin: 0 10px; }
          footer.main-footer .footer-bottom .footer-bottom-left ul.menu li:first-child {
            margin-left: 0; }
          footer.main-footer .footer-bottom .footer-bottom-left ul.menu li:last-child {
            margin-right: 0; }
          footer.main-footer .footer-bottom .footer-bottom-left ul.menu li.search, footer.main-footer .footer-bottom .footer-bottom-left ul.menu li.btn-mobile {
            display: none; }
          footer.main-footer .footer-bottom .footer-bottom-left ul.menu li a {
            color: #516e6f; }
            footer.main-footer .footer-bottom .footer-bottom-left ul.menu li a:before {
              display: none; }
      footer.main-footer .footer-bottom .footer-bottom-left p.copyright {
        font-size: 18px;
        margin: 0 0 0 0; }
      footer.main-footer .footer-bottom .footer-bottom-left p.credit {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; }
        footer.main-footer .footer-bottom .footer-bottom-left p.credit img {
          margin-right: 10px; }
    footer.main-footer .footer-bottom .footer-bottom-right {
      text-align: right;
      width: 50%; }
      @media screen and (max-width: 1024px) {
        footer.main-footer .footer-bottom .footer-bottom-right {
          text-align: left; } }
      @media screen and (max-width: 1024px) {
        footer.main-footer .footer-bottom .footer-bottom-right {
          width: 100%; } }
      footer.main-footer .footer-bottom .footer-bottom-right ul.accreditations {
        margin: 0; }
        footer.main-footer .footer-bottom .footer-bottom-right ul.accreditations li {
          background: none;
          padding: 0;
          display: inline-block;
          vertical-align: middle;
          margin: 0 15px; }
          footer.main-footer .footer-bottom .footer-bottom-right ul.accreditations li:first-child {
            margin-left: 0; }
          footer.main-footer .footer-bottom .footer-bottom-right ul.accreditations li:last-child {
            margin-right: 0; }
          footer.main-footer .footer-bottom .footer-bottom-right ul.accreditations li img {
            max-width: 163px;
            max-height: 66px; }

.hentry.search-result {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 1024px) {
    .hentry.search-result {
      padding: 20px; } }

@font-face {
  font-family: 'latobold';
  src: url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoregular';
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.gform_wrapper {
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px; }
  .gform_wrapper .gform_heading {
    display: inline-block;
    background: #f16722;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0 !important; }
    .gform_wrapper .gform_heading h3.gform_title {
      font-weight: bold;
      color: #fff;
      margin: 10px 15px !important;
      font-size: 1.1rem; }
    .gform_wrapper .gform_heading .gform_description {
      display: none; }
  .gform_wrapper .gform_body {
    padding: 0 0 0 15px; }
    @media screen and (max-width: 640px) {
      .gform_wrapper .gform_body {
        padding: 0 8px; } }
  @media screen and (min-width: 641px) {
    .gform_wrapper .gform_footer {
      padding: 16px 15px !important;
      margin-bottom: 0 !important; } }
  .gform_wrapper ul li {
    background: none;
    padding-left: 0 !important; }
  .gform_wrapper label.gfield_label {
    font-weight: 400 !important; }
  .gform_wrapper .gsection {
    border-bottom: none !important;
    margin-bottom: 0 !important; }
  .gform_wrapper h2.gsection_title {
    font-size: 1.3rem !important;
    color: #536d6f !important;
    font-weight: 400 !important; }
  .gform_wrapper input[type="submit"] {
    display: block;
    background: #f16722;
    border: 2px solid #f16722;
    color: #fff;
    width: 100% !important;
    padding: 20px 10px;
    transition: all .2s ease-in-out; }
    .gform_wrapper input[type="submit"]:hover {
      background: transparent !important;
      color: #f16722 !important; }
  .gform_wrapper .gfield_contains_required {
    margin-top: 4px !important; }
  .gform_wrapper .gfield_required {
    color: #f16722 !important; }

.two-column {
  display: -ms-flexbox;
  display: flex; }

.two-column .left-col {
  width: 65%;
  margin-right: 3%; }

.two-column .right-col {
  width: 32%;
  min-width: 410px; }

@media only screen and (max-width: 1040px) {
  div.two-column {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; }
  .two-column .left-col {
    width: 100%;
    margin-right: 0; }
  .two-column .right-col {
    width: 100%;
    max-width: 460px;
    min-width: auto;
    margin-top: 40px; } }
