:hover
/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

html {
  line-height: 1;
}


/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

ol,
ul {
  list-style: none;
}


/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

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


/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}


/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

q,
blockquote {
  quotes: none;
}


/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}


/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

a img {
  border: none;
}


/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

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

@font-face {
  font-family: code-pro-black;
  src: url(fonts/Code_Pro_Black.otf);
}

@font-face {
  font-family: code-pro-light;
  src: url(fonts/Code_Pro_Light.otf);
}

@font-face {
  font-family: code-pro-lc;
  src: url(fonts/Code_Pro_LC.otf);
}

@font-face {
  font-family: code-pro-bold;
  src: url(fonts/Code_Pro_Bold.otf);
}

@font-face {
  font-family: code-pro-bold-lc;
  src: url(fonts/Code_Pro_Bold_LC.otf);
}


/*
@font-face {
  font-family: rockwell;
  src: url(./fonts/rock-webfont.ttf);
}
*/


/* line 32, sass/partials/_variables.sass */

[class^="icon-"],
[class*=" icon-"] {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}


/* line 2, sass/partials/_global.sass */

* {
  font-family: arial, sans-serif;
}


/* line 6, sass/partials/_global.sass */

html,
body {
  background: #fff;
  font-family: Sans-Serif;
}


/* line 15, sass/partials/_global.sass */

html {
  height: 100%;
  width: 100%;
}


/* line 19, sass/partials/_global.sass */

body {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}


/* line 23, sass/partials/_global.sass */

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
}


/* line 25, sass/partials/_global.sass */

h1 {
  font-family: code-pro-bold-lc;
  color: #1A1A1A;
}


/* line 28, sass/partials/_global.sass */

h2 {
  font-family: code-pro-lc;
  font-size: 30px;
  font-family: code-pro-bold-lc;
  margin-bottom: 30px;
}


/* line 33, sass/partials/_global.sass */

h3 {
  font-family: opensans-bold;
  margin-bottom: 5px;
}


/* line 36, sass/partials/_global.sass */

h4 {
  font-family: code-pro-bold-lc;
  font-size: 18px;
  font-family: code-pro-bold-lc;
  line-height: 24px;
}


/* line 41, sass/partials/_global.sass */

p,
.p {
  font-size: 18px;
  line-height: 24px;
  font-family: code-pro-lc;
  margin: 0 0 10px;
}


/* line 46, sass/partials/_global.sass */

strong {
  font-family: code-pro-bold-lc;
  font-weight: normal;
}


/* line 49, sass/partials/_global.sass */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}


/* line 54, sass/partials/_global.sass */

li {
  display: inline;
  float: left;
}


/* line 57, sass/partials/_global.sass */

a {
  text-decoration: none;
  color: #777777;
}


/* line 60, sass/partials/_global.sass */

a:hover {
  color: #666;
  text-decoration: none;
}


/* line 85, sass/partials/_global.sass */

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* line 98, sass/partials/_global.sass */


/** {
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}*/


/* line 112, sass/partials/_global.sass */

nav,
ul,
li,
a,
p,
.masthead-content,
.news a,
.news,
.about-menu,
.leadership,
.about-leadership,
.close,
#piece1,
img,
svg,
footer {
  position: inital;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  transform-origin: initial;
  transform-style: initial;
}


/* line 120, sass/partials/_global.sass */

a:hover {
  position: inital;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  transform-origin: initial;
  transform-style: initial;
}


/* line 143, sass/partials/_global.sass */

a {
  text-decoration: none;
  cursor: pointer;
}


/* line 147, sass/partials/_global.sass */

a h1 {
  text-decoration: none;
  cursor: pointer;
}


/* line 151, sass/partials/_global.sass */

#mobileShow {
  display: none;
}

@media (max-width: 768px) {
  /* line 155, sass/partials/_global.sass */
  #WhereArtIsPlaced_1_ {
    display: none;
  }

  /* line 157, sass/partials/_global.sass */
  #workGrid {
    display: none;
  }

  /* line 160, sass/partials/_global.sass */
  #mobileShow {
    display: block;
    top: 100px;
    width: 100%;
  }
}


/* line 170, sass/partials/_global.sass */

a:hover {
  color: red;
  position: relative;
}

a.left:hover {
  position: absolute;
}

a.right:hover {
  position: absolute;
}

#myCarousel>div>div.item>img {
  width: 62%;
}


/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* line 225, sass/partials/_global.sass */

.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}


/* line 236, sass/partials/_global.sass */

.fade-in.one {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


/* line 264, sass/partials/_global.sass */

.fade-out {
  opacity: 1;
  -webkit-animation: fadeOut ease-in 1;
  -moz-animation: fadeOut ease-in 1;
  animation: fadeOut ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  animation-duration: 0.25s;
}


/* line 291, sass/partials/_global.sass */

.letter-in {
  letter-spacing: -0.14pt;
}


/* line 294, sass/partials/_global.sass */

.white-img {
  border: 1px solid #949494;
}


/* main */


/* line 298, sass/partials/_global.sass */

.main {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
}


/* line 305, sass/partials/_global.sass */

.AnimTimer {
  border: 1px dashed #f00;
}


/* Jumbotron */


/* line 310, sass/partials/_global.sass */

.jumbotron {
  width: 100%;
  background: #FFF;
}


/* line 313, sass/partials/_global.sass */

.jumbotron h1 {
  color: #000;
  font-size: 59px;
}

@media (max-width: 500px) {
  /* line 313, sass/partials/_global.sass */
  .jumbotron h1 {
    font-size: 36px;
  }
}


/* line 318, sass/partials/_global.sass */

.jumbotron p {
  font-size: 16px;
  float: none !important;
}


/* line 323, sass/partials/_global.sass */

.masthead-content {
  position: relative;
  min-height: 1px;
  padding: 0;
  float: none;
  margin: 0 auto;
}

@media (min-width: 992px) {
  /* line 323, sass/partials/_global.sass */
  .masthead-content {
    float: left;
    width: 100%;
  }
}


/* line 336, sass/partials/_global.sass */

.page-header {
  margin: 0;
}


/* line 341, sass/partials/_global.sass */

.body.leadership .feature-billboard .feature .content .image-carousel .item .subtitle {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #FFF;
  left: 0;
  font-weight: 500;
  padding: 20px;
  position: absolute;
  right: 0;
}


/* line 351, sass/partials/_global.sass */

.body .feature-billboard .feature .content.collapsed {
  max-height: 0px;
}


/* line 357, sass/partials/_global.sass */

.btn {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  /* line 361, sass/partials/_global.sass */
  .navbar-default .navbar-brand {
    left: 4%;
    padding-left: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 768px) {
  /* line 367, sass/partials/_global.sass */
  .container>.navbar-header {
    float: left;
  }

  /* line 370, sass/partials/_global.sass */
  .navbar-nav,
  .navbar-nav>li {
    float: left;
  }
}


/* transitions */


/* Navbar */


/* line 4, sass/partials/_nav.sass */

.nav-social-icons li a svg {
  width: 27px;
}


/* line 7, sass/partials/_nav.sass */

.nav-social-icons li a:hover {
  fill: #B3B3B3;
}


/*Remove Collapsed Nav Transition */


/* line 11, sass/partials/_nav.sass */

#bs-example-navbar-collapse-1 {
  height: auto;
  transition: height 0s;
  -webkit-transition: height 0s;
}


/* line 17, sass/partials/_nav.sass */

#twitterSvg {
  margin-top: 2px;
}


/* Navbar */


/* line 22, sass/partials/_nav.sass */

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border-color: transparent;
}


/* line 26, sass/partials/_nav.sass */

.logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
  min-height: 100px;
  text-align: center;
}


/* line 40, sass/partials/_nav.sass */


/*.logo img {
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
  vertical-align: middle;
}*/


/*Close button on Mobile */


/* line 47, sass/partials/_nav.sass */

.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background-color: black;
}


/* line 52, sass/partials/_nav.sass */

.navbar-default .navbar-toggle {
  position: relative;
  z-index: 100;
}


/* line 55, sass/partials/_nav.sass */

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
  background-color: black;
}


/* line 61, sass/partials/_nav.sass */

.navbar-toggle .middle-bar {
  opacity: 0;
  background-color: black;
}


/* line 64, sass/partials/_nav.sass */

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  background-color: black;
}


/* line 70, sass/partials/_nav.sass */

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  background-color: black;
}


/* line 74, sass/partials/_nav.sass */

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
  background-color: black;
}


/* line 77, sass/partials/_nav.sass */

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  background-color: black;
}


/* line 81, sass/partials/_nav.sass */

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}


/*Navbar */


/* line 84, sass/partials/_nav.sass */

.navbar-default {
  background-color: #FFF;
  border-radius: 0;
  border: none;
}


/* line 88, sass/partials/_nav.sass */

#nav {
  width: 100%;
}


/* line 92, sass/partials/_nav.sass */

.active {
  color: #777;
}


/* line 94, sass/partials/_nav.sass */

.navbar {
  padding: 0;
  margin-bottom: 32px;
}


/* line 97, sass/partials/_nav.sass */

.navbar-nav {
  margin-top: 16px;
  float: none;
}


/* line 100, sass/partials/_nav.sass */

.navbar-default .navbar-collapse {
  /* margin-top: 16px; */
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}

.navbar-collapse {
  border-top: none;
}

@media (min-width: 768px) {
  /* line 100, sass/partials/_nav.sass */
  .navbar-default .navbar-collapse {
    margin-top: 4px;
    border-bottom: 0px;
  }
}

@media (min-width: 768px) {
  /* line 108, sass/partials/_nav.sass */
  .navbar-header {
    width: 33%;
    /*padding-left: 15px;*/
  }
}


/*
@media (min-width: 1200px) {
  .navbar-header {
    width: 50%;
    padding-left: 20px;
  }
}
*/


/* line 116, sass/partials/_nav.sass */

.nav-social-icons {
  display: inline-block;
  /*padding-right: 20px */
  padding-top: 10px;
  padding-bottom: 6px;
}


/* line 121, sass/partials/_nav.sass */

.nav-social-icons li:nth-child(1) {
  padding-right: 10px;
}


/* line 123, sass/partials/_nav.sass */

.nav-social-icons li:nth-child(2) {
  padding-right: 10px;
}

@media (min-width: 768px) {
  /* line 125, sass/partials/_nav.sass */
  .nav-social-icons {
    display: none;
  }
}


/* line 129, sass/partials/_nav.sass */

.navbar-nav {
  margin: 0px 0px;
}


/* line 131, sass/partials/_nav.sass */

.navbar-nav>li {
  float: none;
  border-bottom: 1px solid #e7e7e7;
}

.navbar-nav>li:first-of-type {
  border-top: none;
}

@media (min-width: 768px) {
  /* line 131, sass/partials/_nav.sass */
  .navbar-nav>li {
    float: left;
    border-bottom: 0px;
  }
}


/* line 137, sass/partials/_nav.sass */

.navbar-nav>li>a .p {
  margin: 0 20px 0 0;
  padding: 0;
  color: #302a29;
  font-family: code-pro-bold-lc;
}


/* line 143, sass/partials/_nav.sass */

.navbar-default .navbar-nav>li>a {
  color: #302a29;
  font-size: 18px;
  font-weight: 300;
  font-family: code-pro-bold;
}


/* line 149, sass/partials/_nav.sass */

.navbar-default .navbar-nav>li:hover>a {
  color: #B3B3B3;
  outline: none;
  border: none;
}


/* line 153, sass/partials/_nav.sass */

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background: none;
  text-decoration: none;
  color: #d72037;
  outline: none;
  border: none;
}


/* line 168, sass/partials/_nav.sass */

#nav {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
  margin-top: 5px;
}


/* line 175, sass/partials/_nav.sass */

.navigation {
  width: 1004px;
  min-width: 400px;
}

@media screen and (max-width: 1000px) {
  /* line 180, sass/partials/_nav.sass */
  #nav {
    width: 100%;
  }

  /* line 183, sass/partials/_nav.sass */
  .navigation {
    width: 100%;
  }
}


/* line 186, sass/partials/_nav.sass */

.nav-items {
  float: left;
  padding-left: 2%;
}


/* line 190, sass/partials/_nav.sass */

.brand {
  float: right;
  padding-right: 2%;
}


/* line 10, sass/partials/_work.sass */

* {
  box-sizing: border-box;
}


/* line 13, sass/partials/_work.sass */

body {
  font-family: sans-serif;
}


/* ---- grid ---- */


/* line 21, sass/partials/_work.sass */

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  width: 32%;
  margin: auto;
}

@media (max-width: 900px) {
  /* line 21, sass/partials/_work.sass */
  .carousel-inner>.item>img,
  .carousel-inner>.item>a>img {
    width: 80%;
  }
}


/* line 29, sass/partials/_work.sass */

.carousel-control.right {
  background-image: none !important;
}


/* line 32, sass/partials/_work.sass */

.carousel-control.left {
  background-image: none !important;
}


/* line 84, sass/partials/_work.sass */

.glyphicon-chevron-right,
.glyphicon-chevron-left {
  color: black;
}


/* line 106, sass/partials/_work.sass */

.col {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  /* line 106, sass/partials/_work.sass */
  .col {
    width: 33%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 106, sass/partials/_work.sass */
  .col {
    width: 25%;
  }
}


/* line 115, sass/partials/_work.sass */

.col-2 {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  /* line 115, sass/partials/_work.sass */
  .col-2 {
    width: 66%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 115, sass/partials/_work.sass */
  .col-2 {
    width: 50%;
  }
}


/* line 124, sass/partials/_work.sass */

.short-col {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  /* line 124, sass/partials/_work.sass */
  .short-col {
    width: 50%;
  }
}


/* line 131, sass/partials/_work.sass */

.short-col-2 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  /* line 131, sass/partials/_work.sass */
  .short-col-2 {
    width: 100%;
  }
}


/* line 139, sass/partials/_work.sass */

.short-col-3 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  /* line 139, sass/partials/_work.sass */
  .short-col-3 {
    width: 100%;
  }
}


/* line 146, sass/partials/_work.sass */

.short-col-2-a {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  /* line 146, sass/partials/_work.sass */
  .short-col-2-a {
    width: 100%;
  }
}


/* line 152, sass/partials/_work.sass */

.short-col-2-a div {
  vertical-align: top;
}


/* line 155, sass/partials/_work.sass */

.short-double-col {
  width: 25%;
  vertical-align: top;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  /* line 155, sass/partials/_work.sass */
  .short-double-col {
    width: 50%;
  }
}


/* line 168, sass/partials/_work.sass */

.item {
  overflow: hidden;
}


/* line 176, sass/partials/_work.sass */

#work-main {
  max-width: 1200px;
  margin: auto auto;
}

@media screen and (max-width: 974px) {
  /* line 176, sass/partials/_work.sass */
  #work-main {
    max-width: 720px;
  }
}


/* line 183, sass/partials/_work.sass */

span.roll-over {
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  position: relative;
  left: 10px;
  top: 10px;
  color: #fff;
  font-size: 18px;
  font-family: code-pro-bold-lc;
  line-height: 24px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}


/* line 199, sass/partials/_work.sass */

.tile:hover>span.roll-over {
  opacity: 1;
}


/* Work Detail */


/* line 203, sass/partials/_work.sass */

.work-masthead {
  display: block;
  background-color: #1A1A1A;
}


/* line 208, sass/partials/_work.sass */

.work-masthead-content p {
  text-align: center;
}


/* line 210, sass/partials/_work.sass */

.container .work-masthead-content,
.container-fluid .work-masthead-content {
  border-radius: 0;
  min-height: 500px;
}


/* line 213, sass/partials/_work.sass */

.play-btn img {
  width: 100px;
  display: initial;
  position: relative;
  top: 150px;
}


/* line 218, sass/partials/_work.sass */

.work-content {
  background-color: #f6f6f6;
  padding-top: 100px;
  padding-left: 0;
}

@media (min-width: 992px) {
  /* line 218, sass/partials/_work.sass */
  .work-content {
    float: left;
    width: 16.66667%;
  }
}


/* line 228, sass/partials/_work.sass */

.work-client img {
  margin-bottom: 20px;
}


/* line 230, sass/partials/_work.sass */

.work-client h1 {
  font-family: code-pro-bold-lc;
  text-transform: uppercase;
  text-align: left;
}

@media (min-width: 992px) {
  float: left;
  width: 83.33333%;
}


/* line 239, sass/partials/_work.sass */

.work-main h2 {
  font-family: open sans;
  font-weight: bold;
  color: #1A1A1A;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 50px;
}


/* line 246, sass/partials/_work.sass */

.work-main p,
.work-main iframe {
  margin-bottom: 35px;
}


/* line 248, sass/partials/_work.sass */

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 35px;
}


/* line 255, sass/partials/_work.sass */

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* line 1, sass/partials/_about.sass */

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}


/* line 10, sass/partials/_about.sass */

.about-menu ul li {
  padding-right: 11px;
  padding-left: 11px;
}


/* line 14, sass/partials/_about.sass */

.about-menu ul {
  display: table;
  margin: 0 auto;
}


/* line 18, sass/partials/_about.sass */

#leadership-section,
#office-section,
#clients-section h4 {
  cursor: pointer;
}


/* line 20, sass/partials/_about.sass */

#leadership-section h4:hover,
#office-section h4:hover,
#clients-section h4:hover {
  color: #B3B3B3;
}


/* line 22, sass/partials/_about.sass */

.about-menu .active {
  color: #d72037;
}


/* line 24, sass/partials/_about.sass */

.about-menu h4 {
  font-size: 16px;
}

@media (max-width: 375px) {
  /* line 24, sass/partials/_about.sass */
  .about-menu h4 {
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  /* line 24, sass/partials/_about.sass */
  .about-menu h4 {
    font-size: 11px;
  }
}


/* line 31, sass/partials/_about.sass */

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}


/* line 38, sass/partials/_about.sass */

.about-header {
  padding-bottom: 30px;
}


/* line 42, sass/partials/_about.sass */

.about-clients {
  margin-top: 30px;
}

.about-clients.clients {
  text-align: center;
}

.about-clients.clients .container {
  display: inline-flex;
  flex-wrap: wrap;
}

.about-clients.clients .container .logo {
  padding: 0;
  margin: 0 0 60px;
  flex-basis: 33.3%;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .about-clients.clients .container .logo {
    flex-basis: 100%;
  }
}

.about-clients.clients .container .logo img {
  margin: 0 auto;
  max-height: 100px;
  max-width: 200px;
}

#img-dressForSuccess {
  max-width: 300px;
}


/* line 59, sass/partials/_about.sass */


/* About Us */


/* line 69, sass/partials/_about.sass */


/*
.office, .leadership, .clients {
  padding: 0px 0 70px 0;
}
*/


/* line 71, sass/partials/_about.sass */

.leadership {
  display: block;
}


/* line 73, sass/partials/_about.sass */

.leadership .col-xs-6 {
  padding-top: 5px;
}


/* line 75, sass/partials/_about.sass */

.clients .col-md-12 {
  text-align: center;
  text-transform: uppercase;
}


/* line 78, sass/partials/_about.sass */

.clients .col-md-12 p {
  font-size: 24px;
}


/* line 80, sass/partials/_about.sass */

.about-leadership {
  padding: 0px 0 30px 0;
}


/* line 82, sass/partials/_about.sass */

.about-leadership-header {
  padding: 0px 0 5px 0;
}




/* line 84, sass/partials/_about.sass */

.about-leadership ul li {
  font-size: 14px;
  padding-right: 12px;
}


/*#img-dressForSuccess {
    max-width: 350px;
    padding-top: 15px;
}*/


/* line 87, sass/partials/_about.sass */

.about-leadership h4,
.about-leadership-header h4 {
  text-transform: uppercase;
}


/* line 89, sass/partials/_about.sass */

.about-leadership a {
  color: #000000;
}


/* line 91, sass/partials/_about.sass */

.about-leadership a:hover {
  color: #B3B3B3;
}


/* line 93, sass/partials/_about.sass */

#grid {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 30px;
}

@media (min-width: 992px) {
  /* line 93, sass/partials/_about.sass */
  #grid {
    float: left;
    width: 100%;
  }
}


/* line 104, sass/partials/_about.sass */

.office-photos {
  padding: 0 15px;
}


/* line 107, sass/partials/_about.sass */

.office-photo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}


/* line 113, sass/partials/_about.sass */

.office-photo-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  padding-left: 6px;
}

@media (min-width: 992px) {
  /* line 107, sass/partials/_about.sass */
  .office-photo {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  /* line 107, sass/partials/_about.sass */
  .office-photo {
    float: left;
    width: 50%;
  }
}


/* line 136, sass/partials/_about.sass */

.office-indiv {
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0px 0px 0px 6px white;
}


/* line 143, sass/partials/_about.sass */

.office-photo-full {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0px 0px 0px 6px #fff;
  transition: all 1s;
  float: left;
  width: 100%;
}


/* line 157, sass/partials/_about.sass */

.office-photo-1-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0px 0px 0px 6px #fff;
}

@media (min-width: 992px) {
  /* line 157, sass/partials/_about.sass */
  .office-photo-1-3 {
    transition: all 1s;
    float: left;
    width: 33.33333%;
  }
}


/* line 171, sass/partials/_about.sass */

.office-photo-2-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0px 0px 0px 6px #fff;
}

@media (min-width: 992px) {
  /* line 171, sass/partials/_about.sass */
  .office-photo-2-3 {
    float: left;
    width: 66.66667%;
  }
}


/* line 1, sass/partials/_news.sass */

.news-jumbotron {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


/* line 4, sass/partials/_news.sass */

.news {
  padding: 0px 0 30px 0;
}


/* line 6, sass/partials/_news.sass */

.news h1 {
  margin-top: 20px;
  text-transform: uppercase;
  color: #d72037;
}

@media (min-width: 768px) {
  /* line 6, sass/partials/_news.sass */
  .news h1 {
    margin-top: 0px;
  }
}


/* line 12, sass/partials/_news.sass */

.news h1:hover {
  color: #B3B3B3;
}


/* line 14, sass/partials/_news.sass */

.news a {
  color: #d72037;
}


/* line 16, sass/partials/_news.sass */

.news a:hover {
  color: #B3B3B3;
  cursor: pointer;
}


/* line 20, sass/partials/_news.sass */

.jumbotron {
  padding-top: 0px;
  padding-bottom: 0px;
}


/* line 23, sass/partials/_news.sass */

.news p {
  text-transform: uppercase;
}


/* line 2, sass/partials/_contact.sass */

.individual-contact {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  /* line 2, sass/partials/_contact.sass */
  .individual-contact {
    float: left;
    width: 33.33333%;
  }
}


/* line 11, sass/partials/_contact.sass */

.office-contact {
  position: relative;
}


/* line 14, sass/partials/_contact.sass */

p a {
  color: #d72037;
}


/* line 16, sass/partials/_contact.sass */

p a:hover,
 :focus {
  color: #B3B3B3;
}


/* line 18, sass/partials/_contact.sass */

.individual-contact p {
  /*text-transform: uppercase */
}


/* line 20, sass/partials/_contact.sass */

.contacts {
  margin-bottom: 50px;
}


/* line 23, sass/partials/_contact.sass */

#map-canvas {
  height: 300px;
  margin: -10px 15px 30px 15px;
  padding: 0;
}


/* Set a size for our map container, the Google Map will take up 100% of this container */

#map {
  width: 100%;
  /*margin: 0 auto !important;*/
  height: 300px;
  margin: 0 -15px 30px -15px;
}

@media (max-width: 400px) {
  /* line 28, sass/partials/_contact.sass */
  .individual-contact p {
    font-size: 15px;
  }
}


/* line 7, sass/partials/_portfolio.sass */

.tiles {
  display: block;
  border: none;
}


/* line 10, sass/partials/_portfolio.sass */

.tiles div {
  display: inline-block;
  vertical-align: top;
  border-left: 2px white solid;
  border-right: 2px white solid;
}


/* line 16, sass/partials/_portfolio.sass */

.tile-top {
  border-top: 4px white solid;
  border-bottom: none;
}


/* line 20, sass/partials/_portfolio.sass */

.tile-extra {
  border-left: 4px white solid;
  border-right: 4px white solid;
}


/* line 24, sass/partials/_portfolio.sass */

.tile {
  -webkit-box-shadow: inset 0px 0px 0px 3px white;
  -moz-box-shadow: inset 0px 0px 0px 3px white;
  box-shadow: inset 0px 0px 0px 3px white;
  cursor: pointer;
}


/* line 33, sass/partials/_portfolio.sass */

#film-strip {
  text-align: left;
  margin-top: -3px;
  margin-left: -3px;
  margin-right: -3px;
}


/* line 39, sass/partials/_portfolio.sass */

#film-strip>div {
  display: inline-block;
  width: 33.3333%;
}

@media screen and (max-width: 600px) {
  /* line 39, sass/partials/_portfolio.sass */
  #film-strip>div {
    width: 100%;
  }
}


/* line 49, sass/partials/_portfolio.sass */

.close {
  background-size: 35px 35px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  margin: 3px;
  opacity: 1;
}


/* line 56, sass/partials/_portfolio.sass */

.close:hover {
  opacity: 0.4;
}


/* line 59, sass/partials/_portfolio.sass */

.carousel {
  margin-top: 31px;
}


/* line 62, sass/partials/_portfolio.sass */

.slick-slide img {
  cursor: pointer;
  margin: 0 auto;
}


/* line 66, sass/partials/_portfolio.sass */

.slick-prev,
.slick-next {
  height: 50px;
  width: 31px;
}


/* line 70, sass/partials/_portfolio.sass */

.slick-prev:before,
.slick-next:before {
  color: #000;
  display: block;
  font-size: 30px;
  opacity: 1;
}


/* line 76, sass/partials/_portfolio.sass */

.slick-prev:hover:before,
.slick-next:hover:before {
  content: " ";
  opacity: 0.4;
}


/* line 84, sass/partials/_portfolio.sass */

.slick-prev:before {
  content: "";
  background-image: url(../images/arrow-prev.html);
  height: 50px;
  width: 31px;
}


/* line 89, sass/partials/_portfolio.sass */

.slick-next:before {
  content: "";
  background-image: url(../images/arrow-next.html);
  height: 50px;
  width: 31px;
}


/* line 95, sass/partials/_portfolio.sass */

.lightbox {
  background: rgba(255, 255, 255, 0.98);
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}


/* line 104, sass/partials/_portfolio.sass */

.lightbox:before {
  content: "";
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  margin: 3px;
  opacity: 1;
  position: absolute;
  right: 50px;
  top: 20px;
}


/* line 114, sass/partials/_portfolio.sass */

.lightbox:hover:before {
  content: " ";
  opacity: 0.4;
}


/* line 117, sass/partials/_portfolio.sass */

.lightbox img {
  height: 100%;
  margin: 0 auto;
  padding: 20px;
}


/* line 1, sass/partials/_videoPlayer.sass */

.VideoPlayer {
  border: 1px dashed #f00;
}


/* line 4, sass/partials/_videoPlayer.sass */

#video {
  display: inline-block;
  clear: both;
  background: #fff;
}

@media (min-width: 601px) and (max-width: 900px) {
  /* line 4, sass/partials/_videoPlayer.sass */
  #video {
    min-height: 405px;
  }
}

@media (min-width: 401px) and (max-width: 600px) {
  /* line 4, sass/partials/_videoPlayer.sass */
  #video {
    width: 100%;
    min-height: 286.875px;
  }
}

@media (max-width: 400px) {
  /* line 4, sass/partials/_videoPlayer.sass */
  #video {
    width: 100%;
    min-height: 191.25px;
  }
}


/* line 40, sass/partials/_videoPlayer.sass */

.masthead-content {
  width: 100%;
}

@media (max-width: 1000px) {
  /* line 40, sass/partials/_videoPlayer.sass */
  .masthead-content {
    width: 100%;
    padding: 0;
  }
}


/* line 48, sass/partials/_videoPlayer.sass */

.masthead-content p.close {
  margin-bottom: 0;
  font-size: 32px;
  text-align: right;
  width: 100%;
}


/*
 *
 * React Video - React component to load video from Vimeo or Youtube across any device
 * @version v1.5.3
 * @link https://github.com/pedronauck/react-video
 * @license MIT
 * @author Pedro Nauck (https://github.com/pedronauck) */


/* line 62, sass/partials/_videoPlayer.sass */

.video-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* line 68, sass/partials/_videoPlayer.sass */

.video-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* line 75, sass/partials/_videoPlayer.sass */

.video-embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* line 81, sass/partials/_videoPlayer.sass */

.video-embed iframe {
  min-height: 641px;
}


/* line 84, sass/partials/_videoPlayer.sass */

.video {
  position: relative;
  /*background: #e2e2e2 */
  width: 100%;
  height: 100%;
}


/* line 89, sass/partials/_videoPlayer.sass */

.video iframe {
  border: 0;
}


/* line 92, sass/partials/_videoPlayer.sass */

.video-image {
  background-position: center center;
  background-size: 100% auto;
}


/* line 95, sass/partials/_videoPlayer.sass */

.video-image:after {
  z-index: 1;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}


/* line 101, sass/partials/_videoPlayer.sass */

.video-play-button,
.video-loading {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}


/* line 106, sass/partials/_videoPlayer.sass */

.video-play-button {
  z-index: 2;
  position: absolute;
  padding: 0;
  width: 70px;
  border: 0;
  background: none;
}


/* line 113, sass/partials/_videoPlayer.sass */

.video-play-button:focus {
  outline: none;
}


/* line 115, sass/partials/_videoPlayer.sass */

.video-play-button svg {
  fill: #fff;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.8));
}


/* line 120, sass/partials/_videoPlayer.sass */

.video-loading {
  z-index: 4;
  position: absolute;
  width: 32px;
  height: 32px;
}


/* line 125, sass/partials/_videoPlayer.sass */

.video-loading svg {
  fill: #000;
  transform-origin: 50% 50%;
  -webkit-animation: spinner 0.8s infinite linear;
  animation: spinner 0.8s infinite linear;
}


/* line 131, sass/partials/_videoPlayer.sass */

.video-embed iframe {
  width: 100%;
  height: 100%;
}

@-moz-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* line 8, sass/partials/_leadership.sass */

.leadership img {
  cursor: pointer;
}


/* line 11, sass/partials/_leadership.sass */

.leader {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width: 992px) {
  /* line 11, sass/partials/_leadership.sass */
  .leader {
    float: left;
    width: 33.33333%;
  }
}


/* line 23, sass/partials/_leadership.sass */

.about-leadership ul li strong u {
  color: #B3B3B3;
  cursor: none;
}


/* line 26, sass/partials/_leadership.sass */

.Work {
  border: 1px dashed #f00;
}


/* line 28, sass/partials/_leadership.sass */

#grid {
  margin: auto auto;
}


/* line 31, sass/partials/_leadership.sass */

a svg {
  cursor: pointer;
}


/* line 34, sass/partials/_leadership.sass */

.work-wrapper {
  display: inline-block;
  width: 25%;
  height: 25%;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  /* line 34, sass/partials/_leadership.sass */
  .work-wrapper {
    width: 33.33333%;
    height: 33.33333%;
  }
}

@media screen and (max-width: 768px) {
  /* line 34, sass/partials/_leadership.sass */
  .work-wrapper {
    width: 50%;
    height: 50%;
  }
}


/* line 46, sass/partials/_leadership.sass */

.work-col {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}


/* line 52, sass/partials/_leadership.sass */

.work-col a {
  color: #D91C32;
}


/* line 55, sass/partials/_leadership.sass */

.work-col-active {
  background: #fff;
}


/* line 61, sass/partials/_leadership.sass */

.flip-container {
  display: inline-block;
  perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  width: 25%;
  height: 25%;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  /* line 61, sass/partials/_leadership.sass */
  .flip-container {
    width: 33.33333%;
    height: 33.33333%;
  }
}

@media screen and (max-width: 768px) {
  /* line 61, sass/partials/_leadership.sass */
  .flip-container {
    width: 50%;
    height: 50%;
  }
}


/* line 76, sass/partials/_leadership.sass */

.copy.flip-container {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 0;
  transition: height 0.25s ease-out;
  overflow: hidden;
}


/* line 83, sass/partials/_leadership.sass */

.copy.flip-container .tile {
  padding: 1% 3px;
}


/* line 85, sass/partials/_leadership.sass */

.copy.flip-container .sep {
  clear: both;
  width: 100%;
}


/* line 91, sass/partials/_leadership.sass */

.front,
.back {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-out;
}


/* line 98, sass/partials/_leadership.sass */

.flipper {
  transition: 0.3s;
  position: relative;
}


/* line 104, sass/partials/_leadership.sass */

.front,
.back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  top: 0;
  left: 0;
}


/* line 113, sass/partials/_leadership.sass */

.front {
  z-index: 2;
}


/* line 117, sass/partials/_leadership.sass */

.flip-container.flip .front {
  opacity: 0;
}


/* line 120, sass/partials/_leadership.sass */

.copy {
  font-size: 12px;
  margin: 5%;
  display: inline-block;
}


/* line 124, sass/partials/_leadership.sass */

.secondary {
  margin-top: 2%;
}


/* line 126, sass/partials/_leadership.sass */

.bottom-copy {
  vertical-align: bottom;
  margin-bottom: 0px;
  margin-left: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 126, sass/partials/_leadership.sass */
  .bottom-copy {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

@media screen and (min-width: 1024px) {
  /* line 135, sass/partials/_leadership.sass */
  .bottom-copy.two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 50%;
  }
}


/* line 141, sass/partials/_leadership.sass */

.bottom-copy span {
  display: block;
  font-family: "open sans";
  font-size: 12px;
  line-height: 17.14286px;
  margin-top: 15px;
}


/* line 147, sass/partials/_leadership.sass */

.bottom-copy span:first-child {
  margin-top: 0;
}


/* line 149, sass/partials/_leadership.sass */

.bottom-copy strong {
  font-size: 14px;
  font-weight: normal;
}


/* line 152, sass/partials/_leadership.sass */

.top-copy {
  vertical-align: top;
  margin-top: 0px;
}


/* line 157, sass/partials/_leadership.sass */

.border {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 3px white;
  -moz-box-shadow: inset 0px 0px 5px 17px #f20ef2;
  box-shadow: inset 0px 0px 0px 6px white;
  position: absolute;
  top: 0;
  left: 0;
}


/* line 167, sass/partials/_leadership.sass */

.name-title {
  float: left;
  margin-left: 0;
}


/* line 170, sass/partials/_leadership.sass */

p.name {
  font-size: 18px;
  line-height: 24px;
  font-family: code-pro-bold-lc;
}


/* line 175, sass/partials/_leadership.sass */

p.title {
  font-weight: 400;
  font-size: 18px;
  font-family: code-pro-bold-lc;
  line-height: 18px;
}


/* line 8, sass/partials/_tiles.sass */

.tile {
  -webkit-box-shadow: inset 0px 0px 0px 3px white;
  -moz-box-shadow: inset 0px 0px 0px 3px white;
  box-shadow: inset 0px 0px 0px 3px white;
  cursor: pointer;
}


/* line 14, sass/partials/_tiles.sass */

span.roll-over {
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  position: relative;
  left: 10px;
  top: 10px;
  color: #fff;
  font-size: 18px;
  font-family: code-pro-bold-lc;
  line-height: 24px;
  margin-right: 10%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}


/* line 31, sass/partials/_tiles.sass */

.tile:hover>span.roll-over {
  opacity: 1;
}


/* line 34, sass/partials/_tiles.sass */

.tile {
  -webkit-box-shadow: inset 0px 0px 0px 3px white;
  -moz-box-shadow: inset 0px 0px 0px 3px white;
  box-shadow: inset 0px 0px 0px 3px white;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}


/* line 52, sass/partials/_tiles.sass */

.grid div {
  cursor: context-menu;
}


/* line 55, sass/partials/_tiles.sass */

.tile>img {
  border: 3px solid white;
  transition: opacity 1s ease-in;
  opacity: 0;
}


/* line 60, sass/partials/_tiles.sass */

.tiles-container {
  margin-left: 10px;
  margin-right: -20px;
}

@media screen and (max-width: 768px) {
  /* line 60, sass/partials/_tiles.sass */
  .tiles-container {
    margin-left: 0px;
    margin-right: 0px;
  }
}


/* line 67, sass/partials/_tiles.sass */

.tiles {
  display: block;
  border: none;
}


/* line 70, sass/partials/_tiles.sass */

.tiles div {
  display: inline-block;
  vertical-align: top;
  border-left: 2px white solid;
  border-right: 2px white solid;
}


/* line 76, sass/partials/_tiles.sass */

.tile-top {
  border-top: 4px white solid;
  border-bottom: none;
}


/* line 80, sass/partials/_tiles.sass */

.tile-extra {
  border-left: 4px white solid;
  border-right: 4px white solid;
}


/* line 84, sass/partials/_tiles.sass */

.col {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  /* line 84, sass/partials/_tiles.sass */
  .col {
    width: 33%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 84, sass/partials/_tiles.sass */
  .col {
    width: 25%;
  }
}


/* line 93, sass/partials/_tiles.sass */

.col-2 {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  /* line 93, sass/partials/_tiles.sass */
  .col-2 {
    width: 66%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 93, sass/partials/_tiles.sass */
  .col-2 {
    width: 50%;
  }
}


/* line 103, sass/partials/_tiles.sass */

.double-col {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  /* line 103, sass/partials/_tiles.sass */
  .double-col {
    width: 50%;
  }
}


/* line 110, sass/partials/_tiles.sass */

.short-col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}


/* line 114, sass/partials/_tiles.sass */

.short-col div {
  width: 40%;
  display: inline-flex;
}


/* line 117, sass/partials/_tiles.sass */

.short-col div div {
  width: 100%;
}


/* line 121, sass/partials/_tiles.sass */

.fade-appear {
  opacity: 0.01;
  transition: opacity 1.5s ease-in;
}


/* line 124, sass/partials/_tiles.sass */

.fade-appear.fade-appear-active {
  opacity: 1;
}


/* line 127, sass/partials/_tiles.sass */

.fade-enter {
  opacity: 0.01;
  transition: opacity 1.5s ease-in;
}


/* line 130, sass/partials/_tiles.sass */

.fade-enter.fade-enter-active {
  opacity: 1;
}


/* line 133, sass/partials/_tiles.sass */

.fade-leave {
  opacity: 1;
  transition: opacity 1.5s ease-in;
}


/* line 136, sass/partials/_tiles.sass */

.fade-leave.fade-leave-active {
  opacity: 0.01;
}


/* line 1, sass/partials/_footer.sass */

footer {
  /*position: absolute */
  bottom: 0;
  transform-style: none;
}


/* line 6, sass/partials/_footer.sass */

footer svg:hover {
  stroke: #d72037;
}


/* line 9, sass/partials/_footer.sass */

footer div a {
  font-size: 12px;
}

@media all and (max-width: 1092px) {
  /* line 9, sass/partials/_footer.sass */
  footer div a {
    font-size: 10px;
  }
}

@media all and (max-width: 845px) {
  /* line 9, sass/partials/_footer.sass */
  footer div a p {
    font-size: 12px;
  }
}


/* line 17, sass/partials/_footer.sass */

p.factsheet {
  font-size: 12px;
}

@media all and (max-width: 1092px) {
  /* line 17, sass/partials/_footer.sass */
  p.factsheet {
    font-size: 10px;
  }
}

@media all and (max-width: 845px) {
  /* line 17, sass/partials/_footer.sass */
  p.factsheet {
    font-size: 12px;
  }
}


/* line 26, sass/partials/_footer.sass */

#footerTwitter,
#footerLinkedIn,
#footerInstagram {
  transform-style: inital;
}


/* line 29, sass/partials/_footer.sass */

#tapToTop {
  cursor: pointer;
}


/* line 31, sass/partials/_footer.sass */

#back-to-top {
  display: initial;
  cursor: pointer;
  margin: 10px;
}


/* line 37, sass/partials/_footer.sass */

footer a {
  text-transform: none;
  /*margin-left: 30px */
  color: #d72037;
}


/* line 41, sass/partials/_footer.sass */

footer a:hover {
  color: #B3B3B3;
}


/* line 43, sass/partials/_footer.sass */

.footer-social-icons ul li {
  padding-right: 10px;
}


/* line 45, sass/partials/_footer.sass */

.footer-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

@media all and (min-width: 992px) {
  /* line 45, sass/partials/_footer.sass */
  .footer-left {
    float: left;
    width: 50%;
  }
}


/* line 56, sass/partials/_footer.sass */

.footer-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  display: inline-block;
}

@media all and (min-width: 992px) {
  /* line 56, sass/partials/_footer.sass */
  .footer-right {
    float: left;
    width: 50%;
  }
}


/* line 68, sass/partials/_footer.sass */

.footer-right .footer-left {
  text-align: right;
  display: inline-block;
}


/* line 71, sass/partials/_footer.sass */

.back-to-top {
  float: right;
  color: black;
}


/* line 78, sass/partials/_footer.sass */

#download {
  fill: #d72037;
  stroke: #d72037;
}


/* line 82, sass/partials/_footer.sass */

#download:hover {
  fill: #BB0A20;
  stroke: #BB0A20;
  transition: all 1s;
}

.factsheet a {
  display: block;
  float: left;
  margin: 0 35px 25px 0;
}


/* line 87, sass/partials/_footer.sass */

.factsheet svg {
  float: left;
  margin-right: 10px;
}


/* line 94, sass/partials/_footer.sass */

.factsheet span {
  color: #d72037;
  text-transform: uppercase;
  font-size: 14px;
  font-family: code-pro-lc;
}

@media (min-width: 368px) {
  .factsheet span {
    display: inline-block;
    padding-top: 8px;
  }
}




/* line 102, sass/partials/_footer.sass */

.factsheet span:hover {
  color: #B3B3B3;
  cursor: pointer;
}


/* line 105, sass/partials/_footer.sass */

.factsheet h5 a {
  color: #d72037;
  text-transform: uppercase;
}


/* line 108, sass/partials/_footer.sass */

.factsheet h5 a:hover {
  color: #B3B3B3;
  text-transform: uppercase;
}


/* Footer */


/* line 118, sass/partials/_footer.sass */

#twitterSvg-footer,
#linkedInSvg-footer,
#instagramsvg-footer {
  width: 16px;
  margin: 4px 1px;
  fill: #B3B3B3;
  stroke: #B3B3B3;
}


/* line 125, sass/partials/_footer.sass */

#twitterSvg-footer:hover {
  fill: #d72037;
  stroke: #d72037;
  transition: all 0.25s;
}


/* line 130, sass/partials/_footer.sass */

#linkedInSvg-footer:hover {
  fill: #d72037;
  stroke: #d72037;
  transition: all 0.25s;
}


/* line 135, sass/partials/_footer.sass */

#instagramsvg-footer:hover {
  fill: #d72037;
  stroke: #d72037;
  transition: all 0.25s;
}


/* line 143, sass/partials/_footer.sass */

#twitterSvg-footer {
  margin: 6px 1px 0 1px;
}

#siteMapLink {
  display: none;
}



/* ---- grid ---- */

.grid-container {
  margin: 0 auto;
}

.grid {
  margin: 0 auto;
}


/* clearfix */

.grid:after {
  content: '';
  display: block;
  clear: both;
}


/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  background-size: cover;
  border: 3px solid #fff;
  float: left;
}

.straw {
  background-image: url('../assets/fdastraw.png');
}

.onemain {
  background-image: url(../assets/onemain-ldh.jpg);
}

.sloto {
  background-image: url(../assets/slotomania.jpg);
}

.lg-serious-watcher {
  background-image: url('../assets/lg.jpg');
}

.seaworld {
  background-image: url(../assets/seaworld-wod.jpg);
}

.nestle {
  background-image: url('../assets/nestle.jpg');
}

.lungs {
  background-image: url('../assets/littlelungs.jpg');
}

.tumblr {
  background-image: url('../assets/fdacannes.jpg');
}

.amtrak {
  background-image: url('../assets/amtrak-alien.jpg');
}

.sba {
  background-image: url('../assets/sba.jpg');
}

.oreo {
  background-image: url('../assets/oreo.png');
}

.lincoln {
  background-image: url('../assets/lincoln.jpg');
}

.jamaica {
  background-image: url('../assets/jamaica.jpg');
}

.seaworld {
  background-image: url('../assets/seaworld-wod.jpg');
}

.oreo-bar {
  background-image: url('../assets/oreo-chocolate-covered.jpg');
}

.grid-item--width2,
.grid-item--width3 {
  width: 100%;
}

.grid-item a {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-family: 'Code-Pro', Arial, sans-serif;
  font-size: 18px;
  height: 0;
  padding-bottom: 40%;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.grid-item a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.grid-item a span {
  left: 10px;
  position: absolute;
  top: 10px;
  width: 90%;
  opacity: 0;
  font-family: 'code-pro-lc'
}

.grid-item a:hover span {
  opacity: 1;
}

.grid-item--height2 a {
  padding-bottom: 75%;
}

.grid-item--height3 a {
  padding-bottom: 120%;
}

.grid-item--width2.grid-item--height2 a {
  padding-bottom: 37%;
}

.grid-item--width2.grid-item--height3 a {
  padding-bottom: 58%;
}

@media (min-width: 768px) {
  .grid-container {
    width: 750px;
  }

  .grid-sizer,
  .grid-item {
    display: table;
    height: 100px;
    padding: 0;
    width: 33.333333%;
  }

  .grid-item--width2 {
    width: 66.666667%;
  }

  .grid-item--width3 {
    width: 100%;
  }

  .grid-item a,
  .grid-item--width2.grid-item--height2 a,
  .grid-item--width2.grid-item--height3 a {
    display: table-cell;
    padding: 0;
  }

  .grid-item--height2 {
    height: 200px;
  }
  .grid-item--height3 {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .grid-container {
    width: 970px;
  }

  .grid-sizer,
  .grid-item {
    height: 129.2px;
  }

  .grid-item--height2 {
    height: 258.4px;
  }
  .grid-item--height3 {
    height: 387.6px;
  }
}

@media (min-width: 1200px) {
  .grid-container {
    width: 1170px;
  }

  .grid-sizer,
  .grid-item {
    height: 156px;
  }

  .grid-item--height2 {
    height: 312px;
  }
  .grid-item--height3 {
    height: 468px;
  }
}

.instagram {
  width: 25px;
}

#legend p {
  margin-bottom: 0;
}

.navbar {
  z-index: 9999;
}

.navbar-brand {
  position: relative;
  overflow: hidden;
  padding-right: 0;
}

.navbar-default .navbar-collapse {
  border-bottom: none;
}

.navbar-default .navbar-toggle {
  border: none;
}

.logo-anim {
  background: url(logo-colors.jpg);
  position: absolute;
  top: 16px;
  z-index: -1;
  margin-left: 2px;
  width: 99%;
  height: 23px;
  -webkit-animation-name: logo-animation;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  -moz-animation-name: logo-animation;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-direction: alternate;
  -ms-animation-name: logo-animation;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-direction: alternate;
  -o-animation-name: logo-animation;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
  -o-animation-direction: alternate;
  animation-name: logo-animation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@-moz-keyframes logo-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 199.9% 0;
  }
}

@-ms-keyframes logo-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 199.9% 0;
  }
}

@-o-keyframes logo-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 199.9% 0;
  }
}

@keyframes logo-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 199.9% 0;
  }
}

.selector {
  color: #000;
  margin: 2px 0 0 0;
  font-size: 12px;
  position: absolute;
  bottom: -10px;
  padding-left: 0px;
}

.selector span,
.selector a {
  padding: 0 5px;
  cursor: pointer;
  font-size: 12px;
}

.selector.selector-home,
.selector.selector-contact {
  color: #c2c2c2;
}

.selector.selector-home span,
.selector.selector-contact span,
.selector.selector-home a {
  cursor: pointer;
}

.selector span:first-of-type,
.selector a:first-of-type {
  padding-left: 0;
}

.selector span:last-of-type,
.selector a:last-of-type {
  padding-right: 0;
}

.selector a {
  color: #c2c2c2;
}

.selector span:hover,
.selector a:hover {
  color: #000;
}

.selector span.active,
.selector a.active {
  color: #000;
}

.modal-title {
  display: inline;
  color: #000;
}

.modal-body {
  color: #000;
}

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  margin: 25px 0 50px 0;
}

.swiper-container:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 200px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}

@media (max-width: 768px) {
  .navbar-nav>li:first-of-type {
    border-top: 1px solid #e7e7e7;
  }
  .selector {
    padding-left: 13px;
    margin-top: 50px;
    position: inherit;
  }
  .swiper-slide {
    height: 100px;
    padding: 0px;
  }
  .mobile-left {
    float: left;
  }
  .factsheet a {
    margin: 0 20px 20px 0;
  }
  .factsheet i {
    font-size: 20px;
  }
}

.swiper-slide img {
  height: 100%;
}

.swiper-pagination {
  position: relative;
  text-align: left;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 1px;
}

.swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 1px;
}

.swiper-pagination-bullet-active {
  background-color: #000;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin: 0 !important;
}

.mt-70 {
  margin-top: 70px
}

.mb-70 {
  margin-bottom: 70px
}

.mt-35 {
  margin-top: 35px
}

.mb-35 {
  margin-bottom: 35px
}

.mt-25 {
  margin-top: 25px
}

.mb-25 {
  margin-bottom: 25px
}