html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #77787b;
}
h1 {
  font-size: 28px;
  font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #971b1e;
  text-transform: uppercase;
  letter-spacing: 3px;
}
h1 span {
  color: #8c8c8c;
}
h2 {
  color: #971b1e;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 20px;
}
h3 {
  color: #971b1e;
  font-weight: 500;
  font-size: 14px;
}
ul {
  padding-left: 15px;
}
p {
  margin-bottom: 25px;
}
a {
  color: #971b1e;
  transition: all ease-in-out 250ms;
}
a:hover, a:focus {
  color: #6a0608;
  text-decoration: none;
}
footer {
  font-size: 10px;
  background: #eff0f0;
  border-top: 2px solid #971b1e;
}
.container {
  max-width: 970px;
}
.footer-nav a {
  color: #77787b;
  text-transform: uppercase;
  margin-right: 3px;
  border-right: 1px solid #919191;
  padding-right: 5px;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #971b1e;
}
.footer-nav a:last-child, .top-nav a:last-child { 
  border-right: 0; 
}
.footer-nav {
  padding: 10px 0;
}
.footer-cr {
  padding: 10px 0;
}
.container-fluid {
  padding: 0;
}
.contact-widget {
  background: url('/img/ptn.png') repeat;
  min-height: 105px;
  margin-top: 35px;
  text-transform: uppercase;
}
.contact-widget h2, .contact-widget p {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.contact-widget p {
  color: #77787b;
}
.contact-widget .red-hover p {
  color: #fff;
}
.navbar-default {
  background: url('/img/ptn-small.png') center repeat;
  border: none;
  min-height: 65px;
}
.main-nav li {
  color: #77787b;
  text-transform: uppercase;
  font-weight: 500;
}
.navbar-header {
  margin: 18px 0 0;
}
.navbar-nav {
  margin-top: 8px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #F1F1F1;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active {
  color: #971b1e;
}
.navbar-default .navbar-nav>li>a:before {
    content: "";
    position: absolute;
    border-right: 2px solid #d9dadb;
    height: 20px;
    left: 100%;
}
.last:before {
    border-right: 0 !important;
}
.top-nav {
  font-size: 12px;
  padding: 15px 0;
}
.top-nav a {
    color: #77787b;
    padding: 2px 5px;
}
.top-nav a:hover {
  background-color: #590201;
  color: #fff;
}
.top-nav .dropdown-menu {
  top: 64%;
  left: 31%;
}
.content h2 {
  margin-top: 0;
}
#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 400px;
  }
}

#cd-google-map {
  position: relative;
  margin: 0 0 30px;
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(128, 12, 23, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("/img/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}
#cd-zoom-out {
  background-position: 50% -32px;
}
.page-title h2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #971b1e;
  margin-top: 0;
  padding-bottom: 0;
}
.title-break {
  background: #d6d7d9;
  height: 2px;
}
.home-title {
  display: block;
}
.page-title p {
  padding-top: 18px;
  font-weight: 500;
}
.contact-info {
  border-bottom: 2px solid #d5d7d9;
}
.contact-info h3 {
  color: #58595b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 18px;
}
.cp-right-panel h4 {
  font-size: 14px;
  color: #971b1e;
  letter-spacing: 1px;
}
.contact-info h5 {
  color: #58595b;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.social-info h4 {
  margin-top: 20px;
}
.contact-form label {
  font-weight: 500;
  text-transform: uppercase;
}
.contact-form label span {
  font-weight: 400;
  text-transform: none;
  font-style: italic;
}
.contact-form {
  margin-bottom: 35px;
}
#first_1 {
  width: 48%;
}
#last_1 {
  width: 48%;
  float: right;
}
.btn {
  background-color: #e4e5e6;
  border: 2px solid #d5d5d5;
  padding: 6px 28px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all ease 300ms;
}
.btn:hover {
  background-color: #d5d5d5;
}
.expertise-icons {
  margin-top: 25px;
  margin-bottom: 10px;
}
.no-margin {
  margin: 0;
}
.pd15l {
  padding-left: 15px;
}
.pd15r {
  padding-right: 15px;
}
.pd25b {
  padding-bottom: 25px;
}
.inn-consensor {
  background: url('/img/consensor.jpg') center no-repeat;
  height: 114px;
}
.inn-quanta {
  background: url('/img/quantametrics.jpg') center no-repeat;
  height: 114px;
}
.inn-payoff {
  background: url('/img/payoffprofile.jpg') center no-repeat;
  height: 114px;
}
.red-hover {
  color: #fff;
  padding: 5px 10px;
  background: rgba(129, 26, 31, 0.85);
  opacity: 0;
  transition: opacity ease-in-out 250ms;
}
.red-hover:hover {
  opacity: 1;
}
.red-hover a {
  color: #fff;
}
.red-hover a:hover {
  color: #b8b8b8;
}
.contact-widget .red-hover {
  position: absolute;
  min-height: 105px;
  width: 100%;
}
.contact-widget .red-hover p {
  margin-top: 4%;
  font-size: 18px;
}
.contact-widget .red-hover img {
  padding-right: 10px;
}
.white-papers a {
  margin-right: 25px;
}
.case-study {
  border: 1px solid #E4E4E4;
  margin-bottom: 40px;
  padding: 0 15px 15px;
}
.case-study p {
  margin-bottom: 10px;
}
.client-list ul {
  list-style: none;
  padding-left: 0;
  font-weight: 500;
}
.client-list li {
  padding-bottom: 20px;
}
.in-the-news {
  background: url('/img/header-in-the-news.jpg') no-repeat center;
  height: 152px;
  background-size: cover;
}
.in-the-news h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 0;
}
.in-the-news a {
  color: #fff;
  font-weight: 500;
}
.in-the-news .title-break {
  margin: 0 15px 10px 0;
}
.content-block {
  background: url('/img/ptn.png') repeat;
}
.content-block h2 {
  color: #77787b;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.content-block h2:before {
  content: "";
  position: absolute;
  top: 50px;
  height: 1px;
  border-bottom: 2px solid #d5d7d9;
  width: 70%;
}
.content-block ul {
  list-style: none;
  padding-left: 0;
  font-weight: 500;
}
.content-block li {
    padding-bottom: 3px;
}
.hww-sbu .red-hover {
  min-height: 172px;
}
.hww-sbu .red-hover h3 {
  margin: 5px 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
.hww-sbu .title-break {
  margin-left: 15px;
  height: 1px;
  background: #fff;
}
.hww-sbu .red-hover p {
  margin: 0;
}
.red-hover .btn {
  background-color: #fff;
  border: none;
  color: #971b1e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 30px 5px;
  margin-top: 5px;
  border-radius: 0;
  transition: all ease-in-out 250ms;
}
.red-hover .btn:hover {
  color: #6a0608;
  background-color: #efefef;
}
.hww-sbu {
    margin-bottom: 20px;
}
.hww-research {
  background: url('/img/hww-research.jpg') no-repeat center;
  height: 172px;
}
.hww-labs {
  background: url('/img/hww-labs.jpg') no-repeat center;
  height: 172px;
}
.hww-cap-part {
  background: url('/img/hww-cap-part.jpg') no-repeat center;
  height: 172px;
}
.hww-global-adv {
  background: url('/img/hww-global.jpg') no-repeat center;
  height: 172px;
}
.second-row {
  margin-top: 30px;
}
.second-row img {
  margin-bottom: 20px;
}
.well h2 {
  color: #8c8c8c;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 0;
}
.exec img {
  margin-bottom: 20px;
}
.exec h2 {
  margin-bottom: 0;
}
.exec .title-break, .well .title-break {
  margin-bottom: 20px;
}
.labs-logos {
  margin-top: 30px;
}
.labs-logos img {
  border: 1px solid #cccbcb;
  margin-bottom: 30px;
  -webkit-filter: grayscale(100%);
  -moz-filter:    grayscale(100%);
  -ms-filter:     grayscale(100%);
  -o-filter:      grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all ease-in-out 250ms;
}
.labs-logos .last {
  margin-bottom: 0;
}
.labs-logos img:hover, .labs-logos img:focus {
  -webkit-filter: grayscale(0%);
  -moz-filter:    grayscale(0%);
  -ms-filter:     grayscale(0%);
  -o-filter:      grayscale(0%);
  filter: grayscale(0%);
  filter: none; 
}
.res-progs .row {
  margin: 15px 0;
}
.res-progs .row:last-of-type {
  margin: 0;
}
.res-progs .row:first-of-type {
  margin-top: 0;
}
.res-progs p {
  margin-bottom: 0;
}
.global-banner {
  background: url('/img/banner-map.jpg') center;
  height: 300px;
  background-size: cover;
  margin-bottom: 35px;
}
.pd160t {
  padding-top: 160px;
}
.global-banner-text {
  background: rgba(255, 255, 255, 0.67);
}
.global-banner-text p {
  margin-top: 25px;
}
.contact-us-block {
  margin-bottom: 35px;
}
.contact-us-block h2 {
  text-transform: uppercase;
  color: #8c8c8c;
  margin-top: 0;
}
.contact-us-block h2:before {
  content: "";
  position: absolute;
  top: 30px;
  height: 1px;
  border-bottom: 2px solid #d5d7d9;
  width: 75%;
}
.contact-us-block h3 {
  color: #58595b;
  margin-top: 0;
}
.contact-us-block img {
  margin-bottom: 15px;
}
.contact-us-callout {
  text-transform: uppercase;
}
.hp-sbu h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top: 2px solid #d5d7d9;
  padding: 15px 0 0;
}
.hp-sbu h3{
  color: #77797b;
  font-size: 14px;
}
.hp-sbu p {
  margin-bottom: 38px;
}
.first-hp-sbu p {
  margin-bottom: 18px;
}
.hp-sbu a {
  font-size: 12px;
}
.hp-sbu {
  margin-bottom: 35px;
}
.even-hp-sbu h3 {
  padding-bottom: 15px;
}
.no-li-style {
  list-style: none;
  text-indent: -12px;
}
.hp-banner-default {
  background: url('/img/banner-key.jpg') center no-repeat;
  height: 300px;
  background-size: cover;
  margin-top: -180px;
  transition: all ease-in-out 250ms;
}
.hp-banner-ga {
  background: url('/img/banner-map.jpg') center no-repeat;
  height: 300px;
  background-size: cover;
  margin-top: -300px;
  opacity: 0;
  transition: all ease-in-out 250ms;
}
.hp-banner-l {
  background: url('/img/banner-sky.jpg') center no-repeat;
  height: 300px;
  background-size: cover;
  margin-top: -300px;
  opacity: 0;
  transition: all ease-in-out 250ms;
}
.hp-banner-r {
  background: url('/img/banner-rails.jpg') center no-repeat;
  height: 300px;
  background-size: cover;
  margin-top: -300px;
  opacity: 0;
  transition: all ease-in-out 250ms;
}
.hp-banner-cp {
  background: url('/img/banner-cogs.jpg') center no-repeat;
  height: 300px;
  background-size: cover;
  margin-top: -300px;
  opacity: 0;
  transition: all ease-in-out 250ms;
}
.banner-content {
  width: 100%;
  position: absolute;
  text-align: center;
}
.banner-hover {
  opacity: 1 !important;
}
.banner-hide {
  opacity: 0 !important;
}
.hp-banner {
  margin-top: 110px;
}
.hp-banner h1 {
  color: #231f20;
}
.hp-banner h1 span {
  color: #971b1e;
}
.hp-banner p {
  color: #231f20;
}
.hp-p {
  color: #231f20;
  margin-top: 20px;
}
.logo-color {
  transition: all ease-in-out 250ms;
}
.logo-grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter:    grayscale(100%);
  -ms-filter:     grayscale(100%);
  -o-filter:      grayscale(100%);
  filter: gray;
  opacity: 0.6;
}
.nav-tabs {
  border-bottom: none;
  margin-left: 3%;
}
.nav>li>a {
  border: none;
  color: #77787b;
  font-weight: 500;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #971b1e;
  cursor: default;
  background-color: #fff;
  border-top: 2px solid #971b1e;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #fff;
}
.nav-tabs>li>a:hover {
  color: #971b1e;
  border-color: #fff;
}
.nav-tabs>li>a {
  border-radius: 0;
  border-top: 2px solid #bcbec0;
}
.timeline h2 {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#logo-home {
  position: relative;
  width: 308px;
  height: 308px;
  margin: -135px auto 20px;
  background: url('/img/logo/d2.png') no-repeat;
  z-index: 1000;
}
#logo-home .vArc {
  height: 193px;
  width: 67px;
  top: 57px;
}
#logo-home .hArc{
  height: 67px;
  width: 193px;
  left: 57px;
}
#logo-home a {
  display: block;
  position: absolute;
  text-indent: -999em;
}
a.left_arc {
  left: 14px;
  background-image: url('/img/logo/globaladvisors.png');
  background-position: -67px 0;
}
a.right_arc {
  right: 14px;
  background-image: url('/img/logo/capitalpartners.png');
  background-position: -67px 0;
}
a.top_arc {
  top: 14px;
  background-image: url('/img/logo/research.png');
  background-position: 0 -67px;
}
a.bottom_arc {
  bottom: 14px;
  background-image: url('/img/logo/labs.png');
  background-position: 0 -67px;
}
.dropdown-menu > li > a {
    padding: 3px 6px;
    width: 100%;
    clear: both;
    font-weight: normal;
    line-height: 1.2;
    color: #590201;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #590201;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #590201;
}
.form-control:focus {
  border: 2px solid #968585;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fade-overlay {
  position: absolute;
  z-index: 1000;
  margin-top: 20px;
}
.logo-scroll {
  overflow: hidden;
  margin:20px 0 45px;
}
.photobanner {
  height: 100px;
  width: 3150px;
}
.photobanner img {
  margin: 0 15px;
}
/*keyframe animations*/
.first-photo {
    -webkit-animation: logo-scroll 45s linear infinite;
       -moz-animation: logo-scroll 45s linear infinite;
        -ms-animation: logo-scroll 45s linear infinite;
         -o-animation: logo-scroll 45s linear infinite;
            animation: logo-scroll 45s linear infinite;
}
 
@keyframes "logo-scroll" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2083px;
 }
 
}
 
@-moz-keyframes logo-scroll {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2083px;
 }
 
}
 
@-webkit-keyframes "logo-scroll" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2083px;
 }
 
}
 
@-ms-keyframes "logo-scroll" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2083px;
 }
}
 
@-o-keyframes "logo-scroll" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2083px;
 }
}
.mobile-logo {
  width: 230px;
  margin: -105px auto 0px;
}
::selection {
  color: #fff;
  background: #971b1e;
}
::-moz-selection {
  color: #fff;
  background: #971b1e;
}
#anthony-bio .well, #seni-bio .well {
  max-height: 340px;
  overflow: scroll;
  text-align: left;
}
.well {
  background-color: #f1f1f2;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
}
.well h4 {
  font-size: 16px;
  color: #58595b;
  font-weight: 700;
}
.well h2 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  color: #971b1e;
}
.bio-name {
  position: absolute;
  width: 185px;
  height: 165px;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
  padding: 10px 0;
  transition: all ease-in-out 250ms;
  opacity: 0;
}
.bio-name:hover {
  opacity: 1;
}
.bio-name h3 {
  color: #fff;
  margin: 115px 0;
}
.mobile-link {
  margin: -25px 0 20px;
}
.panel {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.full-color {
  -webkit-filter: grayscale(0%) !important;
  -moz-filter:    grayscale(0%) !important;
  -ms-filter:     grayscale(0%) !important;
  -o-filter:      grayscale(0%) !important;
  filter: grayscale(0%) !important;
  filter: none !important; 
}
.bio-overlay {
  opacity: 1 !important;
}
.tab-content .well p {
  margin-bottom: 0;
}
.tab-content .well {
  margin-top: 25px;
}
@media (max-width:991px) and (min-width:768px) {
  .navbar-header {
    margin-top: 18px;
    margin-left: 0;
    text-align: center;
    float: none;
}
  #main-top-nav {
    padding: 0 10.15%;
  }
  .hp-banner h1 {
    margin-bottom: 40px;
  }
  .footer-nav, .footer-cr {
    text-align: center;
  }
  .navbar-right {
    float: none!important;
    margin-right: 0;
  }
  .first-hp-sbu p {
    margin-bottom: 31px;
  }
  .odd-hp-sbu h3{
    margin-bottom: 25px;
}
}
@media (max-width: 800px) and (min-width: 768px) {
  #main-top-nav {
    padding: 0px 5.75%;
  }
  footer {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 16px !important;
  }
  h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  .red-hover {
    opacity: 1;
    background: #fff;
    color: #77787b;
    padding: 5px 0;
  }
  .red-hover a {
    color: #971b1e;
  }
  .red-hover .btn {
    color: #fff;
    background: #971b1e;
  }
  .inn-consensor, .inn-quanta, .inn-payoff {
    padding-top: 114px;
    margin-bottom: 143px;
  }
  .hww-sbu .red-hover h3 {
    color: #971b1e;
  }
  .hww-research, .hww-labs, .hww-cap-part, .hww-global-adv {
    padding-top: 172px;
    margin-bottom: 202px;
  }
  .hww-research {
    margin-bottom: 212px;
  }
  .hp-banner h1 {
    margin-bottom: 40px;
  }
  .hp-sbu a {
    font-size: 16px;
  }
  .contact-widget .red-hover {
    display: none;
  }
  .top-nav {
    font-size: 16px;
  }
  .footer-nav, .footer-cr {
    text-align: center;
  }
}
@media (max-width: 767px) {
  br {
    display: none;
  }
  .home-nav .navbar-default {
    background: none;
    min-height: 0;
  }
  .home-nav .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
  }
  .home-nav .navbar {
    margin-bottom: 0;
  }
  .home-nav #main-top-nav {
    margin-top: -42px;
  }
  .home-nav #main-top-nav ul {
    margin-top: -4px;
  }
  .home-nav .last-item {
    margin-bottom: 20px;
  }
  .navbar-header {
    margin-top: 15px;
  } 
  .navbar-header img {
    padding: 6px 0 18px;
  }
  .navbar-toggle {
    margin-top: 0;
    margin-right: 0;
  }
  .int-logo {
    max-width: 230px;
  }
  .res-progs {
    margin-bottom: 30px;
  }
  .res-progs h3 {
    text-align: center;
  }
  .labs-logos {
    margin-bottom: 30px;
  }
  .global-banner {
    background: none;
    height: auto;
  }
  .global-banner-text p {
    margin-top: 0;
  }
  .pd160t {
    padding-top: 0;
  }
  .contact-us-callout {
    text-transform: none;
  }
  .social-info {
    margin-bottom: 30px;
  }
  .white-papers {
    margin-bottom: 30px;
  }
  .page-title h2:before {
    border-bottom: none;
    height: 0;
  }
  .first-photo {
    -webkit-animation: none;
       -moz-animation: none;
        -ms-animation: none;
         -o-animation: none;
            animation: none;
  }
  .logo-scroll {
    margin: 0 0 30px;
    overflow: visible;
  }
  .photobanner {
    height: 100%;
    width: 100%;
  }
  .photobanner img {
    margin: 0 auto;
    display: block;
  }
  #logo-home {
    margin: -120px 0 0px;
  }
  .pd15l, .pd15r {
    padding: 0 8px;
  }
  .in-the-news h2:before {
    border-bottom: none;
    height: 0;
  }
  .even-hp-sbu h3 {
    padding-bottom: 0;
  }
  .hp-sbu p {
    margin-bottom: 25px;
  }
  .hp-banner {
    height: 240px;
    margin-top: 60px;
  }
  .ga-icons {
    margin-bottom: 30px;
  }
  .bio-name:hover {
    opacity: 0;
  }
  .banner-content {
    position: relative;
  }
}