.leftNav {
  position: fixed;
  z-index: 300; }
  .leftNav a {
    margin-bottom: 1em;
    padding-left: 1em; }
  .leftNav .leftNavOptions {
    margin-left: 1.5em; }
  .leftNav .leftNavMenuContainer {
    position: relative; }
    .leftNav .leftNavMenuContainer .mobileMenuContainer {
      top: 0;
      left: 0;
      text-align: left;
      z-index: 275; }
  .leftNav #svgLogoPhotography {
    height: 120px;
    margin: 1em 0 1em 1.5em; }
    .leftNav #svgLogoPhotography .cls-2 {
      fill: #727272; }
    .leftNav #svgLogoPhotography .cls-1 {
      fill: #ff9933; }
  .leftNav .current a {
    background: url("/components/leftNav/images/arrow-closed.gif") -0.4em 0.2em no-repeat;
    color: #ff9933;
    font-weight: 700; }
  .leftNav .leftNavSubhead {
    display: none; }
  .leftNav .closeButton {
    display: none; }

.overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 250; }

.showOverlay .overlay {
  display: block; }

@media screen and (max-height: 400px) {
  .leftNav {
    position: relative; } }

@media screen and (min-width: 769px) {
  .showMobile {
    overflow: auto !important; } }

@media screen and (max-width: 768px) {
  .leftNav a {
    margin: 0; }
  .leftNavOptions {
    margin: 0 1.5em; }
    .leftNavOptions div {
      transition: opacity .5s;
      position: relative;
      visibility: hidden;
      display: none; }
      .leftNavOptions div.current {
        margin: .5em 0;
        display: block;
        visibility: visible;
        background: url("/components/leftNav/images/arrow-closed.gif") 0.5em 0.5em no-repeat #fff4ea; }
        .leftNavOptions div.current a {
          width: 100%;
          padding: .5em 2em;
          display: none;
          background: none; }
        .leftNavOptions div.current span {
          width: 100%;
          padding: .5em 2em;
          color: #000;
          font-weight: 700;
          display: inline-block; }
  .showMobile {
    overflow: hidden; }
    .showMobile .closeButton {
      display: inline-block; }
    .showMobile .leftNav {
      height: 100vh;
      overflow-y: scroll;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 1em; }
    .showMobile .leftNavMenuContainer .mobileMenu {
      background-color: #000; }
      .showMobile .leftNavMenuContainer .mobileMenu div {
        background-color: #ffd9b3; }
      .showMobile .leftNavMenuContainer .mobileMenu div:nth-child(2) {
        display: none; }
      .showMobile .leftNavMenuContainer .mobileMenu div:nth-child(1) {
        transform: rotateY(0deg) rotate(45deg);
        position: relative;
        top: 6px; }
      .showMobile .leftNavMenuContainer .mobileMenu div:nth-child(3) {
        transform: rotateY(0deg) rotate(-45deg); }
    .showMobile .leftNavSubhead {
      display: block;
      text-align: center;
      color: #fff;
      font-size: 1.5em;
      font-weight: 900; }
    .showMobile .leftNavOptions {
      display: block;
      z-index: 300;
      font-weight: 700;
      width: 100%;
      margin: 0px;
      text-align: center !important; }
      .showMobile .leftNavOptions div {
        opacity: 1;
        visibility: visible;
        position: relative;
        background-color: #ff9933;
        text-align: center;
        width: 100%;
        margin: 1em 0;
        border-radius: .5em;
        display: block;
        background-image: none; }
        .showMobile .leftNavOptions div a {
          color: #ffd9b3;
          margin: 0px !important;
          width: 100%;
          padding: 1em 0;
          display: inline-block; }
        .showMobile .leftNavOptions div span {
          display: none; }
        .showMobile .leftNavOptions div.clientsLink {
          margin-top: 2em; }
  .leftNavMenuContainer a {
    position: relative;
    z-index: 10; }
  .leftNav #svgLogoPhotography {
    margin: 1em 0 2em 0; } }

.footerBackground {
  background-color: #ff9933;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff !important;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center; }
  .footerBackground .divider {
    padding: 0 1em; }
  .footerBackground a {
    color: #fff; }

.headerSection {
  width: 100%;
  min-height: 30px;
  text-align: left; }
  .headerSection a {
    color: #727272; }
  .headerSection .closeButton {
    display: none; }
  .headerSection ul {
    padding-top: 2em; }
    .headerSection ul li {
      display: inline-block;
      padding: 0 2em 0 0;
      font-size: 1em; }
      .headerSection ul li.current a {
        color: #ff9933;
        font-weight: 900; }
  .headerSection #svgLogo {
    height: 120px;
    margin: 1em 0 1em 1.5em; }
    .headerSection #svgLogo .cls-2 {
      fill: #727272; }
    .headerSection #svgLogo .cls-1 {
      fill: #ff9933; }
  .headerSection #sharedLogo {
    width: 20%; }
  .headerSection .navigationSubhead {
    display: none; }

@media screen and (max-width: 768px) {
  .showMainMenu {
    overflow: hidden; }
    .showMainMenu .mobileMenu {
      display: none; }
    .showMainMenu .closeButton {
      display: inline-block; }
    .showMainMenu .mainNavOptions {
      position: fixed;
      top: 6em;
      left: 0;
      padding: 1em !important;
      z-index: 500;
      width: 100%;
      text-align: center; }
    .showMainMenu.showOverlay .overlay {
      z-index: 350;
      background-color: rgba(255, 255, 255, 0.9);
      display: block; }
    .showMainMenu .headerSection ul {
      display: block;
      visibility: visible; }
      .showMainMenu .headerSection ul li {
        opacity: 1;
        visibility: visible;
        position: relative;
        background-color: #ff9933;
        text-align: center;
        border-radius: .5em;
        display: block;
        background-image: none;
        margin: 1em 0; }
        .showMainMenu .headerSection ul li a {
          font-weight: 900;
          padding: 1em;
          width: 100%;
          margin: 0;
          color: #000;
          display: inline-block; }
    .showMainMenu .navigationSubhead {
      display: block;
      text-align: center;
      color: #727272;
      font-size: 1.5em;
      font-weight: 900; }
    .showMainMenu #sharedLogo {
      width: 100% !important;
      position: fixed;
      z-index: 800;
      text-align: center;
      left: 0; }
  .headerSection {
    text-align: center;
    padding-top: 1em; }
    .headerSection ul {
      padding-top: 0;
      visibility: hidden;
      display: none; }
      .headerSection ul li {
        padding: 0; }
    .headerSection #sharedLogo {
      width: auto; } }

html {
  font-size: 16px; }

body {
  font-size: 1em;
  margin: 0 auto;
  max-width: 1080px; }

h1 {
  font-size: 200%;
  font-weight: 600; }

a {
  color: #727272;
  text-decoration: none;
  display: inline-block; }

p {
  color: #727272;
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 1.5em; }

.mobileMenu {
  z-index: 200;
  width: 2em;
  height: 2em;
  background-color: #fff;
  border-radius: .5em;
  display: inline-block;
  position: fixed;
  top: .5em;
  left: .5em;
  padding-top: 5px; }
  .mobileMenu div {
    width: 65%;
    height: 2px;
    background-color: #ff9933;
    margin: 4px auto 0 auto; }

.mobileMenuOverlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 250; }

.quote p {
  font-style: italic;
  color: #ff9933;
  font-weight: 900;
  text-align: right; }

.quote .by {
  font-weight: 300;
  font-style: normal;
  color: #727272; }

@media screen and (max-width: 768px) {
  .quote p {
    margin: 0 2.5em;
    text-align: center; }
  .quote .by {
    text-align: center; }
  .quote-byline {
    font-weight: 700;
    display: block;
    text-align: right; }
  .column {
    padding-top: 0px;
    padding-bottom: 0px; } }

.section {
  padding: 0 !important;
  margin-bottom: 3em; }

.container {
  padding-top: 1em; }

.columns {
  margin: 0 !important; }

.thumbsSection a {
  padding-left: 1em; }

.thumbsSection #lightgallery img {
  max-width: 100% !important; }

.lg-sub-html {
  font-size: 2em;
  color: #ff9933; }

.lg-inner .lg-image {
  max-height: 85% !important;
  max-width: 85% !important; }

@media screen and (max-width: 768px) {
  .lg-inner .lg-image {
    max-height: 100% !important;
    max-width: 100% !important; } }

.TAC {
  text-align: center !important; }

.TAR {
  text-align: right !important; }

.TAL {
  text-align: left !important; }

.bullet {
  font-size: 1rem;
  vertical-align: 20%; }

.DN {
  display: none; }

.illustrationSection {
  text-align: center;
  margin-top: 1em; }
  .illustrationSection .illustrationItem {
    display: block;
    border: 1px solid #ff9933;
    padding: 1em;
    margin-bottom: 1em; }
  .illustrationSection .sectionTitle {
    font-size: 2em;
    font-weight: 700;
    color: #ff9933;
    text-align: left; }
  .illustrationSection .quote p {
    text-align: center; }
  .illustrationSection .description {
    position: relative; }
    .illustrationSection .description img {
      position: absolute;
      left: 0;
      top: 0;
      width: 22px; }

@media screen and (max-width: 768px) {
  .illustrationSection .columns {
    padding: 0 2em; }
  .illustrationSection .sectionTitle {
    text-align: center; } }
