/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
em{
  font-style: italic;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  height: 100%;
  box-sizing: border-box;
}
body {
  min-height: 100%;
  position: relative;
  background: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif, Arial;
  color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #bd262e;
  transition: 0.3s ease;
}
a:focus {
  outline: none;
}
button:focus {
  outline: none;
}
p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Verdana, sans-serif;
  margin-bottom: 1rem;
  font-weight: 400;
}
h1 {
  font-size: 250%;
}
h2 {
  font-size: 200%;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 100%;
}
h5 {
  font-size: 75%;
}
h6 {
  font-size: 50%;
}
strong {
  font-weight: bold;
}
form label {
  margin-bottom: 0.25rem;
  display: inline-block;
}
form input, form textarea {
  border: 1px solid #ccc;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1rem;
  font-size: 90%;
  font-family: "Open Sans", Arial, sans-serif;
}
form input:focus, form textarea:focus {
  outline: 0;
  border-color: #bd262e;
}
form input[type="submit"], form textarea[type="submit"] {
  border: 0 none;
  font-size: 70%;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.validation_error, .validation_message {
  color: #bd262e;
  margin-bottom: 0.5rem;
  line-height: 1.5em;
  background-color: rgba(189, 38, 46, .25);
  padding: 0.5rem;
}
.gform_validation_container {
  display: none;
}
.ginput_container_fileupload {
  padding: 1rem;
  border: 2px dashed #ccc;
  margin: 1rem 0;
}
.ginput_container_fileupload .validation_message {
  padding: 0;
  margin: 0;
}
.ginput_container_fileupload .validation_message ul {
  margin: 0 !important;
}
.container {
  width: 95%;
  max-width: 1037px;
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
header .container, footer .container, #hp-blog .container, #hp-insight .container, #hp-people .container {
  display: table;
}
.col-4 {
  width: 33.33%;
  display: table-cell;
  vertical-align: middle;
}
.col-6 {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.col-8 {
  width: 66.66%;
  display: table-cell;
  vertical-align: middle;
}
.button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 70%;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.15em;
  background-color: #bd262e;
  color: #fff;
  min-width: 14em;
  text-align: center;
  cursor: pointer;
  border: 3px solid #bd262e;
  position: relative;
}
.button:before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}
.button:hover {
  text-indent: -20px;
  opacity: 1 !important;
}
.button:hover:before {
  opacity: 1;
  text-indent: 0px;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
#social-sharer {
  position: absolute;
  background: rgba(0, 0, 0, .85);
  padding: 2rem;
  box-sizing: border-box;
  transform: translate(-50%, -150%);
  left: 50%;
  text-align: center;
  border-radius: 0.25rem;
  transition: opacity 0.25s;
  opacity: 0;
  visibility: none;
  z-index: -1;
}
#social-sharer #social-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flexbox;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
}
#social-sharer #social-flex a {
  flex-basis: content;
  flex-grow: 1;
  font-size: 2em;
  display: inline-block;
  margin: 0 0.25em;
  color: #fff;
}
#social-sharer #social-flex a:hover {
  color: #bd262e !important;
}
#social-sharer #social-caret {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  width: 0;
  height: 0px;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 2rem solid rgba(0, 0, 0, .85);
  transform: translate(-50%, 0);
}
.share {
  cursor: pointer;
  position: relative;
}
.share:hover #social-sharer {
  z-index: 1000;
  visibility: visible;
  opacity: 1;
}
.share:before {
  position: absolute;
  content: '';
  height: 3em;
  width: 100%;
  transform: translate(0, -1em);
}
header a {
  color: #fff;
}
header #topbar {
  height: 2rem;
  background-color: #1f292c;
  text-align: right;
}
header #topbar ul#topbarnav {
  display: table-cell;
  vertical-align: middle;
}
header #topbar ul#topbarnav li {
  display: inline-block;
  margin-right: 0.5em;
}
header #topbar ul#topbarnav li.divider {
  width: 0;
  border-left: 1px solid #fff;
  margin-left: 1px;
  height: 0.6em;
}
header #topbar ul#topbarnav li:last-child {
  margin: 0;
}
header #topbar ul#topbarnav li a {
  font-size: 80%;
}
header #topbar ul#topbarnav li a:hover {
  color: #bd262e;
}
header #navbar {
  height: 8rem;
  background: #333f43;
}
header #navbar #nav-logo {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}
header #navbar #nav-logo img {
  height: 48px;
  width: auto;
}
header #navbar ul#nav-menu {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 50%;
}
header #navbar ul#nav-menu > li {
  display: inline-block;
  margin-right: 2em;
  position: relative;
  padding: 1em 0;
  text-align: left;
}
header #navbar ul#nav-menu > li:last-child {
  margin: 0;
  padding-right: 0;
}
header #navbar ul#nav-menu > li ul {
  width: 24em;
  height: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  overflow: hidden;
  transition: opacity 0.2s;
  box-sizing: border-box;
  padding: 1em;
  z-index: -9999;
  visibility: none;
  opacity: 0;
  top: 3em;
}
header #navbar ul#nav-menu > li ul li a {
  display: block;
  border-radius: 4px;
  padding: 1em;
  transition: background-color 0.2s;
}
header #navbar ul#nav-menu > li ul li a:hover {
  background: #bd262e;
}
header #navbar ul#nav-menu > li:hover ul {
  height: auto;
  z-index: 1;
  opacity: 1;
}
header #navbar ul#nav-menu > li.current-menu-item > a, header #navbar ul#nav-menu > li.current_page_parent > a {
  color: #bd262e;
}
header #navbar ul#nav-menu > li > a {
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 75%;
}
header #navbar ul#nav-menu > li > a:hover {
  color: #bd262e;
}
header #navbar #tagline {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  font-family: 'Roboto Slab', Georgia, Times New Roman, Serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #fff;
}
footer {
  background-color: #161b1d;
  padding: 8rem 0;
}
footer #footer-logo {
  display: table-cell;
  vertical-align: middle;
}
footer #footer-logo img {
  width: 68px;
  height: 63px;
  display: inline-block;
}
footer #footer-contact {
  display: table-cell;
  vertical-align: middle;
}
footer #footer-contact div:first-child {
  margin-bottom: 1rem;
}
footer #footer-contact div svg {
  margin: 0 0.25em;
  color: #666f72;
}
footer #footer-contact div strong {
  color: #666f72;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0.25em;
}
footer #memberships {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #333f43;
}
footer #memberships #memberships-flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flexbox;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
}
footer #memberships #memberships-flexbox .membership {
  flex-basis: 140px;
  flex-grow: 1;
  margin-right: 2rem;
}
footer #memberships #memberships-flexbox .membership:last-child {
  margin: 0;
}
footer #memberships #memberships-flexbox .membership img {
  opacity: 0.5;
}
#hp-services {
  background: #fff;
  padding: 1.25rem 0;
  font-family: 'Montserrat', Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 70%;
  letter-spacing: 1px;
}
#hp-services #services-menu li {
  display: inline-block;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #ccc;
}
#hp-services #services-menu li:last-child {
  margin: 0;
  padding: 0;
  border: 0 none;
}
#hp-services #services-menu li a {
  color: #1f292c;
}
#hp-services #services-menu li a:hover {
  color: #bd262e;
}
#hp-services #hp-services-lead {
  float: left;
  font-weight: 700;
  color: #bd262e;
  margin-right: 2em;
}
#hp-hero .rsBullets {
  position: absolute;
  bottom: 3em;
}
#hp-hero .rsBullet {
  cursor: pointer;
}
#hp-hero .rsBullet span {
  border: 2px solid #fff;
  background-color: transparent;
  box-sizing: border-box;
}
#hp-hero .rsBullet.rsNavSelected span {
  background-color: #fff;
}
#hp-hero .hero-slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#hp-hero .hero-slide .rsABlock {
  text-align: center;
  right: 0;
  left: 0;
}
#hp-hero .hero-slide .slide-title {
  top: 30%;
}
#hp-hero .hero-slide .slide-title h2 {
  font-weight: 700;
}
#hp-hero .hero-slide .slide-paragraph {
  top: 42%;
}
#hp-hero .hero-slide .slide-paragraph p {
  line-height: 1.75em;
  max-width: 1037px;
  margin: 0 auto;
}
#hp-hero .hero-slide .slide-link {
  top: 60%;
}
#hp-hero .hero-slide .slide-link a {
  display: inline-block;
  padding: 1em;
  background-color: rgba(189, 39, 47, 0.5);
  border: 3px solid #bd262e;
  color: #fff;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 75%;
  text-transform: uppercase;
}
#hp-hero .hero-slide .slide-link a span {
  margin: -1em 1em -1em -1em;
  padding: 1em;
  background: #bd262e;
  display: inline-block;
}
#hp-hero .hero-slide .slide-link a:hover {
  background-color: #bd262e;
}
@media only screen and (max-width: 720px) {
  #hp-hero .hero-slide {
    padding: 1em;
    width: auto;
  }
  #hp-hero .hero-slide .slide-title {
    position: relative;
    top: auto;
  }
  #hp-hero .hero-slide .slide-paragraph {
    position: relative;
    top: auto;
  }
  #hp-hero .hero-slide .slide-link {
    position: relative;
    top: auto;
  }
  #hp-hero .hero-slide .slide-link a {
    background-color: #bd262e;
    margin-top: 1rem;
    line-height: normal;
  }
  #hp-hero .hero-slide .slide-link a span {
    padding: 0;
    margin: 0;
    display: block;
  }
  #hp-hero .hero-slide .slide-link a span i, #hp-hero .hero-slide .slide-link a span svg {
    display: none;
  }
}
#hp-people {
  min-height: 320px;
  height: calc(100vw / 6);
  background: #333f43;
  position: relative;
}
#hp-people .col-6 {
  padding-right: 2em;
}
#hp-people #mosaic {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
#hp-people #mosaic ul li {
  display: block;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#hp-people #mosaic ul li img {
  width: 100%;
  height: auto;
}
#hp-people #mosaic ul li a {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
}
#hp-people #mosaic ul li:nth-child(1) {
  width: calc(100vw / 6);
  height: calc(100vw / 6);
  min-width: 320px;
  min-height: 320px;
}
#hp-people #mosaic ul li:nth-child(2) {
  transform: translate(200%, 0);
  width: calc(100vw / 12);
  height: calc(100vw / 12);
  min-width: 160px;
  min-height: 160px;
}
#hp-people #mosaic ul li:nth-child(3) {
  transform: translate(300%, 0);
  width: calc(100vw / 12);
  height: calc(100vw / 12);
  min-width: 160px;
  min-height: 160px;
}
#hp-people #mosaic ul li:nth-child(4) {
  transform: translate(200%, 100%);
  width: calc(100vw / 12);
  height: calc(100vw / 12);
  min-width: 160px;
  min-height: 160px;
}
#hp-people #mosaic ul li:nth-child(5) {
  transform: translate(300%, 100%);
  width: calc(100vw / 12);
  height: calc(100vw / 12);
  min-width: 160px;
  min-height: 160px;
}
#hp-people #mosaic ul li:nth-child(6) {
  transform: translate(200%, 0%);
  width: calc(100vw / 6);
  height: calc(100vw / 6);
  min-width: 320px;
  min-height: 320px;
}
@media only screen and (max-width: 720px) {
  #hp-people #mosaic {
    display: none;
  }
}
.modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem 3rem;
  z-index: 100;
}
.modal-wrapper .modal {
  max-width: 100%;
  width: 1037px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 3em rgba(0, 0, 0, .5);
}
.modal-wrapper .modal .modal-content {
  background-color: #333f43;
}
@media only screen and (max-width: 1037px) {
  .modal-wrapper .modal {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    margin: 2em;
    width: auto;
  }
}
.modal-wrapper .modal > .close-modal {
  display: none;
}
#hp-blog {
  background: url(../images/bg-skyscraper.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 480px;
}
#hp-blog #blog-feed {
  background: rgba(0, 0, 0, .75);
  padding: 2rem;
}
#hp-blog #blog-feed ul li {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#hp-blog #blog-feed ul li:last-child {
  padding: 0;
  margin: 0;
  border: 0 none;
}
#hp-blog #blog-feed ul li div {
  margin-bottom: 0.5rem;
  line-height: 1.25em;
}
#hp-blog #blog-feed ul li div:nth-child(2) {
  color: #fff;
  color: rgba(255, 255, 255, .5);
  font-size: 75%;
}
#hp-blog #blog-feed ul li div:nth-child(3) {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 80%;
}
#hp-insight {
  height: 340px;
  background-color: #333f43;
}
#hp-insight #hp-insight-thumb {
  display: table-cell;
  width: 400px;
}
#hp-insight #hp-insight-thumb div {
  width: 400px;
  height: 400px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, .5);
  background-color: #111;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 10;
}
#hp-insight #hp-insight-thumb div a {
  display: block;
  padding: 0.75em;
  background-color: #bd262e;
  color: #fff;
  font-size: 2em;
  position: absolute;
  bottom: 0;
  right: 0;
}
#hp-insight #hp-insight-text {
  display: table-cell;
  width: calc(100% - 44px);
  vertical-align: middle;
  padding-left: 4em;
}
#hp-insight #hp-insight-text p {
  font-family: 'Roboto Slab', Georgia, Times New Roman, Serif;
  font-size: 125%;
  font-weight: 300;
  letter-spacing: 0.025em;
}
#hp-insight #hp-insight-text div {
  margin-bottom: 1.5rem;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 700;
}
#hp-insight #hp-insight-text div span {
  margin-left: 0.5em;
  color: #bd262e;
}
#page-header {
  padding: 4rem 0;
  background-color: #ccc;
  background-image: url(../images/bg-skyscraper-white.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#page-header h1 {
  display: table-cell;
  vertical-align: middle;
  font-size: 200%;
  color: #161b1d;
}
#page-header h1 a {
  color: #161b1d;
}
#page-header h1 a span {
  color: #bd262e;
}
#page-content {
  padding: 3rem 0;
  color: #444;
}
#page-content h1, #page-content h2, #page-content h3, #page-content h4, #page-content h5, #page-content h6 {
  color: #bd262e;
  margin-bottom: 1em;
}
#page-content h4 {
  font-weight: 700;
}
#page-content img {
  max-width: 100%;
}
#page-content #content-left {
  width: 66.66%;
  padding-right: 3rem;
  float: left;
  vertical-align: top;
  box-sizing: border-box;
}
#page-content #content-left a:hover {
  text-decoration: underline;
}
#page-content #content-left #the-content {
  margin-bottom: 2rem;
  /* These are technically the same, but use both 
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;*/
  /* This is the dangerous one in WebKit, as it breaks things wherever 
  word-break: break-all;*/
  /* Instead use this non-standard one: 
  word-break: break-word;*/
  /* Adds a hyphen where the word breaks, if supported (No Blink) 
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;*/
  line-height: normal;
}
#page-content #content-left #the-content ul {
  list-style: disc;
  margin-bottom: 2rem;
}
#page-content #content-left #the-content ul li {
  margin-left: 1.25em;
  margin-bottom: 0.75em;
}
#page-content #content-left #the-content ol {
  list-style: decimal;
  margin-bottom: 2rem;
}
#page-content #content-left #the-content ol li {
  margin-left: 1.25em;
  margin-bottom: 0.75em;
}
#page-content #content-left #the-content .gform_body {
  margin-top: 2rem;
}
#page-content #content-left #the-content .gform_body ul {
  list-style: none;
}
#page-content #content-left #the-content .gform_body ul li {
  margin-left: 0;
}
#page-content #content-left #mini-feed {
  margin: 2rem 0;
}
#page-content #content-left #mini-feed h4 {
  margin: 0;
  font-weight: normal;
}
#page-content #content-left #mini-feed div {
  border-left: 2px solid #bd262e;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
#page-content #content-left #archive-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}
#page-content #content-left #archive-title h3 {
  margin: 0;
  color: #333f43;
}
#page-content #content-right {
  width: 33.33%;
  float: left;
  vertical-align: top;
}
#page-content .sidebar a:hover {
  opacity: 0.8;
}
#page-content .sidebar h3 {
  border-bottom: 1px solid #bd262e;
  padding-bottom: 0.25em;
}
#page-content .sidebar .button {
  display: block;
}
#page-content .sidebar .sidebar-section {
  margin-bottom: 3rem;
}
#page-content .sidebar .sidebar-section ul.archive-list li {
  border-bottom: 1px solid #ccc;
  padding: 0.75rem 0;
}
#page-content .sidebar .sidebar-section ul.archive-list li h4 {
  margin: 0;
}
#page-content .sidebar .sidebar-section ul.archive-list li p {
  margin: 0;
  color: #333;
}
#page-content .sidebar .sidebar-section ul.archive-list li:last-child {
  border: 0 none;
}
#page-content .sidebar #sidebar-leadership ul li {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
#page-content .sidebar #sidebar-leadership ul li:nth-child(3n+3) {
  margin-right: 0;
}
#page-content .sidebar #sidebar-leadership ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
}
#page-content .sidebar #sidebar-leadership ul li a div {
  position: absolute;
  padding: 0.5rem;
  bottom: 0;
  right: 0;
  background: #bd262e;
  font-size: 0.75rem;
  color: #fff;
}
#page-content .sidebar #sidebar-leadership ul li h5 {
  margin-bottom: 0.25em;
  font-weight: 700;
}
#page-content .sidebar #sidebar-leadership ul li p {
  font-size: 75%;
  margin: 0;
}
#page-content .sidebar #sidebar-careers ul {
  margin-bottom: 1rem;
}
#page-content .sidebar #sidebar-insight p {
  font-size: 125%;
  font-family: 'Roboto Slab', Georgia, Times New Roman, Serif;
}
#page-content .sidebar #sidebar-insight a {
  font-weight: 700;
}
#page-content .sidebar #sidebar-insight a span {
  color: #333f43;
}
#page-content .sidebar #sidebar-story p {
  font-size: 125%;
  font-family: 'Roboto Slab', Georgia, Times New Roman, Serif;
}
#page-content .sidebar #sidebar-story a {
  font-weight: 700;
}
#page-content .sidebar #sidebar-story a span {
  color: #333f43;
}
#page-content .sidebar #sidebar-story #story-thumb {
  display: block;
  height: 11rem;
  margin-bottom: 1rem;
  background-color: #fff;
  background-size: cover;
  background-position: bottom;
}
#page-content .sidebar #sidebar-ft #ft_thumb {
  float: left;
  width: 35%;
  margin-right: 5%;
}
#page-content .sidebar #sidebar-ft #ft_title {
  float: left;
  width: 60%;
  line-height: 1.25em;
}
#page-content .sidebar #sidebar-ft #ft_title b {
  font-weight: 600;
}
#page-content .sidebar #sidebar-ft a.ft_link {
  display: block;
  margin: 1rem 0;
}
#page-content .sidebar #sidebar-trust-estate label {
  display: none;
}
#page-content .sidebar #sidebar-bloginput form {
  display: block;
  margin-bottom: 1rem;
}
#page-content .sidebar #sidebar-bloginput form div {
  height: 2.5rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#page-content .sidebar #sidebar-bloginput form div input {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  margin: 0;
  padding: 0 1rem;
  border: 0 none;
  background: #ccc;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, .1);
}
#page-content .sidebar #sidebar-bloginput form div button {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  color: #fff;
  text-align: center;
  border: 0 none;
  background-color: #333;
  cursor: pointer;
  font-size: 100%;
}
#page-content .sidebar #sidebar-bloginput #search button {
  background-color: #bd262e;
}
#page-content .sidebar #sidebar-bloginput #newsletter button {
  background-color: #1f292c;
}
#page-content .sidebar #sidebar-archives ul li {
  float: left;
  width: calc((100% - 1.5rem) / 4);
  margin: 0 0.5rem 0.5rem 0;
}
#page-content .sidebar #sidebar-archives ul li a {
  padding: 0.5rem;
  border: 1px solid #bd262e;
  display: block;
  box-sizing: border-box;
  text-align: center;
}
#page-content .sidebar #sidebar-archives ul li a:hover {
  background: rgba(0, 0, 0, .03);
}
#page-content .sidebar #sidebar-archives ul li:nth-child(4n) {
  margin-right: 0;
}
#page-content .page-footer {
  list-style: none;
  color: #bd262e;
  padding: 0.75rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  clear: both;
  font-size: 90%;
}
#page-content .page-footer li {
  display: inline-block;
  margin-right: 1em;
}
#profile {
  height: 600px;
  width: 1037px;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  background: #333f43;
  /* Old browsers */
  background: -moz-linear-gradient(top, #161b1d 0%, #333f43 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #161b1d 0%, #333f43 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #161b1d 0%, #333f43 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$sr-green3', endColorstr='$sr-green1', GradientType=0);
  /* IE6-9 */
}
#profile:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: inherit;
}
#profile .close-modal {
  padding: 1rem;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 100;
}
#profile #profile-left {
  position: absolute;
  width: 35%;
  height: 100%;
  left: 0;
  top: 0;
}
#profile #profile-left #profile-control {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}

#profile #profile-left #profile-control svg{
  width: 20px;
  height: 20px
}

#profile #profile-left #profile-control svg:hover{
  color:rgb(51, 63, 67);
  transition: 300ms ease-in-out;
}

#profile #profile-left #profile-control ul {
  display: inline-block;
  font-size: 90%;
}
#profile #profile-left #profile-control ul li {
  display: inline-block;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 1px solid rgba(255, 255, 255, .25);
}
#profile #profile-left #profile-control ul li a {
  color: #fff;
}
#profile #profile-left #profile-control ul li.active a {
  color: #bd262e;
}
#profile #profile-left #profile-control #secondary-nav li:last-child {
  border: 0 none;
}
#profile #profile-left #tabs-content {
  top: 0;
  bottom: 3rem;
  width: 100%;
  position: absolute;
  overflow: auto;
  padding: 2rem;
  box-sizing: border-box;
}
#profile #profile-left #tabs-content::-webkit-scrollbar {
  width: 8px;
}
#profile #profile-left #tabs-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#profile #profile-left #tabs-content::-webkit-scrollbar-thumb {
  background-color: #bd262e;
}
#profile #profile-left #tabs-content::-webkit-scrollbar-thumb:window-inactive {
  background-color: #1f292c;
}
#profile #profile-left #tabs-content .tab {
  display: none;
}
#profile #profile-left #tabs-content .activetab {
  display: block;
}
#profile #profile-left #tabs-content #profile-header {
  margin-bottom: 1rem;
}
#profile #profile-left #tabs-content #profile-header h3 {
  margin-bottom: 0.25em;
}
#profile #profile-left #tabs-content #profile-header div {
  color: #bd262e;
  font-size: 90%;
}
#profile #profile-left #tabs-content #profile-header div.position {
  margin-bottom: 0.4em;
}
#profile #profile-right {
  position: absolute;
  width: 65%;
  height: 100%;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.page-team #page-content h2 {
  color: #161b1d;
}
body.page-team #page-content #the-content {
  border-bottom: 1px solid #161b1d;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
body.page-team #page-content #team-filter {
  margin-bottom: 1rem;
}
body.page-team #page-content #team-filter div {
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25em;
  color: #bd262e;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body.page-team #page-content #team-filter ul li {
  display: inline-block;
  margin: 0 0.25rem 0 0;
  padding: 0.5em 0.75em;
  color: #161b1d;
  cursor: pointer;
}
body.page-team #page-content #team-filter ul li:last-child {
  margin: 0;
}
body.page-team #page-content #team-filter ul li.selected, body.page-team #page-content #team-filter ul li:hover {
  background: #bd262e;
  color: #fff;
}
body.page-team #team-grid .teammate {
  width: calc((100% - 3rem)/4);
  margin: 0 1rem 1rem 0;
  height: 240px;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}
body.page-team #team-grid .teammate a {
  background: rgba(255, 255, 255, .85);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 1.5rem;
  color: #161b1d;
  opacity: 0;
  transition: opacity 0.5s;
}
body.page-team #team-grid .teammate a h3 {
  margin-bottom: 0.25em;
}
body.page-team #team-grid .teammate a p {
  margin-bottom: 0.25em;
}
body.page-team #team-grid .teammate a div {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #bd262e;
  color: #fff;
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
}
body.page-team #team-grid .teammate:hover a {
  opacity: 1;
}
body.page-team #team-grid .grid-sizer {
  width: calc((100% - 3rem)/4);
}
body.page-team #team-grid .gutter-sizer {
  width: 1rem;
}
body.page-team #team-footer {
  margin: 3rem 0;
}
body.page-team #team-footer .button {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  width: 50%;
}
body.page-team #team-footer ul {
  margin: 2rem 0 0;
  display: block;
}
body.page-team #team-footer ul li {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 0 0.5rem 0 0;
  border-right: 1px solid #ccc;
}
body.page-team #team-footer ul li:last-child {
  border: 0 none;
  margin: 0;
  padding: 0;
}
#colorbox {
  z-index: 101;
  top: 0;
  left: 0;
  background-color: #495561;
  background-image: url(../images/loading2.gif);
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 3em rgba(0, 0, 0, .5);
}
#colorbox:focus {
  outline: none;
}
#colorbox #cboxLoadedContent iframe {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0 none;
}
#colorbox #cboxClose {
  padding: 1rem;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 102;
  color: #fff;
  height: 3rem;
  width: 3rem;
  text-align: center;
  font-size: 1rem;
  border: 0 none;
  display: block;
}
#cboxOverlay {
  position: fixed;
  background: rgba(255, 255, 255, .75);
  height: 100%;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.blog-content .blog-listing {
  margin-bottom: 3em;
}
.blog-content .blog-listing .blog-thumb {
  display: block;
  width: 8rem;
  height: 8rem;
  float: left;
  background-color: #ccc;
  margin: 0 1rem 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-content .blog-listing.has-thumb .blog-listing-text {
  float: left;
  width: calc(100% - 9rem);
}
.blog-content .blog-listing:first-child .blog-thumb {
  width: auto;
  height: 16rem;
  float: none;
  margin: 0 0 2rem 0;
}
.blog-content .blog-listing:first-child .blog-listing-text {
  width: auto;
}
.blog-content .blog-listing .excerpt {
  margin-bottom: 1rem;
}
.blog-content .meta {
  font-size: 80%;
  margin-bottom: 1rem;
  line-height: normal;
}
.blog-content .meta li {
  display: inline-block;
  margin-right: 0.5em;
  border-right: 1px solid #ccc;
  padding-right: 0.5em;
}
.blog-content .meta li:last-child {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.single .blog-thumb {
  display: block;
  height: 12rem;
  width: 12rem;
  float: left;
  background-color: #ccc;
  margin: 0 1rem 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.single #page-content #content-left #archive-title {
  margin: 0 0 1rem 0;
}
.single #page-content #content-left #archive-title h3 {
  margin: 0 0 0.5rem 0;
}
.single #page-content #content-left #archive-title .meta {
  margin: 0;
}
.single #comments {
  margin: 2rem 0;
}
#pagination ul li {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0.25rem 0 0;
}
#pagination ul li:last-child {
  margin: 0;
}
#pagination ul li a, #pagination ul li span {
  display: block;
  padding: 0.5rem;
  border: 1px solid #bd262e;
}
#pagination ul li .current {
  background: #bd262e;
  color: #fff;
}
#pagination ul li .dots {
  border: 0 none;
}
#comments .comment-list .comment {
  margin: 0 0 1rem;
  padding: 1rem;
  border-radius: 0.25rem;
  box-sizing: border-box;
}
#comments .comment-list .comment .comment-author {
  margin-bottom: 1rem;
}
#comments .comment-list .comment .comment-author cite {
  font-size: 110%;
  color: #1f292c;
}
#comments .comment-list .comment .comment-author .avatar {
  display: inline-block;
  border-radius: 0.25rem;
  overflow: hidden;
}
#comments .comment-list .comment .comment-meta {
  margin-bottom: 1rem;
  font-size: 90%;
}
#comments .comment-list .comment .comment-body {
  margin-bottom: 1rem;
}
#comments .comment-list .comment.depth-1 {
  border: 1px solid #ccc;
}
#comments .comment-list .comment .children .comment {
  margin: 0;
}
#comments .comment-list .comment .children .depth-2 {
  background: #efefef;
}
body.single-pt_team #content-right #profile-photo {
  margin-bottom: 1rem;
}
body.single-pt_team #content-right #profile-photo img {
  display: block;
  height: auto;
}
body.single-pt_stories #story {
  height: 600px;
  width: 1037px;
  position: relative;
  background-color: #efefef;
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 3rem;
  color: #1f292c;
}
body.single-pt_stories #story:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: inherit;
}
body.single-pt_stories #story .close-modal {
  padding: 1rem;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 100;
  color: #fff;
}
body.single-pt_stories #story h1 {
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  padding-bottom: 1rem;
}
body.single-pt_stories #story #quote {
  margin-top: 2rem;
}
body.single-pt_stories #story #quote #logo {
  float: left;
  width: 25%;
  box-sizing: border-box;
}
body.single-pt_stories #story #quote #logo img {
  max-width: 90%;
  height: auto;
  border: 1rem solid #333f43;
}
body.single-pt_stories #story #quote #quote-text {
  font-family: 'Roboto Slab', Georgia, Times New Roman, Serif;
  font-weight: 400;
  font-size: 120%;
  line-height: normal;
  width: 75%;
  float: left;
  line-height: 1.5em;
  font-style: italic;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
body.single-pt_stories #content-right #quote-text {
  font-family: 'Roboto Slab', Georgia, Times New Roman, Serif;
  font-weight: 400;
  line-height: normal;
  line-height: 1.5em;
  font-style: italic;
  margin-bottom: 2rem;
}
body.page-contact #contact-form {
  margin: 2rem 0;
}
body.page-contact #contact-form label {
  font-size: 90%;
  display: none;
}
body.page-contact #contact-form .button {
  display: inline-block;
  width: auto;
}
body.page-contact #content-right .button {
  margin-bottom: 1rem;
}
body.page-contact #content-right img {
  display: block;
  margin-bottom: 2rem;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
