﻿/*editor specific css to make page edit appear correctly*/
.sfPageEditor header {
  position: static;
  top: auto;
  left: auto; }

/* slider */
.homepage-featured .street-work {
  background-attachment: scroll; }

@media only screen and (min-width: 768px) {
  .homepage-featured {
    height: 827px; } }

.homepage-featured .street-content {
  height: 500px; }
  @media only screen and (max-width: 1220px) {
    .homepage-featured .street-content {
      height: 500px; } }
  @media only screen and (max-width: 767px) {
    .homepage-featured .street-content {
      height: 400px; } }
  .homepage-featured .street-content .street-bottom {
    position: absolute;
    bottom: 0;
    width: 100%; }

.homepage-featured .slick-prev, .homepage-featured .slick-next {
  top: -19px;
  width: 40px;
  height: 40px;
  background: #560025 !important; }

.homepage-featured .slick-prev {
  left: 50%;
  top: 307px;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .homepage-featured .slick-prev {
      left: 0px;
      top: 230px; } }

.homepage-featured .slick-next {
  left: calc(50% + 40px);
  right: auto;
  top: 307px; }
  @media only screen and (max-width: 767px) {
    .homepage-featured .slick-next {
      left: 40px;
      right: auto;
      top: 230px; } }

.homepage-featured .slick-prev:before {
  content: '';
  color: #fff !important;
  background: url(../images/arrow-left.png) no-repeat;
  width: 13px;
  height: 17px;
  position: absolute;
  background-size: 13px;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.homepage-featured .slick-next:before {
  content: '';
  color: #fff !important;
  background: url(../images/arrow-right.png) no-repeat;
  width: 13px;
  height: 17px;
  position: absolute;
  background-size: 13px;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.feature_main {
  background-attachment: fixed; }

.news-sub,
.news-journal {
  padding-bottom: 100px; }

.news-sub a,
.news-journal a {
  position: absolute;
  bottom: 60px;
  top: auto; }

footer a:focus,
nav a:focus {
  color: #fff;
  opacity: .8; }

a:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn-down {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  z-index: 4; }
  @media only screen and (max-width: 767px) {
    .btn-down {
      bottom: -35px; } }

.banner.detail .btn-down {
  bottom: -110px; }
  @media only screen and (max-width: 767px) {
    .banner.detail .btn-down {
      bottom: -50px; } }

.btn-down.video {
  bottom: 70px; }

.btn-down i {
  -webkit-animation-name: b;
  animation-name: b;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.btn-down:hover, .btn-down:focus {
  color: #fff;
  opacity: .8; }

.banner-content {
  position: relative; }

@-webkit-keyframes b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.headings {
  max-width: 100%;
  color: #363636; }
  @media only screen and (max-width: 767px) {
    .headings {
      padding-top: 20px; } }
  .headings li {
    list-style-type: disc;
    font-size: 16px; }
  .headings ul {
    margin-left: 15px; }
  .headings .sort_block ul {
    margin-left: 0px; }

strong {
  color: #a30046;
  font-weight: bold; }

a.cta {
  border-radius: 0;
  border: 0px solid #fff;
  width: auto;
  padding: 20px 30px;
  background: #a30046;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  font-family: 'CircularStd-Bold';
  color: #fff;
  display: inline-block;
  transition: all .3s ease-in-out;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out; }

a.cta:hover {
  background: #560025;
  -webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.15);
  color: #fff; }

iframe {
  border: 0; }

div[data-sf-ec-immutable] {
  width: 100% !important;
  height: 100% !important; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 60px 0px; }
  @media (max-width: 767px) {
    .embed-container {
      margin: 10px 0px; } }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 1025px) {
  .banner.video {
    height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 0px;
    background-image: none !important; }
  .banner.video .embed-container {
    margin-top: 0px; }
  .banner.video .banner-content {
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block; } }
  @media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1366px) {
    .banner.video .banner-content {
      min-width: 80%;
      top: 45% !important; } }
  @media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-height: 800px) {
    .banner.video .banner-content {
      min-width: 80%;
      top: 58% !important; } }

@media only screen and (min-width: 1025px) {
  a.btn-down.video.down {
    display: none; }
  .banner.video .banner-content h1 {
    padding-bottom: 20px;
    padding-top: 20px; } }

@media (max-width: 1024px) {
  .banner.video .embed-container {
    display: none; } }

select.form-control {
  border-radius: 4px;
  padding: 0px 20px;
  height: 58px;
  background-color: #ebebeb;
  font-size: 20px;
  border: none;
  -webkit-appearance: caret;
  -moz-appearance: initial;
  -ms-appearance: initial;
  -o-appearance: initial;
  appearance: initial; }

.sf_2cols_1_50, .sf_2cols_2_50 {
  float: left;
  width: 50%;
  padding-right: 10px; }

.sf_2cols_2_50:after {
  clear: both;
  display: table;
  content: ""; }

nav {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    nav ul li.dropdown:hover > ul.dropdown-menu {
      display: block; } }
  @media (min-width: 1024px) and (max-width: 1240px) {
    nav ul li a {
      padding: 33px 10px 28px 10px !important; } }
  @media (min-width: 1241px) and (max-width: 1410px) {
    nav ul li a {
      padding: 63px 12px 28px 12px; } }
  nav .dropdown ul.dropdown-menu {
    min-width: 260px; }
  nav ul.dropdown-menu {
    border-radius: 0px;
    margin-top: -1px;
    background-color: #560025;
    color: #fff;
    border: 0px solid #fff;
    padding: 0px; }
  nav ul.dropdown-menu a {
    border-radius: 0px;
    margin-top: 0px;
    background-color: #560025;
    color: #fff; }
  nav ul.dropdown-menu li {
    width: 100%; }
  nav ul.dropdown-menu li a {
    padding: 10px 10px 10px 20px !important;
    border-radius: 0px;
    margin-top: 0px;
    background-color: #560025;
    color: #fff; }

.marquee {
  font-size: 12px;
  color: #fff;
  background-color: #560025;
  padding: 5px;
  overflow: hidden; }
  .marquee a {
    color: #fff; }
  .marquee .content-title {
    display: inline-block;
    padding: 0px 8px 0px 0px; }
  .marquee .content-date,
  .marquee .content-separator {
    color: #ff1378;
    display: inline-block;
    padding: 0px 8px 0px 0px; }

.news-block.sme-block {
  border-bottom: 1px solid #d8d8d8; }

.sme .news-sub h4 {
  padding: 0px; }

.sme .job-title {
  color: #560025 !important;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 !important; }

.sme .short-desc {
  margin: 20px auto 0;
  width: 99.12791%;
  line-height: 28px; }

.sme .alinkedin {
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  background: #0072bc;
  width: 122px;
  height: 50px;
  text-align: center;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.sme .alinkedin:hover {
  background: #560025;
  -webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.15); }

.sme .profile-detail {
  margin: 6.6rem 0px;
  position: relative; }

.sme .profile-pic {
  display: block;
  max-width: 590px;
  position: relative;
  width: 100%; }

.sme .profile-name {
  margin: 4.2rem 0 0 0.48216%;
  /* 5px / 1037px = 0.48216% */
  color: #a30046 !important;
  font-size: 5rem;
  /* 50px / 10px = 5rem */
  font-weight: bold;
  letter-spacing: -0.015em; }

.sme .profile-job-title {
  margin: 20px 0 0 0.289296%;
  /* 3px / 1037px = 0.289296% */
  color: #560025;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-transform: uppercase; }

.sme .profile-expertise {
  margin: 3.6rem 0.385728% 0;
  /* 4px / 1037px = 0.385728% */
  line-height: 28px; }

.sme .text-style {
  color: #a30046;
  font-weight: bold; }

.sme .profile-bio {
  line-height: 28px; }

.sme p {
  color: #363636 !important;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.sme .sme-actions {
  position: absolute;
  bottom: 60px;
  top: auto; }
  .sme .sme-actions a {
    position: static;
    margin-right: 15px;
    float: left;
    bottom: auto;
    top: auto; }

.subnav {
  margin-top: 30px;
  margin-bottom: 30px; }
  .subnav .col {
    margin: 0px 10px 0px 0px;
    min-height: 145px;
    padding: 18px 3.719913% 15px;
    /* 17px / 457px = 3.719913% */
    position: relative;
    background-position: center top; }
  .subnav .title {
    margin: 24px 0 0 0.352113%;
    /* 1px / 284px = 0.352113% */
    color: #ffffff;
    font-size: 3rem;
    /* 30px / 10px = 3rem */
    font-weight: bold;
    letter-spacing: 0; }
  .subnav .sub-title {
    margin: 9px 0 0;
    color: #ffffff;
    font-size: 1.4rem;
    /* 14px / 10px = 1.4rem */
    letter-spacing: 0; }
  .subnav .icon {
    display: block;
    margin: 0 0 0 2px;
    position: relative;
    width: 32px;
    height: 32px; }

.contact-details {
  padding: 20px;
  border-left: 4px solid #eee;
  width: 340px;
  float: right; }

.contact-details h5 {
  color: #a30846;
  margin: 0;
  padding: 8px 5px 0px;
  font-size: 20px;
  text-align: right;
  line-height: 20px; }

.contact-details h4 {
  color: #a30846;
  padding: 0px 0px 10px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #90023b; }

.contact-details a {
  color: #a30846;
  line-height: normal; }

@media (max-width: 768px) {
  .contact-details {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    border: 4px solid #eee; }
  .contact-details h5 {
    text-align: left; }
  .headings > div {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse; } }

/* before/after banner start */
.twentytwenty-handle {
  top: 96% !important; }

.jp-overlay-content {
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  pointer-events: none;
  justify-content: center; }

.before-after em {
  font-size: 16.24px;
  line-height: 20px;
  vertical-align: middle;
  font-style: normal;
  text-transform: uppercase;
  padding: 0 16px;
  letter-spacing: 6px; }

.twentytwenty-container h1 {
  padding-bottom: 20px;
  padding-top: 20px; }

.twentytwenty-container img {
  left: 0;
  right: 0; }

.twentytwenty-wrapper .banner-content {
  padding: 0; }

.btn-handles {
  position: absolute;
  width: 80px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  z-index: 4;
  margin: 0px !important;
  padding-top: 2px;
  pointer-events: none; }

.btn-handles:hover {
  color: #fff;
  text-decoration: none; }

/* Animation css begins here */
@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.btn-handles i {
  -webkit-animation-name: right;
  animation-name: right;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.btn-left i {
  -webkit-animation-name: left;
  animation-name: left;
  transform: translateX(20px); }

.btn-right i {
  transform: translateX(-20px); }

/* Animation ends */
.btn-left {
  padding-left: 8px; }

.btn-right {
  text-align: right;
  padding-right: 8px; }

.twentytwenty-handle {
  width: 80px !important;
  border: 0px solid #fff !important;
  margin-left: -45px !important;
  bottom: 10px !important;
  position: absolute !important;
  width: 92px !important;
  top: auto !important; }

/* before/after banner end */
@media (min-width: 1025px) {
  ul.dropdown-menu ul.dropdown-menu {
    position: absolute;
    top: 0px;
    left: 100%; } }

.dropdown-menu li.dropdown:after {
  content: "\f054";
  position: absolute;
  top: 14px;
  right: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.search-panel {
  font-size: 16px;
  align-content: space-around;
  flex-direction: row;
  align-items: end;
  height: 100%;
  flex-grow: 1;
  align-self: flex-end;
  padding: 24px 10px;
  display: flex;
  justify-content: flex-end; }
  .search-panel input {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 5px;
    position: relative;
    margin-right: -310px;
    z-index: 1;
    transition: all .5s ease-in-out;
    width: 300px;
    color: #000; }
    .search-panel input:focus {
      outline: none !important; }
  .search-panel .btn-search {
    width: 100px;
    margin: 0px 5px;
    color: white;
    background-color: #560025;
    border-color: #560025;
    position: relative;
    margin-right: -110px;
    vertical-align: bottom; }
    .search-panel .btn-search:hover {
      border: 1px solid #560025;
      background-color: #45011e; }
  .search-panel .fa-times {
    display: none; }
  .search-panel.show {
    display: flex !important; }
    .search-panel.show input,
    .search-panel.show .btn-search {
      margin-right: 0px; }
    .search-panel.show .fa-times {
      display: inline-block; }
    .search-panel.show .fa-search {
      display: none; }
  .search-panel a {
    padding: 5px 15px;
    color: #fff; }

.contact-link {
  position: relative;
  z-index: 2; }

.header-nav nav {
  display: flex; }

.search-icon {
  position: absolute;
  top: 0px;
  right: 67px;
  display: none; }
  @media (max-width: 1023px) {
    .search-icon {
      display: block; } }
  .search-icon .fa-times {
    display: none; }
  .search-icon .btn-search-icon {
    font-size: 30px;
    color: #fff;
    padding: 10px;
    width: 67px;
    height: 67px;
    display: block;
    text-align: center; }
  .search-icon.show .fa-times {
    display: block; }
  .search-icon.show .fa-search {
    display: none; }

.mob-search-panel {
  display: none;
  position: absolute;
  top: 75px;
  background: #fff;
  width: 100%;
  left: 0px; }
  .mob-search-panel.show {
    display: block; }
  .mob-search-panel:before {
    content: " ";
    width: 10px;
    height: 10px;
    top: -5px;
    right: 95px;
    background: #fff;
    z-index: 99;
    display: block;
    position: absolute;
    transform: rotate(45deg); }
  .mob-search-panel input:focus {
    outline: none !important; }
  .mob-search-panel .txt-search {
    border: 0px solid #eee;
    padding: 7px 10px;
    height: 100%;
    display: inline-block;
    width: 88%;
    font-size: 16px;
    height: 42px;
    color: #000; }
  .mob-search-panel .btn-search {
    width: 12%;
    padding: 10px;
    vertical-align: baseline; }

.search-results h1 {
  color: #000;
  margin: 40px 0; }

.search-results em {
  font-style: italic; }

.search-results hr {
  margin: 40px 0; }

.search-results .overline {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #87867e; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
