@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
#all-work-container .work-filter-bar {
  *zoom: 1;
}
#all-work-container .work-filter-bar:before, #all-work-container .work-filter-bar:after {
  content: "";
  display: table;
}
#all-work-container .work-filter-bar:after {
  clear: both;
}

.isotope-item {
  cursor: pointer;
  /*opacity: 0;*/
  float: left;
  width: 50%;
}

.isotope-item.istope-stretch-2 {
  width: 100%;
}

.isotope-item:after {
  content: '';
  display: block;
  clear: both;
}

.isotope-home, .isotope-featured {
  width: 100%;
}

/* thumbnails */
.isotope-allwork {
  width: 100%;
}
.isotope-allwork .isotope-item {
  width: 33.33%;
  vertical-align: top;
}

.isotope-item .section-header {
  margin: 0;
}

.is-checked {
  background: #FF0000;
  border: none;
}

/* animations */
.fadeIn {
  /*opacity: 0;
  -webkit-animation:fadeIn ease-in 1s;
  -moz-animation:fadeIn ease-in 1s;
  -o-animation:fadeIn ease-in 1s;
  animation:fadeIn ease-in 1s;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -webkit-animation-delay:0.15s;
  -moz-animation-delay:0.15s;
  -o-animation-delay:0.15s;
  animation-delay:0.15s;*/
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.ie9 .fadeIn {
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
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, em, img, ins, kbd, q, s, samp,
small, strike, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*------------------------------------------------
	FONTS

	::GOTHOM::
	light - font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 300; font-style: normal;
	book - font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 400; font-style: normal;
	bold - font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 700; font-style: normal;

	::SENTINEL::
	light - font-family: 'Sentinel A', 'Sentinel B'; font-weight: 300; font-style: normal;
	book - font-family: 'Sentinel A', 'Sentinel B'; font-weight: 400; font-style: normal;
	black - font-family: 'Sentinel A', 'Sentinel B'; font-weight: 800; font-style: normal;

	::TUNGSTEN::
	medium - font-family: 'Tungsten A', 'Tungsten B'; font-weight: 500; font-style: normal;
	book - font-family: 'Tungsten A', 'Tungsten B'; font-weight: 400; font-style: normal;
	bold - font-family: 'Tungsten A', 'Tungsten B'; font-weight: 700; font-style: normal;

------------------------------------------------*/
/*------------------------------------------------
	TYPE BASE
------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  letter-spacing: -1px;
}

/* RED HEADER : NO BAR */
h3 {
  color: #e31b23;
  font-size: 2.8rem;
}

/* DARK GRAY HEADER : NO BAR */
h5 {
  color: #282828;
  font-size: 1.6rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0;
}

h2 {
  color: #414141;
  font-size: 36px;
  line-height: 1.2;
}

p {
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 300;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.45;
  color: #414141;
  max-width: 100%;
}

.p-italic {
  font-style: italic;
}

a {
  text-decoration: none;
  text-transform: uppercase;
}

i {
  font-family: inherit;
  font-style: italic;
}

/*------------------------------------------------
	HEADER DIVIDER
------------------------------------------------*/
.header-divider {
  color: #acacac;
  font-size: 4.0rem;
  line-height: 1;
  font-family: 'Tungsten A', 'Tungsten B';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  border-bottom: 8px solid #e31b23;
  padding-right: 50px;
  padding-bottom: 3px;
  display: inline-block;
}

/*------------------------------------------------
	LARGE ITALIC QUOTE WITH BARS ABOVE & BELOW
------------------------------------------------*/
.pull-quote {
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 300;
  font-style: italic;
  font-size: 4.8rem;
  line-height: 1.2;
  color: #000;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding: 100px 0;
}

.pull-quote:before, .pull-quote:after {
  content: '';
  display: block;
  width: 135px;
  height: 9px;
  background-color: #e31b23;
  margin: 0 auto;
}

.pull-quote:after {
  margin-top: 40px;
}

.pull-quote:before {
  margin-bottom: 40px;
}

/*------------------------------------------------
	GRAY HEADERS WITH RED BAR LEFT ALIGNED
------------------------------------------------*/
.page-title {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1.1;
  color: #acacac;
  letter-spacing: -1px;
  text-align: left;
  text-transform: uppercase;
  margin: 100px 0 60px;
}

.page-title:after {
  content: '';
  display: block;
  width: 70px;
  height: 8px;
  background-color: #e31b23;
  margin: 20px 0;
}

/*------------------------------------------------
	GRAY HEADERS WITH RED BAR LEFT ALIGNED
------------------------------------------------*/
.section-header {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1.1;
  color: #acacac;
  letter-spacing: -1px;
  text-align: left;
  text-transform: uppercase;
  margin: 100px 0 60px;
}

.section-header:after {
  content: '';
  display: block;
  width: 70px;
  height: 8px;
  background-color: #e31b23;
  margin: 20px 0;
}

/*------------------------------------------------
	NEW SECTION WITHIN PAGE
------------------------------------------------*/
.section-intro-header {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 5.8rem;
  line-height: 1.2;
  color: #acacac;
  text-align: center;
  text-transform: uppercase;
}

.section-intro-header:after {
  content: '';
  display: block;
  width: 135px;
  height: 8px;
  background-color: #e31b23;
  margin: 20px auto 0 auto;
}

/*------------------------------------------------
	RED HEADERS WITH GRAY BAR BOTTOM LEFT ALIGNED
------------------------------------------------*/
h4 {
  font-size: 2.8rem;
  line-height: 1.1;
  color: #e31b23;
  letter-spacing: 0px;
  text-align: left;
}

h4:after {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background-color: #acacac;
  margin: 12px 0;
}

/*------------------------------------------------
	SMALL GRAY HEADERS WITH RED BAR ABOVE LEFT ALIGNED
------------------------------------------------*/
h6 {
  font-size: 1.8rem;
  line-height: 1.1;
  color: #acacac;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 30px;
}

h6:before {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background-color: #e31b23;
  margin: 0 0 12px 0;
}

/*------------------------------------------------
	CAPTIONS : other styles located in components
------------------------------------------------*/
.caption span {
  font-family: 'Tungsten A', 'Tungsten B';
  font-weight: 500;
  font-style: normal;
  line-height: 0.7;
  color: #acacac;
  font-size: 4.0rem;
}
.caption h3 {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 1.2;
  text-align: left;
}
.caption p {
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 300;
  font-style: italic;
  color: #acacac;
  font-size: 2.2rem;
  line-height: 1.1;
  text-align: left;
}

.caption-align-right {
  text-align: right;
}
.caption-align-right span, .caption-align-right h3, .caption-align-right p {
  text-align: right;
}

/*------------------------------------------------
	FINE PRINT
------------------------------------------------*/
.fine-print {
  color: #cacaca;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  padding: 5px 0;
}

/*------------------------------------------------
	INTRO
------------------------------------------------*/
.intro .header-divider h2 {
  color: #e31b23;
}
.intro .large-copy {
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 300;
  font-style: italic;
  font-size: 7.6rem;
  color: #acacac;
  letter-spacing: -0.2rem;
  line-height: 1;
  padding: 20px 0 20px 0;
  max-width: 770px;
}
.intro h1 {
  font-size: 28px;
  line-height: 32px;
  color: #e31b23;
  padding-bottom: 20px;
}
.intro p {
  max-width: 800px;
  /*padding-bottom: 80px;*/
}

.header-divider h2 {
  color: #acacac;
  font-size: 4.0rem;
  letter-spacing: 0.1rem;
  font-family: 'Tungsten A', 'Tungsten B';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
}

html {
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  overflow-x: hidden;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  background-color: #FFF;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  width: auto;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: #e31b23;
  color: white;
}

::-moz-selection {
  background: #e31b23;
  color: white;
}

/*------------------------------------------------
	GENERAL
------------------------------------------------*/
button:focus {
  outline: none;
}

main {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  max-width: 1800px;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 1;
}

.max-width {
  max-width: 1800px;
}

.nested-full-width {
  max-width: 1350px;
  margin: 0 auto;
}

.full-width {
  width: 100%;
  position: relative;
  max-width: 1800px;
}

.nav-offset {
  margin-top: 90px;
}

.vph {
  height: 100vh;
}

.mobile-break {
  display: none;
}

/*------------------------------------------------
	HEADER MARGIN OFFSETS : OVERLAP FEATURE
------------------------------------------------*/
.top-push-small {
  margin-top: 350px;
}

.top-push-large {
  margin-top: 750px;
}

/*------------------------------------------------
	THUMB OVERLAYS
------------------------------------------------*/
.clickable {
  text-decoration: none;
}

.active-container {
  position: relative;
}

.active-overlay {
  background: #282828;
  background: rgba(40, 40, 40, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.active-overlay .view-btn {
  cursor: pointer;
  border: none;
  background: #e31b23;
  padding: 15px;
  display: table;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 2.6rem;
  color: #FFFFFF;
  font-family: 'Tungsten A', 'Tungsten B';
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

/*------------------------------------------------
	TRUNCATE / READ MORE BUTTON
------------------------------------------------*/
.hide {
  display: none;
}

.trail {
  color: #282828;
}

.read-more {
  cursor: pointer;
  display: inline-block;
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 300;
  font-style: italic;
  font-size: 1.9rem;
  color: #e31b23;
  text-align: left;
}

.truncate-close {
  padding-left: 5px;
}

.read-more-arrow {
  font-family: Arial, sans-serif;
}

/*------------------------------------------------
	PAGE RULES
------------------------------------------------*/
.page-rule {
  width: 85%;
  left: 0;
  right: 0;
  margin: auto;
  height: 16px;
  background-color: #e31b23;
  margin-top: -8px;
  border: none;
  position: absolute;
}

.rule-white {
  background-color: #FFF !important;
}

.rule-70 {
  width: 70px;
  height: 8px;
  background-color: #e31b23;
  border: none;
  display: inline-block;
}

/*------------------------------------------------
	BUTTONS
------------------------------------------------*/
.red-btn, .visit-btn {
  background: #e31b23;
  font-family: 'Tungsten A', 'Tungsten B';
  font-weight: 500;
  font-style: normal;
  color: #FFF;
  text-align: center;
  font-size: 2.6rem;
  min-width: 160px;
  padding: 12px;
  display: table;
  margin-top: 40px;
}

.btn-n-arrow {
  display: table;
  margin: 50px auto;
  color: #e31b23;
  font-size: 1.6rem;
  line-height: 1;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  text-decoration: none;
}
.btn-n-arrow .circ-arrow {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #acacac;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0% 0 0 0.25rem;
}
.btn-n-arrow .circ-arrow .arrow {
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
}

/*------------------------------------------------
	MOBILE IMAGES
------------------------------------------------*/
.mobile-img {
  display: none;
}

.vphalf {
  min-height: 700px;
}

.row {
  width: 100%;
  display: block;
  font-size: 0;
  margin: 0 auto;
  position: relative;
}

/* row widths */
.row-100 {
  width: 100%;
}

.row-75 {
  width: 75%;
}

.row-50 {
  width: 50%;
}

.row-25 {
  width: 25%;
}

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

.col img {
  width: 100%;

}

/* 1 column layout */
.cols-1 > .col {
  width: 100%;
}

/* 2 column layout */
.cols-2 > .col {
  width: 50%;
}

.cols-2 > .col-span-2 {
  width: 100%;
}

/* 3 column layout */
.cols-3 > .col, .cols-3 .col-span-1 {
  width: 33.33%;
}

.cols-3 > .col-span-2 {
  width: 66.66%;
}

.cols-3 > .col-span-3 {
  width: 100%;
}

/* 4 column layout */
.cols-4 > .col {
  width: 25%;
}

.cols-4 > .col-span-1 {
  width: 25%;
}

.cols-4 > .col-span-2 {
  width: 50%;
}

.cols-4 > .col-span-3 {
  width: 75%;
}

/* debug options : show columns */
.debug .cols-3, .cols-3-debug {
  background-image: url("../images/3-col.gif");
  background-repeat: no-repeat;
  background-size: 100%;
}

.debug .cols-4, .cols-4-debug {
  background-image: url("../images/4-col.gif");
  background-repeat: no-repeat;
  background-size: 100%;
}

/* column padding */
.pad-10 {
  padding: 10px;
}

.pad-20 {
  padding: 20px;
}

.pad-30 {
  padding: 30px;
}

.pad-40 {
  padding: 40px;
}

.pad-50 {
  padding: 50px;
}

.pad-60 {
  padding: 60px;
}

.pad-70 {
  padding: 70px;
}

.pad-80 {
  padding: 80px;
}

.pad-90 {
  padding: 90px;
}

.pad-100 {
  padding: 100px;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-top-20 {
  padding-top: 20px;
}

.pad-top-30 {
  padding-top: 30px;
}

.pad-top-40 {
  padding-top: 40px;
}

.pad-top-50 {
  padding-top: 50px;
}

.pad-top-60 {
  padding-top: 60px;
}

.pad-top-70 {
  padding-top: 70px;
}

.pad-top-80 {
  padding-top: 80px;
}

.pad-top-90 {
  padding-top: 90px;
}

.pad-top-100 {
  padding-top: 100px;
}

.pad-bottom-10 {
  padding-bottom: 10px;
}

.pad-bottom-20 {
  padding-bottom: 20px;
}

.pad-bottom-30 {
  padding-bottom: 30px;
}

.pad-bottom-40 {
  padding-bottom: 40px;
}

.pad-bottom-50 {
  padding-bottom: 50px;
}

.pad-bottom-60 {
  padding-bottom: 60px;
}

.pad-bottom-70 {
  padding-bottom: 70px;
}

.pad-bottom-80 {
  padding-bottom: 80px;
}

.pad-bottom-90 {
  padding-bottom: 90px;
}

.pad-bottom-100 {
  padding-bottom: 100px;
}

.pad-left-10 {
  padding-left: 10px;
}

.pad-left-20 {
  padding-left: 20px;
}

.pad-left-30 {
  padding-left: 30px;
}

.pad-left-40 {
  padding-left: 40px;
}

.pad-left-50 {
  padding-left: 50px;
}

.pad-left-60 {
  padding-left: 60px;
}

.pad-left-70 {
  padding-left: 70px;
}

.pad-left-80 {
  padding-left: 80px;
}

.pad-left-90 {
  padding-left: 90px;
}

.pad-left-100 {
  padding-left: 100px;
}

.pad-right-10 {
  padding-right: 10px;
}

.pad-right-20 {
  padding-right: 20px;
}

.pad-right-30 {
  padding-right: 30px;
}

.pad-right-40 {
  padding-right: 40px;
}

.pad-right-50 {
  padding-right: 50px;
}

.pad-right-60 {
  padding-right: 60px;
}

.pad-right-70 {
  padding-right: 70px;
}

.pad-right-80 {
  padding-right: 80px;
}

.pad-right-90 {
  padding-right: 90px;
}

.pad-right-100 {
  padding-right: 100px;
}

/* offsets */
.offset-top-10 {
  margin-top: 10px;
}

.offset-top-20 {
  margin-top: 20px;
}

.offset-top-30 {
  margin-top: 30px;
}

.offset-top-40 {
  margin-top: 40px;
}

.offset-top-50 {
  margin-top: 50px;
}

.offset-top-60 {
  margin-top: 60px;
}

.offset-top-70 {
  margin-top: 70px;
}

.offset-top-80 {
  margin-top: 80px;
}

.offset-top-90 {
  margin-top: 90px;
}

.offset-top-100 {
  margin-top: 100px;
}

.offset-bottom-10 {
  margin-bottom: 10px;
}

.offset-bottom-20 {
  margin-bottom: 20px;
}

.offset-bottom-30 {
  margin-bottom: 30px;
}

.offset-bottom-40 {
  margin-bottom: 40px;
}

.offset-bottom-50 {
  margin-bottom: 50px;
}

.offset-bottom-60 {
  margin-bottom: 60px;
}

.offset-bottom-70 {
  margin-bottom: 70px;
}

.offset-bottom-80 {
  margin-bottom: 80px;
}

.offset-bottom-90 {
  margin-bottom: 90px;
}

.offset-bottom-100 {
  margin-bottom: 100px;
}

.offset-left-10 {
  margin-left: 10px;
}

.offset-left-20 {
  margin-left: 20px;
}

.offset-left-30 {
  margin-left: 30px;
}

.offset-left-40 {
  margin-left: 40px;
}

.offset-left-50 {
  margin-left: 50px;
}

.offset-left-60 {
  margin-left: 60px;
}

.offset-left-70 {
  margin-left: 70px;
}

.offset-left-80 {
  margin-left: 80px;
}

.offset-left-90 {
  margin-left: 90px;
}

.offset-left-100 {
  margin-left: 100px;
}

.offset-right-10 {
  margin-right: 10px;
}

.offset-right-20 {
  margin-right: 20px;
}

.offset-right-30 {
  margin-right: 30px;
}

.offset-right-40 {
  margin-right: 40px;
}

.offset-right-50 {
  margin-right: 50px;
}

.offset-right-60 {
  margin-right: 60px;
}

.offset-right-70 {
  margin-right: 70px;
}

.offset-right-80 {
  margin-right: 80px;
}

.offset-right-90 {
  margin-right: 90px;
}

.offset-right-100 {
  margin-right: 100px;
}

/* negative top offsets to add overlap feature */
.offset-top--100 {
  margin-top: -100px;
}

/* column styles */
.centered {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.col-float-left > div {
  float: left;
}

.col-float-left:after {
  float: none;
  clear: both;
}

.col-float-right > div {
  float: right;
}

.col-float-right:after {
  content: "";
  display: table;
  clear: both;
}

/* sets max width for columns that just have copy */
.col-text {
  max-width: 800px;
}

/* class to quickly align text to the right */
.text-right {
  text-align: right;
}

/* gutters for the row */
.row-gutter-3 {
  padding: 0 3% 0 3%;
}

.row-gutter-top-3 {
  padding-top: 3%;
}

.row-gutter-botton-3 {
  padding-bottom: 3%;
}

/* gutters between cols: gutters on the outside of the first and last columns should be done through the .row-gutter-* above */
/* 4 column gutters */
.cols-4 .col.col-gutter-3 {
  margin: 3% 3% 0 0;
  width: 22.75%;
}

.cols-4 .col.col-gutter-edge-3 {
  margin-right: 3%;
  width: 22.75%;
}

.cols-4 .col.col-span-2.col-gutter-edge-3 {
  margin-right: 3%;
  width: 48.75%;
}

.cols-4 .col.col-span-3.col-gutter-edge-3 {
  margin-right: 3%;
  width: 72.75%;
}

.cols-4 .col.col-gutter-edge-3:nth-of-type(4),
.cols-4 .col.col-gutter-edge-3:last-child {
  margin-right: 0;
}

/* 3 column */
.cols-3 .col.col-gutter-3:nth-of-type(3n),
.col.col-gutter-3:last-child,
.cols-3 .col.col-gutter-edge-3:nth-of-type(3n),
.cols-3 .col.col-gutter-edge-3:last-child {
  margin-right: 0;
}

/* 3 column gutters */
.cols-3 .col.col-gutter-3 {
  margin: 3% 3% 0 0;
  width: 31.33%;
}

.cols-3 .col.col-gutter-edge-3 {
  margin-right: 3%;
  width: 31.33%;
}

.cols-3 .col.col-span-2.col-gutter-3 {
  margin-right: 3%;
  width: 65.66%;
}

.cols-3 .col.col-gutter-3:nth-of-type(3n),
.col.col-gutter-3:last-child,
.cols-3 .col.col-gutter-edge-3:nth-of-type(3n),
.cols-3 .col.col-gutter-edge-3:last-child {
  margin-right: 0;
}

/* 2 column gutters */
.cols-2 .col.col-gutter-3 {
  margin-right: 3%;
  width: 48.5%;
}

.cols-2 .col.col-span-2.col-gutter-3 {
  margin-right: 0%;
  width: 100%;
}

.cols-2 .col.col-gutter-3:nth-of-type(2n), .cols-2 .col.col-gutter-3:nth-of-type(even), .cols-2 .col.col-gutter-3:last-child {
  margin-right: 0;
}

/*
	top margins for nested columns. Use to apply to all nested columns.
	This is used when we have a long grid and need to apply top and bottom margins to the columns and not just the row.
	Columns can use this as well, but it requires you to add it to eac column rather then just adding row-gutter-* once to the row.
*/
.col-gutter-3-top .col {
  margin-top: 3%;
}

/*
	stack columns when browser gets small
	figure out if we want to add a style for gutters once the column is stacked

.adjustment-stack { width: 100%; display: block;}
.small-browser-stack { width: 100%; display: block; }
.small-browser-full-width { width: 100%; }
*/
/* bg colors */
.bg-white {
  background-color: #FFF;
}

.bg-gray {
  background-color: #efefef;
}

#top {
  border-bottom: 4px solid #f7f7f7;
  background-color: white;
  width: 100%;
  max-width: 1800px;
  position: fixed;
  z-index: 9;
  height: 90px;
  left: 0;
  top: 0;
  margin: 0 auto;
  right: 0;
}

#top-child {
  width: 75%;
  position: relative;
  margin: 0 auto;
  height: inherit;
}

.logo {
  max-width: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 1;
}

/*-----------------------------------------------
	TOP HEADER W/ TEXT CENTERED
-----------------------------------------------*/
.top-bg {
  width: 100%;
  position: relative;
}

.header-content-container {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  width: 75%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header-content-container h1, .header-content-container h2 {
  color: #FFF;
  font-size: 6.4rem;
  margin: 0 0 20px 0;
}
.header-content-container p {
  color: #FFF;
}
.header-content-container #intro-rule {
  width: 70px;
  height: 8px;
  background-color: #e31b23;
  margin: 0 0 20px 0;
  border: 0;
  display: inline-block;
}

/*-----------------------------------------------
	will fill

	ex:
		<div class="background">
			<div class="bg-fill">
				<img src="images/bg-1.jpg" />
			</div>
		</div>
-----------------------------------------------*/
.background {
  background-color: transparent;
  overflow: hidden;
  margin: 0 auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  z-index: -1;
  position: absolute;
  /* js sets to fixed. this fixes retine bg-attachment fix issues */
  max-width: 1800px;
  /* absolute position for mobile
  position: absolute;
  overflow: inherit;*/
}

.bg-fill {
  height: 100%;
  max-height: 600px;
  width: 100%;
}

#home-top .bg-fill {
  max-height: none !important;
}

.bg-fill-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.75;
  z-index: 1;
}

.bg-fill {
  height: 100%;
  width: 100%;
  max-width: 1800px;
  /*max-height: 750px;*/
  /* absolute position for mobile
  overflow: inherit !important;*/
}

/* animate transitions */
.bg-fill img {
  /* absolute position for mobile
  top: 0 !important;*/
  opacity: 0;
  -webkit-transition: left 0.5s ease, right 0.5s ease, top 0.5s ease, bottom 0.5s ease;
  transition: left 0.5s ease, right 0.5s ease, top 0.5s ease, bottom 0.5s ease;
}

/* footer bottom
html, body { margin: 0; padding: 0; height: 100%; }
footer { /*position: absolute !important; bottom: 0; left: 0; }
#wrapper { min-height: 100%; position: relative; /*padding-bottom: 250px;}
*/
footer {
  background-color: #4a4a4a;
  background-image: url("../images/footer/brandbook-footer.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  overflow: hidden;
  display: block;
  bottom: 0;
  width: 100%;
  max-width: 1800px;
  overflow: hidden;
  position: static;
  margin: 0 auto;
  left: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 110px 50px 0px 50px;
  text-align: center;
}
footer br {
  line-height: 30px;
}
footer hr {
  width: 160px;
  height: 8px;
  display: block;
  margin: 6% auto;
  background-color: #e31b23;
  border: 0;
}
footer h7, footer a {
  font-size: 1.5rem;
  color: #FFF;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  text-transform: uppercase;
}
footer h7 {
  margin-bottom: 5px;
  display: block;
  font-size: 1.7rem;
}
footer p, footer .a-reg {
  font-size: 1.5rem;
  color: #FFF !important;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  text-transform: none;
  max-width: none;
}
footer #csf-btn {
  margin-top: 30px;
  margin-bottom: 100px;
  display: block;
}
footer .copyright, footer .copyright .a-reg {
  font-size: 1.3rem;
}
footer #logo-footer {
  display: block;
  margin: 0 auto 6% auto;
  max-width: 145px;
}
footer #footer-nav {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
footer #footer-nav li {
  display: inline-block;
  margin: 0 20px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  color: #FFF;
  font-size: 2.0rem;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-social {
  margin: 10px 0;
}
footer .footer-social li {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}
footer .footer-social img {
  width: 30px;
  display: block;
}
footer #footer-content {
  position: relative;
  z-index: 1;
}

.page-guide p {
  display: block;
}
.page-guide h4 {
  font-size: 18px;
  color: #acacac;
}

/*------------------------------------------
	HEADER TOP
--------------------------------------------*/
#home-top p, #home-top h1 {
  font-size: 5.4rem;
  line-height: 1.2;
  color: #FFF;
  max-width: 695px;
  margin: 0;
}
#home-top h1 {
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 300;
  font-style: normal;
  line-height: 1.25;
  max-width: 616px;
}
#home-top #header-capabilities {
  font-size: 2.2rem;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  line-height: 1.5;
  color: #e31b23;
  word-spacing: 15px;
  text-transform: uppercase;
  margin-top: 60px;
  max-width: 100%;
}

/*------------------------------------------
	FEATURED
--------------------------------------------*/
#featured-work {
  background-color: #FFF;
  position: relative;
  /*	ul { max-width: 1290px; margin: 0 auto; }
  	ul li { display: inline-block; width: 425px; background-color: #FFF; height: 740px; position: relative; }
  	ul li { border-right: 2px solid $offwhite; }
  	ul li:last-child { border: none; }

  	.featured-client-name { font-family: 'Tungsten A', 'Tungsten B'; font-weight: 500; color: $black; font-size: 3.6rem; line-height: 1; text-transform: uppercase;  padding: 0 0 0 30px; margin-top: 60px; position: relative; }
  	.featured-client-name:before { content: ''; display: block; width: 6px; height: 44px; background-color: $offwhite; position: absolute; left: 0; top: -2px; }

  	 img { position: absolute; bottom: 0; }
  */
}

/*------------------------------------------
	40 YEARS
--------------------------------------------*/
#years {
  background: transparent;
  background-image: url("../images/home/deepak-sahu.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: static;



}
#years #years-content-container {
  background: transparent;
}
#years #years-content-container h3 {
  color: #e31b23;
  font-size: 9.6rem;
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 800;
  font-style: italic;
  margin-top: 30%;
}
#years #years-content-container h2, #years #years-content-container p {
  color: #FFF;
  max-width: 630px;
}
#years #years-content-container .rule-70 {
  margin: 30px 0;
}
#years #years-content-container a {
  margin-bottom: 150px;
}

/*------------------------------------------
	CLIENTS
--------------------------------------------*/
#client-grid {
  max-width: 1300px;
  padding: 0 10%;
}
#client-grid ul li {
  width: 22%;
  max-width: 240px;
  display: inline-block;
  margin: 0 4% 4% 0;
}
#client-grid ul li img {
  width: 100%;
}
#client-grid ul li:last-child,
#client-grid ul li:nth-of-type(4n) {
  margin-right: 0;
}

/*------------------------------------------
	CLIENTS
--------------------------------------------*/
#home-get-in-touch {
  padding: 0 0 100px 0;
  background-color: #282828;
}
#home-get-in-touch h2, #home-get-in-touch p {
  color: #FFF;
}

#work-header {
  background-color: #282828;
}
#work-header h2 {
  color: #FFF;
}

#all-work-container {
  padding: 3rem;
  margin-top: 10rem;
}
#all-work-container .work-filter-bar {
  background: #ebebeb;
  width: 100%;
  padding: 28px 20px;
  margin-top: 40px;
}
#all-work-container .work-filter-bar span {
  font-size: 2.2rem;
  color: #414141;
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 300;
  font-style: italic;
  display: inline-block;
}
#all-work-container .work-filter-bar .left-col {
  float: left;
  width: 60%;
}
#all-work-container .work-filter-bar .right-col {
  float: right;
}
#all-work-container .work-filter-bar .custom-select {
  display: inline-block;
}
#all-work-container .work-filter-bar .breadcrumb {
  color: #e31b23;
  font-size: 1.8rem;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
}

#all-work-thumbs-container {
  margin-top: 2rem;
  overflow: hidden;
}
#all-work-thumbs-container h2 {
  font-size: 1.4rem;
  color: #cacaca;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 1.5rem 15px 20px 15px;
}
#all-work-thumbs-container figure {
  padding: 1.5% 1.5%;
  width: 31%;
}
#all-work-thumbs-container figure:nth-of-type(3n) {
  margin-right: 0;
}
#all-work-thumbs-container figcaption {
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
  color: #414141;
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 300;
  padding: 0 15px 30px 10px;
}

.work-thumb .active-overlay {
  opacity: 0;
  -webkit-transition: opacity 0.75s ease 0s;
  transition: opacity 0.75s ease 0s;
}
.work-thumb .active-overlay .view-btn {
  top: 65%;
  -webkit-transition: top 0.6s ease 0.05s;
  transition: top 0.6s ease 0.05s;
}
.work-thumb figcaption {
  display: none;
}

.no-touch .work-thumb:hover .active-overlay {
  opacity: 1;
  -webkit-transition: opacity 0.75s ease 0s;
  transition: opacity 0.75s ease 0s;
}
.no-touch .work-thumb:hover .active-overlay .view-btn {
  top: 50%;
  -webkit-transition: top 0.6s ease 0.05s;
  transition: top 0.6s ease 0.05s;
}

#us-content-container h3 {
  margin: 60px 0 20px 0;
}

/*----------------------------------------
	LEADERSHIP
----------------------------------------*/
#leadership-group {
  background: url("../images/about/fsecure-award.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  height: 100vh;
}
#leadership-group .col {
  height: inherit;
}
#leadership-group #leadership-header {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  background-color: rgba(40, 40, 40, 0.8);
  padding: 20px 90px 0px 90px;
  margin: 0;
}

/*----------------------------------------
	PARTNERS
----------------------------------------*/
.partner-content-container {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 4% 4% 0 4%;
}

.partner-container:nth-of-type(even) {
  background-color: #f7f7f7;
}
.partner-container:nth-of-type(even) .partner-img {
  float: right;
}
.partner-container:nth-of-type(even) .partner-img:after {
  clear: both;
  float: none;
}
.partner-container:nth-of-type(even) .partner-content {
  margin-left: 0;
  margin-right: 8%;
}

.partner-img {
  display: inline-block;
  max-width: 380px;
  vertical-align: top;
  width: 33% !important;
  border-bottom: 12px solid #e31b23;
  margin-bottom: 6%;
}

.partner-content1 {
  display: inline-block;
  margin-left: 8%;
  width: 56%;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 30px;
  
}

.partner-content {
  display: inline-block;
  margin-left: 8%;
  width: 56%;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 6%;
}

.partner-content p {
  font-size: 1.9rem;
  display: inline;
}
.partner-content br {
  line-height: 20px;
}
.partner-content h5 {
  margin: 20px 0 20px 0;
}

#senior-partners {
  padding: 40px 40px 60px 40px;
  max-width: 1250px;
}
#senior-partners img {
  margin: 6% 0;
  border-bottom: 6px solid #e31b23;
}
#senior-partners h4 {
  font-size: 2.4rem;
}

/*----------------------------------------
	DSICIPLINES
----------------------------------------*/
#disciplines {
  background-color: #282828;
}
#disciplines h2 {
  color: #FFF;
  position: relative;
}
#disciplines #discipline-list h2 {
  text-transform: uppercase;
  font-family: 'Tungsten A', 'Tungsten B';
  font-weight: 500;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0;
}
#disciplines #discipline-list h2:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #e31b23;
  left: -12px;
  bottom: 7px;
  position: absolute;
}
#disciplines #discipline-list ul {
  margin-bottom: 20px;
}
#disciplines #discipline-list ul li {
  color: #cacaca;
  font-size: 1.6rem;
  margin-top: 15px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
}
#disciplines #discipline-list ul li ul li {
  margin-left: 20px;
  width: 90%;
}
/*----------------------------------------
	CHARLES STREET FILMS
----------------------------------------*/
#csf {
  margin-top: 60px;
  margin-bottom: 40px;
  background: url("../images/about/csf_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
#csf p {
  color: #FFF;
}
#csf #csf-content-container {
  max-width: 350px;
  float: right;
  margin: 0 60px 60px 0;
}

#agency-photos {
  background-color: #FFF;
}

/*----------------------------------------
	GET IN TOUCH
----------------------------------------*/
#about-get-in-touch {
  background-color: #282828;
}
#about-get-in-touch .col:first-child {
  background-color: #282828;
}
#about-get-in-touch .col:nth-child(2) {
  background-color: #414141;
}
#about-get-in-touch .content-container {
  max-width: 535px;
  margin: 0 auto;
  padding: 60px;
}
#about-get-in-touch h2, #about-get-in-touch p {
  color: #FFF;
}
#about-get-in-touch p {
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 300;
  font-style: italic;
  font-size: 3.2rem;
  line-height: 1.2;
}
#about-get-in-touch .btn-n-arrow {
  display: block;
  color: #acacac;
}
#about-get-in-touch .btn-n-arrow .circ-arrow {
  background-color: #FFF;
}
#about-get-in-touch .btn-n-arrow .circ-arrow .arrow {
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
}

#contact-page {
  /*----------------------------------------
  	NEW BIZZ
  ----------------------------------------*/
  /*----------------------------------------
  	CAREET OPPURTUNITIES
  ----------------------------------------*/
  /*----------------------------------------
  	MAP
  ----------------------------------------*/
  /*----------------------------------------
  	JOB OPENINGS
  ----------------------------------------*/
}
#contact-page h2 {
  color: #FFF;
}
#contact-page #new-bizz {
  background: url("../images/contact/new_bizz_bg.jpg") no-repeat;
  background-size: cover;
}
#contact-page .employee-contact-info h2, #contact-page .job-openings h2 {
  font-size: 2.0rem;
  color: #e31b23;
  line-height: 1.5;
}
#contact-page .employee-contact-info h3, #contact-page .job-openings h3 {
  font-size: 1.5rem;
  color: #acacac;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
}
#contact-page .employee-contact-info p, #contact-page .employee-contact-info a, #contact-page .job-openings p, #contact-page .job-openings a {
  font-size: 1.5rem;
  color: #414141;
  text-transform: none;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
#contact-page #career-opportunities {
  background: url("../images/contact/career_op_bg.jpg") no-repeat;
  background-size: cover;
}
#contact-page #opp-content a {
  display: inline-block;
  margin-right: 30px;
}
#contact-page #map {
  background: url("../images/contact/map_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-bottom: 150px;
}
#contact-page #map h2 {
  margin-top: 150px;
}
#contact-page #map h3 {
  color: #acacac;
  font-size: 2.8rem;
  line-height: 1.1;
  margin-top: 10px;
}
#contact-page #map p {
  color: #FFF;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.6rem;
  margin-top: 10px;
}
#contact-page .job-openings h3 {
  margin-top: 50px;
  font-size: 1.5rem;
  color: #acacac;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
}
#contact-page .job-openings a {
  display: block !important;
}

.careers-page .section-header {
  color: white;
}
.careers-page h3 {
  margin-bottom: 20px;
}
.careers-page h5 {
  margin-bottom: 10px;
}
.careers-page p a {
  color: #e31b23;
  font-size: inherit;
  text-transform: initial;
}
.careers-page p {
  margin-bottom: 20px;
}
.careers-page ul li {
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.45;
  color: #414141;
  max-width: 630px;
  margin-left: 20px;
  position: relative;
}
.careers-page ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #e31b23;
  left: -12px;
  position: absolute;
  top: 1.2rem;
  margin: auto;
}

@media only screen and (max-width: 650px) {
  .careers-page ul li:before {
    width: 3px;
    height: 3px;
    left: -8px;
    top: 1rem;
  }
}
/*----------------------------------------
	NEWS SINGLE
	@TODO: CLEANUP!!!
----------------------------------------*/
blockquote {
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 300;
  font-style: italic !important;
  line-height: 1.2;
  color: #acacac;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
blockquote p {
  color: inherit;
  font-style: italic;
  font-size: 2.8rem;
}
blockquote:before, blockquote:after {
  content: '';
  display: block;
  width: 135px;
  height: 9px;
  background-color: #e31b23;
  margin: 0 auto;
}
blockquote:after {
  margin-top: 30px;
}
blockquote:before {
  margin-bottom: 30px;
}

#news-content-container {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 75%;
}
#news-content-container h1 {
  color: #414141;
  font-size: 42px;
  line-height: 1.8;
}
#news-content-container h2 {
  line-height: 1.6;
  color: #cacaca;
}
#news-content-container h3 {
  line-height: 1.4;
  color: #414141;
  margin-bottom: 5px;
}
#news-content-container p {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
}
#news-content-container p.contains-img {
  max-width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
#news-content-container p a {
  color: #e31b23;
  text-transform: none;
}
#news-content-container p a:hover {
  text-decoration: underline;
}
#news-content-container p em {
  font-style: italic;
}
#news-content-container p img {
  padding: 15px 0;
  margin: 20px auto;
}
#news-content-container ul, #news-content-container ol {
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 300;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.45;
  color: #414141;
  list-style: none;
  margin-bottom: 20px;
}
#news-content-container ul li, #news-content-container ol li {
  padding-left: 1em;
  text-indent: -.7em;
  letter-spacing: .5px;
  margin-bottom: 6px;
}
#news-content-container ul li ul li:before, #news-content-container ul li ol li:before, #news-content-container ol li ul li:before, #news-content-container ol li ol li:before {
  content: "• ";
  color: #e31b23;
}
#news-content-container ul li:before, #news-content-container ol li:before {
  content: "• ";
  color: #e31b23;
}

#single-container .page-title {
  font-size: 4.6rem;
}
#single-container .page-title:after {
  display: none;
}

/*----------------------------------------
	News
----------------------------------------*/
.news-content-container {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 5% 4% 4% 4%;
  min-height: 300px;
}
.news-content-container .news-content-container:first-of-type {
  padding-top: 8%;
}
.news-content-container .news-img-wrap {
  position: relative;
  display: inline-block;
  height: 300px;
  vertical-align: top;
  width: 35%;
  float: right;
  overflow: hidden;
}
.news-content-container .news-img-wrap .news-img {
  margin-bottom: 8%;
  height: 100%;
  width: auto;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.news-content-container .news-img:after {
  clear: both;
  float: none;
}
.news-content-container .news-content {
  display: inline-block;
  width: 64%;
  overflow: hidden;
  vertical-align: top;
  padding-right: 8%;
  padding-bottom: 8%;
}
.news-content-container .news-content .news-date {
  color: #cacaca;
  margin-bottom: 18px;
  display: block;
}
.news-content-container .news-content p {
  display: inline;
}
.news-content-container .news-content br {
  line-height: 20px;
}
.news-content-container .news-content h5 {
  margin: 20px 0 20px 0;
}
.news-content-container .news-content h4 {
  text-transform: none;
  color: #414141;
  margin-bottom: 15px;
}
.news-content-container .news-content h4:after {
  display: none;
}

.news-container {
  padding-top: 60px;
}
.news-container:hover .featured-over-bg {
  opacity: 1;
}

#news-header .news-header-container {
  max-width: 75%;
  margin: 0 auto;
  margin-top: 100px;
}
#news-header .news-header-container .page-title {
  margin-bottom: 15px;
  color: #414141;
  margin-top: 0;
}
#news-header .news-header-container .news-date {
  margin-bottom: 30px;
  color: #cacaca;
}
#news-header .news-header-container .news-header-img {
  width: 100%;
  height: auto;
}

.news-cat {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-style: regular;
  display: inline;
  color: #cacaca;
}

.news-source {
  padding-top: 30px;
}
.news-source p {
  font-size: 1.5rem;
  margin-top: 42px !important;
  line-height: 1.45;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
}
.news-source p span.source-title {
  color: #cacaca !important;
}
.news-source p a {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  color: #cacaca !important;
  font-weight: 400;
}
.news-source:before {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background-color: #e31b23;
  margin: 4px 0 12px 0;
}

.news-divider {
  color: #cacaca;
  margin: 0 5px;
}

.news-date {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 800;
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.news-date:before {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background-color: #e31b23;
  margin: 4px 0 12px 0;
}

.news-content-wrapper {
  padding-bottom: 80px;
}

.news-container:nth-of-type(even) {
  background-color: #f7f7f7;
}
.news-container:nth-of-type(even) .news-content {
  margin-left: 0;
}

#total-pages, #prev-pages, #next-pages {
  display: inline-block;
}

.pagination .news-pagination {
  text-align: center;
  background: #414141;
  padding: 45px;
  color: white;
}
.pagination .news-pagination p {
  display: inline-block;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
}
.pagination .news-pagination p a {
  color: white;
}
.pagination .news-pagination p a:hover {
  text-decoration: underline;
}
.pagination .news-pagination .news-pages {
  display: inline-block;
  margin: 0 10px;
}
.pagination .news-pagination .news-pages a {
  margin: 0 5px;
  color: white;
  padding: 10px;
}
.pagination .news-pagination .news-pages a.active {
  background: #acacac;
}
.pagination .news-pagination .news-page-arrow {
  font-family: Arial, sans-serif;
  color: #e31b23;
}

.news-footer-divider {
  text-align: center;
  background: #414141;
  padding: 45px;
  display: block;
  width: 100%;
}
.news-footer-divider .social-share-section {
  max-width: 600px;
  margin: 0 auto;
}
.news-footer-divider .social-share-section .social-share-title {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 800;
  font-style: normal;
  font-size: 1.7rem;
  color: #e31b23;
  margin-right: 20px;
  vertical-align: middle;
}
.news-footer-divider .social-share-section ul {
  display: inline-block;
}
.news-footer-divider .social-share-section ul li {
  display: inline-block;
  margin: 0 8px;
}
.news-footer-divider .social-share-section ul li:hover {
  opacity: 0.8;
  cursor: pointer;
}

.read-more {
  line-height: 2.5;
  cursor: pointer;
  display: inline-block;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #e31b23;
  text-align: left;
}
.read-more a {
  color: inherit;
}
.read-more a:hover {
  text-decoration: underline;
}

.read-more-arrow {
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 1024px) {
  .news-content {
    margin-top: 0%;
  }
}
@media only screen and (max-width: 768px) {
  #about-get-in-touch .content-container {
    padding: 30px;
  }

  #news-content-container {
    max-width: 100%;
  }

  #news-header .news-header-container {
    max-width: 100%;
  }

  .news-content-container {
    min-height: initial;
  }
  .news-content-container .news-img-wrap {
    width: 100% !important;
    height: 300px !important;
  }
  .news-content-container .news-content {
    width: 100% !important;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 650px) {
  #news .col-span-2 {
    width: 100%;
  }

  /* newss */
  .news-content {
    width: 99%;
    margin: 6% 0 0 0;
  }

  .news-img {
    margin-bottom: 0;
  }

  .news-container:nth-of-type(even) .news-content {
    margin-right: 0;
  }
  .news-container:nth-of-type(even) .news-img {
    float: none;
  }
}
@media only screen and (max-width: 550px) {
  .news-content-container .news-img-wrap {
    height: 200px !important;
  }

  .news-img {
    width: 100% !important;
    display: block;
    margin: 0 auto;
  }

  #news-content-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .pagination .news-pagination {
    padding: 25px;
  }

  .news-footer-divider {
    padding: 25px;
  }
  .news-footer-divider .social-share-section ul {
    display: block;
    margin-top: 15px;
  }
  .news-footer-divider .social-share-section ul li img {
    width: 30px;
    height: 30px;
  }
  .news-footer-divider .social-share-section .social-share-title {
    margin-right: 0;
  }

  .pag-txt {
    display: none;
  }

  .news-pagination .news-pages .next-arrow {
    display: block;
    margin-top: 10px;
  }
}
.caption span {
  display: inline-block;
}
.caption span:before {
  content: '';
  display: block;
  width: inherit;
  height: 6px;
  background-color: #e31b23;
  margin-bottom: 10px;
}
.caption h3 {
  padding: 5px 0;
}

.caption-inline {
  padding: 25px 0;
}
.caption-inline span, .caption-inline h3, .caption-inline p {
  color: #acacac;
  display: inline-block;
  margin-right: 10px;
}

.caption-overlay {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 25px 40px;
}

/*------------------------------------------------
	FEATURED ISOTOPE TEXT
------------------------------------------------*/
.istope-stretch-2 .featured-name-container {
  padding: 4% 8% 0 4%;
}

.featured-name-container {
  position: absolute;
  z-index: 1;
  padding: 8% 8% 0 8%;
}
.featured-name-container h2 {
  color:#822917;
  font-size: 1.8rem;
}
.featured-name-container h2:after {
  display: none;
}
.featured-name-container h2:before {
  content: '';
  display: block;
  width: 25px;
  height: 4px;
  background-color: #e31b23;
  margin: 0 0 5px 0;
}
.featured-name-container p {
  font-family: 'Sentinel A', 'Sentinel B';
  font-weight: 300;
  font-style: italic;
  color:Yellow;
  margin-top: 25px;
  line-height: 1;
  opacity: 0;
  text-transform: none;
}

.featured-over-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

.no-touch .isotope-item:hover .featured-desc {
  opacity: 1;
  margin-top: 15px;
  -webkit-transition: all 0.75s ease 0.05s;
  transition: all 0.75s ease 0.05s;
}
.no-touch .isotope-item:hover .featured-over-bg {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

#filter-nav {
  width: 100%;
  height: 80px;
  background: #cacaca;
  margin-top: 50px;
  margin-bottom: 60px;
}

.intro {
  margin-top: -118px;
  padding: 60px 40px 90px 40px;
  max-width: 900px;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes introMoveUp {
  from {
    margin-top: -100px;
  }
  to {
    margin-top: -210px;
  }
}
/* Standard syntax */
@keyframes introMoveUp {
  from {
    margin-top: -100px;
  }
  to {
    margin-top: -210px;
  }
}
nav {
  display: table;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
  font-size: 0;
}
nav a:first-child {
  margin-top: 0px;
}
nav a {
  display: inline-block;
  padding: 20px;
  text-align: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #cacaca;
  font-size: 1.6rem;
  line-height: 0;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
nav a:last-child {
  padding-right: 0;
}
nav a:hover {
  color: #e31b23;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.active-nav {
  color: #e31b23 !important;
}

/*--------------------------------------
	MOBILE NAV
--------------------------------------*/
#nav-ui {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#nav-ui div {
  width: 30px;
  height: 4px;
  border-radius: 50px;
  background-color: #e31b23;
  margin-bottom: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#nav-ui div:nth-child(1) {
  top: 22%;
}

#nav-ui div:nth-child(2) {
  top: 45%;
}

#nav-ui div:last-child {
  top: 68%;
  margin-bottom: 0;
}

.page-section {
  background-color: #FFF;
  padding-top: 100px;
}
.page-section .section-intro-header {
  text-aling: center;
}
.page-section .section-intro-copy {
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: center;
  color: #000;
  max-width: 800px;
  margin: 0 auto;
  padding: 70px 0 60px 0;
}

.menu-thumb {
  cursor: pointer;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}

.client-overlay {
  background: rgba(227, 27, 35, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 100%;
}

.menu-client-name {
  color: #fff;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 100;
  font-style: normal;
  text-align: center;
  font-size: 26px;
  line-height: 27px;
  z-index: 1;
  width: 90%;
  display: table;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.02em #fff;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  left: 0;
  right: 0;
}

.video-wrapper {
  border: 8px solid transparent;
  position: relative;
  padding-bottom: 53%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-border {
  border: 8px solid #FFF;
}

.video-play-btn {
  cursor: pointer;
  background: transparent;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.video-play-btn:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 95px solid rgba(227, 27, 35, 0.5);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: border-left-color 1s ease 0s;
  transition: border-left-color 1s ease 0s;
}

.video-play-btn:hover.video-play-btn:before {
  border-left-color: #e31b23;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

/*
@import "components/nav";
@import "components/pageSection";
@import "components/caption";
@import "components/thumbs";
@import "components/intro";
@import "components/filterNav";
@import "components/video";
@import "components/featured";
*/
@media only screen and (max-width: 1024px) {
  .partner-content {
    margin-top: 0%;
  }
}
@media only screen and (max-width: 768px) {
  #about-get-in-touch .content-container {
    padding: 30px;
  }
}
@media only screen and (max-width: 650px) {
  #who-we-are .col-span-2 {
    width: 100%;
  }

  /* partners */
  .partner-content {
    width: 99%;
    margin: 6% 0 0 0;
  }

  .partner-img {
    margin-bottom: 0;
  }

  .partner-container:nth-of-type(even) .partner-content {
    margin-right: 0;
  }
  .partner-container:nth-of-type(even) .partner-img {
    float: none;
  }

  /* seniors */
  #senior-partners {
    max-width: 90%;
  }
  #senior-partners .col {
    width: 47%;
  }

  /* content */
  #disciplines h2 {
    padding-left: 0;
  }
  #disciplines #discipline-list .col {
    width: 100%;
  }

  #csf {
    width: 100%;
    padding: 0 4%;
  }
  #csf #csf-content-container {
    width: 100%;
    float: none;
  }

  #leadership-group {
    height: auto;
    background-attachment: scroll;
    background-size: contain;
    background-image: url();
  }
  #leadership-group #leadership-header {
    padding-left: 4%;
    padding-right: 0%;
    width: 100%;
  }

  #about-get-in-touch .btn-n-arrow {
    max-width: 70%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 550px) {
  .partner-img {
    width: 100% !important;
    display: block;
    margin: 0 auto;
  }

  #senior-partners .col {
    width: 100%;
    padding: 0;
  }

  #leadership-header {
    font-size: 2rem;
  }

  #leadership-header:after {
    width: 50px;
    margin-top: 10px;
    height: 6px;
  }
}
@media only screen and (max-width: 450px) {
  #senior-partners {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .header-content-container {
    width: 85%;
  }

  .page-rule {
    width: 92%;
  }
}
@media only screen and (max-width: 768px) {
  .nav-offset {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .section-intro-header:after {
    height: 6px;
    margin-top: 10px;
    width: 100px;
  }

  .isotope-item .section-header {
    display: none;
  }

  /* mobile br tags */
  .mobile-break {
    display: block;
  }

  .desktop-break {
    display: none;
  }

  .page-rule {
    height: 8px;
    margin-top: -4px;
  }

  .page-title, .section-header {
    margin: 40px 0 20px;
  }

  .page-title:after, .section-header:after {
    margin-top: 10px;
    width: 50px;
  }

  /* top sections with image and copy */
  .header-content-container {
    width: 85%;
  }
  .header-content-container h2 {
    font-size: 4rem;
  }
  .header-content-container #intro-rule {
    width: 40px;
    height: 8px;
    margin-bottom: 10px;
  }

  .intro {
    margin-top: 0;
  }
  .intro .large-copy {
    font-size: 5rem;
  }
  .intro h1 {
    font-size: 2rem;
  }

  #top {
    height: 60px;
  }

  .logo {
    width: 100px;
  }

  /* show mobile images */
  .mobile-img {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  #contact-page #map h2 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 650px) {
  #contact-page #opp-content a {
    margin-right: 0;
  }

  #opp-content .red-btn {
    width: 100%;
    margin-top: 10px;
  }
  #opp-content .col .red-btn:nth-of-type(1) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 950px) {
  #footer-content .col {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 650px) {
  footer #logo-footer {
    max-width: 100px;
    vertical-align: top;
    margin-bottom: 30px;
  }
  footer hr {
    margin: 30px auto;
  }
  footer #footer-nav {
    display: inline-block;
  }
  footer #footer-nav li {
    display: block;
    margin-bottom: 30px;
  }
  footer #footer-nav li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* GRID */
  .one-quarter {
    width: 33% !important;
  }

  .row-75 {
    width: 85%;
  }

  #home-top .header-content-container #header-capabilities {
    max-width: 73%;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 650px) {
  /* GRID */
  .one-half, .one-thirds, .two-thirds, .one-quarter {
    width: 50% !important;
  }

  .col-child {
    margin-left: 0;
  }

  /* break inline style if stack class exist */
  .cols-3 .col.adjustment-stack, .cols-2 .col.adjustment-stack {
    display: block;
    width: 100%;
  }

  .small-browser-stack {
    width: 100%;
    display: block;
  }

  .small-browser-full-width {
    width: 100% !important;
  }

  .pad-top-100 {
    padding-top: 60px;
  }

  .pad-bottom-100 {
    padding-bottom: 60px;
  }

  .offset-top-100 {
    margin-top: 50px;
  }

  .offset-bottom-100 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #years #years-content-container .col {
    width: 100%;
  }
  #years #years-content-container .rule-70 {
    margin: 20px 0;
  }

}
@media only screen and (max-width: 650px) {
  #home-top .header-content-container p, #home-top .header-content-container h1 {
    font-size: 4rem;
  }
  #home-top .header-content-container #header-capabilities {
    display: none;
  }

  .isotope-home .isotope-item {
    width: 100%;
  }

  #home-get-in-touch {
    padding: 20px 0 60px 0;
  }

  #years #years-content-container .col {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  #top-child {
    width: 90%;
  }

  #nav-ui {
    display: table;
  }

  nav {
    background-color: #e31b23;
    width: 100%;
    margin-top: 0;
    top: 60px;
    right: 0;
    display: block;
    position: fixed;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow: hidden;
    height: 0;
  }
  nav a {
    color: #FFF;
    border-top: 2px solid #da1b23;
    background-color: #e31b23;
    display: block;
    width: 100%;
    padding: 40px 0;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  nav a:hover {
    color: #FFF;
    background-color: #da1b23;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  nav .active-nav {
    color: #FFF !important;
    background-color: #da1b23;
  }
}
/*-----------------------------------
	RETINA DETECTION -
	5/6 - and (-webkit-min-device-pixel-ratio: 2)
	6+ and (-webkit-min-device-pixel-ratio: 3)

-----------------------------------*/
/*-----------------------------------
	TOUCH UP TO TABLET
-----------------------------------*/
@media only screen and (max-device-width: 1024px) {
  /* show mobile images */
  .mobile-img {
    display: block;
  }

  #leadership-group {
    height: auto;
    background-attachment: scroll;
    background-size: contain;
    background-image: url();
  }

  .background {
    position: absolute !important;
    background-size: cover;
  }

  .bgs-fixed {
    background-attachment: scroll !important;
  }

  #contact-page #map {
    padding-botom: 100px;
    background-position: -webkit-calc(61% - 10px) -webkit-calc(50% + 200px);
    background-position: calc(61% - 10px) calc(50% + 200px);
    background-size: 300%;
  }
}
/*-----------------------------------
	MOBILE : IPHONE 6
-----------------------------------*/
/*-----------------------------------
	MOBILE : IPHONE 6+
-----------------------------------*/
/*-----------------------------------
	MOBILE : PORTRAIT & LANDSCAPE
-----------------------------------*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #contact-page #map {
    background-size: 600%;
  }
}
/*-----------------------------------
	MOBILE : LANDSCAPE
-----------------------------------*/
/*-----------------------------------
	MOBILE : PORTRAIT
-----------------------------------*/
/*-----------------------------------
	TABLET : PORTRAIT & LANDSCAPE
-----------------------------------*/
/*-----------------------------------
	TABLET : LANDSCAPE
-----------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .background img {
    width: auto;
    height: 100%;
  }
}
/*-----------------------------------
	TABLET : PORTRAIT
-----------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .background img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 55.5%;
  }
}
@media only screen and (max-width: 650px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 550px) {
  .section-header, .page-title {
    font-size: 3.6rem !important;
  }
}
@media only screen and (max-width: 1220px) {
  .video-wrapper {
    padding-bottom: 53%;
  }
}
@media only screen and (max-width: 1200px) {
  .video-wrapper {
    padding-bottom: 52%;
  }
}
@media only screen and (max-width: 840px) {
  .video-wrapper {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 580px) {
  .video-wrapper {
    padding-bottom: 47%;
  }

  .bg-fill {
    max-height: 300px;
  }
}
@media only screen and (max-width: 450px) {
  .video-wrapper {
    padding-bottom: 45%;
  }

  .intro {
    padding-top: 0px;
  }

  .vphalf.nav-offset {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 650px) {
  #all-work-container {
    margin-top: 4rem;
    padding: 0;
  }

  #all-work-thumbs-container .col {
    margin-right: 3%;
    width: 48.5%;
  }
  #all-work-thumbs-container .col.col-gutter-3:nth-of-type(2n),
  #all-work-thumbs-container .col.col-gutter-3:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 550px) {
  #all-work-thumbs-container .col {
    margin-right: 3%;
    width: 48.5%;
  }
  #all-work-thumbs-container .col.col-gutter-3:nth-of-type(2n),
  #all-work-thumbs-container .col.col-gutter-3:last-child {
    margin-right: 0;
  }
}
