/*
 * portfolio-v2.css
 * by Rachelle Pinckney
 *
 * Purpose:
 * This CSS file is intended to be used for Portfolio V2 (Profesional version).
 * It assumes that a reset.css file and responsive Bootstrap stylesheets are
 * in use before the rules contained herein are applied.
 */

@font-face {
    font-family: Raleway-Regular;
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: "Open Sans Regular";
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: GreatVibes-Regular;
    src: url(../fonts/GreatVibes-Regular.ttf);
}

body {
  font-family: "Open Sans Regular", sans-serif;
  font-size: 10px; /* set default/root font-size for whole page */
  box-sizing: border-box;
}

.container {
  width: 95%;
  background-color: #ebebeb;
}
#sticky-content-wrapper.container {
  position: fixed;
  z-index: 10;
  margin: 0 2.5%;
}
#page-wrapper.container {
  /*padding-top: 250px;*/
  padding-top: 169px;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

header {
  background-color: #141414;
  color: #ebebeb;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 125px;
}
header div img#logo {
    display: block;
}
header div span#alt-logo {
    display: none;
}
header div#action-items {
  /*margin-top: 5px;*/
}
header div#action-items div {
  margin-top: 1em;
  padding-left: 20%;
}
header div#action-items div label {
  font: 20px Raleway-Regular, sans-serif;
  font-weight: normal;
  margin-right: 15px;
}

footer {
  background-color: #141414;
  color: #ebebeb;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
footer a {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer div#terms-div {
  font: 20px Raleway-Regular, sans-serif;
  font-weight: normal;
  text-align: center;
  color: #ebebeb;
  margin-top: 1em;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}
footer a#terms-a {
  font: 20px Raleway-Regular, sans-serif;
  font-weight: normal;
  text-align: center;
  color: #ebebeb;
  margin-top: 1em;
  padding: 0 10px;
  text-decoration: none;
}
footer a#terms-a:hover {
  color: #335355;
  font-weight: bold;
  background-color: #999;
  border-radius: 30px;
}

nav {
  color: #ebebeb;
  background-color: #141414;
  font: 15px Raleway-Bold, sans-serif;
  font-weight: normal;
  border-color: #ebebeb;
  border-width: medium;
  border-style: solid none;
}
nav a {
  color: #ebebeb;
  vertical-align: middle;
  text-align: center;
  float: left;
  border-color: #ebebeb;
  border-width: 0 thin thick thin;
  border-style: none solid solid solid;
  padding: 0.5em;
  display: block;
  text-decoration: none;
  width: 20%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}
nav a:hover {
  color: #335355;
  text-decoration: none;
  background-color: #999;
}
nav a:visited {
  text-decoration: none;
}
nav a.active {
  background-color: #fff;
  color: #141414;
  border-bottom-color: #141414;
  border-bottom-style: solid;
  border-bottom-width: thick;
}
nav a.active:hover {
  color: #141414;
  text-decoration: none;
}
nav a.disabled {
  background-color: #141414;
  color: #999;
  cursor: not-allowed;
}
nav a.disabled:hover {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
}
nav a.active.disabled {
  background-color: #fff;
  color: #999;
  border-bottom-color: #141414;
  border-bottom-style: solid;
  border-bottom-width: thick;
}

main {
  background-color: #ebebeb;
}
main.scrolling {
  padding-top: 350px;
}

h1 {
  display: none;
}

hr {
  border-top: 1px solid #141414;
}

button {
  background-color: #335355;
  color: #ebebeb;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 15px;
  /*margin: 1em;*/
  margin-bottom: 1em;
  float: right;
}
button.listing {
    float: left;
    clear: both;
}
button.listing-right {
    float: right;
    clear: both;
}
button.toggle {
  display: none;
}
div#toggle-menu {
  display: none;
}

section {
  background-color: #ebebeb;
  border-radius: 15px;
  margin: 1em 0;
}
section.panel-blue {
  background-color: #3a4a5b;
}
section.panel-brown {
  background-color: #8c7254;
}
section.panel-teal {
  background-color: #335355;
}
section h2#resume {
  text-align: center;
}
section p#resume {
  text-align: center;
  font-size: 14px;
}
section div.panel-text-area {
  background-color: #fff;
  border-style: solid;
  border-radius: 15px;
  border-width: 3px;
  margin: 1em 0;
}
section div.panel-text-area h2 {
  text-align: center;
  font-size: 24px;
}
section div.panel-text-area h2.inline {
  text-align: left;
}
section div.panel-text-area h2.info-page-layout {
  margin: 2em 0 1em 52%;
}
section div.panel-text-area div.flush {
    padding-left: 0;
}
section div.panel-text-area p {
  font-size: 1.2em;
}
section div.panel-text-area p span.mission {
  font-size: 1.25em;
}
section div.panel-text-area p.flush {
  padding-left: 0;
}
section div.panel-text-area p.breakout-text {
  font-size: 1.5em;
  padding-top: 1em;
}
section div.panel-text-area p.centered {
  text-align: center;
}
section div.panel-text-area p.centered.breakout-text {
  padding-top: 0;
}
section div.panel-text-area p.breakout-text.info-page-layout {
  font-size: 1.5em;
  padding-left: 2%;
  padding-top: 0;
}
section div.panel-text-area p.internal-panel {
  border: thin solid #8c7254;
  border-radius: 15px;
  padding: 1em;
  margin: 1em 4%;
}
section div.panel-text-area p.internal-panel.first {
  clear: left;
}
section div.panel-text-area p.internal-panel span.faux-heading {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 2em;
}
section div.panel-text-area p.internal-panel i.info-page-layout{
  font-size: 5em;
  float: right;
}
section div.panel-text-area p.text-col-full {
  text-align: center;
}
section div.panel-text-area p.text-col-full.rules {
  text-align: left;
}
section div.panel-text-area ol.text-col-full.rules {
  text-align: left;
  padding-left: 50px;
}
section div.image-left {
  float: left;
}
section div.image-right {
  float: right;
}
section div.image-container  {
  margin: 1em 0;
  border-radius: 15px;
}
section div.image-container.image-left  {
  padding-left: 5px;
}
section div.image-container.image-left.info-page-layout {
  margin-bottom: 3em;
}
section div.image-container.image-right  {
  padding-right: 5px;
}
section div.image-container.image-centered  {
  text-align: center;
  margin-top: 2em;
}
section div.image-container video {
    width: 100%;
}
section div.image-container embed {
    width: 400px;
    height: 300px;
}
section div.image-container img {
  border-radius: 15px;
  padding: 1em 0;
  /*height: 277px;*/
  height: auto;
}
section div.image-container.image-left img.img-responsive.resume {
    width: 33.33%;
    margin: 0 auto;
}
section div.image-container.image-full img {
  /*height: 400px;*/
  height: auto;
  margin: auto;
  width: 100%;
}
section div.image-container.image-full img#approach {
  width: 50%;
}
section div.trim-brown {
  border-color: #8c7254;
}
section div.trim-blue {
  border-color: #3a4a5b;
}
section div.trim-teal {
  border-color: #335355;
}
section div.panel-text-area div.stacked-internal-panel-container {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    margin-top: 2em;
}
section div.panel-text-area div.stacked-internal-panel-container p.internal-panel {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
section div.panel-text-area div.more-soon-notice h3 {
    text-align: center;
    font-size: 20px;
}

i.category {
    color: #335355;
    font-size: 8em;
    display: block;
    text-align: center;
}


@media only screen and (max-width: 991px) {
  div#toggle-menu {
    display: block;
    background-color: #141414;
    border-color: #ebebeb;
    border-width: medium;
    border-style: solid none none none;
    height: 60px;
  }
  button.toggle {
    display: inline;
    float: right;
    background-color: #141414;
    margin-right: 2%;
    border: none;
    color: #141414;
    padding: 0;
    margin-top: 4px;
    margin-bottom: 0;
  }
  nav {
    display: none;
  }
  nav a {
    width: 100%;
  }

  h1 {
    display: block;
    text-align: center;
    font-family: Raleway-Bold, sans-serif;
    background-color: #fff;
    margin: 0 0 1em 0;
    padding: .5em 0;
  }

  img#logo.img-responsive {
    margin: 0 auto;
  }

  header div#action-items {
    /*margin: 0;*/
    padding: 1.1em 0 0 0;
    text-align: center;
    border-color: #ebebeb;
    border-width: medium;
    border-style: none;
  }
  header div#action-items div {
    display: inline;
    padding: 0;
    margin: auto;
  }
  header div#action-items div:first-of-type {
    padding-right: 10%;
  }

  #page-wrapper.container {
    /*padding-top: 350px;*/
    padding-top: 185px;
  }
  
  section div.panel-text-area h2.inline.info-page-layout {
    text-align: center;
    margin: 0 auto 30px 0;
    font-size: 5em;
  }
  
  section div.panel-text-area div.stacked-internal-panel-container {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (max-width: 767px) {
  section div.image-left {
    float: none;
    padding-right: 5px;
  }
  section div.image-right {
    float: none;
    padding-left: 5px;
  }
  section div.image-container img {
    margin: auto;
  }
  section div.image-container.image-full img {
    width: 100%;
  }
  section div.image-container.image-full img#approach {
    width: 100%;
  }
  section div.image-container embed {
    width: 300px;
    height: 225px;
  }

  #page-wrapper.container {
    /*padding-top: 350px;*/
    padding-top: 185px;
  }

  header div#action-items div label {
    display: none;
  }
  
  section div.panel-text-area p.internal-panel {
    margin: 1em auto;
  }
}

@media only screen and (max-width: 525px) {
  section div.image-container embed {
    width: 250px;
    height: 188px;
  }
  
  section div.panel-text-area h2.inline.info-page-layout {
    font-size: 3em;
  }
}

@media only screen and (max-width: 423px) {
  header div#action-items {
    margin-top: 0.4em;
  }
  
  section div.image-container embed {
    width: 200px;
    height: 150px;
  }
}

@media only screen and (max-width: 405px) {
  header div#action-items {
    margin-top: 0.75em;
  }
}

@media only screen and (max-width: 390px) {
  header div#action-items {
    padding-top: 3.75em;
  }
  
  section div.image-container embed {
    width: 150px;
    height: 112px;
  }
}

@media only screen and (max-height: 500px) {
    /*header div img#logo {
        display: none;
    }*/
    header div span#alt-logo {
        display: block;
        font: 24pt GreatVibes-Regular;
        font-weight: normal;
        text-align: center;
    }
}