/*
|------------------------------------------------------------
| Import reset
|------------------------------------------------------------
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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-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;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
/*
|------------------------------------------------------------
| Import shared less files
|------------------------------------------------------------
*/
/*
|------------------------------------------------------------
| General variables
|------------------------------------------------------------
*/
/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
|------------------------------------------------------------
| Help Classes
|------------------------------------------------------------
*/
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.fixed {
  position: fixed;
}
.no-margin {
  margin: 0;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.ml10 {
  margin-left: 10px;
}
.ml25 {
  margin-left: 25px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
/*
|------------------------------------------------------------
| Clearfix
|------------------------------------------------------------
*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
/*
|------------------------------------------------------------
| Typography
|------------------------------------------------------------
*/
body,
input,
button,
textarea {
  font-family: AvenirLTStd-Book, Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
}
h1,
h2,
h4 {
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
}
h1 {
  margin-bottom: 50px;
  font-size: 79px;
  text-align: center;
  color: #4d4d5c;
}
h1 a {
  color: inherit;
}
h1 a:hover {
  color: #fc4600;
}
h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
}
h4 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 35px;
}
p,
.credit-list dd {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 24px;
  color: #999999;
}
a {
  color: #fc4600;
}
.entry h3 {
  padding-top: 50px;
  margin-bottom: 40px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 27px;
  color: #666673;
}
.entry h4 {
  padding-top: 50px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 27px;
  color: #666673;
}
.entry p {
  margin-bottom: 30px;
}
.entry p.wp-caption-text {
  font-size: 14px;
  line-height: 19px;
}
.single.single-post .entry > p:first-of-type {
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #4d4d5c;
}
.project-entry a,
.page-entry .content-block a,
.page-entry.content-block a {
  color: #fc4600;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  transition: color 300ms ease;
}
.project-entry a.map-link,
.page-entry .content-block a.map-link,
.page-entry.content-block a.map-link {
  color: #f2f2f2;
}
.project-entry a:hover,
.page-entry .content-block a:hover,
.page-entry.content-block a:hover {
  color: #666673;
}
.project-entry span a,
.page-entry .content-block span a,
.page-entry.content-block span a {
  color: inherit;
}
.project-entry span a:hover,
.page-entry .content-block span a:hover,
.page-entry.content-block span a:hover {
  color: inherit;
  text-decoration: underline;
}
.project-entry h2,
.page-entry .content-block h2,
.page-entry.content-block h2 {
  position: relative;
  margin-bottom: 30px;
  color: #666673;
  text-align: left;
  text-transform: uppercase;
}
.project-entry h2:after,
.page-entry .content-block h2:after,
.page-entry.content-block h2:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 72px;
  height: 1px;
  margin-left: -36px;
  background-color: #fc4600;
  top: auto;
  left: 0;
  bottom: -20px;
  margin: 0;
}
.project-entry h2[style="text-align: center;"]:after,
.page-entry .content-block h2[style="text-align: center;"]:after,
.page-entry.content-block h2[style="text-align: center;"]:after {
  left: 50%;
  margin-left: -36px;
}
.project-entry h3,
.page-entry .content-block h3,
.page-entry.content-block h3 {
  margin-bottom: 30px;
  padding-top: 10px;
  font-size: 24px;
  line-height: 34px;
  color: #fc4600;
}
.project-entry h4,
.page-entry .content-block h4,
.page-entry.content-block h4 {
  margin-bottom: 23px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 23px;
  color: #999999;
  font-weight: 700;
}
.project-entry h5,
.page-entry .content-block h5,
.page-entry.content-block h5 {
  margin-bottom: 23px;
  padding-top: 10px;
  font-size: 17px;
  line-height: 23px;
  color: #999999;
  font-weight: 700;
}
.project-entry h6,
.page-entry .content-block h6,
.page-entry.content-block h6 {
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #666673;
  font-weight: 700;
}
.project-entry p,
.page-entry .content-block p,
.page-entry.content-block p,
.project-entry ul:not(.crossroads) li,
.page-entry .content-block ul:not(.crossroads) li,
.page-entry.content-block ul:not(.crossroads) li,
.project-entry ol li,
.page-entry .content-block ol li,
.page-entry.content-block ol li {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 24px;
  color: #999999;
}
.project-entry p strong,
.page-entry .content-block p strong,
.page-entry.content-block p strong,
.project-entry ul:not(.crossroads) li strong,
.page-entry .content-block ul:not(.crossroads) li strong,
.page-entry.content-block ul:not(.crossroads) li strong,
.project-entry ol li strong,
.page-entry .content-block ol li strong,
.page-entry.content-block ol li strong {
  color: #666666;
  font-weight: 700;
}
.project-entry p i,
.page-entry .content-block p i,
.page-entry.content-block p i,
.project-entry ul:not(.crossroads) li i,
.page-entry .content-block ul:not(.crossroads) li i,
.page-entry.content-block ul:not(.crossroads) li i,
.project-entry ol li i,
.page-entry .content-block ol li i,
.page-entry.content-block ol li i,
.project-entry p em,
.page-entry .content-block p em,
.page-entry.content-block p em,
.project-entry ul:not(.crossroads) li em,
.page-entry .content-block ul:not(.crossroads) li em,
.page-entry.content-block ul:not(.crossroads) li em,
.project-entry ol li em,
.page-entry .content-block ol li em,
.page-entry.content-block ol li em {
  font-style: italic;
}
.project-entry p u,
.page-entry .content-block p u,
.page-entry.content-block p u,
.project-entry ul:not(.crossroads) li u,
.page-entry .content-block ul:not(.crossroads) li u,
.page-entry.content-block ul:not(.crossroads) li u,
.project-entry ol li u,
.page-entry .content-block ol li u,
.page-entry.content-block ol li u {
  text-decoration: underline;
}
.project-entry ul:not(.crossroads) li,
.page-entry .content-block ul:not(.crossroads) li,
.page-entry.content-block ul:not(.crossroads) li,
.project-entry ol li,
.page-entry .content-block ol li,
.page-entry.content-block ol li {
  margin-bottom: 5px;
  margin-left: 30px;
}
.project-entry ul:not(.crossroads),
.page-entry .content-block ul:not(.crossroads),
.page-entry.content-block ul:not(.crossroads),
.project-entry ol,
.page-entry .content-block ol,
.page-entry.content-block ol {
  margin-bottom: 30px;
}
.project-entry ol,
.page-entry .content-block ol,
.page-entry.content-block ol {
  counter-reset: number-counter;
}
.project-entry ul:not(.awards-list):not(.crossroads) li,
.page-entry .content-block ul:not(.awards-list):not(.crossroads) li,
.page-entry.content-block ul:not(.awards-list):not(.crossroads) li {
  position: relative;
}
.project-entry ul:not(.awards-list):not(.crossroads) li:before,
.page-entry .content-block ul:not(.awards-list):not(.crossroads) li:before,
.page-entry.content-block ul:not(.awards-list):not(.crossroads) li:before {
  content: "\2022";
  position: absolute;
  left: -15px;
  top: 1px;
  color: #4d4d5c;
}
.project-entry ol li,
.page-entry .content-block ol li,
.page-entry.content-block ol li {
  position: relative;
}
.project-entry ol li:before,
.page-entry .content-block ol li:before,
.page-entry.content-block ol li:before {
  content: counter(number-counter);
  counter-increment: number-counter;
  position: absolute;
  left: -30px;
  top: 1px;
  width: 20px;
  height: 20px;
  color: #fc4600;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 50%;
}
.project-entry .circled-list ol li,
.page-entry .content-block .circled-list ol li,
.page-entry.content-block .circled-list ol li {
  min-height: 100px;
  padding-left: 80px;
  padding-top: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.project-entry .circled-list ol li:before,
.page-entry .content-block .circled-list ol li:before,
.page-entry.content-block .circled-list ol li:before {
  width: 80px;
  height: 80px;
  color: white;
  font-size: 32px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  line-height: 80px;
  background-color: #4d4d5c;
}
.project-entry .circled-list ol li:after,
.page-entry .content-block .circled-list ol li:after,
.page-entry.content-block .circled-list ol li:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -55px;
  width: 130px;
  height: 6px;
  background: #ffffff url(../img/down-orange-arrow.jpg) 50% 50% no-repeat;
}
.project-entry .circled-list ol li:last-child:after,
.page-entry .content-block .circled-list ol li:last-child:after,
.page-entry.content-block .circled-list ol li:last-child:after {
  display: none;
}
.project-entry blockquote,
.page-entry .content-block blockquote,
.page-entry.content-block blockquote {
  position: relative;
}
.project-entry blockquote:before,
.page-entry .content-block blockquote:before,
.page-entry.content-block blockquote:before {
  content: "";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  position: absolute;
  top: -60px;
  width: 100%;
  height: 4px;
  background-color: #BDCBD2;
}
.project-entry blockquote p,
.page-entry .content-block blockquote p,
.page-entry.content-block blockquote p {
  font-size: 17px;
  line-height: 25p4;
  color: #666673;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
}
.project-entry blockquote p:before,
.page-entry .content-block blockquote p:before,
.page-entry.content-block blockquote p:before {
  content: "\201C";
  margin-right: 3px;
}
.project-entry blockquote p:after,
.page-entry .content-block blockquote p:after,
.page-entry.content-block blockquote p:after {
  content: "\201D";
  margin-left: 3px;
}
.project-entry .alignright,
.page-entry .content-block .alignright,
.page-entry.content-block .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.project-entry .alignleft,
.page-entry .content-block .alignleft,
.page-entry.content-block .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.project-entry .margin-right,
.page-entry .content-block .margin-right,
.page-entry.content-block .margin-right {
  margin-right: 100px;
}
.narrow-block h2 {
  color: #666673;
}
.narrow-block h2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 72px;
  height: 1px;
  margin-left: -36px;
  background-color: #fc4600;
  left: 0;
  margin: 0;
}
.narrow-block h2:after {
  display: none;
}
.narrow-block p {
  font-size: 19px;
  line-height: 23px;
  color: #999999;
}
.separator {
  clear: both;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
  height: 1px;
  margin-bottom: 30px;
  background-color: #999999;
}
.colored-span {
  padding: 0 4px;
  color: white;
  text-transform: uppercase;
}
/* OLD COLORS */
.colored-span.blue {
  background: #3997d5;
}
.colored-span.azure {
  background: #9dbbd5;
}
.colored-span.violet {
  background: #9650a5;
}
.colored-span.green {
  background: #1fba9a;
}
/* NEW COLORS */
.colored-span.pillar-1 {
  background: #03588C;
}
.colored-span.pillar-2 {
  background: #F2B544;
}
.colored-span.pillar-3 {
  background: #A2D4F2;
}
.colored-span.pillar-4 {
  background: #B6D96C;
}
.colored-span.pillar-5 {
  background: #AC7EBF;
}

.circled-glyph {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  padding: 7px 15px;
  font-size: 27px;
  line-height: normal;
  color: inherit;
  border: 1px solid;
  border-radius: 50%;
}
/*
|------------------------------------------------------------
| Buttons
|------------------------------------------------------------
*/
.btn {
  display: inline-block;
  min-width: 130px;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: white;
  line-height: 34px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal;
  border: white solid 1px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  outline: none;
}
.btn:hover {
  color: #4d4d5c;
  background-color: white;
}
.btn.orange {
  color: #666673 !important;
  border-color: #fc4600;
  background-color: white;
}
.btn.orange:hover {
  color: white !important;
  background-color: #fc4600;
}
.btn.orange:disabled {
  color: #cccccc !important;
  background-color: white;
  border: #cccccc solid 1px;
}
.btn.orange:disabled:hover {
  color: #cccccc !important;
}
.btn.orange.reverse {
  color: white !important;
  background-color: #fc4600;
}
.btn.orange.reverse:hover {
  color: #666673 !important;
  background-color: white;
}
.btn i {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 6px;
  font-style: normal !important;
  font-size: 13px;
  line-height: 15px;
}
.btn.popup-form {
  position: relative;
}
.btn.popup-form i {
  font-size: 21px;
  color: #fc4600;
}
.btn.popup-form:hover .tooltip {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.btn.popup-form:hover i {
  color: white;
}
.btn .tooltip {
  position: absolute;
  left: 50%;
  bottom: 48px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  transform: translateX(-50%);
  width: 140px;
  padding: 10px;
  font-size: 12px;
  line-height: 14px;
  color: white;
  text-transform: none;
  background-color: #fc4600;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn .tooltip:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid #fc4600;
  border-right: 10px solid transparent;
}
.wide-btn {
  position: relative;
  z-index: 99;
  display: block;
  padding: 40px 0 50px;
  margin: -1px 0 40px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 18px;
  color: #666673;
  text-transform: uppercase;
  background: url(../img/arrow-bottom.svg) 50% 80% no-repeat #e1e7ea;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.wide-btn:hover {
  color: white;
  background-color: #666673;
  background-position: 50% 90%;
}
.fb-like-btn {
  position: relative;
}
.fb-like-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 49px;
  height: 20px;
  background: url(../img/fb-like.jpg) 50% 50% no-repeat;
  pointer-events: none;
}
/*
|------------------------------------------------------------
| Import components less files
|------------------------------------------------------------
*/
/* icons contains all the rule declarations related to icons */
/*
|------------------------------------------------------------
| Icons
|------------------------------------------------------------
*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?e364ks');
  src: url('../fonts/icomoon.eot?#iefixe364ks') format('embedded-opentype'), url('../fonts/icomoon.ttf?e364ks') format('truetype'), url('../fonts/icomoon.woff?e364ks') format('woff'), url('../fonts/icomoon.svg?e364ks#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-email:before {
  content: "\e900";
}
.icon-dm15yrs:before {
  content: "\e901";
}
.icon-book:before {
  content: "\e61b";
}
.icon-right-arrow:before {
  content: "\e61a";
}
.icon-down-arrow:before {
  content: "\e619";
}
.icon-download:before {
  content: "\e618";
}
.icon-participate:before {
  content: "\e615";
}
.icon-share:before {
  content: "\e616";
}
.icon-connect:before {
  content: "\e617";
}
.icon-open:before {
  content: "\e128";
}
.icon-play:before {
  content: "\e614";
}
.icon-assistants:before {
  content: "\e60a";
}
.icon-dm:before {
  content: "\e60b";
}
.icon-documentary:before {
  content: "\e60c";
}
.icon-expert:before {
  content: "\e60d";
}
.icon-faculty:before {
  content: "\e60e";
}
.icon-host:before {
  content: "\e60f";
}
.icon-partners2:before {
  content: "\e610";
}
.icon-speakers:before {
  content: "\e611";
}
.icon-students2:before {
  content: "\e612";
}
.icon-thanks:before {
  content: "\e613";
}
.icon-alumni:before {
  content: "\e606";
}
.icon-partners:before {
  content: "\e607";
}
.icon-students:before {
  content: "\e608";
}
.icon-back-arrow:before {
  content: "\e609";
}
.icon-comment:before {
  content: "\e601";
}
.icon-like:before {
  content: "\e603";
}
.icon-twitter:before {
  content: "\e604";
}
.icon-instagram:before {
  content: "\e605";
}
.icon-facebook:before {
  content: "\e602";
}
.icon-search:before {
  content: "\e600";
}
.icon-effects {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 0px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  transition: color 300ms ease;
}
.icon-effects:after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 2px;
  background: #f06060;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
.icon-effects:before {
  display: block;
  speak: none;
  margin-left: -1px;
  font-family: 'icomoon';
  font-size: 36px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.icon-effects:hover {
  color: #f06060;
}
.icon-effects:hover:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
/*
|------------------------------------------------------------
| Form elements
|------------------------------------------------------------
*/
.checkbox-outer {
  position: relative;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}
.checkbox-outer input[type=checkbox] {
  visibility: hidden;
  padding: 0;
  margin: 0;
  border: 0;
}
.checkbox-outer input[type=checkbox]:checked + label {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  border: transparent solid 1px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.checkbox-outer input[type=checkbox]:checked + label:hover {
  border: white solid 1px;
}
.checkbox-outer input[type=checkbox]:checked + label:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.checkbox-outer label {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: white solid 1px;
  cursor: pointer;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.checkbox-outer label:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.checkbox-outer label:hover:after {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.checkbox-outer label:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 4px;
  left: 3px;
  width: 8px;
  height: 4px;
  background: transparent;
  border: 1px solid white;
  border-top: none;
  border-right: none;
}
.popup-form-content {
  width: 420px;
  padding: 30px 30px 0;
  text-align: center;
  background-color: white;
  border: #fc4600 solid 1px;
}
.popup-form-content h3 {
  margin-bottom: 20px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #747481;
}
.popup-form-content p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 19px;
  color: #747481;
}
.popup-form-content p small {
  font-size: 11px;
  line-height: 13px;
}
.form {
  margin: 0;
  padding: 0;
  text-align: center;
}
.form > li {
  margin: 0 0 20px !important;
  list-style: none;
}
.form > li:before {
  display: none;
}
.form > li em {
  font-style: normal !important;
  font-size: 13px;
  color: #747481;
}
.form input[type="text"],
.form input[type="email"] {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #747481;
  border: 0;
  border-bottom: #ccc solid 1px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus {
  border-bottom: #fc4600 solid 1px;
  outline: none;
}
.form input[type="text"]::-webkit-input-placeholder,
.form input[type="email"]::-webkit-input-placeholder {
  color: #ccc;
}
.form input[type="text"]:-moz-placeholder,
.form input[type="email"]:-moz-placeholder {
  color: #ccc;
}
.form input[type="text"]::-moz-placeholder,
.form input[type="email"]::-moz-placeholder {
  color: #ccc;
}
.form input[type="text"]:-ms-input-placeholder,
.form input[type="email"]:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  display: none;
}
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip,
div.wpcf7-mail-sent-ok {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #fc4600;
}
div.wpcf7-validation-errors {
  margin-bottom: 10px;
}
span.wpcf7-not-valid-tip {
  margin-top: -16px;
}
span.wpcf7-list-item {
  margin-left: 0;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/*
|------------------------------------------------------------
| Import vendor less files
|------------------------------------------------------------
*/
/*
GENERAL
------------------------------------------*/
html,
body {
  height: 100%;
}
html.search-no-results,
body.search-no-results {
  position: relative;
  padding-bottom: 400px;
}
html.search-no-results footer,
body.search-no-results footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
html.search-no-results footer > div.footer-columns,
body.search-no-results footer > div.footer-columns {
  background: white;
}
.wrapper {
  margin: 0 64px;
}
.wrapper.no-right-margin {
  margin-right: 1px;
}
.narrow-wrapper {
  width: 600px;
  margin: 0 auto;
}
.page-outer {
  padding-top: 133px;
}
.page-outer > img {
  width: 100%;
  height: auto;
}
.home .page-outer {
  padding-top: 0;
}
body.no-scroll {
  overflow: hidden;
}
.crossroads {
  text-align: center;
}
.crossroads li {
  display: inline-block;
  width: 20%;
  max-width: 270px;
  padding: 0 20px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: top;
}
.crossroads li a {
  display: block;
  color: #666673 !important;
}
.crossroads li a:hover {
  color: #fc4600 !important;
}
.crossroads li i {
  display: block;
  margin-bottom: 30px;
  font-size: 140px;
  color: white;
}
.crossroads li i.blue {
  color: #3997d5;
}
.crossroads li i.gray {
  color: #666673;
}
.crossroads li i.orange {
  color: #fc4600;
}
.crossroads li i.green {
  color: #1fba9a;
}
.crossroads li p {
  padding-top: 30px;
  color: #b3b3bd;
  font-size: 15px;
  text-transform: none;
  font-family: AvenirLTStd-Light, Helvetica, Arial, sans-serif;
}
.crossroads.handouts {
  zoom: 1;
  position: relative;
}
.crossroads.handouts:before,
.crossroads.handouts:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.crossroads.handouts:after {
  clear: both;
}
.crossroads.handouts li {
  min-width: 30%;
  color: #b3b3bd;
}
.crossroads.handouts li:first-child {
  float: left;
}
.crossroads.handouts li:last-child {
  float: right;
}
.crossroads.handouts:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 5;
  width: 1px;
  height: 100%;
  background: #b3b3bd;
}
/*
HEADER
------------------------------------------*/
header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1300;
  width: 100%;
  padding-top: 30px;
}
header .logo {
  float: left;
  width: 126px;
  height: 24px;
  text-indent: -9999px;
  background: url(../img/logos/dm-grey-150.png) 0 50% no-repeat;
  background-size: 100% auto;
}
header .top-menu {
  float: right;
}
header .top-menu li {
  float: left;
  margin-left: 30px;
}
header .top-menu li.search {
  position: relative;
}
header .top-menu li.search a {
  display: block;
  color: #666673;
}
header .top-menu li.search a i {
  font-size: 30px;
  line-height: 20px;
}
header .top-menu li.menu-trigger a {
  cursor: pointer;
  display: block;
  position: relative;
  width: 35px;
  height: 30px;
  padding: 10px 0 0 0;
  text-indent: -9999px;
  outline: none;
}
header .top-menu li.menu-trigger a span,
header .top-menu li.menu-trigger a span:before,
header .top-menu li.menu-trigger a span:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 35px;
  cursor: pointer;
  background: #666673;
}
header .top-menu li.menu-trigger a span:before {
  top: -8px;
}
header .top-menu li.menu-trigger a span:after {
  bottom: -8px;
}
header .top-menu li.menu-trigger a span,
header .top-menu li.menu-trigger a span:before,
header .top-menu li.menu-trigger a span:after {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
header .top-menu li.menu-trigger a.active span {
  background-color: transparent !important;
}
header .top-menu li.menu-trigger a.active span:before,
header .top-menu li.menu-trigger a.active span:after {
  top: 0;
  background: white;
}
header .top-menu li.menu-trigger a.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
header .top-menu li.menu-trigger a.active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
header.menu-active .logo {
  position: fixed;
  z-index: 120;
  background-image: url(../img/logos/dm-white-150.png);
}
header.menu-active .top-menu li.search {
  padding-right: 65px;
}
header.menu-active .top-menu li.menu-trigger {
  position: fixed;
  z-index: 120;
  right: 64px;
}
header .menu-outer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
}
header .menu-outer .col {
  position: relative;
  width: 50%;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
header .menu-outer .col.left {
  background-color: #1a1a1a;
  border-right: #fc4600 2px solid;
}
header .menu-outer .col.right {
  background-color: rgba(0, 0, 0, 0.9);
}
header .menu-outer .col.scaled {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
header .menu-outer .crossroads-outer {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -100px;
}
header .menu-outer .crossroads-outer h5 {
  padding-bottom: 20px;
  margin: 0 20% 20px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #fc4600;
  text-align: center;
  border-bottom: #333333 solid 1px;
}
header .menu-outer .crossroads-outer .crossroads li {
  font-size: 12px;
  line-height: 21px;
}
header .menu-outer .crossroads-outer .crossroads li a {
  color: white;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
header .menu-outer .crossroads-outer .crossroads li i {
  margin-bottom: 20px;
  font-size: 100px;
  color: white;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  transition: color 300ms ease;
}
header .menu-outer .crossroads-outer .crossroads li a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: white !important;
}
header .menu-outer .crossroads-outer .crossroads li a:hover i {
  color: #fc4600 !important;
}
header .menu-outer .main-menu {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0 10%;
  margin-top: -180px;
}
header .menu-outer .main-menu > li {
  margin-bottom: 10px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 54px;
  line-height: 70px;
}
header .menu-outer .main-menu > li a {
  color: white;
}
header .menu-outer .main-menu > li > a:hover,
header .menu-outer .main-menu > li > a.active {
  color: #fc4600;
}
header .menu-outer .main-menu > li > ul {
  display: none;
  padding: 10px 0;
}
header .menu-outer .main-menu > li > ul li {
  margin: 7px 0 12px;
  font-family: AvenirLTStd-Book, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: normal;
}
header .menu-outer .main-menu > li > ul li a {
  position: relative;
  color: white;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
header .menu-outer .main-menu > li > ul li a:before {
  content: "";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 3px;
  width: 9px;
  height: 9px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
header .menu-outer .main-menu > li > ul li a:hover {
  padding-left: 15px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
header .menu-outer .main-menu > li > ul li a:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
header .menu-outer .main-menu > li > ul li.current-menu-item a {
  padding-left: 15px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
header .menu-outer .main-menu > li > ul li.current-menu-item a:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
header .menu-outer .main-menu > li > ul li.green a:before {
  background-color: #1fba9a;
}
header .menu-outer .main-menu > li > ul li.violet a:before {
  background-color: #AC7EBF;
}
header .menu-outer .main-menu > li > ul li.blue a:before {
  background-color: #3997d5;
}
header .menu-outer .main-menu > li > ul li.blue-light a:before {
  background-color: #9dbbd5;
}
header .menu-outer .main-menu > li > ul li.orange a:before {
  background-color: #9650a5;
}


body.home header,
body.error404 header,
body.white-header header {
  z-index: 1200;
}
body.home header .logo,
body.error404 header .logo,
body.white-header header .logo {
  background-image: url(../img/logos/dm-white-150.png);
}
body.home header .top-menu li.search a,
body.error404 header .top-menu li.search a,
body.white-header header .top-menu li.search a {
  color: white;
}
body.home header .top-menu li.menu-trigger a span,
body.error404 header .top-menu li.menu-trigger a span,
body.white-header header .top-menu li.menu-trigger a span,
body.home header .top-menu li.menu-trigger a span::before,
body.error404 header .top-menu li.menu-trigger a span::before,
body.white-header header .top-menu li.menu-trigger a span::before,
body.home header .top-menu li.menu-trigger a span::after,
body.error404 header .top-menu li.menu-trigger a span::after,
body.white-header header .top-menu li.menu-trigger a span::after {
  background: white;
}
body.home header .top-menu li.menu-trigger a.active span,
body.error404 header .top-menu li.menu-trigger a.active span,
body.white-header header .top-menu li.menu-trigger a.active span {
  background: transparent;
}
body.search-active header .logo {
  background-image: url(../img/logos/dm-grey-150.png);
}
body.search-active header .top-menu li.menu-trigger a span,
body.search-active header .top-menu li.menu-trigger a span::before,
body.search-active header .top-menu li.menu-trigger a span::after {
  background: #666673;
}
body.search-active .search-form input[type="text"],
body.search-active .search-form .search-button {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/*
SEARCH
------------------------------------------*/
.search-form {
  position: absolute;
  left: 0;
  top: -500px;
  z-index: 1100;
  width: 100%;
  padding: 100px 60px;
  background-color: white;
}
.search-form input[type="text"] {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  width: 100%;
  height: 100px;
  padding: 0 50px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 67px;
  color: #fc4600;
  text-align: center;
  background-color: white;
  border: 0;
  outline: none;
  -webkit-transition: opacity 1500ms ease;
  -moz-transition: opacity 1500ms ease;
  -o-transition: opacity 1500ms ease;
  -ms-transition: opacity 1500ms ease;
  transition: opacity 1500ms ease;
}
.search-form input[type="text"]:focus {
  border: 0;
  outline: none;
}
.search-form input[type="text"]::-webkit-input-placeholder {
  color: #cccccc;
}
.search-form input[type="text"]:-moz-placeholder {
  color: #cccccc;
}
.search-form input[type="text"]::-moz-placeholder {
  color: #cccccc;
}
.search-form input[type="text"]:-ms-input-placeholder {
  color: #cccccc;
}
.search-form .close-search {
  position: absolute;
  right: 57px;
  top: 80px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
.search-form .close-search:before,
.search-form .close-search:after {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  height: 2px;
  width: 35px;
  cursor: pointer;
  background-color: #666673;
}
.search-form .close-search:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.search-form .close-search:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.search-form .close-search:hover:after,
.search-form .close-search:hover:before {
  background-color: #fc4600;
}
.search-form .search-button {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  right: 64px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-transition: opacity 1500ms ease;
  -moz-transition: opacity 1500ms ease;
  -o-transition: opacity 1500ms ease;
  -ms-transition: opacity 1500ms ease;
  transition: opacity 1500ms ease;
}
.search-form .search-button input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  cursor: pointer;
}
.search-form .search-button i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 54px;
  color: #666673;
}
.search-form .search-button:hover i {
  color: #fc4600;
}
.search-results-list {
  padding-top: 40px;
}
.search-results-list li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #ebebed solid 1px;
}
.search-results-list li:nth-child(3n) {
  margin-right: 0;
}
.search-results-list li img {
  float: left;
  max-width: 120px;
  height: auto;
  margin-right: 20px;
}
.search-results-list li hgroup {
  overflow: hidden;
  position: relative;
  min-height: 120px;
}
.search-results-list li hgroup h4 {
  max-height: 46px;
  margin-bottom: 10px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 23px;
  word-break: break-all;
}
.search-results-list li hgroup h4 a {
  color: #666673;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  transition: color 300ms ease;
}
.search-results-list li hgroup h4 a:hover {
  color: #fc4600;
}
.search-results-list li hgroup p {
  max-height: 48px;
  font-size: 13px;
  line-height: 16px;
  color: #999999;
}
.search-results-list li hgroup .more {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #666673;
  text-transform: uppercase;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  transition: color 300ms ease;
}
.search-results-list li hgroup .more:hover {
  color: #fc4600;
}
.no-results {
  min-height: 540px;
  text-align: center;
}
.no-results h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
  color: #666673;
}
.no-results p {
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 13px;
  color: #999999;
  border-bottom: #d8d8db  solid 1px;
}
/*
HERO SECTION
------------------------------------------*/
.hero-outer {
  position: relative;
  z-index: 100;
}
.hero-outer .hero-slider {
  height: 800px;
}
.hero-outer .hero-slider li {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 800px;
  background-position: 50% 50%;
  background-size: cover;
}
.hero-outer .hero-slider li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.hero-outer .hero-slider li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 0 200px 160px 200px;
  text-align: center;
}
.hero-outer .hero-slider li .content h3 {
  position: relative;
  margin-bottom: 90px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 79px;
  line-height: 87px;
  color: white;
}
.hero-outer .hero-slider li .content h3:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 72px;
  height: 1px;
  margin-left: -36px;
  background-color: #fc4600;
  top: auto;
  bottom: -40px;
}
.hero-outer .controls {
  position: absolute;
  top: 50%;
  z-index: 120;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  text-indent: -9999px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 46px 46px;
  border-radius: 50%;
  border: white solid 2px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.hero-outer .controls.prev-slide {
  left: 64px;
  background-image: url(../img/arrow-left.svg);
}
.hero-outer .controls.next-slide {
  right: 64px;
  background-image: url(../img/arrow-right.svg);
}
.hero-outer .controls:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.hero-outer .slider-pager {
  position: absolute;
  left: 0;
  bottom: 75px;
  z-index: 120;
  width: 100%;
  text-align: center;
}
.hero-outer .slider-pager span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  text-indent: -9999px;
  background-color: white;
  border-radius: 50%;
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  -webkit-opacity: 0.45;
  opacity: 0.45;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
  filter: alpha(opacity=45);
  cursor: pointer;
}
.hero-outer .slider-pager span.cycle-pager-active {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.hero-outer h4 {
  margin-bottom: 45px;
  color: white;
  font-size: 24px;
  font-family: AvenirLTStd-Book, Helvetica, Arial, sans-serif;
}
.hero-outer.slide-module .hero-slider {
  height: auto;
}
.hero-outer.slide-module .hero-slider li {
  height: 500px;
}
.hero-outer.slide-module .hero-slider li .custom-slide-logo {
  margin-bottom: 30px;
}
.hero-outer.slide-module .hero-slider li .content {
  padding: 0 200px 80px 200px;
}
.hero-outer.slide-module .hero-slider li .content h3 {
  margin-bottom: 110px;
  font-size: 55px;
  line-height: normal;
}
.hero-outer.slide-module .hero-slider li:before {
  display: none;
}
.hero-outer.slide-module .hero-slider .slider-pager {
  bottom: 33px;
}
/*
FEATURED SECTION
------------------------------------------*/
.top-featured-box {
  position: relative;
  text-align: center;
  background-color: #666673;
  background-position: 50% 50%;
  background-size: cover;
}
.top-featured-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 102, 102, 0.7);
}
.top-featured-box .featured-content {
  position: relative;
  z-index: 2;
  padding: 240px 0 40px;
}
.top-featured-box .featured-content h2 {
  margin-bottom: 70px;
  padding: 0 10%;
  color: white;
}
.top-featured-box .featured-content p {
  position: relative;
  margin-bottom: 60px;
  padding: 0 20%;
  font-size: 21px;
  color: white;
  line-height: 26px;
}
.top-featured-box .featured-content p:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 72px;
  height: 1px;
  margin-left: -36px;
  background-color: #fc4600;
}
.top-featured-box .featured-content p small {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  font-size: 14px;
  line-height: 16px;
}
.top-featured-box .featured-content blockquote:before {
  display: none;
}
.top-featured-box .featured-content blockquote p {
  font-family: AvenirLTStd-Book, Helvetica, Arial, sans-serif;
}
.top-featured-box .featured-content blockquote p:before {
  position: static;
  content: "\201C";
  background-color: transparent;
}
.video-full-outer,
.image-full-outer {
  position: relative;
}
.video-full-outer img,
.image-full-outer img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.video-full-outer .play-trigger,
.image-full-outer .play-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 200px;
  margin: -40px 0 0 -100px;
  font-size: 13px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.video-full-outer .play-trigger i,
.image-full-outer .play-trigger i {
  display: block;
  margin-bottom: 15px;
  font-size: 50px;
}
.video-full-outer .play-trigger:hover,
.image-full-outer .play-trigger:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/*
GRID
------------------------------------------*/
.grid article,
.grid > li {
  float: left;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}
.grid article:before,
.grid > li:before,
.grid article:after,
.grid > li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.grid article:after,
.grid > li:after {
  background: none;
}
.grid article .article-content,
.grid > li .article-content {
  position: absolute;
  left: 0;
  bottom: -70px;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 40px 20px 0;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.grid article .article-content h4,
.grid > li .article-content h4 {
  position: relative;
  max-height: 70px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: margin-top 300ms ease-in-out;
  -moz-transition: margin-top 300ms ease-in-out;
  -o-transition: margin-top 300ms ease-in-out;
  -ms-transition: margin-top 300ms ease-in-out;
  transition: margin-top 300ms ease-in-out;
}
.grid article .article-content h4:before,
.grid > li .article-content h4:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 36px;
  height: 1px;
  margin-left: -18px;
  background-color: #fc4600;
  bottom: -17px;
  top: auto;
}
.grid article .article-content p,
.grid > li .article-content p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  color: white;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.grid article .article-content .stats,
.grid > li .article-content .stats,
.grid article .article-content .cats,
.grid > li .article-content .cats {
  margin-bottom: 10px;
  text-align: center;
}
.grid article .article-content .stats li,
.grid > li .article-content .stats li,
.grid article .article-content .cats li,
.grid > li .article-content .cats li {
  display: inline-block;
  font-size: 13px;
  color: white;
  line-height: 30px;
}
.grid article .article-content .stats li i,
.grid > li .article-content .stats li i,
.grid article .article-content .cats li i,
.grid > li .article-content .cats li i {
  float: left;
  font-size: 24px;
  color: white;
  line-height: 28px;
}
.grid article .article-content .cats,
.grid > li .article-content .cats {
  position: relative;
  margin: 20px 0 60px;
}
.grid article .article-content .cats li a,
.grid > li .article-content .cats li a {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 6px;
  border-radius: 50%;
}
.grid article .article-content .cats li a span,
.grid > li .article-content .cats li a span {
  position: absolute;
  left: 0;
  bottom: -40px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  width: 100%;
  text-align: center;
  color: white;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.grid article .article-content .cats li a:hover span,
.grid > li .article-content .cats li a:hover span {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.grid article .article-content .cats li.orange a,
.grid > li .article-content .cats li.orange a {
  background-color: #F2B544;
}
.grid article .article-content .cats li.blue-light a,
.grid > li .article-content .cats li.blue-light a {
  background-color: #9dbbd5;
}
.grid article .article-content .cats li.blue a,
.grid > li .article-content .cats li.blue a {
  background-color: #3997d5;
}
.grid article .article-content .cats li.green a,
.grid > li .article-content .cats li.green a {
  background-color: #1fba9a;
}
.grid article .article-content .cats li.violet a,
.grid > li .article-content .cats li.violet a {
  background-color: #AC7EBF;
}
.grid article .overlay-anchor,
.grid > li .overlay-anchor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.grid article i.icon-play,
.grid > li i.icon-play,
.grid article i.icon-book,
.grid > li i.icon-book {
  display: inline-block;
  margin-bottom: 26px;
  padding: 16px 14px 16px 19px;
  font-size: 27px;
  color: white;
  border: 1px solid;
  border-radius: 50%;
}
.grid article i.icon-book,
.grid > li i.icon-book {
  padding: 18px 21px;
}
.grid article.half,
.grid > li.half {
  width: 50%;
}
.grid article.extended,
.grid > li.extended {
  width: 100%;
}
.grid article.fourth,
.grid > li.fourth {
  width: 25%;
}
.grid article.fourth > .article-content,
.grid > li.fourth > .article-content {
  padding: 20px 10px 0;
}
.grid article.three-fourth,
.grid > li.three-fourth {
  width: 75%;
}
.grid article.third,
.grid > li.third {
  width: 33.3333%;
}
.grid article.two-third,
.grid > li.two-third {
  width: 66.6666%;
}
.grid article img,
.grid > li img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto !important;
}
.grid article.quote:before,
.grid > li.quote:before,
.grid article.empty:before,
.grid > li.empty:before,
.grid article.nletter:before,
.grid > li.nletter:before,
.grid article.quote:after,
.grid > li.quote:after,
.grid article.empty:after,
.grid > li.empty:after,
.grid article.nletter:after,
.grid > li.nletter:after {
  display: none;
}
.grid article.quote,
.grid > li.quote {
  background-color: #f7f7f9;
}
.grid article.quote blockquote,
.grid > li.quote blockquote {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 40px;
}
.grid article.quote blockquote p,
.grid > li.quote blockquote p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #666673;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.grid article.quote blockquote cite,
.grid > li.quote blockquote cite {
  display: block;
  position: relative;
  font-size: 13px;
  color: #b3b3b3;
}
.grid article.quote blockquote cite:before,
.grid > li.quote blockquote cite:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 72px;
  height: 1px;
  margin-left: -36px;
  background-color: #fc4600;
  left: 0;
  top: -10px;
  margin: 0;
}
.grid article.quote.extended,
.grid > li.quote.extended {
  background-color: white;
}
.grid article.quote.extended blockquote,
.grid > li.quote.extended blockquote {
  width: 75%;
  height: 100%;
  background-color: #f7f7f9;
}
.grid article.orange,
.grid > li.orange {
  background-color: #fc4600;
}
.grid article.nletter .nletter-outer,
.grid > li.nletter .nletter-outer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #666673;
}
.grid article.nletter .nletter-outer .nletter-content,
.grid > li.nletter .nletter-outer .nletter-content {
  padding: 30px 30px 0;
  text-align: center;
}
.grid article.nletter .nletter-outer .nletter-content p,
.grid > li.nletter .nletter-outer .nletter-content p {
  margin-bottom: 2vw;
  font-size: 9px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.grid article.nletter .nletter-outer .nletter-content p a,
.grid > li.nletter .nletter-outer .nletter-content p a {
  color: #fc4600;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  transition: color 300ms ease;
}
.grid article.nletter .nletter-outer .nletter-content p a:hover,
.grid > li.nletter .nletter-outer .nletter-content p a:hover {
  color: white;
}
.grid article.nletter .nletter-outer .nletter-content h4,
.grid > li.nletter .nletter-outer .nletter-content h4 {
  margin-bottom: 2vw;
  color: white;
  text-transform: uppercase;
  line-height: 24px;
}
.grid article:hover:after,
.grid > li:hover:after {
  background: rgba(252, 70, 0, 0.8);
}
.grid article:hover > .article-content,
.grid > li:hover > .article-content {
  bottom: 120px;
}
.grid article:hover > .article-content h4:before,
.grid > li:hover > .article-content h4:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 36px;
  height: 1px;
  margin-left: -18px;
  background-color: #ffffff;
  bottom: -17px;
  top: auto;
}
.grid article:hover > .article-content p,
.grid > li:hover > .article-content p {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.grid article.fourth:hover > .article-content,
.grid > li.fourth:hover > .article-content {
  bottom: 20px;
}
.grid article .inner-grid-boxes,
.grid > li .inner-grid-boxes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.grid article .inner-grid-boxes .half:hover > .article-content,
.grid > li .inner-grid-boxes .half:hover > .article-content {
  bottom: 20px;
}
.grid.home-grid .article-content p {
  word-break: break-all;
  height: 41px;
}
.grid.home-grid a.overlay-anchor .article-content {
  bottom: -35px;
}
.grid.home-grid a.overlay-anchor:hover .article-content {
  bottom: 95px;
}
.grid.home-grid a.overlay-anchor:hover .article-content p {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.grid.home-grid .inner-grid-boxes .half .overlay-anchor .article-content,
.grid.home-grid .fourth .overlay-anchor .article-content {
  bottom: -58px;
}
.grid.home-grid .inner-grid-boxes .half .overlay-anchor:hover .article-content,
.grid.home-grid .fourth .overlay-anchor:hover .article-content {
  bottom: -58px;
}
.grid.project-list-grid article > .article-content {
  padding: 0 65px;
  bottom: -202px;
  overflow: visible;
}
.grid.project-list-grid article > .article-content p {
  height: 30px;
  font-size: 17px;
}
.grid.project-list-grid article > .article-content p,
.grid.project-list-grid article > .article-content .btn,
.grid.project-list-grid article > .article-content .cats {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.grid.project-list-grid article:hover:after {
  background: rgba(0, 0, 0, 0.6);
}
.grid.project-list-grid article:hover > .article-content {
  bottom: 70px;
}
.grid.project-list-grid article:hover > .article-content p,
.grid.project-list-grid article:hover > .article-content .btn,
.grid.project-list-grid article:hover > .article-content .cats {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.grid.project-list-grid article.fourth > .article-content {
  bottom: -150px;
}
.grid.project-list-grid article.fourth > .article-content p {
  display: none;
}
.grid.project-list-grid article.fourth:hover > .article-content {
  bottom: 0;
}
.grid.project-list-grid article.fourth:hover > .article-content p {
  display: none;
}
.grid.project-list-grid .inner-grid-boxes article > .article-content {
  bottom: -150px;
}
.grid.project-list-grid .inner-grid-boxes article > .article-content p {
  display: none;
}
.grid.project-list-grid .inner-grid-boxes article:hover > .article-content {
  bottom: 0;
}
.grid.project-list-grid .inner-grid-boxes article:hover > .article-content p {
  display: none;
}
.grid.gallery-grid > li > a,
.grid.gallery-grid .inner-grid-boxes > a,
.grid.gallery-grid > li > article > a,
.grid.gallery-grid .inner-grid-boxes > article > a {
  position: relative;
  display: block;
  z-index: 3;
}
.grid.gallery-grid > li > a .btn,
.grid.gallery-grid .inner-grid-boxes > a .btn,
.grid.gallery-grid > li > article > a .btn,
.grid.gallery-grid .inner-grid-boxes > article > a .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  width: auto;
  margin: -18px 0 0 -65px;
}
.grid.gallery-grid > li > a:after,
.grid.gallery-grid .inner-grid-boxes > a:after,
.grid.gallery-grid > li > article > a:after,
.grid.gallery-grid .inner-grid-boxes > article > a:after {
  content: "";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(252, 70, 0, 0.1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.grid.gallery-grid > li > a:hover .btn,
.grid.gallery-grid .inner-grid-boxes > a:hover .btn,
.grid.gallery-grid > li > article > a:hover .btn,
.grid.gallery-grid .inner-grid-boxes > article > a:hover .btn,
.grid.gallery-grid > li > a:hover:after,
.grid.gallery-grid .inner-grid-boxes > a:hover:after,
.grid.gallery-grid > li > article > a:hover:after,
.grid.gallery-grid .inner-grid-boxes > article > a:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.grid.gallery-grid.storytelling-grid > li > a:after,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes > a:after,
.grid.gallery-grid.storytelling-grid > li > article > a:after,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes > article > a:after {
  background: rgba(252, 70, 0, 0.1);
}
.grid.gallery-grid.storytelling-grid > li > a p,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes > a p,
.grid.gallery-grid.storytelling-grid > li > article > a p,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes > article > a p {
  margin-bottom: 0px;
  height: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.grid.gallery-grid.storytelling-grid > li > a:hover p,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes > a:hover p,
.grid.gallery-grid.storytelling-grid > li > article > a:hover p,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes > article > a:hover p {
  height: auto;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.grid.gallery-grid.storytelling-grid > li .article-content,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes .article-content {
  top: 50%;
  bottom: auto;
  left: 50%;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.grid.gallery-grid.storytelling-grid > li .article-content h4:before,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes .article-content h4:before {
  background-color: white;
}
.grid.gallery-grid.storytelling-grid > li .article-content span.play,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes .article-content span.play,
.grid.gallery-grid.storytelling-grid > li .article-content span.book,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes .article-content span.book {
  display: block;
  margin-bottom: 30px;
  color: white;
  font-size: 55px;
}
.grid.gallery-grid.storytelling-grid > li .article-content span.play i.icon-play,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes .article-content span.play i.icon-play,
.grid.gallery-grid.storytelling-grid > li .article-content span.book i.icon-play,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes .article-content span.book i.icon-play,
.grid.gallery-grid.storytelling-grid > li .article-content span.play i.icon-book,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes .article-content span.play i.icon-book,
.grid.gallery-grid.storytelling-grid > li .article-content span.book i.icon-book,
.grid.gallery-grid.storytelling-grid .inner-grid-boxes .article-content span.book i.icon-book {
  display: inline-block;
  padding: 22px 20px 22px 26px;
  font-size: 40px;
  border: 1px solid white;
  border-radius: 50%;
}
.grid.static-boxes article .article-content {
  overflow: visible;
  bottom: 90px;
}
.grid.static-boxes article .article-content * {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.grid.static-boxes article .article-content h4 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.grid.static-boxes article .article-content .play {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  width: 55px;
  height: 55px;
  margin-left: -22px;
  text-align: center;
  line-height: 55px;
  color: white;
  font-size: 28px;
  border: white solid 1px;
  border-radius: 50%;
}
.grid.static-boxes article .article-content .play i {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  display: block;
  margin: 12px 0 0 6px;
}
.grid.static-boxes article .article-content .icon-play,
.grid.static-boxes article .article-content .icon-book {
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  -webkit-opacity: 0.95;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
  filter: alpha(opacity=95);
}
.grid.static-boxes article:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.grid.static-boxes article:hover.black-overlay:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.grid.static-boxes article:hover.green-overlay:after {
  background-color: rgba(31, 186, 154, 0.8);
}
.grid.static-boxes article:hover .article-content {
  bottom: 125px;
}
.grid.static-boxes article:hover .article-content * {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.grid.static-boxes article.third > .article-content,
.grid.static-boxes article.two-third > .article-content {
  bottom: 125px;
}
.grid.static-boxes article.third > .article-content:hover,
.grid.static-boxes article.two-third > .article-content:hover {
  bottom: 125px;
}
.grid.static-boxes.storytell .books-holder {
  float: left;
  width: 33.3333%;
}
.grid.static-boxes.storytell .books-holder > .third {
  width: 100%;
}
.grid.static-boxes.storytell .videos-holder {
  float: left;
  width: 66.6666%;
}
.grid.static-boxes.storytell .videos-holder > .two-third {
  width: 100%;
}
.grid.static-boxes.storytell article .article-content {
  bottom: -125px;
}
.grid.static-boxes.storytell article .article-content p {
  height: 120px;
}
.grid.static-boxes.storytell article:hover .article-content {
  bottom: -30px;
}
@media screen and (max-width: 1500px) {
  .grid.static-boxes.storytell article:hover .article-content i {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
/*
SINGLE POST
------------------------------------------*/
.single-post h1 {
  padding: 0 20%;
}
.single-post.people-post h1 {
  margin-bottom: 10px;
  padding: 0;
}
.single-post .featured-img {
  margin-bottom: 40px;
}
.single-post .featured-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.single-post .meta {
  margin-bottom: 40px;
  text-align: center;
  font-size: 13px;
  color: #999999;
}
.single-post .meta a,
.single-post .meta span.orange {
  margin-right: 20px;
  color: #fc4600;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  transition: color 300ms ease;
}
.single-post.people-post .meta {
  font-size: 14px;
  text-transform: uppercase;
}
.entry a {
  color: #fc4600;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  transition: color 300ms ease;
}
.entry a:hover {
  color: #666673;
}
.entry img {
  max-width: 100%;
  height: auto;
}
.entry img.alignnone,
.entry img.aligncenter {
  display: block;
  margin: 30px auto 50px;
}
.entry img.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}
.entry img.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}
.entry .wp-caption.alignnone,
.entry .wp-caption.aligncenter {
  display: block;
  margin: 30px auto 50px;
}
.entry .wp-caption.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}
.entry .wp-caption.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}
.entry .wp-caption .wp-caption-text {
  font-style: italic;
  text-align: right;
}

.single-post.people-post .entry ul {
	margin-bottom: 30px; padding-left: 20px;
}
.single-post.people-post .entry ul li {
	list-style-type: disc;
	font-size: 17px; line-height: 24px; color: #999999;
}

.comments {
  padding: 100px 0 50px;
}
.comments h4 {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #666673;
}
.comments h4:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 72px;
  height: 1px;
  margin-left: -36px;
  background-color: #fc4600;
  top: auto;
  bottom: -20px;
}
.content-block {
  padding: 50px 0;
}
.content-block.gray-bgr {
  background-color: #F7F7F8;
}
.content-block.dark {
  background-color: #666673;
}
.content-block.dark h2,
.content-block.dark p {
  color: white;
}
.content-block.dark .accordion dt,
.content-block.dark .accordion dd {
  color: white;
}
.content-block.dark .accordion .trigger:before,
.content-block.dark .accordion .trigger:after {
  background: white;
}
.content-block.center {
  text-align: center;
}
.content-block.narrow-block {
  padding: 80px 10%;
}
.content-block.narrow-block .cols {
  margin: 0;
}
.content-block.narrow-block .cols .col {
  float: left;
  width: 60%;
}
.content-block.narrow-block .cols .col:first-child {
  width: 24%;
}
.content-block.facebook-blue {
  background-color: #395e97;
}
.content-block.facebook-blue h2,
.content-block.facebook-blue p {
  color: white;
}
.content-block.facebook-blue h2:after {
  background-color: white;
}
.content-block.facebook-blue .btn {
  color: white !important;
  border-color: white !important;
  background-color: transparent;
}
.content-block.facebook-blue .btn:hover {
  background: white !important;
  color: #395e97 !important;
}
.content-block.contact-us-block {
	overflow: hidden;
  background-image: url('../../pictures/contact-map.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content-block.contact-us-block h2 {
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.content-block.contact-us-block h2:before {
  bottom: 0;
  top: auto;
  left: 50%;
  margin-left: -36px;
}
.content-block.contact-us-block h3 {
  color: white;
  font-size: 15px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
}
.content-block.past-fellows article[id^='post-'] {
  margin-bottom: 65px;
}
.content-block.past-fellows article[id^='post-'] figure {
  margin-bottom: 30px;
  padding: 76px 38px 31px;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-block.past-fellows article[id^='post-'] figure hgroup {
  position: relative;
  z-index: 5;
  max-width: 210px;
}
.content-block.past-fellows article[id^='post-'] figure h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.content-block.past-fellows article[id^='post-'] figure h3 span {
  display: block;
  font-size: 16px;
  font-family: AvenirLTStd-Book, Helvetica, Arial, sans-serif;
}
.content-block.past-fellows article[id^='post-'] figure h4 {
  font-size: 13px;
}
.content-block.past-fellows article[id^='post-'] figure.white-txt {
  position: relative;
}
.content-block.past-fellows article[id^='post-'] figure.white-txt h3,
.content-block.past-fellows article[id^='post-'] figure.white-txt h4 {
  color: white;
}
.content-block.past-fellows article[id^='post-'] figure.white-txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.content-block.past-fellows article[id^='post-'] a {
  color: #666673;
}
.content-block.past-fellows article[id^='post-'] a:hover {
  color: #fc4600;
}
.content-block.past-fellows article[id^='post-'] .quote p {
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
}
.content-block.past-fellows article[id^='post-'] blockquote:before {
  display: none;
}
.staff-profiles {
  padding: 80px 0;
}
.staff-profiles h2 {
  position: relative;
  margin-bottom: 30px;
  color: #666673;
  text-align: left;
  text-transform: uppercase;
}
.staff-profiles h2:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 72px;
  height: 1px;
  margin-left: -36px;
  background-color: #fc4600;
  top: auto;
  left: 0;
  bottom: -20px;
  margin: 0;
}
.staff-profiles > .cols.wrapper {
  margin: 0 0 0 64px;
}
.staff-profiles > .cols.wrapper > * {
  overflow: hidden;
}
.staff-profiles > .cols.wrapper > .col {
  width: 20%;
}
.staff-profiles > .cols.wrapper > .grid {
  width: 80%;
}
.staff-profiles > .cols.wrapper > .grid article .article-content {
  bottom: -36px;
}
.staff-profiles > .cols.wrapper > .grid article:nth-child(2) .article-content {
  bottom: 0;
}
.staff-profiles > .cols.wrapper > .grid article:hover .article-content {
  bottom: 77px;
}
.staff-profiles > .cols.wrapper > .grid article:hover:nth-child(2) .article-content {
  bottom: 82px;
}
.wide-wrapper {
  padding: 80px 10%;
}
.cols {
  padding: 10px 0;
}
.cols .col {
  float: left;
  width: 60%;
  padding: 0 20px;
}
.cols .col:first-child,
.cols .col:nth-child(3) {
  width: 20%;
  min-height: 10px;
}
.cols .col:first-child {
  padding-left: 0;
}
.cols .col:first-child img {
  max-width: 100%;
  height: auto;
}
.cols .col:nth-child(3) {
  padding-right: 0;
}
.cols .col.center {
  text-align: center;
}
.cols .col.col.wider {
  width: 80%;
  padding-right: 0;
  padding-left: 10px;
}
.cols .col.expandable {
  position: relative;
}
.cols .col.expandable .expand-content {
  overflow: hidden;
  max-height: 230px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cols .col.expandable .expand-content.expanded {
  max-height: 10000px;
}
.cols .col.expandable .expand-trigger {
  position: absolute;
  top: -70px;
  left: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cols .col.expandable .expand-trigger:after,
.cols .col.expandable .expand-trigger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 1px;
  background-color: #666673;
}
.cols .col.expandable .expand-trigger:after {
  top: 7px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.cols .col.expandable .expand-trigger.active {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.cols.three {
  padding: 35px 0 80px;
}
.cols.three .column {
  width: 30%;
  float: left;
  margin-right: 5%;
}
.cols.three .column img {
  max-width: 100%;
}
.cols.three .column h4 {
  font-size: 13px;
  color: #b3b3bd;
  font-family: AvenirLTStd-Book, Helvetica, Arial, sans-serif;
}
.cols.three .column h4 span {
  margin-right: 10px;
  text-transform: uppercase;
  color: #666673;
}
.cols.three .column:last-child {
  margin-right: 0;
}
.item-list {
  zoom: 1;
  padding: 10px 0;
}
.item-list:before,
.item-list:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.item-list:after {
  clear: both;
}
.item-list dt,
.item-list dd {
  float: left;
  width: 50%;
  marigin: 0 20px;
  padding: 35px 0;
  border-top: #f0f0f0 solid 1px;
}
.item-list dt:first-child,
.item-list dd:first-child,
.item-list dt:nth-child(2),
.item-list dd:nth-child(2) {
  border-top: 0;
}
.item-list dt {
  clear: left;
  width: 20%;
  min-height: 10px;
  margin: 0 20px 0 0;
}
.item-list dt img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.item-list .btn {
  margin-top: 40px;
}
/*
PROJECTS
------------------------------------------*/
.project-entry .featured,
.page-entry .featured {
  position: relative;
  margin-bottom: 40px;
}
.project-entry .featured:before,
.page-entry .featured:before,
.project-entry .featured:after,
.page-entry .featured:after {
  content: "";
  position: absolute;
  top: -4px;
  height: 4px;
}
.project-entry .featured:before,
.page-entry .featured:before {
  left: 0;
  width: 25%;
  background-color: #9dbbd5;
}
.project-entry .featured:after,
.page-entry .featured:after {
  right: 0;
  width: 75%;
  background-color: #fc4600;
}
.project-entry .featured img,
.page-entry .featured img {
  display: block;
  width: 100%;
  height: auto;
}
.project-entry img.full,
.page-entry img.full {
  display: block;
  width: 100%;
  height: auto;
}
/*
404
------------------------------------------*/
.no-page-outer {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding-top: 0;
  background: url(../../pictures/404-bgr.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.no-page-outer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.no-page-outer:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 160px;
  z-index: 2;
  width: 126px;
  height: 48px;
  margin-left: -20px;
  background: url(../img/404-page-mark.png) 50% 0 no-repeat;
}
.no-page-outer .content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 600px;
  margin-top: -80px;
  margin-left: -300px;
  text-align: center;
}
.no-page-outer .content h1 {
  margin-bottom: 60px;
  color: white;
  font-size: 79px;
}
.no-page-outer .content p {
  position: relative;
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 26px;
  color: white;
}
.no-page-outer .content p:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 72px;
  height: 1px;
  margin-left: -36px;
  background-color: #fc4600;
}
/*
NETWORKS & PARTNERSHIPS
------------------------------------------*/
.netwpart-holder {
  text-align: center;
  zoom: 1;
}
.netwpart-holder:before,
.netwpart-holder:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.netwpart-holder:after {
  clear: both;
}
.netwpart-holder .half {
  width: 50%;
  padding: 50px 50px 85px;
  text-align: center;
  background: #f7f7f8;
}
.netwpart-holder .half h6 {
  margin-bottom: 40px;
  font-size: 13px;
  color: #666673;
}
.netwpart-holder .half.right {
  background: #e9e9ec;
}
.netwpart-holder img {
  display: inline-block;
  vertical-align: middle;
  margin: 20px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.netwpart-holder img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
.netwpart-holder .cycle-pager {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 120;
  width: 100%;
  text-align: center;
}
.netwpart-holder .cycle-pager span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  text-indent: -9999px;
  background-color: #4d4d5c;
  border-radius: 50%;
  cursor: pointer;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
.netwpart-holder .cycle-pager span.cycle-pager-active {
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  -webkit-opacity: 0.95;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
  filter: alpha(opacity=95);
}
/*
VARIOUS ELEMENTS
------------------------------------------*/
.wide-title {
  padding: 20px;
  font-size: 13px;
  color: #666673;
  text-transform: uppercase;
  text-align: center;
  background-color: #eeeef0;
}
.wide-title.title-trigger {
  padding: 0 20px;
}
.wide-title.title-trigger a {
  display: inline-block;
  position: relative;
  padding: 20px 25px 20px 0;
  color: #B3B3BD;
  outline: none;
}
.wide-title.title-trigger a span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 13px;
  margin-top: -8px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.wide-title.title-trigger a span:after,
.wide-title.title-trigger a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 13px;
  height: 1px;
  background-color: #B3B3BD;
}
.wide-title.title-trigger a span:after {
  top: 7px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.wide-title.title-trigger a.active {
  color: #666673;
}
.wide-title.title-trigger a.active span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.wide-title.title-trigger a.active span:after,
.wide-title.title-trigger a.active span:before {
  background-color: #666673;
}
.wide-title.browse-news.title-trigger a {
  padding: 20px;
  cursor: default;
}
.wide-title.browse-news.title-trigger a span {
  display: none;
}
.wide-title.browse-news.title-trigger a.active {
  color: #B3B3BD;
}
.filter-outer {
  display: none;
}
.wide-hoolder {
  position: relative;
  z-index: 99;
  padding: 40px 0;
  margin-top: -1px;
  text-align: center;
  background-color: #4d4d5c;
}
.horiz-nav {
  padding: 30px 0;
  text-align: center;
}
.horiz-nav li {
  display: inline-block;
  margin: 0 16px;
  font-size: 13px;
  letter-spacing: normal;
}
.horiz-nav li a {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  color: white;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.horiz-nav li a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.horiz-nav li.active a {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.horiz-nav.dark-bgr {
  background-color: #666673;
  display: block;
}
.filter-inner {
  width: 815px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: left;
}
.filter-inner ul li {
  display: block;
  margin: 0;
  padding: 5px 0;
  letter-spacing: normal;
}
.filter-inner ul li > label {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  display: inline-block;
  font-size: 12px;
  color: white;
  cursor: pointer;
}
.filter-inner ul li .checkbox-outer {
  margin-right: 5px;
}
.filter-inner ul li .checkbox-outer label {
  border-color: transparent;
}
.filter-inner ul li:hover .checkbox-outer label {
  border-color: white;
}
.filter-inner ul li.checked > label {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.filter-inner h5 {
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  border-bottom: #94949c solid 1px;
}
.filter-inner .select-all {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
}
.filter-inner .select-all .checkbox-outer {
  margin-left: 5px;
}
.filter-inner > .left {
  width: 20%;
}
.filter-inner > .right {
  position: relative;
  width: 75%;
}
.filter-inner > .right ul {
  overflow: hidden;
}
.filter-inner > .right ul li {
  float: left;
  width: 33%;
}
.back {
  margin-bottom: 60px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 30px;
}
.back a {
  display: inline-block;
  padding-left: 34px;
  color: #999999;
  background: url(../img/arrow-back.svg) 10px 50% no-repeat;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.back a:hover {
  color: #666673;
  background-position: 0 50%;
}
.twitter-feed {
  padding: 40px 0;
}
.twitter-feed .col {
  float: left;
}
.twitter-feed .col.col-fourth {
  width: 25%;
}
.twitter-feed .col.col-three-fourths {
  width: 75%;
}
.twitter-feed .col .icon-twitter {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  font-size: 60px;
  color: white;
  text-align: center;
  line-height: 54px;
  background-color: #29abe1;
  border-radius: 50%;
}
.twitter-feed .col h3 {
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #666673;
}
.twitter-feed .col p {
  font-size: 13px;
  color: #999999;
}
.center-list {
  margin-bottom: 40px;
  text-align: center;
}
.center-list li {
  display: inline-block;
  margin: 0 15px;
  font-size: 13px;
  color: #B3B3BD;
  text-transform: uppercase;
  border-top-style: solid;
  border-top-width: 0;
  border-top-color: transparent;
}
.center-list li a {
  display: block;
  padding: 10px 0;
  color: #B3B3BD;
  border-top: 1px solid transparent;
}
.center-list li a:hover {
  color: #666673;
  border-color: rgba(252, 70, 0, 0.6);
}
.center-list li.orange a:hover {
  border-top-color: #9650a5;
}
.center-list li.blue-light a:hover {
  border-top-color: #9dbbd5;
}
.center-list li.blue a:hover {
  border-top-color: #3997d5;
}
.center-list li.green a:hover {
  border-top-color: #1fba9a;
}
.center-list li.selected,
.center-list li.cycle-pager-active {
  border-top-width: 1px;
  border-top-color: #fc4600;
}
.center-list li.selected a,
.center-list li.cycle-pager-active a {
  color: #666673;
  border-top: 1px solid transparent;
}
.center-list li.selected a:hover,
.center-list li.cycle-pager-active a:hover {
  border-color: transparent;
}
.center-list li.selected.all-orange,
.center-list li.cycle-pager-active.all-orange {
  border-top-color: #fc4600;
}
.center-list li.selected.orange,
.center-list li.cycle-pager-active.orange {
  border-top-color: #9650a5;
}
.center-list li.selected.blue-light,
.center-list li.cycle-pager-active.blue-light {
  border-top-color: #9dbbd5;
}
.center-list li.selected.blue,
.center-list li.cycle-pager-active.blue {
  border-top-color: #3997d5;
}
.center-list li.selected.green,
.center-list li.cycle-pager-active.green {
  border-top-color: #1fba9a;
}

/* NEW COLORS */
.center-list li.orange a:hover {
  border-top-color: #A2D4F2;
}
.center-list li.blue-light a:hover {
  border-top-color: #F2B544;
}
.center-list li.blue a:hover {
  border-top-color: #03588C;
}
.center-list li.green a:hover {
  border-top-color: #B6D96C;
}
.center-list li.violet a:hover {
  border-top-color: #AC7EBF;
}

.center-list li.selected.orange,
.center-list li.cycle-pager-active.orange {
  border-top-color: #A2D4F2;
}
.center-list li.selected.blue-light,
.center-list li.cycle-pager-active.blue-light {
  border-top-color: #F2B544;
}
.center-list li.selected.blue,
.center-list li.cycle-pager-active.blue {
  border-top-color: #03588C;
}
.center-list li.selected.green,
.center-list li.cycle-pager-active.green {
  border-top-color: #B6D96C;
}
.center-list li.selected.violet,
.center-list li.cycle-pager-active.violet {
  border-top-color: #AC7EBF;
}



.center-list.sticky {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  width: 100%;
  margin-bottom: 0px;
  background: #fc4600;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.center-list.sticky li {
  margin: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0px);
}
.center-list.sticky li a {
  padding: 25px 25px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0px);
  border: 0;
}
.center-list.sticky li.active {
  background: #ffffff;
}
.center-list.sticky li.active a {
  position: relative;
  color: #fc4600;
}
.center-list.sticky li.active a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 17px;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background-color: #fc4600;
}
.center-list.sticky.in-view {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.awards-list {
  overflow: hidden;
  margin-bottom: 30px;
}
.awards-list li {
  float: left;
  width: 33.333%;
  padding: 10px;
  margin: 0 !important;
}
.awards-list li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.awards-list li a img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.awards-list li a .txt {
  position: absolute;
  left: 0;
  bottom: -120%;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 18px;
  text-align: center;
  background-color: #fc4600;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.awards-list li a .txt h5 {
  position: relative;
  margin-bottom: 40px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: white;
  text-transform: uppercase;
}
.awards-list li a .txt h5:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #ffffff;
  top: auto;
  bottom: -20px;
}
.awards-list li a .txt p {
  font-family: AvenirLTStd-Light, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: white;
  line-height: 18px;
}
.awards-list li a:hover .txt {
  bottom: 0;
}
.awards-list.grouped-awards {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.awards-list.grouped-awards * {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.awards-list.grouped-awards li a {
  position: static;
}
.awards-list.grouped-awards li a div.all-winners {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  overflow-x: hidden;
  width: 0;
  height: 0;
  max-width: 100%;
  background: #ffffff;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.awards-list.grouped-awards li a div.all-winners img {
  display: block;
  width: 25%;
  height: auto;
  margin: 30px;
}
.awards-list.grouped-awards li a div.all-winners h3.award-title {
  padding: 0 30px;
  text-align: left;
}
.awards-list.grouped-awards li a div.all-winners article {
  display: block;
  padding: 0 30px 30px;
  text-align: left;
}
.awards-list.grouped-awards li a div.all-winners article span h3 {
  margin-bottom: 5px;
  padding: 0;
  font-size: 17px;
  line-height: 23px;
  color: #999999;
  font-weight: 700;
}
.awards-list.grouped-awards li a div.all-winners article span p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 24px;
  color: #999999;
}
.credit-list {
  overflow: hidden;
  padding-right: 15%;
}
.credit-list dt {
  float: left;
  clear: left;
  width: 22%;
  padding: 40px 0;
  margin-right: 3%;
  border-top: #f0f0f0 solid 1px;
}
.credit-list dt i {
  float: left;
  position: relative;
  width: 46px;
  height: 46px;
  margin-right: 10px;
  border: #848484 solid 1px;
  border-radius: 50%;
}
.credit-list dt i:before {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 32px;
  color: #848484;
  text-align: center;
  line-height: 46px;
}
.credit-list dt i.icon-host:before,
.credit-list dt i.icon-expert:before,
.credit-list dt i.icon-documentary:before,
.credit-list dt i.icon-assistants:before {
  top: -2px;
}
.credit-list dt i.icon-dm:before {
  top: -1px;
}
.credit-list dt h3 {
  padding-top: 12px;
  font-size: 18px;
  line-height: 21px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  color: #666673;
  text-transform: uppercase;
}
.credit-list dt h3.multi {
  padding-top: 0;
}
.credit-list dt:first-child {
  border: 0;
}
.credit-list dd {
  float: left;
  width: 60%;
  padding: 40px 0;
  border-top: #f0f0f0 solid 1px;
}
.credit-list dd:nth-child(2) {
  border: 0;
}
.credit-list dd p:last-child {
  margin-bottom: 0;
}
.accordion {
  margin-bottom: 40px;
}
.accordion dl dt {
  position: relative;
  padding: 20px 0;
  font-size: 24px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  color: #666673;
  border-top: #e5e5e5 solid 1px;
}
.accordion dl dt .trigger {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion dl dt .trigger:after,
.accordion dl dt .trigger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 1px;
  background-color: #666673;
}
.accordion dl dt .trigger:after {
  top: 7px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.accordion dl dt .icon-download {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  cursor: pointer;
}
.accordion dl dt.active span:not(.icon-download) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.accordion dl dd {
  display: none;
  padding: 10px 0;
}
.accordion dl dd.visible {
  display: block;
}
.accordion dl:first-child dt {
  border: none !important;
}
.accordion dl.quote img.attachment-small-thumb-size {
  margin-bottom: 25px;
  border-radius: 50%;
}
.student-work {
  margin-bottom: 50px;
}
.student-work .item {
  overflow: hidden;
}
.student-work .item .inner {
  position: relative;
  width: 55%;
  max-height: 300px;
  margin: 0 auto;
  padding-bottom: 40px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
}
.student-work .item .inner .close {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 3;
  padding-left: 24px;
  font-size: 13px;
  color: #666673;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.student-work .item .inner .close:after,
.student-work .item .inner .close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 1px;
  background-color: #666673;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.student-work .item .inner .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.student-work .item .inner .close:hover:after,
.student-work .item .inner .close:hover:before {
  background-color: #fc4600;
}
.student-work .item .inner hgroup {
  position: absolute;
  left: 0;
  bottom: -120%;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  text-align: center;
  background-color: rgba(252, 70, 0, 0.8);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.student-work .item .inner hgroup .btn {
  color: white;
}
.student-work .item .inner hgroup .btn:hover {
  color: #666673;
}
.student-work .item .inner img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.student-work .item .inner h5 {
  margin-bottom: 40px;
  font-size: 24px;
  color: white;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.student-work .item .inner:hover:after {
  display: none;
}
.student-work .item .inner:hover hgroup {
  bottom: 0;
}
.student-work .item.active {
  background-color: #fafafa;
}
.student-work .item.active .inner {
  max-height: 11000px;
}
.student-work .item.active .inner .btn {
  display: none;
}
.student-work .item.active .inner hgroup {
  position: relative;
  bottom: auto;
  padding: 0;
  text-align: left;
  background-color: transparent;
}
.student-work .item.active .inner .close {
  display: block;
}
.student-work .item.active .inner h5 {
  position: relative;
  margin-bottom: 60px;
  color: #666673;
}
.student-work .item.active .inner h5:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 72px;
  height: 1px;
  margin-left: -36px;
  background-color: #fc4600;
  top: auto;
  bottom: -45px;
  left: 0;
  height: 2px;
  margin: 0;
}
.student-work .item.other .inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.fullwidth-image {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fullwidth-image .article-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  color: white;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fullwidth-image .article-content h4 {
  margin: 25px 0;
  font-size: 34px;
}
.fullwidth-image .article-content p {
  font-size: 18px;
}
.fullwidth-image .article-content a {
  display: block;
  color: white;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.fullwidth-image .article-content a .play {
  display: block;
  margin-bottom: 20px;
  font-size: 50px;
}
.fullwidth-image .article-content a strong {
  text-transform: uppercase;
}
.fullwidth-image .article-content a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.fullwidth-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}
.fullwidth-image,
.hero-slider li {
  overflow: hidden;
}
.fullwidth-image .image-caption,
.hero-slider li .image-caption {
  position: absolute;
  bottom: -84px;
  right: 0;
  z-index: 3;
  max-width: 55%;
  max-height: 84px;
  overflow: hidden;
  padding: 6px 35px;
  color: white;
  line-height: 24px;
  font-size: 16px;
  background: #fc4600;
  -webkit-transition: bottom 500ms ease-in-out;
  -moz-transition: bottom 500ms ease-in-out;
  -o-transition: bottom 500ms ease-in-out;
  -ms-transition: bottom 500ms ease-in-out;
  transition: bottom 500ms ease-in-out;
}
.fullwidth-image .image-caption.green,
.hero-slider li .image-caption.green {
  background: #1fba9a;
}
.fullwidth-image:hover .image-caption,
.hero-slider li:hover .image-caption {
  bottom: 0;
}
.color-coded-strip {
  position: relative !important;
  display: block;
  width: 100%;
  height: 5px;
  margin: 0 !important;
}
.color-coded-strip li {
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 9;
  width: 25%;
  height: 5px;
  padding: 0 !important;
  margin: 0 !important;
}
.color-coded-strip li span {
  display: none;
}
.color-coded-strip li:before {
  display: none;
}
.color-coded-strip li.green {
  background-color: #1fba9a;
}
.color-coded-strip li.orange {
  background-color: #9650a5;
}
.color-coded-strip li.blue {
  background-color: #3997d5;
}
.color-coded-strip li.blue-light {
  background-color: #9dbbd5;
}
.color-coded-strip li:first-child {
  width: 100%;
}
.color-coded-strip li:nth-child(2) {
  z-index: 10;
}
.color-coded-strip li:nth-child(3) {
  width: 50%;
  z-index: 9;
}
.color-coded-strip li:nth-child(4) {
  left: 75%;
}
/*
MINOR PAGE UPDATE
------------------------------------------*/
.minor-page-outer .page-entry.content-block .feature-list-2-cols ul,
.minor-page-outer .page-entry.content-block .icon-list-3-cols ul {
  zoom: 1;
  padding-top: 50px;
}
.minor-page-outer .page-entry.content-block .feature-list-2-cols ul:before,
.minor-page-outer .page-entry.content-block .icon-list-3-cols ul:before,
.minor-page-outer .page-entry.content-block .feature-list-2-cols ul:after,
.minor-page-outer .page-entry.content-block .icon-list-3-cols ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.minor-page-outer .page-entry.content-block .feature-list-2-cols ul:after,
.minor-page-outer .page-entry.content-block .icon-list-3-cols ul:after {
  clear: both;
}
.minor-page-outer .page-entry.content-block .feature-list-2-cols ul li,
.minor-page-outer .page-entry.content-block .icon-list-3-cols ul li {
  float: left;
  margin: 0;
  margin-bottom: 50px;
  font-family: AvenirLTStd-Book, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #999999;
}
.minor-page-outer .page-entry.content-block .feature-list-2-cols ul li strong,
.minor-page-outer .page-entry.content-block .icon-list-3-cols ul li strong {
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
}
.minor-page-outer .page-entry.content-block .feature-list-2-cols ul li:before,
.minor-page-outer .page-entry.content-block .icon-list-3-cols ul li:before {
  display: none;
}
.minor-page-outer .page-entry.content-block .feature-list-2-cols ul li {
  width: 50%;
  padding: 20px 80px 0 0;
}
.minor-page-outer .page-entry.content-block .feature-list-2-cols ul li img {
  float: left;
  margin-right: 40px;
  margin-top: -20px;
}
.minor-page-outer .page-entry.content-block .feature-list-2-cols ul li div {
  overflow: hidden;
}
.minor-page-outer .page-entry.content-block .icon-list-3-cols ul {
  margin: 0 -30px;
}
.minor-page-outer .page-entry.content-block .icon-list-3-cols ul li {
  width: 33%;
  padding: 0 30px;
  text-align: center;
}
.minor-page-outer .page-entry.content-block .icon-list-3-cols ul li img {
  display: block;
  margin: 0 auto 20px;
}
.minor-page-outer .page-entry.content-block .icon-list-3-cols ul li strong {
  color: #fc4600;
}
.minor-page-outer .page-entry.content-block .icon-list-3-cols.links ul {
  text-align: center;
}
.minor-page-outer .page-entry.content-block .icon-list-3-cols.links ul li {
  float: none;
  display: inline-block;
  width: 30%;
  vertical-align: top;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
}
.minor-page-outer .page-entry.content-block .icon-list-3-cols.links ul li a {
  color: #808080;
}
.minor-page-outer .page-entry.content-block .icon-list-3-cols.links ul li a:hover {
  color: #fc4600;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list {
  position: relative;
  padding-left: 90px;
  margin-right: -70px;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list > p {
  margin: 0;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list .first-img {
  position: absolute;
  left: 0;
  top: 0;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list ol {
  zoom: 1;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list ol:before,
.minor-page-outer .page-entry.content-block .horizontal-feature-list ol:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list ol:after {
  clear: both;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list ol li {
  float: left;
  position: relative;
  width: 20%;
  padding: 0 45px 0 0;
  margin: 0 0 20px;
  color: #fc4600;
  font-size: 15px;
  line-height: 20px;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list ol li:before {
  left: -30px;
  top: 98px;
  width: auto;
  height: auto;
  font-family: AvenirLTStd-Light, Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #999999;
  background-color: transparent;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list ol li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 31px;
  z-index: 1;
  width: 100%;
  height: 4px;
  background-color: #fc4600;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list ol li img {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
  background-color: white;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list ol li:first-child span {
  position: relative;
  display: block;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list ol li:first-child span:before {
  content: "";
  position: absolute;
  left: -42px;
  top: 25px;
  z-index: 1;
  width: 15px;
  height: 15px;
  background-color: #fc4600;
  border-radius: 50%;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list ol li:first-child span:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 31px;
  z-index: 1;
  width: 30px;
  height: 4px;
  background-color: #fc4600;
}
.minor-page-outer .page-entry.content-block .horizontal-feature-list ol li:last-child:after {
  display: none;
}
.grid.randomized-grid {
  overflow: hidden;
}
.grid.randomized-grid article {
  width: 16.66666%;
}
.grid.randomized-grid article:nth-child(1),
.grid.randomized-grid article:nth-child(25),
.grid.randomized-grid article:nth-child(26) {
  width: 33.3333%;
}
.grid.randomized-grid article:nth-child(10),
.grid.randomized-grid article:nth-child(11),
.grid.randomized-grid article:nth-child(16) {
  float: right;
  width: 33.3333%;
}
.grid.randomized-grid article .article-content {
  bottom: -50px;
}
.grid.randomized-grid article .article-content h4 {
  margin-bottom: 20px;
}
.grid.randomized-grid article .article-content h4:before {
  bottom: -7px;
}
.grid.randomized-grid article .article-content p {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.grid.randomized-grid article .article-content span.empty {
  display: block;
  height: 36px;
}
.grid.randomized-grid article:hover .article-content {
  bottom: 40px;
}
.apply-bottom-outer {
  padding: 70px 0 100px;
  background-color: #fc4600;
}
.apply-bottom-outer .inner-wrap {
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
}
.apply-bottom-outer .inner-wrap h3 {
  position: relative;
  margin-bottom: 50px;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 60px;
  color: white;
}
.apply-bottom-outer .inner-wrap h3:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 74px;
  height: 1px;
  margin-left: -37px;
  background-color: #ffffff;
  bottom: -25px;
  top: auto;
}
.apply-bottom-outer .inner-wrap p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 24px;
  color: white;
}
.apply-bottom-outer .inner-wrap p a {
  color: white;
}
.apply-bottom-outer .inner-wrap p a:hover {
  text-decoration: underline;
}
.apply-bottom-outer .inner-wrap .button {
  display: inline-block;
  height: 60px;
  min-width: 200px;
  padding: 0 20px;
  margin-bottom: 30px;
  font-family: AvenirLTStd-Book, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 60px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.apply-bottom-outer .inner-wrap .button.button-white {
  color: #fc4600;
  background-color: white;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
}
.apply-bottom-outer .inner-wrap .button.button-white:hover {
  background-color: #ebebeb;
}
.apply-bottom-outer .inner-wrap .button.button-ghost {
  color: white;
  border: white solid 1px;
}
.apply-bottom-outer .inner-wrap .button.button-ghost:hover {
  background-color: #e33f00;
}
.apply-bottom-outer .inner-wrap .button.icon-download {
  padding-left: 54px;
  font-size: 13px;
  background: url(../img/btn-icon-pdf.png) 10px 50% no-repeat;
}
.apply-bottom-outer .inner-wrap .button.icon-download:before {
  display: none;
}
/*
FOOTER
------------------------------------------*/
footer {
  padding-top: 150px;
}
footer .footer-columns {
  margin-bottom: 60px;
}
footer .footer-columns .col {
  float: left;
  position: relative;
  width: 25%;
  padding-right: 150px;
}
footer .footer-columns .col p {
  font-size: 13px;
  color: #808080;
  line-height: 16px;
}
footer .footer-columns .col .footer-logo {
  display: block;
  width: 90px;
  height: 21px;
  margin-bottom: 5px;
  text-indent: -9999px;
  background: url(../img/logos/ac-150.png) 0 0 no-repeat;
  background-size: contain;
}
footer .footer-columns .col small {
  display: block;
  font-size: 13px;
  color: #808080;
}
footer .footer-columns .col small a {
  color: #808080;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer .footer-columns .col small a:hover {
  color: #b3b3b3;
}
footer .footer-columns .col .nletter-form {
  position: relative;
  margin-bottom: 10px;
}
footer .footer-columns .col .nletter-form input[type="text"] {
  width: 100%;
  height: 26px;
  padding: 0 30px 0 10px;
  font-size: 13px;
  color: #666673;
  background-color: white;
  border: #cccccc solid 1px;
}
footer .footer-columns .col .nletter-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: url(../img/arrow-right.svg) 50% 50% no-repeat #666673;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer .footer-columns .col .nletter-form input[type="submit"]:hover {
  background-color: #4d4d5c;
}
footer .footer-columns .col .social {
  zoom: 1;
}
footer .footer-columns .col .social:before,
footer .footer-columns .col .social:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
footer .footer-columns .col .social:after {
  clear: both;
}
footer .footer-columns .col .social li {
  float: left;
  margin-right: 30px;
}
footer .footer-columns .col .social li a {
  display: block;
  width: 32px;
  height: 32px;
  color: white;
}
footer .footer-columns .col .social li.facebook a {
  box-shadow: 0 0 0 2px #507cbd;
}
footer .footer-columns .col .social li.facebook a:after {
  background: #507cbd;
}
footer .footer-columns .col .social li.facebook a:hover:before {
  color: #507cbd;
}
footer .footer-columns .col .social li.twitter a {
  box-shadow: 0 0 0 2px #64cbee;
}
footer .footer-columns .col .social li.twitter a:after {
  background: #64cbee;
}
footer .footer-columns .col .social li.twitter a:hover:before {
  color: #64cbee;
}
footer .footer-columns .col .social li.instagram a {
  box-shadow: 0 0 0 2px #4f7ea6;
}
footer .footer-columns .col .social li.instagram a:after {
  margin-left: 1px;
  background: #4f7ea6;
}
footer .footer-columns .col .social li.instagram a:hover:before {
  color: #4f7ea6;
}
footer .footer-columns .col .to-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  background: #4d4d5c url(../img/arrow-top.svg) 50% -1px no-repeat;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer .footer-columns .col .to-top:hover {
  background-color: #666673;
}
footer .bottom-footer {
  padding: 25px 0;
  background-color: #666673;
}
footer .bottom-footer p {
  float: left;
  font-size: 10px;
  color: #cccccc;
}
footer .bottom-footer ul {
  float: right;
}
footer .bottom-footer ul li {
  float: left;
  margin-left: 36px;
  font-size: 10px;
  color: #cccccc;
}
footer .bottom-footer ul li a {
  color: #cccccc;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  transition: color 300ms ease;
}
footer .bottom-footer ul li a:hover {
  color: white;
}
.tabs-outer {
  overflow: hidden;
}
div[id^="paging-ctrl-"] {
  padding: 20px 20px 40px;
  text-align: center;
}
div[id^="paging-ctrl-"] a {
  display: inline-block;
}
.custom-wrap {
  margin: 0 0 40px;
  zoom: 1;
}
.custom-wrap:before,
.custom-wrap:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.custom-wrap:after {
  clear: both;
}
.custom-wrap img {
  height: auto;
}
.custom-wrap.two-img img {
  width: 47%;
  float: left;
}
.custom-wrap.two-img img:first-child {
  margin-right: 6%;
}
.custom-wrap.three-img img {
  width: 30%;
  float: left;
}
.custom-wrap.three-img img:nth-child(2) {
  margin: 0 5%;
}
/**
* Home page block
*/
.dm15yrs-promo {
  height: 475px;
  text-align: center;
  color: #ffffff;
  background: url('../img/promo-bg.jpg') 50% 50% no-repeat;
  background-size: cover;
}
.dm15yrs-promo i {
  display: inline-block;
  margin-bottom: 45px;
  font-size: 60px;
}
.dm15yrs-promo h4,
.dm15yrs-promo h3 {
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
}
.dm15yrs-promo h4 {
  padding: 0 20px;
  font-size: 61px;
  line-height: 70px;
}
.dm15yrs-promo h3 {
  position: relative;
  padding: 0 20px 30px;
  margin: 0;
  font-size: 80px;
  transition: all 300ms ease-in;
}
.dm15yrs-promo h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 1px;
  margin-left: -35px;
  background: #FFF;
}
.dm15yrs-promo .btn {
  overflow: hidden;
  height: 0;
  border-color: transparent;
  transition: none;
  transition: height 300ms ease-in;
}
.dm15yrs-promo .article-content {
  transition: all 300ms ease-in;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dm15yrs-promo:hover .btn {
  height: auto;
  border-color: white;
}
.dm15yrs-promo:hover h3 {
  margin-bottom: 45px;
}
.full-width.quote {
  padding: 75px 0 80px;
  text-align: center;
  background: #fff;
}
.full-width.quote blockquote {
  width: 40vw;
  display: inline-block;
  text-align: center;
  font-family: AvenirLTStd-Heavy, Helvetica, Arial, sans-serif;
}
.full-width.quote blockquote p {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 35px;
  font-size: 22px;
}
.full-width.quote blockquote p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 1px;
  margin-left: -35px;
  background: #FF4500;
}
.full-width.quote blockquote cite {
  font-size: 16px;
  color: #B3B3B3;
}
@media screen and (max-width: 768px) {
  .full-width.quote blockquote {
    width: 100%;
  }
}
/*
Fallbacks
------------------------------------------*/
html.no-svg footer .footer-columns .col .nletter-form input[type="submit"] {
  background-image: url(../img/arrow-right.png);
}
html.no-svg .back a {
  background-image: url(../img/arrow-bac.png);
}
html.no-svg .wide-btn {
  background-image: url(../img/arrow-bottom.png);
}
html.no-svg .hero-outer .controls.prev-slide {
  background-image: url(../img/arrow-left.png);
}
html.no-svg .hero-outer .controls.next-slide {
  background-image: url(../img/arrow-right.png);
}
html.no-svg footer .footer-columns .col .to-top {
  background-image: url(../img/arrow-top.png);
}
@media screen and (max-width: 1440px) {
  .grid article.fourth .article-content h4,
  .grid .inner-grid-boxes article.half .article-content h4 {
    max-height: 35px;
  }
  footer .footer-columns .col {
    padding-right: 100px;
  }
  .single-post h1 {
    padding: 0 10%;
  }
  .grid > li:hover > .article-content {
    bottom: 58px;
  }
  .credit-list {
    padding-right: 0;
  }
  .credit-list dt {
    width: 30%;
    margin-right: 5%;
  }
  .credit-list dd {
    width: 65%;
  }
}
@media screen and (max-width: 1300px) {
  .wrapper {
    margin: 0 30px;
  }
  .crossroads li {
    max-width: 30%;
  }
  header.menu-active .top-menu li.menu-trigger {
    right: 30px;
  }
  .top-featured-box .featured-content {
    padding-top: 140px;
  }
  .grid > li:hover > .article-content {
    bottom: 28px;
  }
  .grid article .article-content p {
    margin-bottom: 20px;
  }
  .grid.project-list-grid article .article-content p {
    margin-bottom: 40px;
  }
  .grid article.quote blockquote {
    padding: 20px;
  }
  .grid article.nletter .nletter-outer .nletter-content {
    padding: 20px 20px 0;
  }
  .grid.project-list-grid article:hover > .article-content {
    bottom: 0;
  }
  .grid.project-list-grid article.fourth:hover > .article-content,
  .grid.project-list-grid .inner-grid-boxes article:hover > .article-content {
    bottom: -20px;
  }
  .wide-btn {
    padding: 20px 0 30px;
  }
  .no-page-outer:after {
    top: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .grid article:hover > .article-content {
    bottom: 40px;
  }
  .grid.project-list-grid article > .article-content {
    bottom: -152px;
  }
  .grid.project-list-grid article:hover > .article-content {
    bottom: 0;
  }
  .grid.project-list-grid article.fourth:hover > .article-content,
  .grid.project-list-grid .inner-grid-boxes article:hover > .article-content {
    bottom: -50px;
  }
  .grid article .article-content p {
    display: none;
  }
  .grid article .article-content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  footer .footer-columns .col {
    padding-right: 50px;
  }
}
@media screen and (max-width: 520px) {
  .popup-form-content {
    width: 300px;
    padding: 10px;
  }
}
@media screen and (min-width: 1500px) {
  .awards-list li a .txt {
    padding: 50px;
  }
}


.content-block.no-padding {
	padding: 0 !important;
}
.content-block.no-padding + .content-block {
	padding: 20px 0 30px;
}