/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */
/* line 18, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0; }

/* line 25, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
a:active,
a:hover {
  outline: 0; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */
/* line 40, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none; }

/* line 48, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.nav-collapse li {
  width: 100%;
  display: block; }

/* line 53, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

/* line 62, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.nav-collapse.opened {
  max-height: 9999px; }

/* line 66, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.disable-pointer-events {
  pointer-events: none !important; }

/* line 70, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media screen and (min-width: 40em) {
  /* line 81, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
  .js .nav-collapse {
    position: relative; }
  /* line 84, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
  .js .nav-collapse.closed {
    max-height: none; }
  /* line 87, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
  .nav-toggle {
    display: none; } }

/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */
/* line 97, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font: normal 100%/1.4 sans-serif;
  margin: 0 auto; }

/* line 107, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
section {
  max-width: 1400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* line 120, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
p {
  font-size: 1em;
  color: #888888;
  margin-top: 3%;
  font-family: 'Open Sans', sans-serif; }

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */
/* line 132, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
header {
  background: #eade64;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0; }

/* line 141, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.logo {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  font-size: 15px;
  line-height: 55px;
  padding: 0 20px;
  color: #d5c51d;
  float: left; }

/* ------------------------------------------
  MASK
--------------------------------------------- */
/* line 156, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.mask {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

/* line 171, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.android .mask {
  -webkit-transition: none;
  transition: none; }

/* line 176, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.js-nav-active .mask {
  visibility: visible;
  opacity: 1; }

@media screen and (min-width: 40em) {
  /* line 182, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
  .mask {
    display: none !important;
    opacity: 0 !important; } }

/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */
/* line 193, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0; }

/* line 201, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.nav-collapse,
.nav-collapse * {
  box-sizing: border-box; }

/* line 208, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left; }

@media screen and (min-width: 40em) {
  /* line 215, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
  .nav-collapse {
    float: right;
    width: auto; } }

/* line 221, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.nav-collapse li {
  float: left;
  width: 100%; }

@media screen and (min-width: 40em) {
  /* line 227, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
  .nav-collapse li {
    width: auto; } }

/* line 232, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.nav-collapse a {
  -webkit-tap-highlight-color: transparent;
  border-top: 1px solid white;
  text-decoration: none;
  background: #eade64;
  padding: 0.7em 1em;
  color: #b6a819;
  width: 100%;
  float: left;
  font-family: 'Oswald', sans-serif; }

/* line 245, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.nav-collapse a:active,
.nav-collapse .active a {
  background: #d5c51d;
  color: #f9f6d4; }

@media screen and (min-width: 40em) {
  /* line 251, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
  .nav-collapse a {
    border-left: 1px solid #f9f6d4;
    padding: 1.02em 2em;
    border-top: 0;
    float: left;
    margin: 0; } }

/* line 261, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em; }

@media screen and (min-width: 40em) {
  /* line 267, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
  .nav-collapse ul ul a {
    display: none; } }

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */
@font-face {
  font-family: "responsivenav";
  src: url("../icons/responsivenav.eot");
  src: url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"), url("../icons/responsivenav.ttf") format("truetype"), url("../icons/responsivenav.woff") format("woff"), url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 288, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right; }

/* line 300, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.nav-toggle:before {
  color: #fff;
  /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav";
  /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261";
  /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0; }

/* line 314, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.nav-toggle.active:before {
  font-size: 24px;
  content: "\78";
  /* Close icon */ }

@media screen and (max-width: 650px) {
  /* line 321, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
  .logo-img {
    width: 75vw; } }

/* line 326, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
a {
  color: #FFFFFF;
  text-decoration: none; }

/* line 331, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
a:hover {
  color: #FFFFFF;
  text-decoration: none; }

/* line 337, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
div.col-m {
  width: 30%;
  float: left;
  margin-left: 5%; }

/* line 343, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
div.col-r {
  width: 30%;
  float: right; }

/* line 348, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
div.one-col {
  width: 30%;
  float: left; }

/* line 353, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.clearboth {
  clear: both; }

/* ------------------------------------------
  SOCIAL ICONS & ICONS
--------------------------------------------- */
/* line 361, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
.social-icons {
  font-size: 28px;
  color: #f9f6d4; }
  /* line 364, /Users/katie/Desktop/katiedriles.com/css/_base/_global.scss */
  .social-icons small {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f9f6d4;
    font-size: 20px;
    text-transform: uppercase; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?9r6z9p");
  src: url("../fonts/icomoon.eot?#iefix9r6z9p") format("embedded-opentype"), url("../fonts/icomoon.ttf?9r6z9p") format("truetype"), url("../fonts/icomoon.woff?9r6z9p") format("woff"), url("../fonts/icomoon.svg?9r6z9p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 12, /Users/katie/Desktop/katiedriles.com/css/_base/_icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 26, /Users/katie/Desktop/katiedriles.com/css/_base/_icomoon.scss */
.icon-envelope-o:before {
  content: "\f003"; }

/* line 29, /Users/katie/Desktop/katiedriles.com/css/_base/_icomoon.scss */
.icon-phone:before {
  content: "\f095"; }

/* line 32, /Users/katie/Desktop/katiedriles.com/css/_base/_icomoon.scss */
.icon-envelope:before {
  content: "\f0e0"; }

/* line 35, /Users/katie/Desktop/katiedriles.com/css/_base/_icomoon.scss */
.icon-linkedin:before {
  content: "\f0e1"; }

/* line 38, /Users/katie/Desktop/katiedriles.com/css/_base/_icomoon.scss */
.icon-instagram:before {
  content: "\f16d"; }

/* ------------------------------------------
  ABOUT
--------------------------------------------- */
/* line 6, /Users/katie/Desktop/katiedriles.com/css/_components/_about.scss */
section#about {
  padding: 0 0 0;
  height: 100%;
  width: 90%;
  margin: 10% auto 6% auto; }
  /* line 13, /Users/katie/Desktop/katiedriles.com/css/_components/_about.scss */
  section#about h1 {
    font-size: 80px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    text-align: left;
    font-family: 'Oswald', sans-serif; }
    /* line 20, /Users/katie/Desktop/katiedriles.com/css/_components/_about.scss */
    section#about h1 small {
      font-size: 15px;
      font-family: 'Open Sans', sans-serif; }
  /* line 26, /Users/katie/Desktop/katiedriles.com/css/_components/_about.scss */
  section#about p {
    font-size: 1em;
    color: #888888;
    margin-top: 3%;
    font-family: 'Open Sans', sans-serif; }
  /* line 36, /Users/katie/Desktop/katiedriles.com/css/_components/_about.scss */
  section#about div.content {
    height: 100%; }
    /* line 39, /Users/katie/Desktop/katiedriles.com/css/_components/_about.scss */
    section#about div.content div.col-l {
      width: 30%;
      float: left; }
      /* line 42, /Users/katie/Desktop/katiedriles.com/css/_components/_about.scss */
      section#about div.content div.col-l img.profile {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
        float: left;
        margin: 5% auto; }
    /* line 51, /Users/katie/Desktop/katiedriles.com/css/_components/_about.scss */
    section#about div.content div.two-col {
      width: 60%;
      height: 100%;
      float: right;
      margin: 5% auto; }
  @media only screen and (max-width: 660px) {
    /* line 61, /Users/katie/Desktop/katiedriles.com/css/_components/_about.scss */
    section#about div.content div.col-l {
      width: 100%; }
    /* line 65, /Users/katie/Desktop/katiedriles.com/css/_components/_about.scss */
    section#about div.content div.two-col {
      width: 100%; } }

/* ------------------------------------------
  FOOTER - CONTACT
--------------------------------------------- */
/* line 6, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
footer#contact {
  padding: 3% 0;
  height: 100%;
  width: 100%;
  background-color: #eade64; }
  /* line 12, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
  footer#contact div.content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around; }
    /* line 18, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
    footer#contact div.content aside.col-thirds {
      width: 40%;
      float: left;
      margin-right: 2%; }
    /* line 27, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
    footer#contact div.content h3 {
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #d5c51d;
      font-size: 50px;
      font-weight: 400;
      line-height: 50px;
      margin-bottom: 4%;
      text-transform: uppercase; }
    /* line 36, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
    footer#contact div.content p {
      color: #f9f6d4;
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-weight: 300;
      margin-top: 0; }
      /* line 42, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
      footer#contact div.content p a:hover {
        -webkit-transition: 0.3s ease;
                transition: 0.3s ease;
        color: #d5c51d; }
  @media only screen and (max-width: 715px) {
    /* line 52, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
    footer#contact div.content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      /* line 56, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
      footer#contact div.content aside.col-thirds {
        width: 90%;
        margin-left: 5%; }
      /* line 60, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
      footer#contact div.content h3 {
        margin-top: 5%; } }

/* line 71, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
footer .bonus {
  padding: 2%;
  height: 100%;
  background-color: #d5c51d;
  position: relative;
  bottom: 0px; }
  /* line 78, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
  footer .bonus aside.bonus-col {
    width: 90%;
    margin-right: 2%; }
    /* line 81, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
    footer .bonus aside.bonus-col h4 {
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 25px;
      font-weight: 400;
      text-transform: uppercase; }
      /* line 87, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
      footer .bonus aside.bonus-col h4 p {
        color: #FFFFFF;
        font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: 300; }
  /* line 95, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
  footer .bonus a {
    color: #999999; }
  /* line 98, /Users/katie/Desktop/katiedriles.com/css/_components/_footer.scss */
  footer .bonus a:hover {
    -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
    color: #888888; }

/* ------------------------------------------
  PORTFOLIO
--------------------------------------------- */
/* line 5, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
section#portfolio {
  padding: 0 0 0;
  height: 100%;
  margin: 5% auto; }
  /* line 10, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
  section#portfolio h2 {
    text-align: left;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888888;
    font-size: 80px;
    font-weight: 400;
    border-bottom: 1px solid #888888; }

/* ------------------------------------------
  PORTFOLIO - http://tympanus.net/codrops/2013/03/19/thumbnail-grid-with-expanding-preview/
--------------------------------------------- */
/* line 25, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.container {
  width: 90%; }

/* line 29, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 3% auto;
  text-align: center;
  width: 100%; }

/* line 37, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-grid li {
  display: inline-block;
  margin: 10px 20px 20px 5px;
  vertical-align: top;
  height: 250px; }

/* line 45, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-grid li > a,
.og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative; }

/* line 52, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ddd;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px; }

/* line 66, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-expander {
  position: absolute;
  background: #ddd;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  height: 0;
  overflow: hidden; }

/* line 78, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-expander-inner {
  padding: 30px 30px;
  height: 100%; }

/* line 83, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer; }

/* line 93, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-close::before,
.og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  z-index: 20;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

/* line 106, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/* line 113, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-close:hover::before,
.og-close:hover::after {
  background: #333; }

/* line 118, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-fullimg,
.og-details {
  width: 50%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative; }

/* line 126, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-fullimg {
  text-align: center; }

/* line 130, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-fullimg img {
  display: inline-block;
  max-height: 90%;
  max-width: 90%; }

/* line 136, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-details h3 {
  font-weight: 300;
  font-size: 50px;
  padding: 0px 0 10px;
  margin-bottom: 10px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

/* line 145, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-details p {
  font-weight: 400;
  font-size: 1em;
  line-height: 22px;
  color: #999;
  font-family: "Open Sans", sans-serif; }

/* line 153, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-details a {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  border: 3px solid #333;
  display: inline-block;
  margin: 30px 0 0;
  outline: none; }

/* line 167, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-details a::before {
  content: '\2192';
  display: inline-block;
  margin-right: 10px; }

/* line 173, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-details a:hover {
  border-color: #999;
  color: #999; }

/* line 178, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both; }

@-webkit-keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; } }

@keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; } }

@media screen and (max-width: 830px) {
  /* line 213, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
  .og-expander h3 {
    font-size: 32px; }
  /* line 214, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
  .og-expander p {
    font-size: 13px; }
  /* line 215, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
  .og-expander a {
    font-size: 12px; } }

@media screen and (max-width: 650px) {
  /* line 221, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
  .og-fullimg {
    display: none; }
  /* line 222, /Users/katie/Desktop/katiedriles.com/css/_components/_portfolio.scss */
  .og-details {
    float: none;
    width: 100%; } }

/* ------------------------------------------
  RESUME
--------------------------------------------- */
/* line 6, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
section#resume {
  padding: 0 0 0;
  height: 100%;
  width: 90%;
  margin: 5% auto; }

/* line 14, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
div.content {
  height: 100%; }
  /* line 17, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
  div.content h2 {
    text-align: left;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888888;
    font-size: 80px;
    font-weight: 400;
    border-bottom: 1px solid #888888;
    margin-bottom: 4%; }
  /* line 27, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
  div.content div.main-col {
    width: 60%;
    height: 100%;
    float: right;
    height: 100%; }
    /* line 33, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
    div.content div.main-col h3 {
      text-align: left;
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #888888;
      font-size: 50px;
      font-weight: 400;
      line-height: 50px;
      text-transform: uppercase; }
    /* line 43, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
    div.content div.main-col h4 {
      text-align: left;
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #888888;
      font-size: 25px;
      font-weight: 300; }
      /* line 49, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
      div.content div.main-col h4 small {
        font-family: "Open Sans", sans-serif;
        color: #888888;
        font-size: 16px;
        font-weight: normal; }
        /* line 54, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
        div.content div.main-col h4 small i {
          position: relative;
          top: -10px; }
    /* line 61, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
    div.content div.main-col hr {
      border: solid 1px #888888;
      margin: 20px auto; }
    @media only screen and (max-width: 920px) {
      /* line 27, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
      div.content div.main-col {
        width: 100%;
        text-align: left; } }
  /* line 73, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
  div.content div.callout-col {
    height: 100%;
    padding: 0 2%;
    width: 30%;
    float: left;
    text-align: right; }
    /* line 79, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
    div.content div.callout-col h3 {
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #888888;
      font-size: 50px;
      font-weight: 400;
      line-height: 50px;
      text-transform: uppercase; }
    /* line 87, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
    div.content div.callout-col h4 {
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #888888;
      font-size: 30px;
      font-weight: 300;
      margin: 15px 0 0px 0; }
    /* line 94, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
    div.content div.callout-col h5 {
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #888888;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px; }
    /* line 102, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
    div.content div.callout-col p {
      font-family: "Open Sans", sans-serif;
      color: #888888;
      font-size: 1em;
      line-height: 20px;
      margin: 2% auto; }
    /* line 110, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
    div.content div.callout-col hr {
      border: solid 1px #888888;
      margin: 20px auto; }
    @media only screen and (max-width: 920px) {
      /* line 73, /Users/katie/Desktop/katiedriles.com/css/_components/_resume.scss */
      div.content div.callout-col {
        width: 100%;
        text-align: left;
        padding: 0; } }
