@charset "UTF-8";
@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.AdminUploadBar {
  width: 75%;
  padding: 5px;
  position: relative; }
  .AdminUploadBar ul, .AdminUploadBar li {
    padding: 0 !important;
    list-style: none !important; }
  .AdminUploadBar .ih-button {
    float: none !important;
    list-style: none;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .AdminUploadBar .attachment {
    display: inline-block;
    width: 88%;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 11px !important; }
    .AdminUploadBar .attachment:hover {
      background: none !important; }
  .AdminUploadBar .delete {
    display: inline-block;
    width: 10px;
    overflow: hidden; }
    .AdminUploadBar .delete:hover {
      background: #b60000;
      color: #fff; }
  .AdminUploadBar .scrollableDropDown {
    max-height: 300px;
    max-width: 100%;
    overflow-y: scroll;
    width: 500px;
    top: auto;
    bottom: 0; }
    .AdminUploadBar .scrollableDropDown li:hover {
      background: #ccc; }

.admin-dragable-content:hover {
  background: #dfecbb; }

.blankImage, .EmpyImageHolder {
  display: inline-block;
  outline: 1px solid #dfecbb;
  background: url(/content/Images/contentTags-IMG.png) no-repeat top right;
  height: 50px !important;
  width: 100% !important; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT

----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  top: 0; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 11.5px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #4d4d4d; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4d4d4d;
  content: ""; }

.c-hamburger span::before {
  top: -7px; }

.c-hamburger span::after {
  bottom: -7px; }

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: transparent; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }

.image-link {
  display: block;
  width: 100%; }
  .image-link .content {
    background-size: 100%;
    background-position-x: 50%; }

.image-parallax {
  background-position-y: 100%; }

.size-16-9 {
  position: relative; }
  .size-16-9:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .size-16-9 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.component-section-heading {
  background: #4d4d4d;
  width: 100%;
  padding: 10px 25px 10px 25px;
  text-align: center; }
  .component-section-heading .heading-large, .component-section-heading .heading-medium, .component-section-heading headin-small {
    color: #fff; }

.flex-viewport {
  overflow: visible !important; }

.releaseDate {
  color: gray !important; }

.leadStory h2 {
  font-size: 30px !important;
  line-height: 30px !important; }

.btn-bentley {
  float: left;
  display: inline-block;
  padding: 5px;
  background: #003220;
  color: #fff !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 2px; }
  .btn-bentley:hover {
    background: #003220; }

.btn-action {
  display: block;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  color: #4d4d4d;
  position: relative;
  font-family: "BentleyLight", "helvetica", "sans-serif";
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 2px; }
  .btn-action:hover {
    text-decoration: none; }
  .btn-action .action-icon {
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 5px; }
  .btn-action.presspack {
    background: #b3c2bc;
    color: #FFF; }

.btn-expand {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  color: #4d4d4d !important;
  position: relative;
  font-family: "BentleyLight", "helvetica", "sans-serif";
  text-decoration: none;
  cursor: pointer;
  border: 0 !important;
  margin-bottom: 10px; }
  .btn-expand:hover {
    color: #fff !important; }

.btn-fill {
  background: #e6e6e6; }

.flip-container {
  width: 48.7%;
  height: 100%;
  display: flex;
  position: relative; }
  .flip-container .front {
    position: absolute;
    transition: ease-in-out 0.4s transform;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; }
  .flip-container .back {
    position: absolute;
    transition: ease-in-out 0.4s transform;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; }
  @media (min-width: 768px) {
    .flip-container {
      width: 100%; } }

.no-mobile .flip-container:hover .back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

a {
  color: #4d4d4d;
  text-decoration: none; }

.strong-link {
  color: #4d7063 !important;
  text-decoration: underline !important; }

.at-icon {
  fill: #809990 !important; }

.inEditMode {
  margin-top: 20px !important; }
  .inEditMode .content-offset-nav {
    margin-top: 195px; }

.disable-hover,
.disable-hover * {
  pointer-events: none !important; }

body, html {
  height: 100%;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 992px) {
    body, html {
      overflow-x: hidden; } }

.clear {
  clear: both; }

#skrollr-body, .main-content {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  transition: all 0.4s ease-in-out;
  clear: both; }

#skrollr-body.mobile-nav {
  /*-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);*/
  margin-left: -40%;
  margin-right: 40%; }

.main-content {
  margin-top: 50px;
  min-height: 700px; }
  @media (min-width: 768px) {
    .main-content {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .main-content {
      padding: 15px;
      margin-top: -15px;
      margin-left: 0;
      margin-right: 15px; } }
  @media (min-width: 1200px) {
    .main-content {
      margin-top: 0;
      padding-top: 0; } }
  @media (min-width: 768px) {
    .main-content h1 {
      padding-left: 10px;
      padding-left: 0; } }
  .main-content ul {
    padding-left: 20px; }
  .main-content li {
    list-style: square;
    padding-left: 10px;
    margin-bottom: 10px; }

.main-content.componentActive {
  /*-webkit-filter: blur(5px) ;
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);*/ }

.versionDetails {
  display: none; }

#skrollr-body {
  font-family: "BentleyLight", "helvetica", "sans-serif";
  margin-left: 0;
  margin-right: 0; }

h1, h2, h3, h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: gray;
  font-family: "BentleyLight", "helvetica", "sans-serif"; }
  @media screen and (min-width: 768px) {
    h1, h2, h3, h4 {
      margin-top: 20px;
      margin-bottom: 20px; } }

.trim {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden; }

.fullHeight {
  height: 100%; }

.heading-small, .heading-medium, .heading-large {
  font-family: "BentleyLight", "helvetica", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 5px; }

.heading-small {
  font-size: 20px; }

.heading-medium {
  font-size: 22px; }

.heading-large {
  font-size: 24px;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .heading-large {
      font-size: 28px;
      margin-top: 20px; } }

@media screen and (min-width: 768px) {
  .component-section-heading .heading-large {
    margin-top: 15px; } }

.heading-section {
  margin-bottom: 20px; }

.content-offset-nav {
  margin-top: 88px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  transition: all 0.4s ease-in-out; }

.content-divider {
  width: 100%;
  height: 1px;
  border-bottom: 3px #94C11D solid;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .content-divider {
      margin-top: 10px;
      margin-bottom: 30px; } }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.LoginBox {
  width: 318px;
  max-height: 0;
  position: absolute;
  top: 53px;
  right: 0;
  background: #4d4d4d;
  color: #b3b3b3;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out; }
  .LoginBox.active {
    max-height: 600px;
    height: auto; }
  .LoginBox-internal {
    padding: 5px 10px 20px 10px; }
  .LoginBox-label {
    padding: 5px;
    padding-left: 10px;
    color: #b3b3b3; }
  .LoginBox-label--checkbox {
    padding-left: 0;
    cursor: pointer; }
  .LoginBox-input {
    border: 0;
    padding: 5px;
    height: 40px;
    background: gray;
    text-indent: 5px;
    color: #fff;
    cursor: pointer;
    width: 297px;
    transition: background 0.2s ease-in; }
    .LoginBox-input::-webkit-input-placeholder {
      color: #fff;
      transition: all 0.2s ease-in; }
    .LoginBox-input:-moz-placeholder {
      color: #fff;
      opacity: 1;
      transition: all 0.2s ease-in; }
    .LoginBox-input::-moz-placeholder {
      color: #fff;
      transition: all 0.2s ease-in; }
    .LoginBox-input:-ms-input-placeholder {
      color: #fff;
      transition: all 0.2s ease-in; }
    .LoginBox-input:focus {
      color: #000;
      background: #b3b3b3; }
      .LoginBox-input:focus::-webkit-input-placeholder {
        color: #b3b3b3;
        letter-spacing: 20px; }
      .LoginBox-input:focus:-moz-placeholder {
        color: #b3b3b3;
        opacity: 1; }
      .LoginBox-input:focus::-moz-placeholder {
        color: #b3b3b3; }
      .LoginBox-input:focus:-ms-input-placeholder {
        color: #b3b3b3; }
  .LoginBox-checkbox, .LoginBox-checkbox[type=checkbox] {
    background: gray;
    border: 0;
    height: 20px;
    width: 20px;
    position: relative;
    top: 6px;
    margin-right: 10px; }
  .LoginBox-button {
    width: 100%;
    height: 40px;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 14px 10px 14px;
    background: #003220;
    border: 0;
    color: #fff;
    font-family: "BentleyLight", "helvetica", "sans-serif";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer; }
    .LoginBox-button:hover, .LoginBox-button:focus {
      color: #fff;
      text-decoration: none; }
    .LoginBox-button--alt {
      background: #b3c2bc;
      color: #003220; }
      .LoginBox-button--alt:hover {
        color: #fff; }
      .LoginBox-button--alt.LoginBox-button.hvr-shutter-out-vertical {
        background: #b3c2bc; }
    .LoginBox-button.hvr-shutter-out-vertical {
      background: #003220; }
  .LoginBox-message {
    color: #fff;
    font-family: "BentleyLight", "helvetica", "sans-serif";
    font-size: 14px; }
    .LoginBox-message a {
      color: #fff;
      text-decoration: none; }
  .LoginBox-message--reactive {
    margin-top: 10px;
    display: none;
    background: #94C11D;
    padding: 8px 5px;
    color: #fff;
    line-height: normal; }
  .LoginBox-message--error {
    overflow: hidden;
    max-height: 0;
    color: #ff4e00;
    transition: max-height 0.4s ease-in-out; }
    .LoginBox-message--error.in {
      max-height: 200px; }
  .LoginBox-center {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    width: 100%; }

.loginbox a {
  font-family: BentleyLight, arial, helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 14px 10px 14px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: #4d4d4d;
  line-height: 20px;
  /*&:active:before,&:focus:before{
        background: $bentleyBlack-70 !important;
    }*/ }

@media screen and (min-width: 992px) {
  .Brand {
    width: 82%; } }

.Brand-area {
  height: 100%; }

.Brand-link {
  display: inline-block;
  width: 115px; }
  @media screen and (min-width: 992px) {
    .Brand-link {
      display: block;
      width: 146px;
      margin: 0 auto; } }

.Brand-logo {
  position: relative;
  width: 100%; }

.Brand-centenary {
  width: 65px; }
  @media screen and (min-width: 768px) {
    .Brand-centenary {
      width: 80px; } }
  @media screen and (min-width: 1200px) {
    .Brand-centenary {
      width: 90px; } }

.GlobalMediaDrive {
  position: absolute;
  top: 0;
  right: 40px; }
  @media screen and (min-width: 1200px) {
    .GlobalMediaDrive {
      right: 55px; } }
  @media screen and (max-width: 992px) {
    .GlobalMediaDrive {
      display: none; } }
  .GlobalMediaDrive-list {
    margin-right: -5px;
    margin-left: -5px; }
  .GlobalMediaDrive-item {
    float: left;
    padding-right: 5px;
    padding-left: 5px; }
  .GlobalMediaDrive-button {
    width: auto;
    height: 34px;
    display: inline-block;
    padding: 8px 18px 8px 18px;
    background: #000000;
    border: 0;
    color: #FFFFFF;
    font-family: "BentleyLight", "helvetica", "sans-serif";
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer; }
    .GlobalMediaDrive-button:hover, .GlobalMediaDrive-button:focus {
      color: #fff;
      text-decoration: none; }
    .GlobalMediaDrive-button.hvr-shutter-out-vertical {
      background: #000000; }

.AccountNav {
  position: relative;
  z-index: 1000;
  float: right;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .AccountNav {
      width: 160px;
      margin-top: 17px; } }
  @media screen and (min-width: 992px) {
    .AccountNav {
      width: 100px;
      margin-top: 47px;
      margin-right: 20px; } }
  @media screen and (min-width: 1200px) {
    .AccountNav {
      margin-right: 35px; } }
  .AccountNav-list {
    display: flex;
    float: left;
    margin-right: -1rem;
    margin-left: -1rem; }
    @media screen and (min-width: 992px) {
      .AccountNav-list {
        float: right; } }
  .AccountNav-item {
    position: relative;
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 13px;
    padding-bottom: 13px; }
    @media screen and (min-width: 768px) {
      .AccountNav-item {
        padding-right: 1.5rem;
        padding-left: 1.5rem; } }
    .AccountNav-item--dropdown.active:before {
      max-height: 100%;
      transition: max-height 0.1s ease-out; }
    .AccountNav-item--dropdown:before {
      content: "";
      height: 100%;
      max-height: 0;
      display: block;
      position: absolute;
      z-index: -1;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #4d4d4d;
      transition: max-height 0.2s ease-out 0.2s; }
  .AccountNav-link {
    position: relative; }
    @media screen and (min-width: 768px) {
      .AccountNav-link {
        display: block; } }
  .AccountNav-icon {
    fill: none;
    stroke: #4d4d4d;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    width: 25px;
    height: 25px;
    transition: fill 0.2s 0.2s, stroke 0.2s 0.2s; }
    .AccountNav-icon:hover, .AccountNav-icon:focus, .active .AccountNav-icon {
      stroke: #94C11D; }
    .AccountNav-icon--login {
      width: 22px;
      height: 22px; }
    .AccountNav-icon--logout {
      width: 22px;
      height: 22px; }
    .AccountNav-icon--files {
      fill: white; }
      .has-content .AccountNav-icon--files {
        stroke: #4d4d4d;
        fill: #4d4d4d; }
      .AccountNav-icon--files:hover, .AccountNav-icon--files:focus, .has-content.active .AccountNav-icon--files {
        stroke: #94C11D;
        fill: #94C11D; }
  .AccountNav-count {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #FFFFFF;
    font-family: "BentleyBold", "helvetica", "sans-serif";
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 29px;
    pointer-events: none; }
    .AccountNav-count--small {
      font-size: 12px; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.component-models {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .component-models {
      margin-bottom: 15px; } }
  .component-models ul {
    padding: 0 !important;
    margin: 0;
    overflow: hidden; }
    .component-models ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      .component-models ul li a {
        position: relative;
        display: inline-block;
        padding: 20px 20px 20px 20px;
        text-transform: uppercase;
        color: #4d4d4d;
        text-decoration: none;
        width: 100%;
        cursor: pointer;
        font-family: "BentleyLight", "helvetica", "sans-serif";
        font-size: 16px; }
        .component-models ul li a.model-link--small {
          padding-top: 10px;
          padding-bottom: 10px; }
        .component-models ul li a img {
          position: absolute;
          right: 15px;
          display: inline-block;
          top: -4px;
          width: 105px; }
          @media screen and (min-width: 992px) {
            .component-models ul li a img {
              right: 10px; } }
          @media screen and (min-width: 1200px) {
            .component-models ul li a img {
              right: 10px; } }
          @media screen and (min-width: 1400px) {
            .component-models ul li a img {
              right: 20px; } }
        .component-models ul li a:active:before, .component-models ul li a:focus:before, .component-models ul li a:active, .component-models ul li a:focus {
          background: none;
          color: #4d4d4d; }
        @media screen and (min-width: 992px) {
          .component-models ul li a {
            font-size: 13px;
            padding: 20px 20px 20px 15px; } }
        @media screen and (min-width: 1200px) {
          .component-models ul li a {
            font-size: 14px;
            padding: 20px 20px 20px 15px; } }
        @media screen and (min-width: 1400px) {
          .component-models ul li a {
            font-size: 14px;
            padding: 20px 20px 20px 25px; } }
        @media screen and (min-width: 992px) {
          .component-models ul li a a {
            padding: 10px 25px 10px 25px; } }
      .component-models ul li.active a {
        background: #809990;
        color: #fff; }
        .component-models ul li.active a.overview {
          background: #003220; }
          .component-models ul li.active a.overview:hover {
            color: #000; }
        .component-models ul li.active a.overview:before {
          background: #b3c2bc !important; }
      .component-models ul li ul {
        transition: max-height 0.4s ease-in-out;
        background: #b3b3b3;
        overflow: hidden;
        height: auto;
        max-height: 0; }
        .component-models ul li ul li {
          width: auto; }
        @media screen and (min-width: 768px) {
          .component-models ul li ul {
            margin-left: -15px; } }
        @media screen and (min-width: 992px) {
          .component-models ul li ul {
            transition: width 0.4s ease-in-out;
            width: 0;
            position: absolute;
            margin-top: -60px;
            margin-left: 0px;
            left: 100%;
            max-height: unset; }
            .component-models ul li ul li {
              width: 360px; } }
      @media screen and (min-width: 992px) {
        .component-models ul li.twoline ul {
          margin-top: -80px; } }
      .component-models ul li.active ul {
        max-height: 600px; }
        @media screen and (min-width: 992px) {
          .component-models ul li.active ul {
            width: 360px; } }

.template-homepage .component-models ul ul,
.template-homepage-timedLiveFeed .component-models ul ul {
  margin-left: -15px; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

#myCollection {
  background: #4d4d4d;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  max-height: 0;
  z-index: 100;
  overflow: hidden;
  top: 100px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  #myCollection.active {
    max-height: 600px; }
  #myCollection #downloadBasket {
    max-height: 400px;
    padding-top: 60px;
    padding-bottom: 30px; }
    #myCollection #downloadBasket .mc_imageHolder {
      max-height: 500px;
      padding-bottom: 20px; }
    #myCollection #downloadBasket h3 {
      text-transform: uppercase;
      font-size: 17px;
      margin-top: 0px;
      color: #fff; }
    #myCollection #downloadBasket .mc-image {
      display: inline-block;
      margin-bottom: 10px; }
    #myCollection #downloadBasket .mc-document {
      color: #FFF;
      background: #4d4d4d;
      padding: 4px; }
    #myCollection #downloadBasket img {
      margin-right: 4px; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.component-twitter {
  font-size: 12px; }
  .component-twitter .twitterHeader {
    display: block;
    width: 100%;
    text-align: center; }
    .component-twitter .twitterHeader img {
      width: 50px;
      height: 50px; }
  .component-twitter .heading-large {
    margin-top: 10px;
    padding: 10px 25px 10px 25px; }
  .component-twitter .marginFix {
    padding-right: 10px !important; }
  .component-twitter .media {
    padding-bottom: 2px;
    border-bottom: 1px #94C11D solid; }
    .component-twitter .media .userImage {
      display: inline-block; }
    .component-twitter .media .screenName {
      display: inline-block;
      color: #94C11D;
      font-weight: 700; }
    .component-twitter .media .createdAt {
      font-size: 11px;
      text-transform: uppercase;
      margin-top: -2px;
      margin-bottom: 5px; }
  .component-twitter a {
    color: #94C11D;
    font-weight: 700;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    .component-twitter a:hover {
      color: #94C11D; }
  .component-twitter .tweet {
    padding: 10px 25px 10px 25px; }
    .component-twitter .tweet:before {
      background: #809990; }
    .component-twitter .tweet .tweet-text {
      padding-top: 10px; }
      .component-twitter .tweet .tweet-text .screenName {
        color: #003220;
        font-weight: 600; }
      .component-twitter .tweet .tweet-text a {
        color: #003220; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.component-signup {
  background: #94C11D; }
  .component-signup .heading-small, .component-signup .heading-large {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff !important;
    padding: 0 !important; }
  .component-signup .content {
    background: #94C11D !important;
    width: 100%; }
  .component-signup a {
    text-decoration: none; }
  .component-signup .heading-small {
    padding-top: 20px !important;
    font-size: 15px; }
  .component-signup .heading-large {
    padding-bottom: 20px !important;
    font-size: 24px;
    margin-top: 0 !important; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.component-latestnews .heading-large {
  margin-top: 20px;
  padding: 10px 25px 10px 25px; }

.component-latestnews .release {
  padding: 10px 25px 10px 25px; }
  .component-latestnews .release h2 {
    font-size: 14px;
    font-family: "BentleyRegular";
    margin-bottom: 0; }
  .component-latestnews .release .releaseDate {
    font-size: 12px; }
    .component-latestnews .release .releaseDate span {
      display: none; }

.component-sidebarfeature {
  text-align: center; }
  .component-sidebarfeature img {
    width: 100%;
    max-width: 150px;
    padding: 10px 0 35px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .component-sidebarfeature img {
        padding: 0 0 10px; } }

.main-content.search-results input[type=text] {
  background-color: #e6e6e6 !important; }

.sidebar {
  padding-top: 20px; }
  .sidebar hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #b3b3b3;
    margin-left: 20px;
    margin-right: 20px; }
  .sidebar .heading-large {
    padding: 10px 25px 10px 25px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 23px; }
  .sidebar .by_nav_sub_link {
    display: block;
    padding: 10px 25px 10px 25px;
    text-transform: uppercase;
    height: 50px;
    color: #4d4d4d;
    padding-top: 15px;
    text-decoration: none; }
    .sidebar .by_nav_sub_link:after {
      display: block;
      font-family: 'Glyphicons Halflings';
      width: 40px;
      height: 50px;
      position: absolute;
      right: 0;
      margin-top: -35px;
      text-align: center;
      content: "\e258";
      color: gray;
      padding-top: 15px; }
    .sidebar .by_nav_sub_link.active {
      color: #FFF;
      background: #b3b3b3; }
      .sidebar .by_nav_sub_link.active:after {
        background: #b3b3b3;
        color: #FFF; }
    .sidebar .by_nav_sub_link:hover {
      color: #FFF; }
      .sidebar .by_nav_sub_link:hover:after {
        background: #94C11D;
        color: #FFF; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.component-search-form {
  /*margin-top: 20px;*/
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #94C11D; }
  @media (min-width: 992px) {
    .component-search-form {
      padding-left: 20px;
      padding-right: 20px;
      border: 0; } }
  .component-search-form input[type=text] {
    padding: 21px 10px 10px 38px;
    height: 60px;
    width: 100%;
    font-size: 20px; }
    @media (min-width: 992px) {
      .component-search-form input[type=text] {
        padding: 10px 10px 10px 20px;
        height: 40px;
        width: 84.7%;
        font-size: inherit; } }
    .component-search-form input[type=text]::-webkit-input-placeholder {
      color: #4d4d4d;
      transition: all 0.2s ease-in; }
    .component-search-form input[type=text]:-moz-placeholder {
      color: #4d4d4d;
      opacity: 1;
      transition: all 0.2s ease-in; }
    .component-search-form input[type=text]::-moz-placeholder {
      color: #4d4d4d;
      transition: all 0.2s ease-in; }
    .component-search-form input[type=text]:-ms-input-placeholder {
      color: #4d4d4d;
      transition: all 0.2s ease-in; }
    .component-search-form input[type=text]:focus {
      color: #000; }
      .component-search-form input[type=text]:focus::-webkit-input-placeholder {
        color: #fff;
        letter-spacing: 20px; }
      .component-search-form input[type=text]:focus:-moz-placeholder {
        color: #fff;
        opacity: 1; }
      .component-search-form input[type=text]:focus::-moz-placeholder {
        color: #fff; }
      .component-search-form input[type=text]:focus:-ms-input-placeholder {
        color: #fff; }
  .component-search-form .component-btn {
    display: none;
    height: 60px;
    background-color: #fff;
    color: #4d4d4d;
    border-color: #fff;
    border-radius: 0;
    padding: 27px 10px 10px 10px;
    margin-left: -5px;
    cursor: pointer;
    width: 15%;
    -moz-transition: color 0.3s ease-in-out, padding 0.2s ease-in-out;
    -o-transition: color 0.3s ease-in-out, padding 0.2s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out, padding 0.2s ease-in-out;
    transition: color 0.3s ease-in-out, padding 0.2s ease-in-out; }
    .component-search-form .component-btn:hover {
      color: #94C11D; }
    @media (min-width: 992px) {
      .component-search-form .component-btn {
        display: inline-block;
        height: 40px;
        padding: 10px 10px 10px 10px; } }
  .component-search-form input {
    border-color: #fff;
    border-radius: 0;
    border: 1px solid #fff; }
    .component-search-form input:focus {
      color: #000; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.component-gallery {
  min-height: 200px;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px; }
  .component-gallery .image-holder, .component-gallery .video-holder {
    float: left;
    width: 50%;
    outline: 1px solid #fff;
    position: relative; }
    .component-gallery .image-holder img, .component-gallery .video-holder img {
      width: 100%; }
    .component-gallery .image-holder .img-responsive, .component-gallery .video-holder .img-responsive {
      display: inline; }
    .component-gallery .image-holder .image-parallax, .component-gallery .video-holder .image-parallax {
      background-size: 110%;
      background-position-x: 50%;
      -moz-transition: background-size 0.4s ease-in-out;
      -o-transition: background-size 0.4s ease-in-out;
      -webkit-transition: background-size 0.4s ease-in-out;
      transition: background-size 0.4s ease-in-out; }
    .component-gallery .image-holder:hover, .component-gallery .video-holder:hover {
      cursor: pointer; }
      .component-gallery .image-holder:hover .image-parallax, .component-gallery .video-holder:hover .image-parallax {
        background-size: 105%;
        background-position-x: 50%; }
  .component-gallery .video-holder:first-child, .component-gallery .image-holder:first-child {
    width: 100%; }
  @media (min-width: 768px) {
    .component-gallery .video-holder, .component-gallery .image-holder {
      width: 25%; }
    .component-gallery .video-holder:first-child, .component-gallery .image-holder:first-child {
      width: 50%; } }

.section-release .img-block {
  width: 49.3%;
  min-height: 148px; }
  @media screen and (min-width: 768px) {
    .section-release .img-block {
      width: 32.9%;
      min-height: 189px; } }
  @media screen and (min-width: 1200px) {
    .section-release .img-block {
      width: 24.67%;
      min-height: 207px; } }

.section-release .flip-details p {
  padding-top: 105px; }

.share-link {
  padding: 5px;
  font-size: 11px;
  text-transform: uppercase;
  color: #4d4d4d; }
  .share-link .share-link-url {
    background: #FFF;
    text-transform: none;
    padding: 10px;
    font-size: 14px;
    margin-top: 4px;
    width: 100%; }

.control-layer {
  position: absolute;
  height: 40px;
  width: 85px;
  right: 0;
  bottom: 0; }
  .control-layer .control-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    background: #FFF;
    font-size: 17px;
    padding: 8px;
    padding-left: 10px; }
  .control-layer .control-collection {
    background: #809990;
    color: #FFF; }

.phone .control-layer, .tablet .control-layer {
  display: none;
  /*@media screen and (min-width: $screen-md-min) {
            display: block;
        }*/ }

.btn-asset {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: 'Glyphicons Halflings';
  text-align: center;
  font-size: 15px;
  padding-top: 5px;
  cursor: pointer;
  background: #FFF;
  color: #4d4d4d;
  transition: all 0.4s; }
  .btn-asset:hover {
    color: #FFF;
    background: #809990;
    text-decoration: none; }

.btn-collection-add:before {
  content: "\e118"; }

.btn-edit-asset:before {
  content: "\e065"; }

.btn-download-asset:before {
  content: "\e025"; }

.btn-play-asset:before {
  content: "\e072"; }

.btn-preview-image:before {
  content: "\e015"; }

.moreButton-holder {
  text-align: center;
  margin-bottom: 40px;
  clear: both; }
  .moreButton-holder .btn-more-news, .moreButton-holder .btn-more-images, .moreButton-holder .btn-more-videos {
    cursor: pointer;
    padding: 10px 30px 10px 30px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;
    color: #4d4d4d;
    text-decoration: none;
    margin-top: 10px; }
    .moreButton-holder .btn-more-news:hover, .moreButton-holder .btn-more-images:hover, .moreButton-holder .btn-more-videos:hover {
      color: #FFF !important; }

.component-section-heading .moreButton-holder {
  margin-top: -9px;
  right: 30%;
  width: 45%;
  font-size: 11px;
  /*  */
  position: absolute; }
  @media screen and (min-width: 768px) {
    .component-section-heading .moreButton-holder {
      margin-top: 0;
      top: 12px;
      right: 40px;
      width: auto;
      font-size: 15px; } }
  .component-section-heading .moreButton-holder .btn-more-images {
    border: none;
    background: transparent !important;
    color: #fff; }
    .component-section-heading .moreButton-holder .btn-more-images:after {
      display: block;
      font-family: 'Glyphicons Halflings';
      width: 40px;
      height: 50px;
      position: absolute;
      right: 0;
      margin-top: -30px;
      text-align: center;
      content: "\e258";
      color: #fff;
      padding-top: 15px; }
    @media screen and (min-width: 768px) {
      .component-section-heading .moreButton-holder .btn-more-images:after {
        margin-top: -35px;
        right: -10px; } }

.videoArea {
  padding: 10px; }

.previewSideBar {
  text-align: left;
  background: #e6ebe9;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  border: 2px solid #000;
  padding: 20px;
  padding-top: 30px;
  padding-right: 35px;
  overflow-y: scroll; }
  .previewSideBar p {
    font-family: "BentleyLight", "helvetica", "sans-serif"; }
  .previewSideBar .downloadableAttachment {
    font-size: 12px;
    text-transform: none; }
    .previewSideBar .downloadableAttachment .details {
      display: block;
      width: 90%; }
    @media screen and (min-width: 1200px) {
      .previewSideBar .downloadableAttachment {
        font-size: 14px; } }
  .previewSideBar h3 {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #94C11D;
    text-transform: uppercase; }
  .previewSideBar .btn-action {
    text-transform: uppercase;
    padding: 5px !important; }
    .previewSideBar .btn-action .action-icon {
      right: 7px; }
  .previewSideBar a, .previewSideBar a:active, .previewSideBar a:focus, .previewSideBar a:visited {
    color: #4d4d4d; }

.by-modal-close {
  position: absolute;
  cursor: pointer;
  background: #4d7063;
  color: #FFF;
  padding: 5px;
  width: 30px;
  text-align: center;
  right: 4px;
  top: 4px;
  z-index: 100;
  text-decoration: none;
  transition: background-color 0.4s ease-in-out; }
  .by-modal-close:hover {
    background: #94C11D;
    text-decoration: none; }

.imageModal img {
  margin-top: 15px; }

.imageModal .galleryNav:after {
  font-family: 'Glyphicons Halflings';
  padding: 10px;
  position: absolute;
  text-align: center;
  color: #809990;
  font-size: 30px;
  background-color: #000;
  vertical-align: middle;
  margin-top: 50%;
  opacity: 0.5;
  transition: opacity,color,background-color 0.3s ease-in-out; }

.imageModal .galleryNav:hover:after {
  opacity: 1;
  color: #FFF;
  background-color: #809990; }

.imageModal .galleryNext {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0; }
  .imageModal .galleryNext:after {
    right: 0;
    content: "\e258"; }

.imageModal .galleryPrev {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0; }
  .imageModal .galleryPrev:after {
    left: 0;
    content: "\e257"; }

.imageModal .imageCounter {
  color: #dfe0e3;
  width: 75%;
  position: absolute;
  bottom: 10px;
  left: 12px;
  font-size: 12px;
  font-family: "BentleyLight", "helvetica", "sans-serif";
  text-transform: uppercase;
  text-align: center; }

.imageModal #galLoader {
  margin-top: 20%; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.container-hero {
  margin-bottom: 20px;
  width: 100%; }

.royalSlider {
  margin-bottom: 20px;
  width: 100%;
  height: 280px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .royalSlider {
      height: 500px; } }
  @media (min-width: 992px) {
    .royalSlider {
      height: 480px; } }
  @media (min-width: 1200px) {
    .royalSlider {
      height: 570px; } }
  @media (min-width: 1400px) {
    .royalSlider {
      height: 600px; } }
  .royalSlider .rsNav {
    position: absolute;
    left: 20px; }
    @media (min-width: 768px) {
      .royalSlider .rsNav {
        left: 35px; } }
  .royalSlider .rsBullet {
    display: inline-block;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    background: #dfe0e3;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 768px) {
      .royalSlider .rsBullet {
        width: 20px;
        height: 20px; } }
    .royalSlider .rsBullet:hover {
      background: #b4d461; }
    .royalSlider .rsBullet.rsNavSelected {
      background: #94C11D; }

.homeHeroPoster h1, .homeHeroPoster h2 {
  font-family: "BentleyRegular" !important;
  margin-top: 15px !important;
  margin-bottom: 20px !important;
  font-size: 20px;
  color: #4d4d4d;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 15px;
  padding-right: 15px; }

.homeHeroPoster p {
  font-family: "BentleyLight", "helvetica", "sans-serif" !important;
  font-size: 14px;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .homeHeroPoster {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0; }
    .homeHeroPoster h1, .homeHeroPoster h2 {
      padding-left: 0;
      padding-right: 0;
      font-size: 28px !important;
      line-height: 28px !important; } }

@media (min-width: 992px) {
  .homeHeroPoster h1, .homeHeroPoster h2 {
    font-size: 26px !important;
    line-height: 28px !important;
    margin-top: 15px !important; } }

@media (min-width: 1200px) {
  .homeHeroPoster h1, .homeHeroPoster h2 {
    font-size: 28px !important;
    line-height: 30px !important;
    margin-top: 15px !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .homeHeroPoster img {
    max-height: 425px; } }

@media (min-width: 1200px) {
  .homeHeroPoster h1, .homeHeroPoster h2 {
    margin-top: 25px !important; } }

.section-full .container-hero {
  margin: 0; }

.section-full .royalSlider {
  border-bottom: none;
  margin-bottom: 0;
  height: 200px; }
  @media (min-width: 768px) {
    .section-full .royalSlider {
      height: 220px; } }
  @media (min-width: 992px) {
    .section-full .royalSlider {
      height: 288px; } }
  @media (min-width: 1200px) {
    .section-full .royalSlider {
      height: 420px; } }

.section-full .homeHeroPoster h1, .section-full .homeHeroPoster h2, .section-full .homeHeroPoster p {
  display: none; }

.section-full .rsNavItem {
  display: none; }

.section-full .homeHeroPoster {
  padding-left: 0; }

.section-model .container-hero, .section-executive .container-hero {
  margin: 0; }

.section-model .royalSlider, .section-executive .royalSlider {
  border-bottom: none;
  margin-bottom: 0;
  height: 200px; }
  @media (min-width: 768px) {
    .section-model .royalSlider, .section-executive .royalSlider {
      height: 220px; } }
  @media (min-width: 992px) {
    .section-model .royalSlider, .section-executive .royalSlider {
      height: 288px; } }
  @media (min-width: 1200px) {
    .section-model .royalSlider, .section-executive .royalSlider {
      height: 420px; } }

.section-model .homeHeroPoster h1, .section-model .homeHeroPoster h2, .section-model .homeHeroPoster p, .section-executive .homeHeroPoster h1, .section-executive .homeHeroPoster h2, .section-executive .homeHeroPoster p {
  display: none; }

.section-model .rsNavItem, .section-executive .rsNavItem {
  display: none; }

.section-model .homeHeroPoster, .section-executive .homeHeroPoster {
  padding-left: 0; }

.sliderEditor {
  float: left;
  width: 0;
  overflow-x: hidden;
  display: none; }

.inEditMode .container-hero .sliderEditor {
  display: block;
  float: left;
  width: 50%;
  height: 350px;
  padding-left: 10px; }
  .inEditMode .container-hero .sliderEditor .homeHeroPoster {
    padding: 5px;
    padding-bottom: 15px;
    list-style: none;
    border-bottom: 1px solid #94C11D;
    margin-bottom: 0; }
  .inEditMode .container-hero .sliderEditor .admin-dragable-content {
    padding-top: 10px; }
  .inEditMode .container-hero .sliderEditor .content-block {
    width: 98%;
    overflow-y: auto;
    max-height: 300px;
    border-top: 2px solid #94C11D;
    padding-top: 10px; }
  .inEditMode .container-hero .sliderEditor h1, .inEditMode .container-hero .sliderEditor h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    line-height: 16px !important; }

.inEditMode .royalSlider {
  width: 50%;
  float: left; }
  .inEditMode .royalSlider h1, .inEditMode .royalSlider h2 {
    font-size: 24px !important;
    line-height: 24px !important; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.component-error-hanger {
  position: absolute;
  background: #ffa780;
  width: 90%;
  overflow: hidden;
  height: 0;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  z-index: 99; }
  .component-error-hanger .content {
    padding: 15px; }
    .component-error-hanger .content h2 {
      margin: 0;
      padding: 0;
      color: #fff; }
    .component-error-hanger .content p {
      color: #fff; }
  .component-error-hanger.active {
    height: 150px; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.modalPopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 920;
  background: #000;
  -webkit-box-shadow: 0px 0px 61px 9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 61px 9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 61px 9px rgba(0, 0, 0, 0.75); }
  .modalPopup .by-modal-content {
    height: 100%;
    width: 100%;
    overflow: hidden; }

.modalBg {
  display: none;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910; }

.videoContainer {
  position: relative; }

.videoPreviewToolbar {
  position: relative; }

.videoIframe {
  margin-bottom: 30px; }

.vjs-default-skin .vjs-big-play-button {
  font-size: 0 !important; }

.videoWrapper {
  position: relative;
  padding-bottom: 56%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 4px; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

#topBar {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #333;
  color: #fff;
  top: 0; }

.bm_header {
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #94C11D;
  position: fixed;
  top: 0;
  z-index: 400; }
  @media (max-width: 767px) {
    .bm_header {
      /*background: #fff;*/ } }

.GMD-Link {
  background: #94C11D !important;
  height: 60px; }
  .GMD-Link a {
    color: #FFFFFF !important; }
    .GMD-Link a:hover {
      color: #FFFFFF !important; }
  @media screen and (min-width: 992px) {
    .GMD-Link {
      height: 31px; } }

.navListItem .sub-nav {
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-box-shadow: -1px 2px 23px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: -1px 2px 23px 0px rgba(0, 0, 0, 0.27);
  box-shadow: -1px 2px 23px 0px rgba(0, 0, 0, 0.27);
  background: rgba(255, 255, 255, 0.9); }
  .navListItem .sub-nav .navListItem {
    display: block !important;
    width: 330px; }
    .navListItem .sub-nav .navListItem a {
      display: block;
      text-transform: uppercase;
      height: 50px;
      text-decoration: none;
      padding-top: 13px !important;
      width: 100%; }
      .navListItem .sub-nav .navListItem a:after {
        display: block;
        font-family: 'Glyphicons Halflings';
        width: 40px;
        height: 50px;
        position: absolute;
        right: 0;
        margin-top: -35px;
        text-align: center;
        content: "\e258";
        color: gray;
        padding-top: 15px; }
      .navListItem .sub-nav .navListItem a.active {
        color: #FFF;
        background: #b3b3b3; }
        .navListItem .sub-nav .navListItem a.active:after {
          background: #b3b3b3;
          color: #FFF; }
      .navListItem .sub-nav .navListItem a:hover {
        color: #FFF !important; }
        .navListItem .sub-nav .navListItem a:hover:after {
          background: #94C11D;
          color: #FFF; }

.navListItem:hover .sub-nav {
  display: block;
  height: 300px;
  opacity: 1; }

.phone .navListItem .sub-nav {
  display: none !important; }

.bm_navbar {
  width: 100%;
  height: 85px;
  padding-top: 10px; }
  .bm_navbar:before, .bm_navbar:after {
    content: " ";
    display: table; }
  @media screen and (min-width: 768px) {
    .bm_navbar {
      height: 100px; } }
  @media screen and (min-width: 992px) {
    .bm_navbar {
      padding-top: 0; } }
  @media screen and (min-width: 1400px) {
    .bm_navbar {
      width: 1400px;
      margin: 0 auto 0 auto; } }
  .bm_navbar #bm_navArea {
    height: 100%;
    /*background: #fff url("img/header_knurling_texture_small.png") repeat-x;*/ }
    @media screen and (min-width: 768px) {
      .bm_navbar #bm_navArea {
        /*background: url("img/headerRight.png") no-repeat;*/
        /*width: 80%;*/
        /*width: 75%;*/ } }
    .bm_navbar #bm_navArea #bm_navLinks {
      display: block;
      position: fixed;
      left: 100%;
      width: 100%;
      height: 2000px;
      z-index: 500;
      top: 85px;
      background: #ececee;
      transition: left 0.2s ease-in-out; }
      @media screen and (max-width: 992px) {
        .bm_navbar #bm_navArea #bm_navLinks {
          overflow-y: scroll;
          height: 100%; }
          .bm_navbar #bm_navArea #bm_navLinks .navContainer {
            height: 1280px; } }
      .bm_navbar #bm_navArea #bm_navLinks.active-mobile {
        display: block;
        left: 0%; }
        .bm_navbar #bm_navArea #bm_navLinks.active-mobile .navListItem {
          width: 100%; }
      @media screen and (min-width: 992px) {
        .bm_navbar #bm_navArea #bm_navLinks .navList {
          float: left; } }
      .bm_navbar #bm_navArea #bm_navLinks .navListItem {
        font-family: "BentleyLight", "helvetica", "sans-serif"; }
        .bm_navbar #bm_navArea #bm_navLinks .navListItem a {
          color: #4d4d4d;
          display: block;
          text-transform: uppercase;
          font-size: 16px;
          text-decoration: none;
          padding: 20px;
          padding-left: 35px; }
      @media screen and (min-width: 768px) {
        .bm_navbar #bm_navArea #bm_navLinks {
          top: 100px; } }
      @media screen and (min-width: 992px) {
        .bm_navbar #bm_navArea #bm_navLinks {
          height: auto;
          display: block;
          margin-top: 60px;
          /*margin-left: 30px;*/
          display: block;
          position: unset;
          left: auto;
          width: 100%;
          z-index: 500;
          top: auto;
          background: none;
          padding: 0;
          color: #4d4d4d; }
          .bm_navbar #bm_navArea #bm_navLinks .navListItem {
            display: inline-block; }
            .bm_navbar #bm_navArea #bm_navLinks .navListItem a {
              display: inline-block;
              padding: 4px 5px 4px 5px;
              font-size: 14px;
              border-bottom: none;
              color: #4d4d4d; }
              .bm_navbar #bm_navArea #bm_navLinks .navListItem a:active, .bm_navbar #bm_navArea #bm_navLinks .navListItem a:visited {
                color: #4d4d4d; }
              .bm_navbar #bm_navArea #bm_navLinks .navListItem a:hover {
                color: #94C11D; } }
      @media screen and (min-width: 992px) {
        .bm_navbar #bm_navArea #bm_navLinks {
          /*margin-left: 50px;*/ }
          .bm_navbar #bm_navArea #bm_navLinks .navListItem a {
            font-size: 14px;
            padding: 4px 10px 15px 10px; } }
      @media screen and (min-width: 1200px) {
        .bm_navbar #bm_navArea #bm_navLinks {
          /*margin-left: 50px;*/ }
          .bm_navbar #bm_navArea #bm_navLinks .navListItem a {
            font-size: 16px;
            padding: 4px 20px 15px 20px; } }

.breadcrumbContainer {
  height: 40px;
  z-index: 200; }
  .breadcrumbContainer .breadcrumbList {
    margin: 0 auto 0 auto; }
    .breadcrumbContainer .breadcrumbList .breadcrumbListitem {
      display: inline-block; }

#PressPackTools {
  position: absolute;
  right: 25px;
  top: 4px;
  z-index: 500; }
  #PressPackTools .headerLink {
    display: inline-block; }
  #PressPackTools .headerLink-green a {
    background: #003220; }
  #PressPackTools a {
    font-family: BentleyLight,arial,helvetica,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 14px 10px 14px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background: #4d4d4d;
    line-height: 20px;
    /*&:active:before,&:focus:before{
            background: $bentleyBlack-70 !important;
        }*/ }

@media screen and (min-width: 992px) {
  .by_site_nav_link i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 6px;
    background-position: left top;
    margin: 0 0 2px 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAMAAACgaw2xAAAAA3NCSVQICAjb4U/gAAAAVFBMVEX39/fz8/Pv7+/m5ube3t7a2trKysrFxcW9vb25ubm1tbWtra2pqamlpaWgoKCQkJCMjIyEhIR3d3dvb29ra2tjY2NWVlZKSkpGRkZCQkI6Ojr////6WPngAAAAHHRSTlP///////////////////////////////////8AF7Li1wAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAACDSURBVBiV1U5bEoAgCEQtzR6W2VPvf88MaWKmE8QPyy7LArqDhAWdxq5Lg9T24gaib5EwzpkiJDtkRQwW+cZJ6ZoivANfAm7nZ4EH8kcIfetvwrTJguQ2YR9Hcqy7uoHaVyR8jJ5OhTMr6gzIz7Gu4kwZeahxeJaOhcIfOz8LPJA/cgEnrSuEU8UkyQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-color: transparent; } }

/*
 * This file has been replace by _component-loginbox
 * Remove at a later date
 * RH
 *
 */
@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.loginbox {
  position: absolute;
  top: 53px;
  right: 0;
  /*left: -150px;*/
  background: #4d4d4d;
  color: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-in-out; }
  .loginbox.active {
    max-height: 600px;
    max-width: 318px;
    height: auto; }
  .loginbox .internal {
    padding: 5px 10px 20px 10px;
    /*border-top: 1px solid $bentleyLivingGreen;*/ }
  .loginbox .title {
    padding: 5px;
    padding-left: 10px;
    color: #b3b3b3; }
  .loginbox .errorMessages {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    color: #ff4e00; }
    .loginbox .errorMessages.in {
      max-height: 200px; }
    .loginbox .errorMessages a {
      font-size: 13px !important;
      text-transform: none !important;
      color: #fff !important;
      padding: 0 !important; }
  .loginbox .title.remember {
    padding-left: 0;
    cursor: pointer; }
  .loginbox input[type=checkbox] {
    background: gray;
    border: 0;
    height: 20px;
    width: 20px;
    position: relative;
    top: 6px;
    margin-right: 10px; }
  .loginbox input[type=text], .loginbox input[type=password] {
    border: 0;
    padding: 5px;
    height: 40px;
    background: gray;
    text-indent: 5px;
    color: #fff;
    cursor: pointer;
    width: 297px;
    transition: background 0.2s ease-in; }
    .loginbox input[type=text]::-webkit-input-placeholder, .loginbox input[type=password]::-webkit-input-placeholder {
      color: #fff;
      transition: all 0.2s ease-in; }
    .loginbox input[type=text]:-moz-placeholder, .loginbox input[type=password]:-moz-placeholder {
      color: #fff;
      opacity: 1;
      transition: all 0.2s ease-in; }
    .loginbox input[type=text]::-moz-placeholder, .loginbox input[type=password]::-moz-placeholder {
      color: #fff;
      transition: all 0.2s ease-in; }
    .loginbox input[type=text]:-ms-input-placeholder, .loginbox input[type=password]:-ms-input-placeholder {
      color: #fff;
      transition: all 0.2s ease-in; }
    .loginbox input[type=text]:focus, .loginbox input[type=password]:focus {
      color: #000;
      background: #b3b3b3; }
      .loginbox input[type=text]:focus::-webkit-input-placeholder, .loginbox input[type=password]:focus::-webkit-input-placeholder {
        color: #b3b3b3;
        letter-spacing: 20px; }
      .loginbox input[type=text]:focus:-moz-placeholder, .loginbox input[type=password]:focus:-moz-placeholder {
        color: #b3b3b3;
        opacity: 1; }
      .loginbox input[type=text]:focus::-moz-placeholder, .loginbox input[type=password]:focus::-moz-placeholder {
        color: #b3b3b3; }
      .loginbox input[type=text]:focus:-ms-input-placeholder, .loginbox input[type=password]:focus:-ms-input-placeholder {
        color: #b3b3b3; }
  .loginbox .login-or {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    width: 100%; }
  .loginbox .loginBtn, .loginbox .registrationBtn {
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    background: #003220 !important;
    border: 0;
    height: 40px;
    font-family: "BentleyLight", "helvetica", "sans-serif";
    text-transform: uppercase; }
  .loginbox .registrationBtn {
    background: #b3c2bc !important;
    color: #003220 !important; }
    .loginbox .registrationBtn:hover {
      color: #fff !important; }
  .loginbox .reactivate-message {
    margin-top: 10px;
    display: none;
    font-size: 12px;
    line-height: normal;
    background: #94C11D;
    color: #fff;
    padding: 5px; }
    .loginbox .reactivate-message a {
      padding: 0 !important;
      background: none !important;
      text-transform: none !important;
      color: #fff; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

#choseLang img {
  width: 25px; }

.languageSelect {
  position: absolute;
  overflow-y: hidden;
  max-height: 0;
  width: 170px;
  transition: max-height 0.4s ease-in-out;
  z-index: 10;
  right: 0; }
  .languageSelect .internal {
    height: auto;
    width: 170px; }
    .languageSelect .internal a {
      margin: 0;
      padding: 9px 5px 9px 15px !important;
      width: 170px;
      border-top: 1px solid #94C11D;
      font-size: 12px !important;
      display: block !important; }
      .languageSelect .internal a img {
        width: 25px;
        height: 15px;
        margin-right: 15px; }
  .languageSelect.active {
    max-height: 900px;
    height: auto; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.template-contentSearchv2 h1, .template-contentSearchv2 .search-results-details {
  padding-left: 1px !important; }

.template-contentSearchv2 .main-content {
  padding-left: 5px; }

.img-block {
  min-height: 260px;
  display: inline-block;
  margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .img-block {
      width: 49%;
      min-height: 156px; } }
  @media screen and (min-width: 992px) {
    .img-block {
      min-height: 143px; } }
  @media screen and (min-width: 1200px) {
    .img-block {
      width: 32%;
      min-height: 143px; } }

#searchView {
  width: 100%;
  background: #e6e6e6;
  padding: 8px; }
  #searchView input {
    width: 100%;
    border: none;
    background: #fff;
    text-indent: 10px;
    text-transform: uppercase; }

.content-search-bulletin .result-block {
  cursor: pointer;
  clear: both;
  overflow: auto;
  padding: 5px; }
  .content-search-bulletin .result-block .details, .content-search-bulletin .result-block .img-block {
    float: left; }
  .content-search-bulletin .result-block .img-block {
    width: 100%;
    min-height: 0;
    margin-bottom: 10px; }
  .content-search-bulletin .result-block .details {
    width: 100%; }
    .content-search-bulletin .result-block .details .heading-medium {
      font-size: 25px;
      margin-top: 0;
      margin-bottom: 0;
      color: gray;
      font-family: "BentleyRegular";
      text-transform: uppercase;
      letter-spacing: normal;
      line-height: 30px; }
    .content-search-bulletin .result-block .details .date {
      margin-bottom: 5px;
      text-transform: uppercase; }
    .content-search-bulletin .result-block .details a {
      color: #4d4d4d;
      text-decoration: none; }
  .content-search-bulletin .result-block .divider {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    float: left; }
    .content-search-bulletin .result-block .divider div {
      width: 40%;
      border-bottom: 1px solid #94C11D;
      margin-left: 30%; }
  @media screen and (min-width: 768px) {
    .content-search-bulletin .result-block .details, .content-search-bulletin .result-block .img-block {
      float: left; }
    .content-search-bulletin .result-block .img-block {
      width: 20%;
      min-height: 260px; }
    .content-search-bulletin .result-block .details {
      width: 80%;
      padding-left: 15px; } }
  @media screen and (min-width: 992px) {
    .content-search-bulletin .result-block .img-block {
      min-height: 120px; } }

.no-mobile .content-search-bulletin .result-block:hover {
  background: #e6e6e6; }

.content-tags {
  display: none;
  padding: 15px;
  position: fixed;
  top: 60px;
  background: #fff;
  width: 100%;
  left: 100%;
  height: 100%;
  overflow-y: scroll;
  transition: left 0.4s ease-in-out; }
  .content-tags.active {
    left: 0%; }
  @media screen and (min-width: 768px) {
    .content-tags {
      position: relative;
      top: auto;
      width: 25%;
      left: auto;
      padding: 0;
      height: auto;
      overflow-y: visible; } }
  .content-tags h2 {
    font-size: 17px;
    text-transform: uppercase; }
  .content-tags .resetFilters {
    margin-top: 10px;
    cursor: pointer; }
    .content-tags .resetFilters a {
      color: #4d4d4d;
      text-transform: uppercase;
      display: inline-block;
      text-decoration: none;
      width: 100%; }
      .content-tags .resetFilters a:before {
        display: inline-block;
        margin-right: 3px;
        font-family: 'Glyphicons Halflings';
        content: "\e088";
        padding-top: 4px;
        font-size: 11px; }
      .content-tags .resetFilters a:hover {
        color: #94C11D; }
        .content-tags .resetFilters a:hover:before {
          color: #94C11D; }
  .content-tags li {
    margin-bottom: 1px; }
    .content-tags li a {
      display: block;
      width: 100%;
      padding: 8px;
      padding-left: 20px;
      text-transform: uppercase;
      color: #4d4d4d;
      position: relative;
      font-family: "BentleyLight", "helvetica", "sans-serif";
      text-decoration: none;
      cursor: pointer;
      margin-bottom: 1px;
      font-size: 12px;
      background: #e6e6e6; }
      .content-tags li a:hover {
        color: #94C11D; }
      .content-tags li a:active, .content-tags li a:focus {
        color: #4d4d4d; }
      .content-tags li a .results {
        font-size: 11px; }
  .content-tags .open .filter-parent .DisplayName:before {
    font-family: 'Glyphicons Halflings' !important;
    font-size: 10px !important;
    margin-left: -14px !important;
    content: "\e259" !important;
    margin-right: 4px !important; }
  .content-tags .open ul .filter-parent .DisplayName:before {
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    margin-left: -14px;
    content: "\e258" !important;
    margin-right: 4px; }
  .content-tags .open ul .open .filter-parent .DisplayName:before {
    font-family: 'Glyphicons Halflings' !important;
    font-size: 10px !important;
    margin-left: -14px !important;
    content: "\e259" !important;
    margin-right: 4px !important; }
  .content-tags ul {
    padding-left: 0; }
    .content-tags ul li {
      list-style: none;
      padding-left: 0; }
      .content-tags ul li ul {
        display: none; }
        .content-tags ul li ul li a {
          padding-left: 20px; }
      .content-tags ul li.open a {
        background: #b3b3b3;
        color: #FFF; }
      .content-tags ul li.open ul {
        display: block; }
      .content-tags ul li.open li a {
        background: none;
        border-bottom: 1px #b3b3b3 solid;
        color: unset;
        padding-left: 30px; }
        .content-tags ul li.open li a:hover {
          color: #94C11D; }
      .content-tags ul li.open li:last-child a {
        border-bottom: none !important; }
      .content-tags ul li.open li ul {
        display: none; }
      .content-tags ul li.open li.open a {
        background: #b3b3b3;
        color: #FFF; }
      .content-tags ul li.open li.open li a {
        background: none;
        border-bottom: none;
        color: unset;
        padding-left: 40px; }
        .content-tags ul li.open li.open li a:hover {
          color: #94C11D; }
      .content-tags ul li.open li.open li ul {
        display: none; }
      .content-tags ul li.open li.open ul {
        display: block; }
      .content-tags ul li.selected a {
        background: #809990 !important;
        color: #FFF !important; }
        .content-tags ul li.selected a:hover {
          color: #fff !important; }
        .content-tags ul li.selected a .DisplayName:before {
          font-family: 'Glyphicons Halflings' !important;
          font-size: 10px !important;
          margin-left: -12px !important;
          content: "\002b" !important;
          margin-right: 4px !important; }
      .content-tags ul li .filter-parent .DisplayName:before {
        font-family: 'Glyphicons Halflings';
        font-size: 10px;
        margin-left: -14px;
        content: "\e258";
        margin-right: 4px; }

.imageFiltersClick {
  display: none; }

@media screen and (max-width: 768px) {
  #galNavNext:after, #galNavPrev:after {
    display: none !important; }
  .content-search-image .img-block, .content-search-video .img-block {
    min-height: 100px; }
  .content-search-image .moreButton-holder, .content-search-video .moreButton-holder {
    margin-top: 30px; }
    .content-search-image .moreButton-holder a:active, .content-search-image .moreButton-holder a:focus, .content-search-video .moreButton-holder a:active, .content-search-video .moreButton-holder a:focus {
      color: #000 !important; }
  .previewSideBar {
    padding-top: 25px !important; }
  #modalImageContainer {
    margin-bottom: 20px; }
  .imageCounter {
    display: none !important; }
  .imageFiltersClick {
    overflow: hidden;
    height: 30px;
    width: 90px;
    position: fixed;
    top: 87px;
    right: 0px;
    z-index: 390;
    transition: background-color 0.2s ease-in-out; }
    .imageFiltersClick .state1 {
      margin-top: 0px;
      transition: margin-top 0.2s ease-in-out; }
    .imageFiltersClick.active {
      background-color: #94C11D; }
      .imageFiltersClick.active .state1 {
        margin-top: -20px; }
    .imageFiltersClick a {
      padding: 5px 15px 5px 15px;
      display: block;
      background: #ececee;
      text-decoration: none;
      color: #4d4d4d;
      text-align: center; } }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.section-executive a {
  color: #4d4d4d;
  text-decoration: none; }

.section-executive .executiveItem {
  margin-bottom: 10px; }

.section-executive p {
  color: #4d4d4d;
  font-size: 15px; }

.section-executive h1 p, .section-executive h2 p, .section-executive h3 p, .section-executive h4 p {
  font-size: inherit;
  color: inherit; }

.section-contacts .heading-large {
  margin-bottom: 20px; }

.section-contacts .heading-medium {
  margin-top: 0; }

.section-contacts .tab-links {
  margin-left: -15px; }

.section-contacts address {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 10px; }

.main-content .tab-trigger {
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  padding: 5px 6px 0 6px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #4d4d4d;
  border-bottom: 2px solid #FFF;
  font-size: 16px;
  text-decoration: none;
  transition: border 0.2s ease-in-out; }
  .main-content .tab-trigger.active {
    border-bottom: 2px solid #94C11D; }
  .main-content .tab-trigger:hover {
    border-bottom: 2px solid #809990; }
  @media screen and (min-width: 768px) {
    .main-content .tab-trigger {
      font-size: 11px;
      padding: 5px 4px 0 4px;
      display: inline-block; } }
  @media screen and (min-width: 992px) {
    .main-content .tab-trigger {
      font-size: 12px;
      padding: 5px 5px 0 5px; } }
  @media screen and (min-width: 1200px) {
    .main-content .tab-trigger {
      font-size: 13px;
      padding: 5px 10px 0 10px; } }

.main-content .contacts-tab {
  display: none; }
  .main-content .contacts-tab.active {
    display: block; }

.component-contact {
  margin-bottom: 20px; }
  .component-contact .contact-details {
    padding-top: 5px;
    padding-left: 20px;
    height: 250px; }
    @media screen and (min-width: 768px) {
      .component-contact .contact-details {
        height: 220px; } }
  .component-contact .name {
    font-size: 24px;
    text-transform: uppercase; }
  .component-contact .role {
    font-size: 15px;
    display: block;
    height: 50px; }
  .component-contact .notes {
    margin-top: 5px;
    font-size: 12px; }
  .component-contact .email a {
    color: #4d4d4d;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    display: inline-block; }
    .component-contact .email a:hover {
      border-bottom: 1px solid #94C11D; }
  .component-contact .create-vcard {
    color: #4d4d4d;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer; }
    .component-contact .create-vcard:hover {
      color: #94C11D; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.blog-flex-row {
  padding-bottom: 20px; }

@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

.bootbox .btn-primary {
  background: #809990;
  border: none;
  border-radius: 0;
  padding: 5px 20px 5px 20px;
  transition: all 0.2s ease-in-out; }
  .bootbox .btn-primary:hover {
    background: #4d7063; }
  .bootbox .btn-primary:active {
    background: #003220; }

.component-register fieldset {
  margin-bottom: 20px; }

.component-register .progress-bar {
  background-color: #94C11D; }

.component-register .form-group {
  clear: both; }
  .component-register .form-group label {
    margin-top: 5px; }
  .component-register .form-group input, .component-register .form-group select {
    margin-bottom: 5px; }
  .component-register .form-group label.checkbox {
    display: inline-block;
    margin-right: 10px; }
    .component-register .form-group label.checkbox input {
      margin-right: 4px; }
  .component-register .form-group .form-control {
    transition: all 0.2s ease-in-out; }
    .component-register .form-group .form-control::-webkit-input-placeholder {
      transition: all 0.2s ease-in-out;
      font-style: italic; }
    .component-register .form-group .form-control:-moz-placeholder {
      transition: all 0.2s ease-in-out;
      font-style: italic; }
    .component-register .form-group .form-control::-moz-placeholder {
      transition: all 0.2s ease-in-out;
      font-style: italic; }
    .component-register .form-group .form-control:-ms-input-placeholder {
      transition: all 0.2s ease-in-out;
      font-style: italic; }
  .component-register .form-group .form-control:focus {
    border-color: #94C11D;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #000; }
    .component-register .form-group .form-control:focus::-webkit-input-placeholder {
      color: #ccc !important;
      opacity: 0;
      letter-spacing: 40px; }
    .component-register .form-group .form-control:focus:-moz-placeholder {
      color: #ccc !important;
      opacity: 0;
      letter-spacing: 40px; }
    .component-register .form-group .form-control:focus::-moz-placeholder {
      color: #ccc !important;
      opacity: 0;
      letter-spacing: 40px; }
    .component-register .form-group .form-control:focus:-ms-input-placeholder {
      color: #ccc !important;
      opacity: 0;
      letter-spacing: 40px; }
  .component-register .form-group .invalid {
    border-color: #ffa780;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #ff4e00; }
    .component-register .form-group .invalid::-webkit-input-placeholder {
      color: #ff4e00;
      font-style: italic; }
    .component-register .form-group .invalid:-moz-placeholder {
      color: #ff4e00;
      font-style: italic; }
    .component-register .form-group .invalid::-moz-placeholder {
      color: #ff4e00;
      font-style: italic; }
    .component-register .form-group .invalid:-ms-input-placeholder {
      color: #ff4e00;
      font-style: italic; }

.component-register .btn-submit {
  font-family: BentleyLight,arial,helvetica,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 14px 10px 14px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 20px;
  height: 40px;
  background: #809990 !important;
  border-radius: 0;
  width: 50%; }

.wltp-data {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 2px;
  z-index: 10; }

.section-primary {
  margin-top: 86px; }

#skrollr-body {
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    #skrollr-body {
      font-size: 14px; } }

body {
  margin: 0; }

.section-full-width, .section-primary, .section-secondary {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 992px) {
    .section-full-width, .section-primary, .section-secondary {
      display: flex; } }
  @media screen and (min-width: 1400px) {
    .section-full-width, .section-primary, .section-secondary {
      width: 1400px;
      margin: 0 auto 0 auto; } }

@media screen and (min-width: 992px) {
  .section-primary {
    margin-top: 83px; } }

.sidebar {
  background: #e6e6e6;
  padding: 0;
  min-height: 100%; }
  @media (min-width: 1200px) {
    .sidebar.col-lg-3 {
      width: 20%; }
    .sidebar.col-lg-pull-9 {
      right: 80%; } }
  .sidebar h3 {
    font-size: 16px; }

.right-content {
  background: #FFF;
  padding: 0; }
  @media (min-width: 1200px) {
    .right-content {
      padding: 0 15px 0 15px; }
      .right-content.col-lg-9 {
        width: 80% !important; }
      .right-content.col-lg-push-3 {
        left: 20%; } }

/* Increase padding for newsletter cta */
.content-top {
  margin-top: 106px; }
  @media screen and (min-width: 768px) {
    .content-top {
      margin-top: 131px; } }
  .cms .content-top {
    margin-top: 125px !important; }
    @media screen and (min-width: 768px) {
      .cms .content-top {
        margin-top: 151px !important; } }

.content-sidebar {
  padding: 10px 25px 10px 25px; }

.marginFix, .no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.margin-Add {
  padding-left: 30px !important;
  padding-right: 30px !important; }

#footerBar {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px;
  clear: both; }
  #footerBar .layer1 {
    min-height: 250px;
    background: #4d4d4d; }
  #footerBar .layer2 {
    min-height: 200px;
    background: #000; }
  #footerBar .footer-devider {
    border: 0;
    outline: 0;
    color: transparent;
    height: 4px;
    width: 100%;
    margin-top: 30px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAAECAMAAABY+tK0AAAAA3NCSVQICAjb4U/gAAAANlBMVEVDQ0NmZmZERERGRkZTU1NSUlJcXFxMTExYWFhgYGBQUFBISEhOTk5KSkpaWlpiYmJWVlZeXl41Y48FAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABZ0RVh0Q3JlYXRpb24gVGltZQAyNy4wNS4xM+QN98gAAABcSURBVFiF7dhRCoAgEEXRqbSs1HL/m+0J/fQlRBHBPSuYv8sbc01eFolxqlJaZah6AABwi7UCawAA4Hnea+TuEiSPUspcbdIBAIA3WPsF7c46h3zt89enAwDwXwfD1CIOndiGnQAAAABJRU5ErkJggg==") 0 0 no-repeat transparent; }
    #footerBar .footer-devider:after {
      content: "";
      height: 4px;
      width: 64px;
      float: right;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAECAMAAAAJfsmWAAAAA3NCSVQICAjb4U/gAAAANlBMVEVDQ0NTU1NSUlJiYmJISEhcXFxOTk5YWFhERERmZmZMTExgYGBQUFBKSkpGRkZeXl5aWlpWVlZLfIdEAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABZ0RVh0Q3JlYXRpb24gVGltZQAyNy4wNS4xM+QN98gAAABKSURBVBiVjc9LEoAgDAPQxh+1pYD3v6wUnXHBor51JpkQcynbw0xEjiHnxSFGAeZvwaYFLzhD66Cqte4uuasDegfNgdbeyI8DwA1YEgTbH/UcUQAAAABJRU5ErkJggg==") 0 100% no-repeat transparent; }
  #footerBar .footer-links {
    padding-top: 66px; }
    @media (min-width: 768px) {
      #footerBar .footer-links {
        padding-top: 40px; } }
    #footerBar .footer-links a {
      font-size: 13px;
      display: block;
      color: #fff;
      text-transform: uppercase;
      font-family: "BentleyLight", "helvetica", "sans-serif";
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        #footerBar .footer-links a {
          font-size: 14px; } }
  #footerBar .mediaLink {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    display: inline-block;
    padding: 5px;
    padding-left: 0;
    margin-top: 8px;
    text-decoration: none; }
    @media (min-width: 768px) {
      #footerBar .mediaLink {
        font-size: 15px; } }
    #footerBar .mediaLink:active, #footerBar .mediaLink:visited, #footerBar .mediaLink:focus {
      color: #fff;
      text-decoration: none; }
    #footerBar .mediaLink:hover {
      color: #000;
      text-decoration: none; }
  #footerBar .by_social_media_links {
    margin-top: 40px; }
  #footerBar .by_social_media_link {
    margin-left: 0;
    width: 15%;
    display: inline-block;
    text-align: center;
    padding: 5px; }
    @media (min-width: 768px) {
      #footerBar .by_social_media_link {
        width: 16%; } }

.searchResult-link {
  color: #4d4d4d;
  font-size: 12px; }

.searchResult {
  text-decoration: none !important;
  border-bottom: 1px solid #94C11D;
  padding-bottom: 4px;
  margin-bottom: 5px; }
  .searchResult.release {
    clear: both;
    overflow: auto; }
    .searchResult.release .imgHolder {
      overflow: hidden;
      width: 100%;
      margin-right: 20px;
      float: left; }
      .searchResult.release .imgHolder img {
        width: 100%; }
    .searchResult.release h3 {
      font-family: "BentleyRegular";
      padding-top: 10px;
      font-size: 16px !important;
      margin-top: 0; }
    .searchResult.release .releaseDate {
      color: #809990 !important;
      font-size: .9em; }
    @media screen and (min-width: 768px) {
      .searchResult.release .imgHolder {
        overflow: hidden;
        width: 150px; } }
  .searchResult.release-block {
    display: flex;
    min-height: 400px; }
    .searchResult.release-block a:hover {
      text-decoration: none; }
      .searchResult.release-block a:hover h3 {
        color: #000 !important; }
    .searchResult.release-block h3 {
      font-family: "BentleyRegular";
      padding-top: 10px;
      font-size: 20px !important; }

.secondaryStory, .featureStory {
  padding-top: 10px;
  /*&:hover {
        p, h2, .releaseDate {
            color: #fff !important;
        }
    }*/ }
  .secondaryStory H2, .featureStory H2 {
    font-size: 20px;
    font-family: "BentleyRegular";
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    line-height: 30px;
    text-transform: uppercase; }
  .secondaryStory .releaseDate, .featureStory .releaseDate {
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 10px; }
  .secondaryStory p, .featureStory p {
    font-family: "BentleyLight", "helvetica", "sans-serif";
    color: #4d4d4d; }
  .secondaryStory p, .secondaryStory h2, .secondaryStory .releaseDate, .featureStory p, .featureStory h2, .featureStory .releaseDate {
    transition: color 0.4s ease-in-out; }

.no-mobile .secondaryStory:hover p, .no-mobile .secondaryStory:hover h2, .no-mobile .secondaryStory:hover .releaseDate, .no-mobile .featureStory:hover p, .no-mobile .featureStory:hover h2, .no-mobile .featureStory:hover .releaseDate {
  color: #fff !important; }

@media (min-width: 768px) {
  .secondaryStory {
    min-height: 500px !important; } }

@media (min-width: 1200px) {
  .secondaryStory h2 {
    font-size: 25px; } }

@media (min-width: 768px) {
  .featureStory {
    min-height: 500px !important; } }

.leadStory, .secondaryStory, .featureStory {
  padding-left: 10px;
  padding-bottom: 20px; }
  .leadStory a, .secondaryStory a, .featureStory a {
    text-decoration: none !important; }
    .leadStory a:hover h1, .leadStory a:hover h2, .leadStory a:hover h3, .leadStory a:hover h4, .leadStory a:hover .releaseDate, .secondaryStory a:hover h1, .secondaryStory a:hover h2, .secondaryStory a:hover h3, .secondaryStory a:hover h4, .secondaryStory a:hover .releaseDate, .featureStory a:hover h1, .featureStory a:hover h2, .featureStory a:hover h3, .featureStory a:hover h4, .featureStory a:hover .releaseDate {
      color: #333; }

.cmsbarOnly {
  display: none; }

.inEditMode .cmsbarOnly {
  display: inherit; }

.inEditMode .section-empty {
  margin-top: 150px; }

.flip-details {
  padding: 10px;
  background: #335b4d;
  /* The Fallback */
  background: rgba(0, 50, 32, 0.8);
  width: 100%;
  height: 100%; }
  .flip-details p {
    padding-top: 54px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase; }
  .flip-details img {
    position: absolute;
    cursor: zoom-in; }
  .flip-details .topTools {
    text-align: right;
    position: absolute;
    right: 10px;
    display: inline;
    width: 60%;
    height: 40px; }

.backToTop {
  cursor: pointer;
  position: fixed;
  width: 50px;
  height: 70px;
  background: #94C11D;
  color: #FFF;
  right: 100px;
  bottom: -70px;
  transition: all 0.4s ease-in-out;
  text-align: center;
  padding-top: 5px;
  z-index: 9; }
  .backToTop div {
    margin-top: -5px; }
  .backToTop.active {
    bottom: 0px; }
  .backToTop:hover {
    background: #003220; }

.scrollable, .expandable {
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 15px; }

.gmd-Slider {
  margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .gmd-Slider {
      margin-bottom: 20px; } }

.gmd-Top.content-top {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .gmd-Top.content-top {
      margin-top: 100px; } }

.cms #top, .cms .content-top {
  -moz-transition: padding 0.4s ease-in-out;
  -o-transition: padding 0.4s ease-in-out;
  -webkit-transition: padding 0.4s ease-in-out;
  transition: padding 0.4s ease-in-out; }

@media screen and (min-width: 768px) {
  .cms .content-top {
    margin-top: 121px; } }

.cms #myCollection {
  top: 132px !important; }

@media screen and (min-width: 992px) {
  .cms .bm_header {
    top: 32px; } }

.cms #skrollr-body {
  margin-top: -18px; }

.editModeOnly {
  display: none; }

.inEditMode #top, .inEditMode .content-top {
  padding-top: 175px; }

.inEditMode .editModeOnly {
  display: block; }

.filesize {
  font-size: 12px; }

.less-top-margin {
  margin-top: 5px;
  padding-top: 5px; }

.more-bottom-margin {
  margin-bottom: 40px; }

.more-margin-left {
  margin-left: 10px; }

.vjs-poster {
  z-index: 10; }

.video-js {
  z-index: 30; }

.contacts-marginleft-65 {
  margin-left: 65px; }

.template-standard .main-content a {
  color: #809990 !important;
  text-decoration: underline !important; }

body:not(.inEditMode) .hideEmpty:empty {
  display: none;
  max-height: 0; }

body.inEditMode .hideEmpty {
  border: 1px dashed #94c11d; }

/**
 * Shame.scss
 *
 * Hide away your shameful CSS hacks, with this helpful file.
 * Remember, document your hacks to make them easier to fix!
 *
 * RH - I do not write hacks, just fixes.
 **/
@font-face {
  font-family: BentleyRegular;
  src: url(fonts/Bentley-Expanded_Regular.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Regular.woff) format("woff"), url(fonts/Bentley-Expanded_Regular.svg#Bentley-Expanded_Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyLight;
  src: url(fonts/Bentley-Expanded_Light.eot);
  src: local("☺"), url(fonts/Bentley-Expanded_Light.woff) format("woff"), url(fonts/Bentley-Expanded_Light.svg#Bentley-Expanded_Light) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: BentleyBold;
  src: url(fonts/Bentley-bold.eot);
  src: local("☺"), url(fonts/Bentley-bold.woff) format("woff"), url(fonts/Bentley-bold.svg#Bentley-bold) format("svg");
  font-weight: 700;
  font-style: normal; }

/** 
 * Balance spacing below carousel text
 *
 * @where: Home Page
 * @author: Robin
 * @date: 26/08/2016
 **/
.main-content .container-hero,
.main-content .container-hero .royalSlider {
  margin-bottom: 0; }

/**
 * Add padding top to tabs
 *
 * @where: contacts page
 * @author: Robin
 * @date: 26/08/2016
 **/
.section-contacts .tab-trigger {
  padding-top: 15px; }

/**
 * Fix position of arrow on company dropdown item:hover
 *
 * @where: nav
 * @author: Robin
 * @date: 26/08/2016
 **/
.navListItem .sub-nav .navListItem a::after {
  bottom: 0; }

/**
 * Text colour of sidebar child links
 *
 * @where: News Page sidebar
 * @author: Robin
 * @date: 26/08/2016
 **/
.content-tags ul li.open li a {
  color: #4d4d4d; }

/**
    quick mobile padding fix

    @where: Tag home & flexible templates
    @author: Darren
    @date: 26/10/2016
*/
.template-tagHome .secondaryStory, .template-flexible .secondaryStory {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .template-tagHome .secondaryStory, .template-flexible .secondaryStory {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 20px; } }

.template-tagHome .main-content h1, .template-flexible .main-content h1 {
  padding-left: 0px; }

/**
    quick mobile padding fix

    @where: Executive template
    @author: Darren
    @date: 26/10/2016
*/
.template-executiveTeam h2 {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .template-executiveTeam h2 {
      margin-top: 0; } }

/**
 * Newsletter Call to action
 *
 * @where: EVERYWHERE (header)
 * @author: Robin
 * @date: 06/09/2018
 */
.newsletter-cta {
  display: block;
  padding: 5px;
  background: #94c11d;
  color: #374c00;
  text-align: center;
  text-transform: uppercase;
  font-family: "BentleyLight", "helvetica", "sans-serif";
  transition: .35s background-color ease, .35s color ease; }
  .newsletter-cta:hover {
    background-color: #4d7063;
    color: #fff;
    text-decoration: none; }
  .newsletter-cta > p {
    margin: 0; }
  .newsletter-cta strong {
    display: block;
    color: white;
    font-family: "BentleyRegular", "helvetica", "sans-serif"; }
    @media (min-width: 768px) {
      .newsletter-cta strong {
        display: inline; } }
