/* Colors */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 22px;
  padding-left: 22px; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px; }

h1, h2, h3 {
  font-family: 'Lora', sans-serif; }

h2 {
  font-size: 4.6875rem;
  margin: 100px 0 70px 0; }

h3 {
  font-size: 2.5rem; }

.h3-bold {
  font-size: 2rem;
  font-weight: 700; }

p {
  font-size: 1.25rem; }

a {
  color: #FF5851;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline; }
  a:hover {
    text-decoration: none;
    color: #FF5851; }

em {
  font-weight: 700;
  font-style: italic; }

.alt-link {
  font-family: 'Lora', sans-serif;
  font-size: 1.25rem;
  text-decoration: none; }
  .alt-link img {
    margin-right: 15px; }
  .alt-link:hover {
    text-decoration: underline; }

.btn {
  font-family: 'Lora', sans-serif;
  font-style: normal;
  text-decoration: none;
  font-size: 1.3125rem;
  font-weight: 700;
  border-radius: 0;
  padding: 10px 45px; }

.btn-primary {
  background-color: transparent;
  border: 2px solid #FF5851;
  color: black; }
  .btn-primary:hover {
    background-color: transparent !important;
    border: 2px solid #FF5851 !important;
    color: white; }
  .btn-primary:active, .btn-primary:focus {
    border: 2px solid #FF5851 !important;
    background-color: #FF5851 !important; }
  .btn-primary.disabled {
    background-color: transparent;
    border: 2px solid #BBBECA;
    color: black;
    opacity: .65; }

.btn-secondary {
  background-color: transparent;
  border: 2px solid white; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background-color: transparent;
    border: 2px solid white;
    color: #414A6B; }

.btn-container, .btn-container-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block; }

.btn {
  position: relative; }

.coming-soon {
  padding: 0 42px;
  font-family: 'Lora', sans-serif;
  font-style: italic;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
  color: #606060; }

.btn-container span, .btn-container-2 span {
  content: "";
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  left: 70px;
  top: 20px;
  transform: rotate(0deg);
  background: none;
  position: absolute;
  transition: all .3s ease-Out; }

.btn-container:hover span, .btn-container-2:hover span {
  width: 150%;
  height: 700%;
  opacity: 1;
  left: -70px;
  top: -70px;
  background: #FF5851;
  transform: rotate(80deg); }

.btn-container-2:hover span {
  background: white; }

.btn-container.disabled:hover {
  cursor: default; }
  .btn-container.disabled:hover span {
    transform: none;
    opacity: 0; }

.button-group .btn-container, .button-group .btn-container-2 {
  margin-right: 30px; }
  .button-group .btn-container:last-of-type, .button-group .btn-container-2:last-of-type {
    margin-right: 0; }

.divider {
  text-align: center; }

video {
  width: 100%    !important;
  height: auto   !important; }

ul li {
  font-size: 1.25rem; }

.expand-image {
  border: 1px solid #BBBECA;
  display: block; }
  .expand-image:hover {
    border: 2px solid #FF5851; }

.img-caption {
  font-size: 1.125rem;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 50px; }

.navbar-expand .navbar-nav .nav-link {
  padding-left: 20px;
  padding-right: 20px; }

nav {
  background-color: rgba(255, 255, 255, 0.8); }
  nav a {
    color: #414A6B;
    font-style: normal;
    text-decoration: none;
    transition: all .3s ease; }
    nav a svg path {
      transition: all .3s ease; }
    nav a:hover {
      color: #FF5851; }
      nav a:hover svg path {
        fill: #FF5851; }
  nav li a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-weight: 700;
    font-size: 1.125rem; }
  nav .navbar-brand {
    font-family: 'Lora', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 30px; }

.breakout {
  color: white;
  padding: 75px 0 75px 0; }
  .breakout .container {
    max-width: 1020px;
    display: flex; }
    .breakout .container div {
      padding: 0 65px 0 65px; }
    .breakout .container img {
      flex-shrink: 0;
      opacity: .3;
      height: 220px; }
  .breakout h2 {
    font-size: 2.125rem;
    font-weight: 700;
    margin: 0 0 25px 0; }
  .breakout#buzzword {
    background-color: #414A6B; }
    .breakout#buzzword h2 em {
      font-weight: 400; }
  .breakout#webform {
    background-color: #FF5851; }
    .breakout#webform .container img {
      height: 240px; }

.diamond-list {
  padding: 0; }
  .diamond-list li {
    margin-bottom: 10px;
    list-style: none;
    padding-left: 30px;
    line-height: 1.3;
    background: url("images/diamond-small.svg") no-repeat 0 8px; }

#hero {
  height: 724px;
  background: url("images/cyndi-design.png") no-repeat top right;
  background-size: cover;
  color: #414A6B; }
  #hero > .container {
    height: calc(100% - 62px);
    display: flex;
    flex-direction: row; }
  #hero .row {
    align-items: center; }
  #hero h1 {
    font-size: 5.0625rem;
    margin-bottom: 25px; }
  #hero h2 {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    text-align: left;
    margin: 0; }
    #hero h2 em {
      font-weight: 700;
      font-style: italic;
      color: #FF5851; }

#stats {
  background-color: #414A6B;
  color: white;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px; }
  #stats ul {
    list-style: none;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.5rem; }
    #stats ul em {
      font-size: 4.6875rem;
      font-family: 'Lora', sans-serif;
      display: block;
      font-style: normal;
      font-weight: 400;
      line-height: 6rem; }

#work h2 {
  text-align: center; }
#work .row {
  margin-bottom: 100px; }
#work .divider {
  margin-bottom: 100px; }
#work h3 {
  margin-bottom: 20px; }
#work h4 {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 700;
  font-size: 1.125rem;
  color: #606060;
  font-weight: 400;
  margin-bottom: 15px; }
#work p {
  margin-bottom: 40px; }
#work .img-override {
  max-width: 390px !important;
  width: 100%; }

#experience {
  padding-bottom: 100px; }
  #experience h3 {
    margin-bottom: 25px; }
  #experience ul {
    padding: 0; }

#history {
  background-color: #F7F7F7;
  padding-top: 100px;
  padding-bottom: 100px; }
  #history h2 {
    margin-bottom: 40px;
    margin-top: 0; }
  #history h3 {
    margin-top: 100px;
    margin-bottom: 50px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-weight: 700;
    font-size: 1.25rem; }
  #history .row {
    justify-content: center; }
  #history .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px; }

#interests p {
  font-size: 1.125rem;
  clear: left; }
#interests .col-12 {
  margin-bottom: 30px; }
  #interests .col-12 img {
    float: left;
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 12px;
    margin-top: -12px; }
#interests #hobbies {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px; }
  #interests #hobbies p {
    font-size: 1.5rem;
    margin-top: 40px; }

footer {
  text-align: center;
  font-size: 1.125rem;
  background-color: #2A3250;
  color: white; }
  footer #available {
    background-color: #414A6B;
    color: white;
    padding: 50px 0; }
    footer #available h2 {
      font-size: 3rem;
      font-weight: 400;
      font-style: italic;
      margin-top: 0;
      margin-bottom: 40px; }
      footer #available h2 em {
        font-weight: 700; }
  footer #copyright {
    padding: 20px 0; }

.project {
  /*.navbar{
  	background-color:$nav-dark;
  	
  	a{
  		color:white;
  		
  		&:hover{
  			color:$secondary;
  			
  			svg path{
  				fill:$secondary;
  			}
  		}
  	}
  }*/ }
  .project .project-hero .container {
    margin-top: 100px; }
  .project .project-hero h1 {
    font-size: 4rem; }
  .project .project-hero h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-weight: 700;
    font-size: 1.125rem;
    margin-top: 40px;
    margin-bottom: 20px; }
  .project .project-hero p {
    margin-bottom: 50px; }
  .project .project-hero .btn-container {
    margin-bottom: 100px; }
  .project .project-hero .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
    .project .project-hero .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .project .project-hero .video-sub {
    text-align: center;
    font-size: 1rem;
    font-style: italic;
    margin-top: 15px; }
  .project .project-intro {
    background-color: #F7F7F7;
    padding-top: 100px;
    padding-bottom: 100px; }
    .project .project-intro .diamond-list {
      margin-bottom: 30px; }
  .project .project-nav {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    background-color: #2A3250;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-weight: 700;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px; }
    .project .project-nav ul {
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: center; }
      .project .project-nav ul li {
        display: inline-block;
        font-size: 1rem;
        padding-right: 20px; }
        .project .project-nav ul li a {
          color: white;
          text-decoration: none;
          font-style: normal;
          padding-left: 30px; }
          .project .project-nav ul li a.active {
            background-image: url("images/diamond-nav.svg");
            background-repeat: no-repeat;
            background-position: left center; }
  .project .challenges {
    position: relative; }
  .project #challenge1, .project #challenge2, .project #challenge3 {
    padding-top: 100px; }
  .project .challenge h2, .project .solution h2, .project .summary h2 {
    text-align: center;
    color: #414A6B;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0; }
    .project .challenge h2 span, .project .solution h2 span, .project .summary h2 span {
      display: block;
      font-size: 4.6875rem;
      font-weight: 500; }
  .project .challenge .call-out, .project .solution .call-out, .project .summary .call-out {
    font-size: 2.25rem;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.3;
    orphans: 2; }
  .project .challenge h4 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-weight: 700;
    font-size: 1.25rem; }
  .project .challenge .row {
    margin-bottom: 70px; }
  .project .challenge .divider {
    margin-bottom: 70px; }
  .project .solution, .project .summary {
    background-color: #414A6B;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px; }
    .project .solution h2, .project .summary h2 {
      color: white;
      margin-top: 0;
      font-size: 2rem; }
  .project .summary {
    background-color: #F7F7F7;
    color: black;
    margin-top: 100px; }
    .project .summary h2 {
      color: #FF5851; }
  .project .examples {
    padding-bottom: 160px; }
    .project .examples h3 {
      margin-top: 80px; }
    .project .examples .title-button-group {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .project .examples .title-button-group .btn-container {
        margin-left: 30px; }
    .project .examples p, .project .examples ul {
      max-width: 806px; }
    .project .examples em {
      font-weight: 700; }
    .project .examples video, .project .examples img, .project .examples .expand-image {
      margin-top: 20px; }
    .project .examples video, .project .examples img {
      border: 1px solid #BBBECA; }
    .project .examples .expand-image img {
      margin-top: 0; }
  .project .alt-section {
    background-color: #F7F7F7; }
  .project .personas .alt-link {
    display: inline-block;
    margin-top: 60px; }
  .project #reflection {
    padding-top: 59px;
    padding-bottom: 100px; }
    .project #reflection header {
      text-align: center;
      background-color: #414A6B;
      color: white;
      padding-top: 60px;
      padding-bottom: 60px;
      margin-bottom: 100px; }
      .project #reflection header h2 {
        margin: 0; }
    .project #reflection h3 {
      margin-bottom: 40px; }
    .project #reflection h4 {
      font-family: 'Lato', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.125em;
      font-weight: 700;
      font-size: 1.25rem; }
    .project #reflection p, .project #reflection ol {
      margin-bottom: 30px;
      line-height: 1.3; }
    .project #reflection li {
      font-size: 1.25rem;
      margin-bottom: 10px; }
  .project #projects-nav {
    background-color: #F7F7F7;
    padding-top: 80px;
    padding-bottom: 80px; }
    .project #projects-nav h4 {
      font-family: 'Lato', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.125em;
      font-weight: 700;
      font-size: 1.25rem;
      margin-bottom: 20px; }
    .project #projects-nav ul {
      list-style: none;
      padding: 0; }
    .project #projects-nav li {
      margin-bottom: 30px; }
      .project #projects-nav li:last-child {
        margin-bottom: 0; }
    .project #projects-nav a {
      color: #FF5851;
      font-weight: 700;
      font-style: italic;
      text-decoration: underline;
      font-size: 2rem; }
      .project #projects-nav a:hover {
        text-decoration: none; }

#citl .img-caption {
  min-height: 54px; }
#citl #reflection {
  padding-top: 0; }
#citl .examples {
  padding-bottom: 0; }

#asthma .examples .row {
  margin-top: 80px; }
  #asthma .examples .row h3 {
    margin-top: 0; }
  #asthma .examples .row .col-lg-5 {
    text-align: center; }
  #asthma .examples .row video {
    margin-top: 0;
    border: none;
    max-width: 450px; }

#flight .examples .row img {
  border: none; }
#flight .examples .border-img img {
  border: 1px solid #BBBECA; }
#flight .examples .ipad-row {
  margin-top: 80px; }
  #flight .examples .ipad-row h3 {
    margin-top: 0; }
  #flight .examples .ipad-row img {
    margin-top: 0; }
#flight #reflection {
  padding-top: 0; }
  #flight #reflection .overview {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px; }
#flight .examples {
  padding-bottom: 0; }

#volunteer .personas img {
  margin-bottom: 20px; }
#volunteer #reflection {
  padding-top: 0; }
#volunteer .examples {
  padding-bottom: 0; }

@media (min-width: 1240px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1240px; } }
@media (max-width: 1199px) {
  #experience .col-12 {
    margin-bottom: 30px; }
    #experience .col-12:last-of-type, #experience .col-12 .col-12 {
      margin-bottom: 0; }

  .project .project-hero h1 {
    font-size: 2.625rem; }
  .project .challenge .call-out, .project .solution .call-out, .project .summary .call-out {
    font-size: 1.75rem; } }
@media (max-width: 991px) {
  #hero {
    height: 500px; }
    #hero .navbar {
      background-color: rgba(255, 255, 255, 0.8); }
    #hero h1 {
      font-size: 3.125rem; }
    #hero h2 {
      font-size: 1.25rem; }

  #stats ul li {
    margin-bottom: 20px; }

  #work h4 {
    margin-bottom: 30px; }
  #work img {
    margin-bottom: 30px; }

  .project .project-hero h1 {
    text-align: center;
    margin-bottom: 30px; }
  .project .personas .text-left {
    text-align: center !important; }
  .project .col-12 {
    margin-bottom: 40px; }
    .project .col-12 img {
      margin-top: 0; }
    .project .col-12 .img-caption {
      margin-bottom: 20px; }
  .project .examples .title-button-group {
    display: block; }
    .project .examples .title-button-group .btn-container {
      margin-left: 0;
      margin-top: 20px; }
  .project .challenge .call-out br, .project .solution .call-out br, .project .summary .call-out br {
    display: none; }

  #flight .img-caption {
    margin-bottom: 20px; } }
@media (max-width: 575px) {
  h2 {
    font-size: 3.75rem; }

  #hero {
    background-position: top right 22%; }
    #hero h1 {
      display: none; }
    #hero .row {
      align-items: normal; }
    #hero header {
      margin-top: 220px; }
      #hero header h2 {
        font-size: 1.125rem; }

  #stats ul li {
    font-size: 0.9375rem; }

  .breakout img {
    display: none; }
  .breakout .container div {
    padding: 0; }

  #history {
    text-align: center; }
    #history .button-group .btn-container {
      margin-right: 0;
      margin-bottom: 10px; }
      #history .button-group .btn-container .btn {
        width: 280px; }

  #interests .col-12 img {
    margin-top: 5px; }
  #interests #hobbies p {
    font-size: 1.25rem; }
  #interests #hobbies br {
    display: none; }

  footer #available h2 {
    font-size: 2.25rem; }

  .button-group .btn-container-2 {
    margin-right: 0;
    margin-bottom: 10px; }
    .button-group .btn-container-2 .btn {
      width: 200px; }

  .project .project-hero .container {
    margin-top: 20px; }
  .project .project-hero h2 {
    text-align: center; }
  .project .project-hero .btn-container {
    display: block;
    text-align: center; }
  .project .examples .title-button-group {
    display: block; }
    .project .examples .title-button-group .btn-container {
      margin-top: 20px;
      margin-left: 0; } }
@media (max-width: 440px) {
  .divider img {
    width: 100%; }

  #hobbies img {
    width: 100%; } }
