/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

* {
  padding: 0;
  margin: 0;
}

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
  font-family: 'DIN-Medium';
  src: url("../fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Medium.woff") format("woff"), url("../fonts/DIN-Medium.ttf") format("truetype"), url("../fonts/DIN-Medium.svg#DIN-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN.woff") format("woff"), url("../fonts/DIN.ttf") format("truetype"), url("../fonts/DIN.svg#DIN") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINAlternate-Bold';
  src: url("../fonts/DINAlternate-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINAlternate-Bold.woff") format("woff"), url("../fonts/DINAlternate-Bold.ttf") format("truetype"), url("../fonts/DINAlternate-Bold.svg#DINAlternate-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*




 */
/* line 13, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 19, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
html, body {
  height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch; }

/* line 25, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
body {
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  z-index: 1; }

@media only screen and (max-width: 610px) {
  /* line 34, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
  .hide-mobile {
    display: none !important; } }

@media only screen and (max-width: 610px) {
  /* line 39, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
  .hide-mobile-header {
    display: none !important; } }

@media only screen and (min-width: 611px) {
  /* line 44, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
  .hide-desktop-header {
    display: none !important; } }

@media only screen and (min-width: 611px) {
  /* line 49, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
  .hide-desktop {
    display: none !important; } }

@media only screen and (max-width: 760px) {
  /* line 54, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
  .hide-portrait {
    display: none !important; } }

/* line 61, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
input {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 67, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
.border-gradient {
  border: 2px transparent solid;
  -moz-border-image: -moz-linear-gradient(left, #35c1aa 0%, #49a5bf 100%);
  -webkit-border-image: -webkit-gradient(left top, right top, color-stop(0%, #35c1aa), color-stop(100%, #49a5bf));
  -webkit-border-image: -webkit-linear-gradient(left, #35c1aa 0%, #49a5bf 100%);
  -o-border-image: -o-linear-gradient(left, #35c1aa 0%, #49a5bf 100%);
  -ms-border-image: -ms-linear-gradient(left, #35c1aa 0%, #49a5bf 100%);
  border-image: linear-gradient(to right, #35c1aa 0%, #49a5bf 100%);
  border-image-slice: 1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35c1aa', endColorstr='#49a5bf', GradientType=1 ); }

/* line 79, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
.background-gradient {
  background: #35c1aa;
  background: -moz-linear-gradient(left, #35c1aa 0%, #49a5bf 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #35c1aa), color-stop(100%, #49a5bf));
  background: -webkit-linear-gradient(left, #35c1aa 0%, #49a5bf 100%);
  background: -o-linear-gradient(left, #35c1aa 0%, #49a5bf 100%);
  background: -ms-linear-gradient(left, #35c1aa 0%, #49a5bf 100%);
  background: linear-gradient(to right, #35c1aa 0%, #49a5bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35c1aa', endColorstr='#49a5bf', GradientType=1 ); }

/* line 99, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
#footer #contact {
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: center;
  font-family: 'Baskerville', 'Libre Baskerville', 'Times New Roman', Times, serif; }
  /* line 105, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
  #footer #contact li {
    list-style-type: none;
    margin-bottom: 8px;
    color: #58585b; }
  /* line 110, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
  #footer #contact a {
    text-decoration: none;
    color: #58585b;
    -webkit-transition: color .25s;
    /* For Safari 3.1 to 6.0 */
    transition: color .25s; }
    /* line 115, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
    #footer #contact a:hover {
      color: #919396; }
  /* line 119, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
  #footer #contact #contact01 {
    display: inline-block;
    background-image: url("../images/jim-contact.jpg");
    background-repeat: no-repeat;
    background-position: -40px 195px;
    background-size: 420px;
    width: 33.333333%;
    vertical-align: top;
    font-size: 15px;
    height: 435px; }
    /* line 129, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
    #footer #contact #contact01 a {
      color: #58585b;
      -webkit-transition: color .25s;
      /* For Safari 3.1 to 6.0 */
      transition: color .25s; }
      /* line 133, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
      #footer #contact #contact01 a:hover {
        color: #959207; }
    @media only screen and (max-width: 610px) {
      /* line 119, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
      #footer #contact #contact01 {
        background-size: 265px;
        background-position: -40px 145px;
        height: 323px; } }
    /* line 144, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
    #footer #contact #contact01 ul {
      padding: 140px 50px; }
      @media only screen and (max-width: 760px) {
        /* line 144, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
        #footer #contact #contact01 ul {
          padding: 70px 50px 1px 50px; } }
    @media only screen and (max-width: 760px) {
      /* line 119, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
      #footer #contact #contact01 {
        width: 100%;
        border-bottom: 1px solid #919396;
        border-right: none; } }
  /* line 156, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
  #footer #contact #contact02 {
    display: inline-block;
    background-image: url("../images/ellen-contact-cropped.jpg");
    background-repeat: no-repeat;
    background-position: 100% 20px;
    background-size: 320px;
    width: 33.333333%;
    vertical-align: top;
    font-size: 15px;
    height: 435px; }
    /* line 166, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
    #footer #contact #contact02 a {
      color: #58585b;
      -webkit-transition: color .25s;
      /* For Safari 3.1 to 6.0 */
      transition: color .25s; }
      /* line 170, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
      #footer #contact #contact02 a:hover {
        color: #b82c37; }
    @media only screen and (max-width: 1420px) {
      /* line 156, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
      #footer #contact #contact02 {
        background-image: url("../images/ellen-contact-croppedopacity.png"); } }
    @media only screen and (max-width: 610px) {
      /* line 156, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
      #footer #contact #contact02 {
        background-size: 240px;
        height: 323px; } }
    /* line 182, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
    #footer #contact #contact02 ul {
      padding: 140px 50px; }
      @media only screen and (max-width: 760px) {
        /* line 182, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
        #footer #contact #contact02 ul {
          padding: 70px 50px; } }
    @media only screen and (max-width: 760px) {
      /* line 156, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
      #footer #contact #contact02 {
        width: 100%;
        height: 323px; } }
  /* line 193, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
  #footer #contact #logo-desktop {
    width: 33.333333%;
    display: inline-block;
    padding-top: 120px; }
    /* line 197, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
    #footer #contact #logo-desktop img {
      width: 35%; }
  /* line 201, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
  #footer #contact #logo-mobile {
    display: none;
    width: 100%;
    padding-top: 50px; }
    /* line 205, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
    #footer #contact #logo-mobile img {
      width: 50%; }
  /* line 209, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/application.scss */
  #footer #contact .name {
    font-size: 20px; }
/*---------------------------- INDEX PAGE ---------------------------*/
/* line 4, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
body.index {
  background: #58585b;
  font-size: 0;
  height: 100%; }
  /* line 8, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
  body.index #container {
    text-align: center;
    width: 100%;
    height: 100%; }
    /* line 12, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
    body.index #container a {
      text-decoration: none;
      color: #919396; }
      /* line 15, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
      body.index #container a:visited {
        color: #919396; }
    /* line 19, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
    body.index #container h1 {
      position: relative;
      top: 45%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      font-size: 65px;
      letter-spacing: 25px;
      text-transform: uppercase;
      font-family: 'Baskerville', 'Libre Baskerville', 'Times New Roman', Times, serif;
      font-weight: normal; }
      @media only screen and (max-width: 960px) {
        /* line 19, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
        body.index #container h1 {
          font-size: 40px;
          letter-spacing: 10px; } }
    /* line 35, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
    body.index #container #sanford {
      display: inline-block;
      width: 50%;
      background: #58585b;
      height: 100%;
      -webkit-transition: background .25s;
      /* For Safari 3.1 to 6.0 */
      transition: background .25s; }
      /* line 42, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
      body.index #container #sanford:hover {
        background: #fff;
        cursor: url("../images/cursor_green.png"), auto; }
      @media only screen and (max-width: 760px) {
        /* line 35, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
        body.index #container #sanford {
          width: 100%;
          height: 50%;
          letter-spacing: 25px; } }
    /* line 52, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
    body.index #container #strauss {
      display: inline-block;
      width: 50%;
      background: #58585b;
      height: 100%;
      -webkit-transition: background .25s;
      /* For Safari 3.1 to 6.0 */
      transition: background .25s; }
      /* line 59, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
      body.index #container #strauss:hover {
        background: #fff;
        cursor: url("../images/cursor_red.png"), auto; }
      @media only screen and (max-width: 760px) {
        /* line 52, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
        body.index #container #strauss {
          width: 100%;
          height: 50%;
          letter-spacing: 25px; } }
  /* line 71, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
  body.index #bottom-about {
    width: 100%;
    background: #919396;
    padding: 40px 0 40px 0;
    text-align: center; }
    /* line 76, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
    body.index #bottom-about #paragraph {
      width: 500px;
      display: inline-block;
      margin-bottom: 60px; }
      @media only screen and (max-width: 760px) {
        /* line 76, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
        body.index #bottom-about #paragraph {
          width: 80%; } }
      /* line 83, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
      body.index #bottom-about #paragraph p {
        font-size: 20px;
        color: #fff;
        font-family: 'Baskerville', 'Libre Baskerville', 'Times New Roman', Times, serif;
        font-weight: normal;
        letter-spacing: 2px; }
      /* line 90, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
      body.index #bottom-about #paragraph a {
        text-decoration: none;
        color: #fff;
        -webkit-transition: color .25s;
        /* For Safari 3.1 to 6.0 */
        transition: color .25s; }
        /* line 95, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
        body.index #bottom-about #paragraph a:hover {
          color: #bebec1; }
    /* line 100, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_index.scss */
    body.index #bottom-about #copyright {
      font-size: 12px;
      color: #fff;
      font-family: 'DIN', sans-serif; }
/*---------------------------- PORTFOLIO PAGE ---------------------------*/
/* line 5, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
body.portfolio {
  background: #fff;
  font-size: 0; }
  /* line 9, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
  body.portfolio #container {
    width: 100%; }
    /* line 11, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
    body.portfolio #container #top {
      margin-bottom: 100px; }
      /* line 13, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
      body.portfolio #container #top .menu {
        background: #58585b;
        width: 100%;
        font-family: 'Baskerville', 'Libre Baskerville', 'Times New Roman', Times, serif; }
        /* line 17, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #top .menu h2 {
          color: #919396;
          font-size: 25px;
          display: inline-block;
          text-align: center;
          width: 50%;
          text-transform: uppercase;
          font-weight: normal;
          line-height: 40px;
          letter-spacing: 6px;
          -webkit-transition: color .25s;
          /* For Safari 3.1 to 6.0 */
          transition: color .25s; }
          /* line 29, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
          body.portfolio #container #top .menu h2:hover {
            color: #b8b9bb; }
          @media only screen and (max-width: 610px) {
            /* line 17, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #top .menu h2 {
              font-size: 18px; } }
        /* line 37, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #top .menu #sanford-menu {
          cursor: url("../images/cursor_green.png"), auto; }
        /* line 41, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #top .menu #strauss-menu {
          cursor: url("../images/cursor_red.png"), auto; }
        /* line 44, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #top .menu .selected {
          background: #fff; }
    /* line 50, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
    body.portfolio #container #show-sanford {
      max-width: 1020px;
      margin: 0 auto;
      position: relative;
      display: none; }
      /* line 55, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
      body.portfolio #container #show-sanford .heading {
        font-size: 45px;
        font-family: 'Baskerville', 'Libre Baskerville', 'Times New Roman', Times, serif;
        font-weight: normal;
        text-align: center;
        margin-bottom: 35px; }
      /* line 62, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
      body.portfolio #container #show-sanford a {
        text-decoration: none;
        color: #58585b;
        -webkit-transition: color .25s;
        /* For Safari 3.1 to 6.0 */
        transition: color .25s;
        cursor: url("../images/cursor_green.png"), auto; }
        /* line 68, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford a:visited {
          color: #58585b; }
        /* line 71, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford a:hover {
          color: #959207; }
      /* line 75, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
      body.portfolio #container #show-sanford .header-hover {
        display: none; }
      /* line 78, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
      body.portfolio #container #show-sanford .show-bio {
        height: 400px;
        font-size: 13px;
        display: none;
        font-family: 'Baskerville', 'Libre Baskerville', 'Times New Roman', Times, serif; }
        @media only screen and (max-width: 1095px) {
          /* line 78, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
          body.portfolio #container #show-sanford .show-bio {
            height: 570px; } }
        /* line 86, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .show-bio #building-sketch {
          display: inline-block;
          width: 25%; }
          /* line 89, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
          body.portfolio #container #show-sanford .show-bio #building-sketch img {
            width: 100%; }
          @media only screen and (max-width: 1095px) {
            /* line 86, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .show-bio #building-sketch {
              display: none; } }
        /* line 96, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .show-bio .bio {
          text-align: justify;
          position: relative;
          margin: 0 auto;
          width: 501px;
          color: #58585b;
          font-weight: normal;
          display: inline-block;
          line-height: 26px; }
          @media only screen and (max-width: 1095px) {
            /* line 96, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .show-bio .bio {
              width: 95%;
              margin-left: 7px; } }
        /* line 110, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .show-bio .education {
          display: inline-block;
          vertical-align: top;
          margin-left: 30px;
          margin-top: 10px;
          color: #58585b; }
          /* line 116, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
          body.portfolio #container #show-sanford .show-bio .education li {
            list-style-type: none;
            margin-bottom: 10px; }
          /* line 120, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
          body.portfolio #container #show-sanford .show-bio .education a {
            font-size: 15px;
            margin-top: 50px;
            display: inline-block; }
      /* line 127, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
      body.portfolio #container #show-sanford .grid {
        max-width: 1020px;
        margin: 0 auto;
        text-align: center; }
        /* line 132, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid img {
          width: 98%;
          height: 242px;
          padding: 5px 2px 5px 2px;
          position: relative;
          z-index: 1;
          transition: all .25s; }
          /* line 141, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
          body.portfolio #container #show-sanford .grid img:hover {
            cursor: url("../images/cursor_green.png"), auto; }
          @media only screen and (max-width: 1019px) {
            /* line 132, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid img {
              width: 100%;
              height: 100%; } }
          @media only screen and (max-width: 610px) {
            /* line 132, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid img {
              margin: 0 auto;
              width: 90%;
              height: 90%; } }
        /* line 156, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .text-container {
          position: relative; }
          /* line 158, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
          body.portfolio #container #show-sanford .grid .text-container h3 {
            font-size: 20px;
            position: absolute;
            width: 100%;
            top: 50%;
            text-align: center;
            z-index: 2;
            color: #959207;
            cursor: url("../images/cursor_green.png"), auto; }
        /* line 170, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .caption {
          opacity: 0; }
        /* line 175, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row01 .container01 {
          width: 50%;
          display: inline-block;
          position: relative; }
          @media only screen and (max-width: 610px) {
            /* line 175, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row01 .container01 {
              width: 100%; } }
        /* line 184, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row01 .container02 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 184, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row01 .container02 {
              width: 100%; } }
        /* line 196, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row02 .container03 {
          width: 33.3333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 196, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row02 .container03 {
              width: 100%; } }
        /* line 203, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row02 .container04 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 203, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row02 .container04 {
              width: 100%; } }
        /* line 210, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row02 .container05 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 210, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row02 .container05 {
              width: 100%; } }
        /* line 220, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row03 .container06 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 220, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row03 .container06 {
              width: 100%; } }
        /* line 227, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row03 .container07 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 227, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row03 .container07 {
              width: 100%; } }
        /* line 237, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row04 .container08 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 237, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row04 .container08 {
              width: 100%; } }
        /* line 244, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row04 .container09 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 244, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row04 .container09 {
              width: 100%; } }
        /* line 251, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row04 .container10 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 251, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row04 .container10 {
              width: 100%; } }
        /* line 261, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row05 .container11 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 261, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row05 .container11 {
              width: 100%; } }
        /* line 268, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row05 .container12 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 268, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row05 .container12 {
              width: 100%; } }
        /* line 278, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row06 .container13 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 278, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row06 .container13 {
              width: 100%; } }
        /* line 285, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row06 .container14 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 285, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row06 .container14 {
              width: 100%; } }
        /* line 292, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row06 .container15 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 292, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row06 .container15 {
              width: 100%; } }
        /* line 302, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row07 .container16 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 302, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row07 .container16 {
              width: 100%; } }
        /* line 309, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row07 .container17 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 309, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row07 .container17 {
              width: 100%; } }
        /* line 319, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row08 .container18 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 319, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row08 .container18 {
              width: 100%; } }
        /* line 326, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row08 .container19 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 326, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row08 .container19 {
              width: 100%; } }
        /* line 333, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row08 .container20 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 333, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row08 .container20 {
              width: 100%; } }
        /* line 343, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row09 .container21 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 343, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row09 .container21 {
              width: 100%; } }
        /* line 350, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row09 .container22 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 350, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row09 .container22 {
              width: 100%; } }
        /* line 360, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row10 .container23 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 360, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row10 .container23 {
              width: 100%; } }
        /* line 367, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row10 .container24 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 367, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row10 .container24 {
              width: 100%; } }
        /* line 374, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row10 .container25 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 374, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row10 .container25 {
              width: 100%; } }
        /* line 384, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row11 .container26 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 384, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row11 .container26 {
              width: 100%; } }
        /* line 391, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row11 .container27 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 391, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row11 .container27 {
              width: 100%; } }
        /* line 401, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row12 .container28 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 401, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row12 .container28 {
              width: 100%; } }
        /* line 408, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row12 .container29 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 408, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row12 .container29 {
              width: 100%; } }
        /* line 415, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row12 .container30 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 415, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row12 .container30 {
              width: 100%; } }
        /* line 425, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row13 .container31 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 425, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row13 .container31 {
              width: 100%; } }
        /* line 432, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row13 .container32 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 432, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row13 .container32 {
              width: 100%; } }
        /* line 442, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row14 .container33 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 442, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row14 .container33 {
              width: 100%; } }
        /* line 449, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row14 .container34 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 449, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row14 .container34 {
              width: 100%; } }
        /* line 456, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row14 .container35 {
          width: 33.333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 456, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row14 .container35 {
              width: 100%; } }
              
       /* line 463, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row15 .container36 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 463, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row15 .container36 {
              width: 100%; } }        
        /* line 470, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-sanford .grid .row15 .container37 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 470, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-sanford .grid .row15 .container37 {
              width: 100%; } }             
              
    /* line 466, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
    body.portfolio #container #show-strauss {
      max-width: 1020px;
      display: none;
      margin: 0 auto;
      position: relative; }
      /* line 473, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
      body.portfolio #container #show-strauss .heading {
        font-size: 45px;
        font-family: 'Baskerville', 'Libre Baskerville', 'Times New Roman', Times, serif;
        font-weight: normal;
        text-align: center;
        margin-bottom: 35px; }
      /* line 482, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
      body.portfolio #container #show-strauss a {
        text-decoration: none;
        color: #58585b;
        -webkit-transition: color .25s;
        /* For Safari 3.1 to 6.0 */
        transition: color .25s;
        cursor: url("../images/cursor_red.png"), auto; }
        /* line 488, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss a:visited {
          color: #58585b; }
        /* line 491, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss a:hover {
          color: #b82c37; }
      /* line 495, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
      body.portfolio #container #show-strauss .header-hover {
        display: none; }
      /* line 498, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
      body.portfolio #container #show-strauss .show-bio {
        height: 400px;
        font-size: 13px;
        display: none;
        margin-bottom: 180px;
        font-family: 'Baskerville', 'Libre Baskerville', 'Times New Roman', Times, serif; }
        @media only screen and (max-width: 1095px) {
          /* line 498, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
          body.portfolio #container #show-strauss .show-bio {
            height: 500px; } }
        @media only screen and (max-width: 610px) {
          /* line 498, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
          body.portfolio #container #show-strauss .show-bio {
            height: 662px; } }
        /* line 511, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .show-bio #building-sketch {
          display: inline-block;
          width: 25%; }
          /* line 514, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
          body.portfolio #container #show-strauss .show-bio #building-sketch img {
            width: 100%; }
        /* line 519, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .show-bio .bio {
          text-align: justify;
          position: relative;
          margin: 0 auto;
          width: 501px;
          font-family: 'Baskerville', 'Libre Baskerville', 'Times New Roman', Times, serif;
          color: #58585b;
          font-weight: normal;
          display: inline-block;
          line-height: 26px; }
          @media only screen and (max-width: 1095px) {
            /* line 519, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .show-bio .bio {
              width: 95%;
              margin-left: 7px; } }
        /* line 535, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .show-bio .education {
          display: inline-block;
          vertical-align: top;
          margin-left: 30px;
          margin-top: 10px;
          color: #58585b; }
          /* line 541, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
          body.portfolio #container #show-strauss .show-bio .education li {
            list-style-type: none;
            margin-bottom: 10px; }
      /* line 547, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
      body.portfolio #container #show-strauss .grid {
        max-width: 1020px;
        margin: 0 auto;
        text-align: center; }
        /* line 548, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .hidden {
          display: none; }
        /* line 554, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid img {
          width: 98%;
          cursor: url("../images/cursor_red.png"), auto;
          height: 242px;
          padding: 5px 2px 5px 2px;
          position: relative;
          z-index: 1;
          transition: all .25s; }
          @media only screen and (max-width: 1019px) {
            /* line 554, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid img {
              width: 100%;
              height: 100%; } }
          @media only screen and (max-width: 610px) {
            /* line 554, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid img {
              margin: 0 auto;
              width: 90%;
              height: 90%; } }
        /* line 578, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .text-container {
          position: relative; }
          /* line 580, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
          body.portfolio #container #show-strauss .grid .text-container h3 {
            font-size: 20px;
            position: absolute;
            width: 100%;
            top: 50%;
            text-align: center;
            z-index: 2;
            color: #b82c37;
            cursor: url("../images/cursor_red.png"), auto; }
        /* line 592, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .caption {
          opacity: 0; }
        /* line 597, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row01 .container01 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 597, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row01 .container01 {
              width: 100%; } }
        /* line 604, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row01 .container02 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 604, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row01 .container02 {
              width: 100%; } }
        /* line 614, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row02 .container18 {
          width: 33.3333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 614, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row02 .container18 {
              width: 100%; } }
        /* line 621, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row02 .container04 {
          width: 33.3333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 621, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row02 .container04 {
              width: 100%; } }
        /* line 628, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row02 .container05 {
          width: 33.3333%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 628, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row02 .container05 {
              width: 100%; } }
        /* line 638, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row03 .container06 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 638, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row03 .container06 {
              width: 100%; } }
        /* line 645, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row03 .container07 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 645, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row03 .container07 {
              width: 100%; } }
        /* line 655, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row04 .container08 {
          width: 33%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 655, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row04 .container08 {
              width: 100%; } }
        /* line 662, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row04 .container09 {
          width: 33%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 662, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row04 .container09 {
              width: 100%; } }
        /* line 669, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row04 .container10 {
          width: 33%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 669, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row04 .container10 {
              width: 100%; } }
        /* line 679, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row05 .container11 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 679, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row05 .container11 {
              width: 100%; } }
        /* line 686, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row05 .container12 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 686, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row05 .container12 {
              width: 100%; } }
        /* line 696, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row06 .container13 {
          width: 33%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 696, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row06 .container13 {
              width: 100%; } }
        /* line 703, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row06 .container14 {
          width: 33%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 703, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row06 .container14 {
              width: 100%; } }
        /* line 710, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row06 .container15 {
          width: 33%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 710, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row06 .container15 {
              width: 100%; } }
        /* line 720, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row07 .container16 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 720, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row07 .container16 {
              width: 100%; } }
        /* line 727, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row07 .container22 {
          width: 50%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 727, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row07 .container22 {
              width: 100%; } }
        /* line 744, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row08 .container03 {
          width: 33%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 744, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row08 .container03 {
              width: 100%; } }
        /* line 751, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row08 .container19 {
          width: 33%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 751, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row08 .container19 {
              width: 100%; } }
        /* line 758, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
        body.portfolio #container #show-strauss .grid .row08 .container20 {
          width: 33%;
          display: inline-block; }
          @media only screen and (max-width: 610px) {
            /* line 758, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
            body.portfolio #container #show-strauss .grid .row08 .container20 {
              width: 100%; } }
  /* line 783, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
  body.portfolio #fancybox-thumbs {
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0; }
  /* line 790, /Applications/MAMP/htdocs/sanfordstrauss/source/stylesheets/_portfolio.scss */
  body.portfolio .fancybox-wrap .fancybox-title {
    font-size: 18px; }
