/*!
 * ETHOS FITNESS SYSTEMS
 * Copyright 2016 Ethos Fitness Systems
 */


/* Individual Page Hero Backgrounds */

.wsw-page-hero-ux {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../img/folio-ux.png") !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
}

.wsw-page-hero-web {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../img/folio-web.png") !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
}

.wsw-page-hero-art {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../img/folio-gd.png") !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
}

.wsw-page-hero-vdl {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../img/folio-vdl.png") !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
}

.wsw-page-hero-pnl {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../img/folio-pnl.png") !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
}

.wsw-page-hero-dnd {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../img/folio-dnd.png") !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
}

.wsw-page-hero-prt {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../img/folio-prt.png") !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
}


/* DO NOT TOUCH ANYTHING BELOW THIS LINE */

body {
    background-color: #101010;
    font-family: Roboto, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1.4rem;
    color: #d5d5d5;
    /* background-image: url('../img/wsw-03-dark.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

a {
    color: #C82621;
}

input:focus {
    outline: none;
}

.layout {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    min-height: 100vh;
    flex-direction: column
}

.page {
    z-index: 0;
}

.wrap {
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
}

.wrap-left {
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 0;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.btn-secondary {
    background-color: transparent !important;
    border: 1px solid #d5d5d5 !important;
    color: #d5d5d5;
}

.btn-secondary-green {
    background-color: transparent !important;
    border: 1px solid #f3f3f3 !important;
    color: #f3f3f3 !important;
}

.pad-btm {
    margin-bottom: 0px;
}

.pad-btm-30 {
    margin-bottom: 30px;
}

.wsw-green {
    color: #C82621;
}
.pointer {
    cursor: pointer;
}
.wsw-intro-box .web-folio-box {
  border: 0px solid orange;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
    text-align: center;
    flex: 1;
}
.wsw-intro-box .img-inpage {
  border: 0px solid orange;
  position: relative;
  margin: auto;;
  width: 100%;
  max-width: 1024px;
  margin-bottom: 30px;
}

.wsw-intro-box .img-inpage img {
    border: 0px solid #C82621;
    margin: auto;
box-shadow: 0 5px 5px -3px rgba(0,0,0,0.20), 0 3px 14px 2px rgba(0,0,0,0.12), 0 8px 10px 1px rgba(0,0,0,0.14);
}

.img-inpage img {
    width: 100%;
    max-width: 1024px;
    display: block;
}
.img-caption {
  position: absolute;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  max-width: 1024px;
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 200;
  padding: 20px;
  text-align: left;
}

.img-inpage-sm {
    width: 100%;
    max-width: 468px;
    float: right;
    margin-left: 15px;
    margin-bottom: 30px;
}

.img-inpage-nofloat {
    float: none;
    clear: both;
    margin-left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    align-self: center;
    text-align: center;
}

.border-dev {
    border: 1px solid orange;
}

.no-border-btm {
    border-bottom: 0px !important;
}

.stickybar {
    background-color: #101010;
    position: -webkit-sticky;
    text-align: center;
    color: #fff;
    height: auto;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
    border-top: 0;
    padding: 20px 0px;
    display: none;
}

.stickybar-shadow {
    -webkit-box-shadow: 0px -10px 26px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px -10px 26px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px -10px 26px 6px rgba(0, 0, 0, 0.6);
}

.side-nav {
    background-color: #151515;
    color: #d5d5d5;
}

.side-nav a {
    color: #d5d5d5;
    font-weight: 300;
    font-size: 1rem;
}

.side-nav .divider {
    background-color: #3a3a3a;
    margin: 0px;
}

.side-nav .subheader {
    color: #9e9e9e;
    font-size: 1.3rem;
    font-weight: 300;
}

.side-nav .click-to-call {
    color: #9e9e9e;
    font-size: 1.3rem;
    font-weight: 300;
}

.side-nav .wsw-logo {
    border: 0px solid orange;
    height: 50px;
    margin-top: 20px;
    margin-left: 16px;
}


/* laptop & desktop */

@media only screen and (min-width:75em) {
    .side-nav .wsw-logo {
        margin-left: 30px;
    }
}

.wsw-header-box {
    border: 0px solid orange;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
    position: relative;
}

.wsw-header-box .wsw-logo {
    border: 0px solid orange;
    height: 50px;
    margin: 10px;
    margin-left: 15px;
    z-index: 1;
    cursor: pointer;
}


/* laptop & desktop */

@media only screen and (min-width:75em) {
    .wsw-header-box .wsw-logo {
        height: 80px;
        margin: 20px;
        margin-left: 25px;
    }
}

.wsw-header-box .wsw-menu-tog {
    border: 0px solid orange;
    background-image: url('../img/wsw-hdr-menu-bkgnd.png');
    background-repeat: no-repeat;
    background-position: top right;
    margin-left: -15px;
    z-index: 0;
}


/* laptop & desktop */

@media only screen and (min-width:75em) {
    .wsw-header-box .wsw-menu-tog {
        border: 0px solid orange;
        background-image: url('../img/wsw-hdr-menu-bkgnd-lrg.png');
        background-repeat: no-repeat;
        background-position: top right;
        margin-left: -15px;
    }
}

.wsw-header-box .wsw-menu-tog .wsw-menu-button {
    border: 0px solid orange;
    padding: 22px 0px;
    margin-top: 5px;
    margin-right: 10px;
    max-width: 100px;
    float: right;
    cursor: pointer;
    font-size: 1.2rem;
    color: #d5d5d5;
}


/* laptop & desktop */

@media only screen and (min-width:75em) {
    .wsw-header-box .wsw-menu-tog .wsw-menu-button {
        border: 0px solid orange;
        padding: 44px 0px;
        margin-right: 10px;
        max-width: 100px;
        font-size: 1.6rem;
    }
}

.wsw-hero-box {
    border: 0px solid orange;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), url("../img/wsw-01-med.png") !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
    height: 250px;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    text-align: center;
}
/* mobile - portrait */
@media only screen and (max-width:28em) {
  .wsw-hero-box {
      height: 300px;
      background-position: center;
  }
}
/* small tablet - portrait */
@media only screen and (min-width:30em) {
  .wsw-hero-box {
      height: 450px;
      background-position: center;
  }
}
/* tablets - portrait */

@media only screen and (min-width:48em) {
    .wsw-hero-box {
        height: 450px;
        background-position: center;
    }
}


/* tablets - landscape */

@media only screen and (min-width:64em) {
    .wsw-hero-box {
        height: 640px;
        background-position: center;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .wsw-hero-box {
        height: 620px;
        background-position: center;
    }
}


/* desktop */

@media only screen and (min-width:95em) {
    .wsw-hero-box {
        height: 900px;
        background-position: center;
    }
}

.wsw-hero-box .wsw-hero-left {
    border: 0px solid orange;
    background-image: url('../img/wsw-hero-overlay-left.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right bottom;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex: 1;
    z-index: 1;
    margin: 0;
    flex-direction: column;
    position: relative;
}

.wsw-hero-box .wsw-hero-right {
    border: 0px solid orange;
    background-image: url('../img/wsw-hero-overlay-right.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: left bottom;
    flex: 1;
    z-index: 0;
    margin: 0;
    opacity: .65;
}

.wsw-hero-box .wsw-hero-box-inner {
    border: 0px solid orange;
    position: absolute;
    bottom: 20px;
    left: 15px;
}
/* mobile - portrait */
@media only screen and (max-width:28em) {
  .wsw-hero-box .wsw-hero-box-inner {
      bottom: 80px;
      left: 10px;
  }
}
/* small tablet - portrait */
@media only screen and (min-width:30em) {
  .wsw-hero-box .wsw-hero-box-inner {
      bottom: 100px;
      left: 30px;
  }
}

/* Tablet - portrait */
@media only screen and (min-width:48em) {
    .wsw-hero-box .wsw-hero-box-inner {
        bottom: 110px;
        left: 30px;
    }
}
/* Tablet - landscape */
@media only screen and (min-width:64em) {
    .wsw-hero-box .wsw-hero-box-inner {
        bottom: 140px;
        left: 30px;
    }
}
/* laptop - landscape */
@media only screen and (min-width:75em) {
    .wsw-hero-box .wsw-hero-box-inner {
        bottom: 130px;
        left: 60px;
    }
}
/* desktop - landscape */
@media only screen and (min-width:95em) {
    .wsw-hero-box .wsw-hero-box-inner {
        bottom: 260px;
        left: 60px;
    }
}

.wsw-hero-box .wsw-tagline {
    border: 0px solid orange;
    color: #fafafa;
    font-weight: 300;
    font-size: 2.55rem;
    margin-bottom: 15px;
    line-height: 2rem;
    letter-spacing: -2px;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.65);
    flex: 1;
    /* align-self: flex-end; */
}

.wsw-hero-box .wsw-tagline span {
    color: #C82621;
    display: block;
    font-size: 3rem;
    letter-spacing: -5px;
    font-style: normal;
    line-height: 3.6rem;
    font-weight: 600;
}

.wsw-hero-box .wsw-tagline span:nth-child(2) {
    color: #fafafa;
    font-size: 1.75rem;
    line-height: 1.5rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -1px;
}

.wsw-hero-box .btn-get-started {
    width: 100%;
    max-width: 155px;
    align-self: flex-start;
    font-size: 1rem;
    line-height: 0.8rem;
    letter-spacing: -0.3px;
    height: auto;
    padding: 10px 15px;
    float: left;
    margin-top: 15px;
    background-color: #C82621;
}
/* Tablet - portrait */
@media only screen and (min-width:48em) {
    .wsw-hero-box .btn-get-started {
        max-width: 414px;
        font-size: 1.2rem;
        line-height: 1rem;
    }
}
/* Tablet - landscape */
@media only screen and (min-width:64em) {
    .wsw-hero-box .btn-get-started {
        max-width: 414px;
        font-size: 1.2rem;
        line-height: 1rem;
    }
}
/* laptop - landscape */
@media only screen and (min-width:75em) {
    .wsw-hero-box .btn-get-started {
        max-width: 414px;
        font-size: 1.4rem;
        line-height: 1.2rem;
    }
}
/* desktop - landscape */
@media only screen and (min-width:95em) {
    .wsw-hero-box .btn-get-started {
        max-width: 414px;
        font-size: 1.4rem;
        line-height: 1.2rem;
    }
}

.wsw-hero-box .btn-get-started-secondary {
    width: 100%;
    max-width: 155px;
    align-self: flex-start;
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: -0.3px;
    height: auto;
    padding: 5px 15px;
    float: left;
    margin-top: 15px;
    background-color: transparent;
    border: 1px solid #d5d5d5;
}

@media only screen and (min-width:48em) {
    .wsw-hero-box .btn-get-started-secondary {
        max-width: 414px;
        font-size: 0.8rem;
        line-height: 1rem;
    }
}

@media only screen and (min-width:64em) {
    .wsw-hero-box .btn-get-started-secondary {
        max-width: 414px;
        font-size: 0.8rem;
        line-height: 1rem;
    }
}

@media only screen and (min-width:75em) {
    .wsw-hero-box .btn-get-started-secondary {
        max-width: 414px;
        font-size: 1rem;
        line-height: 1.2rem;
    }
}

@media only screen and (min-width:95em) {
    .wsw-hero-box .btn-get-started-secondary {
        max-width: 414px;
        font-size: 1rem;
        line-height: 1.2rem;
    }
}
/* mobile - portrait */
@media only screen and (max-width:28em) {
  .wsw-hero-box .wsw-tagline {
      font-size: 3rem;
      line-height: 2.8rem;
  }
  .wsw-hero-box .wsw-tagline span {
      font-size: 3.6rem;
      line-height: 3.2rem;
      letter-spacing: -3px;
  }
  .wsw-hero-box .wsw-tagline span:nth-child(2) {
      font-size: 2.4rem;
      line-height: 2.4rem;
  }
}
/* small tablet - portrait */
@media only screen and (min-width:30em) {
  .wsw-hero-box .wsw-tagline {
      font-size: 5.1rem;
      line-height: 3.8rem;
  }
  .wsw-hero-box .wsw-tagline span {
      font-size: 6.1rem;
      line-height: 4.8rem;
      letter-spacing: -3px;
  }
  .wsw-hero-box .wsw-tagline span:nth-child(2) {
      font-size: 4.1rem;
      line-height: 3.8rem;
  }
}
/* tablets - portrait */

@media only screen and (min-width:48em) {
    .wsw-hero-box .wsw-tagline {
        font-size: 5.1rem;
        line-height: 3.8rem;
    }
    .wsw-hero-box .wsw-tagline span {
        font-size: 6.1rem;
        line-height: 4.8rem;
        letter-spacing: -3px;
    }
    .wsw-hero-box .wsw-tagline span:nth-child(2) {
        font-size: 4.1rem;
        line-height: 3.8rem;
    }
}


/* tablets - landscape */

@media only screen and (min-width:64em) {
  .wsw-hero-box .wsw-tagline {
      font-size: 9.4rem;
      line-height: 9.4rem;
  }
  .wsw-hero-box .wsw-tagline span {
      font-size: 11.2rem;
      line-height: 7.5rem;
  }
  .wsw-hero-box .wsw-tagline span:nth-child(2) {
      font-size: 7.6rem;
      line-height: 8rem;
  }
}


/* laptop */

@media only screen and (min-width:75em) {
  .wsw-hero-box .wsw-tagline {
      font-size: 9.4rem;
      line-height: 9.4rem;
  }
  .wsw-hero-box .wsw-tagline span {
      font-size: 11.2rem;
      line-height: 7.5rem;
  }
  .wsw-hero-box .wsw-tagline span:nth-child(2) {
      font-size: 7.6rem;
      line-height: 8rem;
  }
}

/* desktop */
@media only screen and (min-width:95em) {
  .wsw-hero-box .wsw-tagline {
      font-size: 9.4rem;
      line-height: 9.4rem;
  }
  .wsw-hero-box .wsw-tagline span {
      font-size: 11.2rem;
      line-height: 7.5rem;
  }
  .wsw-hero-box .wsw-tagline span:nth-child(2) {
      font-size: 7.6rem;
      line-height: 8rem;
  }
}

.wsw-intro-box .ux-process {
  border: 0px solid orange;
  width: 100%;
  max-width: 1430px;
  margin:30px auto;
  flex: none;
  display: block;
}

.wsw-top3-box {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    border-bottom: 5px solid #C82621;
    font-size: 0.8rem;
    font-weight: 300;
}

.wsw-top3-box div {
    flex: 1;
}

.wsw-top3-box div div {
    border: 0px solid orange;
    flex: 1;
    padding-top: 0.8rem;
}

.wsw-top3-box div.wsw-divider {
    width: 27px;
    height: 47px;
    flex: none;
    padding: 0;
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .wsw-top3-box {
        font-size: 1.1rem;
    }
}


/* tablets - landscape */

@media only screen and (min-width:64em) {
    .wsw-top3-box {
        font-size: 1.25rem;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .wsw-top3-box {
        font-size: 1.25rem;
    }
}

.wsw-intro-box {
    border: 0px solid orange;
    background-color: #3A3A3A;
    padding: 20px 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url("../img/wsw-section-intro-bkgnd.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    flex-direction: column;
    border-bottom: 10px solid #C82621;
}

.wsw-intro-box p {
    border: 0px solid orange;
    text-align: justify;
    margin-bottom: 30px;
}

.wsw-intro-box h5 {
    text-align: left;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: -1px;
}
.wsw-intro-box .owl-carousel .reference-box {
    border: 0px solid orange;
    width: 100%;
    max-width: 768px;
    padding-top: 40px;
    text-align: left;
    margin: auto;
    flex: none;
    background-image: url('../img/quotes.png');
    background-repeat: no-repeat;
    background-position: top left;
}
.wsw-intro-box .owl-carousel p {
    width: 100%;
    max-width: 768px;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 300;
    text-align: left;
    color: #c2c2c2;
}
.wsw-intro-box .owl-carousel .reference-person {
    padding-top: 30px;
    text-align: left;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 100;
}
.wsw-intro-box .owl-carousel .reference-person span {
    font-weight: 400;
    font-size: 1.4rem;
    color: #f9f9f9;
}




.wsw-intro-div-btm {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    background-color: transparent;
    height: 30px;
}

.wsw-intro-div-btm .wsw-intro-div-btm-gray {
    border: 0px solid orange;
    flex: 1;
    background-color: #C82621;
}


.wsw-programs-box {
    border: 0px solid orange;
    color: #d5d5d5;
    padding: 20px 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url("../img/wsw-section-resume-bkgnd.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    flex-direction: column;
}

.wsw-programs-box-page {
    border: 0px solid orange;
    color: #d5d5d5;
    margin-right: -1rem;
    margin-left: -1rem;
    margin-bottom: -30px;
}

.wsw-programs-box-page .col-xs-12, .wsw-programs-box-page .col-sm-6, .wsw-programs-box-page .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.wsw-programs-box .box {
    padding-left: 1rem;
    padding-right: 1rem;
}

.wsw-programs-box .header {
    padding-bottom: 30px;
}

.wsw-programs-box div {
    padding-left: 0;
    padding-right: 0;
}

.wsw-programs-box p {
    text-align: justify;
}

.wsw-programs-box h4 {
    text-align: left;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -2px;
}

.wsw-programs-box h5 {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 30px;
    border-top: 1px solid #C82621;
    padding-top: 30px;
}
.wsw-programs-box h6 {
    text-align: left;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0px;
}
.wsw-programs-box h7 {
    text-align: left;
    font-size: .95rem;
    font-weight: 100;
    letter-spacing: 0px;
}

.wsw-programs-box ul {
    padding-left: 25px;
    margin-top: 10px;
}

.wsw-programs-box ul li {
    padding: 5px 0px;
    list-style-type: disc !important;
}

.wsw-programs-box ul.normal {
    padding-left: 25px;
    margin-top: 0px;
}
.wsw-programs-box .skill-chart {
    padding-top: 30px;
    text-align: center;
    margin: auto;
    flex: none;
}
.wsw-programs-box .wsw-skills-chart {
    width: 100%;
    max-width: 799px;
    flex: none;
}
.wsw-program-photo-block {
    border: 0px solid red;
    height: 500px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.wsw-program-card-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wsw-program-card-shadow:hover {
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}


.wsw-programs {
    border: 0px solid red;
    background-color: transparent;
    color: #d5d5d5;
    padding: 15px !important;
    flex: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
    margin: 0px;
    margin-bottom: 0px;
}

.wsw-programs h6 {
    color: #fafafa;
    font-size: 2rem;
    font-weight: 600;
}

.wsw-programs p {
    font-size: 1rem;
    font-weight: 300;
}


/* mini tablets - portrait */

@media only screen and (min-width:36em) {
    .wsw-programs h6 {
        font-size: 2.5rem;
    }
    .wsw-programs p {
        font-size: 1.2rem;
    }
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .wsw-programs h6 {
        font-size: 2.2rem;
    }
    .wsw-programs p {
        font-size: 1.1rem;
    }
}


/* tablets - landscape */

/* @media only screen and (min-width:64em) {
    .wsw-programs h6 {}
} */


/* laptop */

/* @media only screen and (min-width:75em) {
    .wsw-programs h6 {}
} */

.wsw-programs span {
    font-size: 2rem;
    width: 100%;
    text-align: right !important;
}

.wsw-pillars-main-box {
    border: 0px solid orange;
    background-color: #fcfcfc;
    padding: 20px 30px;
    color: #d5d5d5;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../img/wsw-section-intro-bkgnd.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.wsw-pillars-main-box.pillars-border {
border-bottom: 10px solid #C82621;
}


.wsw-pillars-main-box a {
    float: right;
}

.wsw-pillars-title {
    border: 0px solid orange;
    color: #d5d5d5;
}

.wsw-pillars-title p {
    border: 0px solid orange;
    color: #fafafa;
}

.wsw-pillars-title h5 {
    text-align: left;
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: -2px;
}

.wsw-pillars-box {
    border: 0px solid orange;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0px;
}


/* tablets/laptop/desktop */

@media only screen and (min-width:64em), only screen and (min-width:75em) {
    .wsw-pillars-box {
        border: 0px solid orange;
        flex-direction: row;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.wsw-pillars-box .col-xs-12, .wsw-pillars-box .col-sm-12, .wsw-pillars-box .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    border: 0px solid orange;
}


/* tablets/laptop/desktop */

@media only screen and (min-width:64em), only screen and (min-width:75em) {
    .wsw-pillars-box .col-xs-12, .wsw-pillars-box .col-sm-12, .wsw-pillars-box .col-md-4 {
        padding-left: 0;
        padding-right: 0;
        border: 0px solid orange;
    }
}

.wsw-pillars-photo-block {
    border: 0px solid red;
    height: 500px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
}


/* tablets/laptop/desktop */

@media only screen and (min-width:64em), only screen and (min-width:75em) {
    .wsw-pillars-photo-block {
        border: 0px solid red;
        height: 500px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        position: relative;
    }
}

.wsw-ux-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/folio-ux.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.wsw-web-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/folio-web.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.wsw-art-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/folio-gd.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.wsw-dl-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/folio-vdl.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.wsw-roles-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/folio-prt-roles.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.wsw-grissom-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/folio-prt-grissom.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.wsw-candor-block{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/folio-prt-candor.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.wsw-cm-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/folio-prt-cm.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.wsw-pnl-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/folio-pnl.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.wsw-dnd-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/folio-dnd.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.wsw-prt-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/folio-prt.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.wsw-pillars {
    border: 0px solid red;
    background-color: transparent;
    color: #d5d5d5;
    padding: 15px !important;
    flex: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
    margin: 0px;
    margin-bottom: 0px;
}

.wsw-pillars h6 {
    color: #fafafa;
    font-size: 1.5rem;
    font-weight: 600;
}

.wsw-pillars p {
    font-size: 1rem;
    font-weight: 300;
}


/* mini tablets - portrait */

@media only screen and (min-width:36em) {
    .wsw-pillars h6 {
        font-size: 2rem;
    }
    .wsw-pillars p {
        font-size: 1.1rem;
    }
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .wsw-pillars h6 {
        font-size: 2.2rem;
    }
    .wsw-pillars p {
        font-size: 1.1rem;
    }
}


/* tablets - landscape */

@media only screen and (min-width:64em) {
    .wsw-pillars h6 {
        font-size: 2.2rem;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .wsw-pillars h6 {
        font-size: 2.2rem;
    }
}

.wsw-pillars-div-top {
    border: 0px solid orange;
    flex: 1;
    background-color: #C82621;
    height: 30px;
    padding-left: 15px;
}

.wsw-pillars-div-top-trans {
    border: 0px solid orange;
    flex: 1;
    background-color: transparent;
    height: 30px;
    margin-bottom: 30px;
}

.wsw-pillars-div-top-green {
    border: 0px solid orange;
    flex: 1;
    background-color: #C82621;
    height: 10px;
    padding-left: 0px;
}



.wsw-footer-box {
    border: 0px solid orange;
    padding: 20px 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url("../img/wsw-section-resume1-bkgnd.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    flex-direction: column;
    margin-bottom: 80px;
}

.wsw-footer-box .footer {
    border: 0px solid orange;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    flex: 1;
}

.wsw-footer-box .footer h5 {
  text-align: left;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: -2px;
}
.wsw-footer-box .footer h6 {
  text-align: left;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -2px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.wsw-footer-box .footer p {
  border: 0px solid orange;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 200;
  padding-top: 0px;
  margin-top: 0px;
}

.wsw-footer-box .footer a:active, .wsw-footer-box .footer a:hover, .wsw-footer-box .footer a:visited, .wsw-footer-box .footer a:link
 {
  color: #F1524B !important;
}
.resume-link
 {
  color: #d5d5d5 !important;
}



.wsw-footer-box .footer div {
    border: 0px solid orange;
    text-align: left;
}



.stickybar .social {
    border: 0px solid orange;
    margin-left: 0px;
    flex: 1;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: nowrap;
    /* Safari */
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .stickybar .social {
        border: 0px solid orange;
        margin-left: -10px;
        -webkit-justify-content: center;
        /* Safari */
        justify-content: center;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .stickybar .social {
        border: 0px solid orange;
        margin-left: 0px;
        -webkit-justify-content: center;
        /* Safari */
        justify-content: center;
    }
}

.stickybar .social-mobile {
    border: 0px solid orange;
    margin: auto;
    margin-bottom: 0px !important;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
}

.estickybar .social-mobile div {
    border: 0px solid orange;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px !important;
    flex: 1;
}

.stickybar .social-mobile div span {
    border: 0px solid orange;
    color: #d5d5d5;
    font-size: 2rem;
    flex: 1;
    flex-direction: row;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.stickybar .social div span {
    color: #d5d5d5;
    font-size: 4rem;
    flex: 1;
    flex-direction: row;
    cursor: pointer;
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .stickybar .social div span {
        font-size: 3.5rem;
        margin: 0px 30px;
    }
}


/* CONTENT PAGE STYLES */

.wsw-page-title-box {
    border: 0px solid orange;
    color: #C82621;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 15px;
    background-color: #2A2A2A;
}


/* laptop */

@media only screen and (min-width:75em) {
    .wsw-page-title-box {
        font-size: 1.5rem;
        padding-left: 25px;
    }
}

.wsw-page-hero-box {
    border: 0px solid orange;
    /* default if script fails */
    height: 250px;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .wsw-page-hero-box {
        height: 250px;
        background-position: center;
    }
}


/* tablets - landscape */

@media only screen and (min-width:64em) {
    .wsw-page-hero-box {
        height: 250px;
        background-position: center;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .wsw-page-hero-box {
        height: 350px;
        background-position: center;
    }
}


/* desktop */

@media only screen and (min-width:95em) {
    .wsw-page-hero-box {
        height: 450px;
        background-position: center;
    }
}


.wsw-programs-btns {
    border: 0px solid orange;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 90px;
}

.wsw-programs-btns div {
    border: 0px solid orange;
    flex: none;
    margin-bottom: 30px;
    margin: auto;
    flex: none;
}


/* portrait phone (< 480px) */

@media only screen and (max-width:29.9999em), only screen and (min-width:30em) and (max-width:39.9999em) {
    .wsw-programs-btns {
        margin-left: 5px;
        margin-right: 5px;
    }
    .wsw-programs-btns div {
        padding: 0px;
    }
    .wsw-programs-btns div a.btn {
        min-width: 300px;
    }
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .wsw-programs-btns {
        flex-direction: row;
    }
    .wsw-programs-btns div {
        padding: 5px;
    }
    .wsw-programs-btns div a.btn {
        padding: 0px 20px;
    }
}



.wsw-photo-inline-right {
    float: none;
    display: inline;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.wsw-photo-inline-left {
    float: none;
    display: inline;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}


/* tablets - portrait */

@media only screen and (min-width:36em), only screen and (min-width:48em) {
    .wsw-photo-inline-right {
        float: right;
        margin-left: 20px;
        display: inline;
        width: auto;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .wsw-photo-inline-left {
        float: left;
        margin-right: 20px;
        display: inline;
        width: auto;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}



.relative {
    position: relative;
}

.page-hero-title {
    position: absolute;
    top: 15px;
    left: 0px;
    font-size: 2rem;
    line-height: 1.6rem;
    font-weight: 600;
    color: #C82621;
    letter-spacing: -1px;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
}

.page-hero-title span {
    color: #fafafa;
    font-weight: 300;
    font-size: 1.8rem;
    margin-left: 10px;
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .page-hero-title {
        font-size: 3rem;
        line-height: 2.5rem;
        top: 20px;
    }
    .page-hero-title span {
        color: #fafafa;
        font-weight: 300;
        font-size: 2.6rem;
        margin-left: 15px;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .page-hero-title {
        font-size: 4rem;
        line-height: 2.7rem;
        top: 30px;
        left: 10px;
    }
    .page-hero-title span {
        color: #fafafa;
        font-weight: 300;
        font-size: 3rem;
        margin-left: 20px;
    }
}






/* Materialize Overrides */

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #C82621;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #C82621;
}

[type="checkbox"]:checked+label:before {
    border-right: 2px solid #C82621;
    border-bottom: 2px solid #C82621;
}

[type="checkbox"]:indeterminate+label:before {
    border-right: 2px solid #C82621;
}

[type="checkbox"].filled-in:checked+label:after {
    border: 2px solid #C82621;
    background-color: #C82621;
}

[type="checkbox"].filled-in.tabbed:checked:focus+label:after {
    background-color: #C82621;
    border-color: #C82621;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #C82621;
}

input[type=range]+.thumb {
    background-color: #C82621;
}

input[type=range]+.thumb .value {
    color: #C82621;
}

input[type=range]::-webkit-slider-thumb {
    background-color: #C82621;
}

input[type=range]::-moz-range-thumb {
    background: #C82621;
}

input[type=range]::-ms-thumb {
    background: #C82621;
}


/* Text inputs */

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    color: #9e9e9e;
}


/* Style Placeholders */

::-webkit-input-placeholder {
    color: #9e9e9e;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #9e9e9e;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e9e9e;
}

:-ms-input-placeholder {
    color: #9e9e9e;
}

.select-wrapper input.select-dropdown:read-only {
    color: #9e9e9e;
}

.side-nav a.btn-floating:hover {
    background-color: #C82621;
}

.spinner-layer {
    border-color: #C82621;
}

.progress .determinate {
    background-color: #C82621;
}

.progress .indeterminate {
    background-color: #C82621;
}

span.badge.new {
    background-color: #C82621;
}

.btn, .btn-large {
    background-color: #C82621;
}

.btn:hover, .btn-large:hover {
    background-color: #4c8f1f;
}

.btn-floating {
    background-color: #C82621;
}

.btn-floating:hover {
    background-color: #C82621;
}

.fixed-action-btn .fab-backdrop {
    background-color: #C82621;
}

.dropdown-content {
    background-color: #303030;
}

.dropdown-content li {
    color: #fff;
}

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
    background-color: #404040;
}

.dropdown-content li.active.selected {
    background-color: #404040;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #C82621;
}

.chips.focus {
    border-bottom: 1px solid #C82621;
    box-shadow: 0 1px 0 0 #C82621;
}

.chips .chip.selected {
    background-color: #C82621;
    color: #fff;
}

.select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
    color: #808080;
    background-color: transparent;
}

.select-wrapper span.caret {
    color: #9e9e9e;
}

.select-wrapper span.caret.disabled {
    color: rgba(0, 0, 0, 0.26);
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #C82621;
    box-shadow: 0 1px 0 0 #C82621;
}

input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #C82621;
}

.input-field .prefix.active {
    color: #C82621;
}

.input-field label {
    color: #d5d5d5;
    font-size: 1rem;
}

.input-field label:not(.label-icon).active {
    font-size: 1rem;
}

label {
    font-size: 1rem;
    color: #d5d5d5;
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.15) !important;
}
