/*
 Theme Name:   UR TBD Child Theme
 Theme URI:    http://www.rochester.edu
 Description:  Child theme for "University of Rochester" WP theme. Made for Office of Diversity.
 Author:       Nick Scipione
 Author URI:   http://www.rochester.edu/
 Template:     ur
 Version:      1.0.0
*/
/* Variables */
/* Colors */
/* line 1, assets/sass/_navigation-two.scss */
.toggle_inner {
  display: none;
  margin: 20px auto 0;
  width: 90%;
  max-width: 350px;
  text-align: center;
  border: 1px solid #305586;
  padding: 14px 0 10px;
  color: #305586;
  font-weight: bold;
  line-height: 10px;
  vertical-align: top;
  cursor: pointer;
}
@media (max-width: 998px) {
  /* line 1, assets/sass/_navigation-two.scss */
  .toggle_inner {
    display: block !important;
  }
}
/* line 17, assets/sass/_navigation-two.scss */
.toggle_inner .lines {
  display: inline-block;
  width: 20px;
  vertical-align: top;
  margin-left: 5px;
}
/* line 22, assets/sass/_navigation-two.scss */
.toggle_inner .lines span {
  display: block;
  width: 100%;
  height: 2px;
  background: #305586;
  margin-bottom: 3px;
  vertical-align: top;
  transition: .3s;
  position: relative;
  top: 0;
}

/* line 39, assets/sass/_navigation-two.scss */
.mobile_open .toggle_inner .lines span:nth-of-type(1) {
  transform: rotate(40deg);
  top: 5px;
}
/* line 43, assets/sass/_navigation-two.scss */
.mobile_open .toggle_inner .lines span:nth-of-type(2) {
  opacity: 0;
}
/* line 46, assets/sass/_navigation-two.scss */
.mobile_open .toggle_inner .lines span:nth-of-type(3) {
  transform: rotate(-40deg);
  top: -5px;
}
/* line 53, assets/sass/_navigation-two.scss */
.mobile_open nav.nav-main {
  height: 300px;
  transition: .3s;
}

/* line 58, assets/sass/_navigation-two.scss */
nav.nav-main {
  text-align: center;
  margin: 40px 0 0px 0;
}
@media (max-width: 998px) {
  /* line 58, assets/sass/_navigation-two.scss */
  nav.nav-main {
    height: 0;
    overflow: hidden;
    transition: .3s;
    margin-top: 20px;
  }
  /* line 66, assets/sass/_navigation-two.scss */
  nav.nav-main li {
    width: 100% !important;
    padding: 10px 0 !important;
  }
  /* line 69, assets/sass/_navigation-two.scss */
  nav.nav-main li:after {
    display: none !important;
  }
  /* line 72, assets/sass/_navigation-two.scss */
  nav.nav-main li a {
    font-size: 1.5rem !important;
  }
}
/* line 77, assets/sass/_navigation-two.scss */
nav.nav-main #menu-primary-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 81, assets/sass/_navigation-two.scss */
nav.nav-main #menu-primary-navigation li {
  display: inline-block;
}
/* line 83, assets/sass/_navigation-two.scss */
nav.nav-main #menu-primary-navigation li:after {
  content: '|';
  padding-left: 5px !important;
  margin-right: 0px !important;
  display: inline-block;
  font-weight: normal;
  color: #C3C3C3;
}
/* line 92, assets/sass/_navigation-two.scss */
nav.nav-main #menu-primary-navigation li.active a {
  font-weight: bold;
  text-decoration: underline;
}
/* line 97, assets/sass/_navigation-two.scss */
nav.nav-main #menu-primary-navigation li a {
  font-weight: 300;
  font-size: 1.3rem;
  font-family: "proxima-nova";
}
/* line 104, assets/sass/_navigation-two.scss */
nav.nav-main #menu-primary-navigation li:last-of-type:after {
  display: none;
}
/* line 108, assets/sass/_navigation-two.scss */
nav.nav-main #menu-primary-navigation li:after {
  content: '|';
  padding-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

/* line 1, assets/sass/_grid.scss */
.clear {
  clear: both;
}

/* line 6, assets/sass/_grid.scss */
body .top-toolbar-container .tools-top {
  display: inline-block;
}
/* line 12, assets/sass/_grid.scss */
body .canvas .boxed.border-top {
  border-top: 1px solid #f2f2f2;
  margin-top: 60px;
}
/* line 16, assets/sass/_grid.scss */
body .canvas .boxed.no-margin {
  margin: 0;
}
/* line 19, assets/sass/_grid.scss */
body .canvas .boxed.no-pad {
  padding: 0;
}
/* line 22, assets/sass/_grid.scss */
body .canvas .boxed.grid {
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 26, assets/sass/_grid.scss */
body .canvas .boxed.grid.no-border {
  border-top: none;
}
/* line 29, assets/sass/_grid.scss */
body .canvas .boxed.grid .inner {
  padding-bottom: 50px;
  border-top: 1px solid #c3c3c3;
}
/* line 34, assets/sass/_grid.scss */
body .canvas .boxed .inner {
  padding: 0;
  max-width: 1350px;
  margin: 0 auto;
  padding: 50px 150px 0;
}
@media (max-width: 989px) {
  /* line 34, assets/sass/_grid.scss */
  body .canvas .boxed .inner {
    padding: 50px 10px !important;
  }
  /* line 41, assets/sass/_grid.scss */
  body .canvas .boxed .inner .title-header__intro-text {
    font-size: 1.75rem;
    width: 100% !important;
  }
}
/* line 46, assets/sass/_grid.scss */
body .canvas .boxed .inner.white {
  background: white;
}
/* line 49, assets/sass/_grid.scss */
body .canvas .boxed .inner.blue {
  background: #00b0e9;
  padding: 30px 75px;
}
/* line 53, assets/sass/_grid.scss */
body .canvas .boxed .inner.dark {
  background: #333a45;
  padding: 100px 150px 50px;
}
/* line 56, assets/sass/_grid.scss */
body .canvas .boxed .inner.dark h2 {
  color: white;
}
/* line 59, assets/sass/_grid.scss */
body .canvas .boxed .inner.dark .top_level {
  color: white;
}
/* line 63, assets/sass/_grid.scss */
body .canvas .boxed .inner.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 989px) {
  /* line 63, assets/sass/_grid.scss */
  body .canvas .boxed .inner.flex {
    display: block;
  }
  /* line 69, assets/sass/_grid.scss */
  body .canvas .boxed .inner.flex .col-lg-1, body .canvas .boxed .inner.flex .col-lg-2, body .canvas .boxed .inner.flex .col-lg-3, body .canvas .boxed .inner.flex .col-lg-4, body .canvas .boxed .inner.flex .col-lg-5, body .canvas .boxed .inner.flex .col-lg-6, body .canvas .boxed .inner.flex .col-lg-7, body .canvas .boxed .inner.flex .col-lg-8, body .canvas .boxed .inner.flex .col-lg-9, body .canvas .boxed .inner.flex .col-lg-10, body .canvas .boxed .inner.flex .col-lg-11, body .canvas .boxed .inner.flex .col-lg-12 {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }
}
/* line 75, assets/sass/_grid.scss */
body .canvas .boxed .inner.flex .col-lg-3 {
  display: inline-flex;
  width: 25%;
  flex-direction: column;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
/* line 82, assets/sass/_grid.scss */
body .canvas .boxed .inner.flex .col-lg-4 {
  display: inline-flex;
  width: 33.33333%;
  flex-direction: column;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
/* line 89, assets/sass/_grid.scss */
body .canvas .boxed .inner.flex .col-lg-5 {
  display: inline-flex;
  width: 41.66667%;
  flex-direction: column;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
/* line 96, assets/sass/_grid.scss */
body .canvas .boxed .inner.flex .col-lg-6 {
  display: inline-flex;
  width: 50%;
  flex-direction: column;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
/* line 103, assets/sass/_grid.scss */
body .canvas .boxed .inner.flex .col-lg-7 {
  display: inline-flex;
  width: 58.33333%;
  flex-direction: column;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
/* line 110, assets/sass/_grid.scss */
body .canvas .boxed .inner.flex .col-lg-8 {
  display: inline-flex;
  width: 66.66667%;
  flex-direction: column;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
/* line 117, assets/sass/_grid.scss */
body .canvas .boxed .inner.flex .col-lg-10 {
  width: 83.33333%;
  display: inline-flex;
  flex-direction: column;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
/* line 124, assets/sass/_grid.scss */
body .canvas .boxed .inner.flex .col-lg-11 {
  width: 91.66667%;
  display: inline-flex;
  flex-direction: column;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
/* line 132, assets/sass/_grid.scss */
body .canvas .boxed .inner.column {
  flex-direction: column;
  float: none;
}
/* line 136, assets/sass/_grid.scss */
body .canvas .boxed .inner .narrow {
  width: 85%;
  margin: 0 auto;
}

/* line 1, assets/sass/_home.scss */
body {
  background: #e4e4e4;
}
/* line 4, assets/sass/_home.scss */
body p a {
  color: #00b0e9;
  font-weight: bold;
  text-decoration: underline;
}
/* line 10, assets/sass/_home.scss */
body h1 {
  font-family: "proxima-nova" !important;
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  margin: 50px 0 0 0 !important;
  text-transform: uppercase;
}
/* line 17, assets/sass/_home.scss */
body h1.utopia {
  font-family: "utopia-std";
}
/* line 21, assets/sass/_home.scss */
body h2 {
  font-family: "proxima-nova" !important;
  font-size: 2.5rem !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 28, assets/sass/_home.scss */
body h3 {
  font-family: "proxima-nova" !important;
  font-size: 1.65rem !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
/* line 35, assets/sass/_home.scss */
body h3.color-blue {
  color: #00b0e9 !important;
}
/* line 38, assets/sass/_home.scss */
body h3.utopia {
  font-family: "utopia-std" !important;
  text-transform: inherit !important;
  margin-bottom: 15px !important;
}
/* line 44, assets/sass/_home.scss */
body h4 {
  font-family: "proxima-nova" !important;
  font-size: 1.45rem !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
/* line 53, assets/sass/_home.scss */
body .canvas .title-header__intro-text {
  font-weight: 400;
  line-height: 1.4;
  font-family: "utopia-std";
  font-size: 1.8rem;
  margin-bottom: 0px;
  font-weight: 700;
  color: #6f6f6f;
}
/* line 62, assets/sass/_home.scss */
body .canvas p {
  font-size: 1.1rem;
}
@media (max-width: 989px) {
  /* line 65, assets/sass/_home.scss */
  body .canvas .intro-text {
    width: 100% !important;
  }
}
/* line 69, assets/sass/_home.scss */
body .canvas .intro-text p {
  font-size: 1.25rem;
  font-family: "proxima-nova";
}
/* line 74, assets/sass/_home.scss */
body .canvas .content_title {
  font-family: "utopia-std";
  font-size: 1.75rem !important;
  margin-bottom: 0 !important;
  color: #494949;
}
/* line 80, assets/sass/_home.scss */
body .canvas p {
  font-family: "proxima-nova";
  font-size: 1.25rem;
}
/* line 84, assets/sass/_home.scss */
body .canvas .bold {
  font-weight: bold;
}
/* line 87, assets/sass/_home.scss */
body .canvas .theme {
  text-align: center;
  display: inline-flex;
  align-content: center;
  font-family: "proxima-nova";
  font-size: 1.25rem !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0, 0, 0.23, 1.4);
}
/* line 99, assets/sass/_home.scss */
body .canvas .theme span {
  color: #00b0e9;
  position: relative;
  z-index: 1;
  transition: 0.3s cubic-bezier(0, 0, 0.23, 1.4);
}
/* line 104, assets/sass/_home.scss */
body .canvas .theme span svg {
  display: inline-blockblock;
  position: relative;
  margin-left: 0px;
  top: 0;
  font-size: 0;
  transition: .3s;
}
/* line 113, assets/sass/_home.scss */
body .canvas .theme:after {
  content: '';
  background: #00b0e9;
  width: 100%;
  height: 110%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  transition: 0.3s cubic-bezier(0, 0, 0.23, 1.4);
}
/* line 125, assets/sass/_home.scss */
body .canvas .theme:hover span {
  color: white;
}
/* line 127, assets/sass/_home.scss */
body .canvas .theme:hover span svg {
  top: 0;
  margin-left: 15px;
  font-size: 20px;
}
/* line 133, assets/sass/_home.scss */
body .canvas .theme:hover:after {
  top: 0;
}
/* line 139, assets/sass/_home.scss */
body .canvas .interact-grid-title h3 {
  color: #00b0e9;
}
/* line 143, assets/sass/_home.scss */
body .canvas .interact-grid {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  /* line 143, assets/sass/_home.scss */
  body .canvas .interact-grid {
    margin-top: 30px;
  }
}
/* line 153, assets/sass/_home.scss */
body .canvas .interact-grid li {
  display: inline-flex;
  width: 33.3%;
  padding: 2.5px;
  justify-content: space-evenly;
  position: relative;
  font-size: 1.15rem;
  font-weight: bold;
  align-items: center;
  background-color: white;
  transition: .5s;
}
@media (max-width: 998px) {
  /* line 153, assets/sass/_home.scss */
  body .canvas .interact-grid li {
    width: 50%;
  }
}
@media (max-width: 490px) {
  /* line 153, assets/sass/_home.scss */
  body .canvas .interact-grid li {
    width: 100%;
  }
}
/* line 170, assets/sass/_home.scss */
body .canvas .interact-grid li:hover {
  opacity: 1;
  transition: .1s;
}
/* line 173, assets/sass/_home.scss */
body .canvas .interact-grid li:hover .action_title {
  padding: 0 10px 0 15%;
  color: white;
  transition: 0.4s cubic-bezier(0, 0, 0.23, 1.4);
  background-color: #00b0e9;
}
/* line 180, assets/sass/_home.scss */
body .canvas .interact-grid li.open {
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  transition: left .5s, height .5s .35s, position .1s 1s;
}
/* line 187, assets/sass/_home.scss */
body .canvas .interact-grid li .action_title {
  cursor: pointer;
  position: relative;
  top: 0;
  width: 100%;
  color: black;
  text-align: left;
  display: flex;
  margin: 0;
  line-height: 25px;
  transition: .75s;
  height: 100%;
  padding: 0 10% 0 10%;
  align-items: center;
  font-family: "proxima-nova";
  background: #e4e4e4;
  word-break: break-word;
}
/* line 205, assets/sass/_home.scss */
body .canvas .interact-grid li:before {
  content: '';
  padding-top: 45%;
  display: block;
}
/* line 211, assets/sass/_home.scss */
body .canvas .interact-grid li.item-open .action-modal {
  height: 100vh !important;
  transition: .01s;
}
/* line 214, assets/sass/_home.scss */
body .canvas .interact-grid li.item-open .action-modal .left {
  left: 0 !important;
  transition: .4s .01s;
}
/* line 217, assets/sass/_home.scss */
body .canvas .interact-grid li.item-open .action-modal .left .action-title {
  transform: translateX(25px);
  opacity: 1;
  transition: .4s .4s;
}
/* line 223, assets/sass/_home.scss */
body .canvas .interact-grid li.item-open .action-modal .right {
  right: 0 !important;
  transition: .4s .01s;
}
/* line 226, assets/sass/_home.scss */
body .canvas .interact-grid li.item-open .action-modal .right .inner-content {
  transform: translateX(-25px);
  opacity: 1;
  transition: .4s .6s;
}
@media (max-width: 998px) {
  /* line 226, assets/sass/_home.scss */
  body .canvas .interact-grid li.item-open .action-modal .right .inner-content {
    transform: translateX(0) !important;
  }
}
/* line 235, assets/sass/_home.scss */
body .canvas .interact-grid li.item-open .action-modal .close {
  opacity: 1;
  transform: translateX(-25px);
  width: 50px;
}
@media (max-width: 998px) {
  /* line 235, assets/sass/_home.scss */
  body .canvas .interact-grid li.item-open .action-modal .close {
    transform: translateX(0) !important;
  }
}
/* line 245, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal {
  position: fixed;
  height: 0;
  width: 100vw;
  z-index: 10;
  top: 0;
  left: 0;
  transition: .01s .6s;
}
@media (max-width: 998px) {
  /* line 254, assets/sass/_home.scss */
  body .canvas .interact-grid li .action-modal .left {
    width: 100% !important;
    left: -100% !important;
    height: 35% !important;
  }
  /* line 258, assets/sass/_home.scss */
  body .canvas .interact-grid li .action-modal .left .action-title {
    font-size: 1.75rem !important;
    line-height: 35px !important;
  }
  /* line 263, assets/sass/_home.scss */
  body .canvas .interact-grid li .action-modal .right {
    right: -100% !important;
    width: 100% !important;
    height: 65% !important;
    bottom: 0 !important;
  }
  /* line 268, assets/sass/_home.scss */
  body .canvas .interact-grid li .action-modal .right .inner-content {
    height: 100% !important;
    padding: 10px !important;
    overflow: scroll;
  }
  /* line 274, assets/sass/_home.scss */
  body .canvas .interact-grid li .action-modal .close {
    top: 10px !important;
    right: 10px !important;
  }
}
/* line 279, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal .left {
  position: absolute;
  left: -35%;
  width: 35%;
  height: 100%;
  background: #00b0e9;
  transition: .4s .2s;
  align-items: center;
  display: flex;
}
/* line 288, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal .left .action-title {
  width: 80%;
  display: block;
  margin: 0 auto;
  color: white;
  font-size: 3.5rem;
  line-height: 55px;
  opacity: 0;
  transition: .4s;
  font-family: "proxima-nova";
}
/* line 300, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal .right {
  position: absolute;
  right: -65%;
  width: 65%;
  height: 100%;
  background: #f2f2f2;
  transition: .4s .2s;
  align-items: center;
  display: flex;
}
/* line 309, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal .right .inner-content {
  opacity: 0;
  width: 80%;
  display: block;
  margin: 0 auto;
  transition: .4s;
  display: flex;
  flex-direction: column;
}
/* line 317, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal .right .inner-content p {
  font-family: "proxima-nova";
  font-weight: normal;
  color: #333;
}
/* line 321, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal .right .inner-content p a {
  color: #00b0e9;
  text-decoration: underline;
  font-weight: bold;
}
/* line 327, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal .right .inner-content .button {
  margin-top: 30px;
  display: inline-flex;
  align-self: flex-end;
  align-content: center;
  background-color: #00b0e9 !important;
  padding: 20px 50px;
  border-radius: 0;
  font-weight: bold;
  font-family: "proxima-nova";
  color: white;
  text-decoration: none;
}
/* line 340, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal .right .inner-content .button:hover svg {
  margin-left: 10px;
  width: .875em;
}
/* line 345, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal .right .inner-content .button svg {
  margin-left: 0;
  width: 0;
  transition: .3s;
}
/* line 353, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 0;
  height: 50px;
  opacity: 0;
  cursor: pointer;
  transition: .4s .01s;
  overflow: hidden;
}
/* line 363, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal .close span {
  display: inline-block;
  width: 100%;
  height: 10px;
  background: #333;
  position: absolute;
  top: 40%;
}
/* line 370, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal .close span:nth-of-type(1) {
  transform: rotate(40deg);
}
/* line 373, assets/sass/_home.scss */
body .canvas .interact-grid li .action-modal .close span:nth-of-type(2) {
  transform: rotate(-40deg);
}
/* line 382, assets/sass/_home.scss */
body .canvas .resources h3 {
  margin-bottom: 30px !important;
  color: #00b0e9;
}
/* line 386, assets/sass/_home.scss */
body .canvas .resources h4 {
  padding-left: 30px;
}
/* line 389, assets/sass/_home.scss */
body .canvas .resources .top_level {
  margin-bottom: 0;
}
/* line 394, assets/sass/_home.scss */
body .canvas .resources .icons-list li .inner {
  padding-top: 20px !important;
  border: none;
}
/* line 403, assets/sass/_home.scss */
body .canvas .rec-grid {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 410, assets/sass/_home.scss */
body .canvas .rec-grid li {
  display: inline-flex;
  flex-direction: column;
  width: 25%;
  position: relative;
  align-items: center;
  transition: .5s;
}
@media (max-width: 998px) {
  /* line 410, assets/sass/_home.scss */
  body .canvas .rec-grid li {
    width: 50%;
  }
}
@media (max-width: 490px) {
  /* line 410, assets/sass/_home.scss */
  body .canvas .rec-grid li {
    width: 100%;
  }
}
/* line 424, assets/sass/_home.scss */
body .canvas .rec-grid li:nth-of-type(4n+1) .action-modal {
  align-self: flex-start;
}
/* line 429, assets/sass/_home.scss */
body .canvas .rec-grid li:nth-of-type(4n+2) .action-modal {
  align-self: flex-start;
  margin-left: calc(-75% - 25%);
}
/* line 435, assets/sass/_home.scss */
body .canvas .rec-grid li:nth-of-type(4n+3) .action-modal {
  align-self: flex-start;
  margin-left: calc(-100% - 100%);
}
/* line 441, assets/sass/_home.scss */
body .canvas .rec-grid li:nth-of-type(4n+4) .action-modal {
  align-self: flex-start;
  margin-left: calc(-100% - 200%);
}
/* line 447, assets/sass/_home.scss */
body .canvas .rec-grid li.open .action_title {
  background: #00b0e9;
  opacity: 1;
}
/* line 450, assets/sass/_home.scss */
body .canvas .rec-grid li.open .action_title span {
  color: white;
}
/* line 452, assets/sass/_home.scss */
body .canvas .rec-grid li.open .action-modal {
  max-height: 1000px;
  min-height: 200px;
  overflow: visible;
  margin-top: 30px;
  opacity: 1;
  margin-bottom: 30px;
  z-index: 1;
}
/* line 462, assets/sass/_home.scss */
body .canvas .rec-grid li .action_title {
  font-weight: bold;
  font-size: 1.15rem;
  width: 100%;
  position: relative;
  cursor: pointer;
  background-color: #f7f7f7;
  text-align: center;
  transition: all 0.2s ease-in-out;
  width: 98%;
}
/* line 472, assets/sass/_home.scss */
body .canvas .rec-grid li .action_title:hover {
  background: #00b0e9;
  opacity: 1;
}
/* line 475, assets/sass/_home.scss */
body .canvas .rec-grid li .action_title:hover span {
  color: white;
}
/* line 477, assets/sass/_home.scss */
body .canvas .rec-grid li .action_title span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: inline-flex;
  flex-direction: column;
  font-size: .95em;
  padding: 0;
  line-height: 20px;
  color: black;
  font-family: "proxima-nova";
}
/* line 490, assets/sass/_home.scss */
body .canvas .rec-grid li .action_title span .number {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 0;
  text-align: center;
  display: block;
  line-height: 0;
  margin: 0 auto;
  opacity: .5;
  line-height: 16px;
  margin-bottom: 15px;
  font-size: 1.35rem;
  font-family: "utopia-std", serif;
  border-bottom: 1px solid darkgray;
}
/* line 506, assets/sass/_home.scss */
body .canvas .rec-grid li .action_title span .title {
  position: relative;
  padding: 0 20px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 26px;
}
/* line 514, assets/sass/_home.scss */
body .canvas .rec-grid li .action_title:before {
  content: '';
  padding-bottom: 65%;
  display: block;
}
/* line 520, assets/sass/_home.scss */
body .canvas .rec-grid li .action-modal {
  transition: all 0.2s ease-in-out;
  background-color: #333a45;
  width: 100%;
  padding: 20px 20px 0 20px;
  position: relative;
  display: flex;
  color: #eceef1;
  font-size: 1.5em;
  width: calc(400%);
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
  flex-direction: column;
}
@media (max-width: 998px) {
  /* line 520, assets/sass/_home.scss */
  body .canvas .rec-grid li .action-modal {
    width: calc(200%);
  }
}
@media (max-width: 490px) {
  /* line 520, assets/sass/_home.scss */
  body .canvas .rec-grid li .action-modal {
    width: 100%;
    margin-left: 0 !important;
  }
}
/* line 543, assets/sass/_home.scss */
body .canvas .rec-grid li .action-modal .action-title {
  font-family: "proxima-nova";
  font-weight: 700;
}
/* line 547, assets/sass/_home.scss */
body .canvas .rec-grid li .action-modal .inner-content {
  margin-bottom: 20px;
}
/* line 549, assets/sass/_home.scss */
body .canvas .rec-grid li .action-modal .inner-content p {
  font-family: "proxima-nova";
  font-size: 1.1rem;  
  word-break: break-all
}
/* line 552, assets/sass/_home.scss */
body .canvas .rec-grid li .action-modal .inner-content p a {
  color: #00b0e9;
  text-decoration: underline;
}
/* line 561, assets/sass/_home.scss */
body .canvas .item {
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
}
/* line 564, assets/sass/_home.scss */
body .canvas .item .posts {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
/* line 568, assets/sass/_home.scss */
body .canvas .item .posts a.story-thumbnail {
  width: 40%;
  display: inline-flex;
  align-self: flex-start;
}
/* line 572, assets/sass/_home.scss */
body .canvas .item .posts a.story-thumbnail img {
  height: 100%;
  width: 100%;
  max-width: inherit;
  display: inline-block;
}
/* line 579, assets/sass/_home.scss */
body .canvas .item .posts .information {
  display: inline-flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-around;
  width: 57%;
  padding-right: 50px;
}
/* line 586, assets/sass/_home.scss */
body .canvas .item .posts .information .date {
  display: block;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 10px;
  color: #888888;
  font-family: "utopia-std";
}
/* line 594, assets/sass/_home.scss */
body .canvas .item .posts .information .story-link {
  font-size: 1.15rem;
  font-weight: 700;
  color: #333333;
  font-family: "proxima-nova";
  line-height: 22px;
}
/* line 601, assets/sass/_home.scss */
body .canvas .item .posts .information .read-more {
  display: block;
  color: #00b0e9;
  font-family: "proxima-nova";
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
  font-size: 12pt;
}
/* line 609, assets/sass/_home.scss */
body .canvas .item .posts .information .read-more svg {
  margin-left: 10px;
}
/* line 615, assets/sass/_home.scss */
body .canvas .item:nth-of-type(1) {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  padding-top: 0;
}
@media (max-width: 998px) {
  /* line 615, assets/sass/_home.scss */
  body .canvas .item:nth-of-type(1) {
    margin-top: 30px !important;
  }
}
/* line 622, assets/sass/_home.scss */
body .canvas .item:nth-of-type(1) .posts {
  flex-direction: column;
}
/* line 624, assets/sass/_home.scss */
body .canvas .item:nth-of-type(1) .posts a.story-thumbnail {
  display: block;
  float: none;
  width: 100%;
}
/* line 628, assets/sass/_home.scss */
body .canvas .item:nth-of-type(1) .posts a.story-thumbnail img {
  width: 100%;
  height: auto;
}
/* line 633, assets/sass/_home.scss */
body .canvas .item:nth-of-type(1) .posts .information {
  width: 100%;
  display: inline-block;
  padding: 20px;
}
/* line 637, assets/sass/_home.scss */
body .canvas .item:nth-of-type(1) .posts .information .date {
  display: block;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 10px;
  color: #888888;
  font-family: "utopia-std";
}
/* line 645, assets/sass/_home.scss */
body .canvas .item:nth-of-type(1) .posts .information .story-link {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333333;
  font-family: "proxima-nova";
  line-height: 26px;
}
/* line 652, assets/sass/_home.scss */
body .canvas .item:nth-of-type(1) .posts .information .read-more {
  display: block;
  color: #00b0e9;
  font-family: "proxima-nova";
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
  font-size: 12pt;
}
/* line 660, assets/sass/_home.scss */
body .canvas .item:nth-of-type(1) .posts .information .read-more svg {
  margin-left: 10px;
}
/* line 667, assets/sass/_home.scss */
body .canvas .item:last-of-type {
  border-bottom: none;
  margin-bottom: 30px;
}
/* line 673, assets/sass/_home.scss */
body .content-wrapper {
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
}
/* line 677, assets/sass/_home.scss */
body .content-wrapper:last-of-type {
  margin-bottom: 50px;
}
/* line 680, assets/sass/_home.scss */
body .content-wrapper p {
  margin-bottom: 20px;
  font-size: 1.1rem !important;
}
/* line 685, assets/sass/_home.scss */
body .top_level {
  font-weight: 700;
  line-height: 1.8;
  font-family: "utopia-std";
  font-size: 22px;
  color: #656565;
  margin: 10px 0 40px;
}
/* line 692, assets/sass/_home.scss */
body .top_level.sans {
  font-family: "proxima-nova";
  font-size: 20px;
}
/* line 697, assets/sass/_home.scss */
body ul.inner-site {
  font-weight: 700;
  line-height: 1.8;
  color: #656565;
  font-size: .95rem !important;
  margin: 0 0 40px 60px;
}
/* line 704, assets/sass/_home.scss */
body ul.inner-site.dark li {
  color: #333;
}
/* line 708, assets/sass/_home.scss */
body ul.inner-site li {
  font-size: 1.15rem;
  margin-bottom: 30px;
  line-height: 30px;
  font-family: "proxima-nova";
  font-weight: 700;
  color: white;
  padding-left: 10px;
}
/* line 718, assets/sass/_home.scss */
body ul.lower-list {
  font-weight: 700;
  line-height: 2;
  font-family: "proxima-nova";
  color: #656565;
  list-style: none;
  font-size: 1.25rem !important;
  margin: 0 0 40px 0;
}
/* line 726, assets/sass/_home.scss */
body ul.lower-list li {
  font-size: 1.15rem;
  margin-bottom: 30px;
  line-height: 30px;
  font-family: "proxima-nova";
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #e4e4e4;
}
/* line 736, assets/sass/_home.scss */
body .button.right {
  display: inline-flex;
  align-self: flex-end;
  align-content: center;
  background-color: #00b0e9 !important;
  padding: 20px 50px;
  border-radius: 0;
  font-weight: bold;
  font-family: "proxima-nova";
  overflow: hidden;
  text-decoration: none;
}
/* line 748, assets/sass/_home.scss */
body .button.right:hover svg {
  margin-left: 10px;
  widtH: .875rem;
}
/* line 753, assets/sass/_home.scss */
body .button.right svg {
  margin-left: 0;
  width: 0;
  transition: .3s;
}
/* line 759, assets/sass/_home.scss */
body .button.centered {
  margin: 20px auto;
  max-width: 250px;
  display: block;
}

/* line 765, assets/sass/_home.scss */
.button.policies {
  padding: 1rem 1rem 1rem 2.5rem !important;
  transition: .3s;
  text-decoration: none;
}
/* line 769, assets/sass/_home.scss */
.button.policies:after {
  content: '';
  background: url("../tbd/img/arrow-right-white.svg") no-repeat;
  background-position: -18px 0;
  width: 18px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 0px;
  transition: .3s;
}
/* line 781, assets/sass/_home.scss */
.button.policies:hover {
  padding: 1rem 2.5rem !important;
}
/* line 783, assets/sass/_home.scss */
.button.policies:hover:after {
  background-position: 0 0;
  margin-left: 10px;
}

/* line 789, assets/sass/_home.scss */
.signup_button {
  color: #00b0e9;
  text-decoration: underline;
  font-weight: bold;
}

/* line 795, assets/sass/_home.scss */
.popopen .popup {
  transition: transform .01s, opacity .4s;
  opacity: 1;
  transform: translateY(100%);
}

/* line 801, assets/sass/_home.scss */
.popup {
  position: fixed;
  top: -100%;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  opacity: 0;
  align-items: center;
  transition: opacity .4s,  transform .01s .4s;
  z-index: 1000;
}
/* line 814, assets/sass/_home.scss */
.popup .inner {
  padding: 0 40px 40px 40px;
  background-color: white;
  position: relative;
}
/* line 818, assets/sass/_home.scss */
.popup .inner .close {
  position: absolute;
  top: -20px;
  right: -20px;
  padding: 9px 15px 8px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10001;
  background: white;
  color: #00b0e9;
  opacity: .65;
  transition: .3s;
}
/* line 830, assets/sass/_home.scss */
.popup .inner .close:hover {
  opacity: 1;
}

/* line 836, assets/sass/_home.scss */
.res-list {
  margin: 0 0 60px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
/* line 843, assets/sass/_home.scss */
.res-list li {
  display: inline-flex;
  flex-direction: column;
  width: 47%;
  padding: 20px 35px 20px 0;
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
  padding-left: 10px;
  align-items: flex-start;
  margin-bottom: 0px;
}
@media (max-width: 998px) {
  /* line 843, assets/sass/_home.scss */
  .res-list li {
    width: 50%;
  }
}
@media (max-width: 490px) {
  /* line 843, assets/sass/_home.scss */
  .res-list li {
    width: 100%;
  }
}
/* line 859, assets/sass/_home.scss */
.res-list li a {
  font-size: 1.15rem !important;
  line-height: 30px;
  font-family: "proxima-nova";
  font-weight: 700;
  color: white;
  padding-left: 10px;
}
/* line 867, assets/sass/_home.scss */
.res-list li a.learn {
  display: block;
  color: #00b0e9 !important;
  font-family: "proxima-nova";
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
  font-size: 12pt !important;
}
/* line 875, assets/sass/_home.scss */
.res-list li a.learn:after {
  content: '';
  background: url(../tbd/img/arrow-right-solid-01.svg) no-repeat !important;
  top: 7px !important;
}
/* line 881, assets/sass/_home.scss */
.res-list li.full-width {
  width: 100%;
  text-align: center;
  display: block;
  border-bottom: 0;
  padding: 50px;
}
/* line 887, assets/sass/_home.scss */
.res-list li.full-width a {
  background-color: #00b0e9 !important;
  color: white;
}
/* line 892, assets/sass/_home.scss */
.res-list li a {
  font-size: .95rem;
  font-weight: bold;
  color: black;
}
/* line 896, assets/sass/_home.scss */
.res-list li a.learn {
  display: block;
  margin-top: 10px;
  font-size: .85rem;
  color: #034688;
  opacity: .7;
  transition: .3s;
}
/* line 903, assets/sass/_home.scss */
.res-list li a.learn:after {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../wp-content/themes/tbd/img/arrow.svg);
  vertical-align: top;
  margin-left: 5px;
  position: relative;
  top: 4px;
}

/* line 918, assets/sass/_home.scss */
.icons-list {
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 925, assets/sass/_home.scss */
.icons-list li {
  display: inline-flex;
  width: 25%;
  margin-bottom: 25px;
  cursor: pointer;
}
@media (max-width: 490px) {
  /* line 925, assets/sass/_home.scss */
  .icons-list li {
    width: 100%;
  }
}
/* line 933, assets/sass/_home.scss */
.icons-list li .inner {
  width: 100%;
  display: block;
  padding: 0 50px !important;
  text-align: center;
}
/* line 938, assets/sass/_home.scss */
.icons-list li .inner a, .icons-list li .inner .showhide {
  width: 100%;
  display: block;
  margin: 0 auto;
}
/* line 942, assets/sass/_home.scss */
.icons-list li .inner a img, .icons-list li .inner .showhide img {
  width: 75%;
  display: block;
  margin: 0 auto;
}
/* line 948, assets/sass/_home.scss */
.icons-list li .inner p {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
}

/* line 956, assets/sass/_home.scss */
.show_text {
  height: 0;
  overflow: hidden;
  transition: .4s;
  width: 85%;
  margin: 15px auto 0;
}
/* line 962, assets/sass/_home.scss */
.show_text ul {
  margin-top: 20px;
}
/* line 964, assets/sass/_home.scss */
.show_text ul li {
  margin-bottom: 10px;
  color: #333;
}
/* line 967, assets/sass/_home.scss */
.show_text ul li a {
  color: #00b0e9 !important;
}

/* line 975, assets/sass/_home.scss */
.set-3 .help_open .show_text {
  height: 375px;
}

/* line 980, assets/sass/_home.scss */
.set-4 {
  border-top: none !important;
  padding: 0px 150px 50px !important;
}
/* line 984, assets/sass/_home.scss */
.set-4 .help_open .show_text {
  height: 450px;
}

/* line 990, assets/sass/_home.scss */
.contact_page p {
  font-size: 1.35rem !important;
}
/* line 993, assets/sass/_home.scss */
.contact_page .gform_footer {
  text-align: right;
}
/* line 996, assets/sass/_home.scss */
.contact_page input[type="submit"] {
  display: inline-flex;
  align-self: flex-end;
  align-content: center;
  background-color: #00b0e9 !important;
  padding: 20px 50px;
  border-radius: 0;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
}

/* line 1007, assets/sass/_home.scss */
.padding-bottom {
  padding-bottom: 30px;
}

/* line 1011, assets/sass/_home.scss */
.blog .post {
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
}
/* line 1014, assets/sass/_home.scss */
.blog .post .posts {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media (max-width: 490px) {
  /* line 1014, assets/sass/_home.scss */
  .blog .post .posts {
    display: block;
  }
  /* line 1020, assets/sass/_home.scss */
  .blog .post .posts a.story-thumbnail {
    display: block !important;
    width: 100% !important;
  }
  /* line 1024, assets/sass/_home.scss */
  .blog .post .posts .info {
    width: 100% !important;
    padding: 0 !important;
  }
}
/* line 1029, assets/sass/_home.scss */
.blog .post .posts a.story-thumbnail {
  width: 35%;
  display: inline-flex;
  align-self: flex-start;
}
/* line 1033, assets/sass/_home.scss */
.blog .post .posts a.story-thumbnail img {
  height: 100%;
  width: 100%;
  max-width: inherit;
  display: inline-block;
}
/* line 1040, assets/sass/_home.scss */
.blog .post .posts .info {
  display: inline-flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-around;
  width: 75%;
  padding: 0 20px;
}
@media (max-width: 490px) {
  /* line 1040, assets/sass/_home.scss */
  .blog .post .posts .info {
    width: 100%;
  }
}
/* line 1050, assets/sass/_home.scss */
.blog .post .posts .info .date {
  display: block;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 10px;
  color: #888888;
  font-family: "utopia-std";
}
/* line 1058, assets/sass/_home.scss */
.blog .post .posts .info .story-link {
  font-size: 1.15rem;
  font-weight: 700;
  color: #333333;
  font-family: "proxima-nova";
  line-height: 22px;
}
/* line 1065, assets/sass/_home.scss */
.blog .post .posts .info .read-more {
  display: block;
  color: #00b0e9;
  font-family: "proxima-nova";
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
  font-size: 12pt;
}
/* line 1073, assets/sass/_home.scss */
.blog .post .posts .info .read-more svg {
  margin-left: 10px;
}
/* line 1079, assets/sass/_home.scss */
.blog .post:nth-of-type(1) {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  padding-top: 0;
}
@media (max-width: 490px) {
  /* line 1079, assets/sass/_home.scss */
  .blog .post:nth-of-type(1) {
    margin-top: 30px;
  }
}
/* line 1086, assets/sass/_home.scss */
.blog .post:nth-of-type(1) .posts {
  flex-direction: column;
}
/* line 1088, assets/sass/_home.scss */
.blog .post:nth-of-type(1) .posts a.story-thumbnail {
  display: block;
  float: none;
  width: 100%;
}
/* line 1092, assets/sass/_home.scss */
.blog .post:nth-of-type(1) .posts a.story-thumbnail img {
  width: 100%;
  height: auto;
}
/* line 1097, assets/sass/_home.scss */
.blog .post:nth-of-type(1) .posts .info {
  width: 100%;
  display: inline-block;
  padding: 20px;
}
/* line 1101, assets/sass/_home.scss */
.blog .post:nth-of-type(1) .posts .info .date {
  display: block;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 10px;
  color: #888888;
  font-family: "utopia-std";
}
/* line 1109, assets/sass/_home.scss */
.blog .post:nth-of-type(1) .posts .info .story-link {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333333;
  font-family: "proxima-nova";
  line-height: 26px;
}
/* line 1116, assets/sass/_home.scss */
.blog .post:nth-of-type(1) .posts .info .read-more {
  display: block;
  color: #00b0e9;
  font-family: "proxima-nova";
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
  font-size: 12pt;
}
/* line 1124, assets/sass/_home.scss */
.blog .post:nth-of-type(1) .posts .info .read-more svg {
  margin-left: 10px;
}
/* line 1131, assets/sass/_home.scss */
.blog .post:last-of-type {
  border-bottom: none;
  margin-bottom: 30px;
}

/* line 1137, assets/sass/_home.scss */
.pager {
  margin-bottom: 100px;
}
/* line 1139, assets/sass/_home.scss */
.pager .previous {
  float: left;
}
/* line 1142, assets/sass/_home.scss */
.pager .next {
  float: right;
}

/* line 1148, assets/sass/_home.scss */
body .canvas .boxed .inner.full_bleed_image {
  padding: 0;
}
/* line 1150, assets/sass/_home.scss */
body .canvas .boxed .inner.full_bleed_image .columns {
  padding: 0;
}
/* line 1152, assets/sass/_home.scss */
body .canvas .boxed .inner.full_bleed_image .columns img {
  width: 100%;
}

/* line 9, assets/sass/_vision.scss */
.page-template-page-vision {
  background: white;
}

/* line 10, assets/sass/_vision.scss */
.top_banner {
  padding-top: 0 !important;
  position: relative;
}
/* line 13, assets/sass/_vision.scss */
.top_banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  background: #003b71;
  height: 100%;
  z-index: -1;
}
/* line 23, assets/sass/_vision.scss */
.top_banner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  background: #ffd100;
  height: 100%;
  z-index: -1;
}
/* line 33, assets/sass/_vision.scss */
.top_banner .inner_banner {
  max-width: 1250px;
  display: block;
  margin: 0 auto;
  position: relative;
}

/* line 41, assets/sass/_vision.scss */
section .narrow {
  max-width: 1350px !important;
}
/* line 44, assets/sass/_vision.scss */
section .vision_intro-text {
  margin: 0 auto;
}
/* line 46, assets/sass/_vision.scss */
section .vision_intro-text h2 {
  font-family: "utopia-std" !important;
  text-transform: inherit !important;
  color: #00b0e9 !important;
  font-weight: 600 !important;
  font-size: 2.75rem !important;
}
/* line 53, assets/sass/_vision.scss */
section .vision_intro-text h3 {
  font-family: "utopia-std" !important;
  text-transform: inherit !important;
  color: #003b71 !important;
  font-weight: 600 !important;
}
/* line 59, assets/sass/_vision.scss */
section .vision_intro-text p {
  font-family: "utopia-std" !important;
  line-height: 1.4 !important;
  font-size: 2.1rem !important;
  font-weight: 400 !important;
  color: #525252 !important;
  margin-bottom: 30px;
}
/* line 66, assets/sass/_vision.scss */
section .vision_intro-text p i {
  display: inline-block;
}
/* line 72, assets/sass/_vision.scss */
section .feedback h2 {
  margin-bottom: 0;
}
/* line 75, assets/sass/_vision.scss */
section .feedback h3 {
  margin-bottom: 20px !important;
}
/* line 78, assets/sass/_vision.scss */
section .feedback p {
  color: #525252 !important;
  font-size: 1.4rem !important;
  font-family: "museo-sans", sans-serif !important;
}
/* line 84, assets/sass/_vision.scss */
section.vv {
  background: #f2f2f2;
  flex-direction: column !important;
  padding-bottom: 65px !important;
  margin-top: 65px;
  position: relative;
}
/* line 90, assets/sass/_vision.scss */
section.vv:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border-top: 0px solid transparent;
  border-bottom: 350px solid transparent;
  border-right: 150px solid #00b0e9;
  z-index: 1;
}
/* line 101, assets/sass/_vision.scss */
section.vv:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 0px solid transparent;
  border-top: 350px solid transparent;
  border-left: 150px solid #003b71;
  z-index: 10;
}
/* line 112, assets/sass/_vision.scss */
section.vv .vision_banner {
  max-width: 450px;
  margin: 0 auto 30px;
  display: none;
}
/* line 116, assets/sass/_vision.scss */
section.vv .vision_banner img {
  width: 100%;
  height: auto;
}
/* line 121, assets/sass/_vision.scss */
section.vv .content-area {
  margin-bottom: 50px;
}
/* line 124, assets/sass/_vision.scss */
section.vv .centered {
  display: block;
  margin: 0 auto;
}
/* line 128, assets/sass/_vision.scss */
section.vv h2 {
  font-family: "utopia-std" !important;
  color: #003b71 !important;
  text-transform: inherit !important;
  margin-top: 20px !important;
  margin-bottom: -20px !important;
  font-size: 2.75rem !important;
}
/* line 136, assets/sass/_vision.scss */
section.vv p {
  color: #525252 !important;
  font-size: 1.4rem !important;
  font-family: "museo-sans", sans-serif !important;
}
/* line 141, assets/sass/_vision.scss */
section.vv ul.meliora-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 30px;
}
/* line 146, assets/sass/_vision.scss */
section.vv ul.meliora-list li .title {
  font-family: "museo-sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #00b0e9;
  letter-spacing: 1px;
}
/* line 152, assets/sass/_vision.scss */
section.vv ul.meliora-list li .title span {
  color: #003b71 !important;
}
/* line 156, assets/sass/_vision.scss */
section.vv ul.meliora-list li p {
  padding-left: 20px;
  font-size: 1.35rem !important;
  font-family: "museo-sans", sans-serif !important;
}

/* line 1, assets/sass/_new-design.scss */
body {
  background: white;
}
/* line 2, assets/sass/_new-design.scss */
body .new-nav {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1.5px solid #333;
}
/* line 9, assets/sass/_new-design.scss */
body .new-nav .mobileOuter {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1250px;
  left: 0;
  right: 0;
  text-align: right;
  margin: 0 auto;
}
@media (max-width: 998px) {
  /* line 9, assets/sass/_new-design.scss */
  body .new-nav .mobileOuter {
    width: 50%;
  }
}
@media (max-width: 525px) {
  /* line 9, assets/sass/_new-design.scss */
  body .new-nav .mobileOuter {
    width: 100%;
  }
}
/* line 24, assets/sass/_new-design.scss */
body .new-nav .mobileOuter .nav-main {
  margin: 25px 0 0px 0;
  display: inline-block;
  position: relative;
  right: 0;
}
/* line 29, assets/sass/_new-design.scss */
body .new-nav .mobileOuter .nav-main #new_nav_links {
  display: inline-block;
  position: relative;
}
@media (max-width: 998px) {
  /* line 29, assets/sass/_new-design.scss */
  body .new-nav .mobileOuter .nav-main #new_nav_links {
    width: 100%;
  }
}
@media (max-width: 998px) {
  /* line 39, assets/sass/_new-design.scss */
  body .new-nav .menu li {
    display: block;
    padding: 0 !important;
  }
}
/* line 45, assets/sass/_new-design.scss */
body .new-nav .menu li.active a {
  color: #00b0e9;
}
/* line 49, assets/sass/_new-design.scss */
body .new-nav .menu li a {
  font-weight: bold;
  margin-right: 30px;
  padding: 15px 0;
  color: #333a45;
  text-transform: uppercase;
  position: relative;
  background: white;
}
@media (max-width: 1080px) {
  /* line 49, assets/sass/_new-design.scss */
  body .new-nav .menu li a {
    font-size: .95rem;
    margin-right: 22px;
  }
}
@media (max-width: 998px) {
  /* line 49, assets/sass/_new-design.scss */
  body .new-nav .menu li a {
    padding: 15px 0;
    margin: 0;
    font-size: 1.25rem !important;
  }
}
/* line 66, assets/sass/_new-design.scss */
body .new-nav .menu li a:hover {
  color: #00b0e9;
}
/* line 68, assets/sass/_new-design.scss */
body .new-nav .menu li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
/* line 77, assets/sass/_new-design.scss */
body .new-nav .menu li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: -1;
  background: #00b0e9;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 99, assets/sass/_new-design.scss */
body .new-nav .how {
  position: relative;
  top: -15px;
  padding: 15px 20px;
  background: #00b0e9;
  color: white;
  border-radius: 50px;
  border: 2px solid #00b0e9;
  font-weight: bold;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1), 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  right: 0px;
}
@media (max-width: 998px) {
  /* line 99, assets/sass/_new-design.scss */
  body .new-nav .how {
    top: 30px;
  }
}
/* line 115, assets/sass/_new-design.scss */
body .new-nav .how:hover {
  color: #00b0e9;
  background: white;
  border-radius: 0;
  border-bottom: 2px solid #00b0e9 !important;
}
/* line 124, assets/sass/_new-design.scss */
body .sub_page .inner {
  max-width: 1100px !important;
  padding: 0px 200px 0 0px !important;
}
/* line 127, assets/sass/_new-design.scss */
body .sub_page .inner.dark {
  padding-bottom: 50px !important;
}
/* line 133, assets/sass/_new-design.scss */
body a:hover {
  border-bottom: none !important;
}
/* line 138, assets/sass/_new-design.scss */
body .res-list a:hover {
  border-bottom: none !important;
}
/* line 143, assets/sass/_new-design.scss */
body .res-list .learn:hover {
  text-decoration: underline;
}
/* line 147, assets/sass/_new-design.scss */
body .res-list li {
  width: 45%;
}
@media (max-width: 668px) {
  /* line 147, assets/sass/_new-design.scss */
  body .res-list li {
    width: 100%;
  }
}
/* line 154, assets/sass/_new-design.scss */
body .blue_wrap {
  display: block;
  padding: 40px 35px;
  background: #f2f2f2;
  border-radius: 5px;
}
/* line 159, assets/sass/_new-design.scss */
body .blue_wrap h3 {
  padding-bottom: 15px;
  margin-bottom: 1rem !important;
  color: #646464 !important;
  line-height: 1.25;
  text-transform: none !important;
  text-align: left !important;
  font-size: 1.5rem !important;
  border-bottom: none !important;
}
/* line 169, assets/sass/_new-design.scss */
body .blue_wrap ul {
  padding-left: 50px;
}
/* line 171, assets/sass/_new-design.scss */
body .blue_wrap ul li {
  display: list-item;
  width: 100%;
  text-align: left;
  list-style: circle;
  padding: 5px 0 5px 0px;
  font-weight: bold;
}
/* line 181, assets/sass/_new-design.scss */
body .contact_info {
  border-bottom: 1px solid #d2d2d2;
  display: inline-block;
  width: 100%;
  padding: 0px 0px 20px 30px;
  margin-bottom: 30px;
}
/* line 187, assets/sass/_new-design.scss */
body .contact_info:last-of-type {
  border-bottom: none;
}
/* line 190, assets/sass/_new-design.scss */
body .contact_info p {
  margin: 0;
  font-size: .95rem !important;
  padding-left: 30px;
}
/* line 194, assets/sass/_new-design.scss */
body .contact_info p strong {
  margin-left: -30px;
  font-size: 1.1rem !important;
  margin-bottom: 20px;
}
/* line 200, assets/sass/_new-design.scss */
body .contact_info a {
  margin: 0;
  font-size: .95rem !important;
  padding-left: 30px;
}
/* line 206, assets/sass/_new-design.scss */
body .button.right {
  display: inline-block;
  width: 200px;
  border: 2px solid #333 !important;
  font-size: 1rem !important;
  font-weight: 700;
  color: #00b0e9;
  font-family: "proxima-nova";
  text-align: center;
  margin: 20px auto 0;
  padding: 15px !important;
  overflow: hidden;
  position: relative;
  transition: .3s;
  z-index: 0;
  background: white !important;
}
/* line 222, assets/sass/_new-design.scss */
body .button.right:hover {
  border-bottom: 2px solid #333 !important;
  color: #fff !important;
  transition: color 0.3s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 226, assets/sass/_new-design.scss */
body .button.right:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
/* line 235, assets/sass/_new-design.scss */
body .button.right:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #00b0e9;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 255, assets/sass/_new-design.scss */
body .learn {
  opacity: 1 !important;
}
/* line 258, assets/sass/_new-design.scss */
body .read-more {
  display: block;
  color: #00b0e9;
  font-family: "proxima-nova";
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
  font-size: 12pt;
  opacity: 1 !important;
}
/* line 267, assets/sass/_new-design.scss */
body .read-more:after {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  position: relative;
  background: url(../tbd/img/arrow-right-solid-01.svg) no-repeat !important;
  top: 4px !important;
}
/* line 278, assets/sass/_new-design.scss */
body .read-more:hover {
  border-bottom: none !important;
  text-decoration: underline;
}
/* line 283, assets/sass/_new-design.scss */
body h1.site-title {
  font-size: 2rem !important;
  font-family: "utopia-std" !important;
  text-transform: unset;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20%;
  text-align: right;
  margin-top: 30px !important;
  z-index: 10;
  color: #333;
}
@media (max-width: 1286px) {
  /* line 283, assets/sass/_new-design.scss */
  body h1.site-title {
    width: 15%;
    margin-top: 15px !important;
  }
}
@media (max-width: 998px) {
  /* line 283, assets/sass/_new-design.scss */
  body h1.site-title {
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
/* line 306, assets/sass/_new-design.scss */
body .page_title {
  font-size: 3.25rem !important;
  font-family: "utopia-std" !important;
  text-transform: unset;
  padding-left: 0px;
  display: inline-block;
  padding: 80px 0 40px 0;
  font-weight: 700;
}
@media (max-width: 998px) {
  /* line 306, assets/sass/_new-design.scss */
  body .page_title {
    padding-top: 40px;
    font-size: 3rem !important;
  }
}
/* line 319, assets/sass/_new-design.scss */
body .new-nav {
  max-width: inherit;
  display: inline-block;
  width: 100%;
}
/* line 325, assets/sass/_new-design.scss */
body .canvas .boxed {
  padding-top: 0;
}
/* line 327, assets/sass/_new-design.scss */
body .canvas .boxed h2 {
  font-size: 2.5rem !important;
  font-family: "utopia-std" !important;
  text-transform: unset;
  border-top: 10px solid #00b0e9;
  padding-left: 0px;
  display: inline-block;
  padding-top: 20px;
}
@media (max-width: 998px) {
  /* line 327, assets/sass/_new-design.scss */
  body .canvas .boxed h2 {
    margin-top: -50px;
    font-size: 2.25rem;
  }
}
/* line 340, assets/sass/_new-design.scss */
body .canvas .boxed h3 {
  font-size: 1.65rem;
  color: #333a45;
  text-transform: none;
  text-align: center;
  border-bottom: 1px solid #ababab;
  padding-bottom: 15px;
}
/* line 349, assets/sass/_new-design.scss */
body .canvas .boxed.grid .inner {
  padding: 50px 50px 0;
}
/* line 351, assets/sass/_new-design.scss */
body .canvas .boxed.grid .inner.dark {
  padding-bottom: 50px !important;
}
/* line 354, assets/sass/_new-design.scss */
body .canvas .boxed.grid .inner .inner_content {
  margin-top: 30px;
}
/* line 359, assets/sass/_new-design.scss */
body .canvas .boxed .full_bleed_image {
  max-width: 1250px !important;
}
/* line 362, assets/sass/_new-design.scss */
body .canvas .boxed.pull-up {
  top: -75px;
  margin-bottom: -100px;
  position: relative;
}
/* line 366, assets/sass/_new-design.scss */
body .canvas .boxed.pull-up .inner {
  max-width: 950px;
  width: 90%;
  background: white;
  padding: 50px 70px 50px;
}
/* line 371, assets/sass/_new-design.scss */
body .canvas .boxed.pull-up .inner p {
  font-size: 18px;
}
/* line 376, assets/sass/_new-design.scss */
body .canvas .boxed .inner {
  max-width: 1250px;
  padding: 50px 70px 50px;
}
/* line 379, assets/sass/_new-design.scss */
body .canvas .boxed .inner p {
  font-size: 18px;
}
/* line 385, assets/sass/_new-design.scss */
body .canvas .explore ul {
  display: flex;
  flex-direction: row;
  margin: 100px auto;
  padding: 0;
}
@media (max-width: 998px) {
  /* line 385, assets/sass/_new-design.scss */
  body .canvas .explore ul {
    flex-direction: column;
  }
}
/* line 393, assets/sass/_new-design.scss */
body .canvas .explore ul li {
  display: inline-flex;
  width: 33%;
  justify-content: space-around;
  flex-direction: column;
  font-size: 1.45rem !important;
  font-weight: 700;
  color: #333333;
  font-family: "proxima-nova";
  text-align: center;
}
@media (max-width: 998px) {
  /* line 393, assets/sass/_new-design.scss */
  body .canvas .explore ul li {
    margin-bottom: 60px;
    width: 100%;
  }
}
/* line 407, assets/sass/_new-design.scss */
body .canvas .explore ul li i {
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto 20px;
}
/* line 412, assets/sass/_new-design.scss */
body .canvas .explore ul li i:before {
  font-size: 3rem;
}
/* line 416, assets/sass/_new-design.scss */
body .canvas .explore ul li a {
  display: inline-block;
  width: 150px;
  border: 2px solid #333;
  font-size: 1rem !important;
  font-weight: 700;
  color: #00b0e9;
  font-family: "proxima-nova";
  text-align: center;
  margin: 20px auto 0;
  padding: 10px;
  overflow: hidden;
  position: relative;
  transition: .3s;
  z-index: 0;
  background: transparent;
}
/* line 432, assets/sass/_new-design.scss */
body .canvas .explore ul li a:hover {
  border-bottom: 2px solid #333 !important;
  color: #fff !important;
  transition: color 0.3s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 436, assets/sass/_new-design.scss */
body .canvas .explore ul li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
/* line 445, assets/sass/_new-design.scss */
body .canvas .explore ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #00b0e9;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 469, assets/sass/_new-design.scss */
body .canvas .interact-grid-title h3 {
  margin-bottom: 30px !important;
}
/* line 477, assets/sass/_new-design.scss */
body .canvas .rec-grid.white-report li .action_title:before {
  padding-bottom: 60%;
}
/* line 480, assets/sass/_new-design.scss */
body .canvas .rec-grid.white-report li .action_title span {
  flex-direction: column;
}
/* line 482, assets/sass/_new-design.scss */
body .canvas .rec-grid.white-report li .action_title span .title {
  text-align: center;
}
/* line 489, assets/sass/_new-design.scss */
body .canvas .rec-grid li {
  width: 33.3%;
}
@media (max-width: 968px) {
  /* line 489, assets/sass/_new-design.scss */
  body .canvas .rec-grid li {
    width: 50% !important;
  }
  /* line 493, assets/sass/_new-design.scss */
  body .canvas .rec-grid li .action-modal {
    width: 200% !important;
  }
}
@media (max-width: 668px) {
  /* line 489, assets/sass/_new-design.scss */
  body .canvas .rec-grid li {
    width: 100% !important;
  }
}
/* line 501, assets/sass/_new-design.scss */
body .canvas .rec-grid li:nth-of-type(3n+1) .action-modal {
  align-self: flex-start !important;
  margin-left: calc(0px) !important;
}
/* line 507, assets/sass/_new-design.scss */
body .canvas .rec-grid li:nth-of-type(3n+2) .action-modal {
  align-self: flex-start !important;
  margin-left: calc(-75% - 25%) !important;
}
/* line 513, assets/sass/_new-design.scss */
body .canvas .rec-grid li:nth-of-type(3n+3) .action-modal {
  align-self: flex-start !important;
  margin-left: calc(-100% - 100%) !important;
}
@media (max-width: 968px) {
  /* line 520, assets/sass/_new-design.scss */
  body .canvas .rec-grid li:nth-of-type(2n+1) .action-modal {
    align-self: flex-start !important;
    margin-left: calc(0px) !important;
  }
  /* line 526, assets/sass/_new-design.scss */
  body .canvas .rec-grid li:nth-of-type(2n+2) .action-modal {
    align-self: flex-start !important;
    margin-left: calc(-75% - 25%) !important;
  }
}
@media (max-width: 668px) {
  /* line 534, assets/sass/_new-design.scss */
  body .canvas .rec-grid li:nth-of-type(1n+1) .action-modal {
    align-self: flex-start !important;
    margin-left: calc(0px) !important;
    width: 100% !important;
  }
}
/* line 541, assets/sass/_new-design.scss */
body .canvas .rec-grid li .action_title {
  font-size: 1.25rem;
}
/* line 543, assets/sass/_new-design.scss */
body .canvas .rec-grid li .action_title:before {
  padding-bottom: 40%;
}
/* line 546, assets/sass/_new-design.scss */
body .canvas .rec-grid li .action_title span {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  padding: 0 40px;
  line-height: 26px;
}
/* line 555, assets/sass/_new-design.scss */
body .canvas .rec-grid li .action-modal {
  width: 300%;
}
/* line 560, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li {
  width: 100%;
}
/* line 565, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li.open .action_title span .more {
  display: none;
}
/* line 568, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li.open .action_title span .less {
  display: inline-block;
}
/* line 571, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li.open .action_title span i {
  transform: rotate(45deg);
  transform-origin: center;
  padding: 4px;
}
/* line 579, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li .action_title {
  background: transparent;
  width: 100%;
}
/* line 582, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li .action_title:before {
  display: none;
}
/* line 585, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li .action_title span {
  position: relative;
  background: white;
  font-size: 18px;
  text-transform: uppercase;
  color: #00b0e9;
  text-align: left;
  border-bottom: none;
  padding: 0 0 10px 0;
  cursor: pointer;
}
/* line 595, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li .action_title span .more {
  padding-bottom: 0;
  padding-left: 5px;
  display: inline-block;
  width: auto;
}
/* line 601, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li .action_title span .less {
  padding-bottom: 0;
  padding-left: 5px;
  display: none;
  width: auto;
}
/* line 607, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li .action_title span i {
  padding-left: 10px;
  width: 1.25em;
}
/* line 613, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li .action-modal {
  width: 100% !important;
  background: white;
  font-size: 16px;
  color: #3d3c3c;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
  margin-left: calc(0%) !important;
}
/* line 623, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li .action-modal ul {
  list-style: circle;
  text-align: left;
  margin: 0 20px;
  display: inline-block;
}
/* line 628, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li .action-modal ul li {
  align-items: flex-start;
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
}
/* line 632, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li .action-modal ul li:last-of-type {
  border-bottom: none;
}
/* line 640, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li.open .action_title span {
  color: #00b0e9;
  background: white;
}
/* line 645, assets/sass/_new-design.scss */
body .canvas .rec-grid.report_grid li.open .action-modal {
  max-height: 1500px;
}
/* line 652, assets/sass/_new-design.scss */
body .canvas .drop-title {
  position: relative;
  background: white;
  font-size: 1.25rem;
  color: #333a45;
  text-transform: none;
  text-align: left;
  border-bottom: none;
  padding: 0 0 10px 0;
  font-weight: 700;
}
/* line 663, assets/sass/_new-design.scss */
body .canvas .item {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  margin-top: 50px !important;
  border-bottom: none !important;
}
@media (max-width: 685px) {
  /* line 663, assets/sass/_new-design.scss */
  body .canvas .item {
    width: 100%;
    margin-top: 10px;
  }
}
/* line 674, assets/sass/_new-design.scss */
body .canvas .item .posts {
  flex-direction: column;
  width: 95%;
  margin: 0 auto;
}
/* line 678, assets/sass/_new-design.scss */
body .canvas .item .posts a.story-thumbnail {
  width: 100%;
  max-height: 165px;
  overflow: hidden;
  display: block;
}
/* line 683, assets/sass/_new-design.scss */
body .canvas .item .posts a.story-thumbnail img {
  height: auto;
}
/* line 687, assets/sass/_new-design.scss */
body .canvas .item .posts .information {
  width: 100%;
  display: inline-block;
  padding: 20px;
  height: 250px;
}
@media (max-width: 685px) {
  /* line 687, assets/sass/_new-design.scss */
  body .canvas .item .posts .information {
    height: 150px;
  }
}
/* line 695, assets/sass/_new-design.scss */
body .canvas .item .posts .information .date {
  display: none !important;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 10px;
  color: #888888;
  font-family: "utopia-std";
}
/* line 703, assets/sass/_new-design.scss */
body .canvas .item .posts .information .story-link {
  font-size: 1.45rem !important;
  font-weight: 700;
  color: #333333;
  font-family: "proxima-nova";
  line-height: 26px;
}
/* line 711, assets/sass/_new-design.scss */
body .canvas .item .posts .information .read-more:after {
  display: none;
}
/* line 719, assets/sass/_new-design.scss */
body .report_btns {
  text-align: center;
}
/* line 721, assets/sass/_new-design.scss */
body .report_btns a {
  display: inline-block;
  width: 250px;
  border: 2px solid #333;
  font-size: 1rem !important;
  font-weight: 700;
  color: #00b0e9;
  font-family: "proxima-nova";
  text-align: center;
  margin: 30px 20px 30px 0;
  padding: 10px;
  overflow: hidden;
  position: relative;
  transition: .3s;
  z-index: 0;
  background: transparent;
}
@media (max-width: 668px) {
  /* line 721, assets/sass/_new-design.scss */
  body .report_btns a {
    width: 100%;
    margin: 10px 0;
  }
}
/* line 741, assets/sass/_new-design.scss */
body .report_btns a:hover {
  border-bottom: 2px solid #333 !important;
  color: #fff !important;
  transition: color 0.3s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 745, assets/sass/_new-design.scss */
body .report_btns a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
/* line 754, assets/sass/_new-design.scss */
body .report_btns a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #00b0e9;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 775, assets/sass/_new-design.scss */
body .inner_content {
  margin: 0 auto;
}
/* line 779, assets/sass/_new-design.scss */
body .dark .columns {
  padding: 0 80px;
}
/* line 781, assets/sass/_new-design.scss */
body .dark .columns .button {
  display: block;
}

/* line 788, assets/sass/_new-design.scss */
.blog .new-news {
  display: block;
}
@media (max-width: 768px) {
  /* line 788, assets/sass/_new-design.scss */
  .blog .new-news {
    margin-top: -100px !important;
  }
}
/* line 793, assets/sass/_new-design.scss */
.blog .new-news article {
  vertical-align: top;
  width: 33%;
  display: inline-block;
  padding: 0 20px;
  height: 320px;
  border-bottom: none;
}
/* line 795, assets/sass/_new-design.scss */
.blog .new-news article:nth-of-type(1) {
  width: 100%;
  margin-bottom: 60px;
}
/* line 798, assets/sass/_new-design.scss */
.blog .new-news article:nth-of-type(1) .posts {
  flex-direction: row;
  justify-content: space-between;
}
/* line 801, assets/sass/_new-design.scss */
.blog .new-news article:nth-of-type(1) .posts a.story-thumbnail {
  width: 55%;
  height: auto;
}
/* line 805, assets/sass/_new-design.scss */
.blog .new-news article:nth-of-type(1) .posts .info {
  width: 40%;
  padding: 0;
}
/* line 808, assets/sass/_new-design.scss */
.blog .new-news article:nth-of-type(1) .posts .info .excerpt {
  display: block;
}
@media (max-width: 768px) {
  /* line 793, assets/sass/_new-design.scss */
  .blog .new-news article {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
/* line 824, assets/sass/_new-design.scss */
.blog .new-news article .posts {
  flex-direction: column;
  vertical-align: top;
}
/* line 828, assets/sass/_new-design.scss */
.blog .new-news article .posts a:hover {
  border-bottom: none !important;
}
/* line 832, assets/sass/_new-design.scss */
.blog .new-news article .posts a.story-thumbnail {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: inline-block;
}
/* line 837, assets/sass/_new-design.scss */
.blog .new-news article .posts a.story-thumbnail img {
  height: auto;
}
/* line 841, assets/sass/_new-design.scss */
.blog .new-news article .posts .info {
  width: 100%;
  padding: 20px 0 0;
}
/* line 844, assets/sass/_new-design.scss */
.blog .new-news article .posts .info .excerpt {
  display: none;
}

/* line 854, assets/sass/_new-design.scss */
.post-nav .pager a {
  display: block;
  color: #00b0e9;
  font-family: "proxima-nova";
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
  font-size: 12pt;
  opacity: 1 !important;
}
/* line 863, assets/sass/_new-design.scss */
.post-nav .pager a:hover {
  border-bottom: none !important;
  text-decoration: underline;
}

/* line 21, assets/sass/style.scss */
h1 {
  font-size: 2rem !important;
  font-weight: 500 !important;
}

/* line 26, assets/sass/style.scss */
header.narrow p {
  line-height: 1.8;
  font-size: 1.25rem;
  letter-spacing: .25px;
}

/* line 33, assets/sass/style.scss */
.intro p {
  line-height: 1.8;
  font-size: 1.25rem !important;
}

/* line 38, assets/sass/style.scss */
.center {
  margin: 30px auto;
}
/* line 40, assets/sass/style.scss */
.center div {
  position: relative;
  padding: 0 10px;
}
/* line 43, assets/sass/style.scss */
.center div:focus {
  outline: none;
}
/* line 46, assets/sass/style.scss */
.center div a {
  position: relative;
  z-index: 1;
}
/* line 50, assets/sass/style.scss */
.center div .image {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0;
}
/* line 55, assets/sass/style.scss */
.center div .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+61,0.65+100 */
  background: -moz-linear-gradient(top, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}
/* line 68, assets/sass/style.scss */
.center div .image img {
  width: 100%;
  height: auto;
}
/* line 73, assets/sass/style.scss */
.center div .text_section {
  position: absolute;
  z-index: 1;
  top: -100px;
  padding: 0 0 0 75px;
  color: white;
  width: 90%;
}
/* line 80, assets/sass/style.scss */
.center div .text_section h2 {
  color: white;
}
/* line 83, assets/sass/style.scss */
.center div .text_section .button {
  padding: .5rem 1rem;
  margin-bottom: 15px;
}
/* line 89, assets/sass/style.scss */
.center .slick-list {
  padding: 0 !important;
}
/* line 92, assets/sass/style.scss */
.center .slick-slide {
  max-width: 1025px;
}
/* line 94, assets/sass/style.scss */
.center .slick-slide img {
  transition: .3s;
}
/* line 98, assets/sass/style.scss */
.center .slick-slide.slick-current img {
  opacity: 1;
}
/* line 103, assets/sass/style.scss */
.center .slick-prev {
  left: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
}
/* line 108, assets/sass/style.scss */
.center .slick-prev:before {
  content: '';
  background-image: url(../../themes/tbd/img/arrows-prev.png);
  height: 50px;
  width: 50px;
  display: inline-block;
  background-size: 100%;
}
/* line 117, assets/sass/style.scss */
.center .slick-next {
  right: 0px;
  z-index: 100;
  width: 50px;
  height: 50px;
}
/* line 122, assets/sass/style.scss */
.center .slick-next:before {
  content: '';
  background-image: url(../../themes/tbd/img/arrows-next.png);
  height: 50px;
  width: 50px;
  display: inline-block;
  background-size: 100%;
}
/* line 133, assets/sass/style.scss */
.center .slick-dots li button:before {
  transform: scale(1.5);
}
/* line 137, assets/sass/style.scss */
.center .slick-dots li.slick-active button:before {
  color: #033B71;
}

/* line 146, assets/sass/style.scss */
.two .bg_img img {
  top: -2750px;
}

/* line 151, assets/sass/style.scss */
.bg_img {
  height: 80vh;
  overflow: hidden;
  min-height: 650px;
  position: relative;
}
/* line 156, assets/sass/style.scss */
.bg_img img {
  position: absolute;
  top: -650px;
  width: 100%;
}

/* line 162, assets/sass/style.scss */
.canvas .main section.boxed .row.no-pad {
  padding-left: 0;
  padding-right: 0;
}

/* line 166, assets/sass/style.scss */
.gray .inner {
  max-width: 950px;
  display: block;
  margin: 0 auto;
}
/* line 170, assets/sass/style.scss */
.gray .inner.rec {
  padding-top: 50px;
}
/* line 172, assets/sass/style.scss */
.gray .inner.rec h2 {
  text-align: center;
}
/* line 175, assets/sass/style.scss */
.gray .inner.rec p {
  margin: 20px 0 50px 0;
  color: #646464;
  font-size: 1.1rem !important;
  line-height: 1.5;
  font-family: "Open Sans", Helvetica, sans-serif !important;
}
/* line 184, assets/sass/style.scss */
.gray .inner .steps_text {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
/* line 188, assets/sass/style.scss */
.gray .inner .steps_text h2 {
  text-align: center;
}
/* line 191, assets/sass/style.scss */
.gray .inner .steps_text p {
  margin: 20px 0 50px 0;
  color: #646464;
  font-size: 1.1rem !important;
  line-height: 1.5;
  font-family: "Open Sans", Helvetica, sans-serif !important;
}
/* line 198, assets/sass/style.scss */
.gray .inner .steps_text .subscribe {
  display: block;
  width: 100%;
  background: #033B71;
  color: white;
  width: 300px;
  height: 55px;
  padding: 18px;
  text-align: center;
  margin: 20px auto 0px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  transition: .4s;
  font-size: 0.8rem;
}
/* line 213, assets/sass/style.scss */
.gray .inner .steps_text .subscribe.dwn {
  width: 200px;
  margin: 10px auto 50px;
}
/* line 216, assets/sass/style.scss */
.gray .inner .steps_text .subscribe.dwn:hover {
  width: 235px;
}
/* line 220, assets/sass/style.scss */
.gray .inner .steps_text .subscribe:hover {
  width: 335px;
}
/* line 222, assets/sass/style.scss */
.gray .inner .steps_text .subscribe:hover svg {
  width: 1rem;
  margin-left: 10px;
}
/* line 227, assets/sass/style.scss */
.gray .inner .steps_text .subscribe svg {
  width: 0;
  transition: .4s;
  margin-left: 0px;
}
/* line 234, assets/sass/style.scss */
.gray .inner .steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 865px;
  overflow: hidden;
  transition: .45s;
}
/* line 246, assets/sass/style.scss */
.gray .inner .steps:hover li {
  opacity: .65;
}
/* line 250, assets/sass/style.scss */
.gray .inner .steps.open {
  height: 1440px;
}
/* line 253, assets/sass/style.scss */
.gray .inner .steps li {
  font-weight: bold;
  position: relative;
  width: 33.3%;
  border-left: 7.5px solid #F2F2F2;
  border-right: 7.5px solid #F2F2F2;
  margin-bottom: 2%;
  background: #e4e4e4;
  display: inline-flex;
  overflow: hidden;
  transition: .45s;
}
/* line 264, assets/sass/style.scss */
.gray .inner .steps li:after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 5px;
  height: 100%;
  background: #FFD100;
  transition: 1s;
}
/* line 274, assets/sass/style.scss */
.gray .inner .steps li:hover {
  opacity: 1;
}
/* line 276, assets/sass/style.scss */
.gray .inner .steps li:hover:after {
  transform: translateY(100%);
}
/* line 281, assets/sass/style.scss */
.gray .inner .steps li:hover .inner .inner_text .date {
  transform: translateX(10px);
  transition: .35s;
}
/* line 285, assets/sass/style.scss */
.gray .inner .steps li:hover .inner .inner_text .progress_title {
  transform: translateX(10px);
  transition: .35s .1s;
}
/* line 289, assets/sass/style.scss */
.gray .inner .steps li:hover .inner .inner_text .excerpt {
  transform: translateX(10px);
  transition: .35s .2s;
}
/* line 296, assets/sass/style.scss */
.gray .inner .steps li.all {
  background: #033B71;
}
/* line 300, assets/sass/style.scss */
.gray .inner .steps li.all .inner .inner_text .progress_title {
  font-size: 1.75rem;
  color: white;
  line-height: 35px;
}
/* line 304, assets/sass/style.scss */
.gray .inner .steps li.all .inner .inner_text .progress_title svg {
  margin-bottom: 10px;
}
/* line 311, assets/sass/style.scss */
.gray .inner .steps li:before {
  content: '';
  display: block;
  padding-bottom: 90%;
}
/* line 316, assets/sass/style.scss */
.gray .inner .steps li .inner {
  position: absolute;
  top: 0;
  color: black;
  padding: 7.5%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
/* line 325, assets/sass/style.scss */
.gray .inner .steps li .inner:hover {
  border-bottom: none !important;
}
/* line 328, assets/sass/style.scss */
.gray .inner .steps li .inner .inner_text {
  display: flex;
  flex-direction: column;
  text-align: left;
}
/* line 332, assets/sass/style.scss */
.gray .inner .steps li .inner .inner_text .date {
  color: #989898;
  padding-left: 10px;
  font-size: 9pt;
  border-left: 5px solid #b9b9b9;
  line-height: 15px;
  transition: .35s .1s;
}
/* line 340, assets/sass/style.scss */
.gray .inner .steps li .inner .inner_text .progress_title {
  font-size: 1.3rem;
  display: block;
  width: 100%;
  margin: 0 auto;
  line-height: 25px;
  margin-top: 10px;
  font-weight: bold;
  transition: .35s;
}
/* line 350, assets/sass/style.scss */
.gray .inner .steps li .inner .inner_text .excerpt {
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  margin-top: 20px;
  font-size: 0.9rem;
  font-weight: normal;
  transition: .35s;
}
/* line 362, assets/sass/style.scss */
.gray .inner .more {
  display: block;
  width: 100%;
  background: #033B71;
  color: white;
  width: 200px;
  height: 44px;
  padding: 12px;
  text-align: center;
  margin: 30px auto 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
}
/* line 376, assets/sass/style.scss */
.gray .inner .more .expand {
  display: block;
  opacity: 1;
  transition: .5s;
}
/* line 381, assets/sass/style.scss */
.gray .inner .more .collapse {
  display: block;
  opacity: 0;
  transition: .5s;
}
/* line 387, assets/sass/style.scss */
.gray .inner .more.open .expand {
  transform: translateY(-17px);
  opacity: 0;
}
/* line 391, assets/sass/style.scss */
.gray .inner .more.open .collapse {
  transform: translateY(-17px);
  opacity: 1;
}
/* line 396, assets/sass/style.scss */
.gray .inner .more.open:hover svg {
  animation: scroll-up .75s infinite;
}
/* line 402, assets/sass/style.scss */
.gray .inner .more:hover svg {
  animation: scroll-down .75s infinite;
}
/* line 406, assets/sass/style.scss */
.gray .inner .more svg {
  margin-left: 10px;
  width: 10px;
}
/* line 411, assets/sass/style.scss */
.gray .inner .other {
  display: block;
  text-align: center;
  margin-top: 25px;
}
/* line 415, assets/sass/style.scss */
.gray .inner .other .btn {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 20px;
  border: 1px solid #033B71;
  font-weight: bold;
  font-size: 10pt;
  text-transform: uppercase;
}

@keyframes scroll-down {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }
  50% {
    top: 0px;
    opacity: 1;
  }
  100% {
    transform: translateY(5px);
    opacity: 0;
  }
}
@keyframes scroll-up {
  0% {
    transform: translateY(5px);
    opacity: 0;
  }
  50% {
    top: 0px;
    opacity: 1;
  }
  100% {
    transform: translateY(-5px);
    opacity: 0;
  }
}
/* line 438, assets/sass/style.scss */
.grey {
  background: #f2f2f2;
  margin-top: 50px;
}
/* line 441, assets/sass/style.scss */
.grey #mc_embed_signup {
  background: transparent !important;
  margin-bottom: 30px;
}

/* line 446, assets/sass/style.scss */
.news {
  width: calc(100% - 2rem);
  max-width: 1060px;
  display: block;
  margin: 0 auto;
  padding: 4.5rem 0;
  text-align: center;
}
/* line 453, assets/sass/style.scss */
.news h2 {
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 30px;
}
/* line 458, assets/sass/style.scss */
.news .posts {
  display: inline-block;
  width: 100%;
  margin: 0 -3px;
  vertical-align: top;
  text-align: left;
}
/* line 464, assets/sass/style.scss */
.news .posts .inner {
  height: auto;
  background: white;
}
/* line 468, assets/sass/style.scss */
.news .posts .inner .text:hover {
  border-bottom: none !important;
}
/* line 472, assets/sass/style.scss */
.news .posts .inner .story-thumbnail {
  display: inline-block;
  height: 550px;
  overflow: hidden;
  width: 100%;
  background: black;
}
/* line 479, assets/sass/style.scss */
.news .posts .inner .story-thumbnail:hover img {
  transform: scale(1.1);
  opacity: .65;
}
/* line 484, assets/sass/style.scss */
.news .posts .inner .story-thumbnail img {
  width: 100% !important;
  transform: scale(1.01);
  transition: 0.4s cubic-bezier(0.74, -0.29, 0.35, 1.43);
}
/* line 490, assets/sass/style.scss */
.news .posts .inner .text {
  padding: 20px;
}
/* line 493, assets/sass/style.scss */
.news .posts .inner .story-link {
  text-align: center;
  display: block;
  line-height: 42px;
  font-size: 1.9rem;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
  padding-left: 0;
  margin-bottom: 15px;
  color: #033B71;
}
/* line 504, assets/sass/style.scss */
.news .posts .inner .story-link:hover {
  border-bottom: none !important;
}
/* line 508, assets/sass/style.scss */
.news .posts .inner .more {
  display: block;
  width: 100%;
  background: #033B71;
  color: white;
  width: 150px;
  height: 44px;
  padding: 10px;
  font-size: 10pt;
  text-align: center;
  margin: 30px auto 0;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 525, assets/sass/style.scss */
.news .button {
  width: 250px;
  margin-top: 30px;
  text-transform: uppercase;
}

/* line 531, assets/sass/style.scss */
.blue {
  background: #333;
  margin-bottom: -5px;
}
/* line 534, assets/sass/style.scss */
.blue .inner {
  padding: 7rem 0;
  max-width: 950px;
  margin: 0 auto;
}
/* line 538, assets/sass/style.scss */
.blue .inner h2 {
  color: white;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
}
/* line 545, assets/sass/style.scss */
.blue .small-special {
  color: white;
}
/* line 547, assets/sass/style.scss */
.blue .small-special .large-push-6 {
  padding-left: 40px;
}
/* line 550, assets/sass/style.scss */
.blue .small-special .large-pull-6 {
  padding-right: 40px;
}
/* line 553, assets/sass/style.scss */
.blue .small-special .bio-image {
  height: 540px;
  display: inline-block;
  overflow: hidden;
}
/* line 557, assets/sass/style.scss */
.blue .small-special .bio-image p {
  height: 100%;
  overflow: hidden;
}
/* line 560, assets/sass/style.scss */
.blue .small-special .bio-image p img {
  height: auto;
  width: 100%;
  max-width: initial;
  display: inline-block;
  position: relative;
}
/* line 569, assets/sass/style.scss */
.blue .small-special h2 {
  color: white;
  text-align: left;
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
/* line 576, assets/sass/style.scss */
.blue .small-special p {
  font-size: 1.15rem;
}
/* line 580, assets/sass/style.scss */
.blue .small-special blockquote h3 {
  font-size: 1.3rem;
  line-height: 35px;
  color: white;
}

/* line 589, assets/sass/style.scss */
.sky p {
  text-align: left;
}

/* line 593, assets/sass/style.scss */
.splits {
  text-align: left;
  height: 250px;
  position: relative;
}
/* line 597, assets/sass/style.scss */
.splits header {
  height: 100%;
}
/* line 599, assets/sass/style.scss */
.splits header .button {
  position: absolute;
  vertical-align: 0;
  bottom: 0;
  width: 75%;
  padding: 1.5rem 0 !important;
  text-transform: uppercase;
}

/* line 609, assets/sass/style.scss */
.splits.middle {
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}

/* line 613, assets/sass/style.scss */
.report {
  position: relative;
  width: 125%;
  left: -12.5%;
  padding: 50px 12.5%;
  margin-top: 50px;
}
/* line 619, assets/sass/style.scss */
.report .left {
  display: inline-block;
  width: 60%;
}
/* line 622, assets/sass/style.scss */
.report .left iframe {
  width: 100%;
  height: 290px;
}
/* line 626, assets/sass/style.scss */
.report .left p {
  font-size: .8rem;
  margin: 0;
}
/* line 631, assets/sass/style.scss */
.report hr {
  margin: 40px 0;
}
/* line 634, assets/sass/style.scss */
.report blockquote {
  font-size: 22px;
  color: #666666;
  line-height: 34px;
  margin: 20px 0 20px 0;
  text-align: center;
}
/* line 640, assets/sass/style.scss */
.report blockquote h3 {
  color: white;
  font-size: 1.4rem;
}
/* line 645, assets/sass/style.scss */
.report .name {
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 20px;
  text-align: center;
}
/* line 651, assets/sass/style.scss */
.report .title {
  font-size: 14px;
  margin-bottom: 65px;
  padding-left: 20px;
  text-align: center;
}
/* line 657, assets/sass/style.scss */
.report .right {
  display: inline-block;
  width: 30%;
  margin-left: 5%;
  vertical-align: top;
}
/* line 662, assets/sass/style.scss */
.report .right .button {
  margin-right: 15px;
  display: block;
  margin-bottom: 20px;
}
/* line 667, assets/sass/style.scss */
.report .right .external {
  font-size: .85rem;
}
/* line 669, assets/sass/style.scss */
.report .right .external:after {
  content: '';
  background: url(../tbd/img/external.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

/* line 683, assets/sass/style.scss */
.recommendations {
  position: relative;
  width: 100%;
  left: 0;
  background: white;
  margin: 20px 0 50px 0;
}
/* line 690, assets/sass/style.scss */
.recommendations img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 696, assets/sass/style.scss */
.recommendations .text {
  position: relative;
  width: 65%;
  padding: 50px;
}
/* line 700, assets/sass/style.scss */
.recommendations .text h1 {
  text-align: left;
}
/* line 703, assets/sass/style.scss */
.recommendations .text .button {
  padding: .85rem;
  margin-top: 25px;
  width: 200px;
}
/* line 709, assets/sass/style.scss */
.recommendations #recomendations {
  margin-top: -5px;
  height: 0;
  overflow: hidden;
}
/* line 713, assets/sass/style.scss */
.recommendations #recomendations.rec-open {
  padding: 68px 0 30px;
  height: 100%;
}
/* line 717, assets/sass/style.scss */
.recommendations #recomendations ul {
  list-style: none;
  margin: 0;
}
/* line 720, assets/sass/style.scss */
.recommendations #recomendations ul li {
  background: white;
  border-top: 5px solid #00b0e9;
  margin-bottom: 10px;
}
/* line 725, assets/sass/style.scss */
.recommendations #recomendations ul li.response-open .response {
  height: 100%;
  padding: 30px 30px 30px 140px;
}
/* line 730, assets/sass/style.scss */
.recommendations #recomendations ul li .inner {
  padding: 30px 0 0 0px;
  display: inline-block;
  width: 100%;
}
/* line 734, assets/sass/style.scss */
.recommendations #recomendations ul li .inner .number {
  padding: 6px 0;
  background: #033B71;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
/* line 746, assets/sass/style.scss */
.recommendations #recomendations ul li .inner .texter {
  display: inline-block;
  float: right;
  width: 90%;
  font-size: 16px;
  color: #666666;
}
/* line 752, assets/sass/style.scss */
.recommendations #recomendations ul li .inner .texter p {
  font-size: 1.1rem;
}
/* line 757, assets/sass/style.scss */
.recommendations #recomendations ul li .response {
  height: 0;
  overflow: hidden;
  background: #F7F7F7;
  margin-top: 20px;
}
/* line 762, assets/sass/style.scss */
.recommendations #recomendations ul li .response .res-left {
  width: 75%;
  display: inline-block;
  padding: 0 20px 0 0;
  vertical-align: top;
}
/* line 767, assets/sass/style.scss */
.recommendations #recomendations ul li .response .res-left .title {
  color: #666666;
  font-size: 16px;
  margin-bottom: 15px;
}
/* line 773, assets/sass/style.scss */
.recommendations #recomendations ul li .response .res-right {
  width: 20%;
  display: inline-block;
  padding: 0 0 0 20px;
  border-left: 1px solid #d0d0d0;
}
/* line 778, assets/sass/style.scss */
.recommendations #recomendations ul li .response .res-right .bold {
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 784, assets/sass/style.scss */
.recommendations #recomendations ul li .collapse {
  padding: 10px;
  text-align: center;
  background: #EAEAEA;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 791, assets/sass/style.scss */
.recommendations #recomendations ul li .collapse span {
  margin-right: 10px;
}
/* line 794, assets/sass/style.scss */
.recommendations #recomendations ul li .collapse svg {
  width: .85em;
}
/* line 798, assets/sass/style.scss */
.recommendations #recomendations ul li .collapse.closed .open {
  display: none;
}
/* line 801, assets/sass/style.scss */
.recommendations #recomendations ul li .collapse.closed .closed {
  display: inline-block;
}
/* line 806, assets/sass/style.scss */
.recommendations #recomendations ul li .collapse.open .open {
  display: inline-block !important;
}
/* line 809, assets/sass/style.scss */
.recommendations #recomendations ul li .collapse.open svg {
  transform: rotate(180deg);
}
/* line 812, assets/sass/style.scss */
.recommendations #recomendations ul li .collapse.open .closed {
  display: none !important;
}

/* line 821, assets/sass/style.scss */
.gray {
  background: #F2F2F2;
  padding: 75px 0;
}
/* line 825, assets/sass/style.scss */
.gray .row .left {
  display: inline-block;
  width: 45%;
  text-align: left;
}
/* line 829, assets/sass/style.scss */
.gray .row .left h1 {
  text-align: left;
}
/* line 832, assets/sass/style.scss */
.gray .row .left .button {
  padding: .85rem;
  margin-top: 15px;
  width: 200px;
}
/* line 838, assets/sass/style.scss */
.gray .row .right {
  display: inline-block;
  width: 50.5%;
  margin-left: 4%;
  vertical-align: top;
}
/* line 843, assets/sass/style.scss */
.gray .row .right img {
  width: 100%;
}
/* line 848, assets/sass/style.scss */
.gray .white {
  padding: 50px;
  background: white;
  margin: 50px 0 0 0;
}
/* line 852, assets/sass/style.scss */
.gray .white h2 {
  color: #666666;
  font-size: 20px;
}
/* line 856, assets/sass/style.scss */
.gray .white .posts {
  padding: 40px 0;
  border-bottom: 1px solid #C7C7C7;
}
/* line 859, assets/sass/style.scss */
.gray .white .posts:last-of-type {
  border-bottom: none;
}
/* line 862, assets/sass/style.scss */
.gray .white .posts .story-thumbnail {
  display: inline-block;
  width: 20%;
}
/* line 866, assets/sass/style.scss */
.gray .white .posts .info {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  padding-left: 50px;
}
/* line 871, assets/sass/style.scss */
.gray .white .posts .info .date {
  font-size: .85rem;
  margin-bottom: 10px;
}
/* line 875, assets/sass/style.scss */
.gray .white .posts .info .excerpt {
  font-size: .8rem;
  margin-top: 15px;
}
/* line 878, assets/sass/style.scss */
.gray .white .posts .info .excerpt .more {
  margin-left: 10px;
}

/* line 886, assets/sass/style.scss */
.button {
  text-transform: uppercase;
  font-size: 0.8rem;
}

/* line 890, assets/sass/style.scss */
.row.padding {
  padding: 75px 0;
  text-align: center;
}
/* line 893, assets/sass/style.scss */
.row.padding h3 {
  font-weight: 500;
}
/* line 896, assets/sass/style.scss */
.row.padding .button {
  padding: 1rem;
  margin-top: 15px;
  width: 200px;
}

/* line 902, assets/sass/style.scss */
.story {
  padding: 50px 0;
}
/* line 904, assets/sass/style.scss */
.story .date {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
/* line 909, assets/sass/style.scss */
.story h1.site-title {
  text-align: left;
  line-height: 45px;
}

/* line 914, assets/sass/style.scss */
.prev-posts {
  display: inline-block;
  position: relative;
  z-index: 1;
}
/* line 918, assets/sass/style.scss */
.prev-posts svg {
  width: .45em !important;
}
/* line 921, assets/sass/style.scss */
.prev-posts a {
  margin-left: 10px;
  font-size: .85rem;
}

/* line 926, assets/sass/style.scss */
.return {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -24px;
  z-index: 0;
}
/* line 933, assets/sass/style.scss */
.return a {
  font-size: .85rem;
}

/* line 937, assets/sass/style.scss */
.next-posts {
  display: inline-block;
  position: relative;
  float: right;
  z-index: 1;
  top: -48px;
}
/* line 943, assets/sass/style.scss */
.next-posts a {
  margin-right: 10px;
  font-size: .85rem;
}
/* line 947, assets/sass/style.scss */
.next-posts svg {
  width: .45em !important;
}

/* line 951, assets/sass/style.scss */
h1 {
  margin-bottom: 2.25rem;
  font-size: 2.5rem !important;
  text-align: center;
}

/* line 956, assets/sass/style.scss */
article {
  border-bottom: 1px solid #C7C7C7;
  padding: 40px 0;
}
/* line 959, assets/sass/style.scss */
article:first-of-type {
  padding-top: 0;
}
/* line 962, assets/sass/style.scss */
article:last-of-type {
  border-bottom: none;
}
/* line 966, assets/sass/style.scss */
article .posts .story-thumbnail {
  display: inline-block;
  width: 20%;
}
/* line 970, assets/sass/style.scss */
article .posts .info {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  padding-left: 50px;
}
/* line 975, assets/sass/style.scss */
article .posts .info .date {
  font-size: .85rem;
  margin-bottom: 10px;
}
/* line 979, assets/sass/style.scss */
article .posts .info .excerpt {
  font-size: .9rem;
  margin-top: 15px;
  line-height: 26px;
}
/* line 983, assets/sass/style.scss */
article .posts .info .excerpt .more {
  margin-top: 10px;
  display: block;
  font-weight: bold;
}

/* line 992, assets/sass/style.scss */
.sidebars {
  padding: 0;
  background: #F2F2F2;
  width: 23%;
}
/* line 996, assets/sass/style.scss */
.sidebars h4 {
  padding: 15px 20px;
  background: #033B71;
  color: white !important;
  margin-bottom: 0;
}
/* line 1003, assets/sass/style.scss */
.sidebars #external_links ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
/* line 1007, assets/sass/style.scss */
.sidebars #external_links ul li {
  display: block;
}
/* line 1009, assets/sass/style.scss */
.sidebars #external_links ul li.active {
  background: #c5c5c5;
}
/* line 1012, assets/sass/style.scss */
.sidebars #external_links ul li a {
  font-size: .85rem;
  padding: 12.5px 25px;
  font-size: .85rem;
  display: block;
  line-height: 22px;
}
/* line 1018, assets/sass/style.scss */
.sidebars #external_links ul li a:hover {
  border-bottom: 0 !important;
}

@media screen and (max-width: 1685px) {
  /* line 1029, assets/sass/style.scss */
  .full_bleed .bg_img img {
    top: -600px;
  }

  /* line 1036, assets/sass/style.scss */
  .two .bg_img img {
    top: -2500px !important;
  }
}
@media screen and (max-width: 1685px) {
  /* line 1045, assets/sass/style.scss */
  .full_bleed .bg_img img {
    top: -450px;
  }

  /* line 1052, assets/sass/style.scss */
  .two .bg_img img {
    top: -2600px !important;
  }
}
@media screen and (max-width: 1375px) {
  /* line 1061, assets/sass/style.scss */
  .full_bleed .bg_img img {
    top: -350px;
  }

  /* line 1068, assets/sass/style.scss */
  .two .bg_img img {
    top: -2500px !important;
  }
}
@media screen and (max-width: 1215px) {
  /* line 1077, assets/sass/style.scss */
  .full_bleed .bg_img img {
    top: -250px;
  }

  /* line 1084, assets/sass/style.scss */
  .two .bg_img img {
    top: -2400px !important;
  }
}
@media screen and (max-width: 1110px) {
  /* line 1093, assets/sass/style.scss */
  .full_bleed .bg_img img {
    top: -150px;
  }

  /* line 1100, assets/sass/style.scss */
  .two .bg_img img {
    top: -2700px !important;
    width: 150%;
    max-width: 150%;
    left: -25%;
  }
}
@media screen and (max-width: 1089px) {
  /* line 1110, assets/sass/style.scss */
  .slick-list {
    height: 700px;
  }
}
@media screen and (max-width: 980px) {
  /* line 1120, assets/sass/style.scss */
  .full_bleed .bg_img img {
    top: -250px;
    width: 150%;
    max-width: 150%;
    left: -25%;
  }
  /* line 1129, assets/sass/style.scss */
  .full_bleed.two .bg_img img {
    top: -3000px !important;
  }

  /* line 1135, assets/sass/style.scss */
  .center div .text_section {
    left: 23%;
    right: 20%;
  }
  /* line 1138, assets/sass/style.scss */
  .center div .text_section h2 {
    font-size: 2rem;
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  /* line 1145, assets/sass/style.scss */
  .news .posts {
    width: 100%;
  }
  /* line 1147, assets/sass/style.scss */
  .news .posts .inner {
    height: auto;
  }

  /* line 1149, assets/sass/style.scss */
  .canvas .small-special {
    width: 95%;
  }

  /* line 1152, assets/sass/style.scss */
  .gray .inner.rec {
    width: 95%;
  }

  /* line 1155, assets/sass/style.scss */
  .gray .inner .steps_text {
    width: 95%;
  }

  /* line 1158, assets/sass/style.scss */
  .blue .small-special .large-push-6 {
    padding-left: 0;
  }

  /* line 1161, assets/sass/style.scss */
  .blue .small-special .bio-image {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 1165, assets/sass/style.scss */
  .blue .small-special .bio-image p img {
    width: 100%;
    height: auto;
    left: 0;
  }

  /* line 1171, assets/sass/style.scss */
  .splits {
    height: auto;
    margin-bottom: 25px;
    margin-top: 0 !important;
  }
  /* line 1175, assets/sass/style.scss */
  .splits:before {
    display: none;
  }
  /* line 1178, assets/sass/style.scss */
  .splits header .button {
    position: relative;
  }

  /* line 1182, assets/sass/style.scss */
  .report .left {
    width: 100%;
  }

  /* line 1185, assets/sass/style.scss */
  .report .right {
    width: 100%;
    margin-left: 0;
  }

  /* line 1190, assets/sass/style.scss */
  .recommendations img {
    display: none;
  }
  /* line 1193, assets/sass/style.scss */
  .recommendations .text {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  /* line 1199, assets/sass/style.scss */
  .gray .row .left {
    width: 100%;
    padding: 20px;
  }

  /* line 1203, assets/sass/style.scss */
  .gray .row .right {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }

  /* line 1208, assets/sass/style.scss */
  .gray .white .posts .story-thumbnail {
    width: 100%;
  }

  /* line 1211, assets/sass/style.scss */
  .gray .white .posts .info {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  /* line 1216, assets/sass/style.scss */
  .recommendations #recomendations ul li.response-open .response {
    padding: 30px;
  }

  /* line 1219, assets/sass/style.scss */
  .recommendations #recomendations ul li .response .res-left {
    width: 100%;
  }

  /* line 1222, assets/sass/style.scss */
  .recommendations #recomendations ul li .response .res-right {
    width: 100%;
  }

  /* line 1225, assets/sass/style.scss */
  .sidebars {
    width: 100%;
  }

  /* line 1228, assets/sass/style.scss */
  article .posts .story-thumbnail {
    width: 100%;
  }

  /* line 1231, assets/sass/style.scss */
  article .posts .info {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 980px) {
  /* line 1238, assets/sass/style.scss */
  .gray .inner .steps {
    height: 1085px;
  }

  /* line 1241, assets/sass/style.scss */
  .gray .inner .steps.open {
    height: 1800px;
  }

  /* line 1244, assets/sass/style.scss */
  .gray .inner .steps li:before {
    padding-bottom: 350px;
  }
}
@media screen and (max-width: 945px) {
  /* line 1249, assets/sass/style.scss */
  .news .posts .inner .story-thumbnail {
    height: auto;
  }

  /* line 1250, assets/sass/style.scss */
  .slick-list {
    height: auto;
  }

  /* line 1251, assets/sass/style.scss */
  .news .posts .inner .story-link {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  /* line 1255, assets/sass/style.scss */
  .full_bleed .bg_img {
    height: auto;
    min-height: initial;
  }
  /* line 1258, assets/sass/style.scss */
  .full_bleed .bg_img img {
    top: 0;
    transform: translateY(0) !important;
    width: 100%;
    max-width: 100%;
    left: 0;
  }
  /* line 1268, assets/sass/style.scss */
  .full_bleed.two .bg_img img {
    top: 0 !important;
  }

  /* line 1274, assets/sass/style.scss */
  .gray .inner .steps {
    height: 1080px;
  }

  /* line 1277, assets/sass/style.scss */
  .gray .inner .steps li {
    width: 50%;
  }

  /* line 1280, assets/sass/style.scss */
  .gray .inner .steps.open {
    height: 2500px;
  }

  /* line 1283, assets/sass/style.scss */
  .center .slick-slide {
    max-width: 350px;
  }

  /* line 1286, assets/sass/style.scss */
  .center div .text_section {
    left: 0;
    right: 0;
    padding: 0 0 0 20px;
    top: -75px;
  }
  /* line 1291, assets/sass/style.scss */
  .center div .text_section h2 {
    font-size: 1.25rem;
    width: 100%;
  }

  /* line 1296, assets/sass/style.scss */
  .news .posts .inner .story-link {
    font-size: 1.5rem;
    line-height: 32px;
  }

  /* line 1300, assets/sass/style.scss */
  .canvas .main h1 {
    font-size: 2rem !important;
  }

  /* line 1303, assets/sass/style.scss */
  .recommendations #recomendations ul {
    margin-left: 0;
  }
}
/* line 1309, assets/sass/style.scss */
.trustee-oversight-committee .canvas p {
  font-size: 1.1rem !important;
  margin-top: 15px;
}
/* line 1313, assets/sass/style.scss */
.trustee-oversight-committee .canvas ul {
  margin-top: 15px;
}
/* line 1315, assets/sass/style.scss */
.trustee-oversight-committee .canvas ul li {
  font-size: 1.1rem;
  font-family: "proxima-nova";
  line-height: 22px;
  margin-bottom: 30px;
}

/* line 1323, assets/sass/style.scss */
.com {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 25px 10px 0 10px;
  background: #f2f2f2;
}
/* line 1328, assets/sass/style.scss */
.com li {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #d6d6d6;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: bold;
  display: inline-block;
  width: 49%;
  font-size: 1.25rem;
  font-family: "proxima-nova";
}
/* line 1338, assets/sass/style.scss */
.com li:last-of-type {
  border-bottom: 0;
}
/* line 1341, assets/sass/style.scss */
.com li:nth-last-of-type(2) {
  border-bottom: 0;
}

/* line 1347, assets/sass/style.scss */
.frequently-asked-questions h3 {
  margin-bottom: 10px !important;
}
/* line 1350, assets/sass/style.scss */
.frequently-asked-questions .faq {
  margin-bottom: 0rem !important;
}
/* line 1352, assets/sass/style.scss */
.frequently-asked-questions .faq p {
  font-size: 1.1rem;
}
/* line 1357, assets/sass/style.scss */
.frequently-asked-questions #faq-nav li {
  font-family: "utopia-std";
  margin-bottom: 10px;
}

/* line 1363, assets/sass/style.scss */
.canvas .main .button.reverse {
  border: 2px solid #033B71;
  background: white;
  border-bottom: 2px solid #033B71 !important;
  color: #033B71;
}
/* line 1368, assets/sass/style.scss */
.canvas .main .button.reverse:hover {
  background-color: #4376B9;
  color: white;
}

/* line 1376, assets/sass/style.scss */
/* body.student-activists .site-title {
  font-family: "proxima-nova" !important;
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  margin: 50px 0 0 0 !important;
  text-transform: uppercase;
} */
/* line 1383, assets/sass/style.scss */
body.student-activists .full_width {
  margin-top: 30px;
}
/* line 1385, assets/sass/style.scss */
body.student-activists .full_width span {
  font-family: "utopia-std";
}
/* line 1395, assets/sass/style.scss */
body .canvas .main .single section .full-width h2 {
  color: #3d3c3c;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 20px;
}
/* line 1401, assets/sass/style.scss */
body .canvas .main .single section .anchors {
  display: block;
  list-style: none;
  padding: 80px 0 30px;
  margin: -50px 0 0px 0;
  text-align: center;
  background: white;
}
/* line 1410, assets/sass/style.scss */
body .canvas .main .single section .anchors:hover li .thumb {
  opacity: .5;
}
/* line 1415, assets/sass/style.scss */
body .canvas .main .single section .anchors li {
  display: inline-block;
  width: 12%;
  margin: 0 15px;
  text-align: center;
  vertical-align: top;
  font-size: .8rem;
  color: #032346;
  font-weight: bold;
}
/* line 1426, assets/sass/style.scss */
body .canvas .main .single section .anchors li#samekh .thumb img {
  width: 150%;
  bottom: 0;
  left: -25px;
}
/* line 1435, assets/sass/style.scss */
body .canvas .main .single section .anchors li#amb .thumb img {
  width: 160%;
  bottom: -5px;
  left: -30px;
}
/* line 1444, assets/sass/style.scss */
body .canvas .main .single section .anchors li#del .thumb img {
  bottom: -40px;
  width: 120%;
}
/* line 1452, assets/sass/style.scss */
body .canvas .main .single section .anchors li#sam .thumb img {
  bottom: -40px;
  width: 150%;
  left: -45%;
}
/* line 1461, assets/sass/style.scss */
body .canvas .main .single section .anchors li#pete .thumb img {
  bottom: -40px;
}
/* line 1467, assets/sass/style.scss */
body .canvas .main .single section .anchors li:hover .thumb {
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
/* line 1476, assets/sass/style.scss */
body .canvas .main .single section .anchors li a:hover {
  border-bottom: none !important;
}
/* line 1480, assets/sass/style.scss */
body .canvas .main .single section .anchors li .thumb {
  display: inline-block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  border-radius: 50%;
  transition: .4s;
}
/* line 1490, assets/sass/style.scss */
body .canvas .main .single section .anchors li .thumb.pull img {
  bottom: -20px;
}
/* line 1494, assets/sass/style.scss */
body .canvas .main .single section .anchors li .thumb:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
/* line 1499, assets/sass/style.scss */
body .canvas .main .single section .anchors li .thumb img {
  position: absolute;
  bottom: -60px;
  display: inline-block;
  width: 105%;
  max-width: inherit;
  height: auto;
  left: -2%;
}
/* line 1511, assets/sass/style.scss */
body .canvas .main .single section .tw_col {
  padding: 25px 0;
}
/* line 1516, assets/sass/style.scss */
body .canvas .main .single section .tw_col .one {
  display: inline-block;
  margin: 0 -3px;
  vertical-align: top;
  width: 50%;
}
/* line 1522, assets/sass/style.scss */
body .canvas .main .single section .tw_col .one p img {
  width: 90%;
  height: auto;
}
/* line 1528, assets/sass/style.scss */
body .canvas .main .single section .tw_col .two {
  display: inline-block;
  margin: 0 -3px;
  vertical-align: top;
  width: 50%;
}
/* line 1534, assets/sass/style.scss */
body .canvas .main .single section .tw_col .two p img {
  width: 90%;
  height: auto;
  margin-left: 10%;
}
/* line 1542, assets/sass/style.scss */
body .canvas .main .single section .bio_section {
  display: inline-flex;
  width: 100%;
  margin: -6px auto;
  height: 100vh;
  min-height: 700px;
  position: relative;
  align-items: center;
}
/* line 1551, assets/sass/style.scss */
body .canvas .main .single section .bio_section.right .inners {
  background: #f2f2f2;
}
/* line 1553, assets/sass/style.scss */
body .canvas .main .single section .bio_section.right .inners .bio_text {
  left: 0;
  right: initial;
  color: black;
}
/* line 1558, assets/sass/style.scss */
body .canvas .main .single section .bio_section.right .inners .bio_text .name h2 {
  padding: 20px 75px 25px 75px;
  background: #033B71;
  color: white;
}
/* line 1562, assets/sass/style.scss */
body .canvas .main .single section .bio_section.right .inners .bio_text .name h2:before {
  border-bottom: 20px solid #032346;
}
/* line 1565, assets/sass/style.scss */
body .canvas .main .single section .bio_section.right .inners .bio_text .name h2:after {
  border-top: 20px solid #032346;
}
/* line 1570, assets/sass/style.scss */
body .canvas .main .single section .bio_section.right .inners .bio_text p {
  color: black !important;
  background: #f2f2f2;
}
/* line 1573, assets/sass/style.scss */
body .canvas .main .single section .bio_section.right .inners .bio_text p a {
  color: #033B71;
}
/* line 1578, assets/sass/style.scss */
body .canvas .main .single section .bio_section.right .inners .image {
  background-position: 100% 0;
  float: right;
}
/* line 1584, assets/sass/style.scss */
body .canvas .main .single section .bio_section .inners {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  background: #333;
}
/* line 1591, assets/sass/style.scss */
body .canvas .main .single section .bio_section .inners .image {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 0;
  display: inline-block;
  width: 100%;
  transition: .3s;
  overflow: hidden;
  height: 100%;
}
/* line 1602, assets/sass/style.scss */
body .canvas .main .single section .bio_section .inners .bio_text {
  display: inline-flex;
  width: 45%;
  vertical-align: top;
  align-items: center;
  padding: 0 75px;
  z-index: 1;
  text-align: left;
  transition: .3s;
  right: 0;
  height: 100%;
  position: absolute;
}
/* line 1614, assets/sass/style.scss */
body .canvas .main .single section .bio_section .inners .bio_text .name {
  position: relative;
  width: auto;
  margin-bottom: 50px;
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
/* line 1622, assets/sass/style.scss */
body .canvas .main .single section .bio_section .inners .bio_text .name h2 {
  background: #FDD100;
  display: inline-block;
  padding: 20px 75px 25px 75px;
  position: relative;
}
/* line 1627, assets/sass/style.scss */
body .canvas .main .single section .bio_section .inners .bio_text .name h2:after {
  content: '';
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  z-index: -1;
  bottom: -50px;
  border-top: 20px solid #ad8f01;
  border-left: 50px solid transparent;
  border-right: 0px solid transparent;
}
/* line 1639, assets/sass/style.scss */
body .canvas .main .single section .bio_section .inners .bio_text .name h2:before {
  content: '';
  position: absolute;
  right: 0;
  height: 50px;
  width: 50px;
  z-index: -1;
  top: -50px;
  border-bottom: 20px solid #ad8f01;
  border-right: 50px solid transparent;
  border-left: 0px solid transparent;
}
/* line 1654, assets/sass/style.scss */
body .canvas .main .single section .bio_section .inners .bio_text p {
  font-size: 1.15rem;
  line-height: 34px;
  font-weight: bold;
  color: white;
  margin-bottom: 0;
  background: #333;
  padding: 15px;
}
/* line 1662, assets/sass/style.scss */
body .canvas .main .single section .bio_section .inners .bio_text p a {
  color: white;
  opacity: .85;
  text-decoration: underline;
}
/* line 1666, assets/sass/style.scss */
body .canvas .main .single section .bio_section .inners .bio_text p a:hover {
  opacity: 1;
}

@media screen and (max-width: 575px) {
  /* line 1680, assets/sass/style.scss */
  .gray .inner .steps {
    height: 1030px;
  }

  /* line 1683, assets/sass/style.scss */
  .gray .inner .steps.open {
    height: 3600px;
  }

  /* line 1686, assets/sass/style.scss */
  .gray .inner .steps li {
    width: 100%;
  }

  /* line 1689, assets/sass/style.scss */
  .gray .inner .steps li:before {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 1750px) {
  /* line 1694, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text {
    width: 50% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1699, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text {
    width: 38%;
  }
}
@media screen and (max-width: 1585px) {
  /* line 1704, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text {
    width: 35%;
  }
}
@media screen and (max-width: 1485px) {
  /* line 1709, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text {
    width: 40%;
    padding: 0 60px;
  }

  /* line 1710, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text p {
    font-size: .9rem;
    line-height: 28px;
  }

  /* line 1711, assets/sass/style.scss */
  body .canvas .main .single section .bio_section.right .inners .bio_text .name h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1450px) and (max-height: 720px) {
  /* line 1714, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text {
    width: 50%;
  }
}
@media screen and (max-width: 1585px) and (min-height: 750px) {
  /* line 1717, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text {
    width: 40%;
  }
}
@media screen and (max-width: 1325px) {
  /* line 1722, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text {
    width: 30%;
    padding: 0 40px;
  }

  /* line 1723, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text p {
    font-size: .9rem;
    line-height: 28px;
  }

  /* line 1724, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text .name h2 {
    font-size: 1.25rem;
    padding: 20px 50px;
  }
}
@media screen and (max-width: 1325px) and (min-height: 750px) {
  /* line 1727, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text {
    width: 40%;
  }
}
@media screen and (max-width: 1325px) and (max-height: 650px) {
  /* line 1732, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text {
    width: 40%;
  }
}
@media screen and (max-width: 1250px) {
  /* line 1737, assets/sass/style.scss */
  body .canvas .main .single section .bio_section {
    height: 750px;
  }

  /* line 1738, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .image {
    background-attachment: inherit;
  }

  /* line 1739, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text {
    width: 35%;
    padding: 0 30px;
  }

  /* line 1740, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text p {
    font-size: .85rem;
    line-height: 24px;
  }

  /* line 1741, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text .name {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1125px) {
  /* line 1744, assets/sass/style.scss */
  body .canvas .main .single section .bio_section {
    height: 625px;
  }

  /* line 1745, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text {
    padding: 0 20px;
  }
}
@media screen and (max-height: 550px) {
  /* line 1748, assets/sass/style.scss */
  body .canvas .main .single section .bio_section {
    height: auto;
    min-height: auto;
  }

  /* line 1749, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text {
    padding: 0px 40px 100px !important;
    position: relative;
    width: 100% !important;
    margin-top: -60px;
  }

  /* line 1753, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .image {
    width: 100% !important;
    background-attachment: inherit;
    background-position: 0 0 !important;
    background-size: 100% !important;
  }

  /* line 1754, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .image:before {
    content: '';
    display: block;
    padding-bottom: 90%;
  }

  /* line 1755, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text .name h2 {
    padding: 20px 30px !important;
    font-size: 1.5rem !important;
  }

  /* line 1756, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text p {
    font-size: 1rem;
    line-height: 28px;
  }

  /* line 1757, assets/sass/style.scss */
  body .canvas .main .single section .tw_col {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1025px) {
  /* line 1760, assets/sass/style.scss */
  body .canvas .main .single section .bio_section {
    height: auto;
    min-height: auto;
  }

  /* line 1761, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text {
    padding: 0px 40px 100px !important;
    position: relative;
    width: 100% !important;
    margin-top: -60px;
  }

  /* line 1765, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .image {
    width: 100% !important;
    background-attachment: inherit;
    background-position: 0 0 !important;
    background-size: 100% !important;
  }

  /* line 1766, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .image:before {
    content: '';
    display: block;
    padding-bottom: 90%;
  }

  /* line 1767, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text .name h2 {
    padding: 20px 30px !important;
    font-size: 1.5rem !important;
  }

  /* line 1768, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .bio_text p {
    font-size: 1rem;
    line-height: 28px;
  }

  /* line 1769, assets/sass/style.scss */
  body .canvas .main .single section .tw_col {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 725px) {
  /* line 1772, assets/sass/style.scss */
  body .canvas .main .single section .anchors li {
    width: 25%;
    margin-bottom: 20px;
  }

  /* line 1773, assets/sass/style.scss */
  body .canvas .main .single section .anchors li#sam .thumb img {
    bottom: -30px;
  }

  /* line 1774, assets/sass/style.scss */
  body .canvas .main .single section .tw_col .one {
    width: 100%;
  }

  /* line 1775, assets/sass/style.scss */
  body .canvas .main .single section .tw_col .one p img {
    width: 100%;
  }

  /* line 1776, assets/sass/style.scss */
  body .canvas .main .single section .tw_col .two {
    width: 100%;
  }

  /* line 1777, assets/sass/style.scss */
  body .canvas .main .single section .tw_col .two p img {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 450px) {
  /* line 1780, assets/sass/style.scss */
  body .canvas .main .single section .anchors li {
    width: 30%;
  }

  /* line 1781, assets/sass/style.scss */
  body .canvas .main .single section .anchors li#sam .thumb img {
    bottom: -60px;
  }

  /* line 1782, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inner .bio_text p {
    padding: 0;
  }
}
@media screen and (max-height: 835px) and (max-width: 1250px) {
  /* line 1785, assets/sass/style.scss */
  body .canvas .main .single section .bio_section .inners .image {
    background-size: auto 100%;
    background-attachment: inherit;
  }
}
/* line 1788, assets/sass/style.scss */
.sign_up_modal {
  position: fixed;
  height: 100vh;
  top: 0;
  background: transparent;
  width: 100vw;
  left: 0;
  z-index: 1000;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: row;
  transform: translateY(-100vh);
  transition: background .3s, transform .5s;
}
/* line 1802, assets/sass/style.scss */
.sign_up_modal.open {
  background: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
  transition: transform .5s, background .3s .2s;
}
/* line 1807, assets/sass/style.scss */
.sign_up_modal #mc_embed_signup {
  background: #fff;
  /* clear: left; */
  font: 14px Helvetica,Arial,sans-serif;
  width: 50%;
  min-width: 350px;
  max-width: 900px;
  padding: 50px;
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
/* line 1823, assets/sass/style.scss */
.sign_up_modal #mc_embed_signup .exit {
  position: absolute;
  top: -25%;
  right: -45px;
}
/* line 1827, assets/sass/style.scss */
.sign_up_modal #mc_embed_signup .exit svg {
  width: 50px;
  color: white;
  height: 50px;
  opacity: .5;
  transition: .3s;
  cursor: pointer;
}
/* line 1834, assets/sass/style.scss */
.sign_up_modal #mc_embed_signup .exit svg:hover {
  opacity: 1;
}
