@import url("./fonts.css");
/*
Theme Name: HKS
Theme URI: http://hksinc.com
Description: Theme
Author: Rick Murt
Author URI: http://www.phirebranding.com
Version: 1.0
Tags: none

License:
License URI:

General comments (optional).
*/
@media only screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
  }
}

.var-dump {
  position: fixed;
  z-index: 9999;
  left: 100px;
  top: 100px;
  width: 90%;
  height: 90%;
  border: 1px solid #000;
  background-color: white;
  color: #000;
  overflow: scroll;
}

html {
  width: 100%;
  position: relative;
}

body {
  margin: 0;
  font-size: 12px;
  line-height: 26px;
  color: #454545;
  background-color: #fff;
  font-family: 'HKS Sans Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.lgrey {
  color: #eee !important;
}

.dgrey {
  color: #454545 !important;
}

.lgrey2 {
  color: #878787 !important;
}

.red {
  color: #D6001C !important;
}

.blue {
  color: #23b4e8 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-lgrey {
  background-color: #eee !important;
}

.bg-lgrey2 {
  background-color: #878787 !important;
}

.bg-dgrey {
  background-color: #454545 !important;
}

.bg-red {
  background-color: #D6001C !important;
}

.caps {
  text-transform: uppercase;
}

.lowercase {
  text-transform: none;
}

.ilb {
  display: inline-block;
  *zoom: 1;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.noborder {
  border: 0 !important;
}

.spaced {
  letter-spacing: 3px !important;
}

.centered {
  text-align: center !important;
}

a.block-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
a.whole-grid-link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}

.grid-item a.whole-grid-link {
  top: 0px;
  left: 0px;
  background-image: url("about:blank");
}

.font36 {
  font-size: 36px;
}

.font32 {
  font-size: 32px;
}

.font24 {
  font-size: 24px;
}

.font18 {
  font-size: 18px;
}

.font14 {
  font-size: 14px;
}

.font12 {
  font-size: 12px;
}

.font11 {
  font-size: 11px;
}

.font10 {
  font-size: 10px;
}

.grayscale {
  filter: url(filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
  background-color: transparent;
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.sliding-element {
  min-height: 1px;
  position: relative;
  overflow: hidden;
  margin-left: 0px;
}

.fma .sliding-element {
  height: 100%;
}

.selectable, .modal-trigger {
  cursor: pointer;
}

.flip {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:before {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.ui-autocomplete {
  display: none !important;
}

.fake-key {
  border: 1px solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  behavior: url("./ie/PIE.htc");
  padding: 0px 3px 3px 3px;
  line-height: 14px;
  display: inline-block;
  *zoom: 1;
  vertical-align: baseline;
}

.arrow {
  width: 5px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  cursor: pointer;
}
.arrow.inline {
  position: relative;
  display: inline-block;
  *zoom: 1;
  top: 1px;
  left: 0px;
}

.refresh {
  width: 100%;
  height: 24px;
  background-image: url("../images/icon-refresh.png");
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 41px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .refresh {
    display: none;
  }
}

.rotate {
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  overflow: hidden;
  outline: none !important;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.all-container {
  position: relative;
}

.left-arrow {
  background-image: url("../images/icon-arrow-left.png");
  left: -24px;
}
.left-arrow.inline {
  margin-right: 6px;
}

.right-arrow.inline {
  margin-left: 6px;
}

.left-arrow.white {
  background-image: url("../images/icon-arrow-left-white.png");
}

.right-arrow {
  background-image: url("../images/icon-arrow-right.png");
  right: -24px;
}
.right-arrow.white {
  background-image: url("../images/icon-arrow-right-white.png");
}

.row-fluid {
  width: 100%;
  *zoom: 1;
  margin: 0 auto;
}
.row-fluid:before {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.row-fluid .content {
  max-width: 960px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.row-fluid.menu {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed !important;
  top: 0px;
  z-index: 1000;
}
.row-fluid.menu + .row-fluid.mobile-only + .row-fluid {
  margin-top: 104px;
}
@media only screen and (max-width: 767px) {
  .row-fluid.menu + .row-fluid.mobile-only + .row-fluid {
    margin-top: 0px;
  }
}
.row-fluid.menu + .row-fluid {
  margin-top: 104px;
}
@media only screen and (max-width: 767px) {
  .row-fluid.menu + .row-fluid {
    margin-top: 53px;
  }
}

.menu .content {
  width: 960px;
}
@media only screen and (max-width: 767px) {
  .menu .content {
    width: 100%;
  }
}

.menu .social {
  width: 100%;
  height: 36px;
  padding-top: 19px;
  padding-right: 30px;
  text-align: right;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .menu .social {
    display: none;
  }
}

.logo-nav-search {
  margin-top: 14px;
}

ul.nav {
  /* margin-left: 49px; */
  margin-left: 0px;
  margin-top: 9px;
  letter-spacing: 1px;
}
ul.nav li {
  list-style-type: none;
  float: left;
  margin-right: 18px;
  font-size: 12px;
  font-weight: 600;
}
ul.nav li a:hover {
  color: #D6001C;
  text-decoration: none;
}
ul.nav li.js-initialized:hover .dropdown:not(.search) {
  display: block;
}

.dropdown {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 84px;
  left: 0px;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

ul.nav li .dropdown li {
  font-weight: 400;
  line-height: 21px;
}

.shortened .dropdown {
  top: 41px;
}

#search-icon {
  width: 19px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  #search-icon {
    width: auto;
    height: auto;
  }
}

.dropdown.search {
  text-align: center;
}
.dropdown.search .dropdown-content {
  text-align: left;
  margin: 0 auto;
  display: inline-block;
  *zoom: 1;
}

.search-meta {
  margin-top: 68px;
}

.search-selection {
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 24px;
}

.search-radio-button {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  /* stroke */
  -moz-border-radius: 7px / 7px 7px 7px 7px;
  -webkit-border-radius: 7px / 7px 7px 7px 7px;
  border-radius: 7px / 7px 7px 7px 7px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #fff;
  /* layer fill content */
  -moz-box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.29);
  /* inner shadow */
  -webkit-box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.29);
  /* inner shadow */
  box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.29);
  /* inner shadow */
  display: inline-block;
  *zoom: 1;
  margin-right: 5px;
  vertical-align: middle;
  behavior: url("./ie/PIE.htc");
}
.search-radio-button.selected {
  background-color: #D6001C;
}

.dropdown-content {
  position: relative;
}

.row-fluid .content.dropdown-content {
  margin-left: 635.5px;
}

.dropdown-content > ul {
  margin: 0;
  letter-spacing: 0px;
  line-height: 24px;
  font-size: 12px;
}

.dropdown-divider {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 49px;
  height: 1px;
  background-color: #D6001C;
}

.dropdown ul {
  padding: 0px;
}
.dropdown ul li {
  list-style-type: none;
  float: none;
}

#s {
  font-size: 72px;
  border: 0;
  background-color: transparent;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.related-link:hover {
  text-decoration: underline !important;
}

#searchsubmit {
  display: block !important;
  /* in some browsers, if it's hidden, it won't submit on pushing enter */
  position: absolute;
  top: -10000px;
  left: -10000px;
}

.row-fluid.fma .content {
  max-width: 1200px;
}

.fma-width-container {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.fma-single {
  height: 466px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .fma-single {
    height: auto !important;
    margin-bottom: -6px;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .fma-single img {
    width: 100% !important;
    left: 0px !important;
    height: auto !important;
  }
}

.fma-text-overlay {
  position: absolute;
  left: 96px;
  top: 139px;
}

.indicator-container {
  text-align: center;
  width: 100%;
}

.all-testimonials + .indicator-container > nav {
  margin-top: 20px;
}

.indicators {
  display: inline-block;
  *zoom: 1;
  margin: 41px auto 11px;
}

nav {
  white-space-collapse: discard;
}
nav:empty {
  /* display: none; */
  display: block;
  margin-top: 20px;
}

.fma .indicators {
  height: 10px;
}

.indicator {
  width: 10px;
  height: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #e5e5e5;
  /* layer fill content */
  cursor: pointer;
  float: left;
  margin: 0px 8px;
  behavior: url("./ie/PIE.htc");
}
.indicator.selected {
  background-color: #D6001C;
}

.all-places {
  width: 1000px;
}

.arrow-container {
  position: relative;
}

.grid-person {
  width: 232px;
  height: 200px;
}

.grid-item.grid-career {
  width: 232px;
  height: 200px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.grid-item.grid-career .grid-item-label {
  top: 25px;
  height: auto;
  background-color: transparent;
  color: #d6001c;
  font-size: 22px;
  line-height: 26px;
  text-transform: none;
  white-space: normal;
  font-weight: 300;
}
.grid-item.grid-career .career-location {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 14px;
}
.grid-item.grid-career .grid-item-label a {
  color: #d6001c;
}

.people .thumb {
  width: 190px;
  height: 230px;
  margin: 0 auto;
  background-color: red;
}
.people .thumb .toggle-on-hover {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  position: relative;
}
.people .thumb .toggle-on-hover .label {
  font-size: 24px;
  position: relative;
  top: 13px;
  left: 14px;
}
.people a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
.people .grid-item-label a {
  display: inline !important;
}

.about .boxes {
  height: 546px;
  height: 376px;
}
.about .boxes .box.box-2x1 .box-content, .about .boxes .box.box-1x1 .box-content {
  height: 87%;
}

.box-1x1 .box-content {
  height: 161px !important;
  width: 161px !important;
}

.box-2x1 .box-content {
  height: 161px !important;
}

.box-2x2 .box-content {
  height: 353px !important;
}

.row-fluid.footer {
  /* height: 646px; */
  margin-bottom: 100px;
}

.footer-col {
  margin-top: 35px;
}
.footer-col.col-4 ul li {
  max-width: 209px;
}

@media only screen and (max-width: 767px) {
  .social-buttons-header {
    border: 0px !important;
  }
}

.footer .social {
  width: 175px;
  height: 22px;
  margin-top: 36px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer .social {
    width: 100%;
    min-height: 42px;
    margin-top: 25px;
  }
}

.menu .social a,
.footer .social a {
  display: inline-block;
  *zoom: 1;
  vertical-align: top;
  height: 100%;
  width: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .footer .social a {
    width: 18.8%;
  }
}

.social a.twitter {
  background-image: url('../images/social-icon-tw.png');
}

.social a.facebook {
  background-image: url('../images/social-icon-fb.png');
}

.social a.linkedin {
  background-image: url('../images/social-icon-in.png');
}

.social a.youtube {
  background-image: url('../images/social-icon-yt.png');
}

.footer-col ul {
  margin: 0;
  padding: 0;
}
.footer-col ul li.selected {
  color: #D6001C;
}

.contact-location-container {
  clear: both;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact-location-container {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .contact-location-container .section-header {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-location-container:first-child {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-location-container:first-child:before {
    content: '';
    width: 90vw;
    left: 5vw;
    right: 5vw;
    border-top: 3px solid #ebebeb;
    position: absolute;
    top: 0;
  }
}
.contact-location-container .footer-col {
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .contact-location-container .footer-col {
    width: 100% !important;
    float: none;
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .contact-location-container .footer-col ul {
    margin-bottom: 0px !important;
  }
}

.footer-col ul li {
  list-style-type: none;
  line-height: 24px;
  font-size: 14px;
  background-image: none !important;
  padding: 0px !important;
}
.footer-col.col-1 {
  width: 24.6%;
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .footer-col.col-1 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer-col.col-1 div {
    font-size: 15px !important;
    line-height: 21px !important;
    color: #878787 !important;
  }
}
.footer-col.col-2, .footer-col.col-3 {
  width: 14.6%;
}
.footer-col.col-4 {
  width: 23.8%;
}
.footer-col.col-5 {
  max-width: 21.3%;
}

.section-header {
  margin: 38px 0px 34px;
  width: 100%;
  font-family: 'HKS Sans Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .section-header:empty {
    display: none;
  }
}

.section .section-header {
  margin-top: 17px;
  text-indent: 14px;
}

.tag-cloud {
  height: 195px;
  overflow-y: scroll;
}

.row-fluid.fma + .row-fluid > .section {
  padding-top: 0px;
}

.content.section {
  max-width: 990px;
  width: 100%;
}
.content.section.top {
  margin-top: 20px;
  border-bottom: 0;
  line-height: 23px;
}
@media only screen and (max-width: 767px) {
  .content.section.top {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.section > .copy {
  margin-top: 20px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .section > .copy {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-left: 0px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
.section > .copy:first-child {
  margin-top: 7px;
}

.fma + .row-fluid > .section > .copy:first-child > .title {
  margin-top: 7px;
}
.fma + .row-fluid > .section .sidebar {
  margin-top: 14px;
}

.faux-sidebar-header {
  display: block;
  margin-top: 9px;
  margin-bottom: -9px;
}

.section > .copy:first-child > .title {
  margin-top: 9px;
}
.section > .copy ~ * {
  margin-top: 12px;
}

.expandable.closed::after {
  content: ' +';
}
.expandable.opened::after {
  content: ' -';
}

.copy {
  max-width: 633px;
  width: 64.9%;
  display: inline-block;
  *zoom: 1;
  vertical-align: top;
  margin-bottom: -10px;
}
.copy.full-width {
  width: 100%;
  max-width: 960px;
}
.copy.full-width table tbody {
  vertical-align: top;
}
.copy.full-width table td {
  width: 25%;
}
.copy.full-width table tr td p {
  margin: 0;
}

.section .sidebar {
  line-height: 20px;
  font-size: 12px;
  padding-top: 6px;
}
.section input[type=text] {
  border: 0;
  background: transparent;
  font-weight: bold;
  color: #454545;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #454545;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #454545;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454545;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #454545;
}

.section .sidebar.pull-right {
  max-width: 316px;
  width: 32.9%;
}
@media only screen and (max-width: 767px) {
  .section .sidebar.pull-right {
    float: none;
    width: 100%;
    max-width: none;
    padding: 15px;
  }
}
.section .title {
  font-size: 26px;
  line-height: 32px;
  color: #454545;
  font-weight: 300;
}
.section .title-careers {
  font-size: 22px;
  color: #D6001C;
}

.section .title + p {
  padding-top: 20px;
}
.section .title + table {
  margin-top: 20px;
}
.section .location {
  font-size: 12px;
  margin-bottom: 30px;
  margin-top: 7px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .section .location {
    line-height: 140%;
  }
}
.section .location.career-location {
  text-transform: none;
  font-weight: 400;
  color: inherit;
  font-size: 14px;
}
.section .location.career-location ~ p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.section .location ~ p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.section p + ul {
  position: relative;
  top: -25px;
}
.section ul {
  padding-left: 15px;
  list-style-type: none;
}
.section ul li {
  background-image: url("../images/icon-section-li-bullet.png");
  background-repeat: no-repeat;
  background-position: 0px 11px;
  padding-left: 8px;
}
.section ul li strong {
  font-weight: 600;
}
.section p strong {
  font-weight: 600;
}
.section p strong:first-child {
  font-weight: 700;
}
.section a {
  color: #D6001C;
}
.section p, .section ul, .section table {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 23px;
}
.section p.title {
  margin-bottom: -5px;
}
.section.top .title + p {
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  .section.top .title + p {
    padding-top: 0px;
  }
}
.section.top .title + p:only-of-type {
  margin-bottom: 0px;
}
.section p + ul:last-child {
  margin-bottom: 0px;
}

.sidebar .section {
  padding-top: 9px;
  padding-bottom: 9px;
}
.sidebar .section p b, .sidebar .section p strong {
  font-weight: 600;
  color: black;
}

.section strong, .section b {
  color: #000;
}

.sidebar .section {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 9px;
  padding-top: 9px;
}
.sidebar .section.sidebar-tweet {
  line-height: 17px;
}
.sidebar .section.sidebar-tweet:first-of-type {
  padding-top: 0px;
}
.sidebar .section p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.section > p:first-child > img {
  margin: 0;
  margin-top: -9px;
  /* ignore the usual margin and align it with the top of the text on the left */
}

.sidebar .section .copy {
  margin-top: 0px;
  margin-left: 0px;
}
.sidebar header {
  border-bottom: 3px solid #ebebeb;
  padding-bottom: 6px;
}
.sidebar header:only-child {
  border-bottom: 0px;
}
.sidebar header + header {
  display: none;
}
.sidebar header.always-show {
  display: block !important;
}
.sidebar .section:last-child {
  border-bottom: 0px;
}
.sidebar .section + header {
  margin-top: 20px;
}
.sidebar .sidebar-hashtags {
  margin-right: 20px;
  color: #000;
  font-size: 12px;
  line-height: 17px;
  max-width: 230px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.grid-container {
  width: 990px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .grid-container {
    width: 100%;
  }
}
.grid-container.margin-bottom {
  margin-bottom: 60px;
}

.flickr .grid-container {
  width: 316px;
  margin-top: 14px;
}

.grid {
  width: 1030px;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .grid {
    width: 100%;
  }
}

.flickr .grid {
  width: 356px;
  margin-top: -22px;
}

.grid-item {
  float: left;
  margin: 20px 20px 0 0;
  background-color: #dbdbdb;
  position: relative;
  background-position: center center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .grid-item {
    width: 100% !important;
    float: none !important;
    height: auto !important;
    margin-right: 0px;
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .grid-item.modal-trigger img {
    width: 100%;
  }
}

.grid-item-label {
  position: absolute;
  bottom: 18px;
  left: 15px;
  right: 15px;
  z-index: 4;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 24px;
  padding: 0px 8px;
  background-color: #d6001c;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .grid-item-label {
    width: 90vw;
    left: 5vw;
    right: 5vw;
  }
}

.grid-item-abstract {
  position: absolute;
  top: 18px;
  left: 15px;
  right: 15px;
  z-index: 4;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 0px 8px;
  min-width: 85%;
  background-color: transparent;
  color: #454545;
  font-weight: 300;
  line-height: 18px;
  font-size: 13px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .grid-item-abstract {
    font-size: 1.7rem;
    line-height: 115%;
    position: static;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 23px;
    padding-right: 23px;
  }
}

.grid-twitter .grid-item-abstract a {
  color: #D6001C;
}

.grid-item-date {
  color: #454545;
  font-weight: 300;
}

.grid-item-abstract a {
  color: #454545;
}

.grid-insight-large .grid-item-abstract {
  font-size: 24px;
  line-height: 32px;
}

.grid-item.bg-lgrey2 .grid-item-label, .grid-item.bg-red .grid-item-label, .grid-item.bg-lgrey2 .grid-item-abstract, .grid-item.bg-red .grid-item-abstract {
  color: white !important;
}

.grid-insight-wide .grid-item-abstract {
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 300 !important;
}

.grid-item-label a {
  color: white;
}

.flickr .grid-item {
  width: 90px;
  height: 90px;
  margin-right: 22px;
  margin-top: 22px;
}

.grid-insight-container > div:nth-child(n+12) {
  margin-top: -179px;
}
.grid-insight-container > div:nth-child(13) {
  margin-left: 202px;
}
.grid-insight-container > div:nth-child(14) {
  margin-left: 402px;
}

.grid-insight {
  background-color: #dbdbdb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .grid-insight {
    margin-bottom: 20px;
  }
}

.grid-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-insight .grid-image {
  position: relative;
  width: auto !important;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .grid-insight.grid-insight-small .grid-image {
    height: 100% !important;
    width: 100% !important;
    max-height: none !important;
    max-width: none !important;
  }
}
.grid-insight.grid-insight-small .grid-image.grid-max-height {
  max-height: 157px;
}
.grid-insight.grid-insight-small .grid-image.grid-max-width {
  max-width: 182px;
}
@media only screen and (max-width: 767px) {
  .grid-insight.grid-insight-large .grid-image {
    height: 100% !important;
    width: 100% !important;
    max-height: none !important;
    max-width: none !important;
  }
}
.grid-insight.grid-insight-large .grid-image.grid-max-height {
  max-height: 334px;
}
.grid-insight.grid-insight-large .grid-image.grid-max-width {
  max-width: 384px;
}

.related-insight-container {
  float: left;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .related-insight-container {
    max-width: none !important;
    max-height: none !important;
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}

.related-insight-container-large {
  max-width: 404px;
  max-height: 354px;
}

.related-insight-container-wide {
  max-width: 404px;
  max-height: 177px;
}

.related-insight-container-wide + .related-insight-container-small {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.related-insight-container-small + .related-insight-container-wide {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.related-insight-container-wide + .related-insight-container-small + .related-insight-container-small + .related-insight-container-small {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.related-insight-container-wide + .related-insight-container-small + .related-insight-container-small + .related-insight-container-small + .related-insight-container-small {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.related-insight-container-small {
  max-width: 202px;
  max-height: 177px;
}

.related-insight-container > div:nth-child(n+2) {
  display: none;
}
.related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container {
  position: relative;
  margin-top: -177px;
}

.related-insight-container-wide + .related-insight-container-small + .related-insight-container-small + .related-insight-container-small + .related-insight-container-small + .related-insight-container-small + .related-insight-container-small + .related-insight-container-wide + .related-insight-container-small + .related-insight-container-wide + .related-insight-container-small + .related-insight-container-small {
  position: relative;
  margin-top: 0px;
}

.related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container {
  margin-left: 202px;
}
.related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container + .related-insight-container {
  margin-left: 402px;
}

.grid-insight .grid-item-label.insight-type {
  background-color: transparent;
  color: #d6001c;
  font-weight: 600;
  text-transform: none;
}

.grid-insight-imagery .grid-item-label {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.grid-insight .grid-item-label.insight-type a {
  color: inherit !important;
}

.grid-insight-copy {
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}
.grid-insight-copy:before {
  content: "......................................................";
  letter-spacing: 2px;
  position: absolute;
  top: -16px;
  left: 0px;
  width: 100%;
  color: #878787;
}
@media only screen and (max-width: 767px) {
  .grid-insight-copy:before {
    content: "..................................................................." !important;
  }
}
.grid-insight-copy:after {
  content: "......................................................";
  letter-spacing: 2px;
  position: absolute;
  bottom: -9px;
  left: 0px;
  width: 100%;
  color: #878787;
}
@media only screen and (max-width: 767px) {
  .grid-insight-copy:after {
    content: ".........................................................................." !important;
  }
}

.grid-insight-small {
  width: 182px;
  height: 157px;
}
@media only screen and (max-width: 767px) {
  .grid-insight-small:after {
    content: '';
    display: block;
    padding-top: 86.26%;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .grid-insight-small.grid-insight-imagery:after {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .grid-insight-small.grid-insight-copy {
    height: auto !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-insight-small.grid-insight-copy:after {
    padding-top: 0 !important;
  }
}

.grid-insight-wide {
  width: 384px;
  height: 157px;
}

.grid-insight-large {
  width: 384px;
  height: 334px;
}

.grid-twitter {
  border: 1px solid #ebebeb;
}
.grid-twitter .grid-item-label {
  font-size: 14px;
  font-weight: 300 !important;
}
.grid-twitter .grid-item-label .tweet-date {
  color: #454545;
}

.grid-1x1 {
  width: 317px;
  height: 200px;
}

.grid-1x2 {
  width: 317px;
  height: 420px;
}

.grid-1x3 {
  width: 317px;
  height: 640px;
}

.grid-2x1 {
  width: 654px;
  height: 200px;
}

.grid-2x2 {
  width: 654px;
  height: 420px;
}

.grid-3x1 {
  width: 990px;
  height: 200px;
}

.grid-3x2 {
  width: 990px;
  height: 420px;
}

.grid-3x3 {
  width: 990px;
  height: 620px;
}
.grid-3x3.video {
  height: 620px;
}

/* slide up the bottom left box in a topleft: 1x1, right: 2x2, bottomleft: 1x1... */
.grid-1x1 + .grid-2x2 + .grid-1x1 {
  margin-top: -200px;
}
.grid-1x1 + .grid-1x1 + .grid-1x1 + .grid-2x2 + .grid-1x1 {
  margin-top: 20px;
}
.grid-1x1 + .grid-1x2 + .grid-1x1 + .grid-1x1 + .grid-1x1 {
  margin-top: -200px;
}

/* ... but don't do that in a larger grid */
/* one tall, 3 short in middle, one tall */
.grid-1x3 + .grid-1x1 + .grid-1x3 + .grid-1x1 {
  margin-top: -420px;
  margin-left: 337px;
}
.grid-1x3 + .grid-1x1 + .grid-1x3 + .grid-1x1 + .grid-1x1 {
  margin-top: -200px;
  margin-left: 337px;
}

/* 3 short on left, one tall, one tall */
.grid-1x1 + .grid-1x3 + .grid-1x3 + .grid-1x1 {
  margin-top: -420px;
}
.grid-1x1 + .grid-1x3 + .grid-1x3 + .grid-1x1 + .grid-1x1 {
  margin-top: -200px;
}

/* 1 medium 1 short on left, one tall, one tall */
.grid-1x2 + .grid-1x3 + .grid-1x3 + .grid-1x1 {
  margin-top: -200px;
}

/* 1 short 1 medium on left, one tall, one tall */
.grid-1x1 + .grid-1x3 + .grid-1x3 + .grid-1x2 {
  margin-top: -420px;
}
.grid-1x1 + .grid-1x2 + .grid-1x1 + .grid-1x2 {
  margin-top: 240px;
  margin-left: -1011px;
}
.grid-1x1 + .grid-1x2 + .grid-1x1 + .grid-1x2 + .grid-1x1 {
  margin-top: 460px;
  margin-left: -674px;
}
.grid-1x1 + .grid-1x2 + .grid-1x1 + .grid-1x2 + .grid-1x1 + .grid-1x2 {
  margin-top: 20px;
  margin-left: 0px;
}

/* columns: 1/2, 2/1, 1/2 */
/* columns: 2/1, 1/2, 2/1 */
.grid-1x2 + .grid-1x1 + .grid-1x2 + .grid-1x1 + .grid-1x2 {
  margin-top: -200px;
  margin-left: 0px;
}
.grid-1x2 + .grid-1x1 + .grid-1x2 + .grid-1x1 + .grid-1x2 + .grid-1x1 {
  margin-top: 20px;
  margin-left: 0px;
}

/* columns: 1/1/1, 1/2, 2/1 */
.grid-1x1 + .grid-1x1 + .grid-1x2 + .grid-1x1 {
  margin-top: -200px;
}
.grid-1x1 + .grid-1x1 + .grid-1x2 + .grid-1x1 + .grid-1x2 {
  margin-top: -200px;
  margin-left: 337px;
}
.grid-1x1 + .grid-1x1 + .grid-1x2 + .grid-1x1 + .grid-1x2 + .grid-1x1 {
  margin-top: 20px;
}

.all-testimonials {
  margin-top: 12px;
  padding-bottom: 15px;
}

.testimonial-single {
  width: 100%;
  max-width: 975px;
  margin: 0 auto;
  display: inline-block;
  *zoom: 1;
  vertical-align: top;
  padding: 0px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .testimonial-single {
    display: none;
  }
}
.testimonial-single:first-child {
  display: block;
}

.testimonial-single .quote {
  font-size: 33px;
  line-height: 45px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .testimonial-single .quote {
    font-size: 14px;
    line-height: 24px;
    color: #454545 !important;
    font-weight: 400;
  }
}
.testimonial-single .attribution {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
}

.related-places .grid-place, .all-places .grid-place {
  width: 317px;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  .grid-place:after {
    content: "";
    display: block;
    padding-top: 63.09%;
  }
}

@media only screen and (max-width: 767px) {
  .grid-person:after {
    content: "";
    display: block;
    padding-top: 86.21%;
  }
}

@media only screen and (max-width: 767px) {
  .grid-career:after {
    content: "";
    display: block;
    padding-top: 86.21%;
  }
}

.modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(135, 135, 135, 0.5);
  z-index: 5000;
}
@media only screen and (max-width: 767px) {
  .modal-container {
    display: none !important;
  }
}

.modal-sliding-images {
  width: 990px;
  height: 620px;
  position: fixed;
  left: 50%;
  margin-left: -495px;
  top: 15%;
  z-index: 3;
  overflow: hidden;
}

.modal-controls-container {
  width: 990px;
  height: 578px;
  position: fixed;
  left: 50%;
  margin-left: -495px;
  top: 15%;
  z-index: 4;
  background-color: transparent;
}

.arrow-large {
  position: absolute;
  top: 290px;
  width: 57px;
  height: 57px;
}
.arrow-large.left-arrow {
  background-image: url("../images/icon-modal-left.png");
  left: 0px;
}
.arrow-large.right-arrow {
  background-image: url("../images/icon-modal-right.png");
  right: 0px;
}

.modal-sliding-image {
  width: 990px;
  height: 620px;
  margin: 0;
  float: left;
  position: relative;
  text-align: center;
  background-color: #fff;
  line-height: 618px;
}
.modal-sliding-image img {
  margin: auto;
  display: inline-block;
  *zoom: 1;
  vertical-align: middle;
}
.modal-sliding-image .grid-item-label {
  text-transform: none;
  text-align: left;
}

div.modal-close {
  position: absolute;
  right: 12px;
  top: 0;
  cursor: pointer;
}

.modal-close-icon {
  width: 10px;
  height: 10px;
  background-image: url("../images/icon-modal-close.png");
  background-repeat: no-repeat;
  margin-left: 7px;
  display: inline-block;
  *zoom: 1;
  position: relative;
  top: 1px;
}

.modal-close-large {
  background-image: url("../images/icon-modal-close-large.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.modal-message {
  width: 525px;
  position: fixed;
  left: 50%;
  margin-left: -262px;
  top: 15%;
  z-index: 3;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px;
}

.modal-message-header {
  font-size: 22px;
}

.modal-message-copy {
  margin-top: 25px;
}

.modal-message-links {
  margin-top: 35px;
}
.modal-message-links ul {
  padding: 0;
  margin: 0;
}
.modal-message-links ul li {
  float: left;
  list-style-type: none;
  background-image: none;
  padding-left: 0px;
  margin-right: 15px;
}

.children-links ul {
  margin: 0;
  padding: 0;
}
.children-links ul li {
  list-style-type: none;
  font-size: 12px;
  line-height: 20px;
  background-image: none;
}
@media only screen and (max-width: 767px) {
  .children-links ul li a {
    color: #454545;
  }
}
.children-links + .children-links {
  display: none !important;
}

.sidebar-nav-link {
  display: block;
}

.row-fluid .content.single-items-container {
  border-top: 1px solid #ebebeb;
  margin-top: 23px;
}

.single-item-container .title {
  font-size: 22px;
  font-weight: 400;
}
.single-item-container:first-child {
  margin-top: 6px;
}
.single-item-container:nth-child(n+2) {
  padding-top: 33px;
}

.single-items-container + .sidebar {
  padding-top: 2px;
}

.single-item-container .date {
  font-size: 14px;
  margin-top: 20px;
}
.single-item-container .date.press-coverage {
  margin-top: 0px;
  margin-bottom: -10px;
}

.press-coverage-copy {
  margin-top: 20px;
}

.awards-copy {
  float: left;
  width: 458px;
}
@media only screen and (max-width: 767px) {
  .awards-copy {
    width: 100%;
  }
}
.awards-copy p:first-child {
  margin-top: 0px;
}

.single-item-container .image {
  width: 654px;
  height: 420px;
  background-color: #dbdbdb;
  margin-left: -15px;
  margin-top: 30px;
}
.single-item-container .single-copy {
  margin-top: 34px;
  font-size: 14px;
  line-height: 22px;
}
.single-item-container .single-copy .first-image {
  margin-bottom: 20px;
}

.first-image.press-coverage {
  float: left;
  margin-right: 30px;
}

.single-item-container .single-copy .first-image img {
  max-width: 100%;
}

.first-image.press-coverage img {
  width: 144px;
  height: 144px;
}

.single-item-container .single-copy a {
  color: #D6001C !important;
}

.section .single-item-container .single-copy p, .section .single-item-container .single-copy ul {
  line-height: 22px;
}

.mobile-expandable-information ul li {
  background-image: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.mobile-expandable-information ul {
  top: 0px !important;
  padding: 0;
  margin: 0;
}

body.single-insight .section .single-item-container .single-copy p + ul {
  top: 0px;
}

.single-item-container .single-copy.search-copy {
  margin-top: 0px;
}

.read-more {
  font-size: 14px !important;
  margin-top: -10px;
}

.single-item-container {
  padding-bottom: 30px;
  position: relative;
}
.single-item-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 654px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .single-item-container::after {
    width: 100%;
  }
}
.single-item-container:last-child::after {
  border-bottom: 0px;
}

.single-tags {
  border-bottom: 1px solid #ebebeb;
  padding: 40px 0px;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .single-tags:last-child {
    border-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .single-tags {
    border-bottom: 3px solid #ebebeb;
  }
}

.sidebar ul.filter {
  margin: 0;
  padding: 0;
}
.sidebar ul.filter li {
  list-style-type: none;
  background-image: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}
.sidebar ul.filter li a {
  color: #454545;
}

.pagination {
  font-size: 14px;
  padding: 40px 25px 80px;
}

.page-numbers {
  padding: 0px 3px;
}

.sidebar-address {
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  position: relative;
  top: 6px;
}
@media only screen and (max-width: 767px) {
  .sidebar-address {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.sidebar-address li {
  list-style-type: none;
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.underlined {
  position: relative;
}
.underlined::after {
  content: '';
  position: absolute;
  width: 990px;
  border-bottom: 1px solid #ebebeb;
  left: 0px;
  bottom: -13px;
}
@media only screen and (max-width: 767px) {
  .underlined::after {
    display: none;
  }
}

.award {
  font-size: 26px !important;
  line-height: 36px !important;
  color: #23b4e8;
  text-decoration: underline;
  margin-bottom: 25px !important;
  text-transform: uppercase;
}
.award strong, .award a {
  color: inherit !important;
}

.main-form .form-section-header {
  padding-top: 40px;
  border-top: 1px solid #ebebeb;
  margin-top: 40px;
}
.main-form label {
  font-size: 14px;
}
.main-form input[type=text], .main-form select, .main-form input[type=date] {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 25px;
  line-height: 25px;
  text-indent: 10px;
  background-color: #ebebeb !important;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
  color: #a2a2a2 !important;
}

.comment-add-header {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.comment-form .main-form textarea {
  background-color: #ebebeb !important;
  width: 100%;
  height: 250px;
  border: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 150%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
  color: #a2a2a2 !important;
}

.main-form select, .main-form input[type=date] {
  border: 0;
}
.main-form .field-container.full {
  width: 100%;
}
.main-form .field-container.half {
  width: 305px;
}
.main-form .field-container.third {
  width: 196px;
}

.field-container.pull-left.third + .field-container.pull-left.third {
  margin-left: 20px;
}

.sidebar-form input[type=text], .sidebar-form .fake-file-upload {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 25px;
  line-height: 25px;
  text-indent: 10px;
  background-color: #ebebeb !important;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
  color: #a2a2a2 !important;
}

.fake-file-upload .pull-right {
  margin-right: 10px;
}

.sidebar-form .file-input-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.file-input-wrapper > input[type="file"] {
  font-size: 40px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.sidebar-form .field-container.half {
  width: 152px;
}

.field-container label {
  margin-top: 10px;
  display: block;
}
.field-container:first-child label, .field-container.half:first-child + .field-container.half label {
  margin-top: 0px;
}

.sidebar-form input[type=text].half {
  width: 152px;
}
.sidebar-form input[type=submit] {
  border: 0;
  background-color: transparent;
  font-family: 'Myriad Pro';
  color: #454545;
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}

.main-form input[type=submit] {
  border: 0;
  background-color: transparent;
  font-family: 'Myriad Pro';
  color: #454545;
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  padding: 0px;
}

.sidebar-form .required-indicator {
  font-size: 10px;
  font-family: 'Myriad Pro';
  margin-top: 10px;
}

.single-social-container {
  border: 1px solid #ebebeb;
  padding: 25px;
  position: relative;
}

.single-social-header {
  position: relative;
}

.hks-social-logo {
  display: inline-block;
  *zoom: 1;
}

.single-social-details-next-to-logo {
  display: inline-block;
  *zoom: 1;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .single-social-details-next-to-logo {
    width: 45%;
  }
}

.single-social-follow-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  overflow: hidden;
}

.tweet-text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.tweet-details {
  font-size: 14px;
  margin-top: 10px;
  position: relative;
}

.tweet-date {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.tweet-reshare-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}

.facebook-text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.facebook-style-shared-content {
  background-color: #f6f7f9;
  border: 1px solid #d2dae8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 392px;
  margin: 10px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .facebook-style-shared-content {
    width: 100%;
  }
}
.facebook-style-shared-content a {
  color: #3b5998 !important;
}
.facebook-style-shared-content .facebook-left {
  display: inline-block;
  width: 156px;
  padding-left: 12px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .facebook-style-shared-content .facebook-left {
    width: 100%;
  }
}
.facebook-style-shared-content .facebook-left img {
  display: block;
  margin: 0 auto;
  padding-top: 12px;
  margin-bottom: 12px;
}
.facebook-style-shared-content .facebook-right {
  padding: 10px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .facebook-style-shared-content .facebook-right {
    width: 100%;
  }
}
.facebook-style-shared-content .facebook-left + .facebook-right {
  width: 199px;
}

.facebook-style-shared-name {
  font-size: 11px;
  line-height: 14px;
  font-family: 'lucida grande', tahoma, sans-serif;
  font-weight: bold;
}

.facebook-style-shared-link {
  font-size: 11px;
  line-height: 14px;
  font-family: 'lucida grande', tahoma, sans-serif;
  color: #808080;
}

.facebook-style-shared-description {
  margin-top: 20px;
  font-size: 11px;
  line-height: 14px;
  font-family: 'lucida grande', tahoma, sans-serif;
  color: #808080;
}

.youtube-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.youtube-date {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin: 15px 0px 25px;
}

.youtube-video {
  margin-top: 15px;
}

.youtube-description {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
}

.youtube-read-more {
  font-size: 14px;
  margin-top: 15px;
}

.linkedin-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  max-width: 500px;
}

.linkedin-content-left {
  float: left;
  width: 170px;
}

.linkedin-content-right {
  float: right;
  width: 395px;
  margin-top: -8px;
}

.linkedin-style-shared-link {
  margin-top: -6px;
  margin-bottom: 10px;
}
.linkedin-style-shared-link a {
  color: #5a5a5a !important;
}

.linkedin-style-description {
  line-height: 20px;
}

.filter-grid-listing-container {
  position: relative;
  margin-top: 15px;
  margin-bottom: -10px;
}
.filter-grid-listing-container:hover > .filter-grid-listing-selection {
  display: block;
}

.filter-grid-listing-label {
  font-weight: 300;
  letter-spacing: 1px;
}

.filter-grid-listing-selection {
  display: none;
  position: absolute;
  left: 27px;
  top: 0px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  margin-top: 18px;
  font-size: 12px !important;
  line-height: 20px !important;
}
.filter-grid-listing-selection li {
  background-image: none !important;
  list-style-type: none;
}
.filter-grid-listing-selection li:first-child {
  margin-top: 15px;
}

.filter-grid-liseting-container {
  color: #454545 !important;
}

.filter-grid-listing-selection a {
  color: #454545 !important;
}
.filter-grid-listing-selection a:hover {
  font-weight: bold !important;
  font-style: italic !important;
  text-decoration: none !important;
  color: #454545 !important;
}

.filter-grid-listing-container a.selected {
  font-weight: bold !important;
  font-style: italic !important;
  text-decoration: none !important;
  color: #454545 !important;
}

.filter-grid-listing-selection::after {
  content: '';
  position: absolute;
  width: 60px;
  border-top: 1px solid #d6001c;
  top: 15px;
  left: 23px;
}

#search-load {
  width: 50px;
  height: 50px;
}
#search-load img {
  width: 100%;
  height: 100%;
}

.parent-pageid-4703 .row-fluid.menu + .row-fluid .content.section {
  border-bottom: 0px;
}

.copy.comment-listing {
  margin-top: 0px !important;
}

.comment {
  margin-top: 30px;
}
.comment:first-child {
  margin-top: 0px;
}
.comment .author {
  color: #D6001C;
  font-family: 'HKS Sans Web';
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.comment .author a:hover {
  text-decoration: none !important;
  cursor: default;
}
.comment .comment-content p {
  font-size: 14px;
  line-height: 150%;
}
.comment .comment-content p:first-child {
  margin-top: 0px;
}

.row-fluid.comments-form {
  border-top: 1px solid #fff;
  position: relative;
  top: -1px;
}

.mobile-only {
  display: none;
}
.mobile-only.only-social-with-injection {
  display: block;
}
.mobile-only.only-social-with-injection .children-links {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-only.only-social-with-injection .children-links {
    display: block;
  }
}

.desktop-only {
  display: block;
}

@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .menu {
    border-bottom: 1px solid #ebebeb;
  }

  .logo img {
    position: relative;
    margin-top: -7px !important;
    /*width: calc(100% - 80px);*/
    margin-left: 15px;
  }

  .row-fluid.menu-opened {
    position: relative;
    left: -71.4%;
  }
  .row-fluid.search-opened {
    position: relative;
    top: 54px;
  }
  .row-fluid.search-opened.menu {
    top: 0px;
  }

  .row-fluid.footer {
    border-top: 1px solid white;
    position: relative;
    top: -1px;
  }

  .content.section {
    border-bottom: 0px;
  }
  .content.section.top:after {
    border-bottom: 0px;
  }
  .content.section:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 90vw;
    border-bottom: 3px solid #ebebeb;
    height: 0px;
    content: '';
    left: 5vw;
    right: 5vw;
  }
  .content.section .copy p + p.title {
    padding-top: 20px;
  }

  .nav {
    position: absolute;
    top: 100%;
    min-width: 30px;
    width: 0px;
    height: 100%;
    line-height: 100%;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin: 0 !important;
    padding: 0;
    min-height: 20px;
  }
  .nav.links {
    right: 1px;
    overflow-y: scroll;
  }
  .nav.links:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 24px;
    border-top: 12px double #454545;
    border-bottom: 4px solid #454545;
    height: 4px;
    z-index: 9999;
    cursor: pointer;
  }
  .nav.links.selected {
    width: 71.4%;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    -moz-box-shadow: 0 0 16px rgba(23, 23, 23, 0.41);
    /* drop shadow */
    -webkit-box-shadow: 0 0 16px rgba(23, 23, 23, 0.41);
    /* drop shadow */
    box-shadow: 0 0 16px rgba(23, 23, 23, 0.41);
    /* drop shadow */
  }
  .nav.links.selected:before {
    border-top: 12px double #D6001C;
    border-bottom: 4px solid #D6001C;
    top: 15px;
    left: calc(28.6% - 38px);
    position: fixed;
  }
  .nav.links.selected:after {
    content: '\d7';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    line-height: 147%;
    font-size: 2.14rem;
    font-weight: 300;
  }
  .nav.links.selected:hover:after, .nav.links.selected:active:after {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    color: #D6001C;
  }
  .nav.links.selected li {
    display: block;
  }
  .nav.links li {
    display: none;
    width: 100%;
    background-color: white;
    line-height: 314%;
    border-top: 1px solid #ebebeb;
    text-transform: none;
    letter-spacing: 0px;
    text-align: right;
    padding-right: 0px;
    font-size: 1.0rem;
  }
  .nav.links li:first-child:before {
    width: 100%;
    background-color: white;
    line-height: 350%;
    border-top: 1px solid #ebebeb;
    text-transform: none;
    letter-spacing: 0px;
    text-align: right;
    padding-right: 20px;
    display: block;
    border-bottom: 1px solid #ebebeb;
    content: 'Home';
    margin-top: 3.09rem;
    direction: rtl;
    text-indent: 20px;
  }
  .nav.links li:first-child:hover:before, .nav.links li:first-child:active:before {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    color: #D6001C;
  }
  .nav.links li a {
    width: 100%;
    display: block;
    padding-right: 20px;
  }
  .nav.links li a:active, .nav.links li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .nav.links li .dropdown {
    display: none !important;
  }
  .nav.links li:last-child {
    border-bottom: 1px solid #ebebeb;
  }
  .nav.search {
    right: 45px;
    min-height: 21px;
  }
  .nav.search li.search {
    position: relative;
    top: -15px;
    height: 100%;
  }
  .nav.search li.search img {
    height: 100%;
    width: 26px !important;
    top: 8px !important;
  }
  .nav.search li.search .search.dropdown {
    width: 100%;
    height: 54px !important;
    padding: 0;
    top: 54px;
    background-color: white;
    border-bottom: 1px solid #ebebeb;
  }
  .nav.search li.search .search.dropdown .dropdown-content, .nav.search li.search .search.dropdown form, .nav.search li.search .search.dropdown input {
    height: 100%;
    width: 100%;
  }
  .nav.search li.search .search.dropdown input#s {
    font-size: 1.2rem;
    line-height: 100%;
    height: 100%;
    text-indent: 5vw;
    width: 66%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nav.search li.search .search.dropdown input#searchsubmit {
    right: 5vw;
    top: 1px;
    z-index: 1000;
    font-size: 1.2rem;
    position: absolute;
    color: red;
    left: calc(100% - 30vw);
    background: transparent;
    border: 0;
    text-align: left;
    line-height: 100%;
    font-weight: 600;
    font-family: 'HKS Sans Web';
  }
  .nav.search li.search .search.dropdown .keyword, .nav.search li.search .search.dropdown .search-meta {
    display: none;
  }

  .sliding-element {
    width: 100% !important;
    margin-left: 0px !important;
  }

  iframe {
    width: 100% !important;
    height: auto !important;
  }

  .sidebar.pull-right {
    position: relative;
  }
  .sidebar.pull-right:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 90vw;
    border-bottom: 3px solid #ebebeb;
    height: 0px;
    content: '';
    left: 5vw;
    right: 5vw;
  }
  .sidebar.pull-right.twitter-sidebar {
    display: none;
  }

  .sidebar.pull-right + br.clearfix {
    display: none;
  }

  #map_canvas {
    height: auto !important;
  }
  #map_canvas:before {
    padding-top: 85%;
    content: '';
    position: relative;
    display: block;
  }

  .content-section.top {
    margin-top: 0px;
  }

  .title.title-people br, .title.title-places br {
    content: " ";
    margin-right: 6px;
  }

  .language-selection,
  .indicator-container,
  .footer-col.col-2,
  .footer-col.col-3,
  .footer-col.col-4,
  .footer-col.col-5,
  .twitter-button,
  .facebook-button,
  .grid-twitter {
    display: none;
  }

  .page.page-id-4 .content.section.top {
    margin-top: 0px;
  }
  .page.page-id-4 .copy p, .page.page-id-4 .sidebar {
    display: none;
  }
  .page.page-id-4 .grid-item {
    margin-top: 0px;
  }
  .page.page-id-4 .grid-item:after {
    padding-top: 0px;
  }
  .page.page-id-4 .grid-item:first-child {
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
  }
  .page.page-id-4 .grid-image {
    display: none;
  }
  .page.page-id-4 .grid-item-label {
    background-color: white;
    border-bottom: 1px solid #ebebeb;
    font-size: 1rem;
    color: #454545;
    width: 100%;
    position: static;
    line-height: 314%;
    text-transform: none;
    height: auto !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .page.page-id-4 .grid-item-label:hover, .page.page-id-4 .grid-item-label:active {
    background-color: rgba(0, 0, 0, 0.1);
    color: #D6001C;
  }
  .page.page-id-4 .grid-item-label a {
    color: #454545;
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .copy.full-width img {
    max-width: calc(100% + 10vw);
    max-width: -webit-calc(100% + 10vw);
    height: auto;
    position: relative;
    left: -5vw;
  }
  .copy.full-width td {
    width: 100% !important;
    display: block;
  }

  .page-id-6 .copy p, .page-id-6 .sidebar {
    display: none;
  }

  .page-id-8 .copy p, .page-id-8 .sidebar {
    display: none;
  }

  .page-id-10 .locations {
    display: none;
  }

  .page-id-4703 .related-insight-container, .parent-pageid-4703 .related-insight-container {
    display: none;
  }
  .page-id-4703 .related-insight-container.related-insight-container-wide, .parent-pageid-4703 .related-insight-container.related-insight-container-wide {
    display: block;
  }

  .page-id-488 .mobile-only.only-social-with-injection, .page-id-486 .mobile-only.only-social-with-injection {
    display: none !important;
  }

  .single-sectors .copy p, .single-sectors .sidebar {
    display: none;
  }

  .single-people .grid-item.modal-trigger {
    display: none;
  }
  .single-people .grid-item.modal-trigger:first-child {
    display: block;
  }
  .single-people .only-social {
    display: none;
  }
  .single-people .related-people, .single-people .related-insight {
    display: none;
  }

  .single-places .related-places, .single-places .related-people, .single-places .related-insight {
    display: none;
  }
  .single-places .copy p.opened {
    display: block !important;
  }
  .single-places .copy p.opened:before {
    content: '' !important;
  }
  .single-places .copy p:not(:first-child) + p {
    font-size: 0px;
    position: relative;
  }
  .single-places .copy p:not(:first-child) + p::before {
    position: relative;
    content: 'Read More';
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    color: #D6001C;
    font-weight: 300;
  }
  .single-places .copy p:not(:first-child) + p + p {
    display: none;
  }
  .single-places .copy p:not(:first-child) + p + p::before {
    content: '';
  }

  .single-careers .single-tags {
    padding-left: 15px;
  }

  .page .fma .fma-single {
    display: none;
  }
  .page .fma .fma-single:first-child {
    display: block;
  }
  .page .children-links:before {
    content: 'Menu \25BC';
    display: block;
    cursor: pointer;
    color: #454545;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    top: 2px;
  }

  .single-sectors .related-people, .single-sectors .related-insight {
    display: none;
  }

  .single-offices .grid-item.modal-trigger {
    display: none;
  }
  .single-offices .grid-item.modal-trigger:first-of-type {
    display: block;
  }

  .single-item-container:after {
    border-bottom: 3px solid #ebebeb;
    left: 0px;
  }
  .single-item-container .single-copy .first-image {
    position: relative;
    left: -5vw;
    width: calc(100% + 10vw);
  }
  .single-item-container .single-copy .first-image.press-coverage {
    display: none;
  }
  .single-item-container .single-copy .first-image img {
    width: 100%;
  }

  .single-insight .copy .date, .page .copy .date {
    margin-top: 15px;
  }
  .single-insight .content.section.top, .page .content.section.top {
    margin-top: 45px;
  }
  .single-insight .content.section.top > .title, .page .content.section.top > .title {
    padding-left: 15px;
  }
  .single-insight .content.section.top .title, .page .content.section.top .title {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 120%;
    color: #454545 !important;
  }
  .single-insight .content.section.top .title a, .page .content.section.top .title a {
    color: #454545;
  }
  .single-insight .sidebar.pull-right, .page .sidebar.pull-right {
    position: fixed;
    top: 38px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    z-index: 100;
  }
  .single-insight .sidebar.pull-right.only-social, .page .sidebar.pull-right.only-social {
    display: none;
  }
  .single-insight .sidebar.pull-right header, .page .sidebar.pull-right header {
    display: none;
  }
  .single-insight .sidebar.pull-right strong, .page .sidebar.pull-right strong {
    font-weight: 600;
  }
  .single-insight .sidebar.pull-right ul, .page .sidebar.pull-right ul {
    display: none;
  }
  .single-insight .sidebar.pull-right .section, .page .sidebar.pull-right .section {
    float: left;
    margin-right: 15px;
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .single-insight .sidebar.pull-right .section .filter-descriptor, .page .sidebar.pull-right .section .filter-descriptor {
    display: none;
  }
  .single-insight .sidebar.pull-right .section strong, .page .sidebar.pull-right .section strong {
    cursor: pointer;
  }
  .single-insight .sidebar.pull-right .section.selected strong:first-child, .page .sidebar.pull-right .section.selected strong:first-child {
    width: 71.4%;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    background-color: white;
    line-height: 314%;
    border-top: 1px solid #ebebeb;
    text-transform: none;
    letter-spacing: 0px;
    text-align: right;
    padding-right: 15px;
    font-size: 1.0rem;
    margin-top: 3.14rem;
    border-bottom: 1px solid #ebebeb;
    z-index: 1;
  }
  .single-insight .sidebar.pull-right .section.selected strong + ul > li:first-child, .page .sidebar.pull-right .section.selected strong + ul > li:first-child {
    margin-top: 6.28rem;
  }
  .single-insight .sidebar.pull-right .section.selected ul, .page .sidebar.pull-right .section.selected ul {
    display: block;
    overflow-y: scroll;
    min-width: 30px;
    line-height: 100%;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin: 0 !important;
    padding: 0;
    min-height: 20px;
    width: 71.4%;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    -moz-box-shadow: 0 0 16px rgba(23, 23, 23, 0.41);
    /* drop shadow */
    -webkit-box-shadow: 0 0 16px rgba(23, 23, 23, 0.41);
    /* drop shadow */
    box-shadow: 0 0 16px rgba(23, 23, 23, 0.41);
    /* drop shadow */
  }
  .single-insight .sidebar.pull-right .section.selected ul:after, .page .sidebar.pull-right .section.selected ul:after {
    content: '\d7';
    display: block;
    position: fixed;
    background-color: white;
    top: 0;
    right: 0;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    line-height: 147%;
    font-size: 2.14rem;
    font-weight: 300;
  }
  .single-insight .sidebar.pull-right .section.selected ul:hover:after, .page .sidebar.pull-right .section.selected ul:hover:after {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    color: #D6001C;
  }
  .single-insight .sidebar.pull-right .section.selected ul li, .page .sidebar.pull-right .section.selected ul li {
    width: 100%;
    background-color: white;
    line-height: 314%;
    border-top: 1px solid #ebebeb;
    text-transform: none;
    letter-spacing: 0px;
    text-align: right;
    padding-right: 0px;
    font-size: 1.0rem;
  }
  .single-insight .sidebar.pull-right .section.selected ul li:first-child, .page .sidebar.pull-right .section.selected ul li:first-child {
    margin-top: 3.14rem;
  }
  .single-insight .sidebar.pull-right .section.selected ul li:last-child, .page .sidebar.pull-right .section.selected ul li:last-child {
    border-bottom: 1px solid #ebebeb;
  }
  .single-insight .sidebar.pull-right .section.selected ul li a, .page .sidebar.pull-right .section.selected ul li a {
    width: 100%;
    display: block;
    padding-right: 20px;
  }
  .single-insight .sidebar.pull-right .section.selected ul li a:active, .single-insight .sidebar.pull-right .section.selected ul li a:hover, .page .sidebar.pull-right .section.selected ul li a:active, .page .sidebar.pull-right .section.selected ul li a:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    color: #D6001C;
    text-decoration: none;
  }
  .single-insight .sidebar.pull-right .section:last-of-type, .page .sidebar.pull-right .section:last-of-type {
    margin-right: 0px;
  }
  .single-insight .sidebar.pull-right .section.not-mobile-expandable, .page .sidebar.pull-right .section.not-mobile-expandable {
    display: none;
  }

  .search.search-results .copy {
    width: 100%;
  }
  .search.search-results .sidebar {
    display: none;
  }

  body.mobile-expandable-menu .row-fluid.fma {
    margin-top: 106px;
  }
  body.mobile-expandable-menu .sidebar.pull-right {
    border-top: 0px;
    left: 0px !important;
  }
  body.mobile-expandable-menu .sidebar.pull-right:after {
    border-bottom: 0px;
  }
  body.mobile-expandable-menu .sidebar.pull-right.rerendered-sidebars .section.not-mobile-expandable {
    display: block;
    width: 100%;
  }
  body.mobile-expandable-menu .sidebar.pull-right input[type=hidden] + .children-links {
    display: none;
  }

  body.home .row-fluid {
    display: none;
  }
  body.home .row-fluid.mobile-homepage-navigation, body.home .row-fluid.footer, body.home .row-fluid.menu {
    display: block;
  }
  body.home .homepage-nav-item {
    position: relative;
    margin-bottom: 2px;
    line-height: 100%;
  }
  body.home .homepage-nav-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.home .homepage-nav-item img {
    width: 100%;
    height: auto;
  }
  body.home .homepage-nav-item .homepage-nav-item-text-overlay {
    position: absolute;
    left: 5vw;
    bottom: 25%;
    color: white;
    font-size: 1.8rem;
    font-family: 'HKS Sans Web';
    font-weight: 300;
  }
}
.section .gform_wrapper div.validation_error {
  font-size: 2.2em;
  font-weight: bold;
  line-height: 130%;
  color: #D6001C;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section .gform_wrapper .gf_previous_page_review {
  display: none;
}
.section .gform_wrapper #gform_page_1_3 .gform_previous_button {
  display: none;
}
.section .gform_wrapper .button.gform_button, .section .gform_wrapper .button.gform_previous_button, .section .gform_wrapper .button.gform_next_button {
  color: #D6001C;
  border: 0;
  background-color: transparent !important;
  font-size: 24px;
  font-weight: 300;
  font-family: 'HKS Sans Web';
  margin-right: 40px;
  margin-left: 0px;
  padding-left: 0px;
}
.section .gform_wrapper .gform_page_footer {
  border-top: 0px;
}
.section .gform_wrapper .ginput_container.review {
  margin-bottom: 10px;
}
.section .gform_wrapper .ginput_container.review * {
  background-color: transparent !important;
  font-size: 13px;
  cursor: default !important;
}
.section .gform_wrapper .ginput_container.review + .gfield_description {
  display: none;
}
.section .gform_wrapper .ginput_container.review select, .section .gform_wrapper .ginput_container.review textarea {
  border: 0;
  color: #454545;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section .gform_wrapper .ginput_container.review .gfield_radio label {
  margin-left: 0px;
}
.section .gform_wrapper .top_label input[type="file"].medium {
  width: 99.2%;
}
.section .gform_wrapper select {
  background-color: #ebebeb;
  border: 0;
}
.section .gform_wrapper input.datepicker {
  width: 97% !important;
}
.section .gform_wrapper input[type=text] {
  height: 15px;
}
.section .gform_wrapper .gf_strong_label > label {
  font-weight: 600 !important;
}
.section .gform_wrapper .gf_left_middle_third {
  margin: 0 0 8px 0;
  width: 64%;
  float: left;
}
.section .gform_wrapper .gf_margin_top {
  margin-top: 60px !important;
}
.section .gform_wrapper .gf_margin_bottom {
  margin-bottom: 60px !important;
}
.section .gform_wrapper .gf_additional_fields {
  color: #D6001C;
  font-weight: 700;
}
.section .gform_wrapper .gf_additional_fields .ginput_container {
  margin-bottom: -37px;
}
.section .gform_wrapper .gf_additional_fields label {
  font-weight: 600 !important;
  cursor: pointer;
}
.section .gform_wrapper .gf_additional_fields .gfield_checkbox li {
  position: relative;
  top: -23px;
}
.section .gform_wrapper .gf_additional_fields .gfield_checkbox li label {
  font-size: 0px;
  height: 20px;
}
.section .gform_wrapper .gf_additional_fields input[type="checkbox"] {
  visibility: hidden;
}
.section .gform_wrapper .gfield {
  position: relative;
}
.section .gform_wrapper .gfield .gfield_description {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: auto;
  font-style: italic;
  color: #454545;
}
.section .gform_wrapper .gfield .gfield_description.validation_message {
  position: static;
  font-style: normal;
}
.section .gform_wrapper .gsection {
  border-bottom: 0;
  border-top: 1px solid #ebebeb;
  padding-top: 40px !important;
}
.section .gform_wrapper h2.gsection_title {
  font-weight: 300;
  font-size: 22px;
}
.section .gform_wrapper ul li {
  list-style-type: none;
  background-image: none;
  padding-left: 0px;
}
.section .gform_wrapper input, .section .gform_wrapper textarea {
  background-color: #ebebeb;
}
.section .gform_wrapper .gfield_label {
  font-weight: 400 !important;
  font-size: 13px;
}

/* 4/20/15 - shift SEARCH to top nav to make more room in main nav */
ul.nav.search {position: absolute; top: 6px; right: 0;}
.menu .language-selection ul {margin-right: 36px;}
.content > ul.nav.links {margin-left: -18px;}
.content > ul.nav.links > li {margin-right: 0; margin-left: 18px;}
@media only screen and (max-width: 767px) { ul.nav.search {top: 0; right: 45px;} }

