/*-----------------------------------------------------------------------------------*/
/* GLOBAL */
/*-----------------------------------------------------------------------------------*/

body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

main {
  padding-top: 105px;
}

@media (max-width: 991px) {
  main {
    padding-top: 180px;
  }
}

@media (max-width: 767px) {
  main {
    padding-top: 80px;
  }
}

img {
 /*image-rendering: crisp-edges*/
 /*image-rendering: -moz-crisp-edges;*/          /* Firefox                        */
 /*image-rendering: -o-crisp-edges;*/            /* Opera                          */
 /*image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
 /*image-rendering: optimize-contrast;*/         /* CSS3 Proposed                  */
 /*-ms-interpolation-mode: nearest-neighbor;*/   /* IE8+                           */
}

h1 {
  font-size: 54px !important;
  font-weight: 700;
}

h2 {
  position: relative;
  margin-top: 0;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 25px;
  }
}

h1 span, h2 span {
  font-weight: 300;
}

.text-center h2 {
  margin-left: 10px;
}

h2:before {
  width: 8px;
	height: 8px;
	background-color: #e22227;
  position: absolute;
  top: 15px;
  left: -25px;
  content: "";
}

h4 {
  padding-left: 22px;
  position: relative;
  font-weight: 700;
}

h4:before {
  width: 7px;
	height: 7px;
	background-color: #e22227;
  position: absolute;
  margin: 0px 0 0 -22px;
  top: 8px;
  content: "";
}

h5 {
  font-weight: 600;
}

a, a span {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

a.btn {
  position: relative;
  padding: 0 20px;
  font-weight: normal;
  font-weight: 700;
  white-space: normal;
}

a.btn:hover, a.btn:hover span, a.btn:focus, a.btn.focus {
  color: #909090;
}

a.btn:before {
  width: 8px;
	height: 8px;
	background-color: #e22227;
  position: absolute;
  left: 0;
  top: 7px;
}

a.btn:after {
  width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #e22227;
	border-bottom: 6px solid transparent;
  position: absolute;
  right: 4px;
  top: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a.btn:hover:after {
  right: 0px;
}

a.btn:before, a.btn:after {
  content: ""
}

li {
  list-style: square;
  margin-bottom: 20px;
}

/*.grecaptcha-badge {
  display: none
}*/

.white-arrow-top, .grey-arrow-top, .red-arrow-top {
  position: relative;
}

.white-arrow-top:before {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: 0px;
  content: "";
  left: 47.6%;
  z-index: 100;
}

.grey-arrow-top:before {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #efeff0;
  position: absolute;
  top: 0px;
  content: "";
  left: 47.6%;
  z-index: 100;
}

.red-arrow-top:before {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #e22227;
  position: absolute;
  top: -10px;
  content: "";
  left: 47.6%;
  z-index: 100;
}

.red-arrow-divider-bottom {
  border-bottom: 10px solid #e22227;
  position: relative;
}

.red-arrow-divider-bottom:after {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #e22227;
  position: absolute;
  bottom: -30px;
  content: "";
  left: 47.6%;
  z-index: 100;
}

.grey-arrow-divider-bottom {
  border-bottom: 10px solid #e9e8ea;
  position: relative;
}

.grey-arrow-divider-bottom:after {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #e9e8ea;
  position: absolute;
  bottom: -30px;
  content: "";
  left: 47.6%;
  z-index: 100;
}

.light-grey-arrow-divider-bottom {
  border-bottom: 10px solid #efeff0;
  position: relative;
}

.light-grey-arrow-divider-bottom:after {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #efeff0;
  position: absolute;
  bottom: -30px;
  content: "";
  left: 47.6%;
  z-index: 100;
}

.grey-no-arrow-divider-bottom {
  border-bottom: 10px solid #e9e8ea;
  position: relative;
}

.red-arrow-divider-top {
  border-top: 10px solid #e22227;
  position: relative;
}

.red-arrow-divider-top:before {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #e22227;
  position: absolute;
  top: 0px;
  content: "";
  left: 47.6%;
  z-index: 100;
}

.grey-arrow-divider-bottom {
  border-bottom: 10px solid #9c9d9d;
  position: relative;
}

.grey-arrow-divider-bottom:after {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #9c9d9d;
  position: absolute;
  bottom: -30px;
  content: "";
  left: 47.6%;
  z-index: 100;
}

@media screen and (max-width: 1200px) {
  .red-arrow-divider-bottom:after,
  .white-arrow-top:before,
  .grey-arrow-divider-bottom:after,
  .light-grey-arrow-divider-bottom:after,
  .grey-arrow-top:before,
  .red-arrow-top:before {
    left: 46.6%;
  }
}

@media screen and (max-width: 991px) {
  .red-arrow-divider-bottom:after,
  .white-arrow-top:before,
  .grey-arrow-divider-bottom:after,
  .light-grey-arrow-divider-bottom:after,
  .grey-arrow-top:before,
  .red-arrow-top:before  {
    left: 46.4%;
  }
}

@media screen and (max-width: 767px) {
  .red-arrow-divider-bottom:after,
  .white-arrow-top:before,
  .grey-arrow-divider-bottom:after,
  .light-grey-arrow-divider-bottom:after,
  .grey-arrow-top:before,
  .red-arrow-top:before  {
    left: 45.4%;
  }
}

@media screen and (max-width: 480px) {
  .red-arrow-divider-bottom:after,
  .white-arrow-top:before,
  .grey-arrow-divider-bottom:after,
  .light-grey-arrow-divider-bottom:after,
  .grey-arrow-top:before,
  .red-arrow-top:before  {
    left: 41.5%;
  }
}

@media screen and (max-width: 380px) {
  .red-arrow-divider-bottom:after,
  .white-arrow-top:before,
  .grey-arrow-divider-bottom:after,
  .light-grey-arrow-divider-bottom:after,
  .grey-arrow-top:before,
  .red-arrow-top:before  {
    left: 38%;
  }
}

.parallax {
  position: static;
  padding: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top 0;
  background-attachment: fixed;
  overflow: hidden;
}

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}

.text-bottom {
  display: inline-block;
}

.no-padding {
  padding: 0 !important;
}

.disabled {
  cursor: not-allowed;
}

*:focus {
	outline: none;
  outline: -webkit-focus-ring-color 0;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.overlay {
  position: relative;
}

.overlay:after {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  background-color: #e22227;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.overlay:hover:after  {
  opacity: .5;
}

.content-img, .content-carousel-wrap {
  position: relative;
  display: block;
  margin: 30px 0px 70px;
}

#insights-container .content-img, #insights-container .content-carousel-wrap {
  margin: 30px 0px 70px;
}

.content-carousel-wrap {
  position: relative;
}

.content-carousel:before {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #3d3d3b;
  position: absolute;
  top: -7px;
  content: "";
  left: 46.5%;
  z-index: 100;
}

.content-img .img-caption, .content-carousel .img-caption {
  position: absolute;
  bottom: 0;
  /*background-color: #000000;*/
  width: 100%;
  padding: 10px 20px;
  color: #ffffff;
  opacity: 0.8;
  font-size: 15px;
}

.content-carousel .img-caption {
  padding: 10px 100px 10px 20px;
}

.content-carousel-nav {
  position: absolute;
  bottom: 10px;
  right: 5px;
  color: #ffffff;
}

.content-carousel-nav .slick-prev, .content-carousel-nav .slick-next{
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.content-carousel-nav .slick-arrow {
  cursor: pointer;
  color: #e22227;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 40px;
  float: left;
  margin: 0px 10px 0;
}

.content-carousel-counter {
  display: block;
  float: left;
  font-size: 12px;
  padding-top: 10px;
}

.content-carousel-nav .slick-arrow:hover {
  color: #909090;
}

@media (max-width: 768px) {
  .content-img, .content-carousel-wrap {
    margin: 20px 0 60px 0;
  }
  .content-img .img-caption, .content-carousel .img-caption {
    position: relative;
    opacity: 0.8;
  }
}

blockquote, .container-black {
  background-color: #000000;
  color: #ffffff;
  /*margin: 80px -900px;
  padding: 40px 900px;*/
  position: relative;
}

blockquote:before, .before {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #e22227;
  position: absolute;
  top: -10px;
  content: "";
  left: 44%;
  z-index: 100;
}

@media screen and (max-width: 480px) {
  blockquote:before {
    left: 35%;
  }
}

blockquote p {
  font-weight: 700;
}

.signoff {
  background: url(../img/eos-signoff-logo.png) no-repeat center center;
  display: inline-block;
  height: 11px;
  width: 27px;
  background-size: 100%;
}

/* ---------- Enable 5 Col Grid Start ---------- */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* ---------- Enable 5 Col Grid End ---------- */

/*-----------------------------------------------------------------------------------*/
/* HEADER */
/*-----------------------------------------------------------------------------------*/

header.top-header {
  position: fixed;
  z-index: 200000;
}

.main-menu {
  position: relative;
}

.navbar-brand {
  position: relative;
  z-index: 1000;
  margin-top: 52px;
}

@media (max-width: 767px) {
  .navbar-brand {
    margin-top: 32px;
    margin-left: 15px;
  }
}

header.sticky .navbar-brand {
  background: url(../img/eos-logo-sticky-x2.png) no-repeat center center;
  display: block;
  height: 21px;
  width: 199px;
  background-size: 100%;
  margin-top: 30px;
}

.navbar-brand img {
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header.sticky .navbar-brand img {
  opacity: 0;
}

.navbar-default {
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header.sticky .navbar-default {
  border-color: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.5);
}

/* ---------- Search Styles Start ---------- */

#header-search-button {
  margin-top: 57px;
  margin-left: 20px;
  margin-right: 0 !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 991px) {
  #header-search-button {
    margin-left: 90px;
  }
}

header.sticky #header-search-button {
  margin-top: 30px;
}

#header-search-button i {
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#header-search-button i:hover {
  color: #909090;
}

#header-search-input {
  display: block;
  background-color: #000000;
  border-top: 2px solid #e22227;
  position: absolute;
  bottom: -42px;
  right: -900px;
  margin-right: -900px;
  padding-right: 900px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}

#header-search-input.active-slide {
  right: 15px;
}

#header-search-input input {
  background-color: transparent;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 15px;
}

#header-search-input button.header-search-submit {
  background-color: transparent;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}

#header-search-input button.header-search-submit:before {
  border-left: 1px solid #e22227;
  content: "";
  margin-right: 10px;
}

#header-search-input button.header-search-submit i {
  position: relative;
  right: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#header-search-input button.header-search-submit:hover i {
  right: 0px;
}

#header-search-input input::-webkit-input-placeholder {
   color: #ffffff;
}

#header-search-input input:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;
}

#header-search-input input::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;
}

#header-search-input input:-ms-input-placeholder {
   color: #ffffff;
}

@media (max-width: 767px) {
  #header-search-button {
    display: inline-block;
    margin-top: 22px;
    font-size: 23px;
    margin-right: 5px !important;
    margin-left: 0 !important;
    float: right;
  }
  header.sticky #header-search-button {
    margin-top: 22px;
  }
  #header-search-input {
    bottom: -50px;
    right: -300px;
    margin-right: -300px;
    padding-right: 300px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  #header-search-input input {
    font-size: 17px;
  }
  #header-search-input button.header-search-submit {
    font-size: 19px;
  }
}

/* ---------- Search Styles End ---------- */

/* ---------- Menu Styles Start ---------- */

@media (min-width: 768px) { /* --- Mobile First Styling to match Bootstrap --- */

  header.sticky .navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 25px;
  }

  .navbar-nav > li > a {
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	  /*line-height: 54px;*/
}

  .navbar-nav > li > a .caret {
    color: #e22227;
  }

  .navbar-nav > .active > a .caret {
    color: #ffffff;
  }

  .navbar-nav > .active > a:before {
    width: 4px;
  	height: 4px;
  	background: #ffffff;
    position: absolute;
    left: 5px;
    top: 68px;
    content: "";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  header.sticky .navbar-nav > .active > a:before {
    top: 43px;
  }

  .dropdown-menu > li > a {
    position: relative;
  }

  .dropdown-menu > li > a:before, .dropdown-menu > li > a:after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .dropdown-menu > li > a:hover:before {
    width: 4px;
  	height: 4px;
  	background: #ffffff;
    position: absolute;
    left: 11px;
    top: 19px;
    content: "";
  }

  .dropdown-menu > li > a i {
    color: #ffffff;
    margin-left: 2px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .dropdown-menu > li > a:hover i {
    opacity: 1;
    margin-left: 8px;
  }

  .dropdown-menu > li > a {
    min-width: 200px !important;
  }

  .dropdown-menu.services-drop > li > a {
    min-width: 215px !important;
    background-color: #000000;
  }

  .dropdown-menu.services-drop > li > a:hover {
    background-color: #e22227 !important;
  }

  .dropdown-menu > li > a.highlighted {
    background-color: #e22227 !important;
    border-color: #414141;
  }

  .dropdown-menu > li > a.highlighted:hover {
    background-color: #e22227 !important;
    border-color: #414141;
  }

  .dropdown-menu > li > a.highlighted:before {
    width: 4px;
  	height: 4px;
  	background: #ffffff;
    position: absolute;
    left: 11px;
    top: 19px;
    content: "";
  }

  .dropdown-menu > li > a.highlighted i {
    color: #ffffff;
    margin-left: 8px;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .navbar-right ul.dropdown-menu {
    left: 55px !important;
    min-width: 245px !important;
  }

  .dropdown ul ul.dropdown-menu {
    left: auto !important;
    right: -245px;
    background-color: #e22227;
    border-top: 4px solid transparent;
    border-left: 1px solid #a01010;
  }

  .dropdown ul ul.dropdown-menu:before {
    content: "";
    background-color: #fff;
    height: 2px;
    display: block;
  }

  .dropdown ul ul.dropdown-menu > li > a {
    color: #ffffff;
    border-bottom: 1px solid #a01010;
  }

  .dropdown ul ul.dropdown-menu > li > a:hover {
    background-color: #a01010;
  }

  .dropdown ul ul.dropdown-menu li:last-child a {
    border: 0px;
  }
}

.navbar-nav > li > .dropdown-menu.services-drop {
  left: 140px !important;
}

@media (max-width: 991px) {
  .navbar-nav > li > .dropdown-menu.services-drop {
    left: 205px !important;
  }
}

#nav-featured { /* --- This is hidden mobile --- */
  position: absolute;
  left: -333px;
  top:-2px;
  background-color: #000000;
  border-top: 2px solid #e22227;
  border-right: 1px solid #414141;
}

#nav-featured .nav-featured-col, #nav-featured .nav-download-col {
  display: block;
  float: left;
  width: 166px;
  min-height: 251px;
  padding: 15px 20px;
}

#nav-featured .nav-featured-col {
  border-right: 1px solid #414141;
}

#nav-featured h3 {
  font-size: 15px;
  color: #e22227;
  padding: 0 0 16px 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal !important;
}

#nav-featured .nav-featured-img {
  padding: 0 0 16px 0;
  height: 97px;
}

#nav-featured .nav-featured-img img {
  width: 100%;
}

#nav-featured p {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

#nav-featured a.btn {
  color: #ffffff;
  font-size: 12px;
  padding: 0 15px;
}

#nav-featured a.btn:before {
  width: 6px;
  height: 6px;
  background-color: #e22227;
  left: 0;
  top: 6px;
}

#nav-featured a.btn:after {
  border-top: 5px solid transparent;
  border-left: 5px solid #e22227;
  border-bottom: 5px solid transparent;
  top: 4px;
}

/* ---------- Menu Styles End ---------- */

/* ---------- Mobile Menu Styles Start ---------- */

.navbar-nav {
  margin: 0px -15px;
}

.navbar-nav li {
  margin: 0px;
  list-style: none;
}

.navbar-toggle {
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0px solid transparent;
}

header.sticky .navbar-toggle {
  margin-top: 22px;
  margin-bottom: 22px;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #e22227;
  height: 4px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.navbar-default .navbar-collapse.in {
  border-color: #e22227;
}

header.sticky .navbar-default {
  border-bottom: 1px solid #e22227;
  border-color: #e22227;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  /*transform-origin: 10% 10%;*/
  transform-origin: 0% 50%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  /*transform-origin: 10% 90%;*/
  transform-origin: 0% 50%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.dropdown-submenu .dropdown-menu {
  display: block !important;
}

.navbar-default .navbar-nav.sm-collapsible > li > a {
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #140304;
  border-bottom: 1px solid #4f0c0e;
  color: #ffffff;
}

.navbar-default .navbar-nav.sm-collapsible > li > a:last-child {
  border-bottom: 0px !important;
}

.navbar-default .navbar-nav.sm-collapsible > li.open > a {
  background-color: #e22227;
  border-bottom: 1px solid #e22227;
  color: #ffffff;
}

.navbar-default .navbar-nav.sm-collapsible > li > a:hover {
  background-color: #e22227;
  color: #ffffff;
}

.navbar-nav.sm-collapsible > .active > a, .navbar-nav.sm-collapsible > .active > a:focus {
  color: #e22227;
}

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  font-size: 22px;
  border-width: 0px;
  border-style: none;
  position: absolute;
  right: 0;
  margin: -3px 15px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
}

.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-weight: bold;
}

.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: '-';
}

@media (max-width: 767px) { /* -- Some overrides needed --*/
  header.sticky .navbar-brand {
    margin-left: 15px;
  }
  header .navbar-brand {
    margin-left: 15px;
    background: url(../img/eos-logo-sticky-x2.png) no-repeat center center;
    display: block;
    height: 21px;
    width: 199px;
    background-size: 100%;
    margin-top: 30px;
  }
  .navbar-brand > img {
    width: 190px;
    opacity: 0;
  }
  .navbar-default {
    border-bottom: 1px solid #e22227;
    border-color: #e22227;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff !important;
    line-height: 22px;
    font-size: 16px;
    padding: 15px 25px;
    border-bottom: 1px solid #e22227;
    background-color: #4f0c0e;
    text-transform: capitalize;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #94171a;
  }

  .navbar-default .navbar-nav .open ul.dropdown-menu ul li a {
    padding-left: 50px;
  }

  .navbar-default .navbar-nav .open ul.dropdown-menu ul li a:hover {
    background-color: #94171a;
    color: #c7c7c7;
  }
}

/* ---------- Mobile Menu Styles End ---------- */

/*-----------------------------------------------------------------------------------*/
/* HOME PAGE */
/*-----------------------------------------------------------------------------------*/

/* ---------- Carousel Styles Start ---------- */

#home-carousel {
  position: relative;
}

#home-carousel .slick-carousel img {
  /*max-width: 100%;*/
  height: auto;
  /* opacity: 0; */
}

#home-carousel .backgroundDiv {
	background-position: center center;
	background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

#home-carousel .slick-slide {
  background-position: center center;
	background-size: cover;
  max-height: 760px;
  overflow: hidden;
}

@media (max-width: 1310px) {
  #home-carousel .slick-slide {
    max-height: 600px;
  }
}

#home-carousel .slick-carousel-caption {
  position: absolute;
  top: 25%;
  max-width: 1100px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
  -webkit-text-shadow:  2px 2px 6px rgba(0, 0, 0, 0.9);
  -moz-text-shadow:  2px 2px 6px rgba(0, 0, 0, 0.9);
}

#home-carousel .slick-carousel-caption h2 {
  position: relative;
  color: #ffffff;
  /*background-color: #000000;*/
  display: inline-block;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  /*margin-left: -900px;
  padding-left: 900px;*/
  padding-left: 0;
  padding-top: 10px;
  margin: 0;
}

#home-carousel .slick-carousel-caption h2:before {
  top: 36px;
  /*margin: 0px 0 0 -25px;*/
}

#home-carousel .slick-carousel-caption .subtitle {
  font-size: 18px;
  padding-top: 35px;
  width: 65%;
  color: #ffffff;
  font-weight: normal;
}

#home-carousel .slick-carousel-caption a.btn {
  color: #ffffff;
  font-weight: normal;
}

#home-carousel .home-slider-nav {
  position: absolute;
  top: 35%;
  right: 10%;
}

#home-carousel .slick-dots {
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
}

#home-carousel .slick-dots li {
  position: relative;
  display: block;
  margin-bottom: 20px;
  width: 6px;
  height: 6px;
  overflow: hidden;
}

#home-carousel .slick-dots li button {
  display: block;
  cursor: pointer;
  border: 0;
  background-color: #e22227;
  width: 6px;
  height: 6px;
  color: transparent;
  content: '';
  outline: none;
  padding: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#home-carousel .slick-dots li button:hover, #home-carousel .slick-dots li.slick-active button:hover {
  background-color: #ffffff;
}

#home-carousel .slick-dots li.slick-active button {
  background-color: #909090;
}

@media (max-width: 1290px) {
  #home-carousel .slick-carousel-caption {
    max-width: 1020px;
  }
  #home-carousel .home-slider-nav {
    right: 10%;
  }
}

@media (max-width: 1200px) {
  #home-carousel .slick-carousel-caption {
    top: 15%;
    max-width: 820px;
  }
  #home-carousel .slick-carousel-caption .subtitle {
    width: 65% !important;
  }
  #home-carousel .slick-carousel-caption h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 768px) {
  #home-carousel .slick-carousel-caption {
    top: 10%;
    padding-left: 45px;
    max-width: 80% !important;
  }

  #home-carousel .slick-carousel img {
    height: 500px;
    max-width: none;
  }

  #home-carousel .slick-carousel-caption h2 {
    font-size: 35px;
    line-height: 40px;
  }

  #home-carousel .slick-carousel-caption h2:before {
    top: 30px;
  }

  #home-carousel .slick-carousel-caption .subtitle {
    font-size: 16px;
    padding-top: 15px;
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  #home-carousel .slick-carousel img {
    height: 420px;
    max-width: none;
  }
  #home-carousel .slick-carousel-caption h2 {
    font-size: 25px;
    line-height: 30px;
  }
  #home-carousel .slick-carousel-caption h2::before {
    top: 22px;
    width: 6px;
    height: 6px;
  }
  #home-carousel .slick-carousel-caption .subtitle {
    width: 100% !important;
  }
}

/* ---------- Carousel Styles End ---------- */

/* ---------- Risk Section Styles Start ---------- */

#risk-banner {
  background-color: #000000;
}

#risk-banner .parallax {
  background-image: url(../img/city-background.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
  #risk-banner .parallax {
    background-attachment: inherit;
    background-position: 0 0;
    background-size: cover;
  }
}

@media only screen
and (max-device-width : 767px) {
  #risk-banner .parallax {
    background-attachment: inherit;
    background-position: 0 0;
    background-size: cover;
  }
}

#risk-banner.sectors-risk .parallax {
  background-image: url(../img/earth-background.jpg);
}

#risk-banner .service-icon {
  display: block;
  height: 55px;
  width: 68px;
  background-size: 353px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 25px;
}

#risk-banner .service-icon.advise {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 0% 0%;
}

#risk-banner .service-icon.protect {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 27.5% 0%;
}

#risk-banner .service-icon.assist {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 52.5% 0%;
}

#risk-banner h2:before {
  background: #ffffff;
}

#risk-banner p {
  color: #ffffff;
  padding: 0 20px;
}

#risk-banner a.btn {
  color: #ffffff;
}

#risk-banner .logo img {
  width: 15%;
  margin-bottom: 25px;
}

#risk-banner .risk-banner-hero {
  margin: 170px 0 90px;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#risk-banner.sectors-risk .risk-banner-hero {
  margin: auto 0;
  padding: 75px 0;
  background-color: transparent;
}

#risk-banner .risk-banner-hero h1 {
  color: #ffffff;
  margin: 0px;
}

#risk-banner.sectors-risk .risk-banner-hero h1 {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  #risk-banner .logo img {
      width: 30%;
  }
}

@media (max-width: 480px) {
  #risk-banner .logo img {
      width: 50%;
  }
}

/* ---------- Risk Section Styles End ---------- */

/* ---------- Country Alert Styles Start ---------- */

#home-country {
  background-color: #efeff0;
  position: relative;
}

#home-country .home-country-content {
  background-color: #efeff0;
  max-height: 315px;
  overflow-y: scroll;
  margin-top: 50px;
  max-height: 170px;
}

@media (min-width: 991px) {
  #home-country .home-country-content {
    max-height: 320px;
  }
}

@media only screen and (min-width: 670px) and (max-width: 767px) {
  #home-country .home-country-content {
    max-height: 400px;
  }
}

@media (min-width: 768px) {
  #home-country .home-country-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
    margin-top: 0;
    max-width: 500px;
  }
}

@media (max-width: 669px) {
  #home-country .home-country-content {
    max-height: 400px;
  }
}

#home-country .home-country-content::-webkit-scrollbar {
  width: 6px;
}

#home-country .home-country-content::-webkit-scrollbar-track {
  background-color: #ffffff;
}

#home-country .home-country-content::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#home-country .home-country-content h2 {
  font-size: 22px;
  line-height: 1.0;
  margin-bottom: 0 !important;
}

#home-country .home-country-content p {
  margin: 0;
}

#home-country .home-country-content a.btn {
  /*padding: 0;
  font-size: 13px;
  line-height: 0;*/
  color: #e02128;
}

#home-country .home-country-content hr {
  margin-top: 15px;
  margin-bottom: 0;
  border-top: 0;
}

#home-country .home-country-content a.btn:hover, #home-country .home-country-content a.btn:hover span {
    color: #909090;
}

/*#home-country .home-country-content a.btn:before, #home-country .home-country-content a.btn:after {
  display: none;
}*/

#home-country .home-country-map {
  background-color: #ffffff;
}

#home-country svg {
  min-height: 500px;
}

@media (max-width: 1289px) {
  #home-country svg {
    min-height: 411px;
  }
}

@media (max-width: 991px) {
  #home-country svg {
    min-height: 313px;
  }
}

@media (max-width: 991px) {
  #home-country svg {
    min-height: 313px;
  }
}

@media (max-width: 767px) {
  #home-country svg {
    min-height: 200px;
  }
}

/* ---------- Country Alert Styles End ---------- */

/* ---------- Services Styles Start ---------- */

#home-services, #csr {
  background-color: #000000;
}

#home-services .parallax {
  background-image: url(../img/recovery-background.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
  #home-services .parallax {
    background-attachment: inherit;
    background-position: 0 0;
    background-size: cover;
  }
}

@media only screen
and (max-device-width : 767px) {
  #home-services .parallax {
    background-attachment: inherit;
    background-position: 0 0;
    background-size: cover;
  }
}

@media (min-width: 1133px) {
  #home-services .parallax, #csr .parallax {
    background-size: cover;
  }
}

#home-services h2:before {
  background: #ffffff;
}

#home-services p {
  color: #ffffff;
  padding: 0 20px;
}

#home-services a.btn {
  color: #ffffff;
}

#home-services .tab-section {
  margin: 0 0 60px;
}

#home-services .service-icon {
  display: block;
  height: 55px;
  /* NEW */ width: 80px;
  /* NEW */ background-size: 480px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 25px;
}

#home-services .nav > li > a {
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
}

#home-services .nav > li > a span {
  position: relative;
}

#home-services .nav > li > a span:before {
  opacity: 0;
  width: 5px;
  height: 5px;
  background: #e22227;
  position: absolute;
  left: -15px;
  top: 7px;
  content: "";
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#home-services .nav > li > a:after {
  width: 0;
  height: 0;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 10px solid #e22227;
  position: absolute;
  right: 43%;
  bottom: -25px;
  content: "";
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

#home-services .nav > li > a:hover span:before, #home-services .nav > li > a:focus span:before {
  opacity: 1;
}

#home-services .nav > li.active > a:after, #home-services .nav > li.active > a span:before {
  opacity: 1;
}

#home-services .service-icon.advise {
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  /* NEW */ background-position: 0.5% 0%;
}

#home-services .service-icon.protect {
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  /* NEW */ background-position: 21% 0%;
}

#home-services .service-icon.assist {
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  /* NEW */ background-position: 39.5% 0%;
}

#home-services .service-icon.recovery {
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  /* NEW */ background-position: 58.5% 0%;
}

#home-services .service-icon.maritime {
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  /* NEW */ background-position: 78.3% 0%;
}

#home-services .service-icon.super-yachts {
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  /* NEW */ background-position: 99% 0%;
}

#home-services .tab-content {
  padding-top: 0;
}

#home-services .tab-content p {
  padding-top: 20px;
  padding-bottom: 30px;
}

#home-services .tab-content .service-icon, #home-services .services-mob .service-icon {
  display: block;
  height: 86px;
  width: 119px;
  background-size: 600px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 25px;
}

#home-services .tab-content .service-icon.advise, #home-services .services-mob .service-icon.advise {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 0% 100%;
}

#home-services .tab-content .service-icon.protect, #home-services .services-mob .service-icon.protect {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 27.5% 100%;
}

#home-services .tab-content .service-icon.assist, #home-services .services-mob .service-icon.assist {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 52.5% 100%;
}

#home-services .tab-content .service-icon.recovery, #home-services .services-mob .service-icon.recovery {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 78.5% 100%;
}

#home-services .tab-content .service-icon.maritime, #home-services .services-mob .service-icon.maritime {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 103.3% 100%;
}

#home-services .tab-content .service-icon.super-yachts, #home-services .services-mob .service-icon.super-yachts {
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  /* NEW */ background-position: 98.5% 100%;
  /* NEW */ background-size: 725px;
}

/* ---------- Services Styles End ---------- */

/*-----------------------------------------------------------------------------------*/
/* CONTENT SECTIONS */
/*-----------------------------------------------------------------------------------*/

/* ---------- Intro Banner Styles Start ---------- */

.jumbotron {
  background-repeat: no-repeat;
  background-position: center 30%;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*.jumbotron.services.overview {
  background-image: url(../img/services-overview-background.jpg);
}

.jumbotron.services.advise {
  background-image: url(../img/advisory-overview-background.jpg);
}

.jumbotron.services.protect {
  background-image: url(../img/protective-overview-background.jpg);
}

.jumbotron.services.assist {
  background-image: url(../img/assistance-overview-background.jpg);
}

.jumbotron.services.recovery {
  background-image: url(../img/recovery-overview-background.jpg);
}

.jumbotron.services.maritime {
  background-image: url(../img/maritime-overview-background.jpg);
}
*/

#content-slider-container .jumbotron img {
  display: none;
}

.jumbotron h1 {
  color: #ffffff;
  font-size: 75px !important;
  margin: 130px 0;
}

@media (max-width: 900px) {
  .jumbotron {
    background-position: center center;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .jumbotron {
    background-position: center center;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .jumbotron h1 {
    color: #ffffff;
    font-size: 50px !important;
    margin: 80px 0;
  }
}

@media (max-width: 480px) {

  .jumbotron h1 {
    font-size: 35px !important;
  }
}

/* ---------- Intro Banner Styles End ---------- */

/* ---------- Intro Styles Start ---------- */

#intro {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* ---------- Intro Styles End ---------- */

/*-----------------------------------------------------------------------------------*/
/* SERVICES & SECTIONS PAGE */
/*-----------------------------------------------------------------------------------*/

/* ---------- Overview Styles Start ---------- */

#services-overview .services-overview-container {
  /*padding: 125px 0;*/
  margin: 30px 0 0;
  min-height: 450px;
  background-color: #000000;
  border-top: 10px solid #9c9d9d;
  border-bottom: 10px solid #9c9d9d;
  position: relative;
  overflow: hidden;
}

#services-overview .services-overview-container {
  /*padding: 125px 0;*/
  margin: 30px 0 0;
  min-height: 450px;
  background-color: #000000;
  border-top: 10px solid #9c9d9d;
  border-bottom: 10px solid #9c9d9d;
  position: relative;
  overflow: hidden;
}

#services-overview .service-overview-inner {
  background-position: center center;
  background-repeat: no-repeat;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
  transition-duration: 0.5s; /* set the speed of your animation */
}

#sectors-overview .sector-overview-inner {
  background-position: center center;
  background-repeat: no-repeat;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 312px;
  transition-duration: 0.5s; /* set the speed of your animation */
}

#services-overview .services-overview-container:hover .service-overview-inner,
#sectors-overview .sector-overview-image:hover .sector-overview-inner {
  transform: scale(1.1);
}

#services-overview .services-overview-container:before {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #e22227;
  position: absolute;
  top: 0;
  content: "";
  left: 55%;
  z-index: 100;
}

#sectors-overview  {
  padding-bottom: 50px;
}

#sectors-overview .sector-overview-container {
  margin-bottom: 100px;
  position: relative;
}

#sectors-overview .sector-overview-container:before {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #e22227;
  position: absolute;
  top: -10px;
  content: "";
  left: 44.5%;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  #sectors-overview .sector-overview-container:before {
    left: 40.5%;
  }
}

#sectors-overview .sector-overview-header {
  border-top: 10px solid #9c9d9d;
  margin-bottom: 30px;
  position: relative;
}

#sectors-overview .sector-overview-image {
  position: relative;
  min-height: 312px;
  overflow: hidden;
}

#sectors-overview .sector-overview-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
}

#sectors-overview .sector-overview-title h3 {
  background-color: #e22227;
  color: #ffffff;
  position: relative;
  margin: 0;
  padding: 14px 20px 15px 40px;
  text-transform: capitalize;
  font-weight: 200;
}

#sectors-overview .sector-overview-title h3:before {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
  margin: 0px 0 0 -20px;
  top: 30px;
  content: "";
}

#sectors-overview .sector-overview-title h3 i {
  font-size: 18px;
  padding-left: 6px;
}

#services-overview .services-overview-container.advise .service-overview-inner {
  background-image: url(../img/advisory-overview-background.jpg);
}

#sectors-overview .sector-overview-image.insurance .sector-overview-inner {
  background-image: url(../img/advisory-overview-background.jpg);
}

#services-overview .services-overview-container.protect .service-overview-inner {
  background-image: url(../img/protective-overview-background.jpg);
}

#services-overview .services-overview-container.assist .service-overview-inner {
  background-image: url(../img/assistance-overview-background.jpg);
}

#services-overview .services-overview-container.recovery .service-overview-inner {
  background-image: url(../img/recovery-overview-background.jpg);
}

#services-overview .services-overview-container.maritime .service-overview-inner {
  background-image: url(../img/maritime-overview-background.jpg);
}

#services-overview .services-overview-container.misc .service-overview-inner {
  background-image: url(../img/misc-overview-background.jpg);
}

#services-overview .services-overview-container .service-header {
  border-right: 1px solid #9c9d9d;
}

#services-overview .services-overview-container.advise .service-body ,
#services-overview .services-overview-container.protect .service-body,
#services-overview .services-overview-container.assist .service-body,
#services-overview .services-overview-container.recovery .service-body,
#services-overview .services-overview-container.maritime .service-body,
#services-overview .services-overview-container.cyber .service-body {
  margin-left: 3%;
  padding-right: 10%;
}

#services-overview .services-overview-container.misc .vertical-center {
  left: 18%;
}

#services-overview .services-overview-container.misc .service-body ul {
  margin-bottom: 0px;
  display: block;
  float: left;
  padding: 0 50px 0 0;
  text-align: left;
  width: 40%;
}

#services-overview .services-overview-container.misc .service-body ul li {
  display: block;
  margin-bottom: 0px;
}

#services-overview .services-overview-container.misc .service-body ul li a {
  margin-bottom: 20px;
}

#services-overview .services-overview-container .service-header h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 25px;
}

#services-overview .services-overview-container.misc .service-body h2 {
  color: #ffffff;
  display: block;
}

#services-overview .services-overview-container.misc .service-body h2:before {
  background-color: #ffffff;
}

#services-overview .services-overview-container .service-body p, #services-overview .services-overview-container .service-body a {
  color: #ffffff;
  margin-bottom: 0px;
}

#sectors-overview .sector-overview-body p {
  font-size: 17px;
}

.service-icon {
  display: block;
  height: 86px;
  width: 119px;
  background-size: 600px;
  background-repeat: no-repeat;
  margin: 0 auto;
}

#sectors-overview ul.sector-overview-icons {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 200;
}

#sectors-overview ul.sector-overview-icons li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#sectors-overview ul.sector-overview-icons li a  {
  margin: 0px;
  padding: 5px;
  background-color: #e22227;
  display: block;
}

#sectors-overview ul.sector-overview-icons li a:hover {
  background-color: #a01010;
}

#sectors-overview ul.sector-overview-icons li a.disabled,
#sectors-overview ul.sector-overview-icons li a.disabled:hover  {
  background-color: #9c9c9c;
}

#sectors-overview ul.sector-overview-icons li .service-icon {
  height: 32px;
  width: 32px;
  background-size: 189px;
}

.service-icon.advise {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 0% 100%;
}

.service-icon.protect {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 27.5% 100%;
}

.service-icon.assist {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 52.5% 100%;
}

.service-icon.recovery {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 78.5% 100%;
}

.service-icon.maritime {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 103.3% 100%;
}

.service-icon.super-yachts {
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  /* NEW */ background-position: 98.5% 100%;
  /* NEW */ background-size: 730px;
}

#sectors-overview .service-icon.advise {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 1% -6%;
}

#sectors-overview .service-icon.protect {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 28% -6%;
}

#sectors-overview .service-icon.assist {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 53% -6%;
}

#sectors-overview .service-icon.recovery {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 78% -6%;
}

#sectors-overview .service-icon.maritime {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 102% -6%;
}

.logo img {
  width: 354px;
}

#risk-services {
  padding-top: 100px;
  padding-bottom: 100px;
}

#risk-services .service {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 35px 0;
  border-top: 1px solid #9d9d9d;
  position: relative;
}

#risk-services .service p {
  margin-bottom: 0px;
}

#risk-services .service:before {
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 12px solid #3d3d3b;
  position: absolute;
  top: 0px;
  content: "";
  left: 44%;
  z-index: 100;
}

#risk-services h2 {
  color: #3d3d3b;
}

#risk-services .service-icon {
  display: block;
  height: 55px;
  width: 68px;
  background-size: 353px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 25px;
}

#risk-services .service-icon.advise {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 0% 100%;
}

#risk-services .service-icon.protect {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 27.5% 100%;
}

#risk-services .service-icon.assist {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 52.5% 100%;
}


@media screen and (max-width: 1500px) {
  #services-overview .services-overview-container.misc .vertical-center {
    left: 15%;
  }
}

@media screen and (max-width: 1370px) {
  #services-overview .services-overview-container .service-header h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  #services-overview .services-overview-container.misc .service-body ul {
    float: left;
    width: 100%;
    clear: both;
  }
  #services-overview .services-overview-container.misc .service-body h2 {
    text-align: left;
  }
  #services-overview .services-overview-container.misc .vertical-center {
    left: 10%;
  }
}

@media screen and (max-width: 991px) {
  #services-overview .services-overview-container:before {
    left: 42%;
  }

  #services-overview .services-overview-container .service-header {
    border-right: 0px;
  }

  #services-overview .services-overview-container .service-body {
    margin-left: 0 !important;
    padding-right: 15px !important;
    text-align: center;
  }

  #services-overview .services-overview-container .service-header h3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #services-overview .services-overview-container:before {
    left: 44%;
  }

  #services-overview .services-overview-container.misc .service-body h2 {
    text-align: left;
  }

  #services-overview .services-overview-container.misc .service-body {
    padding-left: 50px;
  }

  #services-overview .services-overview-container.misc .vertical-center {
    left: 2%;
  }

  #risk-services .service:before {
    left: 46.8%;
  }
}

@media screen and (max-width: 480px) {
  #services-overview .services-overview-container:before {
    left: 41%;
  }
  .logo img {
    width: 70%;
  }
  #risk-services .service:before {
    left: 45%;
  }
}

@media screen and (max-width: 380px) {
  #services-overview .services-overview-container:before {
    left: 38%;
  }
  #risk-services .service:before {
    left: 43%;
  }
}

#content-slider-container .slider-nav-container  {
  background-color: #000000;
}

#content-slider-container .two,
#content-slider-container .three,
#content-slider-container .four,
#content-slider-container .five,
#content-slider-container .six {
  display:none;
}

#content-slider-container .service-icon {
  display: block;
  height: 55px;
  width: 80px;
  background-size: 380px;
  /* NEW */ background-size: 490px;
  background-repeat: no-repeat;
  margin: 40px auto 20px;
  /*opacity: 0.5;*/
}

#content-slider-container.sectors-content-slider .service-icon {
  background-size: 420px;
}

#content-slider-container .slider-nav li.active a,
#content-slider-container .slider-nav li.active a span:before,
#content-slider-container .slider-nav li.active a .service-icon {
    opacity: 1;
}

#content-slider-container .sidebar-nav.sectors .service-icon {
  display: block;
  height: 45px;
  width: 55px;
  background-size: 270px;
  background-repeat: no-repeat;
  margin: 0px auto;
  opacity: 1;
}

#content-slider-container .slider-nav .slick-slide.slick-current .service-icon {
	opacity: 1;
}

#content-slider-container .service-icon.advise {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  background-position: 0% 0%;
  /* NEW */ background-position: 0% 0%;
}

#content-slider-container .slider-nav li.active a .service-icon.advise {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  background-position: 0% 100%;
  /* NEW */ background-position: 0% 100%;
}

#content-slider-container .service-icon.protect {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  background-position: 27.5% 0%;
  /* NEW */ background-position: 21.3% 0%;
}

#content-slider-container .slider-nav li.active a .service-icon.protect {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  background-position: 27.5% 100%;
  /* NEW */ background-position: 21.3% 100%;
}

#content-slider-container .service-icon.assist {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  background-position: 52.5% 0%;
  /* NEW */ background-position: 39.5% 0%;
}

#content-slider-container .slider-nav li.active a .service-icon.assist {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  background-position: 52.5% 100%;
  /* NEW */ background-position: 39.5% 100%;
}

#content-slider-container .service-icon.recovery {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  background-position: 78.5% 0%;
  /* NEW */ background-position: 58.5% 0%;
}

#content-slider-container .slider-nav li.active a .service-icon.recovery {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  background-position: 78.5% 100%;
  /* NEW */ background-position: 58.5% 100%;
}

#content-slider-container .service-icon.maritime {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  background-position: 103.3% 0%;
  /* NEW */ background-position: 78% 0%;
}

#content-slider-container .slider-nav li.active a .service-icon.maritime {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  background-position: 103.3% 100%;
  /* NEW */ background-position: 78% 100%;
}

#content-slider-container .service-icon.super-yachts {
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  /* NEW */ background-position: 98.5% 0;
}

#content-slider-container .slider-nav li.active a .service-icon.super-yachts {
  /* NEW */ background-image: url(../img/eos-service-icon-sprite-x2NEW.svg);
  /* NEW */ background-position: 98.5% 100%;
}

#content-slider-container .sidebar-nav.sectors li .service-icon.advise,
#content-slider-container .sidebar-nav.sectors li:hover .disabled .service-icon.advise {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 0% 50%;
}

#content-slider-container .sidebar-nav.sectors li .service-icon.protect,
#content-slider-container .sidebar-nav.sectors li:hover .disabled .service-icon.protect {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 27.5% 50%;
}

#content-slider-container .sidebar-nav.sectors li .service-icon.assist,
#content-slider-container .sidebar-nav.sectors li:hover .disabled .service-icon.assist {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 52.5% 50%;
}

#content-slider-container .sidebar-nav.sectors li .service-icon.recovery,
#content-slider-container .sidebar-nav.sectors li:hover a.disabled .service-icon.recovery {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 78.5% 50%;
}

#content-slider-container .sidebar-nav.sectors li .service-icon.maritime,
#content-slider-container .sidebar-nav.sectors li:hover .disabled .service-icon.maritime {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 103.3% 50%;
}

#content-slider-container .sidebar-nav.sectors li.active .service-icon.advise,
#content-slider-container .sidebar-nav.sectors li:hover .active .service-icon.advise {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 0% 105%;
}

#content-slider-container .sidebar-nav.sectors li.active .service-icon.protect,
#content-slider-container .sidebar-nav.sectors li:hover .active .service-icon.protect {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 27.5% 105%;
}

#content-slider-container .sidebar-nav.sectors li.active .service-icon.assist,
#content-slider-container .sidebar-nav.sectors li:hover .active .service-icon.assist {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 52.5% 105%;
}

#content-slider-container .sidebar-nav.sectors li.active .service-icon.recovery,
#content-slider-container .sidebar-nav.sectors li:hover .active .service-icon.recovery {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 78.5% 105%;
}

#content-slider-container .sidebar-nav.sectors li.active .service-icon.maritime,
#content-slider-container .sidebar-nav.sectors li:hover .active .service-icon.maritime {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 103.3% 105%;
}

#content-slider-container .slider-nav .active,
#services-content-slider .slider-nav .active {
  position: relative;
}

#content-slider-container .slider-nav .active:after,
#services-content-slider .slider-nav .active:after {
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 12px solid #e22227;
  position: absolute;
  bottom: -15%;
  content: "";
  left: 40%;
  z-index: 100;
}

#content-slider-container .slider-nav li {
  line-height: 1.3;
}

#content-slider-container .slider-nav a {
	/*opacity: 0.5;*/
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  min-height: 175px;
  margin-bottom: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#content-slider-container .slider-nav a span {
  position: relative;
}

#content-slider-container .slider-nav a span:before {
  width: 6px;
  height: 6px;
  background-color: #e22227;
  position: absolute;
  left: -20px;
  top: 7px;
  content: "";
  opacity: 0;
}

#content-slider-container .slider-nav a:hover,
#content-slider-container .slider-nav a:hover span:before,
#content-slider-container .slider-nav a:hover .service-icon {
	opacity: 1;
}

#content-slider-container .slider-nav.nav-justified > li {
  text-align: center;
  list-style: none;
}

#content-slider-container {
  padding-bottom: 100px;
}

#content-slider-container .slider-main-container {
  padding-top: 100px;
}

#content-slider-container .content ul.sidebar-nav {
  padding-top: 35px;
  padding-bottom: 50px;
  padding-left: 0;
  list-style: none;
}

#content-slider-container .content ul.sidebar-nav li {
  border-bottom: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

#content-slider-container .content ul.sidebar-nav.sectors li {
  border-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#content-slider-container .content ul.sidebar-nav li:first-of-type {
  padding-top: 0px;
}

#content-slider-container .content ul.sidebar-nav li a {
  color: #3d3d3b;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
}

#content-slider-container .content ul.sidebar-nav li a:hover,
#content-slider-container .content ul.sidebar-nav li.active a  {
  color: #e22227;
}

#content-slider-container .content ul.sidebar-nav li a i {
  margin-left: 3px;
  color: #e22227;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#content-slider-container .content ul.sidebar-nav.sectors li a i {
  -webkit-transition: all .0s ease;
  -moz-transition: all .0s ease;
  -ms-transition: all .0s ease;
  -o-transition: all .0s ease;
  transition: all .0s ease;
}

#content-slider-container .content ul.sidebar-nav li a.disabled i {
  opacity: 0.5;
  cursor: not-allowed;
}

#content-slider-container .content ul.sidebar-nav.sectors li a i {
  margin-left: auto;
}

#content-slider-container .content ul.sidebar-nav li a:hover i {
  margin-left: 5px;
}

#content-slider-container .content ul.sidebar-nav.sectors li a:hover i {
  margin-left: auto;
}

#content-slider-container .content ul.sidebar-nav li.active a:hover i {
  margin-left: 3px;
}

#content-slider-container .content ul.sidebar-nav.sectors li.active a:hover i {
  margin-left: auto;
}

.nav-justified > li {
  display: table-cell;
  width: 1%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: transparent;
}

.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
  content: "\f0d7";
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
}

#content-slider-container .tab-pane.overview {
  padding-top: 25px;
}

#content-slider-container .content h2 {
  color: #3d3d3b;
  margin-bottom: 15px;
}

#content-slider-container .content h2 {
  color: #3d3d3b;
  margin-bottom: 15px;
}

#content-slider-container.sectors-content-slider .content h2:before {
  display: inline-block;
}

#content-slider-container .slider-nav {
  margin-bottom: 50px
}

@media screen and (max-width: 767px) {
  #content-slider-container .nav-justified {
    padding: 0 20px;
  }
  #content-slider-container .slider-nav {
    margin-bottom: 5px
  }
  #content-slider-container .service-icon {
    height: 50px;
    width: 45px;
    background-size: 240px;
    /* NEW */ background-size: 290px;
  }
  #content-slider-container.sectors-content-slider .service-icon {
    background-size: 310px;
  }
  #content-slider-container .slider-nav .service-icon.advise {
    /* NEW */ background-position: 1.2% 0;
  }
  #content-slider-container .slider-nav li.active a .service-icon.advise {
    /* NEW */ background-position: 1.2% 134%;
  }
  #content-slider-container .slider-nav .service-icon.protect {
    /* NEW */ background-position: 21.5% 0%;
  }
  #content-slider-container .slider-nav li.active a .service-icon.protect {
    /* NEW */ background-position: 21.5% 134%;
  }
  #content-slider-container .slider-nav .service-icon.assist {
    /* NEW */ background-position: 40.5% 0;
  }
  #content-slider-container .slider-nav li.active a .service-icon.assist {
    /* NEW */ background-position: 40.5% 134%;
  }
  #content-slider-container .slider-nav .service-icon.recovery {
    /* NEW */ background-position: 60.5% 0;
  }
  #content-slider-container .slider-nav li.active a .service-icon.recovery {
    /* NEW */ background-position: 60.5% 134%;
  }
  #content-slider-container .slider-nav .service-icon.maritime {
    /* NEW */ background-position: 78.2% 0;
  }
  #content-slider-container .slider-nav li.active a .service-icon.maritime {
    /* NEW */ background-position: 78.2% 134%;
  }
  #content-slider-container .slider-nav .service-icon.super-yachts {
    /* NEW */ background-position: 98.5% 0;
  }
  #content-slider-container .slider-nav li.active a .service-icon.super-yachts {
    /* NEW */ background-position: 98.5% 134%;
  }
  #content-slider-container .slider-nav li.active a .service-icon.cyber-security {
    background-position: 0% 125%;
  }
  #content-slider-container .slider-nav a span {
    display: none;
  }
  #content-slider-container .slider-nav a {
    min-height: 90px;
  }
  #content-slider-container .slider-nav .slick-slide.slick-current:after {
    left: 35%;
    bottom: 15%;
  }
  #content-slider-container .slider-nav .active:after,
  #services-content-slider .slider-nav .active:after {
    bottom: 10%;
    left: 35%;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-top: 9px solid #e22227;
  }
}

@media screen and (max-width: 480px) {
  #content-slider-container .slider-nav .slick-slide.slick-current:after {
    left: 25%;
  }
  #content-slider-container .slider-nav .active:after,
  #services-content-slider .slider-nav .active:after {
    bottom: 10%;
    left: 19%;
  }
}

#content-contact {
  margin-top: 30px;
  margin-bottom: 30px;
}

#content-contact .contact .btn-default {
  color: #ffffff;
}

#content-contact .contact a.btn:before {
  background-color: #ffffff;
}

#content-contact .contact a.btn:after {
  border-left: 6px solid #ffffff;
}

#content-contact .social {
  text-align: right;
}

#content-contact .social a {
  background-color: #000000;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  margin-left: 5px;
}

#content-contact .social a i {
  vertical-align: middle;
}

#content-contact .social a:hover {
  background-color: #e22227;
}

@media (max-width: 767px) {
  #content-contact .social a {
    margin-left: 0px;
  }
}

@media (max-width: 480px) {
  #content-contact .pull-right {
    float: left !important;
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (min-width: 991px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}

@media screen and (max-width: 991px) {
  .nav-tabs-dropdown {
    display: inline-block;
    width: 100%;
    border: 1px solid #cecece;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 20px;
    font-weight: 700;
    text-transform: uppercase;
  }

  #nav-tabs-wrapper {
    display: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
  }

  #content-slider-container .content ul.sidebar-nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #content-slider-container .content ul.sidebar-nav.sectors {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  #content-slider-container .content ul.sidebar-nav li,
  #content-slider-container .content ul.sidebar-nav li:first-of-type {
    padding-top: 13px;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
  }

  #content-slider-container .content ul.sidebar-nav.sectors li,
  #content-slider-container .content ul.sidebar-nav.sectors li:first-of-type {
    padding-top: 13px;
    border-left: 0px;
    border-right: 0px;
  }

  #content-slider-container .content ul.sidebar-nav li a {
    text-align: left;
    padding-left: 20px;
  }

  #content-slider-container .content ul.sidebar-nav.sectors li a {
    text-align: center;
    padding-left: 0px;
  }

  #content-slider-container .tab-pane {
    padding-top: 55px;
  }

  #content-slider-container .tab-pane.overview {
    padding-top: 55px;
  }
}


@media screen and (max-width: 480px) {
  #sectors-overview .sector-overview-title h3 {
    font-size: 24px;
  }
  #sectors-overview .sector-overview-title {
    max-width: 215px;
  }
  #sectors-overview .sector-overview-title h3::before {
    top: 25px;
  }
}


/* ---------- Overview Styles End ---------- */

/*-----------------------------------------------------------------------------------*/
/* INSIGHTS SECTIONS */
/*-----------------------------------------------------------------------------------*/

/* ---------- Insights Content Wrap Styles Start ---------- */

#insights-container .insights-nav,
#insights-container .insights-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

#insights-container .insights-nav {
  background-color: #000000;
  margin-left: -1900px;
  padding-left: 1900px;
  color: #ffffff;
	margin-bottom: -3700%;
	padding-bottom: 3700%;
}

#insights-container .insights-nav-header {
  padding-right: 30px;
}

#insights-container .insights-nav h2 {
  color: #ffffff;
  font-size: 30px;
  padding-left: 20px;
  margin-bottom: 0;
}

#insights-container .insights-nav h2:before {
  width: 8px;
  height: 8px;
  background-color: #e22227;
  position: absolute;
  top: 15px;
  left: 0;
  margin: 0;
  content: "";
}

@media screen and (max-width: 1200px) {
  #insights-container .insights-nav h2 {
    font-size: 25px;
  }
  #insights-container .insights-nav h2:before {
    top: 10px;
  }
}

#insights-container .insights-nav p {
  font-size: 14px;
}

#insights-container .insights-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#insights-container .insights-nav ul li {
  list-style: none;
  border-top: 1px solid #414141;
  margin: 0;
  padding: 15px 0 15px 20px;
}

#insights-container .insights-nav ul li:last-child {
  display: none;
}

#insights-container .insights-nav ul li a {
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  padding: 10px 20px 10px 0;
}

#insights-container .insights-nav ul li a::before,
#insights-container .insights-nav ul li a i {
  display: none;
}

#insights-container .insights-nav ul li a:hover {
  color: #909090;
}

#insights-container .insights-nav ul li.active a:hover {
  color: #e22227;
  cursor: not-allowed;
}

#insights-container .insights-nav ul li.active a {
  color: #e22227;
}

#insights-container .insights-nav ul li a:hover:before,
#insights-container .insights-nav ul li.active a:before {
  width: 6px;
  height: 6px;
  position: absolute;
  left: -19px;
  top: 20px;
  content: "";
  display: inline-block !important;
}

#insights-container .insights-nav ul li a:hover:before {
  background-color: #e22227;
}

#insights-container .insights-nav ul li.active a:hover:before {
  background-color: #ffffff;
}

#insights-container .insights-nav ul li.active a:before {
  background-color: #ffffff;
}

#insights-container .insights-head-image {
  position: relative;
  height: auto;
  background: #ccc;
  background-position: -500px 80%;
  background-size: cover;
  padding-right: 1000px;
  margin-right: -1000px;
  background-repeat: no-repeat;
  background-image: none !important;
  background-color: #000000;
}

/*#insights-container .insights-head-image img {
  display: none;
}*/

#insights-container .insights-head   {
  position: absolute;
  bottom: 0;
  margin: 0 0 0 -15px;
}

#insights-container .insights-head-title h2  {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 28px;
  margin: 0;
  font-weight: 200;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 1020px 30px 60px;
  margin-right: -1000px;
  display: block;
}

#insights-container .events .insights-head-title h2  {
  background-color: #000000;
}

@media (min-width: 767px) {
  #insights-container .insights-head-title h2  {
    font-size: 32px;
  }
}

#insights-container .blog .insights-head-title h2  {
  background-color: #e22227;
}

#insights-container .blog .insights-head-title h2:before  {
  background-color: #ffffff;
}

#insights-container .insights-head-title h2:before  {
  top: 45px;
  left: 30px;
}

#insights-container .insights-head-title h2 i {
  color: #e22227;
  font-size: 24px;
  margin-left: 10px;
}

#insights-container .insights-head-date h4 {
  background-color: #e22227;
  color: #ffffff;
  margin: 0;
  font-size: 15px;
  display: inline-block;
  padding: 10px 15px;
}
#insights-container .blog .insights-head-date h4 {
  background-color: #000000;
}

#insights-container .insights-head-date h4 i {
  font-size: 5px;
  top: -2px;
  margin: 0 5px;
}

#insights-container .blog .insights-head-date h4 i {
  color: #e22227;
}

#insights-container .insights-head-date h4:before  {
  background-color: transparent;
}

#insights-container .insights-subhead  {
  background-color: #efeff0;
  position: relative;
  margin-right: -1000px;
  padding: 80px 1020px 45px 35px;
}

#insights-container .events .insights-subhead  {
  background-color: #efeff0;
  position: relative;
  margin-right: -1000px;
  padding: 0px 1020px 0px 35px;
}

#insights-container .insights-subhead.with-arrow  {
  border-top: 10px solid #9d9d9d;
  border-bottom: 0px;
}

#insights-container .events .insights-subhead.with-arrow.arrow-bottom  {
  border-bottom: 10px solid #9d9d9d;
  border-top: 0px;
}

#insights-container .insights-subhead.with-arrow:before  {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -10px;
  content: "";
  left: 20%;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  #insights-container .insights-subhead.with-arrow:before {
    left: 16.5%;
  }
}

@media screen and (max-width: 480px) {
  #insights-container .insights-subhead.with-arrow:before {
    left: 10.5%;
  }
}

#insights-container .events .insights-subhead.with-arrow.arrow-bottom:before  {
  top: 0px;
  border-top: 20px solid #000000;
}

#insights-container .insights-subhead.with-arrow.arrow-bottom:after  {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #efeff0;
  position: absolute;
  bottom: -20px;
  content: "";
  left: 20%;
  z-index: 100;
}

#insights-container .insights-subhead h3 {
  color: #3d3d3b;
  font-size: 20px;
  margin: 0;
}

#insights-container .insights-subhead a {
  color: #3d3d3b;
  font-size: 12px;
  margin: 0;
  font-weight: 700;
  padding-top: 5px;
}

#insights-container .insights-subhead a i {
  color: #e22227;
  font-size: 12px;
  margin-left: 5px;
}

#insights-container .insights-subhead a:hover {
  color: #909090;
}

#insights-container .events .insights-subhead .insights-subhead-nav {
  background-color: #e22227;
  margin: 0 -1000px 0 -35px;
  padding: 0 1000px 5px 35px;
  text-align: left;
}

@media (min-width: 767px) {
  #insights-container .events .insights-subhead .insights-subhead-nav {
    text-align: right;
  }
}

#insights-container .events .insights-subhead .insights-subhead-nav a,
#insights-container .events .insights-subhead .insights-subhead-nav a i {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

#insights-container .events .insights-subhead .insights-subhead-nav a:hover,
#insights-container .events .insights-subhead .insights-subhead-nav a:hover i {
  opacity: 0.6;
  /*color: #a01010;*/
}

#insights-container .events .insights-subhead .insights-subhead-title {
  padding: 30px 0px 10px 0px;
}

@media (min-width: 767px) {

  #insights-container .events .insights-subhead .insights-subhead-title {
    padding: 30px 0px 10px 30px;
  }

  #insights-container .events .insights-subhead .insights-subhead-title p {
    padding-left: 22px;
  }

}

#insights-container .insights-body, #insights-container .insights-body-head {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 767px) {
  #insights-container .insights-body, #insights-container .insights-body-head {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.insights-body h4 {
  padding-left: 0;
}

.insights-body h4::before {
  display: none;
}

#insights-container .insights-body-head {
  margin-bottom: 60px;
}

#insights-container .insights-body-head-image {
  position: relative;
}

#insights-container .insights-body-head-title:after {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #000000;
  position: absolute;
  bottom: -20px;
  content: "";
  left: 45%;
  z-index: 100;
}

#insights-container .blog .insights-body-head-title:after {
  border-top: 20px solid #e22227;
}

#insights-container .insights-body-head-title h2  {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 28px;
  margin: 0;
  font-weight: 200;
  position: relative;
  background-color: #000000;
  padding: 30px 60px 30px 60px;
  display: block;
}

#insights-container .insights-body-head-title h2 i {
  display: none;
}

#insights-container .blog .insights-body-head-title h2 {
  background-color: #e22227;
}

@media (min-width: 767px) {
  #insights-container .insights-body-head-title h2  {
    font-size: 32px;
  }
}

#insights-container .insights-body-head-title h2:before  {
  top: 45px;
  left: 30px;
}

#insights-container .blog .insights-body-head-title h2:before  {
  background-color: #ffffff;
}

#insights-container .insights-body-head-title h2 i {
  color: #e22227;
  font-size: 24px;
  margin-left: 10px;
}

#insights-container .insights-body-head-caption {
  position: absolute;
  bottom: 0px;
}

#insights-container .insights-body-head-caption h4 {
  background-color: #e22227;
  color: #ffffff;
  margin: 0;
  font-size: 15px;
  display: inline-block;
  padding: 10px 15px;
}

#insights-container .blog .insights-body-head-caption h4 {
  background-color: #000000;
}

#insights-container .insights-body-head-caption h4 i {
  font-size: 5px;
  top: -2px;
  margin: 0 5px;
  color: #ffffff;
}

#insights-container .blog .insights-body-head-caption h4 i {
  color: #e22227;
}

#insights-container .insights-body-head-caption h4:before  {
  background-color: transparent;
}

#insights-container .service-icon {
  display: none;
  height: 45px;
  width: 50px;
  margin: 0;
  background-size: 250px;
  background-repeat: no-repeat;
  background-color: #e22227;
}

#insights-container .service-icon.advise {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 0% -9%;
}

#insights-container .service-icon.protect {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 27.5% -9%;
}

#insights-container .service-icon.assist {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 52.5% -9%;
}

#insights-container .service-icon.recovery {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 78.5% -9%;
}

#insights-container .service-icon.maritime {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 103.3% -9%;
}

#insights-container .insights-body-head-nav {
  position: absolute;
  top: 0px;
  width: 100%;
}

#insights-container .insights-body-head-nav a {
  background-color: #e22227;
  color: #ffffff;
  margin: 0;
  font-size: 15px;
  display: block;
  font-weight: 700;
  padding: 10px 15px;
  line-height: 1;
}

#insights-container .events .insights-body-head-nav a.pull-right {
  padding: 10px 1045px 10px 15px;
  margin-right: -1000px
}

#insights-container .insights-body-head-nav a:hover {
  background-color: #909090;
}

#insights-container .insights-body-head-nav a.pull-left i {
  margin-right: 5px;
}

#insights-container .insights-body-head-nav a.pull-right i {
  margin-left: 5px;
}

#insights-container .insights-body-head-nav a.btn.next:before {
  width: 8px;
  height: 8px;
  background-color: #e22227;
  position: absolute;
  left: 0;
  top: 7px;
}

#insights-container .insights-body-nav, #insights-container .social {
  margin-top: 30px;
}

#insights-container .insights-body-nav {
  display: inline-block;
  line-height: 1;
}

#insights-container .insights-body-nav a.btn.prevous {
  padding: 0 7px 0 20px;
}

#insights-container .insights-body-nav a.btn.prevous:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #e22227;
  border-bottom: 6px solid transparent;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#insights-container .insights-body-nav a.btn.prevous:after {
  display: none;
}

#insights-container .insights-body-nav a.btn.prevous:hover:before {
  left: -3px;
}

/* ---------- Insights Content Wrap Styles Start ---------- */

/*-----------------------------------------------------------------------------------*/
/* FOOTER SECTIONS */
/*-----------------------------------------------------------------------------------*/

/* ---------- Footer Feed Styles Start ---------- */

.fst-feed {
  /*padding-top: 20px;*/
  padding-bottom: 60px;
  background-color: #efeff0;
}

.fst-feed.industry {
  /*padding-top: 20px;*/
  padding-bottom: 25px;
  background-color: #efeff0;
}

.fst-feed .feed-head {
  padding-top: 70px;
  padding-bottom: 30px;
  margin: 0 0 25px 0;
  border-bottom: 3px solid #ffffff;
}

.fst-feed .download-feed.advisory .feed-head,
.fst-feed .news-feed.industry .feed-head {
  border-bottom: 0px;
}

.fst-feed .feed-head h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.fst-feed .download-feed.advisory .feed-head h4,
.fst-feed .news-feed.industry .feed-head h4 {
  padding-left: 0px;
}

.fst-feed .download-feed.advisory .feed-head h4:before,
.fst-feed .news-feed.industry .feed-head h4:before {
  display: none;
}

.fst-feed .feed-head h4 span {
  color: #3d3d3b;
}

.fst-feed .feed-head a {
  font-size: 12px;
  color: #3d3d3b;
  font-weight: 700;
  padding-top: 5px;
}

.fst-feed .feed-head a:hover {
  color: #909090;
}

.fst-feed .feed-head a i {
  color: #e22227;
  margin-left: 5px;
}

.fst-feed .feed {
  padding-bottom: 20px;
  border-bottom: 3px solid #ffffff;
}

.fst-feed .twitter-feed .feed {
  max-height: 525px;
  overflow-y: scroll;
}

.fst-feed .download-feed.advisory .feed,
.fst-feed .news-feed.industry .feed {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.fst-feed ul {
  padding: 0 20px 0 0;
}

.fst-feed ul::-webkit-scrollbar {
  width: 6px;
}

.fst-feed ul::-webkit-scrollbar-track {
  background-color: transparent;
}

.fst-feed ul::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.fst-feed .download-feed ul {
  max-height: 270px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.fst-feed .download-feed.advisory ul,
.fst-feed .news-feed.industry ul {
  max-height: none;
  padding: 0;
}

.fst-feed .news-feed ul {
  max-height: 490px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.fst-feed .news-feed.industry ul,
.fst-feed .news-feed.advisory ul {
  overflow-y: visible;
  margin-bottom: 0;
}

.fst-feed ul li {
  list-style: none;
  border-bottom: 1px solid #c5c6c6;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}

.fst-feed .download-feed ul li {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}

.fst-feed .download-feed.advisory ul li {
  padding: 0 0 20px 0;
  margin-bottom: 30px;
}

.news-feed.industry ul li {
  border-bottom: 0px;
  padding: 0px !important;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 0px !important;
}

.download-feed.news-feed.industry ul li article {
  border-bottom: 1px solid #c5c6c6 ;
}

.news-feed.industry ul li a, .news-feed.events ul li a, .news-feed.blog ul li a {
  color: #3d3d3b;
}



.news-feed.industry ul li h5,
.news-feed.industry ul li a p,
.news-feed.events ul li h5,
.news-feed.events ul li a p,
.news-feed.blog ul li h5,
.news-feed.blog ul li a p, {
  -webkit-transition: all .0s ease;
  -moz-transition: all .0s ease;
  -ms-transition: all .0s ease;
  -o-transition: all .0s ease;
  transition: all .0s ease;
}

.news-feed.industry ul li a:hover h5,
.news-feed.events ul li a:hover h5,
.news-feed.blog ul li a:hover h5 {
  color: #909090;
}

.news-feed.industry ul li a:hover p,
.news-feed.events ul li a:hover p,
.news-feed.blog ul li a:hover p {
  color: #3d3d3b;
}

@media (min-width: 767px) {
  .news-feed.industry .feed > ul li:first-child {
    padding-right: 30px !important;
  }

  #insights-container .news-feed.industry ul.news-feed-slider li:first-child,
  #insights-container .news-feed.industry ul.news-feed-slider li:last-child {
    padding: 0px 15px !important;
  }

  .news-feed.industry .feed > ul li:last-child {
    padding-left: 30px !important;
  }

  #insights-container .news-feed.industry ul.news-feed-slider li,
  #insights-container .news-feed.industry ul.news-feed-slider li:first-child,
  #insights-container .news-feed.industry ul.news-feed-slider li:last-child {
    padding: 0px 15px !important;
    min-height: 350px;
  }
}

#insights-container .news-feed.industry.download-feed ul.news-feed-slider li,
#insights-container .news-feed.industry.download-feed ul.news-feed-slider li:first-child,
#insights-container .news-feed.industry.download-feed ul.news-feed-slider li:last-child {
  padding: 0px 15px !important;
  min-height: 250px;
}

@media (max-width: 767px) {
  #insights-container .news-feed.industry.download-feed ul.news-feed-slider li,
  #insights-container .news-feed.industry.download-feed ul.news-feed-slider li:first-child,
  #insights-container .news-feed.industry.download-feed ul.news-feed-slider li:last-child {
    min-height: 150px;
  }
}


.fst-feed .download-icon {
  width: 30px;
}

.news-feed.industry .media-body {
  padding-left: 25px;
  height: 145px;
}

.download-feed.news-feed.industry .media-body {
  padding-left: 5px;
  height: 165px;
}

.download-feed.news-feed.industry .media-body p {
  font-size: 13px;
  margin: 0 0 10px;
}

@media (max-width: 1289px) {
  .news-feed.industry .media-body {
    height: 165px;
  }
}

@media (max-width: 767px) {
  .news-feed.industry .media-body {
    height: auto;
  }
  .download-feed.news-feed.industry .media-body {
    height: auto;
    padding-bottom: 20px;
  }
}

.fst-feed p {
  margin-bottom: 0px;
}

.fst-feed a p {
  color: #3d3d3b;
}

.fst-feed .download-feed p {
  font-size: 15px;
  padding-top: 7px;
}

.fst-feed .download-feed img, .news-feed img {
  margin-right: 20px;
  padding-top: 3px;
}

.news-feed img {
  height: auto !important;
}

.media-image {
  position: relative;
  height: 156px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1289px) {
  .media-image {
    height: 126px;
  }
}

@media (max-width: 991px) {
  .media-image {
    height: 126px;
  }
}

@media (max-width: 767px) {
  .media-image {
    height: auto;
  }
}

.news-feed.industry img {
  margin-bottom: 0px;
  padding-top: 0px;
}

.news-feed.events img {
  margin-bottom: 0px;
  padding-top: 0px;
}

.news-feed.blog img {
  margin-bottom: 0px;
  padding-top: 0px;
}

@media (max-width: 991px) {
  .news-feed.events img, .news-feed.blog img {
    margin-bottom: 30px;
  }
}

.news-feed .caption {
  position: absolute;
  top: 0;
  left: 0;
}

.news-feed .caption .service-icon {
  display: block;
  height: 45px;
  width: 50px;
  margin: 0;
  background-size: 250px;
  background-repeat: no-repeat;
  background-color: #e22227;
}

.news-feed .caption .service-icon.advise {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 0% -9%;
}

.news-feed .caption .service-icon.protect {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 27.5% -9%;
}

.news-feed .caption .service-icon.assist {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 52.5% -9%;
}

.news-feed .caption .service-icon.recovery {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 78.5% -9%;
}

.news-feed .caption .service-icon.maritime {
  background-image: url(../img/eos-service-icon-sprite-x2.svg);
  background-position: 103.3% -9%;
}

.news-feed .caption p {
  background-color: #e22227;
  padding: 2px 10px;
  color: #ffffff !important;
  font-size: 14px;
  display: table;
  margin: 0;
}

.news-feed.blog .caption p {
  background-color: #000000;
}

.social {
  display: inline-block;
}

.social a {
  background-color: #e22227;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  margin-left: 5px;
}

.social a:first-child {
  margin-left: 0px;
}

.social a:hover {
  background-color: #909090;
}

.social a i {
  vertical-align: middle;
  color: #ffffff;
}

.news-feed h5 {
  margin: 0 0 10px 0;
}

.fst-feed .download-feed h5 {
  margin: 0 0 15px 0;
}

.news-feed.industry h5 {
  font-size: 19px;
  font-weight: 400;
  position: relative;
  display: block;
  min-height: 45px;
}

@media (max-width: 767px) {
  .news-feed.industry h5 {
    min-height: inherit;
  }
}

/*.news-feed .media-body {
  padding-left: 30px;
}*/

.news-feed.events ul, .news-feed.blog ul {
  margin-top: -24px;
  padding: 0 35px;
}

@media (max-width: 991px) {
  .news-feed.events ul, .news-feed.blog ul {
    padding: 0px 20px 0px 20px;
  }
  .news-feed.events ul li .no-padding, .news-feed.blog ul li .no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .news-feed.events .media-body {
    padding-left: 22px;
  }
}

@media (max-width: 767px) {
  .news-feed.events ul, .news-feed.blog ul {
    padding: 0px;
  }
}

.news-feed.events h5, .news-feed.blog h5 {
  font-size: 19px;
  font-weight: 400;
  position: relative;
}

.news-feed.industry h5:before, .news-feed.events h5:before, .news-feed.blog h5:before  {
  width: 7px;
  height: 7px;
  background-color: #000000;
  position: absolute;
  margin: 0px 0 0 -22px;
  top: 6px;
  content: "";
}

.news-feed.events h5::before {
  top: 9px;
}

.news-feed.industry h5 i, .news-feed.events h5 i, .news-feed.blog h5 i {
  margin-left: 7px;
  color: #000000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 17px;
}

.news-feed.industry a:hover h5 i, .news-feed.events a:hover h5 i, .news-feed.blog a:hover h5 i {
  margin-left: 10px;
}

.fst-feed a, .fst-feed a h5, .fst-feed a p {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.fst-feed a:hover h5  {
 text-decoration: none;
 color: #909090;
}

.fst-feed a:hover p  {
 text-decoration: none;
 color: #3d3d3b;
}

.fst-feed .media-image {
  height: auto;
}

.fst-feed .feed .btn {
  font-size: 14px;
  padding: 0 15px;
  margin-top: 15px;
}

.fst-feed .feed .btn:before {
  width: 7px;
  height: 7px;
}

.fst-feed .feed .btn:after {
  border-top: 5px solid transparent;
  border-left: 5px solid #e22227;
  border-bottom: 5px solid transparent;
}

.fst-feed .feed .btn:hover:after {
  right: -2px;
}

.fst-feed .newsletter {
  margin-top: 50px;
}

.fst-feed .newsletter h4 {
  border-bottom: 0px;
  margin: 0;
  padding-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
}

.fst-feed .newsletter p {
  font-size: 14px;
  padding-bottom: 15px;
}

.fst-feed .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #9d9d9d;
  background-color: transparent;
  background-image: none;
  border: 2px solid #e22227;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fst-feed .form-control:focus {
  color: #3d3d3b;
}

.fst-feed .input-group-btn > .btn {
  background-color: #e22227;
  border: 0;
  color: #ffffff;
  padding: 8px 20px;
  font-size: 24px;
  outline: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.fst-feed .input-group-btn > .btn:hover {
  background-color: #a01010;
}

ul.news-feed-slider {
  margin: 0;
  padding: 0 20px;
}

#insights-container section {
  background-color: #ffffff;
  margin-right: -900px;
  padding-right: 900px;
}

#insights-container .contact-intro h5 {
  padding-left: 15px;
  color: #ffffff;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #insights-container .contact-intro h5 {
    margin-top: 30px;
  }
}

#insights-container .contact-intro h5:before {
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  top: 7px;
  content: "";
  left: 0px;
}

#insights-container .contact-intro p {
  margin-bottom: 10px;
  font-size: 14px;
}

.news-feed-slider-nav .slick-dots {
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0 20px;
}

.news-feed-slider-nav .slick-dots li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 0 5px !important;
  margin: 0;
}

.news-feed-slider-nav .slick-dots li button {
  display: block;
  cursor: pointer;
  border: 0;
  background-color: #9d9d9d;
  width: 6px;
  height: 6px;
  color: transparent;
  content: '';
  outline: none;
  padding: 0;
  float: left;
  margin: 0 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.news-feed-slider-nav .slick-dots li button:hover,
.news-feed-slider-nav .slick-dots li.slick-active button {
  background-color: #e22227;
}


/* ---------- Footer Feed Styles End ---------- */

/* ---------- Footer Main Styles Start ---------- */

.footer-main-wrap {
  border-top: 6px solid #e22227;
  background: url(../img/footer-background.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#footer-main.grey-arrow-top:before {
  top: -6px;
}

#footer-main .footer-brand img {
  width: 280px;
  margin-left: -35px;
  margin-top: 102px;
}

footer .footer-social {
  text-align: right;
  padding-top: 103px;
}

footer .footer-social a {
  background-color: #ffffff;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #161616 !important;
  margin-left: 5px;
}

footer .footer-social a:hover {
  background-color: #e22227;
}

#footer-main .footer-links {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #ffffff;
}

#footer-main .footer-links h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  margin-bottom: 15px;
}

#footer-main .footer-links h5 a {
  color: #e22227;
}

#footer-main .footer-links .links-row-1 h5:nth-child(n+2) {
  margin-top: 30px;
}

#footer-main .footer-links h5:before {
  width: 4px;
  height: 4px;
  background: #ffffff;
  position: absolute;
  left: -15px;
  top: 7px;
  content: "";
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#footer-main .footer-links ul {
  list-style: none;
  padding: 0;
}

#footer-main .footer-links ul li {
  padding-bottom: 16px;
  margin-bottom: 0px;
  list-style: none;
}

#footer-main .footer-links a {
  color: #ffffff;
}

#footer-main .footer-links a:hover {
  color: #909090;
}

#footer-main .footer-links .links-row-7 .mobile-links a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  margin-bottom: 15px;
  margin-top: 11px;
  color: #e22227;
  display: block;
}

#footer-main .footer-links .links-row-7 .mobile-links a:hover {
  color: #909090;
}

@media (max-width: 767px) {
  #footer-main .footer-links .links-row-1, #footer-main .footer-links .links-row-7 {
    padding: 0 0 0 40px;
  }
  #footer-main .footer-social {
    text-align: left;
    padding-top: 0px;
    margin-left: -17px;
  }
  #footer-main .footer-brand img {
    width: 280px;
    margin-left: 0px;
    margin-top: 70px;
  }
}

@media (max-width: 480px) {

  #footer-main .footer-links .links-row-1, #footer-main .footer-links .links-row-7 {
      padding: 0 0 0 30px;
  }

}

/* ---------- Footer Main Styles End ---------- */

/* ---------- Footer Bottom Styles Start ---------- */

#footer-bottom {
  border-top: 6px solid #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

#footer-bottom p {
  margin: 0
}

#footer-bottom a {
  color: #ffffff;
  position: relative;
}

#footer-bottom .footer-bottom-links a:nth-child(n+2) {
  margin-left: 40px;
}

#footer-bottom .footer-bottom-links a:before {
  width: 4px;
  height: 4px;
  background: #e22227;
  position: absolute;
  left: -15px;
  top: 5px;
  content: "";
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#footer-bottom a:hover {
  color: #909090;
}

#footer-bottom.red-arrow-up {
  position: relative;
}

#footer-bottom.red-arrow-up:before {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-bottom: 20px solid #e22227;
  position: absolute;
  top: -20px;
  content: "";
  left: 46.4%;
  z-index: 100;
}

@media (max-width: 480px) {
  #footer-bottom.red-arrow-up:before {
    left: 40.6%;
  }
}


#footer-bottom .footer-bottom-links, #footer-bottom .footer-bottom-copyright {
  margin-bottom: 20px
}

#footer-bottom .footer-bottom-critical a {
  color: #505050;
  text-align: right;
}

#footer-bottom .footer-bottom-critical a:hover {
  color: #199edc;
}

@media (min-width: 991px) {

  #footer-bottom .footer-bottom-links {
    text-align: left;
    margin-bottom: 0px
  }

  #footer-bottom .footer-bottom-copyright {
    text-align: center;
    margin-bottom: 0px
  }

  #footer-bottom .footer-bottom-critical {
    text-align: right;
    margin-bottom: 0px
  }

}

/* ---------- Footer Bottom Styles End ---------- */

/* ---------- Temp Dom ---------- */


.divider-dom {
	height: 50px;
	background-color: #ce2478;
	margin-top: 50px;
	margin-bottom: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

/* :::: ABOUT OVERVIEW */

#about-overview p {
	margin-bottom: 10rem;
}

/* :::: SENIOR MANAGEMENT */

#senior-management {
	background-color: #e6e9e9;
	padding-top: 10rem;
	padding-bottom: 10rem;
}

#senior-management .logo {
	margin-top: 5rem;
	margin-bottom: 10rem;
}

#senior-management h3 {
	font-size: 130%;
		margin-bottom: 6rem;
}

#senior-management h4 {
	color: #363735;
}

#senior-management h5 {
	margin-left: 20px;
}

#senior-management p {
	line-height: 18px;
	margin-top: 30px;
}

/* :::: CAREERS JOB MODULE / INDIVIDUAL JOB */

#careers-job-module hr {
	height: 1px;
	background-color: #dbdcda;
	margin-top: 5px;
	margin-bottom: 5px;
}

#careers-job-module .intro {
	margin-bottom: 10rem;
}

#careers-job-module .career, #individual-job .career {
	margin-bottom: 0;
}

#careers-job-module span, #individual-job span {
	font-weight: bold;
	color: #e12126;
}

#careers-job-module p, #individual-job p {
	margin-bottom: 2rem;
}

#careers-job-module .job-posting {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

#individual-job hr {
		height: 1px;
	background-color: #dbdcda;
	margin-top: 5px;
	margin-bottom: 5px;

}

#individual-job .intro {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

/* NEW INSIGHTS-CONTAINER */

/* My Comment */

#insights-container .insights-main-content-head {
	background-color: #e9e8ea;
	padding-top: 8rem;

	min-height: 115px;
}

#insights-container .insights-main-content-head a.btn {
	text-transform: none;
	font-size: 12px;
}

#insights-container .insights-main-content-head a.btn:before {
	display: none;
}

#insights-container .insights-main-content-head h2 {
	color: #3c3d3b;
	font-size: 20px;
	margin-bottom: 0;

}

#insights-container .insights-main-content-head h2:before {
	color: #3c3d3b;
	font-size: 20px;
	display: none;
}

#insights-container .insights-main-content-head h2 span {
	color: #e02128;
}

/* My Comment */

#insights-container .insights-events {
	background-color: #e02128;
	padding-top: 20px;
	border-bottom: 10px solid #989999;
	position:relative;
	color: #fff;
}

#insights-container .insights-events:after {
	top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto -20px;
    width: 0;
    height: 0;
    border-top: solid 20px #e02128;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
	position: relative;
}

#insights-container .insights-events .event-summary {
	margin-bottom: 30px;
	margin-top: 31px;
}

#insights-container .insights-events h2 {
	color: #fff;
	margin-top: 30px;
	margin-left: 20px;
}

#insights-container .insights-events h4 {
	color: #ffffff;
}

#insights-container .insights-events h4:before {
  width: 7px;
	height: 7px;
	background-color: #ffffff;
  position: absolute;
  margin: 0px 0 0 -22px;
  top: 8px;
  content: "";
}

#insights-container .insights-events h2:before {
  width: 7px;
	height: 7px;
	background-color: #ffffff;
  position: absolute;
  margin: 0px 0 0 -22px;
  top: 8px;
  content: "";
}

/* ::::: INSIGHTS DOWNLOAD BLOCK */

#insights-container img.download-icon {
	width: 30px;
	margin-right: 20px;
}

#insights-container .downloads article {
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 20px;
}

#insights-container .downloads article p {
	margin-bottom: 10px;
}

/* ::::: / INSIGHTS DOWNLOAD BLOCK */

/* :::: INSIGHTS VIDEO */

#insights-container .videos .video {
	margin-right: 30px;
	margin-top: 30px;
}

/* :::: / INSIGHTS VIDEO */

/* :::: / INSIGHTS VIDEO */


#insights-container .blog-content-image {
	margin-bottom: 5rem;
}

#insights-container .blog-foot {
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}

#insights-container .blog-foot .social a {
	padding-right: 10px;
}

#insights-container .blog-author img {
	margin-right: 20px;
	margin-bottom: 60px;
}

#insights-container .blog-author h3 {
	color: #424241;
}

/* :::: / END INSIGHTS VIDEO */

/* :::: BOX ARROWS */

#insights-container .insights-main-content {
	background-color: #ffffff;
	padding-top: 50px;
	border-bottom: 10px solid #989999;
	position:relative;

}

#insights-container .insights-main-content:after {
	top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto -20px;
    width: 0;
    height: 0;
    border-top: solid 20px #ffffff;
    border-left: solid 35px transparent;
    border-right: solid 35px transparent;
	position: relative;
}

#insights-container .insights-main-content-event {
	background-color: #eeefef;
	border-bottom: 10px solid #989999;
	position:relative;
	margin-bottom: 10rem;
	padding-top: 20px;
}



#insights-container .insights-main-content-event:after {
	top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto -20px;
    width: 0;
    height: 0;
    border-top: solid 20px #eff0f0;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
	position: relative;
}

/* :::: / BOX ARROWS */

/* My Comment */

/* My Comment */

/* :::: INSIGHTS MAIN PAGE */

/* :::: END INSIGHTS MAIN PAGE */

/* :::: END INSIGHTS BLOCK DOWN ARROW */

/* :::: INSIGHTS MAIN CONTENT TITLE */

.insights-content-title .insights-content-title-img .row.top-buttons {
	position: relative;
	top: 24px;
}

.insights-content-title .insights-content-title-img h4 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #ffffff;
}

.insights-content-title .insights-content-title-img h4:before {
	margin-top: 20px;
}

.insights-content-title .img-title {
    position:relative;
    background-color: #000000;
	margin-bottom: 50px;
	top: -25px;
}

.insights-content-title .img-title:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #000000;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

.insights-content-title a.insights-content-title-button {
	background-color: #e12126;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px;
}

.insights-content-title a.insights-content-title-button.news {
	z-index: 1;
	position: relative;
	top: -26px;
}

/* :::: INSIGHTS NEWS */

#insights-container .news a.btn {
	color: #e02126;
	text-transform: none;
	font-size: 1.3em;
	text-align: left;
	margin-top: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 21px;
}

#insights-container .news a.btn:before {
	width: 8px;
	height: 8px;
	background-color: #000000;
  	position: absolute;
  	left: 0;
  	top: 7px;
}

#insights-container .news a.btn:after {
  	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #000000;
	border-bottom: 6px solid transparent;
  	position: absolute;
  	top: 29px;
  	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;
	right: 20%;
}

#insights-container .news a.btn:hover:after {
  right: -3px;
}

#insights-container .news a.btn:before, a.btn:after {
  content: ""
}

/* :::: INSIGHTS LOCATION / EVENTS */

#insights-container .location img {
	margin-right: 20px;
}

#insights-container .events .location {
	margin-bottom: 50px;
	margin-top: 0;
}

#insights-container .events .location a.btn.btn-sm {
	color: #000000;
	font-size: 1.1em;
	text-transform: uppercase;
}

#insights-container .events .location a.btn.btn-sm:before {
	background-color: #e12126;
}

#insights-container .events .location a.btn.btn-sm:after {
	border-left: 6px solid #e12126;

}

#insights-container .events .location a.btn {
	color: #e02126;
	text-transform: none;
	text-align: left;
	margin-top: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 21px;
	font-size: 1.2em;
}

#insights-container .events .location a.btn:before {
	width: 8px;
	height: 8px;
	background-color: #000000;
  	position: absolute;
  	left: 0;
  	top: 7px;
}

#insights-container .events .location a.btn:after {
  	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #000000;
	border-bottom: 6px solid transparent;
  	position: absolute;
  	top: 7px;
  	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;
}

#insights-container .events .location a.btn:hover:after {
  right: -3px;
}

#insights-container .events .location a.btn:before, a.btn:after {
  content: "";
}

#insights-container .download-feed a.btn:after {
  content: "";
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #e22227;
  top: 8px;
  right: 0;
}

#insights-container .download-feed a.btn:hover:after {
  right: 0;
  top: 10px;
}

/* :::: END INSIGHTS MAIN CONTENT TITLE */

.insights-content-title-blog .top-buttons {
	position: relative;
	top: 25px;
}

#insights-container .insights-content-title-blog  a.insights-content-title-button {
	background-color: #df2026;
	color: #ffffff;
	font-size: .8em;
	padding: 6px;
}

#insights-container .insights-content-title-blog .insights-content-title-img h2 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 1.6em;
}

#insights-container .insights-content-title-blog .img-title {
    position:relative;
    background-color: #e02128;
	margin-bottom: 50px;
	top: -25px;
}

#insights-container .insights-content-title-blog .img-title:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #e02128;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

#insights-container .navbar-default, #insights-container .collapse.in, .sidebar-navbar-collapse {
	border-style: none;
	border-color: #000000;
    max-height: 100%;
}



@media screen and (max-width: 480px) {

#insights-container .events .location a.btn {

	font-size: 1em;
}

#insights-container .blog-head .insights-title-head h2 {
	font-size: 1.2em;
}

#insights-container .insights-content-title-blog .img-title h2 {
	font-size: 1.2em;
}

#insights-container .insights-main-content-head h2 {
	color: #3c3d3b;
	font-size: 20px;
}


}

/* ---------- END Temp Dom ---------- */

@media screen and (max-width: 768px) {



}

/* My Comment */

@media screen and (max-width: 991px) {

#insights-container .insights-title-head h2:after {
	display: none;
}



}



}
 /*  GREGS CSS */

 .h-sq {
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}

.h-sq-with-border, hr {
    border-bottom: 1px solid #c5c6c6;
}

hr {
}

.h-sq .sq {
    position: absolute;
    left: 0px;
}

.line-height-12 {
    line-height: 1.2;
}

.map {
    max-height: 400px !important;
}

#map {
  height: 400px;
}

@media screen and (max-width: 991px) {
  #map {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  #map {
    height: 200px;
  }
}

.contact-form .arrow {
  display: none;
}

.contact-intro h3 {
  margin-top: 0;
}

.red-container {
    background: #e02128 !important;
    margin-right: -900px;
    padding-right: 900px;
}

.font-weight-normal {
    font-weight: normal !important;
}
.thumb-list-fst-content {
    max-height: 250px;
    overflow: hidden;
    padding: 30px 0px;
    position: relative;
}

.thumb-list-fst .thumbnail {
    padding: 0px !important;
}

.thumb-list-fst-left {
    position: absolute;
    bottom: 5px;
    right: 0px;
}

    .thumb-list-fst-left p {
        margin: 0px;
    }

.no-margin-top {
    margin-top: 0px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.black-colour {
    color: #3d3d3b;
}

.grey-colour {
    color: #9c9d9d;
}

.red-colour {
    color: #e22227;
}
.arrow {
    width: 0;
    height: 0;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 20px solid #f00;
    position: absolute;
    top: 0px;
    content: "";
    z-index: 100;
}

.top-margin-50 {
    margin-top: 50px !important;
}

.top-margin-100 {
    margin-top: 100px;
}

.bottom-margin-100 {
    margin-bottom: 100px;
}

.bottom-margin-30 {
    margin-bottom: 30px !important;
}

.top-padding-50 {
    padding-top: 50px !important;
}

.top-padding-100 {
    padding-top: 100px;
}

.bottom-padding-50 {
    padding-bottom: 50px !important;
}

.bottom-padding-30 {
    padding-bottom: 30px !important;
}

.bottom-padding-100 {
    padding-bottom: 100px !important;
}
#csr .parallax {
    background-image: url("/img/slide-1-mountain.jpg");
    padding-top: 100px;
    padding-bottom: 100px;
}

.box-with-rotate {
    position: relative;
    padding: 5px;
}

.box-with-rotate-bckg {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    position: absolute;
    border: 2px solid #e22227;
    background: rgba(0,0,0, .5);
    width: 70%;
    height: 70%;
    z-index: 99;
}

.box-with-rotate-cnt {
    position: absolute;
    color: #fff !important;
    width: 70%;
    font-size: 14px;
    margin: 0px auto;
    z-index: 100;
}
.before-black {
    border-top: 20px solid #000;
}

.before-bottom {
    top: auto;
    bottom: -20px !important;
}

.container-black p {
    color: #fff;
}
#insights-container {
    overflow: hidden;
}
#insights-container .insights-nav {
     margin-bottom: -80000px;
     padding-bottom: 80000px;
}
.white-color {
    color: #ffffff;
}

.grey-color {
  color: #efeff0;
}

.red-text {
  color: #e02128;
}

.font-weight-normal {
    font-weight: normal;
}



.no-border {
    border: 0px !important;
}

.article-rotator {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px !important;
    display: inline-block;
}

    .article-rotator li {
        width: 8px;
        height: 8px !important;
        max-height: 8px !important;
        display: block;
        border: 0px !important;
        background-color: #e22227;
        float: left;
        text-indent: -999999px;
        margin: 0px;
        padding: 0px !important;
        margin-left: 8px;
    }

        .article-rotator li:first-child {
            margin-left: 0px;
        }

    .article-rotator .active {
        background-color: #fff !important;
    }

.no-padding-btm {
    padding-bottom: 0px !important;
}

.col-margin-20 {
    width: 31.3%;
    margin-left: 3.0%;
}

    .col-margin-20:first-child {
        margin-left: 0px;
    }

.form {
    background: #eee;
    margin-right: -900px;
    padding-right: 900px;
}

    .form input {
        height: 50px;
        line-height: 30px;
        padding: 10px 10px 10px 10px !important;
        color: #000000;

    }

.file-box {
    position: relative;
}

    .file-box label {
        width: 100%;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        padding: 10px 10px 10px 50px;
        height: 50px;
        border: 1px solid #9c9c9c;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
        background: #eeeeee; /* Old browsers */
        background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
        color: #777;
    }

    .file-box input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .file-box i {
        line-height: 26px;
        float: right !important;
    }

.default-before {
    padding: 0px;
}

    .default-before::before {
        width: 0px;
        height: 0px;
    }


@media screen and (max-width: 1200px) {
    .box-with-rotate-cnt p {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 760px) {
    .feed-horizontal ul li {
        float: none !important;
        width: 100% !important;
    }

    .top-margin-50 {
        margin-top: 25px !important;
    }

    .top-margin-100 {
        margin-top: 50px !important;
    }

    .top-padding-100 {
        padding-top: 50px !important;
    }

    .h-sq-long-text {
        display: inline !important;
    }

    .red-container {
        padding: 0px 20px;
    }

    .form {
        padding: 0px 20px;
        margin-right: 0;
    }

    #insights-container .insights-nav {
        padding-right: 20px;
    }

}

@media screen and (max-width: 460px) {
    .thumb-list-fst-left {
        position: relative;
    }

        .thumb-list-fst-left h5 {
            font-size: 0.7em !important;
        }

    .top-padding-100 {
        padding-top: 50px !important;
    }
    .jumbotron{
        padding:0px;
    }
}

/* END GREGS */

/* ---- Cyber Service Styles - 17/01/2017 ---- */

.service-icon {
  image-rendering: auto;               /* Legal fallback                 */
  /*image-rendering: -moz-crisp-edges;*/          /* Firefox                        */
  /*image-rendering: -o-crisp-edges;*/            /* Opera                          */
  image-rendering: -webkit-optimize-contrast;     /* Chrome (and eventually Safari) */
  /*image-rendering: optimize-contrast;*/         /* CSS3 Proposed                  */
  /*-ms-interpolation-mode: nearest-neighbor;*/   /* IE8+                           */
}

.service-icon.cyber {
  background-size: 119px;
  background-image: url(../img/eos-services-cyber-icon-sprite-x2.svg);
  background-position: 0% 98%;
  image-rendering: auto;               /* Legal fallback                 */
  /*image-rendering: -moz-crisp-edges;*/          /* Firefox                        */
  /*image-rendering: -o-crisp-edges;*/            /* Opera                          */
  image-rendering: -webkit-optimize-contrast;     /* Chrome (and eventually Safari) */
  /*image-rendering: optimize-contrast;*/         /* CSS3 Proposed                  */
  /*-ms-interpolation-mode: nearest-neighbor;*/   /* IE8+                           */
}

#home-services .service-icon.cyber {
  background-size: 70px;
  background-image: url(../img/eos-services-cyber-icon-sprite-x2-small.svg);
  background-position: 0% -2%;
}

#home-services .tab-content .service-icon.cyber,
#home-services .services-mob .service-icon.cyber {
  background-image: url(../img/eos-services-cyber-icon-sprite-x2.svg);
  background-position: 50% 100%;
  background-size: 119px;
}

#content-slider-container .service-icon.cyber-security {
  background-image: url(../img/eos-services-cyber-icon-sprite-x2-small.svg);
  background-position: 0% -2%;
  background-size: 70px;
}

#content-slider-container li.active .service-icon.cyber-security {
  background-position: 0% 100%;
}

@media screen and (max-width: 767px) {
  #content-slider-container .service-icon.cyber-security {
    background-size: 45px;
  }
}

#content-slider-container .sidebar-nav.sectors li .service-icon.cyber-security,
#content-slider-container .sidebar-nav.sectors li:hover a.disabled .service-icon.cyber-security,
#content-slider-container .sidebar-nav.sectors li .service-icon.cyber,
#content-slider-container .sidebar-nav.sectors li:hover a.disabled .service-icon.cyber {
  background-image: url(../img/eos-services-cyber-icon-sprite-x2-small.svg);
  background-position: 0% 0%;
}

#sectors-overview ul.sector-overview-icons li .service-icon.cyber {
  background-image: url(../img/eos-services-cyber-icon-sprite-x2-small.svg);
  background-position: 0% -13%;
  background-size: 32px;
}

#content-slider-container  .service-icon.insurance {
  background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
  background-position: 0% 0%;
}

#content-slider-container li.active .service-icon.insurance {
  background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
  background-position: 0% 100%;
}

#content-slider-container .service-icon.banking-finance {
  background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
  background-position: 20% 0%;
}

#content-slider-container li.active .service-icon.banking-finance {
  background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
  background-position: 20% 100%;
}

#content-slider-container .service-icon.energy {
  background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
  background-position: 40% 0%;
}

#content-slider-container li.active .service-icon.energy {
  background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
  background-position: 40% 100%;
}

#content-slider-container .service-icon.transportation-logistics {
  background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
  background-position: 60% 0%;
}

#content-slider-container li.active .service-icon.transportation-logistics {
  background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
  background-position: 60% 100%;
}

#content-slider-container .service-icon.sports-media {
  background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
  background-position: 80% 0%;
}

#content-slider-container li.active .service-icon.sports-media {
  background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
  background-position: 80% 100%;
}

#content-slider-container .service-icon.professional-services {
  background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
  background-position: 102% 0%;
}

#content-slider-container li.active .service-icon.professional-services {
  background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
  background-position: 102% 100%;
}

@media screen and (max-width: 767px) {
  #content-slider-container li.active .service-icon.insurance {
    background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
    background-position: 0% 112%;
  }

  #content-slider-container li.active .service-icon.banking-finance {
    background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
    background-position: 20% 112%;
  }

  #content-slider-container li.active .service-icon.energy {
    background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
    background-position: 40% 112%;
  }

  #content-slider-container li.active .service-icon.transportation-logistics {
    background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
    background-position: 60% 112%;
  }

  #content-slider-container li.active .service-icon.sports-media {
    background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
    background-position: 80% 112%;
  }

  #content-slider-container li.active .service-icon.professional-services {
    background-image: url(../img/eos-sectors-icons-sprite-x2.svg);
    background-position: 102% 112%;
  }
}

input, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e22227;
}

a.btn.contact-btn {
  padding: 10px 33px 10px 23px;
  color: #ffffff;
  background-color: #000000;
  font-size: 15px;
  background-image: url(../img/contact-btn-square.png);
  background-position: 0px 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

a.btn.contact-btn:hover {
  background-color: #e22227;
}

a.btn.contact-btn.red {
  background-color: #e22227;
}

a.btn.contact-btn.red:hover {
  background-color: #000000;
}

a.btn.contact-btn:before {
  background-color: #000000;
  left: -15px;
  top: 42%;
  content: "";
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a.btn.contact-btn.red:before {
  background-color: #e22227;
}

a.btn.contact-btn:hover:before {
  background-color: #e22227;
}

a.btn.contact-btn.red:hover:before {
  background-color: #000000;
}

a.btn.contact-btn:after {
  border-top: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
  right: 13px;
  top: 41%;
}


/* ---- Pagination Styles - 01/02/2017 ---- */

.pagination {
  display: table;
  margin: 22px auto;
}

.pagination > li > a, .pagination > li > span {
  border: 0;
  color: #3d3d3b;
  font-weight: 700;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #e22227;
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #e22227;
  background-color: transparent;
  border-color: transparent;
}

.pagination .fa-caret-right {
  padding-left: 10px;
}

.pagination .fa-caret-left {
  padding-right: 10px;
}

/* ---- Search Results Styles - 06/02/2017 ---- */

#results {
  padding-top: 100px;
  padding-bottom: 30px;
}

#results article {
  margin-bottom: 50px;
}

#results h5 {
  font-weight: 400;
  line-height: 1.3;
}

#results .glyphicon {
  font-size: 6px;
  margin: 0px 6px;
  top: -2px;
}

#results a.btn.btn-lg {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 10px;
}

#results a.btn.btn-lg:before {
  background-color: #3d3d3b;
  top: 13px;
}

#results a.btn.btn-lg:after {
  border-left: 6px solid #3d3d3b;
  top: 11px;
}

#results article p {
  margin-bottom: 20px;
}

/* ---- Event Location Styles - 06/02/2017 ---- */

.event-location {
  margin-top: 60px;
  margin-bottom: 30px;
}

.event-location-map iframe {
  width: 100% !important;
  border: 0 !important;
}

.event-location-map, .event-location-map iframe {
  max-height: 450px !important;
}

@media screen and (max-width: 767px) {
  .event-location-map, .event-location-map iframe {
    max-height: 280px !important;
  }
}

.event-location-info {
  color: #ffffff;
  margin: 0;
  position: relative;
  background-color: #e22227;
  padding: 50px 20px 20px 40px;
  display: block;
}

.event-location-info:after {
  width: 0;
  height: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #e22227;
  position: absolute;
  bottom: -20px;
  content: "";
  left: 45%;
  z-index: 100;
}

.event-location-info h3 {
  color: #ffffff;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 300;
  position: relative;
  margin-left: 25px;
  margin-top: 0;
}

.event-location-info h3:before {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: 15px;
  left: -25px;
  content: "";
}

.event-location-info-col {
  padding: 0 45px;
}

.event-location-info h5 {
  color: #ffffff;
  font-size: 16px;
  position: relative;
}

.event-location-info h5:before {
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  top: 7px;
  left: -17px;
  content: "";
}

/* ---- Get in Touch CTA Styles - 06/02/2017 ---- */

.get-in-touch-wrap {
  position: absolute;
  background-color: #efeff1;
  border-bottom: 3px solid #e22227;
  left: 0;
  top: 0;
  padding-left: 500px;
  margin-left: -500px;
  min-height: 100%;
  z-index: 100;
}

.get-in-touch {
  width: 190px;
  padding: 15px;
}

.nav-tabs-padding{
  padding-top: 120px;
}

@media screen and (max-width: 1289px) {
  .get-in-touch {
    width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .get-in-touch-wrap {
    position: relative;
    padding: 0;
    margin-left: 25%;
    min-height: 100%;
    margin-bottom: 60px;
    margin-top: -80px;
  }
  .get-in-touch {
    width: auto;
  }
  .nav-tabs-padding{
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .get-in-touch-wrap {
    position: relative;
    padding: 0;
    margin-left: 0;
    min-height: 100%;
    margin-bottom: 60px;
    margin-top: -80px;
    width: 100%;
  }
}

.get-in-touch h5 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  padding: 5px 0 8px;
}

.get-in-touch p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 7px
}

.get-in-touch a.btn {
  font-size: 14px;
  padding: 0 15px;
}

.get-in-touch a.btn:before {
  width: 6px;
  height: 6px;
  top: 6px;
}

.get-in-touch a.btn:after {
  border-top: 5px solid transparent;
  border-left: 5px solid #e22227;
  border-bottom: 5px solid transparent;
}

/* --- GDPR EXTRA STYLES --- */

.consent-checkbox {
  margin-top: 20px;
}

#insights-container .consent-checkbox {
  margin-top: 20px;
  margin-bottom: 30px;
}

.consent-checkbox p {
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.consent-checkbox label {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
}

.consent-checkbox label input[type=checkbox] {
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 60;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: unset;
}

.consent-checkbox label input[type=checkbox]::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
  content: "";
  display: block;
  border: 1px solid #9c9c9c;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
}

.consent-checkbox label input[type=checkbox]::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  display: block;
  font-size: 12px;
  text-indent: 4px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  width: 20px;
  height: 20px;
  color: transparent;
  z-index: 1;
}

.consent-checkbox label input[type=checkbox]:focus {
  outline: 0;
  outline-offset: 0;
}

.consent-checkbox label input[type=checkbox]:checked::before {
  color: #4b4b4b;
}


/* ---- Private Client Service Styles - 03/04/2019 ---- */

.service-icon.private {
  background-size: 119px;
  background-image: url(../img/eos-services-private-icon-sprite-x2.svg);
  background-position: 0% 98%;
  image-rendering: auto;               /* Legal fallback                 */
  /*image-rendering: -moz-crisp-edges;*/          /* Firefox                        */
  /*image-rendering: -o-crisp-edges;*/            /* Opera                          */
  image-rendering: -webkit-optimize-contrast;     /* Chrome (and eventually Safari) */
  /*image-rendering: optimize-contrast;*/         /* CSS3 Proposed                  */
  /*-ms-interpolation-mode: nearest-neighbor;*/   /* IE8+                           */
}

#home-services .service-icon.private {
  background-size: 70px;
  background-image: url(../img/eos-services-private-icon-sprite-x2-small.svg);
  background-position: 0% -2%;
}

#home-services .tab-content .service-icon.private,
#home-services .services-mob .service-icon.private {
  background-image: url(../img/eos-services-private-icon-sprite-x2.svg);
  background-position: 50% 100%;
  background-size: 119px;
}

#content-slider-container .service-icon.private-clients {
  background-image: url(../img/eos-services-private-icon-sprite-x2-small.svg);
  background-position: 0% -2%;
  background-size: 70px;
}

#content-slider-container li.active .service-icon.private-clients {
  background-position: 0% 100%;
}

@media screen and (max-width: 767px) {
  #content-slider-container .service-icon.private-clients {
    background-size: 45px;
  }
}

#content-slider-container .sidebar-nav.sectors li .service-icon.private-clients,
#content-slider-container .sidebar-nav.sectors li:hover a.disabled .service-icon.private-clients,
#content-slider-container .sidebar-nav.sectors li .service-icon.private,
#content-slider-container .sidebar-nav.sectors li:hover a.disabled .service-icon.private {
  background-image: url(../img/eos-services-private-icon-sprite-x2-small.svg);
  background-position: 0% 0%;
}

#sectors-overview ul.sector-overview-icons li .service-icon.private {
  background-image: url(../img/eos-services-private-icon-sprite-x2-small.svg);
  background-position: 0% -13%;
  background-size: 32px;
}
