.btn-primary {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }

@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

.nopadd {
  padding: 0; }

.mclearfix {
  clear: both; }

body {
  font-family: "PT Sans", sans-serif;
  color: #757575;
  font-weight: 300;
  line-height: 22px;
  background-color: #676767; }

h1, h2, h3, h4, h5 {
  font-family: "PT Sans", sans-serif;
  color: #bd1b34;
  font-weight: 500; }

h1 {
  font-size: 26px;
  margin: 0;
  text-transform: uppercase; }

h2 {
  font-size: 29px;
  margin: 10px 0;
  text-transform: uppercase; }

h3 {
  font-size: 22px;
  text-transform: uppercase; }

header a {
  text-transform: uppercase; }

.head-right {
  text-align: right;
  padding-top: 5px;
  text-transform: uppercase; }

.head-right ul {
  list-style: none;
  float: right;
  width: auto; }

.right-top li {
  display: inline-block; }

.right-top li a {
  line-height: 16px;
  float: right;
  padding: 0;
  color: #757575; }

.right-top img {
  float: left; }

.right-top a {
  font-size: 14px; }

.right-top li {
  padding: 10px; }

.right-top li:last-child {
  padding: 10px 0 10px 10px; }

.right-bottom {
  padding-top: 5px;
  z-index: 1; }

.right-bottom a {
  color: #427fbc !important;
  text-decoration: underline;
  font-size: 18px;
  text-transform: uppercase; }

.right-bottom img {
  margin: -5px 8px 0 0; }

.wsmobileheader {
  z-index: 1001; }

#mainwrapper .row {
  padding: 0 10%; }

#mainwrapper .row .col-md-1, #mainwrapper .row .col-md-2, #mainwrapper .row .col-md-3, #mainwrapper .row .col-md-4, #mainwrapper .row .col-md-5, #mainwrapper .row .col-md-6, #mainwrapper .row .col-md-7, #mainwrapper .row .col-md-8, #mainwrapper .row .col-md-9, #mainwrapper .row .col-md-10, #mainwrapper .row .col-md-11, #mainwrapper .row .col-md-12 {
  padding: 0; }

#mainwrapper .form-group {
  text-align: left; }

.page-wrapper {
  background-color: #fff;
  padding: 0 !important; }

.form-control {
  max-width: 550px; }

.center {
  text-align: center; }

footer {
  background-color: #fff;
  padding-top: 60px;
  min-height: 150px;
  z-index: 5; }

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #757575; }

.whitepanel {
  position: absolute;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 545px;
  left: 50%;
  margin-left: -265px;
  bottom: 15%; }

.whitepanel h2 {
  text-transform: none;
  font-size: 20px;
  letter-spacing: 0.5px; }

.whitepanelhome {
  position: absolute;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 545px;
  left: 50%;
  margin-left: -265px;
  bottom: 15%; }

.whitepanelhome h2 {
  text-transform: none;
  font-size: 20px;
  letter-spacing: 0.5px; }

.btn-primary.custom1 {
  margin: 10px 0;
  padding: 5px 40px;
  background: #757575;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase; }

.btn-primary.custom1:hover {
  background-color: #344a6b; }

.btn-primary.custom2 {
  display: inline-block;
  margin: 0 0 15px;
  padding: 10px 25px;
  background: #bd1b34;
  text-decoration: none;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase; }

.btn-primary.custom2:hover {
  background-color: #79151b; opacity:.8}

.btn-primary.custom3 {
  padding: 20px 30px;
  background: transparent;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-style: italic;
  border: 2px solid #fff;
  font-size: 18px; }

.btn-primary.custom3:hover {
  text-decoration: underline; }

.btn-primary.custom4 {
  margin: 30px 0;
  padding: 10px 20px;
  background: #757575;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 16px; }

.btn-primary.custom4:hover {
  background-color: #344a6b; }

hr {
  border-top: solid 1px #fff;
  margin: 0 0 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

label {
  text-transform: uppercase;
  color: #757575;
  font-weight: 400; }

.whitepanel, .whitepanelhome {
  text-align: center; }

#mainimage, .mainim {
  margin-bottom: 30px; }

#mainimage img, .mainim img {
  width: 100%;
  position: relative; }

.formcontainer {
  margin: 20px 10% 70px 10%;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.17); }

.clearfix {
  clear: both; }

.row .nopad {
  padding: 0 !important; }

a:link, a:visited {
  color: #757575; }

.introtext {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff; }

.introtext a {
  text-decoration: none; }

.introtext h1, .introtext h2 {
  margin-bottom: 20px;
  font-size: 29px;
  line-height: 40px; }

.introtext p {
  margin: 20px auto 35px;
  font-size: 17px; }

.introtext ul li {
  font-size: 21px;
  color: #bd1b34;
  padding-bottom: 15px; }

.introtext li a {
  color: #bd1b34; }

.introtext li a:hover {
  text-decoration: underline; }

.introtext .row {
  padding: 0 50px; }

.introtext .row .first-list {
  padding-left: 100px; }

header .logo img {
  max-width: 290px;
  padding: 25px 0 20px; }

header .logo .col.sm-3 {
  padding-left: 0; }

footer .logo img {
  width: 100%;
  max-width: 260px;
  margin-bottom: 20px; }

.top {
  margin-bottom: 10px; }

.foot-nav {
  font-family: "PT Sans Narrow", sans-serif; }

.foot-nav h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: #757575;
  font-family: "PT Sans Narrow", sans-serif;
  letter-spacing: 0;
  font-size: 16px;
  margin-top: 0;
  text-align: right; }

.foot-nav .col-sm-3 ul li a {
  font-size: 13px; }

.foot-nav .col-sm-5 {
  width: 37%;
  padding-right: 0; }

.foot-nav .fa {
  font-size: 1.1em; }

.foot-nav .fa-linkedin {
  margin-bottom: 6px; }

.col-3 {
  padding: 0; }

.col-3 ul li a {
  font-size: 13px !important; }

.col-3 ul li {
  padding: 0 !important; }

.foot-nav ul {
  list-style: none;
  text-indent: 0;
  padding: 0;
  border-left: 1px solid #757575;
  padding-left: 20px;
  height: 115px; }

.foot-nav ul li {
  padding: 2px 0; }

.foot-nav ul li:first-child {
  padding: 0 0 2px; }

.foot-nav ul li a {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "PT Sans Narrow", sans-serif; }

.foot-nav ul li a:hover {
  text-decoration: underline; }

.foot-lower {
  margin-top: 40px;
  line-height: 20px; }

.foot-lower .container {
  background-color: #e1e1e1;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px; }

.foot-lower-top {
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #757575;
  margin: 20px 0; }

.foot-lower-top a {
  text-decoration: underline; }

.foot-lower-top h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: #757575;
  letter-spacing: 0;
  font-size: 16px;
  margin-bottom: 5px; }

.foot-lower-bottom {
  font-size: 12px; }

.navbar {
  background-color: #757575;
  margin-bottom: 0;
  border-radius: 0;
  min-height: 0;
  text-align: center; }

#navbar {
  margin: 0 10%; }

#navbar a {
  margin: 0 40px; }

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  margin-left: 10%; }

.dropdown-menu li a {
  margin: 0 !important;
  text-transform: uppercase;
  text-align: center;
  padding: 0 !important; }

.dropdown-menu li a:hover {
  background-color: transparent;
  background-image: none; }

.font24 {
  font-size: 24px;
  font-weight: 600; }

.wsmenu {
  text-transform: uppercase;
  font-family: "PT Sans",sans-serif;
  font-size: 14px; }

.wsmenu li {
  width: 14.2%;
  border-left: 1px solid #fff; }

.wsmenu li:last-child {
  border-right: 1px solid #fff; }

.wsmenu li a {
  line-height: normal;
  padding: 3px 0; }

.wsmenu-submenu {
  width: 220px;
  margin-left: -1px;
  top: 25px;
  background-color: #fff;
  padding: 0;
  border: 1px solid #757575; }

.wsmenu li:last-child .wsmenu-submenu {
  width: 168px; }

.wsmenu-submenu li {
  width: 100%;
  padding: 5px 0  5px 15px;
  border-left: none; }

.wsmenu-submenu li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent !important;
  color: #000 !important; }

.wsmenu-submenu > li:hover {
  background-color: #b8b8b8; }

.wsmenu-submenu > li > a:hover {
  background-color: transparent !important; }

.tshare {
  margin-right: 5px; }

.mobile-display {
  display: none; }

.img-display-mob {
  display: none; }

.contcol2 {
  background-color: #bd1b34;
  color: #fff;
  padding: 50px;
  min-height: 260px;
  text-align: center; }

.contcol2 p {
  font-size: 17px; }

.contcol2 h3 {
  color: #fff;
  font-size: 27px;
  margin-bottom: 30px; }

.icons {
  padding: 50px 50px 0 50px; }

a.icon-link {
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
  font-size: 21px;
  color: #fff; }

.block-img-1 .row {
  height: 100%; }

.block-img-1 .col-xs-6 {
  height: 100%;
  display: table; }

.block-img-1 p {
  color: #fff; }

.block-img-2 {
  color: #000; }

.block-img-2 h2 {
  color: #000 !important; }

.block-img-3 .row {
  height: 100%; }

.block-img-3 .col-xs-6 {
  height: 100%;
  display: table; }

.block-img-4 {
  color: #000; }

.block-img-4 h2 {
  color: #000 !important; }

.block-img-4 .row {
  height: 100%; }

.block-img-4 .col-xs-6 {
  height: 100%;
  display: table; }

.block-img-text h2 {
  font-family: 'Arvo', serif;
  text-transform: none;
  color: #757575;
  font-size: 57px;
  font-weight: 700;
  padding: 10px 30px 17px;
  letter-spacing: 0;
  border: 3px solid #757575;
  display: inline-block;
  margin-bottom: 40px; }

.block-img-text p {
  font-size: 20px;
  font-style: italic;
  line-height: 30px; }

.img-1 .col-xs-6 {
  float: right; }

.img-1 h2, .img-1 p {
  color: #fff; }

.block-img-text .small {
  font-style: normal;
  font-size: 14px; }

.top-block {
  height: 470px; }

.top-block .row {
  height: 100%; }

.top-block .col-xs-6 {
  height: 100%;
  display: table; }

.lower-block {
  background-color: rgba(189, 27, 52, 0.8);
  height: 470px;
  color: #fff;
  padding-top: 40px; }

.lower-block p {
  color: #fff;
  font-size: 17px; }

.lower-block h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 29px; }

.lower-block h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 21px; }

.lower-block .col-sm-4 {
  padding-top: 50px; }

.lower-block a {
  text-decoration: none; }

/* .lower-block .btn-primary.custom2 {
    width: auto;
    font-size: 12.2px;
    padding: 5px 21px; }*/
.block-img-text {
  display: table-cell;
  vertical-align: middle; }

.block-img-text .col-xs-6 {
  padding-right: 0; }

#about-page {
  background-image: url(../img/about-background.jpg);
  background-repeat: no-repeat;
  background-size: 62%;
  background-position: center;
  background-attachment: fixed; }

.page-intro h1 {
  font-family: 'Arvo', serif;
  text-transform: none;
  color: #fff;
  font-size: 57px;
  font-weight: 700;
  padding: 10px 30px 17px;
  letter-spacing: 0;
  border: 3px solid #fff;
  display: inline-block;
  margin: 100px 0 20px; }

.page-intro p {
  font-size: 20px;
  font-style: italic;
  margin-top: 20px;
  color: #fff;
  line-height: 30px;
  text-transform: none; }

.page-intro p.small {
  font-style: normal;
  font-size: 17px;
  margin: 25px auto 0;
  color: #fff;
  width: 75%; }

.intro-text-outer {
  height: 100%;
  display: table; }

.center {
  text-align: center; }

.white-box-right {
  background-color: #fff;
  padding: 20px 50px;
  margin: 20px 80px 20px 10px; }

.white-box-right a:hover {
  text-decoration: none; }

.white-box-right p {
  line-height: 25px; }

.white-box-right h2, .white-box-right h3 {
  margin-bottom: 20px;
  font-size: 27px; }

.white-box-right .btn-primary.custom2 {
  width: 100%;
  display: block;
  margin-bottom: 15px; }

.white-box-right .list-block {
  margin-top: 20px; }

.white-box-left {
  background-color: #fff;
  padding: 20px 50px;
  margin: 20px 20px 20px 80px; }

.white-box-left a:hover {
  text-decoration: none; }

.white-box-left p {
  line-height: 25px; }

.white-box-left h2, .white-box-left h3 {
  margin-bottom: 20px;
  font-size: 27px; }

.white-box-left .btn-primary.custom2 {
  width: 100%;
  display: block;
  margin-bottom: 15px; }

.white-box-left .list-block {
  margin-top: 20px; }

.white-box-p {
  margin-bottom: 45px; }

.opaque-back {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.opaque-back .row {
  padding: 20px 0; }

.opaque-back h4, .opaque-back h3, .opaque-back h2 {
  color: #fff; }

.opaque-back p {
  color: #fff !important; }

.share-links {
  width: 300px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 2px; }

.share-links .fa {
  font-size: 2.5em;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.share-links .fa-share-alt-square {
  color: #1abf00; }

.share-links .fa-share-alt-square:hover {
  color: #59ce47; }

.share-links .fa-facebook-square {
  color: #2d4b96; }

.share-links .fa-facebook-square:hover {
  color: #6a7eb0; }

.share-links .fa-twitter-square {
  color: #17aced; }

.share-links .fa-twitter-square:hover {
  color: #54c3f2; }

.share-links .fa-google-plus-square {
  color: #d94833; }

.share-links .fa-google-plus-square:hover {
  color: #d76656; }

.share-links .fa-envelope-square {
  color: #757575; }

.share-links .fa-envelope-square:hover {
  color: #9d9c9c; }

.share-links .fa-linkedin-square {
  color: #0d7bb6; }

.share-links .fa-linkedin-square:hover {
  color: #4b9ecb; }

.pad-left-40 {
  padding-left: 40px; }

.pad-left-95 {
  padding-left: 95px; }

.bottom-block {
  text-align: center;
  padding: 60px 0; }

.scrolldown, .scrolldown1 {
  cursor: pointer;
  z-index: 999;
  text-align: center;
  color: #fff;
  margin: 50px 0 0; }

.scrolldown .lnr, .scrolldown1 .lnr {
  font-size: 1.5em;
  background-color: #585858;
  border-radius: 50%;
  padding: 9px 0 9px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.scrolldown .lnr:hover, .scrolldown1 .lnr:hover {
  background-color: #858383; }

.list-block .white-box-p {
  margin-bottom: 0;
  margin-top: 15px; }

.list-block .btn-primary.custom2 {
  /*font-size: 12px;padding: 4px 7px;
  */
  margin-top: 20px;
  margin-bottom: 0; }

.list-block img {
  float: left;
  position: relative; }

.list-block .block-outer {
  padding-left: 20px;
  position: relative;
  width: 90%; }

.list-block a:hover {
  text-decoration: none; }

.list-block h4, .list-block h3, .list-block h2 {
  font-family: 'Arvo', serif;
  text-transform: none;
  font-size: 21px !important;
  margin-top: 0;
  margin-bottom: 25px; }

.list-block p {
  margin-bottom: 20px; }

.list-block ul {
  list-style: none;
  padding: 15px 0 0; }

.list-block li {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 7px 0; }

.white-back {
  background-color: #fff;
  margin-top: 50px; }

.blue-back-list {
  background-color: #bd1b34;
  color: #fff;
  padding: 40px 40px 20px 20px; }

.blue-back-list li {
  padding-bottom: 15px; }

.pad100-0 {
  padding: 100px 0; }

.blue-back {
  background-color: #bd1b34;
  color: #fff;
  padding: 30px 30px 0; }

.blue-back h2, .blue-back h3, .blue-back h4 {
  color: #fff;
  margin-bottom: 20px; }

.clear {
  clear: both; }

.pad70-0 {
  padding: 70px 0; }

.quote p {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-style: italic;
  line-height: 52px;
  padding: 0 60px; }

.block-h {
  height: 60px; }

.quote-below {
  width: 50%;
  margin: 0 auto;
  padding-top: 50px; }

.quote-below p, .quote-below h2 {
  color: #fff; }

.quote-below .block-outer {
  padding-bottom: 70px; }

.serv-white-box h2 {
  font-size: 25px;
  line-height: 35px; }

.serv-white-box img {
  margin-bottom: 15px; }

/*.serv-white-box .btn-primary.custom2 {
  font-size: 15px;
  padding: 5px 20px;
  width: auto; }*/
.serv-white-box .white-box-p {
  margin-top: 20px;
  margin-bottom: 25px; }

.mobile-display {
  display: none; }

.blue-back .btn-primary.custom2 {
  background-color: #79151b; }

.pale-blue {
  background-color: #f3f6f9;
  padding-top: 50px;
  padding-bottom: 50px; }

.pale-blue h2 {
  color: #757575; }

.inner-intro {
  padding-bottom: 30px; }

.inner-intro h1 {
  margin-bottom: 20px; }

.inner-intro p {
  line-height: 25px; }

.accordion-content {
  display: none; }

#accordion .default {
  display: block; }

* {
  z-index: 99;
  position: relative; }

header {
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  width: 100%; }

#back_image {
  position: fixed;
  z-index: 0;
  width: 100%;
  margin-top: -125px;
  height: 150vh; }

#back_image img {
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
  object-fit: cover; }

.serv-white-box {
  padding-top: 70px; }

.bw-img-back {
  background-image: url(../img/homefiller2.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.top_image {
  padding-bottom: 40px; }

.top_image img {
  width: 100%; }

.blue-back-right {
  background-color: #bd1b34;
  color: #fff;
  padding: 10px 40px;
  margin-bottom: 30px; }

.blue-back-right h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff; }

.blue-back-right ul {
  padding-left: 10px; }

.blue-back-right .btn-primary.custom2 {
  background-color: #79151b;
  width: 100%; }

.blue-back-right li {
  padding-bottom: 20px; }

.grey-back-right {
  background-color: #919191;
  color: #fff;
  padding: 10px 40px;
  margin-bottom: 30px; }

.grey-back-right h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff; }

.grey-back-right a {
  color: #fff;
  text-decoration: underline; }

.grey-back-right li {
  padding-bottom: 10px; }

.pale-grey-back-right {
  background-color: #eeeeee;
  padding: 10px 40px;
  margin-bottom: 30px; }

.pale-grey-back-right h3 {
  font-size: 20px;
  font-weight: 600; }

.pale-grey-back-right li {
  padding-bottom: 10px; }

.border-list {
  padding-left: 0;
  list-style: none;
  margin: 20px 0; }

.border-list li {
  padding: 10px 0;
  border-top: 1px solid #c7c7c7;
  text-transform: uppercase; }

.border-list li:last-child {
  border-bottom: 1px solid #c7c7c7; }

#main_content_inner h1, #main_content_inner h2 {
  font-size: 29px;
  margin-bottom: 30px; }

#main_content_inner p {
  margin-bottom: 20px; }

h2-small h2 {
  font-size: 18px; }

ul.no-list {
  list-style: none;
  padding: 0; }

.white-dash, .pale-dash, .blue-dash {
  border: 1px dashed #919191;
  text-align: center;
  padding: 40px; }

.white-dash img, .pale-dash img, .blue-dash img {
  margin-bottom: 10px; }

.white-dash .white-box-h, .pale-dash .white-box-h, .blue-dash .white-box-h {
  margin-bottom: 20px; }

.white-dash .white-box-p, .pale-dash .white-box-p, .blue-dash .white-box-p {
  margin-bottom: 20px; }

.white-dash ul, .pale-dash ul, .blue-dash ul {
  list-style: none;
  padding: 0;
  margin-top: 30px !important; }

.white-dash li, .pale-dash li, .blue-dash li {
  padding-bottom: 5px; }

.white-dash li a, .white-dash li, .pale-dash li a, .pale-dash li, .blue-dash li a, .blue-dash li {
  color: #bd1b34; }

.white-dash .btn-primary.custom2, .pale-dash .btn-primary.custom2, .blue-dash .btn-primary.custom2 {
  margin-top: 10px;
  padding: 10px 50px; }

.pale-dash {
  background-color: #f3f6f9; }

.blue-dash {
  background-color: #cfdbe8; }

.left {
  padding: 15px 15px 15px 50px; }

.right {
  padding: 15px 50px 15px 15px; }

.pale-grey {
  background-color: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 40px; }

.pale-grey h2, .pale-grey h3 {
  color: #bd1b34; }

.pale-grey h1 {
  margin-bottom: 50px; }

#main_content, #main_content_inner {
  margin-top: 120px; }

.caret {
  display: none; }

.mobile-home {
  display: none; }

.mobile-sub-menu {
  display: none; }

.accordion-content {
  display: none;
  padding: 15px 10px; }

.accordion-content p {
  margin-bottom: 10px !important;
  font-size: 14px; }

#accordion .default {
  display: block; }

.accordion-toggle {
  background-color: #bd1b34;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0;
  font-size: 15px; }

.glyphicon-play {
  float: right;
  color: #d4e074;
  font-size: 12px;
  margin-top: 3px; }

.tab-close {
  transform: rotate(45deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

.pad15 {
  padding: 15px; }

#main_content_inner .bottom-block {
  padding: 0; }

.marg-top50 {
  margin-top: 50px; }

#main_content_inner .share-links {
  margin-bottom: 30px; }

.no-h-margin .list-block h2 {
  margin-bottom: 0; }

.platform-list {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }

.platform-list img {
  width: 100%;
  max-width: 294px; }

.platform-list h2 {
  font-family: 'Arvo', serif;
  color: #585858;
  font-size: 22px;
  margin: 0 0 20px; }

.platform-list h3 {
  font-family: 'Arvo', serif;
  color: #585858;
  font-size: 17px;
  margin-bottom: 15px; }

.platform-list ul {
  font-size: 14px; }

.platform-list .btn-primary.custom2 {
  margin-top: 30px;
  margin-bottom: 0; }

.platform-list .blue-back-right {
  margin-bottom: 0 !important; }

.platform-list .blue-back-right li {
  padding-bottom: 5px; }

.platform-list .blue-back-right ul {
  margin: 20px 0; }

.market-list {
  padding-left: 16px;
  color: #585858;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px !important; }

.black-hr {
  border-top: 1px solid #000;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 1px 0;
  margin: 0; }

.excludes {
  font-size: 13px;
  margin-top: 10px; }

.pad-left-0 {
  padding-left: 0; }

.pfixed {
  position: fixed; }

.pabs {
  position: absolute; }

.vspacer2 {
  height: 0; }

.a-right {
  text-align: right; }

.right-top .wsmenu-list > li > a:hover {
  background: #fff !important;
  color: #bd1b34; }

.navbar {
  z-index: 1; }

.right-top .wsmenu-submenu {
  float: none;
  width: 150px; }

.right-top .wsmenu-submenu a {
  float: none; }

.right-top .wsmenu-submenu li:last-child {
  padding: 5px 0 5px 15px; }

.block-img-text .grey-tag {
  font-style: normal;
  font-size: 14px; }

#textlower {
  background: rgba(255, 255, 255, 0.7); }

.mtop50 {
  margin-top: 50px; }

.pad3050 {
  padding: 30px 50px; }
  .pad3050 h2 {
    color: #bd1b34; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex .blue-back {
    height: 100%; }
    .flex .blue-back a {
      color: #fff; }

.introtext .blue-back-right li {
  color: #fff !important;
  font-size: 16px; }

.introtext .blue-back-right ul {
  margin-top: 20px; }

.introtext .blue-back-right li {
  color: #fff !important;
  font-size: 16px; }

.introtext .blue-back-right ul {
  margin-top: 20px; }

.o-blue {
  background: rgba(189, 27, 52, 0.8);
  color: #fff;
  padding-top: 50px;
  padding-bottom: 30px; }

.o-blue h3 {
  color: #fff; }

.adimgback {
  background-image: url("../img/bw-man.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  padding-top: 20px;
  padding-bottom: 20px; }

.lquoate {
  font-size: 45px;
  color: #fff;
  text-align: center;
  font-style: italic;
  line-height: 50px; }

.quote-aut {
  color: #fff;
  float: right;
  font-style: italic; }

.w80 {
  width: 80%;
  margin: auto;
  color: #fff; }
  .w80 h3 {
    color: #fff; }

.o-black {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 70px; }

.white-dash.left {
  text-align: left;
  margin-bottom: 50px;
  padding-bottom: 50px; }

.white-dash.left h2 {
  margin-bottom: 20px !important; }

.white-dash.left ul {
  margin-top: 0 !important;
  margin-bottom: 30px; }

.white-dash.left ul li {
  text-transform: uppercase; }

.white-dash.left .row {
  width: 70%;
  margin: auto; }

#main_content_inner .grey-tag {
  font-weight: 600;
  font-size: 14px; }

.pale-grey .block-h {
  height: 20px; }

.pale-grey .list-block ul {
  list-style: disc;
  padding-left: 20px; }

.pale-grey .list-block li {
  color: #757575 !important;
  border: none;
  padding: 3px 0; }

.pale-grey .list-block {
  margin-top: 30px; }

.blue-back-right h4 {
  color: #fff;
  text-transform: uppercase; }

.blog-item {
  background: #e6ecf3;
  margin-bottom: 20px;
  padding: 20px; }
  .blog-item .author {
    margin-left: 30px; }

.blog-item a:hover {
  text-decoration: none; }

.blog-item .entry-title {
  color: #bd1b34;
  text-transform: uppercase;
  font-size: 28px; }

.entry-meta {
  font-size: 14px;
  margin-bottom: 15px; }

.contact-l {
  font-size: 21px; }

.contact {
  margin-bottom: 0 !important;
  font-size: 17px; }

.contact-l img, .contact img {
  margin-right: 20px; }

.t-left .white-dash {
  text-align: left;
  margin-bottom: 30px; }

.contact.tel {
  font-size: 21px; }

.contact.email {
  text-decoration: underline; }

.form.white-dash {
  margin-top: 20px;
  text-align: left;
  padding: 30px; }

.form.white-dash h3 {
  margin-top: 0;
  margin-bottom: 30px; }

#enquiry-form .form-group {
  margin-bottom: 10px; }

#enquiry-form .form-group label {
  color: #bd1b34; }

#enquiry-form select {
  width: 100%; }

#enquiry-form input, #enquiry-form textarea {
  border-radius: 0;
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  max-width: 100%; }

#enquiry-form h4 {
  text-transform: uppercase; }

#enquiry-form .blue {
  color: #bd1b34;
  margin-top: 20px; }

#enquiry-form .blue a {
  color: #1fa9e0;
  text-decoration: underline; }

#enquiry-form select {
  border: 1px solid #aaa;
  height: 34px; }

.blue-back-right p {
  margin-bottom: 5px !important; }

.blue-back-right a {
  color: #fff; }

.form-group span {
  text-transform: none;
  font-size: 14px; }

#enquiry-form .col-md-6 h4 {
  font-size: 22px;
  width: 55%; }

.blue-back-right.links {
  padding: 40px; }

.blue-back-right.links ul {
  list-style: none;
  padding: 0; }

.blue-back-right.links li {
  text-decoration: underline;
  line-height: 16px;
  padding-bottom: 15px; }

.pale-dash.sup {
  text-align: left;
  margin-bottom: 40px; }

.pale-dash.sup:last-of-type {
  margin-bottom: 0; }

.pale-dash.sup h2 {
  margin-bottom: 10px !important; }

.pale-dash.sup p {
  margin-bottom: 35px !important; }

#main_content_inner a {
  color: #1fa9e0;
  text-decoration: underline; }

#main_content_inner .btn, .blue-back-right a {
  color: #fff !important;
  text-decoration: none !important; }

.white-dash.full {
  text-align: left; }

.white-dash.full .btn {
  padding: 5px 10px !important; }

.white-dash.full .accordion-content, .white-dash.full .accordion-content1 {
  padding: 20px 0;
  text-transform: uppercase; }

.white-dash.full .accordion-content hr, .white-dash.full .accordion-content1 hr {
  border-bottom: 1px solid #bd1b34;
  max-width: 100%;
  margin-bottom: 10px; }

.white-dash.full .accordion-content .acc-info, .white-dash.full .accordion-content1 .acc-info {
  margin-bottom: 5px !important; }

.white-dash.full .accordion-content .acc-info span, .white-dash.full .accordion-content1 .acc-info span {
  width: 150px;
  display: inline-block; }

#main_content_inner .contact-l a, #main_content_inner .contact a {
  text-decoration: none;
  color: #000; }

#main_content_inner .grey-back-right a, #main_content_inner .blue-back a {
  color: #fff; }

.open .contact {
  margin-bottom: 10px !important; }

.open .white-dash.full h3 {
  margin-top: 40px; }

.open .white-dash.full ul {
  list-style: disc;
  padding-left: 20px; }

.blue-back-right hr, .grey-back-right hr, .blue-back hr {
  max-width: 100%; }

#main_content_inner .blog-item a {
  color: #757575;
  text-decoration: none; }

.news-right h4 {
  font-weight: 600;
  margin-top: 30px; }

.news-right h3 a {
  font-weight: normal !important;
  text-decoration: none !important; }

.blue-back-right .newstitle a {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px; }

.newstitle {
  margin-top: 10px; }

.news-right hr {
  margin: 0; }

.widget_popular a, .widget_archives .accordion-content a, .widget_categories a {
  text-transform: uppercase;
  text-decoration: none !important; }

.widget_popular ul, .widget_archives .accordion-content ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.widget_popular li {
  border-bottom: 1px solid #fff;
  padding: 7px 0; }

.widget_archives .accordion-toggle {
  border-bottom: 1px solid #fff;
  padding: 10px 0; }

.widget_archives .fa {
  color: #d4e074;
  font-size: 1.3em; }

.widget_archives .accordion-content {
  padding: 10px 0 0; }

.widget_categories a {
  background: #fff;
  color: #bd1b34 !important;
  padding: 0 5px; }

.widget_categories li {
  display: inline-block;
  margin: 5px 5px 0 0;
  padding: 0; }

.widget_categories ul {
  list-style: none;
  padding: 0;
  margin-bottom: 5px; }

.blue-back-right.news-right {
  padding: 10px 40px 40px; }

.nshare, .nfol {
  margin-top: 10px; }

.nshare a {
  text-decoration: none !important; }

.fixedpanel .grey-col {
  width: calc((100% - 1170px) / 2);
  background: #757575;
  float: left;
  height: 1000px; }

.fixedpanel .h-wrap {
  background: transparent;
  width: 1170px;
  float: left;
  height: 1000px; }

.fixedpanel .row {
  margin: 0; }

.home .page-wrapper {
  background-color: #757575; }

.home footer {
  padding-top: 0;
  background: #757575;
  padding-bottom: 10px; }

.home .foot-lower {
  margin-top: 0; }

.home footer > .container {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 40px; }

.home header {
  width: 100%;
  background: #757575; }

.home header > .container {
  background: #fff; }

.navcont .container {
  padding-left: 13px;
  padding-right: 13px; }

.btn {
  white-space: normal; }

.foot-lower-top {
  padding: 5px 10px 10px; }

.l-blue {
  color: #bd1b34;
  font-size: 20px;
  font-style: italic; }

.xl-blue {
  color: #bd1b34;
  font-size: 24px;
  font-style: italic;
  line-height: 30px; }

.block-img-text {
  text-align: center;
  width: 75%;
  margin: auto;
  display: block; }

.introtext .btn.mob-block {
  display: none !important; }

.white-dash.left .list-block img {
  width: 7px;
  margin-top: 4px;
  margin-bottom: 0; }

.white-dash.left .list-block .col-sm-6 > div {
  margin-bottom: 10px;
  color: #bd1b34; }

.white-dash.left .list-block .col-sm-6 {
  margin-bottom: 30px; }

.white-dash.left .list-block .col-sm-6 p {
  margin-bottom: 0 !important; }

.p-list {
  padding-top: 30px;
  padding-bottom: 10px; }

.p-list a {
  color: #fff;
  text-decoration: underline; }

.mob-show {
  display: none; }

.mtop40 {
  margin-top: 40px; }
  .mtop40 .small {
    margin-bottom: 10px; }

.white-dash .acc-list {
  margin-top: 20px !important;
  margin-bottom: 30px;
  list-style: disc;
  padding-left: 50px;
  text-transform: uppercase;
  font-size: 18px; }

.blue.contact.tel, .blue.contact.tel a {
  color: #bd1b34 !important;
  margin-bottom: 20px !important; }

#accordion1 {
  margin-top: 40px; }

a {
  word-wrap: break-word; }

.sitemap {
  margin-top: 20px;
  margin-bottom: 50px; }

.map h1 {
  margin-top: 40px; }

.pnl1 .block-img-text {
  width: 50%;
  float: right;
  text-align: left;
  color: #fff;
  margin-top: 110px; }

.pnl1 .block-img-text h2 {
  color: #fff; }

.pnl1 {
  position: relative;
  background-size: 1170px !important;
  background-position-y: 120px !important; }

.pnl1 .introtext {
  position: absolute;
  bottom: 0;
  padding-top: 70px;
  padding-bottom: 80px; }

.pnl2 .block-img-text, .pnl4 .block-img-text {
  width: 50%;
  text-align: left;
  color: #000;
  margin: 110px 40px 40px;
  padding: 50px; }

.pnl2 .block-img-text h2, .pnl4 .block-img-text h2 {
  color: #000; }

.pnl2, .pnl3, .pnl4 {
  position: relative; }

.pnl2 .blue-panel, .pnl3 .introtext, .pnl4 .g-back {
  position: absolute;
  bottom: 0;
  width: 100%; }

.pnl3 .block-img-text {
  width: 50%;
  text-align: left;
  margin: 110px 40px 40px;
  padding: 50px;
  color: #5a5a5a; }

.pnl3 .block-img-text h2 {
  color: #5a5a5a; }

.pnl4 {
  background-position-y: top !important; }

.g-back {
  background: #e1e1e1;
  padding: 50px; }
  .g-back h6 a {
    color: #393939;
    text-transform: uppercase;
    font-size: 27px; }
  .g-back .btn-primary.custom2 {
    display: inline-block; }
  .g-back p {
    color: #393939; }
  .g-back p a {
    color: #0064b0;
    text-transform: uppercase;
    text-decoration: underline; }

.blog-image img {
  width: 100%;
  margin-bottom: 20px; }

.ctfixed {
  background-attachment: fixed;
  background-position-y: 120px !important; }

.g-back img {
  width: 100%;
  max-width: 400px; }

.blog-item img {
  max-width: 100%;
  margin-bottom: 20px; }

body {
  overflow-x: hidden; }

.block-img-text.why, .block-img-text.prod {
  width: 90%; }

.why p.small {
  width: 70%; }

.trade p.small {
  width: 91%; }

.p-list .list-block {
  padding-bottom: 0; }

.foot-lower-bottom p {
  padding: 5px 0;
  margin: 0; }

.mob-tel {
  display: none; }

#main_content_inner .contact-l a br, #main_content_inner .contact a br {
  display: none; }

.popover.left {
  padding: 0 !important;
  top: 0 !important;
  margin-left: -30px !important; }

.popover.left h3 {
  display: none; }

.popover .popover-content {
  padding: 10px 10px 10px 5px; }

.popover .tshare {
  margin: 0; }

.popover a {
  float: none !important; }

.popover .fa {
  font-size: 1.5em;
  margin-left: 5px; }

.popover.left > .arrow {
  top: 20px !important; }

.no-desk {
  display: none; }
  .no-desk a {
    text-decoration: none; }

.st-btn {
  display: inline-block !important; }

.pgrey-back-right {
  background: #eeeeee;
  padding: 10px 40px 40px;
  overflow: auto; }

.pgrey-back-right h3 {
  font-weight: 600;
  margin-bottom: 20px; }

.pgrey-back-right .left {
  float: left;
  padding: 0;
  display: inline;
  width: 50%;
  padding-top: 15px; }

.pgrey-back-right a {
  text-transform: uppercase; }

.pgrey-back-right img {
  float: right;
  display: inline;
  width: 50%;
  max-width: 135px; }

.nfol .fa-inverse {
  font-size: 14px; }

.news-right .small {
  margin-top: 30px; }

.home-fw header {
  width: 100%; }

.home-fw .fixedpanel .h-wrap {
  float: none;
  width: 100%; }

.home-fw .fixedpanel {
  background-size: 100%;
  background-position: top; }

.home-fw .pnl1 .introtext {
  width: 100%; }

.home-fw .pnl1 {
  background-size: cover !important; }

.foot-lower {
  background-color: #e1e1e1; }

.home-fw #contactblue {
  z-index: 5; }

.home-fw .fade {
  padding: 40px 0; }

#textlower ul {
  text-align: left; }

.pagination a {
  text-decoration: none !important;
  border-radius: 0 !important; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #bd1b34;
  color: #fff !important;
  border-color: #bd1b34; }

#cookiebanner {
  padding: 10px 10px 0;
  text-align: center;
  background-color: #bd1b34;
  color: #fff;
  display: none; }
  #cookiebanner a {
    color: #fff; }

.p-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e1e1e1;
  padding-bottom: 5px; }

.risk {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3; }
  .risk a {
    text-decoration: underline; }
  .risk #accordion-button {
    text-transform: uppercase;
    text-decoration: underline; }
  .risk > p {
    display: inline; }
  .risk #accordion-content {
    margin-top: 10px; }
  .risk #accordion-button {
    margin-left: 10px; }

#minimised-button, #maximised-button {
  float: right;
  margin-top: -10px; }

/*********** SOF RESPONSIVE STYLES ***********/
@media (min-width: 992px) {
  .container {
    width: 100%; }
  .flex .pale-blue {
    height: 100%; } }

@media (min-width: 1170px) {
  .container {
    width: 1170px; } }

@media (max-width: 1199px) {
  .white-box-left {
    margin: 20px 20px 20px 0; }
  .white-box-right {
    margin: 20px 0 20px 10px; } }

@media (max-width: 1169px) {
  .fixedpanel .grey-col {
    display: none; }
  .fixedpanel .h-wrap {
    width: 100%;
    float: none; }
  header {
    width: 100%; } }

@media (max-width: 1033px) {
  .block-img-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 0; }
  .block-img-text p {
    font-size: 16px;
    line-height: 22px; } }

@media (max-width: 1200px) {
  .container {
    width: 100% !important; }
  #back_image {
    width: 100% !important; }
  header .head-right {
    display: none; }
  .logo img {
    max-width: 220px;
    padding-top: 7px; }
  .head-right {
    padding-top: 0; }
  .right-bottom {
    padding-top: 0;
    padding-bottom: 10px; }
  .right-bottom a {
    font-size: 14px; }
  footer .logo {
    display: none; }
  .foot-nav .col-xs-5, .foot-nav .col-xs-1 {
    width: 25%; }
  .foot-nav {
    width: 100% !important; }
  .col-3 {
    padding-right: 15px;
    padding-left: 15px; }
  .head-right .wsmenu-click i {
    display: none; }
  #main_content, #main_content_inner {
    margin-top: 110px; }
  .ctfixed {
    background-attachment: scroll;
    background-position-y: 0 !important; }
  .home-fw .pnl1 {
    background-position-y: 100px !important; } }

#success_page {
  border: solid 1px #757575;
  padding: 10px;
  background-color: #e1e1e1; }

@media only screen and (min-width: 1200px) {
  .wsmenu {
    width: 100%; }
  .wsmenu-submenu li {
    border-bottom: 1px solid #757575; }
  .wsmenu-submenu li:last-child {
    border: none; }
  .mobile-links {
    display: none; } }

@media only screen and (max-width: 1200px) {
  .wsmenucontainer.wsoffcanvasopener {
    margin-left: 0; }
  .overlapblackbg {
    z-index: 100; }
  .wsoffcanvasopener .wsmenu {
    z-index: 9999; }
  .wsmobileheader {
    background-color: #fff;
    padding: 0; }
  #main_content {
    margin-top: 95px; }
  header .logo {
    display: none; }
  header #share {
    display: none; }
  .smallogo {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 110px; }
  .smallogo img {
    max-height: 80%;
    margin-top: 5px; }
  header .logo {
    text-align: center; }
  header .navbar {
    background-color: #fff; }
  .navbar-default .navbar-toggle {
    border: none; }
  .mobile-nav {
    background-color: #757575;
    z-index: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 40px;
    position: fixed;
    margin-top: 90px; }
  .wsmobileheader .header-top {
    position: fixed;
    background-color: #fff;
    padding-bottom: 20px; }
  .animated-arrow span, .animated-arrow span::before, .animated-arrow span::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    height: 4px;
    width: 28px; }
  .animated-arrow {
    margin: 2px 0 0 15px;
    position: fixed;
    left: auto;
    top: auto; }
  .mobile-home {
    display: block;
    background-color: #393939;
    color: #fff !important;
    font-size: 18px;
    margin: 15px;
    padding: 8px 7px 8px;
    text-align: left; }
  .mobile-home img {
    margin: -6px 15px 0 5px; }
  header .wsmenu .wsmenu-list {
    width: 100%;
    height: auto; }
  header .wsmenu .wsmenu-list li a {
    background-color: #757575;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 17px; }
  header .wsmenu .wsmenu-list li a:hover {
    color: #fff; }
  header .wsmenu .wsmenu-list li:first-child {
    border-top: 1px solid #fff; }
  .mobile-sub .wsmenu-submenu {
    width: 100%; }
  header .mobile-sub .wsmenu-submenu {
    color: #757575;
    border: none; }
  header .mobile-sub .wsmenu-submenu li {
    border-bottom: 1px solid #9c9c9c;
    background-color: #fff !important; }
  header .mobile-sub .wsmenu-submenu li a {
    background-color: #fff !important;
    color: #2d2d2d !important;
    font-size: 16px !important;
    height: auto; }
  header .mobile-sub .wsmenu-submenu li a:hover {
    background-color: #fff !important; }
  header .mobile-sub .wsmenu-submenu li:hover {
    background-color: #fff !important; }
  .wsmenu .wsmenu-list li {
    background-color: #757575 !important;
    border-left: none; }
  .wsmenu li:last-child {
    border-right: none; }
  .active a {
    background-color: #585858 !important; }
  .wsmenu {
    background-color: #fff !important;
    border-right: 1px solid #000 !important; }
  header .wsmenu .wsmenu-list .mobile-links {
    padding: 20px 17px;
    background-color: #757575 !important; }
  header .wsmenu .wsmenu-list .mobile-links li {
    width: 100%;
    list-style: none;
    background-color: #757575 !important;
    border: none;
    margin-bottom: 15px; }
  header .wsmenu .wsmenu-list .mobile-links li a {
    background-color: #757575 !important;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 0; }
  .wsoffcanvasopener .animated-arrow span::before {
    top: 0; }
  .wsoffcanvasopener .animated-arrow span::after {
    top: 0; }
  .mobile-sub-menu {
    display: block;
    padding-top: 40px; }
  .mobile-sub-menu ul {
    padding-left: 15px; }
  .mobile-sub-menu li {
    width: 100%;
    text-align: left;
    padding-bottom: 10px; }
  .mobile-sub-menu li a {
    color: #2d2d2d;
    font-size: 16px; }
  .head-right ul {
    margin-bottom: 0; } }

@media (max-width: 991px) {
  .white-box-left, .white-box-right {
    margin: 20px; }
  .white-box-right .btn-primary.custom2, .white-box-left .btn-primary.custom2 {
    width: 300px;
    white-space: normal;
    max-width: 100%;
    margin: 10px auto; }
  .white-back .block-outer {
    float: none;
    width: 98%;
    padding-left: 20px; }
  .pad100-0 {
    padding: 50px 0; }
  .blue-back-list {
    margin-top: 20px; }
  .pad70-0 {
    padding: 50px 0; }
  .quote-below {
    width: 100%; }
  .quote-below .block-outer {
    width: 98%; }
  .white-box-right .block-outer, .white-box-left .block-outer {
    width: 97%; }
  .a-right {
    text-align: left; }
  .blue-back-right {
    margin-bottom: 50px;
    margin-top: 30px;
    padding: 20px 40px 40px; }
  #accordion {
    margin: 30px 0; }
  .flex .blue-back {
    height: auto;
    padding: 30px; }
  .lquoate {
    font-size: 30px;
    line-height: 40px; }
  .adimgback {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0; }
  .w80 {
    width: 100%; }
  .marg-top50 {
    margin-top: 0; }
  .pad-left-95 {
    padding-left: 0; }
  .left, .right {
    padding: 15px; }
  .white-dash.left .row {
    width: 100%; }
  .scrolldown, .scrolldown1 {
    margin: 50px 0 20px; }
  .mob-block {
    display: inline !important; }
  .introtext .btn.mob-block {
    display: none !important; }
  .platform-list img {
    margin-bottom: 20px; }
  .mob-show {
    display: block; }
  .mob-none {
    display: none; }
  .risk {
    margin: 0 !important; } }

@media (max-width: 767px) {
  .introtext .row .first-list {
    padding-left: 15px; }
  .right-top {
    display: none; }
  .head-right {
    width: 100%;
    text-align: center !important;
    background-color: #fff; }
  .header-top .col-xs-3 {
    width: 100%;
    text-align: center;
    margin: 5px 0 10px; }
  body .mobile-nav {
    margin-top: 10px !important;
    margin-left: 20px;
    width: 50px !important;
    background-color: #fff;
    z-index: 999; }
  .animated-arrow {
    background-color: #b6b6b6;
    padding: 20px 38px 25px 10px; }
  .wsmobileheader .container {
    padding: 0; }
  body .right-bottom a {
    color: #9a9a9a !important; }
  .block-img-1 p, .block-img-2 p, .block-img-3 p {
    display: none; }
  .block-img-1 .block-img-text, .block-img-2 .block-img-text, .block-img-3 .block-img-text {
    vertical-align: bottom;
    padding-bottom: 40px; }
  .block-img-1, .block-img-2, .block-img-3 {
    height: 300px; }
  .introtext .row {
    padding: 0; }
  .introtext > ul {
    list-style: none;
    padding: 0;
    width: 100%; }
  .introtext > ul li {
    float: left;
    background-color: #bd1b34;
    margin: 10px;
    width: 45%;
    text-align: center;
    height: 150px;
    display: table;
    padding-bottom: 0; }
  .introtext ul li a {
    color: #fff;
    display: table-cell;
    vertical-align: middle; }
  .contcol2 {
    padding: 40px 0 25px !important; }
  .icons {
    padding: 20px 0 0 0; }
  .icons .col-sm-4 {
    padding: 25px 0;
    border-top: 2px solid #fff; }
  .foot-lower .container {
    background-color: #fff !important; }
  .foot-nav > div:first-of-type, .foot-nav .col-xs-5 {
    display: none; }
  .foot-nav .col-xs-3, .foot-nav .col-xs-1 {
    width: 100% !important; }
  .foot-nav ul {
    border: none !important;
    padding-left: 0;
    height: auto; }
  body .foot-nav ul li {
    float: left;
    padding: 0 20px !important; }
  body .foot-nav ul li a {
    font-size: 18px !important; }
  .foot-nav .col-xs-1 ul {
    width: 150px;
    margin: 0 auto; }
  .foot-nav .col-xs-3 ul {
    width: 330px;
    margin: 0 auto; }
  .foot-nav .col-xs-3 {
    border-bottom: 20px solid #757575;
    padding-bottom: 20px; }
  .foot-nav .col-xs-1 {
    padding-top: 30px; }
  .foot-nav .fa {
    font-size: 2em !important; }
  footer {
    margin-top: 0; }
  footer .container {
    padding: 0; }
  .foot-lower {
    margin-top: 0;
    padding: 0 30px; }
  .mobile-display {
    display: block; }
  .desk-display {
    display: none; }
  .top-block {
    height: 100%; }
  .lower-block {
    height: auto;
    background-color: #eaf1f6;
    padding-bottom: 40px; }
  .lower-block h3 {
    margin-bottom: 20px; }
  .lower-block p {
    margin-bottom: 30px; }
  .page-intro .col-xs-6 {
    width: 100%; }
  .list-block .block-outer {
    width: 97%; }
  .list-block h4, .list-block h3, .list-block h2 {
    margin-bottom: 15px;
    font-size: 18px !important; }
  .block-h {
    height: auto;
    margin-bottom: 10px; }
  .list-block .btn-primary.custom2 {
    margin-bottom: 20px; }
  .pad-left-40, .pad-left-95 {
    margin-left: auto;
    margin-right: auto; }
  .share-links {
    margin: 0 auto 35px; }
  .page-intro h1 {
    font-size: 30px; }
  .page-intro p {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px; }
  .page-intro p.small {
    font-size: 14px;
    margin-top: 0px; }
  .quote p {
    font-size: 30px; }
  .col-sm-4 .block-p {
    margin-bottom: 20px; }
  #back_image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .page-intro {
    height: auto;
    padding-top: 0;
    padding-bottom: 40px; }
  .white-box-left, .white-box-right {
    padding: 10px 15px; }
  .scrolldown {
    display: none; }
  .block-h h2 {
    margin-bottom: 10px !important; }
  .opaque-back {
    padding-top: 40px;
    padding-bottom: 40px; }
  .bottom-block {
    padding: 30px 0; }
  .intro-text-outer {
    text-align: center; }
  .pad70-0 {
    padding: 40px 0; }
  .pad-left-40 {
    padding-left: 0; }
  .container {
    padding-left: 20px;
    padding-right: 20px; }
  #main_content, #main_content_inner {
    margin-top: 70px; }
  .opaque-back .row {
    padding: 0; }
  .white-dash.left .row .col-sm-6 {
    padding: 0; }
  .white-dash.left ul {
    margin-bottom: 0; }
  .white-dash.left .row .col-sm-6:last-child {
    margin-bottom: 30px; }
  .pale-grey .list-block {
    margin-top: 0; }
  body {
    font-size: 14px; }
  .block-img-text .col-xs-6 {
    padding-right: 15px; }
  .block-img-text {
    width: 100% !important; }
  .list-block p {
    margin-bottom: 10px; }
  .white-box-p {
    margin-bottom: 20px; }
  .white-box-left, .white-box-right {
    margin: 0 0 20px 0; }
  .white-box-right .btn-primary.custom2, .white-box-left .btn-primary.custom2 {
    padding: 10px;
    line-height: 15px;
    font-size: 14px; }
  .l-blue {
    font-size: 16px; }
  .xl-blue {
    font-size: 18px;
    line-height: 20px; }
  .pad3050, .flex .blue-back {
    padding: 20px;
    margin: 0 -10px; }
  .right-bottom {
    display: none; }
  .btn-primary.custom2 {
    font-size: 14px; }
  .lquoate {
    padding: 0 15px; }
  .quote-aut {
    padding-right: 15px; }
  .opaque-back .list-block .col-sm-4 {
    margin-bottom: 25px; }
  .opaque-back .list-block:last-child .col-sm-4:last-child {
    margin-bottom: 0; }
  .white-dash, .pale-dash, .blue-dash {
    padding: 20px; }
  .white-dash.left .list-block .col-sm-6:first-child {
    margin-bottom: 0; }
  .pale-grey .list-block ul {
    padding-top: 0;
    padding-bottom: 20px; }
  #main_content_inner h1, #main_content_inner h2 {
    font-size: 24px; }
  .blue-back-right.links {
    padding: 20px 20px 10px;
    margin-bottom: 20px; }
  .white-dash .col-sm-6:first-child .acc-list {
    margin-bottom: 0 !important; }
  .white-dash .col-sm-6:last-child .acc-list {
    margin-top: 0 !important; }
  .white-dash .acc-list {
    font-size: 16px; }
  .contact.tel, .contact-l {
    font-size: 18px; }
  .contact-l img, .contact img {
    margin-right: 15px; }
  .fixedpanel, .fixedpanel .h-wrap {
    height: auto !important; }
  .pnl1 .introtext, .pnl2 .blue-panel, .pnl3 .introtext, .pnl4 .g-back {
    position: relative; }
  .pnl1 {
    background-position-y: 100px !important;
    background-size: cover !important; }
  .fixedpanel {
    background-size: cover !important; }
  .pnl1 .block-img-text, .pnl2 .block-img-text, .pnl4 .block-img-text, .pnl3 .block-img-text {
    margin: 0;
    padding: 70px 50px;
    float: none;
    text-align: center;
    opacity: 1 !important; }
  .pnl2 .blue-panel {
    background-color: #bd1b34; }
  #textlower.introtext ul li a {
    color: #bd1b34;
    display: block; }
  #textlower.introtext ul {
    margin-bottom: 0; }
  .g-back {
    text-align: center; }
    .g-back img {
      margin-bottom: 20px; }
  .g-back h6 a {
    font-size: 20px; }
  .pnl3 .block-img-text h2, .pnl3 .block-img-text p, .pnl2 .block-img-text h2, .pnl2 .block-img-text p, .pnl4 .block-img-text h2, .pnl4 .block-img-text p {
    color: #fff; }
  .pnl1 .block-img-text, .pnl2 .block-img-text, .pnl3 .block-img-text, .pnl3 .block-img-text, .pnl4 .block-img-text {
    background: rgba(0, 0, 0, 0.3); }
  .lower-block .btn-primary.custom2 {
    background: #79151b; }
  .introtext p {
    font-size: 14px; }
  .introtext ul li {
    font-size: 16px; }
  .home footer {
    background: #fff; }
  .foot-lower-top {
    font-size: 12px; }
  .foot-lower-bottom p {
    margin-bottom: 10px; }
  .fixedpanel {
    background-image: none !important; }
  .pnl1 .h-wrap .row:first-child {
    background-image: url("../img/homefiller1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left; }
  .pnl2 .h-wrap > .row {
    background-image: url("../img/homefiller2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right; }
  .pnl3 .h-wrap > .row {
    background-image: url("../img/homefiller3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right; }
  .pnl4 .h-wrap > .row {
    background-image: url("../img/homefiller4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right; }
  .pnl1 .introtext {
    padding-top: 30px;
    padding-bottom: 45px; }
  #textlower {
    background: #fff; }
  .introtext h1, .introtext h2 {
    font-size: 22px;
    line-height: 30px; }
  .lower-block p {
    font-size: 14px;
    margin-bottom: 0; }
  .block-img-1 h2, .block-img-2 h2, .block-img-3 h2 {
    font-size: 40px; }
  .introtext h1, .introtext h2, .lower-block h3 {
    font-size: 24px;
    line-height: 30px; }
  .introtext p {
    font-size: 14px; }
  h1, h3, h2, .contcol2 h3, .white-box-left h2, .white-box-left h3 {
    font-size: 24px; }
  .contcol2 p {
    font-size: 14px; }
  a.icon-link {
    font-size: 16px; }
  .top_image img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover; }
  #back_image {
    margin-top: 70px;
    height: 100vh; }
    #back_image img {
      -o-object-position: right;
      object-position: right; }
  .mob-tel {
    display: inline;
    position: absolute;
    right: 15px; }
  .block-img-text p.small {
    width: 100%;
    margin-bottom: 15px; }
  .lquoate {
    font-size: 20px;
    line-height: 26px; }
  .block-img-text.why, .block-img-text.prod, .why p.small, .trade p.small {
    width: 100%; }
  .no-desk {
    display: block; }
  .b-bottom {
    padding-bottom: 0; }
    .b-bottom .blue-back-right {
      margin: 50px -10px 0; }
  .home-fw .pnl1 .h-wrap > .container:first-child {
    background-image: url("../img/homefiller1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0; }
  .home-fw .pnl1 .h-wrap .row {
    background-image: none !important; }
  .home-fw .fixedpanel .container {
    padding: 0; }
  .home-fw .pnl2 .h-wrap > .container:first-child {
    background-image: url("../img/homefiller2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left; }
  .home-fw .pnl3 .h-wrap > .container:first-child {
    background-image: url("../img/homefiller3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left; }
  .home-fw .pnl4 .h-wrap > .container:first-child {
    background-image: url("../img/homefiller4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left; }
  .home-fw .foot-lower {
    background: #fff; }
  #cookiebanner {
    font-size: 12px; }
  .p-bottom {
    padding-bottom: 30px; }
  .risk {
    padding-bottom: 5px; } }

@media (max-width: 574px) {
  .serv-white-box {
    padding-top: 40px; }
  .list-block .block-outer {
    width: 96%; }
  .white-box-left .block-outer, .white-box-right .block-outer {
    width: 94%; }
  .quote p {
    padding: 0; }
  .pad70-0 {
    padding: 30px 0; }
  .list-block h4, .list-block h3, .list-block h2 {
    font-size: 16px !important; } }

@media (max-width: 464px) {
  .introtext > ul li {
    width: 43%; }
  #main_content_inner .contact-l a br, #main_content_inner .contact a br {
    display: inline-block; }
  #main_content_inner .contact-l a, #main_content_inner .contact a {
    display: inline-block; } }

@media (max-width: 425px) {
  .page-intro h1 {
    font-size: 30px; } }

@media (max-width: 353px) {
  .introtext ul li {
    width: 95%;
    height: 100px; }
  .opaque-back .block-outer {
    width: 94%; } }

/*********** EOF RESPONSIVE STYLES ***********/
.modal-backdrop.in {
  opacity: .7; }

.modal-content {
  border-radius: 0; }

.modal-footer {
  text-align: left;
  border: none;
  padding: 15px 50px 30px; }

.modal-header {
  border: none;
  padding: 30px 50px 15px; }
  .modal-header img {
    width: 150px; }

.close {
  font-size: 36px;
  z-index: 3;
  position: absolute;
  right: 6px;
  top: 0;
  opacity: 1;
  color: #bd1b34; }

#myModalLabel {
  margin-bottom: 20px; }

.modal-body {
  padding: 15px 50px; }

#noticeModal, #noticeModal .fade {
  padding: 0;
  margin: 0; }

@media (max-width: 464px) {
  .modal-footer {
    padding: 15px 20px 30px; }
  .modal-header {
    padding: 30px 20px 15px; }
  .modal-body {
    padding: 15px 20px; } }
