/**handles:main**/
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.no-padding {
  padding: 0px;
}
html,
body {
  color: #747474;
  font-size: 1em;
  line-height: 1.4;
  font-family: ;
  background: #ebeae6;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==================================================
   Global classes
   ================================================== */
body {
  font-family: "Raleway", sans-serif;
  color: #003e52 /* #747474 */;
  font-weight: 400;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  left: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin: 0 0 10px;
  line-height: 1.3em;
  font-weight: 700;
  color: #3a3a3a;
  font-family: "Raleway", sans-serif;
}
.container {
  max-width: 1080px;
}
*:focus {
  outline: 0;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:focus {
  color: #333;
  text-decoration: none;
}

.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-pads {
  padding: 0 !important;
}
.margin-top {
  margin-top: 50px;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.light-font {
  font-weight: 300;
}
.normal-font {
  font-weight: 400;
}
.semi-bold-font {
  font-weight: 600;
}
.bold-font {
  font-weight: 700;
}
.spacer-top {
  margin-top: 35px;
}
.spacer-bottom {
  margin-bottom: 35px;
}
.spacer-left {
  margin-left: 20px;
}
.spacer-right {
  margin-right: 20px;
}
.upcase {
  text-transform: uppercase;
}
.center-block {
  float: none !important;
}
.first-fold {
  margin-top: -75px;
}
.viewport-height-min {
  height: 92vh;
}
/*     .viewport-height-min-80{height: 81vh;} */
.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.btn {
}
.btn:hover {
}
.btn:focus {
}

input {
  font-family: ;
  color: ;
}
label {
  color: ;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  background: ;
  border-radius: ;
  border: ;
  padding: ;
  font-size: ;
}
textarea {
  background: ;
  border-radius: ;
  border: ;
  padding: ;
  resize: ;
  font-family: ;
  font-size: ;
}
select {
  font-size: ;
  background-color: ;
  padding: ;
  border-radius: ;
  border: ;
}
input[type="submit"] {
  background: ;
  border: ;
  color: ;
  padding: ;
  text-align: ;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-size: 1em;
}
input[type="submit"]:hover {
  background-color: ;
  color: ;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
  outline: 0;
  font-size: 12px;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
  outline: 0;
  font-size: 12px;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
  outline: 0;
  font-size: 12px;
}
button:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #959595;
  font-size: 12px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
  opacity: 1;
  font-size: 12px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
  opacity: 1;
  font-size: 12px;
}
:-ms-input-placeholder {
  color: #959595;
  font-size: 12px;
}

/* 5 columns */
.col-xs-15 {
  width: 20%;
}

/* Bootstrap Table */
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-color: ;
}

/* ==================================================
   Header classes
   ================================================== */

/*  ==================================================
    Main classes
    ================================================== */
#website-design {
  background: url("https://strabenshall.co.uk/wp-content/themes/strabenshall/assets/img/webdesign_background.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100vh;
  padding: 43px;
}
#website-design .content-left {
  text-align: center;
  height: calc(100vh - 84px);
  display: table;
}
#website-design .content-left > div {
  display: table-cell;
  vertical-align: middle;
}
#website-design .content-left .content-inner {
  width: 400px;
  margin: auto;
}
#website-design .content-left .logo-top {
  width: 70px;
  margin-bottom: 50px;
}
#website-design .content-left h1 {
  font-family: "Bevan", cursive;
  color: #ffffff;
  font-size: 46px;
  margin-bottom: 25px;
}
#website-design .content-left p {
  font-family: "Roboto Slab", serif;
  color: #cdd8e8;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
  margin-bottom: 35px;
}
#website-design .content-left a.btn {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 18px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 12px;
  transition: 0.7s;
  margin-bottom: 15px;
}
#website-design .content-left a.btn:hover,
#website-design .content-left a.btn:focus {
  color: #30426f;
  background-color: #ffffff;
  border-color: transparent;
}
#website-design .content-left ul {
  margin-top: 30px;
  margin-left: 0;
}
#website-design .content-left ul > li > a > img {
  opacity: 0.5;
  transition: 0.6s;
  width: 17px;
}
#website-design .content-left ul > li > a > img:hover,
#website-design .content-left ul > li > a > img:focus {
  opacity: inherit;
}
#website-design .content-right.webside-design-right-bg {
  /*background: url('https://strabenshall.co.uk/wp-content/themes/strabenshall/assets/img/image_2.png');*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: calc(100vh - 86px);
  overflow: hidden;
}
#website-design-wrap #wrap-top,
#website-design-wrap #wrap-bottom,
#website-design-wrap #wrap-left,
#website-design-wrap #wrap-right {
  background: #4a88cc;
  position: fixed;
}
#website-design-wrap #wrap-left,
#website-design-wrap #wrap-right {
  top: 40px;
  bottom: 40px;
  width: 3px;
}
#website-design-wrap #wrap-left {
  left: 40px;
}
#website-design-wrap #wrap-right {
  right: 40px;
}
#website-design-wrap #wrap-top,
#website-design-wrap #wrap-bottom {
  left: 40px;
  right: 40px;
  height: 3px;
}
#website-design-wrap #wrap-top {
  top: 40px;
}
#website-design-wrap #wrap-bottom {
  bottom: 40px;
  background: transparent;
}
#website-design-wrap #wrap-bottom::before {
  content: "";
  position: absolute;
  width: 17%;
  height: 3px;
  background-color: #4a88cc;
}
#website-design-wrap #wrap-bottom img {
  position: absolute;
  width: 13%;
  top: -13px;
  left: 18%;
}
#website-design-wrap #wrap-bottom::after {
  content: "";
  position: absolute;
  width: 68%;
  height: 3px;
  background-color: #4a88cc;
  right: 0;
}

#design-print {
  background: url("../img/design for print_background.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100vh;
  padding: 43px;
}
#design-print > div {
  background: url("../img/Stationary Mock.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
#design-print .content-left {
  text-align: center;
  height: calc(100vh - 84px);
  display: table;
}
#design-print .content-left > div {
  display: table-cell;
  vertical-align: middle;
}
#design-print .content-left .content-inner {
  width: 400px;
  margin: auto;
}
#design-print .content-left .logo-top {
  width: 70px;
  margin-bottom: 50px;
}
#design-print .content-left h1 {
  font-family: "Bevan", cursive;
  color: #bfa743;
  font-size: 46px;
  margin-bottom: 25px;
}
#design-print .content-left p {
  font-family: "Roboto Slab", serif;
  color: #808080;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
  margin-bottom: 35px;
}
#design-print .content-left a.btn {
  font-family: "Roboto", sans-serif;
  color: #bfa743;
  font-size: 18px;
  background-color: transparent;
  border: 2px solid #bfa743;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 12px;
  transition: 0.7s;
  margin-bottom: 15px;
}
#design-print .content-left a.btn:hover,
#design-print .content-left a.btn:focus {
  color: #ffffff;
  background-color: #bfa743;
  border-color: transparent;
}
#design-print .content-left ul {
  margin-top: 30px;
  margin-left: 0;
}
#design-print .content-left ul > li > a > img {
  opacity: 0.5;
  transition: 0.6s;
  width: 17px;
}
#design-print .content-left ul > li > a > img:hover,
#design-print .content-left ul > li > a > img:focus {
  opacity: inherit;
}
#design-print .content-right.webside-design-right-bg {
  /*background: url('https://strabenshall.co.uk/wp-content/themes/strabenshall/assets/img/image_2.png');*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: calc(100vh - 86px);
  overflow: hidden;
}

#design-print-wrap #wrap-top,
#design-print-wrap #wrap-bottom,
#design-print-wrap #wrap-left,
#design-print-wrap #wrap-right {
  background: #bfa743;
  position: fixed;
}
#design-print-wrap #wrap-left,
#design-print-wrap #wrap-right {
  top: 40px;
  bottom: 40px;
  width: 3px;
}
#design-print-wrap #wrap-left {
  left: 40px;
}
#design-print-wrap #wrap-right {
  right: 40px;
}
#design-print-wrap #wrap-top,
#design-print-wrap #wrap-bottom {
  left: 40px;
  right: 40px;
  height: 3px;
}
#design-print-wrap #wrap-top {
  top: 40px;
}
#design-print-wrap #wrap-bottom {
  bottom: 40px;
  background: transparent;
}
#design-print-wrap #wrap-bottom::before {
  content: "";
  position: absolute;
  width: 17%;
  height: 3px;
  background-color: #bfa743;
}
#design-print-wrap #wrap-bottom img {
  position: absolute;
  width: 13%;
  top: -13px;
  left: 18%;
}
#design-print-wrap #wrap-bottom::after {
  content: "";
  position: absolute;
  width: 68%;
  height: 3px;
  background-color: #bfa743;
  right: 0;
}

#logo-design {
  background: url("../img/Logo Design_background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100vh;
  padding: 43px;
}
#logo-design > div {
  background: url("https://strabenshall.co.uk/wp-content/themes/strabenshall/assets/img/logos.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
#logo-design .content-left {
  text-align: center;
  height: calc(100vh - 84px);
  display: table;
}
#logo-design .content-left > div {
  display: table-cell;
  vertical-align: middle;
}
#logo-design .content-left .content-inner {
  width: 400px;
  margin: auto;
}
#logo-design .content-left .logo-top {
  width: 70px;
  margin-bottom: 50px;
}
#logo-design .content-left h1 {
  font-family: "Bevan", cursive;
  color: #ffec00;
  font-size: 46px;
  margin-bottom: 25px;
}
#logo-design .content-left p {
  font-family: "Roboto Slab", serif;
  color: #ffec00;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
  margin-bottom: 35px;
}
#logo-design .content-left a.btn {
  font-family: "Roboto", sans-serif;
  color: #ffec00;
  font-size: 18px;
  background-color: transparent;
  border: 2px solid #ffec00;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 12px;
  transition: 0.7s;
  margin-bottom: 15px;
}
#logo-design .content-left a.btn:hover,
#logo-design .content-left a.btn:focus {
  color: #00b293;
  background-color: #ffec00;
  border-color: transparent;
}
#logo-design .content-left ul {
  margin-top: 30px;
  margin-left: 0;
}
#logo-design .content-left ul > li > a > img {
  opacity: 0.5;
  transition: 0.6s;
  width: 17px;
}
#logo-design .content-left ul > li > a > img:hover,
#logo-design .content-left ul > li > a > img:focus {
  opacity: inherit;
}
#logo-design .content-right.webside-design-right-bg {
  /*background: url('https://strabenshall.co.uk/wp-content/themes/strabenshall/assets/img/image_2.png');*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: calc(100vh - 86px);
  overflow: hidden;
}

#logo-design-wrap #wrap-top,
#logo-design-wrap #wrap-bottom,
#logo-design-wrap #wrap-left,
#logo-design-wrap #wrap-right {
  background: #ffec00;
  position: fixed;
}
#logo-design-wrap #wrap-left,
#logo-design-wrap #wrap-right {
  top: 40px;
  bottom: 40px;
  width: 3px;
}
#logo-design-wrap #wrap-left {
  left: 40px;
}
#logo-design-wrap #wrap-right {
  right: 40px;
}
#logo-design-wrap #wrap-top,
#logo-design-wrap #wrap-bottom {
  left: 40px;
  right: 40px;
  height: 3px;
}
#logo-design-wrap #wrap-top {
  top: 40px;
}
#logo-design-wrap #wrap-bottom {
  bottom: 40px;
  background: transparent;
}
#logo-design-wrap #wrap-bottom::before {
  content: "";
  position: absolute;
  width: 17%;
  height: 3px;
  background-color: #ffec00;
}
#logo-design-wrap #wrap-bottom img {
  position: absolute;
  width: 13%;
  top: -13px;
  left: 18%;
}
#logo-design-wrap #wrap-bottom::after {
  content: "";
  position: absolute;
  width: 68%;
  height: 3px;
  background-color: #ffec00;
  right: 0;
}

#system-development {
  background: url("../img/system development_background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100vh;
  padding: 43px;
}
#system-development > div {
  background: url("https://strabenshall.co.uk/wp-content/themes/strabenshall/assets/img/.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
#system-development .content-left {
  text-align: center;
  height: calc(100vh - 84px);
  display: table;
}
#system-development .content-left > div {
  display: table-cell;
  vertical-align: middle;
}
#system-development .content-left .content-inner {
  width: 400px;
  margin: auto;
}
#system-development .content-left .logo-top {
  width: 70px;
  margin-bottom: 50px;
}
#system-development .content-left h1 {
  font-family: "Bevan", cursive;
  color: #fff;
  font-size: 46px;
  margin-bottom: 25px;
}
#system-development .content-left p {
  font-family: "Roboto Slab", serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
  margin-bottom: 35px;
}
#system-development .content-left a.btn {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 18px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 12px;
  transition: 0.7s;
  margin-bottom: 15px;
}
#system-development .content-left a.btn:hover,
#system-development .content-left a.btn:focus {
  color: #000;
  background-color: #fff;
  border-color: transparent;
}
#system-development .content-left ul {
  margin-top: 30px;
  margin-left: 0;
}
#system-development .content-left ul > li > a > img {
  opacity: 0.5;
  transition: 0.6s;
  width: 17px;
}
#system-development .content-left ul > li > a > img:hover,
#system-development .content-left ul > li > a > img:focus {
  opacity: inherit;
}
#system-development .content-right.webside-design-right-bg {
  /*background: url('https://strabenshall.co.uk/wp-content/themes/strabenshall/assets/img/image_2.png');*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: calc(100vh - 86px);
  overflow: hidden;
}

#system-development-wrap #wrap-top,
#system-development-wrap #wrap-bottom,
#system-development-wrap #wrap-left,
#system-development-wrap #wrap-right {
  background: #fff;
  position: fixed;
}
#system-development-wrap #wrap-left,
#system-development-wrap #wrap-right {
  top: 40px;
  bottom: 40px;
  width: 3px;
}
#system-development-wrap #wrap-left {
  left: 40px;
}
#system-development-wrap #wrap-right {
  right: 40px;
}
#system-development-wrap #wrap-top,
#system-development-wrap #wrap-bottom {
  left: 40px;
  right: 40px;
  height: 3px;
}
#system-development-wrap #wrap-top {
  top: 40px;
}
#system-development-wrap #wrap-bottom {
  bottom: 40px;
  background: transparent;
}
#system-development-wrap #wrap-bottom::before {
  content: "";
  position: absolute;
  width: 17%;
  height: 3px;
  background-color: #fff;
}
#system-development-wrap #wrap-bottom img {
  position: absolute;
  width: 13%;
  top: -13px;
  left: 18%;
}
#system-development-wrap #wrap-bottom::after {
  content: "";
  position: absolute;
  width: 68%;
  height: 3px;
  background-color: #fff;
  right: 0;
}

/*  ==================================================
    Modal classes
    ================================================== */
#contact-modal {
  font-family: "Roboto Slab", serif;
}
#contact-modal .modal-dialog {
  width: 400px;
}
#contact-modal .modal-content {
  border-radius: 0;
}
#contact-modal .modal-body {
  padding: 35px;
}
.modal-title {
  font-size: 24px;
  text-align: center;
}
.modal-required {
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  margin-top: 5px;
  color: #cbcbcb;
}
.modal-contact-form {
  margin-top: 25px;
}
.modal-contact-form input[type="text"],
.modal-contact-form input[type="email"],
.modal-contact-form input[type="tel"] {
  border: 2px solid #cbcbcb;
  border-radius: 0;
  margin-bottom: 15px;
  display: inline-block;
  height: 30px;
  font-size: 13px;
}
.modal-contact-form textarea {
  border: 2px solid #cbcbcb;
  border-radius: 0;
  margin-bottom: 15px;
  font-size: 13px;
  resize: none;
}
.modal-contact-form input[type="submit"] {
  font-family: "Roboto Slab", serif;
  background-color: transparent;
  border: 2px solid #666666;
  color: #666666;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  width: 115px;
  height: 34px;
  margin-top: 15px;
}
#first-name {
  width: 47%;
}
#last-name {
  width: 47%;
  float: right;
}
#email-address {
}
#telephone-number {
}
#message {
}

#contact-modal .social-icons {
  float: right;
  position: relative;
  top: -27px;
}
#contact-modal .social-icons li {
}
#contact-modal .social-icons li > a {
  color: #4d4d4d;
}
#contact-modal .social-icons li > a:hover,
#contact-modal .social-icons li > a:focus {
  color: #4a88cc;
}
#contact-modal .social-icons li > a > i {
  font-size: 20px;
}

.form-control::-webkit-input-placeholder {
  color: #cbcbcb;
  font-weight: 100;
  text-transform: uppercase;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #cbcbcb;
  opacity: 1;
  font-weight: 100;
  text-transform: uppercase;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #cbcbcb;
  opacity: 1;
  font-weight: 100;
  text-transform: uppercase;
}
.form-control:-ms-input-placeholder {
  color: #cbcbcb;
  font-weight: 100;
  text-transform: uppercase;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/** Gemma's Styles **/
/*
.dropdown-menu {
    background: none;
    padding: 15px !important;
    margin-top: 15px !important;
    text-align: center;
    float: inherit;
}
*/

h1 {
  margin: 30px auto; /* 60px auto; */
  color: #063046;
  font-size: 32px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

h1.top-level {
  font-size: 20px;
  color: #093e52;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: center;
  text-transform: lowercase;
  margin-top: 0px;
  font-family: "Raleway", sans-serif;
}

h2 {
  margin: 30px auto; /* 60px auto; */
  color: #003e52 /* #063046 */;
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

h3 {
  margin: 15px auto;
  color: #003e52;
  font-size: 18px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  padding-bottom: 15px;
  padding-top: 45px;
}

h4 {
  color: #003e52;
  padding-top: 30px;
}

h5 {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

#content {
  /*  padding-top: 30px; */
  text-align: center;
  padding: 40px 0;
}

/* .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { background: #fff; color: #000; } */

.header-logo {
  padding-top: 15px;
}
#main-header {
  position: sticky;
  width: 100%;
  top: 0px;
}

.img-arrow {
  margin: 0 auto;
}

.img-responsive.start-here {
  margin: 0 auto;
}

/* #strabens-article { display: none; } */

#strabens-about-us {
  padding-top: 30px;
}

ul {
  list-style: none;
  color: #747474;
  padding: 0px;
}

ul li a,
ul li a:hover {
  color: #d25d13;
  text-decoration: underline;
  line-height: 30px;
}

.client-blocks {
  margin-top: 15px;
}

.client-blocks .header {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 18px !important;
}

.service-columns a,
.service-columns a:hover {
  color: #d25d13;
  text-decoration: underline;
  line-height: 30px;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  padding-bottom: 15px;
}
.service-columns a:hover {
  color: #003e52;
}
.service-columns {
  min-height: 260px;
}
#strabens-offices h1 {
  text-align: center;
}

#content ul li {
  font-family: "Playfair Display", serif;
  line-height: 35px;
  color: #003e52;
  font-weight: 600;
  font-size: 18px;
}

#strabens-offices h2,
#strabens-offices p.leadIn {
  text-align: center;
}

.overlay-menu ul li a {
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

p.leadIn {
  padding-bottom: 45px;
}
.blog-container h1,
.blog-container h2 {
  text-align: center;
}

/** Blog Page **/
.blog-items img {
  width: 100%;
}
.blog-overlay-txt {
  position: absolute;
  top: 0px;
  text-align: center;
  display: none; /*  padding: 0px 0px 0px 15px;  */
}
.blog-overlay-txt h4 {
  padding-top: 0px;
  border: 2px solid #003e52;
  color: #003e52;
}
.blog-items {
  margin-bottom: 30px;
  min-height: 500px;
}
#nav-posts {
  padding-bottom: 30px;
  text-align: center;
}

/** Blog Single Page **/
.strabens-article-info-content h1 {
  font-size: 26px;
  color: #093e52;
  margin-bottom: 25px;
  font-weight: 300;
  margin-top: 0px;
  font-family: "Raleway", sans-serif;
  /*     padding-bottom: 90px; */
  width: 70%;
  float: right;
}

.strabens-article-info-content h2 {
  /*     width: 60%; */
  text-align: left;
  /*
    padding-top: 120px;
    margin-top: 30px;
*/
  color: #d25d13;
  float: left;
  margin: 30px auto;
  margin-bottom: 20px !important;
}
.strabens-article-info-content h2 em {
  font-size: 20px;
  display: block;
  color: #093e52;
  margin-bottom: 10px;
}

ol li {
  font-size: 18px;
}
.strabens-article-info-content p,
.strabens-article-info-content ul,
.column-text,
.strabens-article-info-content ol {
  width: 70%;
  float: right;
}
.column-text {
  margin: 0px;
}
.column-text div {
  padding: 0px;
}

.strabens-article-hover-cont h3 {
  padding-top: 3px;
  font-family: "Raleway", sans-serif;
  font-size: 18px !important;
  text-transform: lowercase;
}

.people-text.text-center h3 {
  padding-top: 0px;
}

.blog-container.content {
  padding-top: 30px;
}

.strabens-article-info-text.text-center h5 {
  font-size: 20px;
  color: #093e52;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: center;
  text-transform: lowercase;
  margin-top: 0px;
  font-family: "Raleway", sans-serif;
}

#strabens-offices {
  padding-top: 30px;
}

.office-right-box-map {
  margin-bottom: 30px;
}

.number p {
  font-size: 40px !important;
  color: #003f52;
  display: table-cell;
  text-align: center;
  font-weight: bold;
  font-family: "Playfair Display", serif;
}
.number {
  height: 75px;
  width: 75px;
  border: 2px solid #003f52;
  border-radius: 50%;
  display: table;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.list-inline a {
  display: inline-block;
  padding-left: 15px;
}
section#strabens-people-info {
  padding-top: 30px;
}

.strabens-article-info-img img {
  max-height: 345px;
}

.cred-logos {
  margin: auto;
  /*     padding-top: 60px; */
}

.article-items1 .strabens-article-box-hover {
  background: #003e52 !important;
}

.article-items1 .strabens-article-box-hover,
.article-items2 .strabens-article-box-hover,
.article-items3 .strabens-article-box-hover,
.article-items4 .strabens-article-box-hover {
  opacity: 1 !important;
} /* 0.7 */

.article-items4 .strabens-article-box-hover {
  opacity: 0.6 !important;
}
.article-items4.twitter-feed .strabens-article-box-hover {
  opacity: 1 !important;
}

#strabens-article .container {
  max-width: 1150px !important;
}

.twitter-timeline-profile {
  position: absolute;
  top: 0px;
}
.rounded {
  display: none;
}

.strabens-people-info-social {
  display: none !important;
}

.col-xs-12.col-md-6.post-thumbnail img {
  width: 100%;
}

.ctf-header-img {
  display: none !important;
}
.ctf-header.ctf-no-bio {
  display: none !important;
}

.ctf-tweet-actions {
  display: none !important;
}
.ctf-tweet-text {
  /*     text-align: left !important; */
  font-size: 16px !important;
}
.strabens-article-content .fa-twitter {
  /*     padding: 10px 5px; */
  font-size: 80px !important;
  padding-top: 32%;
  color: #fff;
}

.ctf-author-avatar {
  display: none !important;
}
.ctf-tweet-date {
  display: none !important;
}
.ctf-author-name {
  display: none !important;
}
.ctf-tweet-text a,
.ctf-tweet-text a:hover {
  color: #fff;
}

.ctf-author-box {
  display: none;
}

p.first {
  margin-bottom: 45px;
  font-family: "Playfair Display", serif;
}

.prev-next .list-inline li {
  padding: 0px;
  margin-left: -15px;
  margin-right: 15px;
}

#strabens-people-info a:hover {
  text-decoration: underline;
}

.strabens-people-info-name {
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
}

.article-items1 .strabens-article-content {
  padding-left: 15px;
  padding-right: 15px;
}

.article-items1 .strabens-article-box-hover,
.article-items2 .strabens-article-box-hover,
.article-items3 .strabens-article-box-hover,
.article-4 .strabens-article-box-hover {
  background: none !important;
}

.strabens-article-hover-cont h3 {
  font-weight: normal !important;
}

.article-items1 img {
  max-height: 471px !important;
}

/* .article-items1 .strabens-article-box-hover { background: rgb(0,62,82, 0.3)!important; } */

#post-344 img {
  width: 100%;
}

#strabens-offices h3 {
  text-align: center;
}

.client-blocks {
  /*     border-right: 2px solid #d25d13; */
  min-height: 420px;
  margin-bottom: 75px;
  background: #003e52;
  padding: 30px 15px;
  color: #fff;
}

/*
#post-89 {
    border-bottom: 2px solid #d25d13;
}
*/

#post-89 h3 {
  padding-bottom: 50px;
}

.about-divider {
  /*     width: 100%; */
  margin: auto;
}

#client-block-last {
  border-right: none;
}

.title-box {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
}

.title-box h4 {
  color: #003f52;
  width: 200px;
  margin: auto auto 0;
  border: 2px solid #003f52;
  padding: 10px 0;
}

.blog-items h3 {
  padding: 0px;
  text-align: center;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}

.careers-blocks {
  margin-top: 30px;
}

.careers-blocks h3 {
  padding: 0px;
}

.strabens-article-content .first {
  font-size: 25px !important;
}

.strabens-article-info-content ul li {
  list-style: disc;
  color: #003e52;
}

.strabens-article-info-content ul {
  padding-left: 15px;
}
.orange {
  color: #d25d13;
  font-size: 48px !important;
}

.expertise-back {
  padding-top: 30px;
  font-weight: bold;
}

.finance .white-in-page-block {
  background: #fff;
  margin-bottom: 30px;
  padding: 25px 15px;
  color: #d25d13;
  font-weight: bold;
  /*
    vertical-align: middle;
    display: table-cell;
    text-align: center;
*/
  height: 100px;
}

.portfolio .white-in-page-block {
  background: #fff;
  margin-bottom: 30px;
  padding: 25px 15px;
  color: #d25d13;
  font-weight: bold;
  /*
    vertical-align: middle;
    display: table-cell;
    text-align: center;
*/
  height: 100px;
}

/** FOR NEW INTERNATIONAL PAGES **/
.portfolio .white-in-page-block-fr {
  background: #fff;
  margin-bottom: 30px;
  padding: 25px 15px;
  color: #d25d13;
  height: 300px;
}

.employee .white-in-page-block {
  background: #fff;
  margin-bottom: 30px;
  padding: 25px 15px;
  color: #d25d13;
  font-weight: bold;
  /*
    vertical-align: middle;
    display: table-cell;
    text-align: center;
*/
  height: 100px;
}

.professional .white-in-page-block {
  background: #fff;
  margin-bottom: 30px;
  padding: 25px 15px;
  color: #d25d13;
  font-weight: bold;
  /*
    vertical-align: middle;
    display: table-cell;
    text-align: center;
*/
  height: 170px;
}

.people-items p {
  min-height: 60px;
  color: #d25d13;
}
.people-items h4 {
  font-family: "Playfair Display", serif;
  margin-bottom: 0px;
}

/*
#careers-orange {
    background: #d25d13;
    color: #fff;
    padding-bottom: 15px;
}
*/
#careers-orange h3 {
  color: #d25d13;
  font-size: 40px;
}

#careers-orange a,
#careers-orange a:hover {
  color: #fff;
}

#careers-orange a:hover {
  text-decoration: underline;
}

#careers-orange {
  margin-top: 30px;
}

.expertise-back i {
  width: 40px;
  height: 40px;
  border: 2px solid #d25d13;
  border-radius: 50%;
  padding-top: 10px;
  color: #d25d13;
}

.expertise-back a,
.people-back a {
  color: #d25d13;
}

.people-back i {
  width: 40px;
  height: 40px;
  border: 2px solid #d25d13;
  border-radius: 50%;
  padding-top: 10px;
  color: #d25d13;
}

.people-back {
  text-align: center;
  margin-top: 80px;
}

.finance,
.portfolio,
.employee,
.professional {
  display: table;
  margin-bottom: 30px;
}

.international {
  display: table;
  margin-bottom: 15px;
  margin-top: 15px;
}

.international .white-in-page-block {
  background: #fff;
  margin-bottom: 30px;
  padding: 25px 15px;
  color: #d25d13;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  height: 100px;
}

.img-responsive.career-divider {
  margin: auto;
  padding-bottom: 35px;
  padding-top: 60px;
}

.about-logo {
  background: #fff;
  height: 100px;
  margin-top: 60px;
  padding: 20px 15px;
}

/*
.col-xs-12.col-sm-offset-2.col-sm-2.about-logo-holder .about-logo {
    padding-top: 37px;
}
*/
#content p a {
  color: #d25d13;
}
#content p a:hover {
  text-decoration: underline;
}

.office-right-box-map h3 {
  padding-top: 0px;
}
.directions {
  padding: 0px;
}

h3.strabens-people-info-name {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.taxonomy-name {
  padding-top: 10px;
}
#strabens-people-info .orange {
  font-size: 18px !important;
}
#strabens-people-info .tel {
  margin-bottom: 0px;
  margin-top: 30px;
}

.strabens-article-info-content ul li {
  font-size: 18px;
}

.taxonomy-name .orange {
  font-size: 18px !important;
}

#main-footer .fa-linkedin {
  border: 1px solid #747474;
  border-radius: 50%;
  padding: 8px 11px;
  font-size: 30px;
  color: #747474;
}

#main-footer .fa-twitter {
  border: 1px solid #747474;
  border-radius: 50%;
  padding: 8px 10px;
  font-size: 30px;
  color: #747474;
}

#main-footer .fa {
  margin-bottom: 30px;
  margin-right: 15px;
}

.careers-blocks h3 {
  min-height: 50px;
}

#strabens-article h2 {
  text-align: center;
  padding-bottom: 30px;
}

.buttons-people {
  text-align: center;
  /*     margin-bottom: 200px; */
}

#london-btn,
#hk-btn {
  /*     background: #fff; */
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto;
  width: 60%;
  background-position: center;
}
.people-items {
  display: none;
}

#hk-btn {
  float: left;
}

#london-btn {
  float: right;
}

#back-people a {
  color: #d25d13;
  font-size: 18px;
  font-weight: bold;
}

.blog-title {
  padding-top: 15px;
  font-family: "Playfair Display", serif;
  font-size: 18px !important;
  margin-bottom: 0px;
  min-height: 70px;
}
.taxonomy-name,
.taxonomy-name .orange {
  font-size: 14px !important;
}

.article-back {
  padding-top: 80px;
}

.article-back a,
.article-back a {
  color: #d25d13;
}

.article-back i {
  width: 40px;
  height: 40px;
  border: 2px solid #d25d13;
  border-radius: 50%;
  padding-top: 10px;
  color: #d25d13;
  padding-left: 9px;
}

.article-back {
  width: 70%;
  float: right;
}

.hover {
  opacity: 0.8;
  background: #003e52;
  color: #000;
}

.blog-overlay-txt.hover h4 {
  color: #fff;
}

.blog-overlay-txt h4 {
  padding-top: 0px;
  border: 2px solid #003e52;
  color: #fff;
  background: #003e52;
  opacity: 0.9;
}

.about-logo-holder {
  display: table;
  margin-top: 30px;
}

.about-logo {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.menu-title {
  position: absolute;
  right: 15%;
  top: 70px;
  color: #d25d13;
}

.left-people a {
  background: url("https://strabenshall.co.uk/wp-content/themes/strabenshall/assets/images/Adam.png");
  background-repeat: no-repeat;
}

.right-people a {
  background: url("https://strabenshall.co.uk/wp-content/themes/strabenshall/images/Tat-Wong-HK-min.png");
  background-repeat: no-repeat;
}

.expertise .strabens-article-box-hover {
  background: none !important;
  opacity: 1 !important;
}

.article-dark .strabens-article-box-hover {
  background: none !important;
  opacity: 1 !important;
}
#strabens-article .article-items1 .strabens-article-hover-cont:hover {
  background: rgb(0, 62, 82, 0.6) !important;
  opacity: 0.6 !important;
  background: #003e52 !important;
}

.article-items1 .strabens-article-hover-cont:hover {
  background: rgb(0, 62, 82, 0.6) !important;
}
.article-items2 .strabens-article-hover-cont:hover {
  background: rgba(0, 62, 82, 0.6);
}
.article-items3 .strabens-article-hover-cont:hover {
  background: rgba(210, 93, 19, 0.6);
}
.article-dark .strabens-article-hover-cont:hover {
  background: rgba(210, 93, 19, 0.4);
}
.twitter-feed .strabens-article-hover-cont:hover {
  background: rgba(0, 62, 82, 0.4) !important;
}
.col-md-12.article-items4.twitter-feed .strabens-article-hover-cont:hover {
  background: #747474 !important;
  opacity: 1 !important;
}
.expertise-block .strabens-article-hover-cont:hover {
  background: #747474 !important;
  opacity: 1 !important;
}
#strabens-people-info .fa-linkedin {
  border: 1px solid #d25d13;
  border-radius: 50%;
  padding: 9px 11px;
  font-size: 20px;
  color: #d25d13;
  margin-bottom: 15px;
}
#content p a:hover,
#content p a:hover i {
  text-decoration: none !important;
  color: #003e52;
}
#content p a:hover i {
  border: 2px solid #003e52;
}
.directionscontent br {
  margin-bottom: 10px;
}
/* .twitter-feed .strabens-article-box-hover { background: #d25d13; } */

.people-back a:hover {
  text-decoration: none !important;
  color: #063046;
}

.people-back a:hover i {
  color: #063046;
  border: 2px solid #063046;
}

#strabens-people-info #prev-next {
  display: none;
}

.strabens-article-info-content img {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.posts-slider {
  height: 500px;
  width: 500px;
  max-height: 500px;
  max-width: 500px;
  margin-left: 29%;
  margin-top: 20px;
  margin-bottom: 30px;
}

a.hong-kong-awards-link {
  font-size: 18px;
  font-weight: bold;
}

.people-text.text-center p {
  padding-bottom: 15px;
}

/* Internet Explorer Issues */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .about-logo-holder {
    display: block;
  }
  .about-logo-holder .about-logo,
  .about-logo-holder .about-logo img {
    width: 100%;
  }
}
/* Ends Internet Explorer Issues */

.col-md-12.article-items4.twitter-feed {
  height: 257.5px;
}

.strabens-article-info-text.text-center h1 {
  text-transform: initial;
}

a .phone:hover,
.contact-footer-hk:hover,
.contact-footer-uk:hover {
  color: #d25d13 !important;
}

footer a:hover {
  color: #d25d13;
}

.hong-kong-people img {
  height: 100% !important;
}
.strabens-article-info-content p a:hover {
  color: #d25d13;
  font-weight: bold;
}
.strabens-article-info-content p a {
  font-weight: bold;
}

.bounce .fa {
  /*     width: 60px; */
  display: block;
  text-align: center;
  color: #d25d13;
  font: normal 45px "FontAwesome";
  line-height: 80px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 60px;
}
.bounce .fa-angle-double-down:before {
  content: "\f103";
}

.bounce {
  position: absolute;
  /*     top: 100px; */
  left: 49%;
  width: 80px;
  height: 80px;
  margin-left: -30px;
  border: 2px solid #d25d13;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/** New People Page **/
.img-responsive.realHumanImage {
  display: none;
}
.j-title {
  min-height: 60px;
  color: #d25d13;
  font-size: 15px !important;
}
.people-newest {
  margin-bottom: 30px;
  min-height: 400px;
}
.people-newest-intro {
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-decoration: underline;
  font-weight: bold;
}
.btn-people {
  border: none;
  background: transparent;
  color: #d25d13;
}
#blog-archive-links {
  padding-bottom: 60px;
  min-height: 280px;
}
.archive-links {
  background: #fff;
  margin: 0px 5px 0px 0px;
  text-align: center;
  padding: 10px;
}
#blog-archive-links a {
  color: #d25d13;
  font-weight: 600;
}
#blog-archive-links a:hover {
  color: #003e52;
}
#blog-archive-links {
  text-align: center;
}
#blog-archive-links select {
  border: 1px solid #d25d13;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 10px;
  text-align: center;
}
.infographic-center {
  text-align: center;
  padding-bottom: 60px;
}
.padding-top {
  margin-top: 0px !important;
}
.infographic-center img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.img-responsive.padding-top.chris-sml {
  width: 40%;
  margin: 0 auto;
}
.strabens-article-info-content a {
  font-weight: bold;
}

/** 12-01-18 **/
.main-archive-link {
  border: 1px solid orange;
  padding: 10px 50px;
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0px;
}
#article-archive-container {
  padding: 30px 0px 60px 0px;
  margin-bottom: 220px;
}
#links-article {
  background: #fff;
  margin-bottom: 30px;
  z-index: 2;
  position: absolute;
  width: 100%;
  padding-bottom: 15px;
  top: 16px;
}
#links-article li a {
  text-decoration: none;
}
.blog-container.content h2 {
  color: #d25d13;
  font-size: 48px !important;
}
.blog-container.content h3 {
  text-align: center;
  padding-top: 0px;
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}
.blog-items .taxonomy-name {
  color: #003e52;
  font-weight: normal;
}
.blog-items .blog-title {
  padding-top: 15px;
  font-family: "Playfair Display", serif;
  font-size: 18px !important;
  margin-bottom: 0px;
  min-height: 70px;
  color: #003e52;
  font-weight: normal;
}

/** Vacancies Page **/
.left-column {
  padding-left: 0px;
}
.right-column {
  padding-right: 0px;
}
.vacancies .blog-title {
  margin-bottom: 10px;
  padding-top: 0px;
  font-weight: 600;
  text-align: center;
}
.vacancies h3 {
  font-weight: 600;
  text-align: center;
}
.vacancy-text {
  color: #d25d13;
}
.vacancies img {
  margin-bottom: 30px;
}
.btn.btn-vacancies {
  background: #fff;
  color: #d25d13;
  font-weight: bold;
  border-radius: 0px;
  margin-bottom: 30px;
}
.btn.btn-vacancies:hover {
  background: #d25d13;
  color: #fff;
}
h2.vacancies {
  padding-bottom: 60px;
}
.article_cat-vacancies a,
.article_cat-vacancies p a,
.article_cat-vacancies #careers-orange a {
  color: #d25d13;
  font-weight: bold;
}
.article_cat-vacancies .strabens-article-info-content h2 {
  margin-bottom: 30px;
  margin-top: 15px;
}
.article_cat-vacancies .strabens-article-info-content .left-column img {
  width: auto;
  float: right;
  margin-top: 0px;
  margin-bottom: 30px;
}
.article_cat-vacancies .strabens-article-info-content img {
  width: auto;
  margin-top: 0px;
  margin-bottom: 30px;
}
.article_cat-vacancies .strabens-article-info-content .right-column p {
  width: 100%;
}
/** Homepage Articles **/
.article-items2 h4 {
  width: 90% !important;
}
.large-bullet {
  font-size: 30px;
}

.align-center {
  display: block;
  margin: 0 auto;
}

.img-responsive.people-in-page-img {
  margin-top: 60px;
  margin-bottom: 30px;
}

.col-md-12.article-items4.article-4.expertise-block
  .strabens-article-hover-cont {
  background: #003e52; /* rgba(210,93,19); #3394bb*/
}
.vacancies-text {
  text-align: center;
  padding-bottom: 60px;
  font-weight: bold;
}

/* .col-md-12.article-items4.twitter-feed .strabens-article-box-hover, .col-md-12.article-items4.article-4.expertise-block .strabens-article-box-hover { background: #d25d13!important; } */
.article-items4.twitter-feed .strabens-article-box-hover {
  background: #d25d12 !important;
}

/** Awards Modal **/
#awardsModal .modal-title {
  font-size: 26px;
  text-align: center; /*  color: #d25d13; */
}
#awardsModal .modal-body {
  text-align: center;
  padding: 60px 0px;
}
#awardsModal .modal-body p {
  font-size: 20px !important;
}
#awardsModal .modal-body p a {
  font-weight: bold;
}
#awardsModal .btn.btn-default {
  background: #fff;
  font-weight: bold;
  color: #063046;
  border: 1px solid #063046;
}

/* .specialisms ul { list-style: unset; padding-left: 15px; } */

.people .post-thumbnail img {
  margin-bottom: 30px;
}
.specialisms ul li {
  color: #063046;
  line-height: 25px;
}
.specialisms {
  margin-bottom: 30px;
}
.wpcf7-form-control.wpcf7-submit {
  background: #fff;
  padding: 5px 15px;
  color: #d25d13;
  border: none;
  border-radius: 0px;
  font-size: 18px;
  font-weight: bold;
}

/** Money Info Portal **/
#post-1053 p strong {
  padding-top: 30px;
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.portal-image {
  padding-bottom: 60px;
}
#post-1053 h5 {
  color: #d25d13;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.align-center {
  display: block;
  margin: 0 auto;
}
.img-responsive.about-us-divider.align-center {
  padding-bottom: 80px;
}
#post-1053 .col-xs-12.col-md-4.col-sm-6 p {
  padding: 0px 30px;
}
#post-1053 .col-xs-12.col-md-4.col-sm-6 h4 {
  font-family: "Playfair Display", serif;
}
.money-info-spacing {
  padding-bottom: 45px;
}
img.img-responsive.client-login-image {
  padding-bottom: 80px;
}

.specialisms p a {
  color: #d25d13;
  font-weight: bold;
}
.award-winner {
  padding: 60px 0px 30px 0px;
  font-size: 20px !important;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}
#post-347 .strabens-article-box-hover {
  background: rgb(0, 62, 82, 0.3) !important;
}
#post-1155 img {
  margin-bottom: 0px;
}

/*
#post-346 .strabens-article-hover-cont {

    background: rgb(0,62,82, 0.3);

}
*/

#post-346 .strabens-article-hover-cont:hover {
  opacity: 0.6 !important;

  background: #003e52 !important;
}

.white-in-page-block a {
  color: #d25d13;
}
.img-responsive.sml-img {
  width: auto;
}

/** tax efficient investments **/
#post-1294 ul li {
  font-weight: normal;
}
#post-1294 ul {
  list-style: disc;
  padding-left: 60px;
}
#post-1294 p,
#post-1294 ul li {
  text-align: left;
}
#post-1294 ul li {
  font-family: "Raleway", sans-serif;
}
#content #post-1294 ul li {
  font-family: "Raleway", sans-serif;
}
#post-1294 em.larger-txt {
  font-size: 24px;
}
#post-1294 .indent-left {
  padding-left: 20px;
}
#post-347 h3 {
  text-transform: unset;
}

.menu-title .client-portal-login {
  padding-right: 30px;
  color: #d25d13;
  font-weight: lighter;
  text-transform: uppercase;
}

/* People New */
.contact-people,
.specialisms,
.supporting-people-imagery {
  background: #fff;
  padding: 30px 15px 20px;
  margin-bottom: 30px;
  width: 100%;
}
.contact-people h1 {
  font-size: 24px;
  margin: 0px 0px 5px;
  color: #d25d13;
}
.contact-people strong {
  color: #d25d13;
}
.contact-people a {
  font-weight: bold;
}
.specialisms h5 {
  font-size: 24px;
  color: #d25d13;
}
.supporting-people-imagery img {
  height: auto !important;
  margin-top: 0px !important;
}
.main-people-content {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.main-people-content h2 {
  font-size: 20px;
  margin: 0px 0px 10px;
}
.contact-people h3 {
  margin: 0px 0px 10px;
  padding: 0px;
  font-size: 20px;
}
.people-blogs {
  padding: 120px 0px 60px;
}
.people-blogs h5 {
  text-align: center;
  padding-bottom: 60px;
  text-transform: capitalize;
  font-size: 26px;
}
.contact-people p {
  margin-bottom: 5px;
}
.supporting-people-imagery img {
  display: block;
  margin: 0 auto;
}
.supporting-people-imagery {
  display: inline-block;
  padding: 30px 15px;
}
.client-portal-login .fa.fa-lock {
  padding-left: 5px;
  font-size: 22px;
}

/* People New Splash */
#strabens-people-19 {
  padding-top: 60px;
}
#strabens-people-19 .people-newest-intro {
  font-weight: normal;
  text-decoration: none;
  margin-top: 0px;
}
#filter-menu a {
  display: block;
  margin-bottom: 10px;
  background: #003e52;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.director-people,
.advisor-people,
.marketing-people,
.senior-people,
.board-people,
.admin-people {
  display: inline-block;
  width: 100%;
}
#strabens-people-19 a .people-newest {
  min-height: 350px;
  padding: 15px;
}
#strabens-people-19 a .people-newest:hover {
  box-shadow: 5px 5px 10px #d3d2cf;
  padding: 15px;
}
#strabens-people-19 a .people-newest h4 {
  padding-top: 0px;
}
#strabens-people-19 a .people-details {
  background: #fff;
  padding: 15px 15px 1px;
}
#people-trio {
  text-align: center;
  padding: 120px 0px 60px;
}
#people-trio .intro {
  color: #d25d13;
  font-weight: bold;
}
#people-trio img,
#people-outro img {
  padding: 60px 0px 0px;
}
#people-outro {
  padding: 30px 0px 60px;
  font-weight: bold;
  text-align: center;
}
#people-outro p {
  padding-bottom: 30px;
}
#filter-menu {
  margin-bottom: 30px;
  padding-top: 87px;
}
#main-people-2019 {
  position: relative;
}
#filter-menu a.people-list {
  background: transparent;
  padding: 0px;
  color: #d25d13;
  text-align: left;
}
.people-newest-intro {
  text-align: left;
  color: #d25d13;
  font-size: 30px !important;
  font-family: "Playfair Display", serif;
  font-weight: bold !important;
  margin: 30px 0px;
}
#strabens-people-19 h1 {
  text-align: center;
  font-size: 20px;
  color: #093e52;
  margin-bottom: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: lowercase;
  margin-top: 0px;
  font-family: "Raleway", sans-serif;
}

/* Article New */
#author-main-content h1,
#author-main-content h2,
#author-main-content p {
  width: 100%;
}
#author-imagery {
  padding: 0px 30px 0px 0px;
}
#author-imagery p {
  margin-bottom: 60px;
}
#author-imagery p:last-child {
  margin-bottom: 0px;
}
#author-imagery p.title {
  color: #d25d13;
  font-size: 24px !important;
  margin-bottom: 30px;
}
#author-main-content .strabens-article-info-content h2 {
  padding-left: 90px;
}
#author-main-content img {
  width: auto;
  margin-bottom: 0px;
}
#strabens-article-info .strabens-article-info-content blockquote p {
  color: #d25d13;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  font-size: 20px !important;
}
#strabens-article-info .strabens-article-info-content blockquote p em {
  color: #093e52 !important;
}
.strabens-article-info-content p:first-child {
  color: #d25d13 !important;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 20px !important;
}

.fa.fa-instagram {
  border: 1px solid #747474;
  border-radius: 50%;
  padding: 8px 10px;
  font-size: 30px;
  color: #747474;
}

/* header 19 */
.login-menu .button_container {
  top: 3px;
  right: 118px;
}
.login-menu,
.login-menu p,
.client-portal-login {
  text-transform: uppercase;
  font-size: 16px !important;
  color: #d25d13;
}
.login-menu {
  margin-top: 25px;
}
.login-menu .button_container.active {
  position: absolute !important;
  top: 3px !important;
}
.login-menu .client-portal-login {
  float: right;
}
.login-menu .button_container span {
  width: 30px;
}
.login-menu p {
  padding-right: 40px;
  text-align: left;
}

#client-header-people span {
  text-transform: uppercase;
  color: #d25d13;
  padding-left: 30px;
}
#client-header-people span,
.login-menu,
.login-menu p,
.client-portal-login {
  font-size: 18px !important;
}
#client-header-people #toggle {
  top: 0px;
  display: inline-block;
  cursor: pointer;

  z-index: 100;
}
#toggle .fa-bars {
  display: inline-block;
  color: #d25d13;
  font-size: 22px !important;
  width: 24px;
  top: 0px;
  transition: opacity 0.25s ease;
}
#client-header-people {
  position: absolute;
  right: 0px;
  bottom: 15px;
}

.people-h {
  height: auto !important;
  padding-bottom: 20px;
}
.menu-btn {
  display: inline;
  z-index: 200;
}
/*
#main-header.people-h img {
    width: 65%; margin: 0 auto; }
*/

#client-header-people .menu span {
  padding-left: 0px;
}
#article-alistair h3 {
  padding: 0px;
  font-size: 30px;
  margin-top: 0px;
}

.article_cat-vacancies .authors {
  display: none;
}

#vacancy-holder .vacancies:first-child {
  margin-left: 15%;
}
#chartered-footer {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
#overlay img {
  width: 20% !important;
}

.main-people-content p strong a {
  color: #d25d13;
}

#strabens-article h1 {
  text-align: center;
  margin: 30px auto 60px;
  color: #003e52;
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

#content h1 {
  font-size: 20px;
  color: #093e52;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: center;
  text-transform: lowercase;
  margin-top: 0px;
  font-family: "Raleway", sans-serif;
}

.service-columns.col-md-offset-5 {
  margin-left: 38%;
}

.article-dark .strabens-article-hover-cont:hover {
  background: #3394bb !important;
  opacity: 0.4 !important;
}

.article-dark.people .strabens-article-hover-cont:hover {
  background: #003e52 !important;
  opacity: 1 !important;
}

.article-dark.offices .strabens-article-hover-cont:hover {
  background: #d25d12 !important;
  opacity: 1 !important;
}

#vacancy-holder a {
  color: #d25d13;
  font-weight: bold;
}

.address-footer {
  margin: 10px 0px 0px;
  font-size: 14px !important;
}
#homepage-entry {
  padding-bottom: 60px;
}
#strabens-article #homepage-entry h2 {
  padding-bottom: 0px;
  margin-bottom: 15px;
}
#homepage-entry p {
  text-align: center;
}
#post-91 img {
  width: 75%;
  margin: 0 auto;
}
#post-1806 ul li {
  font-weight: normal;
  font-family: "Raleway", sans-serif;
}
.btn.btn-vacancies:hover {
  color: #fff !important;
}
.supporting-people-imagery a {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

/* Homepage Articles Made Dynamic Dec'19 */
#homepage-articles .article-items2 {
  margin: 0px 0px 25px;
}
#homepage-articles .article-items2 .strabens-article-hover-cont h4 {
  margin: 0px 15px !important;
}

.hp-video {
  width: 100%; /*  height: 400px; border: 4px solid #d25d12; */
}

.professional-fiduciaries .white-in-page-block {
  background: #fff;
  margin-bottom: 30px;
  padding: 25px 15px;
  color: #d25d13;
  font-weight: bold;
  height: 120px;
}

.portfolio .blue-in-page-block {
  background: #003e52;
  margin-bottom: 30px;
  padding: 25px 15px;
  color: #fff;
  height: 210px;
}

.blue-in-page-block h5 {
  color: #fff;
  padding-bottom: 5px;
}

.portfolio .blue-in-page-block:hover,
.portfolio .blue-in-page-block:hover h5 {
  color: #d25d13;
  background: #fff;
}

.wpgmp_iw_content {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 18px;
  color: #d25d13;
  margin-bottom: 0px;
}

/* Press Clippings */
#press-clippings-holder {
  padding-top: 60px;
}

/* fca logo footer */
.img-responsive.footer-fca {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 50%;
}
.fca-footer {
  font-size: 16px !important;
  margin-bottom: 15px;
  font-weight: bold;
}

/* CTA's */
.contact-cta {
  background: #d25d13;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  margin: 30px 0px 0px 0px;
  font-weight: bold;
}

#post-2052 ul {
  float: left;
  padding-left: 55px;
}
.contact-links-header p,
.contact-links-header a {
  color: #d25d13;
  font-size: 18px !important;
  text-align: left;
}
.contact-links-header .phone {
  margin-bottom: 0px;
}

/* home new 2020 */
.article-dark.people .strabens-article-hover-cont {
  background: #d25d13 !important;
}
.col-md-12.article-items4.article-4.expertise-block
  .strabens-article-hover-cont {
  background: #63b9e8;
}
.col-md-12.article-items4.article-dark.offices .strabens-article-hover-cont {
  background: #35b6b0;
}
#homepage-entry .email {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
#homepage-entry .email:hover {
  color: #d25d13 !important;
}
#homepage-articles h3.news-feature-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.contact-links-header a p:hover {
  color: #003e52 !important;
}
.contact-links-header p.contact-head {
  font-size: 18px !important;
}

/*
.col-md-6.article-items2 .border-box {
    border: 2px solid #d25d12;
}
*/
#post-2092 ul {
  float: left;
  padding-left: 60px;
  width: 100%;
}
.orange-download {
  background: #d25d13;
  color: #fff !important;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 4px;
  margin: 0px 5px;
}
.orange-download:hover {
  background: #fff;
  color: #d25d13 !important;
}
.post-2120 .strabens-article-info-content img {
  width: auto;
}
.strabens-article-hover-cont {
  background: rgba(0, 62, 82, 0.6) !important;
}
#post-2184 ul li {
  font-weight: normal;
}
#telUkHeader {
  display: block;
}
.modal-header h3 {
  margin: 0px;
  padding: 15px;
  display: inline-block;
}
.modal-content p a {
  font-weight: bold;
}
/* pensions page */
#post-2184 h2 {
  text-align: center;
}
#post-2184 {
  text-align: left;
}
#post-2184 ul li {
  font-weight: normal;
  list-style: disc;
  font-family: "Raleway", sans-serif;
}
#post-2184 ul ol li {
  list-style: symbols;
}
#post-2184 ul ol li a {
  text-decoration: none;
  color: #d25d13;
}
.awards-home-text {
  margin: 30px auto 60px;
}
.awards-home-text img {
  margin: 10px auto 0px;
  width: 25%;
}
.awards-home-text p {
  color: #d25d13;
}
.awards-home-text p a {
  font-weight: bold;
}
#post-2323 .strabens-article-info-content ul,
#post-2323 .strabens-article-info-content ol {
  width: 100%;
  float: left;
  padding-left: 60px;
}
.strabens-article-info-content ul,
.strabens-article-info-content ol {
  width: 95%;
  color: #093e52;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Raleway, sans-serif;
  color: #003e52;
  font-weight: 400;
}
body,
html {
  color: #747474;
  font-size: 1em;
  line-height: 1.4;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
html {
  font-size: 10px;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}

#post-2502 ol,
#post-3785 ol {
  width: 100%;
  float: left;
}
.article-disclaimer p {
  font-size: 14px !important;
  font-style: italic;
  width: 95%;
  float: right;
}
#homepage-articles .article-items2 .strabens-article-hover-cont {
  background: none !important;
}
#post-3151 ol {
  width: 85%;
}
.thin-text {
  font-weight: normal;
}
.thin-text a {
  font-weight: bold;
  text-decoration: underline;
}
/* header 2021 */
.orange-box-header {
  background: #d25d13;
  float: left;
  color: #fff;
}
.white-box-header {
  background: #fff;
  color: #d25d13;
  display: inline-block;
  padding: 10px;
  border: 2px solid #d25d13;
}
.padding-header {
  padding: 10px;
}
#contactUsUk,
#contactUsEu {
  color: #fff;
}
#telUkHeader,
#telEUHeader {
  display: block;
  margin-bottom: 10px;
}
#telUkHeader i,
#telEUHeader i {
  padding-right: 10px;
  font-size: 20px;
}
#headerLogo {
  padding-top: 35px;
}
.client-portal-login.btn-primary {
  background: #d25d13;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
#main-header {
  padding: 30px 5%;
}
#events-container img {
  height: auto !important;
}
h6 {
  font-size: 20px;
  color: #093e52;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  font-family: Raleway, sans-serif;
}

#events-container img {
  height: auto !important;
}
.blog-date {
  color: #d25d13;
}
.market-updates blockquote {
  color: #d25d13;
  font-weight: bold;
  border-left: 2px solid #d25d13;
  margin: 60px 0px;
}
#market-commentary-banner {
  margin-bottom: 30px;
}
.market-updates blockquote p {
  font-size: 20px !important;
  margin: 30px 0px;
  font-family: "Playfair Display", serif;
}

#article-archive-container {
  text-align: center;
  margin-bottom: 220px;
}
.ms-thumb-frame img {
  height: auto !important;
}
#strabens-event-info h2 {
  text-align: center;
}
.supporting-people-imagery img {
  margin-bottom: 30px;
}

.overlay ul.dropdown-menu {
  width: 100%;
  background: #003e52;
  text-align: center;
  box-shadow: none;
  border: 0px;
  padding: 10px 0px;
  display: none;
}
.overlay-menu img {
  display: block;
  margin: 0 auto 30px;
}
.article_cat-investments
  #strabens-article-info
  .strabens-article-info-content
  p:last-child {
  font-size: 14px !important;
  font-style: italic;
  color: #000;
}