/*
    Document   : gavinsolmonese
    Created on : Aug 22, 2012, 10:41:02 AM
    Author     : ndhakal
    Description:
        Purpose of the stylesheet follows.
*/

/** Global Styles START **/

@font-face {
  font-family: 'chunkfiveroman';
  src: url('../fonts/chunkfive-webfont.woff2') format('woff2'),
    m url('../fonts/chunkfive-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  height: auto;
  overflow: scroll;
}

body {
  font-family: Arial, Verdana, Helvetica;
  font-size: 12px;
  line-height: 14px;
  background-color: #f0f0f0;
  color: #434343;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  font-weight: bold;
}

h2.page-title {
  font-size: 40px;
  font-family: 'Arvo', serif;
  margin-bottom: 30px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}

#page,
.region-bottom {
  width: 980px;
  margin: 0 auto;
  background-color: #ffffff;
}

#header {
  background-color: #000000;
  position: relative;
  width: 980px;
  z-index: 1063;
}

#logo {
  /*margin: 27px 0 0 38px;*/
  margin: 27px 0 0 38px;
  float: left;
  width: 342px;
}

.not-front #main,
.not-front#main {
  padding-top: 30px;
}

.not-front.no-sidebars #main,
.sidebar-second #main,
.sidebar-first #main,
#main {
  width: 780px;
  margin: 0 auto;
}

.sidebar-second #main #content {
  float: left;
  width: 480px;
  padding-right: 20px;
}

.sidebar-second #main .sidebars {
  float: left;
  width: 280px;
  /*padding-top: 140px;*/
  /*padding-top: 100px;*/
  padding-top: 77px;
}

.sidebar-first #main #content {
  float: left;
  width: 580px;
  margin-left: 200px;
  margin-right: -780px;
  float: right;
  margin: 0;
}

.sidebar-first #main .sidebars {
  float: left;
  width: 200px;
}

.breadcrumb,
.breadcrumbs {
  margin-bottom: 24px;
}

.breadcrumb li,
.breadcrumb li a,
.breadcrumbs,
.breadcrumbs span {
  color: #8d8d8d;
  font-size: 10px;
}

#utility-nav {
  float: right;
  width: 100px;
  /*margin-left: 535px;*/
}

a#icon-facebook,
a#icon-twitter,
a#icon-linkedin {
  float: left;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-left: 1px;
  color: #181c1e;
  background-color: #848484;
  font-size: 24px;
  line-height: 32px;
}

a#icon-facebook {
  line-height: 36px;
}

a#icon-facebook:hover,
a#icon-twitter:hover,
a#icon-linkedin:hover {
  background-color: #d71f27;
}

/* a#icon-facebook {
    background: url('../images/icon_fb.png') no-repeat;
    height: 31px;
}
a#icon-facebook:hover {
    background: url('../images/icon_fb_on.png') no-repeat;
}
a#icon-twitter {
    background: url('../images/icon_twitter.png') no-repeat;
    height: 31px;
    padding-left: 1px;
}
a#icon-twitter:hover {
    background: url('../images/icon_twitter_on.png') no-repeat;
}
a#icon-linkedin {
    background: url('../images/icon_in.png') no-repeat;
    height: 31px;
    padding-left: 1px;
}
a#icon-linkedin:hover {
    background: url('../images/icon_in_on.png') no-repeat;
} */

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

.clear,
.cb {
  clear: both;
}

.italics {
  font-style: italic;
}

p {
  margin: 0;
  padding: 0;
}

#main #content p {
  padding-bottom: 17px;
  /*color: #8d8d8d;*/
}

ul,
ol,
ul li,
ol li {
  margin: 0;
  padding: 0 0 1em 0;
}

ol ul,
ol ol,
ul ul,
ul ol {
  margin-top: 15px;
  margin-bottom: 0;
}

ul ul ul,
ol ol ol,
ul ul ol,
ul ol ol,
ul ol ul,
ol ul ul,
ol ol ul,
ol ul ol {
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#content ol ul,
#content ol ol,
#content ul ul,
#content ul ol {
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#content ul ul ul,
#content ol ol ol,
#content ul ul ol,
#content ul ol ol,
#content ul ol ul,
#content ol ul ul,
#content ol ol ul,
#content ol ul ol {
  margin-top: 15px;
  margin-bottom: 0;
}

ol.decimal-bullets {
  margin-left: 30px;
}

ol.decimal-bullets ul li {
  list-style-type: disc;
}

ol.bullets-above-img,
ol.bullets-above-img li,
ul.bullets-above-img,
ul.bullets-above-img li {
  /*padding-bottom: 0 !important;*/
}

#content ul {
  padding-left: 15px;
  /* margin-bottom: 17px;*/
  margin-bottom: 5px;
}

a,
a:visited {
  text-decoration: none;
  outline: 0;
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #ed1c24;
}

.breadcrumbs a:hover {
  color: #8d8d8d;
  text-decoration: underline;
}

#main #content .node p a,
#main #content p a,
li.link-clr a {
  color: #ed1c24;
}

#main #content .dark-links p a {
  color: black;
}

.block {
  margin-bottom: 0;
}

.inner-wrapper {
  padding: 20px;
}

.default-font {
  color: #000000 !important;
}

.underline {
  text-decoration: underline;
}

.strong,
.bold {
  font-weight: bold;
}

.hidden,
.hide,
.invisible {
  display: none;
}

.list-heading,
.np-spacer {
  margin: 0 !important;
  padding: 0 !important;
}

.speaker {
  font-size: 14px;
  padding-bottom: 10px !important;
}

.uppercase {
  text-transform: uppercase;
}

/** Global Styles END **/

/** Top Navigation START **/
.navigation-wrapper {
  float: right;
  position: relative;
  /*padding-top: 10px;*/
  width: 100%;
}

#navigation {
  float: right;
  /*width: 756px;*/
}

#navigation ul li:hover ul,
#navigation ul li.hover ul {
  display: block;
}

#main-menu {
  padding: 10px 0 0px 0;
  position: relative;
}

#main-menu ul {
  border-top: none;
  position: relative;
}

#main-menu ul li a {
  display: block;
}

#main-menu ul.level1 li {
  margin: 0 8px;
  padding: 0;
  border: 0;
  position: relative;
}

#main-menu ul.level1 li a {
  color: #858585;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  background: transparent;
  padding: 10px 10px 8px 10px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 12px solid #000000;
  border-left: 1px solid #000000;
  letter-spacing: 3px;
}

#main-menu ul.level1 li a:hover,
#main-menu ul.level1 li a.hover,
#main-menu ul.level1 li a.active,
#main-menu ul.menu li.active-menu a {
  background-color: #ffffff;
  padding: 10px 10px 8px 10px;
  text-decoration: none;
  border-top: 1px solid #a5a4a5;
  border-right: 1px solid #a5a4a5;
  border-bottom: 12px solid #b8b7b8;
  border-left: 1px solid #a5a4a5;
  color: #000000;
}

#main-menu ul.level1 li.expanded a {
  padding: 10px 20px 8px 10px;
  background: url('../images/arrow-down-off.png') right center no-repeat;
}

#main-menu ul.level1 li.expanded a:hover,
#main-menu ul.level1 li.expanded a.hover,
#main-menu ul.level1 li.expanded a.active,
#main-menu ul.level1 li.expanded a.active:hover,
#main-menu ul.level1 li.active-menu a {
  background: #ffffff url('../images/arrow-down-on.png') right center no-repeat;
  color: #000000;
}

#main-menu ul li a.active-menu-top {
  background: #ffffff url('../images/arrow-down-on.png') right center no-repeat !important;
  text-decoration: none !important;
  border-top: 1px solid #a5a4a5 !important;
  border-right: 1px solid #a5a4a5 !important;
  border-bottom: 12px solid #b8b7b8 !important;
  border-left: 1px solid #a5a4a5 !important;
  color: #000000 !important;
}

/* 2nd Level */
#main-menu ul ul {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 1000;
  background-color: white;
  background: #ffffff;
}

#main-menu ul ul ul {
  top: 14px;
}

#navigation ul.menu li ul li {
  float: none;
}

#navigation ul.menu li ul li a {
  text-transform: none;
  font-weight: normal;
  display: block;
}

#main-menu ul.level1 li ul.level2 {
  background: #ffffff;
}

#main-menu ul.level1 li ul.level2 li {
  margin: 0;
}

#main-menu ul.level2 li {
  /*margin-right: 20px !important;*/
  padding-right: 20px !important;
}

#main-menu li.nav-our-work-parent ul.level2 li.last {
  margin-right: 0 !important;
}

#main-menu ul.level2 li.expanded a,
#main-menu ul.level2 li a {
  /*padding: 10px 15px 8px 0px;*/
  padding: 0 15px 0 0 !important;
  display: block;
}

#main-menu ul.level2 li.expanded a,
#main-menu ul.level2 li.expanded a:hover,
#main-menu ul.level2 li a,
#main-menu ul.level2 li a:hover,
#main-menu ul.level2 li a.hover,
#main-menu ul.level2 li.expanded.active-menu a:hover {
  /*padding: 10px 15px 8px 0px;*/
  padding: 0 15px 0 0 !important;
}

#main-menu ul.level1 li ul.level2 li a {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: normal;
  display: block;
}

#main-menu ul.level1 li.nav-our-work-parent ul.level2 {
  /*width: 815px;
    height: 195px;*/
  width: 660px;
  height: 232px;
  /** 214px - old **/
  padding: 20px;
  border-right: 1px solid #a5a4a5;
  border-bottom: 1px solid #a5a4a5;
  border-left: 1px solid #a5a4a5;
  margin-left: -180px;
}

/*COLUMN REMOVED*/
#main-menu ul.level1 li.nav-our-work-parent ul.level2 {
  width: 612px;
}

.shift #main-menu ul.level1 li.nav-our-work-parent ul.level2 {
  margin-left: -120px;
}

#main-menu ul.level1 li.nav-our-work-parent ul.level2 li {
  float: left;
}

#main-menu ul.level1 li.nav-media-events-parent ul.level2 {
  /*width: 256px !important;*/
  /*width: 200px !important;*/
  border-right: 1px solid #a5a4a5;
  border-bottom: 1px solid #a5a4a5;
  border-left: 1px solid #a5a4a5;
}

#main-menu ul.level1 li.nav-media-events-parent ul.level2 {
  /*padding: 20px;*/
}

#main-menu ul.level1 li.nav-media-events-parent ul.level2 li {
  padding: 15px 0 !important;
}

#main-menu ul.level1 li.nav-media-events-parent ul.level2 li.first {
  padding-top: 0 !important;
}

#main-menu ul.level2 li.active-menu a {
  margin: 0 !important;
  border: 0 !important;
  background: url('../images/menu-list-arrow.png') right center no-repeat !important;
}

#main-menu ul.level2 li.active-menu a:hover {
  padding: 0 !important;
}

#main-menu ul.level2 li a {
  padding: 0;
  margin: 0 !important;
  border: 0 !important;
  background: url('../images/menu-list-arrow.png') right center no-repeat !important;
  display: block;
}

#main-menu ul.level2 li.first.expanded a,
#main-menu ul.level2 li.first.expanded a:hover {
  display: block;
}

#main-menu ul.level2 li a:hover {
  margin: 0;
  border: 0;
  text-decoration: underline;
  color: #ed1c24 !important;
}

#main-menu ul.level2 li.last {
  /*float: none !important;
   position: absolute;
   bottom: 20px;
   right: 160px;*/
}

#main-menu li.nav-our-work-parent ul.level2 li.last a,
#main-menu li.nav-our-work-parent ul.level2 li.last a:hover {}

#main-menu ul.level1 li.nav-media-events-parent ul.level2 li a {}

#main-menu ul.level1 li.nav-media-events-parent ul.level2 li a {
  padding: 10px 15px 8px 0px !important;
  display: inline;
}

/* 3rd level */
#main-menu ul.level1 li.nav-media-events-parent ul.level2 {
  padding: 20px;
  width: 200px;
}

#main-menu ul.level3,
#main-menu li.level3 {
  /*width: 230px !important;
    border-right: 1px solid !important;
    width: 230px;*/
}

#main-menu ul.level3 {
  padding: 10px 0 0 0 !important;
  /*height: 148px;
    border-right: 1px solid !important;
    width: 160px;*/
}

#main-menu ul.level2 li ul.level3 li {
  float: none !important;
}

#main-menu ul.level2 li.expanded ul.level3 li a {
  padding: 0 0 10px 0 !important;
  margin: 0 !important;
  border: 0;
  background: none !important;
  font-weight: normal !important;
  color: #858585 !important;
  font-size: 12px !important;
}

#main-menu ul.level2 li.expanded ul.level3 li a:hover {
  color: #ed1c24 !important;
}

#main-menu ul.level2 li.expanded ul.level3 li a:hover {
  padding: 0 0 10px 0 !important;
}

#main-menu ul.level1 li.expanded ul.level3 li.expanded a {
  padding: 0 !important;
  margin: 0 !important;
}

#main-menu ul.level3 li a:hover {
  padding: 0;
  margin: 0;
  border: 0;
}

li.nav-our-work-parent ul.level3 {
  /*width: 250px;*/
}

li.nav-our-work-parent ul.level3 li {
  /*padding: 0px 50px 10px 0 !important;*/
  padding: 0 0 !important;
}

#main-menu ul.level2 li.expanded ul.first.level3 li a,
#main-menu ul.level2 li.expanded ul.furst.level3 li a:hover {
  padding: 0px !important;
  line-height: 14px;
}

#main-menu ul.level2 li.active-menu ul.level3 li a {
  background: none !important;
}

#main-menu ul.level3 li.active-menu a,
#main-menu ul.level3 li.active-menu a:hover {}

#main-menu ul.level1,
#main-menu ul.level2,
#main-menu ul.level3 {
  z-index: 100;
}

.shift {
  /*margin: 0 215px 20px 0; */
  margin: 0 215px 0px 0;
}

.region-sidebar-first ul.menu li ul li ul li,
.region-sidebar-first ul.menu li ul li ul li a {
  font-size: 13px;
}

.region-sidebar-first ul.menu li ul li.expanded ul li a.active-trail,
.region-sidebar-first ul.menu li ul li.expanded ul li a.active-trail.active {
  background-color: #616161 !important;
  color: #ffffff !important;
}

/** Top Navigation END **/

/** Left Nav menu START **/
.region-sidebar-first ul.menu {
  width: 180px;
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
}

.region-sidebar-first ul.menu li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.region-sidebar-first ul.menu li a {
  display: block;
  padding: 20px 20px 20px 32px;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.region-sidebar-first ul.menu li ul li ul li a {
  font-weight: normal;
}

.region-sidebar-first ul.menu li.active-trail a.active {
  color: #ffffff;
}

.region-sidebar-first ul.menu li a.active {
  background-color: #b8b7b8 !important;
}

.region-sidebar-first ul.menu li ul li.menu-item-has-children a {
  background: url('../images/collapsed-menu.png') no-repeat;
  /*background-position: 18px 23px;*/
  background-position: 18px 13px;
}

.region-sidebar-first #block-menu-menu-left-sidebar-links-media- ul.menu li ul li a {
  background: none;
}

.region-sidebar-first ul.menu li ul li.last a {
  background: none;
}

.region-sidebar-first ul.menu li ul li.expanded a.active-trail,
.region-sidebar-first ul.menu li ul li.expanded a.active-trail.active {
  list-style-image: none;
  list-style-type: none;
  background: url('../images/expanded-menu.png') no-repeat;
  /*background-position: 18px 23px;*/
  background-position: 18px 13px;
}

.region-sidebar-first ul.menu li ul li.expanded a.active-trail.active {
  color: #ffffff;
}

.region-sidebar-first ul.menu li ul li.current-menu-item>a {
  color: #ffffff !important;
  background-color: #616161 !important;
}

.region-sidebar-first ul.menu li ul li.current-menu-item.menu-item-has-children>a {
  background: url('../images/expanded-menu.png') no-repeat;
  background-position: 18px 13px;
}

.region-sidebar-first ul.menu li ul li.current-page-ancestor.menu-item-has-children>a {
  background: url('../images/expanded-menu.png') no-repeat;
  background-position: 18px 13px;
  border-bottom: 1px solid #e4e4e4;
}

.sidebars #block-menu-menu-left-sidebar-links .menu-item-has-children li.menu-item-has-children ul.sub-menu li {
  display: none;
}

.current-menu-ancestor li.current-menu-item ul.sub-menu li,
.current-menu-ancestor li.current-page-ancestor ul.sub-menu li {
  display: block !important;
}

.region-sidebar-first ul.menu li ul.menu li ul.menu li a {
  background: none !important;
  color: #616161 !important;
  font-size: 12px;
  /*background-color: #b8b7b8 !important;*/
}

.region-sidebar-first ul.menu li a.expanded-parent {
  font-family: 'sans-serif' !important;
  font-weight: bold !important;
}

.region-sidebar-first ul.menu li.active-trail a#left-nav-our-work,
#menu-our-work-sidebar .left-nav-our-work>a {
  background: #f3f3f3 url('../images/our_work_sidebar_title.png') no-repeat;
  background-position: 30px 15px;
  color: #000000;
  font-weight: normal;
  font-size: 24px;
  padding: 20px 0 !important;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  text-indent: -9999px;
}

.left-nav-our-work ul.sub-menu {
  padding-bottom: 0;
  margin-top: 0;
}

.left-menu-case-studies a {
  background-image: none !important;
}

.left-nav-our-work ul.sub-menu .sub-menu li a {
  background: none !important;
  color: #616161 !important;
  font-size: 12px;
}

.region-sidebar-first ul.menu li.active-trail a#left-nav-our-work.active,
#menu-our-work-sidebar .left-nav-our-work.current-menu-item>a {
  background: #b8b7b8 url('../images/our_work_sidebar_title_active.png') no-repeat;
  background-position: 30px 15px;
  color: #ffffff;
}

.region-sidebar-first ul.menu li ul li,
.region-sidebar-first ul.menu li ul li.expanded.active-trail a.parent-exp-link,
#block-menu-menu-left-sidebar-links-next-c ul.menu li.leaf,
#block-menu-menu-next-chapter-fall-2015 ul.menu li.leaf,
#block-menu-menu-menu-newsletter-winter-2016 ul.menu li.leaf,
#block-menu-menu-newsletter-spring-2016 ul.menu li.leaf {
  border-bottom: 1px solid #e4e4e4;
}

.region-sidebar-first ul.menu li ul li ul li,
#block-menu-menu-left-sidebar-links-next-c ul.menu li.last.leaf {
  border-bottom: none;
}

.region-sidebar-first ul.menu li a {
  padding: 10px 20px 10px 32px;
}

.region-sidebar-first ul.menu li ul li.last {
  border-bottom: none;
}

.region-sidebar-first ul.menu li ul li a {
  padding: 10px 20px 10px 32px;
}

.hide-item {
  display: none !important;
}

.section-media-and-events .region-sidebar-first h2.block-title,
#menu-media-events-sidebar .left-nav-media-events>a {
  background: #f3f3f3 url('../images/media_events_title.png') no-repeat;
  background-position: 18px 15px;
  padding: 15px 0;
  text-indent: -9999px;
}

#menu-media-events-sidebar .left-nav-media-events>a {
  padding: 0 !important;
  height: 66px !important;
  border-bottom: 1px solid #e4e4e4;
  pointer-events: none;
  cursor: default;
}

.section-media-and-events .region-sidebar-first #block-menu-menu-left-sidebar-links-next-c h2.block-title,
#menu-next-chapter-spring-2015 .left-nav-spring-2015>a {
  background: #f3f3f3 url('../images/next-chapter-spring-2015-nav.png') no-repeat;
  background-position: 18px 15px;
  /*width: 180px;*/
  padding: 0 !important;
  text-indent: -9999px;
  height: 92px;
  border-bottom: 1px solid #e4e4e4;
  pointer-events: none;
  cursor: default;
}

.section-media-and-events .region-sidebar-first #block-menu-menu-next-chapter-fall-2015 h2.block-title,
#menu-next-chapter-fall-2015 .left-nav-fall-2015>a {
  background: #f3f3f3 url('../images/next-chapter-fall-2015-nav.png') no-repeat;
  background-position: 18px 15px;
  /*width: 180px;*/
  padding: 0 !important;
  text-indent: -9999px;
  height: 92px;
  border-bottom: 1px solid #e4e4e4;
  pointer-events: none;
  cursor: default;
}

.section-media-and-events .region-sidebar-first #block-menu-menu-menu-newsletter-winter-2016 h2.block-title,
#menu-next-chapter-winter-2016 .left-nav-winter-2016>a {
  background: #f3f3f3 url('../images/next-chapter-winter-2016-nav.png') no-repeat;
  background-position: 18px 15px;
  /*width: 180px;*/
  padding: 0 !important;
  text-indent: -9999px;
  height: 92px;
  border-bottom: 1px solid #e4e4e4;
  pointer-events: none;
  cursor: default;
}

.section-media-and-events .region-sidebar-first #block-menu-menu-newsletter-spring-2016 h2.block-title,
#menu-next-chapter-spring-2016 .left-nav-spring-2016>a {
  background: #f3f3f3 url('../images/next-chapter-spring-2016-nav.png') no-repeat;
  background-position: 18px 15px;
  /*width: 180px;*/
  padding: 0 !important;
  text-indent: -9999px;
  height: 92px;
  border-bottom: 1px solid #e4e4e4;
  pointer-events: none;
  cursor: default;
}

#menu-next-chapter-summer-2016 .left-nav-summer-2016>a {
  background: #f3f3f3 url('../images/next-chapter-summer-2016-nav.png') no-repeat;
  background-position: 18px 15px;
  /*width: 180px;*/
  padding: 0 !important;
  text-indent: -9999px;
  height: 92px;
  border-bottom: 1px solid #e4e4e4;
  pointer-events: none;
  cursor: default;
}

#menu-next-chapter-fall-2016 .left-nav-fall-2016>a {
  background: #f3f3f3 url('../images/next-chapter-fall-2016-nav.png') no-repeat;
  background-position: 18px 15px;
  /*width: 180px;*/
  padding: 0 !important;
  text-indent: -9999px;
  height: 92px;
  border-bottom: 1px solid #e4e4e4;
  pointer-events: none;
  cursor: default;
}

#menu-next-chapter-winter-2017 .left-nav-winter-2017>a {
  background: #f3f3f3 url('../images/next-chapter-winter-2017-nav.png') no-repeat;
  background-position: 18px 15px;
  /*width: 180px;*/
  padding: 0 !important;
  text-indent: -9999px;
  height: 92px;
  border-bottom: 1px solid #e4e4e4;
  pointer-events: none;
  cursor: default;
}

/* ---  REMOVES EXTRA MARGIN & PADDING ON SIDEBARS  - */
.left-nav-media-events ul.sub-menu,
.left-nav-spring-2015 ul.sub-menu,
.left-nav-fall-2015 ul.sub-menu,
.left-nav-winter-2016 ul.sub-menu,
.left-nav-spring-2016 ul.sub-menu,
.left-nav-summer-2016 ul.sub-menu,
.left-nav-fall-2016 ul.sub-menu,
.left-nav-winter-2017 ul.sub-menu {
  padding-bottom: 0;
  margin-top: 0;
}

ul li a#get-adobe,
.get-adobe a {
  background: url('../images/get-adobe.jpg') no-repeat !important;
  background-position: 18px 15px !important;
  padding: 15px 0;
  width: 180px;
  height: 35px;
  text-indent: -9999px;
}

.get-adobe a {
  padding: 0;
  height: 65px;
  padding: 0 !important;
}

/** Left Nav menu END **/

/** Search START **/
#search-block {
  float: right;
  width: 40px;
  border-left: 1px solid #868686;
  /*margin: 15px 22px 0px 0px;*/
  margin: 15px 22px 9px 0px;
  padding-left: 22px;
  height: 30px;
  /*width: 64px;*/
  margin-left: 64px;
}

#search-block.active {
  width: 150px;
  margin-left: 0;
}

#search-block.active>a#search-link {
  display: none;
}

#search-form-wrapper {
  position: relative;
}

#search-block.active #search-form-wrapper {
  background: white;
}

#search-block.active .search-form {
  padding-right: 10px;
}

#search-block.active #search-form-wrapper #search-link {
  display: none;
}

#search-form-wrapper {
  display: none;
}

#search-block.active #search-form-wrapper {
  display: block;
}

#search-form-wrapper form label {
  margin-bottom: 0;
}

#search-form-wrapper input {
  width: 100%;
  height: 29px;
  padding-left: 5px;
}

#search-form-wrapper button {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 0;
  border: none;
  background: transparent;
}

#search-block a#search-link {
  background: url('../images/icon_search.png') no-repeat;
  background-position: 0px 5px;
  width: 18px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  outline: 0;
}

#search-block a#search-link:hover {
  background: url('../images/icon-search-hover.png') no-repeat;
  background-position: 0px 5px;
  width: 18px;
  height: 25px;
}

#block-search-form {
  width: 169px;
  position: absolute;
  top: 10px;
  right: 15px;
  display: none;
  border-left: 1px solid #868686;
  padding-left: 25px;
  height: 30px;
}

#block-search-form .form-submit {
  /*background: url('../images/icon_search_on.png') no-repeat;
   background-position: 0 0;
   padding-top: 5px;
   width: 18px;
   height: 20px;
   border: 0;
   text-indent: -9999px;*/
}

#src-btn {
  height: 28px;
}

#block-search-form input.form-text {
  float: left;
  width: 125px;
  border: none;
  font-size: 14px !important;
  font-family: Arial, Verdana, Helvetica;
  padding: 8px 0 4px 10px;
}

#block-search-form .container-inline {
  background-color: #ffffff;
  width: 165px;
  border: 1px solid #b2b1b2;
  height: 33px;
  /*padding: 5px;*/
}

#edit-search-block-form--2 {
  color: #858585;
}

#block-search-form h2,
#block-search-form label {
  display: none;
}

/** Search END **/
/** Navigation END **/

/** Home START **/
.front #page-title {
  display: none;
}

#hp-callout-content {
  margin: 0 auto;
  width: 780px;
  padding: 60px 0 0 0;
}

#newsletter-signup {
  padding: 50px 40px;
}

#hp-callout-content p {
  padding-bottom: 7px !important;
}

.callout-content-left {
  float: left;
  width: 360px;
  background-color: #f3f3f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
}

.callout-content-left h2.what-we-do {
  background: url('../images/what_we_do.jpg') no-repeat;
  height: 18px;
  text-indent: -9999px;
  margin: 20px;
}

.callout-title-divider {
  border-top: 1px solid #e4e4e4;
  height: 1px;
}

.callout-content-right {
  float: left;
  width: 400px;
}

.callout-content-right h2.what-we-have-done {
  background: url('../images/what_we_have_done.jpg') no-repeat;
  height: 18px;
  text-indent: -9999px;
  /*margin: 20px;*/
}

.callout-content-right h2.meet-the-team {
  background: url('../images/meet_the_gavin_team.jpg') no-repeat;
  height: 20px;
  text-indent: -9999px;
  /*margin: 20px;*/
}

#home-video-thumbnail {
  margin-bottom: 38px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
}

#home-video-thumbnail:hover {
  opacity: 0.9;
}

.corp-visual {
  float: left;
  width: 30px;
  margin-right: 17px;
}

.corp-details {
  float: left;
  width: 273px;
  margin-bottom: 38px;
  color: #858585;
}

.corp-details h3,
#newsletter-signup h3 {
  font-size: 18px;
  font-family: 'Gotham', Arial, sans-serif;
  font-weight: lighter;
  color: #858585;
}

.clear+.corp-visual+.corp-details {
  margin-bottom: 0;
}

p.read-more,
p.read-more a,
p.read-more a:visited {
  font-weight: bold;
  text-transform: uppercase;
  color: #000000 !important;
}

p.read-more a:hover {
  color: #ed1c24 !important;
}

#what-we-have-done {
  /*background: url('../images/callout_what_we_have_done.jpg') no-repeat;*/
  /*height: 140px;*/
  background-position: right top;
  color: #858585;
  /*padding: 20px 200px 0 0;*/
  margin-bottom: 30px;
}

#what-we-have-done h4 {
  font-weight: bold;
  font-size: 14px;
  /*padding: 20px 0 15px 0;*/
  padding: 20px 0 4px 0;
}

#what-we-have-done img {
  float: right;
  margin-top: 20px;
  margin-left: 10px;
}

#meet-the-team {
  margin: 20px 0 0 0;
}

#meet-the-team #team-wrapper img,
#meet-the-team #team-wrapper .btn-view-more {
  float: left;
  width: 112px;
  margin-right: 8px;
}

#team-wrapper img {
  margin-bottom: 8px;
}

#team-wrapper img:nth-child(3) {
  clear: left;
}

#meet-the-team #team-wrapper .btn-view-more {
  background-color: #f3f3f3;
  height: 112px;
}

#team-wrapper {
  margin-top: 20px;
}

#team-wrapper .btn-view-more a,
#team-wrapper .btn-view-more a:visited {
  text-transform: uppercase;
  background: url('../images/btn_view_more.jpg') no-repeat;
  background-position: 32px 46px;
  height: 103px;
  display: block;
  padding: 28px 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

#team-wrapper .btn-view-more a:hover {
  background: url('../images/btn_view_more_on.jpg') no-repeat;
  background-position: 32px 46px;
  text-decoration: none;
}

/** Hero START **/
#hero,
#slideshow {
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

#hero_1 {
  background: url('../images/slider/GS-Slider-1_General.jpg') no-repeat;
  width: 980px;
  height: 486px;
}

#hero_2 {
  background: url('../images/slider/GS-Slider-2_Bankruptcy-and-Fiduciary-Services.jpg') no-repeat;
  width: 980px;
  height: 486px;
}

#hero_3 {
  background: url('../images/slider/GS-Slider-3_Corporate-Engagement.jpg') no-repeat;
  width: 980px;
  height: 486px;
}

#hero_4 {
  background: url('../images/slider/GS-Slider-4_Company-Side-Advisory-Services.jpg') no-repeat;
  width: 980px;
  height: 486px;
}

#hero_5 {
  background: url('../images/slider/GS-Slider-5_Committees-in-Bankruptcy-Services.jpg') no-repeat;
  width: 980px;
  height: 486px;
}

#hero_6 {
  background: url('../images/slider/GS-Slider-6_Impact.jpg') no-repeat;
  width: 980px;
  height: 486px;
}

#hero_7 {
  background: url('../images/slider/GS-Slider-7_Valuation-and-Litigation-Services.jpg') no-repeat;
  width: 980px;
  height: 486px;
}

#hero_8 {
  background: url('../images/slider/GS-Slider_MediationADR-1.jpg') no-repeat;
  width: 980px;
  height: 486px;
}

#nextSlide {
  position: absolute;
  top: 355px;
  right: 0px;
  z-index: 10;
  background: url('../images/hero_next_arrow.png') no-repeat;
  width: 133px;
  height: 131px;
  cursor: pointer;
}

#nextSlide:hover {
  background: url('../images/hero_next_arrow_on.png') no-repeat;
}

#nextSlide a {
  /*background: url('../images/hero_next_arrow.jpg') no-repeat;
    width: 29px;
    height: 44px;*/
}

#slide-navigation {
  position: absolute;
  top: 37px;
  right: 0px;
  z-index: 10;
  width: 37px;
  background-color: #000000;
  padding: 3px 0;
}

#hero ul#slide-navigation {
  padding-left: 0px !important;
}

ul#slide-navigation li {
  list-style-type: none;
  text-align: center;
  margin: 8px 0;
  font-size: 15px;
  font-family: 'Gotham', Arial, sans-serif;
  font-weight: bold;
}

ul#slide-navigation li a {
  width: 37px;
  color: #8d8686;
  text-decoration: none;
}

ul#slide-navigation li.activeSlide a {
  color: #ffffff;
}

#hero .hero-btn {
  position: absolute;
  top: 405px;
  left: 102px;
  display: none;
}

a#hero-btn-1 {
  background: url('../images/btn_find_out_sprite.png') no-repeat;
  background-position: 0 0;
  width: 221px;
  height: 51px;
  display: block;
  text-indent: -9999px;
  outline: 0;
}

a#hero-btn-1:hover {
  background-position: 0 -61px;
  height: 51px;
  display: block;
}

a#hero-btn-2 {
  background: url('../images/btn_whole_stry_sprite.png') no-repeat;
  width: 338px;
  height: 56px;
  display: block;
  text-indent: -9999px;
  outline: 0;
}

a#hero-btn-2:hover {
  background-position: 0 -61px;
  height: 51px;
  display: block;
}

a#hero-btn-3 {
  background: url('../images/btn_about_apprch_sprite.png') no-repeat;
  width: 352px;
  height: 56px;
  display: block;
  text-indent: -9999px;
  outline: 0;
}

a#hero-btn-3:hover {
  background-position: 0 -61px;
  height: 51px;
  display: block;
}

#hp-callout-content p {
  padding: 5px 0;
}

/*.ctct-custom-form {padding-left:100px !important; padding-right:100px !important;}*/
.ctct-modal {
  height: 100vh;
  width: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1063;
  opacity: 0.75;
  display: none;
}

.form-float {
  float: left;
  width: 20%;
}

.form-float {
  padding-right: 10px;
}

.form-float+.form-float {
  padding-right: 10px;
}

.form-float.email {
  width: 40%;
  padding-right: 10px;
}

.form-float.email+button.form-float {
  width: 20%;
  margin-top: 22px;
}

.ctct-custom-form label {
  margin-bottom: 6px !important;
}

.ctct-button {
  background-color: #ed1c24 !important;
  margin: auto;
  height: 33px;
  line-height: 0 !important;
}

#slide-form-container {
  position: absolute;
  z-index: 1064;
  width: 520px;
  margin-left: 230px;
  top: 20vh;
  right: auto;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
}

#slide-form-container.slide-right {
  display: none;
  margin-left: 1500px;
}

#slide-form-container.slide-left {
  margin-left: -1500px;
}

.slide-form-toggle {
  background: #b2b2b2;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 20px 20px 10px 20px;
  position: relative;
}

.slide-form {
  background: white;
  /*border-left:2px solid #b2b2b2; border-right:2px solid #b2b2b2;*/
  max-height: 0px;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
}

.slide-form.expanded {
  max-height: 600px;
}

.form-collapse {
  text-align: center;
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

#success_message {
  padding: 10px;
}

.exit-form {
  cursor: pointer;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 0;
}

.ctct-custom-form .ctct-form-footer {
  margin-bottom: 0 !important;
}

.ctct-custom-form {
  padding: 0 !important;
  font-size: 12px !important;
}

.ctct-custom-form input[type='text'] {
  font-size: 14px !important;
  padding: 5px 10px !important;
}

.ctct-custom-form p {
  margin-bottom: 12px !important;
}

#newsletter-signup h3 {
  margin-bottom: 15px;
  margin-top: 5px;
}

/** Hero END **/

.clearfix {
  clear: both;
}

#homepage-wrap h2, .insert-page h1 {
  font-size: 24px;
  font-family: 'Arvo', serif;
  margin-bottom: 30px;
  line-height: 24px;
  color: #000000;
}

#homepage-wrap h3 {
  font-size: 16px;
  font-family: 'Arvo', serif;
  color: #000;
  text-transform: uppercase;
  line-height: 24px;
  color: #000000;
}

#homepage-wrap,
#homepage-wrap * {
  box-sizing: border-box;
}

#homepage-wrap #hero {
  padding: 54px 40px 60px 40px;
  background: url(../images/GS-BG-Cover.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

.left-column,
.right-column {
  width: 50%;
  float: left;
}

#homepage-wrap #hero .left-column {
  padding-right: 40px;
}

#homepage-wrap #hero .right-column {
  padding-left: 20px;
  padding-right: 50px;
}

#homepage-wrap p {
  font-size: 16px;
  line-height: 24px;
}

#homepage-wrap #hero h1 {
  text-transform: uppercase;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
}

#homepage-wrap .special-message {
  padding: 16px 0;
}

#homepage-wrap .special-message h2 {
  /* text-transform: uppercase; */
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

#homepage-wrap .special-message h3 {
  padding-top: 20px;
  /* text-transform: uppercase; */
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  margin: 0;
}

#homepage-wrap .special-message a {
  color: #ed1c24
}

hr.hr--light {
  border: solid 1px #f0f0f0;
}

#homepage-wrap #hero h1:after {
  content: '';
  display: block;
  width: 67px;
  height: 5px;
  background: #ed1c24;
  margin-top: 14px;
}

#homepage-wrap #hero p {
  color: white;
  margin-top: 24px;
}

#homepage-wrap #hero a {
  margin-top: 24px;
}

#homepage-wrap .button:hover,
#homepage-wrap .Button:hover {
  text-decoration: none;
  background-color: #c0171d !important;
  color: white;
}

a.button {
  font-size: 16px;
  border-radius: 2px;
  background: #ed1c24;
  color: white;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  -webkit-appearance: initial;
  display: inline-block;
  font-weight: bold;
}

.slide-wrapper {
  background: #f3f3f3;
  border-radius: 4px;
  padding: 13px 0px 13px 20px;
  position: relative;
  -webkit-box-shadow: -4px 8px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -4px 8px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -4px 8px 20px 0px rgba(0, 0, 0, 0.3);
}

.rounded-corner {
  border-bottom-right-radius: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 55px;
  height: 55px;
}

.rounded-corner:after {
  content: '';
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 55px 55px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
}

#homepage-wrap .banner-title {
  background: red;
  color: white;
  margin-left: -20px;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 18px;
  text-transform: uppercase;
  line-height: 13px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0171d+0,ed1c24+100 */
  background: rgb(192, 23, 29);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(192, 23, 29, 1) 0%, rgba(237, 28, 36, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(192, 23, 29, 1) 0%, rgba(237, 28, 36, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(192, 23, 29, 1) 0%, rgba(237, 28, 36, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0171d', endColorstr='#ed1c24', GradientType=1);
  /* IE6-9 */

  -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
  z-index: 1;
}

.slider .slick-arrow {
  position: absolute;
  color: white;
  font-size: 48px;
  background: transparent;
  border: none;
  z-index: 1;
  opacity: 0.8;
  right: -44px;
  top: 0;
}

.slider .slide {
  position: relative;
  padding-bottom: 5px;
}

#homepage-wrap #insights-slider {
  z-index: 1 !important;
}

#homepage-wrap .slider .slide h3 {
  padding-right: 20px;
  text-transform: none;
}

#homepage-wrap #hero .slider .slide p {
  color: #333333;
  margin-top: 2px;
  font-size: 14px;
  line-height: 24px;
  padding-right: 20px;
}

.slider .slide a {
  position: relative;
  right: 0;
  color: #858585;
  font-style: italic;
  font-size: 14px;
  padding-right: 54px;
  float: right;
  margin-right: 7px;
}

.slider .slide a .fa {
  color: #ed1c24;
  font-size: 46px;
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.slider ul.slick-dots {
  bottom: -48px;
}

.slider ul.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid white;
}

.slider ul.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.5);
}

.slider ul.slick-dots li button:before,
.slider ul.slick-dots li.slick-active button:before {
  display: none;
}

#homepage-wrap #services {
  padding: 10px 40px 50px 40px;
}

#homepage-wrap #services #home-video-thumbnail {
  margin: 0;
}

#homepage-wrap #services .right-column {
  padding-left: 40px;
}

#homepage-wrap #services .service {
  position: relative;
  padding-left: 55px;
  margin-top: 20px;
}

#homepage-wrap #services .service:first-child {
  margin-top: 0;
}

#homepage-wrap #services .service img {
  position: absolute;
  width: 40px;
  left: 0;
}

#homepage-wrap #services .service p {
  font-size: 14px;
}

#homepage-wrap #services .service a {
  text-decoration: underline;
}

#homepage-wrap #featured-work {
  padding: 50px 40px;
  padding-top: 40px;
  /* background: url(../images/featured-work-bg.jpg) no-repeat center center; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#homepage-wrap #featured-work .banner-title {
  line-height: 24px;
  margin-left: -40px;
  padding: 20px;
  padding-left: 40px;
  text-transform: none;
}

#homepage-wrap #featured-work .pull-quote {
  float: right;
  margin-top: -20px;
}

#homepage-wrap #featured-work .pull-quote hr {
  border: 1px solid white;
  margin: 0;
}

#homepage-wrap #featured-work .pull-quote p.italics {
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
  color: white;
  padding: 5px 20px;
}

#homepage-wrap #featured-work .mobile {
  display: none;
}

#homepage-wrap #featured-work .client-boxes {
  margin-top: 10px;
}

#homepage-wrap #featured-work .client-boxes.desktop .client-box {
  width: 100%;
  float: left;
  padding: 10px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}

#homepage-wrap #featured-work .client-boxes.desktop .client-box .logo-area {
  height: 120px;
  width: 30%;
}
#homepage-wrap #featured-work .client-boxes.desktop .client-box .content {
  /* height: 80px; */
  width: 65%;
}

#homepage-wrap #featured-work .client-boxes .client-box .logo-area {
  background-color: white;
  border-radius: 4px 4px 0 0;
  text-align: center;
  position: relative;
  display: flex;
  padding: 15px;
}
#homepage-wrap #featured-work .client-boxes .client-box .logo-area {
  padding: 0;
}


#homepage-wrap #featured-work .client-boxes .client-box .logo-area img {
  margin: auto;
  max-height: 100%;
}

#homepage-wrap #featured-work .client-boxes .client-box .content {
  background-color: rgba(255, 255, 255, 0.3);
  /* color: white; */
  padding: 8px;
  font-size: 14px;
  line-height: 22px;
}

#homepage-wrap #featured-work .client-boxes span.fa {
  color: #c7c7c7;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}

.tooltip-inner {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
  margin: 0 10px;
}

#homepage-wrap #featured-work .client-boxes .client-box .content span.bold {
  text-transform: uppercase;
}

#homepage-wrap #featured-work #client-slider ul.slick-dots {
  bottom: -30px;
}

#homepage-wrap .company-photos--dark {
  /* background: url(../images/featured-work-bg.jpg) no-repeat center center; */
  /* background-size: cover; */
  background-color: #000;
  color: white;
}

#homepage-wrap .company-photos--dark .slide {
  margin-bottom: 2rem;
}

#homepage-wrap .company-photos--dark a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
#homepage-wrap .company-photos--dark .insert-page h1 {
  color: white;
}

#homepage-wrap .company-photos--dark  p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1rem;
}

#homepage-wrap .company-photos--dark h2 {
  color: white;
}
#homepage-wrap .company-photos {
  padding: 50px 40px;
}

#homepage-wrap .company-photos a.text-link {
  color: #858585;
  font-style: italic;
  text-decoration: underline;
  font-size: 14px;
  padding-top: 15px;
  display: block;
}

#homepage-wrap .company-photos a.text-link .fa {
  color: #ed1c24;
  font-style: none;
  text-decoration: none;
  padding-left: 5px;
}

#homepage-wrap .company-photos a.text-link:hover {
  color: #ed1c24;
}

#homepage-wrap #form-separator,
#homepage-wrap .form-separator {
  border: 1px solid #cacaca;
  margin: 0;
  margin: 0 50px;
}

#homepage-wrap #newsletter-signup {
  padding-bottom: 0;
}

#homepage-wrap #newsletter-signup h2 {
  margin-bottom: 10px;
}

#homepage-wrap #newsletter-signup p.intro {
  margin-bottom: 25px;
}

.company-photos .left-column {
  width: 40%;
}

.company-photos .right-column {
  width: 60%;
}

.company-photos--dark .left-column {
  width: 60%;
}
.company-photos--dark .right-column {
  width: 40%;
}

#photo-slider {
  padding: 0 40px !important;
}

#photo-slider .slick-slide {
  padding: 10px;
}

#photo-slider .slide div {
  height: 125px;
  width: 125px;
  background-size: cover;
  box-sizing: border-box;
  background-position: center;
  margin: auto;
}

#photo-slider button.fa {
  color: #e8e8e8;
  font-size: 46px;
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999 !important;
}

#photo-slider button.fa-angle-left {
  left: 0px !important;
}

#photo-slider button.fa-angle-right {
  right: 0px !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #photo-slider button.fa-angle-left {
    left: -40px !important;
  }

  #photo-slider button.fa-angle-right {
    right: -40px !important;
  }
}

/** Home END **/

/* NEWS */
#content.news ul.filter-post-types {
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

#content.news ul.filter-post-types li {
  padding: 0;
  display: inline-block;
  float: left;
  margin-right: -1px;
}

#content.news ul.filter-post-types li a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px;
  border-bottom: 1px solid #858585;
  position: relative;
  font-size: 14px;
  color: #858585;
}

#content.news ul.filter-post-types li a:focus {
  outline: 0;
  color: #000000;
}

#content.news ul.filter-post-types li.active a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 1;
  border: 1px solid #858585;
  border-bottom: 0;
  font-weight: bold;
  color: black;
}

#content.news .tag {
  background: #858585;
  padding: 2px 8px;
  border-radius: 2px;
  display: inline-block;
}

#content.news .tag p {
  color: white !important;
  line-height: 2;
  font-size: 12px;
  padding-bottom: 0 !important;
}

#content.news .tag:hover {
  cursor: pointer;
  opacity: 0.8;
}

#content.news li.articles {
  background: none !important;
  padding-left: 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}

#content.news li.articles span.np-spacer.strong {
  color: #000000 !important;
}

#content.news li.articles .featured-image {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
  background-size: cover;
  background-position: center center;
}

/** Footer START **/
#footer {
  background-color: #858585;
  margin-bottom: 40px;
  /* THIS LEAVES SPACE FOR THE CONTACT BOX */
  margin-top: 90px;
}

#footer #block-block-1 {
  width: 780px;
  margin: 0 auto;
}

#footer #block-block-1 ul {
  margin: 0;
  padding: 22px 0 70px 0;
}

#footer #block-block-1 ul li {
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #ffffff;
}

#footer #block-block-1 ul li a,
#footer #block-block-1 ul li a:visited {
  color: #ffffff;
}

#footer #block-block-1 ul li a:hover {
  color: #ed1c24;
}

#footer #block-block-1 ul li.last {
  float: right;
}

/** Footer END **/

/** Page specific Page Titles START **/
.not-front #main #content h1.title,
.not-front#main #content h1.title {
  padding: 0;
  margin: 0 0 39px 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

.section-about-us h1.title {
  background: url('../images/title-about-us.png') no-repeat;
  width: 253px;
  height: 37px;
}

.section-our-work h1.title {
  background: url('../images/title-our-work.png') no-repeat;
  width: 272px;
  height: 37px;
}

.section-privacy-policy h1.title {
  background: url('../images/title-privacy.png') no-repeat;
  width: 221px;
  height: 81px;
}

.page-node-8 h1.title {
  background: url('../images/title-corporate-recovery.png') no-repeat;
  width: 304px;
  height: 81px;
}

.page-node-9 h1.title {
  background: url('../images/title-corporate-recovery.png') no-repeat;
  width: 304px;
  height: 81px;
}

.section-the-team h1.title {
  background: url('../images/title-the-team.png') no-repeat;
  width: 262px;
  height: 35px;
}

.page-node-12 h1.title {
  background: url('../images/title-articles.png') no-repeat;
  width: 249px;
  height: 37px;
}

.page-node-13 h1.title {
  background: url('../images/title-press-releases.png') no-repeat;
  width: 432px;
  height: 37px;
}

.page-node-14 h1.title {
  background: url('../images/title-speaking-engagement.png') no-repeat;
  width: 395px;
  height: 81px;
}

.page-node-43 h1.title {
  background: url('../images/title-gs-impact-photos.png') no-repeat;
  width: 519px;
  height: 37px;
}

.page-node-15 h1.title {
  background: url('../images/title-industry-events.png') no-repeat;
  width: 469px;
  height: 37px;
}

.section-contact-us h1.title {
  background: url('../images/title-contact-us.png') no-repeat;
  width: 322px;
  height: 37px;
}

.page-node-9 h1.title {
  background: url('../images/title-corporate-engagement.png') no-repeat;
  width: 675px;
  height: 81px;
}

.page-node-10 h1.title {
  background: url('../images/title-speciality-groups.png') no-repeat;
  width: 489px;
  height: 37px;
}

.page-node-11 h1.title {
  background: url('../images/title-case-studies.png') no-repeat;
  width: 362px;
  height: 37px;
}

.page-node-17 h1.title {
  background: url('../images/title-turnarounds-int-mgt.png') no-repeat;
  width: 608px;
  height: 119px;
}

.page-node-18 h1.title {
  background: url('../images/title-creditors-lending.png') no-repeat;
  width: 457px;
  height: 81px;
}

.page-node-19 h1.title {
  background: url('../images/title-mergers-acquisitions.png') no-repeat;
  width: 369px;
  height: 83px;
}

.page-node-20 h1.title {
  background: url('../images/title-bankruptcy-fiduciary.png') no-repeat;
  width: 548px;
  height: 81px;
}

.page-node-21 h1.title {
  background: url('../images/title-litigation-consulting.png') no-repeat;
  width: 440px;
  height: 119px;
}

.page-node-22 h1.title {
  background: url('../images/title-diversity-inclusion.png') no-repeat;
  width: 290px;
  height: 81px;
}

.page-node-23 h1.title {
  background: url('../images/title-corporate-philanthropy.png') no-repeat;
  width: 394px;
  height: 81px;
}

.page-node-24 h1.title {
  background: url('../images/title-public-affairs.png') no-repeat;
  width: 407px;
  height: 37px;
}

.page-node-25 h1.title {
  background: url('../images/title-grassroots-campaigns.png') no-repeat;
  width: 350px;
  height: 81px;
}

.page-node-26 h1.title {
  background: url('../images/title-political-campaigns.png') no-repeat;
  width: 309px;
  height: 81px;
}

.page-node-27 h1.title {
  background: url('../images/title-creditor-services-grp.png') no-repeat;
  width: 570px;
  height: 81px;
}

.page-node-28 h1.title {
  background: url('../images/title-private-equity-grp.png') no-repeat;
  width: 412px;
  height: 80px;
}

.page-node-29 h1.title {
  background: url('../images/title-health-care-services-grp.png') no-repeat;
  width: 430px;
  height: 81px;
}

.page-node-30 h1.title {
  background: url('../images/title-media-entrmnt-grp.png') no-repeat;
  width: 623px;
  height: 81px;
}

.page-node-31 h1.title {
  background: url('../images/title-energy-services-grp.png') no-repeat;
  width: 430px;
  height: 81px;
}

.page-search-node h1.title {
  background: url('../images/title-search-results.png') no-repeat;
  width: 224px;
  height: 81px;
}

.search-results li {
  list-style-type: none;
  margin-bottom: 12px;
}

.search-results p {
  padding: 0 !important;
}

.search-snippet-info {
  padding-left: 12px;
}

.page-node-51 h1.title,
.page-node-52 h1.title,
.page-node-53 h1.title,
.page-node-60 h1.title,
.page-node-61 h1.title,
.page-node-62 h1.title,
.page-node-64 h1.title,
.page-node-63 h1.title,
.page-node-67 h1.title,
.page-node-65 h1.title {
  background: url('../images/next-chapter/2015-spring/newsletter-header.jpg') no-repeat;
  /*width: 440px;*/
  width: 580px;
  /*height: 69px;*/
  height: 200px;
  margin-bottom: 5px !important;
}

.page-node-68 h1.title,
.page-node-69 h1.title,
.page-node-70 h1.title,
.page-node-71 h1.title,
.page-node-72 h1.title,
.page-node-73 h1.title,
.page-node-74 h1.title,
.page-node-75 h1.title,
.page-node-76 h1.title {
  background: url('../images/next-chapter/2015-fall/newsletter-header.jpg') no-repeat;
  /*width: 440px;*/
  width: 580px;
  /*height: 69px;*/
  height: 200px;
  margin-bottom: 5px !important;
}

.page-node-77 h1.title,
.page-node-78 h1.title,
.page-node-79 h1.title,
.page-node-80 h1.title,
.page-node-81 h1.title,
.page-node-82 h1.title,
.page-node-83 h1.title {
  background: url('../images/next-chapter/2016-winter/newsletter-header.jpg') no-repeat;
  /*width: 440px;*/
  width: 580px;
  /*height: 69px;*/
  height: 200px;
  margin-bottom: 5px !important;
}

.page-node-87 h1.title,
.page-node-88 h1.title,
.page-node-89 h1.title,
.page-node-90 h1.title,
.page-node-91 h1.title,
.page-node-92 h1.title,
.page-node-93 h1.title,
.page-node-94 h1.title {
  background: url('../images/next-chapter/2016-spring/newsletter-header.jpg') no-repeat;
  /*width: 440px;*/
  width: 580px;
  /*height: 69px;*/
  height: 200px;
  margin-bottom: 5px !important;
}

.page-node-84 h1.title {
  background: url('../images/mediation-adr-services.png') no-repeat;
  width: 440px;
  height: 77px;
}

.page-search-node #content h2 {
  display: none;
}

h2.sub-title {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #8d8d8d;
  padding: 0;
  margin: 0 0 17px 0;
}

/** Page specific Page Titles END **/

/** Callouts Start **/
#team-video-callout {
  background: url('../images/team-video-bg.jpg') no-repeat;
  width: 280px;
  height: 191px;
  position: relative;
}

#team-video-callout a {
  position: absolute;
  top: 62px;
  left: 116px;
  width: 49px;
  text-indent: -9999px;
  outline: 0;
}

/** Temporarily hiding the video play button START **/
#team-video-callout a {
  display: none !important;
}

/** Temporarily hiding the video play button END **/

#team-video-callout a#team-video-btn {
  background: url('../images/play-video-sprite.png') no-repeat;
  background-position: 0 0;
  height: 66px;
  display: block;
}

#team-video-callout a#team-video-btn:hover {
  background-position: 0 -66px;
  height: 66px;
}

p.video-caption {
  font-size: 13px;
  padding: 6px 0 0 0;
  margin: 0;
  color: #8d8d8d;
}

/** Callouts End **/

/** Interior Pages content START **/
.download-resource {
  text-transform: uppercase;
  font-weight: bold;
  background: url('../images/icon-download.png') no-repeat;
  background-position: left center;
  height: 28px;
  margin-top: 19px;
}

.download-resource a {
  text-decoration: underline;
  padding: 9px 0 0 35px;
  display: block;
}

/** The Team START **/
.team-thumbs {
  /*    background: url('../images/team-mosaic.png') no-repeat;*/
  width: 280px;
  height: 642px;
  position: relative;
}

#large-bio {
  float: left;
  width: 480px;
}

.team-mosaic {
  float: right;
  width: 280px;
}

.team-thumbs a {
  display: block;
  text-indent: -9999px;
  outline: 0;
  box-sizing: border-box;
}

/* TEAM THUMBS SECTION */

.team-thumbs a#gavin {
  top: 0px;
  left: 0px;
  background: url(../images/mosaic/mosaic-gavin.jpg) no-repeat;
  background-position: center;
}

.team-thumbs a#eberhardt {
  top: 121px;
  left: 143px;
  background: url(../images/mosaic/mosaic-eberhardt.jpg) no-repeat;
  background-position: center;
}

.team-thumbs a#wolfe {
  top: 289px;
  left: 34px;
  background: url(../images/mosaic/mosaic-wolfe.jpg) no-repeat;
  background-position: center;
}

.team-thumbs a#vanetten {
  top: 144px;
  left: 0px;
  background: url(../images/mosaic/mosaic-vanetten.jpg);
  background-position: center;
}

.team-thumbs a#lewis {
  top: 216px;
  left: 0px;
  background: url(../images/mosaic/mosaic-lewis.jpg);
  background-position: center;
}

.team-thumbs a#sacher {
  top: 216px;
  left: 71px;
  background: url(../images/mosaic/mosaic-sacher.jpg);
  background-position: center;
}

.team-thumbs a#jensen {
  top: 379px;
  left: 143px;
  background: url(../images/mosaic/mosaic-jensen.jpg);
  background-position: center;
}

.team-thumbs a#solmonese {
  top: 144px;
  left: 142px;
  background: url(../images/mosaic/mosaic-solmonese.jpg);
  background-position: center;
}

.team-thumbs a#mastil {
  top: 194px;
  left: 143px;
  background: url(../images/mosaic/mosaic-mastil.jpg);
  background-position: center;
}

.team-thumbs a#a_gavin {
  top: 306px;
  left: 143px;
  background: url(../images/mosaic/mosaic-a_gavin.jpg);
  background-position: center;
}

.team-thumbs a#waetzman {
  top: 144px;
  left: 71px;
  background: url(../images/mosaic/mosaic-waetzman.jpg);
  background-position: center;
}

.team-thumbs a#hays {
  top: 306px;
  left: 215px;
  background: url(../images/mosaic/mosaic-hays.jpg);
  background-position: center;
}

.team-thumbs a#mathis {
  top: 474px;
  left: 215px;
  background: url(../images/mosaic/mosaic-mathis.jpg);
  background-position: center;
}

.team-thumbs a.frame-small {
  width: 65px;
  height: 66px;
  position: absolute;
}

.team-thumbs a.frame-medium {
  width: 102px;
  height: 105px;
  position: absolute;
}

.team-thumbs a.frame-large {
  width: 138px;
  height: 138px;
  position: absolute;
}

.team-thumbs a.active-bio {
  display: block;
}

.team-thumbs a:hover,
.team-thumbs a.active-bio {
  border: 11px solid #d81921;
}

.bio-label {
  width: 105px;
  float: left;
}

.bio-content {
  width: 375px;
  float: left;
}

.contact-spacing {
  width: 15px;
  display: inline-block;
}

#content .bio-content>ul {
  margin-bottom: 0;
}

#content .bio-content>ul li {
  padding: 0 0 0.5em 0;
}

#content .resources-list {
  padding-left: 0;
}

.resources-list li {
  list-style-type: none;
}

.bio-main .name {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  padding: 19px 0 7px 0;
}

.bio-main .job-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #000000;
  padding: 0 0 20px 0;
}

.bio-main .job-title.btm-spacer {
  padding-bottom: 5px;
}

ul#team-list {
  list-style-type: square;
}

.bio .services {
  float: left;
  margin: 0 9px 30px 0;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #b8b7b8;
}

.ctp-seal {
  background: url('../images/ctp-seal.jpg') no-repeat;
  background-position: 18px 0px;
  height: 100px;
}

.ctp-seal p {
  margin-left: 120px;
  padding-top: 10px;
}

/** The Team END **/

/** Contact Us START **/
.section-contact-us #main #content {
  /*background: url('../images/contact-map.jpg') no-repeat;*/
  background-position: 400px 77px;
}

.contact-city {
  float: left;
  /*width: 170px;*/
  width: 33.3%;
  margin-bottom: 25px;
}

.contact-city .contact-address,
.contact-city .state-name,
.contact-city .contact-phone,
.contact-city .contact-fax {
  margin: 0 !important;
  padding: 0 !important;
}

.contact-city .get-directions {
  padding-bottom: 16px !important;
}

.contact-city .state-name {
  font-size: 14px;
}

.contact-city .get-directions a {
  color: #ed1c24;
}

/** Contact Us END **/
/** Our Work START **/
.quote-callout {
  margin-top: 39px;
}

.quote-callout-in-para {
  margin-top: 0;
  padding-bottom: 17px;
}

.joe-quote {
  background: url('../images/quote-joe.jpg') no-repeat;
  width: 580px;
  height: 149px;
}

.joe-quote .quote-text {
  margin: 0 !important;
  /*padding: 49px 0 0 93px !important;
    width: 325px;*/
  padding: 47px 0 0 95px !important;
  width: 290px;
  box-sizing: content-box;
}

.joe-quote .quote-by {
  margin: 0 !important;
  /*padding: 17px 0 0 93px !important;*/
  padding: 10px 0 0 85px !important;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

.gavin-quote {
  background: url('../images/quote-gavin.jpg') no-repeat;
  width: 580px;
  height: 141px;
}

.gavin-quote .quote-text {
  margin: 0 !important;
  padding: 40px 0 0 211px !important;
  width: 325px;
}

.gavin-quote .quote-by {
  margin: 0 !important;
  padding: 17px 0 0 211px !important;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

.page-node-19 .node-page p a {
  /*color: #003399;*/
}

/** Our Work END **/

/** Case Studies START **/
.industry {
  float: left;
  width: 188px;
  margin: 0 auto;
  padding: 0 5px 31px 0;
}

.industry a {
  width: 188px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: 'Gotham', Arial;
  font-weight: bold;
  padding: 41px 0;
  word-break: break-all;
}

.industry a:hover {
  background-color: transparent;
}

.industry a#manufacturing-inds {
  background: transparent url('../images/manufacturing-sprite.jpg') no-repeat;
  background-position: 0 0;
}

.industry a#retail-inds {
  background: transparent url('../images/retail-sprite.jpg') no-repeat;
  background-position: 0 0;
}

.industry a#telecom-inds {
  background: transparent url('../images/telecom-sprite.jpg') no-repeat;
  background-position: 0 0;
}

.industry a#manufacturing-inds:hover {
  background-position: 0 -110px;
}

.industry a#retail-inds:hover {
  background-position: 0 -110px;
}

.industry a#telecom-inds:hover {
  background-position: 0 -110px;
}

.industry-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.btt {
  border-bottom: 1px solid #dedede;
  margin: 25px 0 20px 0;
  padding-bottom: 13px;
  text-align: right;
}

.btt.last {
  border-bottom: 0;
}

.btt a {
  background: url('../images/btt-off.png') no-repeat;
  background-position: right center;
  height: 20px;
  padding: 5px 26px 0 0;
  display: block;
  color: #000000;
}

.btt span {
  margin-top: 5px;
}

.btt a:hover {
  background: url('../images/btt-on.png') no-repeat;
  background-position: right center;
  color: #e21b22;
}

/** Case Studies END **/

/** Articles START **/

li.articles {
  background: url('../images/icon-pdf.jpg') no-repeat !important;
  background-position: left top !important;
  list-style-image: none !important;
  list-style-type: none !important;
  padding-left: 30px !important;
  margin-bottom: 29px !important;
}

li.newsletter {
  background: url('../images/icon-newsletter-old.png') no-repeat !important;
  background-position: left top !important;
  list-style-image: none !important;
  list-style-type: none !important;
  margin-bottom: 29px !important;
  padding-left: 30px !important;
}

li.newsletter:first-child {
  background: url('../images/icon-newsletter.png') no-repeat !important;
  padding: 12px 12px 12px 42px !important;
  background-color: #f3f3f3 !important;
  background-position: 12px 12px !important;
}

li.media-link {
  background: url('../images/icon-media.png') no-repeat;
  background-position: left top;
  list-style-image: none;
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 29px;
}

.newsletter-list li.newsletter a {
  display: block;
}

ul.articles-list,
ul.newsletter-list {
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: top;
}

ul.articles-list li span,
ul.newsletter-list li span,
ul.articles-list li span a,
ul.newsletter-list li span a,
ul.articles-list li span a:visited,
ul.newsletter-list li span a:visited {
  color: #8d8d8d !important;
}

.section-media-and-events #content a {
  text-decoration: underline;
}

/** Articles END **/

.chart,
.image {
  margin-top: 40px;
  text-align: center;
}

.chart-below-ol,
.image-below-ol {
  margin-top: 30px;
  text-align: center;
}

.chart-below-ul,
.image-below-ul {
  margin-top: 17px;
  text-align: center;
}

.chart-below-para,
.image-below-para {
  margin-top: 23px;
  text-align: center;
}

.chart-below-nested-list,
.image-below-nested-list {
  margin-top: 6px;
  text-align: center;
}

.chart-spacer {
  padding-bottom: 17px;
}

/** Interior Pages content END **/

/** Start GS-46 & GS-48**/
#main-menu ul.level1 li.nav-about-us-parent ul.level2 {
  /*width: 256px !important;*/
  /*width: 200px !important;*/
  border-right: 1px solid #a5a4a5;
  border-bottom: 1px solid #a5a4a5;
  border-left: 1px solid #a5a4a5;
}

#main-menu ul.level1 li.nav-about-us-parent ul.level2 {
  /*padding: 20px;*/
}

#main-menu ul.level1 li.nav-about-us-parent ul.level2 li {
  padding: 15px 0 !important;
}

#main-menu ul.level1 li.nav-about-us-parent ul.level2 li.first {
  padding-top: 0 !important;
}

#main-menu ul.level1 li.nav-about-us-parent ul.level2 li a {}

#main-menu ul.level1 li.nav-about-us-parent ul.level2 li a {
  padding: 10px 15px 8px 0px !important;
  display: inline;
}

/* 3rd level */
#main-menu ul.level1 li.nav-about-us-parent ul.level2 {
  padding: 20px;
  width: 200px;
}

#block-menu-menu-left-sidebar-links-about- h2.block-title {
  display: none;
}

.region-sidebar-first ul.menu li a#left-nav-about-us,
#menu-about-us-sidebar .left-nav-about-us>a {
  background: #f3f3f3 url('../images/about_us_sidebar_title.png') no-repeat;
  background-position: 30px 15px;
  color: #000000;
  font-weight: normal;
  font-size: 24px;
  padding: 20px 0 !important;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  text-indent: -9999px;
}

.left-nav-about-us ul.sub-menu {
  padding-bottom: 0;
  margin-top: 0;
}

.region-sidebar-first ul.menu li.active-trail a#left-nav-about-us.active,
#menu-about-us-sidebar .left-nav-about-us.current-menu-item>a {
  background: #b8b7b8 url('../images/about_us_sidebar_title_active.png') no-repeat;
  background-position: 30px 15px;
  color: #ffffff;
}

.region-sidebar-first #block-menu-menu-left-sidebar-links-about- ul.menu li a {
  padding: 10px 20px 10px 32px;
}

.region-sidebar-first #block-menu-menu-left-sidebar-links-about- ul.menu li.last a {
  padding: 10px 0px 10px 32px;
}

.region-sidebar-first #block-menu-menu-left-sidebar-links-about- ul.menu li li {
  border-bottom: 1px solid #e4e4e4;
}

.region-sidebar-first #block-menu-menu-left-sidebar-links-about- ul.menu li:last-child {
  border-bottom: none;
}

.region-sidebar-first #block-menu-menu-left-sidebar-links-about- ul.menu li li:last-child {
  border-bottom: none;
}

.region-sidebar-first #block-menu-menu-left-sidebar-links-about- ul.menu li.first,
.region-sidebar-first #block-menu-menu-left-sidebar-links-about- ul.menu li.last {
  border-bottom: none;
}

.page-node-32 h1.title {
  background: url('../images/title-our-guiding-principles.png') no-repeat;
  width: 328px;
  height: 81px;
}

.page-node-33 h1.title {
  background: url('../images/title-who-we-are.png') no-repeat;
  width: 325px;
  height: 37px;
}

.page-node-35 h1.title {
  background: url('../images/title-nondiscrimination-policy.png') no-repeat;
  width: 555px;
  height: 81px;
}

.page-node-36 h1.title {
  /*background: url('../images/title-nhb-capital-advisors.png') no-repeat;*/
  background: url('../images/title-nhb-capital-partners.png') no-repeat;
  width: 336px;
  height: 81px;
}

article.node-35 ul,
article.node-37 ul,
.page-id-12 #content ul {
  padding-left: 35px !important;
}

article.node-35 ul li.no-padding {
  padding: 0 0 0 0;
}

.pt10 {
  padding-top: 10px;
}

.pt54 {
  padding-top: 54px;
}

div.img-who-we-are {
  padding: 8px 0 6px 0;
}

div.img-our-guiding-principles {
  padding: 0 0 14px 0;
}

.ted-quote {
  background: url('../images/quote-ted.png') no-repeat;
  width: 581px;
  height: 178px;
}

.ted-quote .quote-text {
  margin: 0 !important;
  padding: 23px 0 0 200px !important;
  width: 340px;
}

.ted-quote .quote-by {
  margin: 0 !important;
  padding: 18px 0 0 200px !important;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

.chart-nhb {
  padding: 10px 0 43px 0;
}

.page-node-36 .quote-callout-in-para {
  margin-top: 0;
  padding: 20px 0 30px 0;
}

.contact-city.chicago .get-directions {
  padding-bottom: 0px !important;
}

/** End GS-46 **/

/** START GS-53 & GS-60 **/
/*.page-node-37 h1.title {
  background: url('../images/title-the-next-chapter.png') no-repeat;
  width: 493px;
  height: 36px;
}

.node-37 h3 {
  padding-bottom: 17px;
  padding-top: 20px;
}*/
.page-node-38 h1.title {
  background: url('../images/title-the-next-chapter.png') no-repeat;
  width: 493px;
  height: 36px;
}

.page-node-41 h1.title,
.page-node-42 h1.title,
.page-node-45 h1.title,
.page-node-46 h1.title,
.page-node-50 h1.title {
  background: url('../images/title-the-next-chapter.png') no-repeat;
  width: 493px;
  height: 36px;
}

.node-42 p.submitted span {
  display: none;
}

.page-node-39 h1.title {
  background: url('../images/title-media-interviews.png') no-repeat;
  width: 513px;
  height: 37px;
}

.page-node-44 h1.title {
  background: url('../images/title-industry-photos.png') no-repeat;
  width: 489px;
  height: 35px;
}

.page-node-85 h1.title {
  background: url('../images/title-bankruptcy-research.png') no-repeat;
  width: 440px;
  height: 78px;
}

.page-node-86 h1.title {
  background: url('../images/title-oil-gas-bankruptcies.png') no-repeat;
  width: 440px;
  height: 78px;
}

/*   SINGLE LINE HEADLINES   */
.page-id-6 h1,
.page-id-10 h1,
.page-id-14 h1,
.page-id-37 h1,
.page-id-43 h1,
.page-id-47 h1,
.page-id-55 h1,
.page-id-57 h1,
.page-id-61 h1,
.page-id-63 h1,
.page-id-68 h1,
.page-id-70 h1,
.page-id-74 h1 {
  height: 37px;
}

/*   DOUBLE LINE HEADLINES   */
.page-id-8 h1,
.page-id-12 h1,
.page-id-16 h1,
.page-id-22 h1,
.page-id-26 h1,
.page-id-30 h1,
.page-id-35 h1,
.page-id-39 h1,
.page-id-41 h1,
.page-id-45 h1,
.page-id-59 h1,
.page-id-72 h1,
.page-id-287 h1,
.search h1.title,
.page-id-171 h1 {
  height: 81px;
}

/*   TRIPLE LINE HEADLINES   */
.page-id-24 h1,
.page-id-28 h1 {
  height: 119px;
}

/*   NEWSLETTER HEADLINES   */
.newsletter-pages .not-front#main #content h1.title {
  height: 200px;
  margin-bottom: 5px !important;
}

.page-id-37 h1 {
  margin-right: -100px !important;
  padding-right: 100px !important;
}

.node-38 h3 {
  padding-bottom: 17px;
  padding-top: 20px;
}

.newsletter-item {
  padding-bottom: 10px;
  border-top: 1px solid gray;
  text-align: left;
}

.newsletter-item p.question {
  font-weight: bold;
  padding-bottom: 10px !important;
}

.newsletter-item span {
  font-weight: bold;
  font-style: italic;
}

.newsletter-item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000000 !important;
  text-transform: uppercase;
}

.page-node-46 .newsletter-item,
.page-id-310 .newsletter-item {
  padding-top: 27px;
}

.page-node-46 .newsletter-item h3,
.page-id-310 .newsletter-item h3 {
  text-transform: none;
  display: inline;
}

.page-node-46 #content ul,
.page-id-310 #content ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

.first-p {
  margin-top: 10px;
}

.gallery-image {
  width: 228px;
  display: inline-block;
  margin: 0 30px 20px 30px;
  text-align: center;
  vertical-align: top;
}

.single-gallery-image {
  width: 228px;
  display: block;
  margin: auto;
  text-align: center;
}

.gallery-image img,
.single-gallery-image img {
  margin-bottom: 20px;
}

a.black-link {
  color: black !important;
}

a.black-link:hover {
  color: #ed1c24 !important;
}

div.newsletter-volume {
  text-align: right;
  font-weight: bold;
}

.newsletter-image {
  padding: 0 10px 10px 0;
}

/** END GS-53 **/

/*for all photos pages*/
span.no-break {
  white-space: nowrap;
}

/*Begin gs-impact-photos Page*/
.gs-impact-photos {
  width: 580px;
}

.gs-impact-photos .image-container {
  width: 580px;
  clear: both;
  margin-bottom: 20px;
}

.gs-impact-photos .image-thumb {
  width: 300px;
  max-height: 300px;
  float: left;
  text-align: center;
}

.gs-impact-photos .image-thumb img {
  max-height: 300px;
  max-width: 300px;
}

.gs-impact-photos .image-caption {
  width: 255px;
  float: left;
  padding-left: 25px;
}

.gs-impact-photos .clearfloat {
  clear: both;
}

.gs-impact-photos .video-embed iframe {
  max-width: 100%;
  height: auto;
}

/*Begin industry-event-photos Page*/
.industry-event-photos {
  width: 580px;
}

.industry-event-photos .image-container {
  width: 580px;
  clear: both;
  margin-bottom: 20px;
}

.industry-event-photos .image-thumb {
  width: 300px;
  max-height: 300px;
  float: left;
  text-align: center;
}

.industry-event-photos .image-thumb img {
  max-height: 300px;
  max-width: 300px;
}

.industry-event-photos .image-caption {
  width: 255px;
  float: left;
  padding-left: 25px;
}

.industry-event-photos .clearfloat {
  clear: both;
}

.industry-event-photos .video-embed iframe {
  max-width: 100%;
  height: auto;
}

.industry-event-photos .video-embed p {
  padding-bottom: 0px !important;
}

/*Begin newsletter Page*/
.newsletter-navigation {
  border-top: 1px solid #e4e4e4;
  margin-top: 10px;
  padding: 10px 0;
}

.previous-article {
  float: left;
  padding: 0 0 0 15px;
  background: url(../images/menu-list-arrow-back.png) left center no-repeat;
}

.newsletter-navigation .previous-article {
  background: url(../images/menu-list-arrow-back.png) left center no-repeat;
  text-decoration: none !important;
}

.next-article {
  float: right;
  padding: 0 15px 0 0;
  background: url(../images/menu-list-arrow.png) right center no-repeat;
}

.newsletter-navigation .next-article {
  background: url(../images/menu-list-arrow.png) right center no-repeat;
  text-decoration: none !important;
}

.newsletter-container {
  font-family: Arial, Verdana, sans-serif;
  color: #434343;
  padding-top: 10px;
}

.newsletter-container .newsletter-item {
  border-top: 1px solid gray;
  padding-bottom: 10px;
  text-align: left;
}

/*Headline 1*/
.newsletter-container h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 17px;
}

.old-newsletter h1 {
  height: 75px !important;
}

/*Subheader 1*/
.newsletter-container h2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 17px;
}

.newsletter-container p {
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 17px;
}

.newsletter-container p.call-out {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
}

.newsletter-container a {
  color: #434343 !important;
  text-decoration: underline !important;
}

.newsletter-container a:hover {
  color: #ed1c24;
}

.newsletter-container a.email {
  text-decoration: underline;
  color: #ed1c24;
}

/*Photo Title*/
.newsletter-container h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 17px;
}

/*Captions Header*/
.newsletter-container h4 {
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 17px;
}

/*Captions text*/
.newsletter-container h5,
h5.caption {
  font-size: 10px;
  text-align: center;
  padding-bottom: 17px;
  margin-top: 0;
}

/*Photo Links*/
.newsletter-container #gallery a {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
}

.newsletter-container #gallery a:hover {
  color: #ed1c24;
}

.hide-nav {
  display: none;
}

.hide-nav:after {
  content: '';
  display: block;
  background: url('../images/expanded-menu.png') no-repeat;
  height: 6px;
  width: 10px;
  position: absolute;
  right: 18px;
  top: 14px;
}

.expanded .hide-nav:after {
  background: url('../images/arrow-down-on.png') no-repeat;
}

.region-sidebar-first ul.menu li .sub-menu li:first-child {
  display: none;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1062;
}

.show-767 {
  display: none;
}

.message-404 {
  padding: 100px 100px 30px 100px;
}

.message-404 h1.title {
  font-family: 'chunkfiveroman', sans-serif;
  text-indent: 0 !important;
  background-image: none !important;
  font-weight: 400;
  font-size: 44px;
  color: black;
  line-height: 1;
  height: auto !important;
  text-transform: uppercase;
  margin-bottom: 25px !important;
}

.back-to-top-mobile {
  position: fixed;
  bottom: 5px;
  right: 5px;
  height: 24px;
  width: 24px;
  background-image: url(../images/btt-mobile.png);
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}

.page-template-page-nc-fall2016 ol {
  padding-left: 30px;
}

.fall-2016-article-1-bar {
  background: #dddddd;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}

.fall-2016-article-1-bar a {
  background: #aa2000;
  border-radius: 4px;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px;
  margin-top: 10px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .js-modal-video-dismiss-btn {
    right: 0;
  }

  #footer {
    margin-bottom: 70px;
  }

  #footer #block-block-1 ul {
    padding: 22px 20px 32px 20px;
  }

  #page,
  #header,
  #hero,
  #slideshow {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  html {
    overflow: auto;
  }

  /*  SETS WIDTHS OF ITEMS TO BE 100%  */
  #page,
  .region-bottom,
  #hero,
  #slideshow,
  #header,
  #hero_1,
  #hero_2,
  #hero_3,
  #hero_4,
  #hero_5,
  #hero_6,
  #hero_7,
  #hero_8,
  #hp-callout-content,
  #footer,
  #footer #block-block-1,
  #main,
  .not-front.no-sidebars #main,
  .sidebar-second #main,
  .sidebar-first #main,
  #main,
  #newsletter-signup {
    width: 100%;
  }

  /*  SETS BORDER-BOX STYLING SO THAT PADDING WON'T BE ADDED TO WIDTH  */
  #hp-callout-content,
  #main,
  .sidebar-first #main #content,
  .joe-quote .quote-text,
  #content,
  .industry,
  .industry,
  .industry a,
  #newsletter-signup {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mobile-h1 h1.title {
    font-family: 'chunkfiveroman', sans-serif;
    text-indent: 0 !important;
    background-image: none !important;
    font-weight: 400;
    font-size: 44px;
    color: black;
    line-height: 1;
    height: auto !important;
    text-transform: uppercase;
    margin-bottom: 25px !important;
  }

  .home h2 {
    font-family: 'chunkfiveroman', sans-serif;
    text-indent: 0 !important;
    background-image: none !important;
    font-weight: 400;
    font-size: 24px;
    color: black;
    line-height: 1;
    height: auto !important;
  }

  .home #featured-work h2 {
    background: rgb(192, 23, 29);
  }

  /*  HOME PAGE  */
  #hp-callout-content {
    padding: 0 20px;
    margin-top: 25px;
  }

  #newsletter-signup {
    padding: 25px 20px;
  }

  .callout-content-left {
    width: 45%;
    margin-right: 0;
    background: transparent;
  }

  .callout-content-left>.mobile-resize {
    background-color: #f3f3f3;
    border-radius: 3px;
    padding: 0.02px 0;
    margin-bottom: -12px;
  }

  .callout-content-right {
    width: 55%;
  }

  .callout-content-right>.mobile-resize {
    padding-left: 20px;
  }

  #team-wrapper img {
    margin-bottom: 8px;
  }

  /*.ctct-custom-form {padding-left:20px !important; padding-right:20px !important;}*/

  /*  CONTENT PAGE  */
  #main {
    padding: 0 20px;
  }

  .sidebar-first #main .sidebars {
    position: absolute;
  }

  .sidebar-first #main #content {
    width: 100%;
    padding-left: 200px;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .joe-quote {
    width: 100%;
    height: auto;
  }

  .industry-wrap {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
  }

  .industry {
    width: 33.33333333%;
    padding: 0 5px;
    position: relative;
    height: 96px;
  }

  .industry>div {
    height: 96px;
    width: 100%;
    position: relative;
  }

  .industry a {
    background-size: cover !important;
    width: 100%;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
  }

  .industry a#manufacturing-inds {
    background-image: url(../images/manufacturing-no-sprite.jpg);
    background-repeat: no-repeat;
  }

  .industry a#retail-inds {
    background-image: url(../images/retail-no-sprite.jpg);
    background-repeat: no-repeat;
  }

  .industry a#telecom-inds {
    background-image: url(../images/telecom-no-sprite.jpg);
    background-repeat: no-repeat;
  }

  .industry a#manufacturing-inds:hover,
  .industry a#retail-inds:hover,
  .industry a#telecom-inds:hover {
    background-position: inherit;
    border: none;
  }

  .newsletter-pages .not-front#main #content h1.title {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 33.33333333%;
  }

  .old-newsletter h1 {
    background-size: auto !important;
    padding-top: 0 !important;
  }

  .page-id-37 h1 {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  /*form*/
  #slide-form-container {
    width: calc(100% - 40px);
    margin-left: 20px;
  }

  #newsletter-signup img {
    width: 300px;
  }
}

@media screen and (max-width: 835px) {
  #large-bio {
    width: 410px;
  }

  .industry-event-photos,
  .gs-impact-photos {
    width: 100%;
  }

  .industry-event-photos .image-container,
  .gs-impact-photos .image-container {
    width: 100%;
  }

  .industry-event-photos .image-thumb,
  .gs-impact-photos .image-thumb {
    max-width: 100%;
    float: none;
    text-align: left;
  }

  .industry-event-photos .image-caption,
  .gs-impact-photos .image-caption {
    padding: 10px 0;
    width: 100%;
  }

  .page-id-1012 .fall-2016-article-1-bar>div {
    float: none !important;
    margin: auto;
    width: 100% !important;
  }

  .page-id-1012 .fall-2016-article-1-bar>div:first-child {
    max-width: 280px;
    margin-bottom: 10px;
  }

  .page-id-1012 .fall-2016-article-1-bar>div:first-child img {
    padding: 0;
    width: 100%;
    max-width: none;
  }

  .page-id-1014 .fall-2016-article-1-bar>div {
    float: none !important;
    margin: auto;
    width: 100% !important;
  }

  .page-id-1014 .fall-2016-article-1-bar>div img {
    width: 100%;
    padding: 0;
  }

  .page-id-1014 .fall-2016-article-1-bar>div:first-child {
    max-width: 100px;
    margin-bottom: 10px;
  }

  .page-id-1014 .fall-2016-article-1-bar>div:nth-child(2) img {
    max-width: 250px;
  }

  #homepage-wrap .left-column,
  #homepage-wrap .right-column {
    width: 100%;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #homepage-wrap .right-column {
    margin-top: 30px;
  }

  #homepage-wrap #form-separator {
    margin: 0 10px;
  }

  #homepage-wrap #insights-slider .slick-arrow {
    right: -34px;
  }

  #content.news ul.filter-post-types li {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  #content.news ul.filter-post-types li a {
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #858585;
  }

  #content.news ul.filter-post-types li.active a {
    border-bottom: 1px solid #858585;
    background-color: #858585;
    color: white;
  }
}

@media screen and (min-width: 768px) {
  .back-to-top-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  h2.page-title {
    font-size: 30px;
  }

  /*  HOME PAGE  */
  #hero_1,
  #hero_2,
  #hero_3,
  #hero_4,
  #hero_5,
  #hero_6,
  #hero_7,
  #hero_8 {
    height: 400px !important;
    background-position: -40px center;
  }

  ul#slide-navigation li {
    font-size: 12px;
    margin: 5px 0 !important;
  }

  #nextSlide {
    top: auto;
    bottom: 0;
    background: url('../images/hero_next_arrow_on.png') no-repeat;
    width: 80px;
    height: 79px;
    background-size: cover;
  }

  #nextSlide:hover {
    background-size: cover;
  }

  .callout-content-left,
  .callout-content-right {
    width: 100%;
  }

  .callout-content-right>.mobile-resize {
    padding-left: 0;
    margin-top: 25px;
  }

  #what-we-have-done {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .corp-details {
    width: 100%;
  }

  .corp-details {
    margin-bottom: 10px;
  }

  .corp-details+.clear+.corp-visual+.corp-details {
    margin-bottom: -20px;
  }

  #meet-the-team {
    margin-bottom: -25px;
  }

  /*  CONTENT PAGE  */
  h1.title {
    font-size: 36px;
  }

  .joe-quote {
    background: #f3f3f3;
    position: relative;
  }

  .joe-quote:before,
  .joe-quote:after {
    content: '';
    background-image: url(../images/mobile-quotes.png);
    height: 27px;
    width: 39px;
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
  }

  .joe-quote:after {
    right: 10px;
    bottom: 10px;
    left: auto;
    top: auto;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: 'FlipH';
  }

  .joe-quote .quote-text {
    width: 100%;
    padding: 20px 60px 0 60px !important;
  }

  .joe-quote .quote-by {
    text-align: right;
    padding-right: 60px !important;
  }

  #large-bio {
    width: 100%;
  }

  .team-mosaic {
    display: none;
  }

  .bio-label {
    margin-bottom: 5px;
  }

  .bio-content,
  .bio-label {
    clear: both;
    float: none;
    width: 100%;
  }

  .contact-city {
    min-width: 190px;
  }

  .page-template-page-contact #content .contact-city:nth-child(even) {
    clear: both;
  }

  .old-newsletter h1 {
    background-size: contain !important;
    padding-top: 7.7079% !important;
    height: auto !important;
  }

  .hide-767 {
    display: none;
  }

  .show-767 {
    display: inline-block;
  }

  #homepage-wrap #featured-work .desktop {
    display: none;
  }

  #homepage-wrap #featured-work .mobile {
    display: block;
  }

  #homepage-wrap #featured-work .pull-quote {
    display: none;
  }
}

@media screen and (max-width: 650px) {

  /*  CONTENT PAGE  */
  .sidebar-first #main .sidebars {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }

  .sidebar-first #main #content {
    padding-left: 0;
  }

  .hide-nav {
    display: block;
    border: 1px solid #e4e4e4;
  }

  .region-sidebar-first #block-menu-menu-left-sidebar-links-about- ul.menu li a {
    padding-left: 18px;
  }

  .hide-nav>a {
    padding-right: 32px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .expanded .hide-nav {
    background: white;
  }

  .region-sidebar-first ul.menu {
    width: 100%;
    height: 36px;
    overflow-y: hidden;
  }

  .region-sidebar-first ul.menu.expanded {
    height: auto;
    overflow-y: visible;
  }

  .region-sidebar-first ul.menu li .sub-menu li:first-child {
    display: block;
  }

  .region-sidebar-first ul.menu li.current-menu-ancestor>a {
    display: none;
  }

  #menu-item-873 {
    display: none;
  }

  .page-id-1016 .newsletter-image+span {
    top: 115px !important;
    width: 150px !important;
  }
}

@media screen and (max-width: 600px) {
  .slide-form-toggle {
    padding: 20px 20px 10px 20px;
  }

  #newsletter-signup button {
    font-size: 12px;
  }

  #homepage-wrap .form-float {
    width: 50%;
  }

  #homepage-wrap .form-float.email,
  #homepage-wrap .form-float.ctct-button {
    width: 100%;
  }

  #homepage-wrap .form-float+.form-float {
    padding-right: 0;
  }

  #homepage-wrap #insights-slider .slick-arrow {
    display: none !important;
  }

  #content.news li.articles .featured-image {
    float: none;
  }
}

@media screen and (max-width: 500px) {
  #slideshow {
    min-height: auto !important;
    height: 300px !important;
  }

  #hero_1,
  #hero_2,
  #hero_3,
  #hero_4,
  #hero_5,
  #hero_6,
  #hero_7,
  #hero_8 {
    background-size: cover;
    background-position: -40px -50px;
    min-height: auto;
  }

  ul#slide-navigation {
    display: none;
  }

  #nextSlide {
    width: 50px;
    height: 49px;
  }

  #what-we-have-done {
    background-image: none;
    padding: 0;
  }

  .industry {
    width: 100%;
    margin-bottom: 10px;
    height: 66px;
  }

  .industry>div {
    height: 66px;
  }

  .industry a {
    padding: 29px 0;
  }

  .newsletter-pages img {
    max-width: 150px;
    padding: 5px 0px 7px 5px;
    display: inherit;
    margin: auto;
  }

  .old-newsletter img {
    max-width: 140px;
  }

  #slide-form-container {
    right: 20px;
    left: 20px;
    width: auto;
  }

  .slide-form-toggle img {
    max-width: 250px;
  }

  .ctct-custom-form {
    min-width: auto !important;
  }

  /*form*/
  #slide-form-container {
    margin-left: 0;
  }

  /*.form-float	{float:left; width:100%;}
    .form-float	{padding-right:0px;}
    .form-float	+ .form-float{padding-right:0px; padding-left:0px;}*/
  .form-float.email {
    width: 67%;
  }

  .form-float.email+button.form-float {
    width: 33%;
  }

  .form-float+.form-float {
    padding-left: 0;
  }

  #homepage-wrap #services,
  #homepage-wrap .company-photos {
    padding: 30px;
  }

  #homepage-wrap #hero,
  #homepage-wrap #featured-work {
    padding: 30px;
    padding-bottom: 60px;
  }

  #homepage-wrap a.button {
    font-size: 14px;
  }

  #homepage-wrap #hero .left-column,
  #homepage-wrap #hero .right-column {
    padding: 0;
  }
}

@media screen and (max-width: 450px) {
  #slideshow {
    height: 270px !important;
  }

  #hero_1,
  #hero_2,
  #hero_3,
  #hero_4,
  #hero_5,
  #hero_6,
  #hero_7,
  #hero_8 {
    height: 350px !important;
    background-position: -30px -65px;
  }

  .mobile-h1 h1.title {
    font-size: 30px;
  }
}

@media screen and (max-width: 400px) {

  /* #slideshow, #hero {height:230px !important; overflow:hidden;} */
  #hero_1,
  #hero_2,
  #hero_3,
  #hero_4,
  #hero_5,
  #hero_6,
  #hero_7,
  #hero_8 {
    height: 310px !important;
    background-position: -25px -65px;
  }

  #footer #block-block-1 ul li {
    float: none !important;
    text-align: center;
  }

  #footer #block-block-1 ul {
    padding-bottom: 22px;
  }

  .industry-event-photos .image-thumb img,
  .gs-impact-photos .image-thumb img,
  .gs-impact-photos .image-thumb iframe {
    max-width: 100%;
  }

  .page-template-page-contact #content .contact-city {
    width: 100%;
  }

  #what-we-have-done img {
    max-width: 125px;
  }

  /*form*/
  .slide-form-toggle img {
    width: 80%;
  }

  .exit-form img {
    width: 50% !important;
    float: right;
  }

  #homepage-wrap #services .service {
    padding-left: 0;
  }

  #homepage-wrap #services .service img {
    position: relative;
    padding-bottom: 10px;
  }
}



