html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.wrapper {
  width: 100%;
  margin: 0;
  padding: 0 20px; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 767px) {
    .wrapper {
      width: 750px;
      margin: 0 auto;
      padding: 0; } }
  @media screen and (min-width: 1023px) {
    .wrapper {
      width: 960px; } }
  @media screen and (min-width: 1279px) {
    .wrapper {
      width: 1140px; } }

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.62857; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .large.button {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie9 #browserAlert {
  display: block; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 1023px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 1023px) {
    .visible-desktop {
      display: block; } }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #6d6d6d;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #2d2d2d; }

.text-error {
  color: #c82727; }

.text-success {
  color: #62b51f; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

::-moz-selection {
  background: #6d6d6d;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #6d6d6d;
  color: #fff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
 
  color: #222020; }

h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 30px; }

h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 20px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }
#about h4{
    font-weight: 600;
}
h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

@media screen and (min-width: 1023px) {
h2 {
  font-size: 25px; }	 
}

hr {
border-color: #ccc; 
margin:30px 0;
}
@media screen and (min-width: 767px) {
	hr { 
	margin:40px 0;
	}	
}
/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  text-transform: uppercase; }
  label .required {
    margin-left: 5px;
    color: #c82727; }
  label.error {
    color: #c82727; }

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #e6e6e6;
  font-family: "Open Sans", sans-serif;
  color: #444;
  font-size: 16px;
  background: #fff;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  input:focus,
  textarea:focus {
    background: #f2f2f2; }
  input.error,
  textarea.error {
    border: 1px solid #c82727; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #e6e6e6; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #e6e6e6; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #e6e6e6; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #e6e6e6; }

input[type="text"], input[type="password"], input[type="file"], textarea {
  outline: none; }

select {
  width: 100%; }
  select.error {
    border: 1px solid #c82727; }

.radio label,
.checkbox label {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 0;
  margin-right: 20px; }

.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block; }

button.button,
input.button {
  border: none;
  display: inline-block;
  width: auto; }

.errormsg,
.successmsg {
  margin: 20px 0 0;
  font-size: 14px; }
  .errormsg span,
  .successmsg span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 10px 0 0; }

.errormsg span {
  background: #c82727; }

.successmsg span {
  background: #62b51f; }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%; }

.content-left img {
  height: auto !important; }

.button {
  padding: 5px 10px;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 10px; }
  .button:hover {
    background: #6d6d6d;
    color: #fff; }

.ghost{
padding: 10px 30px;
  color: #222;
  border:1px solid #222;
  text-transform: uppercase;
  font-size: 17px;
	letter-spacing: 0.05em;
  margin-top: 20px; }
 
.ghost:hover {
    background: #222;
    color: #fff; }	

/* -----------------------------------------------------------------
    FANCYBOX STYLES (fancyBox v2.1.5)
------------------------------------------------------------------*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/scripts/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/scripts/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/scripts/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/scripts/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/scripts/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; }
  #fancybox-loading div {
    background-image: url("../images/scripts/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; } }

/* -----------------------------------------------------------------
	GENERAL ELEMENTS
------------------------------------------------------------------*/
html {
  background: #f1f1f1; }

body {
  font-size: 16px;
  color: #444;
  font-family: "Open Sans", sans-serif;
  background: #fff; }

p:first-child, ul:first-child, ol:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, blockquote:first-child {
  margin-top: 0; }

p:last-child, ul:last-child, ol:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, blockquote:last-child {
  margin-bottom: 0; }

/* -----------------------------------------------------------------
	HEADER ELEMENTS
------------------------------------------------------------------*/
header {
  width: 100%;
  position: fixed;
  z-index: 3;
  transition: background-color 0.5s ease;
}
header .wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
     display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: border-bottom 0.5s ease;
}
header.sticky{
 background-color: #222020;   
 position: fixed;
}
header.sticky .wrapper{
    border-bottom: none;
}
header.internal {
  width: 100%;
  position: relative;
  z-index: 3;
  transition: background-color 0.5s ease;
  background-color: #222020;   
}

header.internal .wrapper{
    border-bottom: none;
}
#logo {
  display: none;
   }
  @media screen and (min-width: 560px) {
      #logo{
          display:block;
          opacity: 0;
          transition: opacity 0.5s ease;
      }
    .sticky #logo{
      display: block;  
      opacity:1;
    }
 }
header.internal #logo{
   display: none;  
}
@media screen and (min-width: 560px) {
   header.internal #logo{
       display: block;  
      opacity: 1;
    } 
}
  #logo a {
    color: #fff; }

#logo img {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: auto; }

#logo .wordmark {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
	font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  letter-spacing: .1em; }

#what-i-do {
  text-align: center;
  font-size: 13px;
  color: #ccc;
  text-transform: uppercase;
  margin: 8px 0 0 0;
  letter-spacing: .05em;
  display: none; }
  @media screen and (min-width: 767px) {
    #what-i-do {
      float: right;
      display: block;
      text-align: right; } }

section h1 {
  font-size: 29px; }
  @media screen and (min-width: 1023px) {
    section h1 {
      font-size: 35px;
       } }

/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS
------------------------------------------------------------------*/
#work {
  padding: 30px 0; }
  @media screen and (min-width: 1023px) {
    #work {
      padding: 40px 0; } }
#web {
  padding: 30px 0; }
  @media screen and (min-width: 1023px) {
    #web {
      padding: 40px 0; } }
#about {
  padding: 30px 0 20px 0; 
border-bottom: 1px solid #ccc;}
  @media screen and (min-width: 1023px) {
    #about {
      padding: 60px 0 30px 0; } }

#print {
  padding: 0 0 30px 0; }
  @media screen and (min-width: 1023px) {
    #print {
      padding: 0 0 60px 0; } }

.column {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
  color: #222020;
  margin-bottom: 30px; }
  @media screen and (min-width: 767px) {
    .column {
      width: 48%;
      float: left;
      margin-right: 4%;
      max-width: none; }
      .column:nth-of-type(2n+2) {
        margin-right: 0; } }
  @media screen and (min-width: 1023px) {
    .column {
      width: 31%;
      margin-right: 3.5%;
      margin-bottom: 40px; }
      .column:nth-of-type(2n+2) {
        margin-right: 3.5%; }
      .column:nth-of-type(3n+3) {
        margin-right: 0; } }
  .column h3 {
    font-size: 14px;
    margin: 0 0 5px 0; }
  .column h4 {
    font-size: 12px;
    margin: 0 0 5px 0; }
  .column h5 {
    font-size: 12px;
    margin: 0; }

.column img, .half-column img {
  width: 100%;
  border-bottom: 1px solid #ccc; }

.column-content {
  padding: 10px;
  background: #f1f1f1;
}

.column-image {
  width: 100%;
  height: auto;
 border:1px solid #f1f1f1;
}	

.half-column {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  color: #222020;
  margin-bottom: 30px;
  max-width: 400px; }
  @media screen and (min-width: 767px) {
    .half-column {
      width: 48%;
      float: left;
      margin-right: 4%;
      max-width: none; }
      .half-column:nth-of-type(2n+2) {
        margin-right: 0; } }
  .half-column h3 {
    font-size: 16px;
    margin: 0 0 10px 0; }
  .half-column h4 {
    font-size: 13px;
    margin: 0 0 5px 0; }
  .half-column h5 {
    font-size: 13px;
    margin: 0; }

/* FOOTER ELEMENTS 
------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: #222020;
  padding: 10px 0;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center; }

#footer em {
  text-transform: none; }

#footer a {
  color: #999999; }

#footer a:hover {
  color: #fff; }

.back{
	font-size: 12px;
	letter-spacing: 0.05em;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;	
	text-align: left;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.back img{
    display: inline-block;
    vertical-align: unset;
}
@media screen and (min-width: 767px) {
	.back{
	margin-bottom: 60px;	
	padding:0 0 20px 0;
	}
}
.role-bar{
	background:#f1f1f1;
	font-size: 12px;
	color:#6d6d6d;
	letter-spacing: 0.05em;
	padding:10px 0 30px 0;
	text-align: center;
}
	@media screen and (min-width: 767px) {
		.role-bar{
		padding:20px 0 60px 0;
		}
	}
.role-bar h1{
	font-size:35px;
}
@media screen and (min-width: 767px) {
		.role-bar h1{
		font-size:50px;
		}
	}
.role-bar .role{
	display: inline-block;
	padding-right:20px;
}
@media screen and (min-width: 767px) {
.role-bar .role{
	display: inline-block;
	padding-left:20px;
}		
}
.role-bar .studio{
	display: inline-block;
	padding-right:20px;
}
.role-bar .year{
	display: inline-block;
	padding-right:20px;
}

.detail-image{
	max-width:100%;
	height: auto;
	margin-top:30px;
	margin-bottom:30px;
}

@media screen and (min-width: 767px) {
	.detail-image{
	margin-top:50px;
	margin-bottom:50px;	
	}
}

.detail-blurb{
	width:80%;
	margin:0 auto;
	text-align: center;
}

.detail-blurb h3{
	margin-top:30px;
}

.detail-row-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.detail-flex-col{
    width:100%;
    font-size: 12px;
}
.detail-flex-col img{
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 767px) {
    .detail-flex-col{
    width:48%;
    }
}
.hero-bg{
    width:100%;
    height:70vh;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    top: 0;
    display: none;
}
.hero-bg video{
    height: auto;
    width: 150%;
    position: absolute;
    display: none;
}
@media screen and (min-width: 767px) {
    .hero-bg{
        display: block;
    }
    .hero-bg video{
        display: block;
    }
}
#hero{
    width:100%;
    height:70vh;
    position: relative;
    color:#ffffff;
}
#hero:after{
    opacity: 1;
    background: linear-gradient(325deg, #000000, #990659, #4f046b, #08337b, #0f7496);
    background-size: 1000% 1000%;

    -webkit-animation: hero-bg-gradient 24s ease infinite;
    -moz-animation: hero-bg-gradient 24s ease infinite;
    animation: hero-bg-gradient 24s ease infinite;
    width: 100%;
    height: 100%;
    content:'';
    position: absolute;
    z-index: 1;
    top:0;

}
@media screen and (min-width: 767px) {
    #hero:after{
     opacity:1;
    }
}
@-webkit-keyframes hero-bg-gradient {
    0%{background-position:15% 0%}
    50%{background-position:86% 100%}
    100%{background-position:15% 0%}
}
@-moz-keyframes hero-bg-gradient {
    0%{background-position:15% 0%}
    50%{background-position:86% 100%}
    100%{background-position:15% 0%}
}
@keyframes hero-bg-gradient {
    0%{background-position:15% 0%}
    50%{background-position:86% 100%}
    100%{background-position:15% 0%}
}
#hero h1{
  color:#ffffff;
    width:100%;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    font-size: 15px;
    z-index: 2;
    font-weight: 300;
}
@media screen and (min-width: 767px) {
  #hero h1{
     font-size: 18px; 
    }
}
#hero p{
    margin-top: 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2em;
    text-align: center;
    z-index: 2;
}
@media screen and (min-width: 767px) {
    #hero p{
        font-size: 30px;
    }
}
#hero .wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}



nav{
    
    width:100%;
}
@media screen and (min-width: 560px) {
    nav{
    margin-left: auto;
    width:auto;
    }
}
nav ul{
    list-style: none;
    margin:0;
    padding:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
}
@media screen and (min-width: 560px) {
    nav ul{
        
    } 
}
nav ul li{
  margin:0 10px;  
}
nav a{
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 300;
}
nav a:hover, nav a:focus{
    color:#ffffff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 300;
}

nav li:after {
  display:block;
  content: '';
  border-bottom: solid 3px #ffffff;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
nav li:hover:after, nav li.active:after{
transform-origin:  0% 50%;
transform: scaleX(1);   
}

.career-timeline{
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
}
.career-block{
    width:100%;
    background:#f1f1f1;
    padding:10px;
    font-size: 13px;
    line-height: 1.2em;
    color:#222020;
    margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
    .career-block{
     width:calc(100% / 3 - 30px);
     margin-bottom: 30px;
    }
}
.career-title{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
.career-location{
    font-weight: 400;
    margin: 0 0 5px 0;
}
.career-date{
    font-weight: 400;
    margin: 0;
}
.skills{
    width:100%;
    padding:30px 0;
}
.skills span{
    background:#f1f1f1;
    border-radius: 25px;
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    padding:3px 8px;
    margin:0 5px 5px 0;
}
/* -----------------------------------------------------------------
	IE FIXES
------------------------------------------------------------------*/
