
/* Core */

:root {
   --Black: #272727;
   --Navy: #252d59;
   --Orange: #f26729;
   --Blue1: #313f7d;
   --Blue2: #43579b;
   --Blue3: #5083c2;
   --Blue4: #74a2cb;
   --Blue5: #89b9db;
   --Aqua1: #2386a2;
   --Aqua2: #579bab;
   --Grey1: #4e4e50;
   --Grey2: #808183;
   --Grey3: #dbdcdd;
   --Yellow1: #ea9320;
   --Yellow2: #f2ca30;
}
* {
   font-size: 18px !important;
}
/*   */

.development-only {
   display: block;
}
a:hover {
   color: #f26729;
   text-decoration: none !important;
}

p, h1, h2, h3, h4, h5, h6, li, table, blockquote {
   font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif !important;
   color: #333333;
   font-weight: 400 !important;
   letter-spacing: 0.5px;
}
h1 {font-size: 2.4rem !important;}
h2 {font-size: 2.1rem !important; padding-top: 1.5rem; color: #343a40;}
h3 {font-size: 1.4rem !important; padding-top: 1.5rem; color: #43579b;}
h4 {font-size: 1.2rem !important; padding-top: 1.5rem; color: #313f7d;}
h5 {font-size: 1rem !important; padding-top: 1.5rem;}
h6 {font-size: 0.9rem !important; padding-top: 0rem;}
p, td, th {font-size: 1rem !important;}
li {font-size: 1rem !important; padding-top: 0rem;}
ul, ol {padding-bottom: 1.5rem;}

#mainStoryWrapper h2, #mainStoryWrapper h3, #mainStoryWrapper h4, #mainStoryWrapper h5, #mainStoryWrapper h6  {
   padding-top: 0;
}

.Date {
   color: #f26729;
}

.lasBlack {color: #272727 !important;}
.lasNavy {color: #252d59 !important;}
.lasOrange {color: #f26729 !important;}
.lasBlue1 {color: #313f7d !important;}
.lasBlue2 {color: #43579b !important;}
.lasBlue3 {color: #5083c2 !important;}
.lasBlue4 {color: #74a2cb !important;}
.lasBlue5 {color: #89b9db !important;}
.lasAqua1 {color: #2386a2 !important;}
.lasAqua2 {color: #579bab !important;}
.lasGrey1 {color: #4e4e50 !important;}
.lasGrey2 {color: #808183 !important;}
.lasGrey3 {color: #dbdcdd !important;}
.lasellow1 {color: #ea9320 !important;}
.lasYellow2 {color: #f2ca30 !important;}

.lasBlack:hover {color: #43579b !important;}
.lasNavy:hover {color: #43579b !important;}
.lasOrange:hover {color: #43579b !important;}
.lasBlue1:hover {color: #313f7d !important;}
.lasBlue2:hover {color: #43579b !important;}
.lasBlue3:hover {color: #f26729 !important;}
.lasBlue4:hover {color: #f26729 !important;}
.lasBlue5:hover {color: #f26729 !important;}
.lasAqua1:hover {color: #f26729 !important;}
.lasAqua2:hover {color: #f26729 !important;}
.lasGrey1:hover {color: #43579b !important;}
.lasGrey2:hover {color: #43579b !important;}
.lasGrey3:hover {color: #43579b !important;}
.lasellow1:hover {color: #43579b !important;}
.lasYellow2:hover {color: #43579b !important;}

.bg-Black {background: #272727;}
.bg-White {background: #ffffff;}
.bg-Navy {background: #252d59;}
.bg-Orange {background: #f26729;}
.bg-Blue1 {background: #313f7d;}
.bg-Blue2 {background: #43579b;}
.bg-Blue3 {background: #5083c2;}
.bg-Blue4 {background: #74a2cb;}
.bg-Blue5 {background: #89b9db;}
.bg-Aqua1 {background: #2386a2;}
.bg-Aqua2 {background: #579bab;}
.bg-Grey1 {background: #4e4e50;}
.bg-Grey2 {background: #808183;}
.bg-Grey3 {background: #dbdcdd;}
.bg-Yellow1 {background: #ea9320;}
.bg-Yellow2 {background: #f2ca30;}

.bd-Black {border: 1px solid #272727;}
.bd-White {border: 1px solid #ffffff;}
.bd-Navy {border: 1px solid #252d59;}
.bd-Orange {border: 1px solid #f26729;}
.bd-Blue1 {border: 1px solid #313f7d;}
.bd-Blue2 {border: 1px solid #43579b;}
.bd-Blue3 {border: 1px solid #5083c2;}
.bd-Blue4 {border: 1px solid #74a2cb;}
.bd-Blue5 {border: 1px solid #89b9db;}
.bd-Aqua1 {border: 1px solid #2386a2;}
.bd-Aqua2 {border: 1px solid #579bab;}
.bd-Grey1 {border: 1px solid #4e4e50;}
.bd-Grey2 {border: 1px solid #808183;}
.bd-Grey3 {border: 1px solid #dbdcdd;}
.bd-Yellow1 {border: 1px solid #ea9320;}
.bd-Yellow2 {border: 1px solid #f2ca30;}

.bg-Black p {color: #fff !important;}
.bg-White p {color: #43579b !important;}
.bg-Navy p {color: #fff !important;}
.bg-Orange p {color: #fff !important;}
.bg-Blue1 p {color: #fff !important;}
.bg-Blue2 p {color: #fff !important;}
.bg-Blue3 p {color: #fff !important;}
.bg-Blue4 p {color: #fff !important;}
.bg-Blue5 p {color: #fff !important;}
.bg-Aqua1 p {color: #fff !important;}
.bg-Aqua2 p {color: #fff !important;}
.bg-Grey1 p {color: #fff !important;}
.bg-Grey2 p {color: #fff !important;}
.bg-Grey3 p {color: #272727 !important;}
.bg-Yellow1 p {color: #272727 !important;}
.bg-Yellow2 p {color: #272727 !important;}

.bg-Black p a {color: #fff !important;}
.bg-White p a {color: #f26729 !important;}
.bg-Navy p a {color: #fff !important;}
.bg-Orange p a {color: #fff !important;}
.bg-Blue1 p a {color: #fff !important;}
.bg-Blue2 p a {color: #fff !important;}
.bg-Blue3 p a {color: #fff !important;}
.bg-Blue4 p a {color: #fff !important;}
.bg-Blue5 p a {color: #fff !important;}
.bg-Aqua1 p a {color: #fff !important;}
.bg-Aqua2 p a {color: #fff !important;}
.bg-Grey1 p a {color: #fff !important;}
.bg-Grey2 p a {color: #fff !important;}
.bg-Grey3 p a {color: #f26729 !important;}
.bg-Yellow1 p a {color: #f26729 !important;}
.bg-Yellow2 p a {color: #f26729 !important;}

.bg-Black p a:hover {color: #dbdcdd !important;}
.bg-White p a:hover {color: #43579b !important;}
.bg-Navy p a:hover {color: #dbdcdd !important;}
.bg-Orange p a:hover {color: #dbdcdd !important;}
.bg-Blue1 p a:hover {color: #dbdcdd !important;}
.bg-Blue2 p a:hover {color: #dbdcdd !important;}
.bg-Blue3 p a:hover {color: #dbdcdd !important;}
.bg-Blue4 p a:hover {color: #dbdcdd !important;}
.bg-Blue5 p a:hover {color: #dbdcdd !important;}
.bg-Aqua1 p a:hover {color: #dbdcdd !important;}
.bg-Aqua2 p a:hover {color: #dbdcdd !important;}
.bg-Grey1 p a:hover {color: #dbdcdd !important;}
.bg-Grey2 p a:hover {color: #dbdcdd !important;}
.bg-Grey3 p a:hover {color: #43579b !important;}
.bg-Yellow1 p a:hover {color: #43579b !important;}
.bg-Yellow2 p a:hover {color: #43579b !important;}

.bg-Black h3 {color: #fff !important;}
.bg-White h3 {color: #43579b !important;}
.bg-Navy h3 {color: #fff !important;}
.bg-Orange h3 {color: #fff !important;}
.bg-Blue1 h3 {color: #fff !important;}
.bg-Blue2 h3 {color: #fff !important;}
.bg-Blue3 h3 {color: #fff !important;}
.bg-Blue4 h3 {color: #fff !important;}
.bg-Blue5 h3 {color: #fff !important;}
.bg-Aqua1 h3 {color: #fff !important;}
.bg-Aqua2 h3 {color: #fff !important;}
.bg-Grey1 h3 {color: #fff !important;}
.bg-Grey2 h3 {color: #fff !important;}
.bg-Grey3 h3 {color: #272727 !important;}
.bg-Yellow1 h3 {color: #272727 !important;}
.bg-Yellow2 h3 {color: #272727 !important;}

.bg-Black h4 {color: #fff !important;}
.bg-White h4 {color: #43579b !important;}
.bg-Navy h4 {color: #fff !important;}
.bg-Orange h4 {color: #fff !important;}
.bg-Blue1 h4 {color: #fff !important;}
.bg-Blue2 h4 {color: #fff !important;}
.bg-Blue3 h4 {color: #fff !important;}
.bg-Blue4 h4 {color: #fff !important;}
.bg-Blue5 h4 {color: #fff !important;}
.bg-Aqua1 h4 {color: #fff !important;}
.bg-Aqua2 h4 {color: #fff !important;}
.bg-Grey1 h4 {color: #fff !important;}
.bg-Grey2 h4 {color: #fff !important;}
.bg-Grey3 h4 {color: #272727 !important;}
.bg-Yellow1 h4 {color: #272727 !important;}
.bg-Yellow2 h4 {color: #272727 !important;}

/* xs Phone */
@media (max-width: 767.98px) {
}

/* sm Tablet portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* md Tablet landscape */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* lg Screen */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* xl Large Screen */
@media (min-width: 1400px) {
}







/* xs Phone */
@media (max-width: 767.98px) {
   .Screen-ExtraSmall {
      visibility: visible;
   }
   .Screen-Small {
      visibility: hidden;
      display: none;
   }
   .Screen-Medium {
      visibility: hidden;
      display: none;
   }
   .Screen-Large {
      visibility: hidden;
      display: none;
   }
   .Screen-ExtraLarge {
      visibility: hidden;
      display: none;
   }
}

/* sm Tablet portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
   .Screen-ExtraSmall {
      visibility: hidden;
      display: none;
   }
   .Screen-Small {
      visibility: visible;
   }
   .Screen-Medium {
      visibility: hidden;
      display: none;
   }
   .Screen-Large {
      visibility: hidden;
      display: none;
   }
   .Screen-ExtraLarge {
      visibility: hidden;
      display: none;
   }
}

/* md Tablet landscape */
@media (min-width: 992px) and (max-width: 1199.98px) {
   .Screen-ExtraSmall {
      visibility: hidden;
      display: none;
   }
   .Screen-Small {
      visibility: hidden;
      display: none;
   }
   .Screen-Medium {
      visibility: visible;
   }
   .Screen-Large {
      visibility: hidden;
      display: none;
   }
   .Screen-ExtraLarge {
      visibility: hidden;
      display: none;
   }
}

/* lg Screen */
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .Screen-ExtraSmall {
      visibility: hidden;
      display: none;
   }
   .Screen-Small {
      visibility: hidden;
      display: none;
   }
   .Screen-Medium {
      visibility: hidden;
      display: none;
   }
   .Screen-Large {
      visibility: visible;
   }
   .Screen-ExtraLarge {
      visibility: hidden;
      display: none;
   }
}

/* xl Large Screen */
@media (min-width: 1400px) {
   .Screen-ExtraSmall {
      visibility: hidden;
      display: none;
   }
   .Screen-Small {
      visibility: hidden;
      display: none;
   }
   .Screen-Medium {
      visibility: hidden;
      display: none;
   }
   .Screen-Large {
      visibility: hidden;
      display: none;
   }
   .Screen-ExtraLarge {
      visibility: visible;
   }
}





/* header */
#header {
   background: #252d59 url("../media/las-assets/las-wave2.jpg") 0% 0%;
   background-size: cover;
   padding-top: 0;
   padding-bottom: 0;
   margin-bottom: 0;
   border-radius: 0;
   border-bottom: 2px solid #000000;
   min-height: 140px;
}

#las-logo img {
   max-width: 220px;
   padding: 40px 0 10px 0;
}
#page-top #header {
   background: none #fff;
   border-bottom: 2px solid #fff;
}

#page-top #las-logo img {
   max-width: 260px;
   padding: 20px 0 10px 0;
}

#header h1, #header p, #header li {
   color: white;
}
#header h1 {
   padding-top: 60px;
}
#header p {
   padding-top: 20px;
}
/* xs Phone */
@media (max-width: 767.98px) {
   #las-logo-mobile {
      padding: 20px 20px 40px 0;
   }
   #las-logo-mobile img {
      max-width: 160px;
   }
   #las-logo img {
      display: none;
   }
}
/* sm Tablet portrait  */
@media (min-width: 768px) and (max-width: 991.98px) {
   #las-logo img {
      display: none;
   }
   #las-logo-mobile {
      padding-top: 40px;
      padding-bottom: 40px;
      /*float: right;*/
   }
   #las-logo-mobile img {
      padding: 0 20px 20px 0;
      max-width: 200px;
   }
   #header h1 {
      padding-top: 40px;
   }
}
/* sm Tablet landscape  */
   @media (min-width: 992px) {
   #las-logo-mobile img {
      display: none;
   }
}





.navbar-nav {
   margin-left: auto !important;
   margin-right: 0 !important;
}

/* Top Nav */
#topNav.navbar{
   background: none !important;
   padding: 0;
   padding-top: 0;
}
#topNav .dropdown{
   border-radius:0;
   border:0;
}
#topNav .dropdown-menu{
   background: #252d59;
   border:0;
   top:80%;
   border-radius:0px 0px 5px 5px;
   width: 300px;
   margin-left: -230px;
}
#topNav .dropdown-item:hover{
   background:#43579b;
   color:#fff;
}
#topNav .dropdown-menu a{
   color:#fff;
} 
#topNav .dropdown-menu form{
   padding: 20px;
} 
#topNav.navbar .nav-item .nav-link {
   color:#eee !important; 
   padding: 3px 1rem 4px 1rem;
   background: #f26729;
   border: 0;
   border-radius: 0 0 10px 10px;
   margin: 0 10px 0 0;
   transition: all 0.3s ease;
}
#topNav.navbar .nav-item .nav-link:hover {
   background: #eaeaea;
   color: #333 !important;
}
#topNav.navbar #TN-financial-difficulties.nav-item .nav-link {
   background: #2386a2;
}
#topNav.navbar #TN-financial-difficulties.nav-item .nav-link:hover {
   background: #eaeaea;
}
#topNav.navbar #TN-search.nav-item .nav-link {
   background: #252d59;
   margin-bottom: 18px;
}
#topNav.navbar #TN-search.nav-item input.form-control {
   padding: 2px 10px !important;
   margin-bottom: 6px !important;
}
#topNav.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link{
   color:red !important;
}



#PrimaryNavigation.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}
#PrimaryNavigation.navbar {
   padding-left: 0;
   padding-right: 0;
}

#PrimaryNavigation .mobileOnly img  {
   height: 2.4rem;
   }
/* sm Tablet portrait */
@media (min-width: 992px) {
   #PrimaryNavigation .mobileOnly   {
   display: none;
   }
}

#PrimaryNavigation.navbar .dropdown-menu {
  border:none;
  background-color:#000022ea!important;
  border-radius: 6px !important;
}

#PrimaryNavigation.navbar .dropdown-menu h3 {
   font-size: 1.6em !important;
   color: white;
   border-bottom: 1px solid #ffffff50;
   padding-bottom: 6px !important;
 }

 #PrimaryNavigation.navbar .dropdown-menu h4 {
    color: #579bab !important;
  }
@media screen and (min-width: 992px) {
  
  #PrimaryNavigation.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

#PrimaryNavigation.navbar .dropdown-menu h3 {
   padding-left: 0.55em;
 }

 #PrimaryNavigation.navbar .dropdown-menu h4 {
    padding-left: 0.75em;
  }

#PrimaryNavigation.navbar .nav-item {
  padding:.1rem .5rem;
  margin:0;
}
#PrimaryNavigation.navbar .nav-link.dropdown-toggle,
#PrimaryNavigation.navbar .nav-link.fixed-nav-item {
   color: white !important;
   font-size: 1.2em !important;
 }

/* makes the dropdown full width  */
#PrimaryNavigation.navbar .dropdown {position:static;}

#PrimaryNavigation.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:50px;
}
#PrimaryNavigation.navbar .dropdown:hover .dropdown-menu,
#PrimaryNavigation.navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
#PrimaryNavigation.navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #eaeaea;
  }
#PrimaryNavigation.navbar .dropdown-menu ul {
      padding-bottom: 0;
    }

}
#PrimaryNavigation.navbar .navbar-nav .nav-link {
   color:white;
}
#PrimaryNavigation.navbar .navbar-nav .nav-link:hover {
   color: #f26729;
}

#navItem-digital-services,
#navItem-shareholder-investors,
#navItem-financial-difficulties {
   background: #2a2a2a;
}











/* Subject hero */
#pageHero {
   background: #252d59;
   border-top: 8px solid #2386a2;
   margin-top: -30px;
   margin-bottom: 10px;
}

/* sm mobile landscape */
@media (max-width: 991.98px) {
   #pageHero {
      margin-top: 0px;
   }
}

#pageHero .row {
   border-bottom: 2px solid #2386a2;
}
#pageHero h1 {
   color: white;
   padding: 50px 30px;
}
#pageHero h2 {
   padding: 10px 30px 20px 30px;
   margin-top: -70px;
   font-size: 1.75rem !important;
}
#pageHero #Page-Nav {
   border-top: 0px solid #2386a2;
   padding: 0;
}
#pageHero nav ul {
   padding: 0;
   margin: 0;         
}
#pageHero nav li {
   display: block;
   float: left;
   padding: 0;
   margin: 0;
}
#pageHero nav li.active {
   background-color: var(--Aqua1);
}
#pageHero nav li a {
   padding: 8px 10px 8px 20px;
   border-right: 2px solid #2386a2;
   display: block;
   transition: all 0.3s ease;
   color: white;
   height: 96px;
   border-bottom: 2px solid #2386a2;
   margin-bottom: -2px;
}
/* xs Phone */
@media (max-width: 767.98px) {
   #pageHero nav li a {
      padding: 8px 40px 8px 40px;
      height: 38px;
   }
}

#pageHero nav li a:hover {
   background: #2386a2;
}







/* Header Image */
#page-top #headerImage {
   background: #808183;
   background-repeat: no-repeat;
   background-size: cover;
   height: 32em;
   margin-bottom: 0;   
   margin-top: 0;
}
#page-top #headerImage .title-block {
   border-radius: 6px;
}

/* xs Phone */
@media (max-width: 767.98px) {
   #page-top #headerImage .title-block {
      background: #252d59;
   }
}

/* sm Tablet portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
   #page-top #headerImage .title-block {
      background: #252d59;
   }
}

/* md Tablet landscape */
@media (min-width: 992px) and (max-width: 1199.98px) {
   #page-top #headerImage .title-block {
      background: #252d59;
   }
}

/* lg Screen */
@media (min-width: 1200px) and (max-width: 1399.98px) {
   #page-top #headerImage .title-block {
      background: #252d59;
   }
}

/* xl Large Screen */
@media (min-width: 1400px) {
   #page-top #headerImage .title-block {
      background: #000000;
   }
}
#page-top #headerImage h1 {
   color: #fff;
   font-weight: 400 !important;
}
#page-top #headerImage p {
   color: #fff;
   font-weight: 400 !important;
   font-size: 18px !important;
}
















 /* breadcrumb */
#breadcrumb {
   padding-top: 12px;
}
/* xs Phone  */
   @media (max-width: 767.98px) {
      #breadcrumb {
      display: none;
   }
}
#breadcrumb ol.breadcrumb {
    padding: 0;
    background: none;
 }
#breadcrumb ol.breadcrumb li a::after { 
   content: " |";
}
#breadcrumb ol.breadcrumb li:first-of-type { 
   padding-left: 0;
}
#breadcrumb ol.breadcrumb li { 
   padding-left: 6px;
}
#breadcrumb ul.social-icons {
   padding-right: 0;
}
#breadcrumb ul.social-icons li { 
   display: inline-block;
   font-size: 20px;
   background: #eaeaea;
   margin: -3px 0 0 12px;
   width: 32px;
   height: 32px;
   text-align: center;
   border-radius: 50%;
}
#breadcrumb ul.social-icons li:first-of-type { 
   font-size: 16px;
   background: none;
   width: auto;
}












/* Main Slider carousel */
#mainSlider.carousel {
   padding-bottom: 0;
   border-top: 1px solid #666;
}
#mainSlider.carousel .carousel-item {
   height:500px;
   object-fit: fit;
   background-position: center center;
   background-color: #00000020;
   background-blend-mode: multiply;
}
#mainSlider .carousel-inner h2,
#mainSlider .carousel-inner p,
#mainSlider .carousel-inner li {
   color: white;
   font-weight: 400 !important;
   text-shadow: 1px 1px #272727;
   font-size: 1.2rem !important;
}
#mainSlider .carousel-inner h2 {
   margin-top: -10px;
   padding-top: 0;
   font-size: 2.7rem !important;
   font-weight: 400 !important;
   text-shadow: 1px 1px #333;
}
#mainSlider .carousel-inner p.dot {
   margin-bottom: 0;
   padding-bottom: 0;
   margin-left: 7px;
}
#mainSlider .carousel-inner li {
   font-size: 1.6rem;
   padding-left: 25px;
}
#mainSlider .btn {
   font-size: inherit;
}
#mainSlider .carousel-caption {
   /*background: #00000090 !important;*/
   padding-bottom: 0;
   /*rework*/
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   padding: 15% 15% 15% 15%;
   padding: 10% 15% 10% 15%;
   bottom: 0;
}
#mainSlider .carousel-caption .orangeDot {
   display: inline-block;
   width: 10px;
   height: 10px;
   background: #272727;
   border-radius: 50%;
   margin-right: 15px;
}

/* xs Phone */
@media (max-width: 767.98px) {
   #mainSlider.carousel .carousel-item {
      min-height:420px;
      height: auto;
   }
   #mainSlider .carousel-caption {
      /*
      padding: 15px;
      bottom: auto;
      top: 30px;
      */
   }
   #mainSlider .carousel-inner h2 {
      font-size: 1.3rem !important;
      margin-top: 0;
   }
   #mainSlider .carousel-inner p, #mainSlider .carousel-inner li {
      font-size: 0.9rem !important;
   }
   #mainSlider .carousel-inner p.dot {
      font-size: 0.9rem !important;
      display: none;
   }
   #mainSlider .carousel-inner .carousel-caption div {
      height: 160px;
      overflow: hidden;
      margin-bottom: 10px;
   }
   #mainSlider .carousel-inner p .btn {
      padding: 4px 10px;
   }
}

/* sm Tablet portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
   #mainSlider.carousel .carousel-item {
      min-height:520px;
      height: auto;
   }
   #mainSlider .carousel-caption {
      /*
      padding: 30px;
      bottom: auto;
      top: 60px;
      */
   }
   #mainSlider .carousel-inner h2 {
      font-size: 1.6rem !important;
      margin-top: 0;
   }
   #mainSlider .carousel-inner p, #mainSlider .carousel-inner li {
      font-size: 1rem !important;
   }
   #mainSlider .carousel-inner p.dot {
      font-size: 1rem !important;
      display: none;
   }
   #mainSlider .carousel-inner .carousel-caption div {
      max-height: 200px;
      height: auto;
      overflow: hidden;
      margin-bottom: 10px;
   }
   #mainSlider .carousel-inner p .btn {
      padding: 4px 10px;
   }
}

/* md Tablet landscape */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* lg Screen */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* xl Large Screen */
@media (min-width: 1400px) {
}

/* VideoSlider styles */
#mainSlider .carousel-inner #myVideo {
   position: ;
   right: 0;
   bottom: 0;
   min-width: 100%;
   height: 580px;
   object-fit: cover;
 }
 
 #mainSlider .carousel-inner .Hero {
   position: relative;
   bottom: 0;
   padding: 0px 20px 0px 20px;
   margin: -440px 15% 40px 15%;
 }
 #mainSlider .carousel-inner .Hero p {
    font-weight: 400 !important;
    text-shadow: 1px 1px #333;
 }
 #mainSlider .carousel-inner .Hero p.date {
    font-size: 1.0rem !important;
    line-height: 1rem;
 }
#mainSlider .carousel-inner .Hero h2 {
   font-weight: 400 !important;
   text-shadow: 1px 1px #333;
}
#mainSlider .carousel-inner .Hero p {
   font-weight: 300 !important;
   text-shadow: 1px 1px #333;
}

#mainSlider.vimeoFeature {
   background: #272727;
}
#mainSlider.vimeoFeature .carousel-inner .VideoHero {
   padding: 30px;
   margin: 0 auto;
   background: #272727;
   width: 100vw;
   max-width: 960px;
   max-height: 672px;
}
#mainSlider.vimeoFeature .carousel-inner .VideoHero h2 {
   font-weight: 100 !important;
   font-size: 1.8rem !important;
}
#mainSlider.vimeoFeature .carousel-inner .VideoHero p {
   font-weight: 100 !important;
   font-size: 1rem !important;
}
 .vimeo-wrapper {
   text-align: center;
   background: #272727;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   max-width: 960px;
   max-height: 540px;
}
 
 /* xs Phone */
 @media (max-width: 767.98px) {
    #mainSlider .carousel-inner #myVideo {
    height: 660px;
    }
    #mainSlider .carousel-inner .Hero {
    margin: -560px 8% 30px 8%;
    }
    #mainSlider .carousel-inner .Hero p.date {
       font-size: 1.0rem !important;
       line-height: 1rem;
    }
    #mainSlider .carousel-inner .Hero h2 {
       font-size: 3.2rem !important;
       line-height: 3.0rem;
    }
    #mainSlider .carousel-inner .Hero p {
       font-size: 1.5rem !important;
       line-height: 1.4rem;
    }
 }
 
 /* sm Tablet portrait */
 @media (min-width: 768px) and (max-width: 991.98px) {
    #mainSlider .carousel-inner #myVideo {
    height: 660px;
    }
    #mainSlider .carousel-inner .Hero {
    margin: -560px 15% 30px 15%;
    }
    #mainSlider .carousel-inner .Hero p.date {
       font-size: 1.0rem !important;
       line-height: 1rem;
    }
    #mainSlider .carousel-inner .Hero h2 {
       font-size: 3.8rem !important;
       line-height: 3.6rem;
    }
    #mainSlider .carousel-inner .Hero p {
       font-size: 1.6rem !important;
       line-height: 1.5rem;
    }
 }
 
 /* md Tablet landscape */
 @media (min-width: 992px) and (max-width: 1199.98px) {
    #mainSlider .carousel-inner #myVideo {
    height: 620px;
    }
    #mainSlider .carousel-inner .Hero {
    margin: -480px 15% 30px 15%;
    }
    #mainSlider .carousel-inner .Hero p.date {
       font-size: 1.1rem !important;
       line-height: 1rem;
    }
    #mainSlider .carousel-inner .Hero h2 {
       font-size: 4.2rem !important;
       line-height: 3.8rem;
    }
    #mainSlider .carousel-inner .Hero p {
       font-size: 1.7rem !important;
       line-height: 1.55rem;
    }
 }
 
 /* lg Screen */
 @media (min-width: 1200px) and (max-width: 1399.98px) {
    #mainSlider .carousel-inner .Hero {
    margin: -440px 15% 30px 15%;
    }
    #mainSlider .carousel-inner .Hero p.date {
       font-size: 1.2rem !important;
       line-height: 1rem;
    }
    #mainSlider .carousel-inner .Hero h2 {
       font-size: 4.4rem !important;
       line-height: 4rem;
    }
    #mainSlider .carousel-inner .Hero p {
       font-size: 1.9rem !important;
       line-height: 1.7rem;
    }
 }
 
 /* xl Large Screen */
 @media (min-width: 1400px) {
    #mainSlider .carousel-inner .Hero {
    margin: -440px 15% 30px 15%;
    }
    #mainSlider .carousel-inner .Hero p.date {
       font-size: 1.3rem !important;
       line-height: 1rem;
    }
    #mainSlider .carousel-inner .Hero h2 {
       font-size: 5.2rem !important;
       line-height: 4.6rem;
    }
    #mainSlider .carousel-inner .Hero p {
       font-size: 2rem !important;
       line-height: 1.8rem;
    }
    .vimeo-wrapper iframe {
       width: 100vw;
       height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
       max-width: 1200px;
       max-height: 675px;
    }
 }




/* services */
#services {
   background: #dbdcdd;
   margin-bottom: 0;
   padding-bottom: 10px;
}
#services .row {
   margin-bottom: 30px;
}
#services section {
   margin-bottom: 30px;
   padding: 20px;
   border-bottom: 1px dashed #cacaca;
}

p span.glyphicon {
   color: #33333340;
   font-size: 3.2rem !important;
   display: inline-block;
}
#services h2 {
   color:  #f26729;
   padding-bottom: 0.6em;
   font-weight: 400 !important;
}
#services h3 {
   color: #5083c2;
   padding-top: 0;
}
#services p, #services li {
   padding: 0 0 0px 0;
}
#services .btn {
   font-size: inherit;
}
#services .accordion div {
   background: none;
   border: none;
}
#services .accordion div button,
#services .accordion div button:hover {
   text-decoration: none !important;
}
#services .accordion div button h3 {
}
#services .accordion div button:hover h3 {
   color: #f26729 !important;
}








/* ourThinking */
#ourThinking.jumbotron {
   background: #000;
   margin-bottom: 0;
}
#what-we-think-grid #ourThinking.jumbotron {
   background: white;
}
#ourThinking header h2 {
   color: white !important;
}
#what-we-think-grid #ourThinking header h2 {
   color: #f26729 !important;
}
#ourThinking .row  {
   margin: 0 0 30px 0;
   padding: 0;
}
#ourThinking section {
   object-fit: fit;
   background-position: center center;
   border: 20px solid #000;
   padding: 0;
}
#what-we-think-grid #ourThinking section {
   border: 20px solid #fff;
}

#ourThinking section .row div  {
   margin: 0;
   padding: 15px 15px 60px 15px;
}
#ourThinking h2 {
   padding-bottom: 0.6em;
}
#ourThinking h3 {
   padding-top: 0;
}
#ourThinking h4 {
   color: #2386a2;
   padding-top: 0;
}
#ourThinking p, #ourThinking li {
}
#ourThinking .btn {
   font-size: inherit;
}

#ourThinking section.dark div{
   background: #00000090;
   object-fit: cover;
   padding: 30px;
}
#ourThinking section.light div{
   background: #ffffff90;
   object-fit: cover;
   padding: 30px;
}
#ourThinking .light h2, #ourThinking .light h3, #ourThinking .light p, #ourThinking .light li {
   color: #000;
}
#ourThinking .dark h2, #ourThinking .dark h3, #ourThinking .dark p, #ourThinking .dark li {
   color: #fff;
}
#ourThinking p.date {
   color: #fff;
   background: #f26729;
   padding: 6px 0 0 0;
   display: inline-block;
   height: 80px;
   width: 80px;
   border-radius: 50%;
   text-align: center;
}
#ourThinking p.date span {
   display: block;
   padding: 0;
   margin: 0;
   line-height: 1em;
   font-size: 1.3em !important;
}
#ourThinking p.date span:last-of-type {
   font-size: 0.8em !important;
}






/* news */
#news {
   background: #333;
   object-fit: cover;
   margin-bottom: 0;
   padding-bottom: 0;
}
#news section  {
}
#news-grid #news {
   background: #eaeaea;
}
#news-article #news {
   background: #eaeaea;
}
#news .card {
   /*height: 200px;*/
   background: none;
   border: none;
   margin-bottom: 60px;
   padding-bottom: 30px;
   border-bottom: 4px solid #404040;
}
#news-grid #news .card {
   border-bottom: 4px solid #dbdcdd;
}
#news-article #news .card {
   border-bottom: none;
   margin-bottom: 0;
}
#news .card-body {
   padding: 3px;
}
#news section div div {
   padding: 0;
}
#news img {
   height: 156px;
   width: 100%;
   object-fit: cover;
   border-radius: 3px;
}
#news h2 {
   font-weight: 700;
   color: white;
   padding-bottom: 0.6em;
}
#news-grid #news h2 {
   color: #f26729;
}
#news-article #news h2 {
   color: #f26729;
}
#news h3 {
   color: white;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 0;
   margin-top: 0;
   font-size: 1.2em !important;
   padding-bottom: 10px;
   font-weight: 700 !important;
}
#news-grid #news h3 {
   color: #43579b;
}
#news-article #news h3 {
   color: #43579b;
}
#news p {
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 0;
   padding-bottom: 1em;
   margin-top: -6px;
   margin-bottom: 0;
   font-size: 0.9em !important;
}
#news p .btn {
   font-size: inherit;
}
   /*





/* publications */
#publications {
   background: #eaeaea;
   object-fit: cover;
   margin-bottom: 0;
   padding-bottom: 0;
}
#publications-grid #publications {
   background: #eaeaea;
}
#publications .card {
   background: none;
   border: none;
   margin-bottom: 60px;
}
#publications .card-body {
   padding: 3px;
}
#publications section {
   margin-bottom: 2em;
   border-bottom: 4px solid #dbdcdd;
}
#publications-article #publications section {
   border-bottom: none;
}
#publications section div div {
   padding: 0;
}
#publications img {
   width: 100%;
   height: auto;
   border-radius: 3px;
   box-shadow: 3px 4px 5px #999;
   margin-bottom: 2em;
}
#publications h2 {
   font-weight: 700;
   color: white;
   padding-bottom: 0.6em;
}
#publications-grid #publications h2 {
   color: #f26729;
}
#publications h3 {
   color: white;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 0;
   margin-top: 0;
   font-size: 1.2em !important;
   padding-bottom: 10px;
   font-weight: 700 !important;
}
#publications-article #publications h3 {
   color: #2386a2;
}
#publications-grid #publications h3 {
   color: #2386a2;
}
#publications p {
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 0;
   padding-bottom: 1em;
   margin-top: -6px;
   margin-bottom: 0;
   font-size: 0.9em !important;
}
#publications p .btn {
   font-size: inherit;
}
   /*







/* digitalServices */
#digitalServices.jumbotron {
   background: #fff;
   margin-bottom: 0;
   padding-top: 0;
}
#digitalServices header h2 {
   color: #f26729 !important;
}
#digitalServices .row  {
   margin: 0 10px 10px 10px;
   padding: 30px 0 0 0;
}
#digitalServices section {
   border: 0px solid #fff;
   border-bottom: 1px dashed #ccc;
}

#digitalServices section .row div  {
   margin: 0;
   padding: 15px 15px 0px 15px;
}
#digitalServices section img {
   width: 100%;
   height: 120px;
   object-fit: cover;
}
#digitalServices h2 {
   padding-bottom: 0.6em;
}
#digitalServices h3 {
   padding-top: 0;
}
#digitalServices h4 {
   color: #2386a2;
   padding-top: 0;
}
#digitalServices .btn {
   font-size: inherit;
}

#digitalServices section div{
}










/* eventsWrapper */
#eventsWrapper {
   background: #43579b;
   object-fit: cover;
   margin-bottom: 0;
}
#eventsWrapper .col-lg-8 {
   margin-bottom: 60px;
}
#eventsWrapper h2 {
   color: #fff;
   padding-bottom: 0.6em;
}
#eventsWrapper h3 {
   color: #fff;
   padding-bottom: 0.6em;
   padding-top: 0;
   margin-top: -6px;
}
#eventsWrapper p {
   padding-top: 0;
   padding-bottom: 0;
   margin-top: 0;
   color: #efefef;
}
#eventsWrapper form .form-control {
   padding: 1.4em;
   background: #ffffff50;
   border: solid 1px #ffffff10;
}
#eventsWrapper form .form-control::placeholder {
   color: #fff !important;
}
#eventsWrapper form label,
#eventsWrapper form input,
#eventsWrapper form .btn {
   padding-left: 10px;
   color: #fff !important;
}

#eventsWrapper p.Intro {
   padding-bottom: 30px;
   padding-left: 0;
   font-size: 1.4em !important;
}





/* events carousel */
#events .carousel {
}
#events .carousel-inner h3,
#events .carousel-inner p,
#events .carousel-inner li {
   color: white;
}
#events .carousel-inner h3 {
}
#events .carousel-inner p {
}
#events .carousel-inner li {
}
#events .btn {
}
#events .carousel-caption {
   padding: 30px;
   bottom: 90px;
   padding-bottom: 0;
}








/* Careers */
#careers.jumbotron {
   background: #dbdcdd;
   margin-bottom: 0;
}
#careers header h2 {
   color: #f26729 !important;
   font-weight: 400 !important;
}
#careers header p {
   color: #4e4e50 !important;
}
#careers.row  {
   margin: 0 ;
   padding: 0;
}






/* footer Image */
#footerImage {
   background: #808183 url("../media/LAS-assets/gs-1duo.gif");
   background-repeat: no-repeat;
   background-size: cover;
   height: 24em;
   margin-bottom: 0;   
   margin-top: 0;
}






/* footer */
#footer {
   background: #252d59 url("../media/las-assets/las-wave.jpg") 80% 0%;
   margin-bottom: 0;
}
#footer h3, #footer p, #footer li, #footer li a {
   color: #eaeaea;
}
#footer li a:hover {
   color: #f26729;
   text-decoration: none;
}


/* footer icon */
.footer-icon a {
   display: block; 
   text-align: center; 
   padding: 2px 16px 20px 16px; 
   transition: all 0.3s ease; 
   color: white; 
   width: 90px; 
   height: 90px;
   margin:20px auto 0;
   border-radius: 50%;
   font-size: 3.2em !important; 
}
.footer-icon a i {
   font-size: 1.2em !important; 
}
.footer-icon a:hover {
   background-color: #f26729; /* Add a hover color */
}




/* page elements */


/* ourServices */
#ourServices {
   background: #fff;
   padding-top: 0;
   margin-bottom: 0;
   padding-bottom: 10px;
}
#ourServices .row {
   margin-bottom: 60px;
}
#ourServices h2 {
   color:  #f26729;
   padding-bottom: 0.6em;
}
#ourServices p{
   padding: 0 0 10px 0;
   font-size: 1.4em !important;
}
#ourServices section {
   padding-top: 0;
   margin-bottom: 60px;
   border-bottom: 1px dashed #dbdcdd;
}
#ourServices section h3 {
   color: var(--Blue3);
   padding-top: 0;
   font-size: 1.2em !important;
   font-weight: 700 !important;
}
#ourServices section p, #ourServices section li {
   padding: 0 0 10px 0;
   font-size: 0.9em !important;
}





/* main Story */
#mainStoryWrapper {
   background: white;
   margin-bottom: 30px;
   padding-top: 0;
}
#mainStoryWrapper header,
#mainStoryWrapper section {
   margin-bottom: 30px;
   padding: 20px;
   border-bottom: 1px dashed #cacaca;
}
#mainStoryWrapper #rightaside {
   margin-right: -15px;
   margin-left: 15px;
}
#mainStoryWrapper #mainStory{
   padding: 0;
}

#mainStmainStoryWrapperory .accordion div {
   background: none;
   border: none;
}
#mainStoryWrapper .accordion div button,
#mainStoryWrapper .accordion div button:hover {
   text-decoration: none !important;
}
#mainStory .carousel div h3 {
   color: white;
}
#mainStoryWrapper .carousel div p {
   color: white !important;
}

/* xs Phone */
@media (max-width: 767.98px) {
   #mainStoryWrapper #mainStory{
      padding: 20px 30px;
   }
}
#mainStoryWrapper #mainStory p.intro {
   font-size: 1.25em !important;
}
#mainStoryWrapper blockquote {
   color: #2386a2;
   border-left: 3px solid #2386a2;
   padding-left: 30px;
   margin-left: 90px;
   margin-right: 90px;
}
#mainStoryWrapper cite {
   font-size: 0.75em !important;
   color: #666666;
}

#mainStory .Categories  {
   border-top: 1px dashed #ccc;
   border-bottom: 1px dashed #ccc;
   margin: 0px 0 15px 0;
}
#mainStory .Categories p  {
   margin: 6px 0 6px 0;
   text-transform: uppercase;
}
#mainStory .Categories p a  {
   font-size: 0.8em !important;
   color: #808183;
}
#mainStory .Categories p a:hover  {
   color: #f26729;
}


#aside .Tags  {
   border-top: 1px dashed #ccc;
   border-bottom: 1px dashed #ccc;
   margin: 0px 15px 15px 15px;
}
#aside .Tags p  {
   margin: 6px 0 6px 0;
   text-transform: uppercase;
}
#aside .Tags p a  {
   font-size: 0.7em !important;
   color: #808183;
   background: #eee;
   display: inline=block;
   padding: 2px 10px;
   border-radius: 10px 10px;
   white-space: nowrap;
}
#aside .Tags p a:hover  {
   color: #f26729;
}



/* callOut */
#callOut {
   position: fixed;
   background: #2386a2ef;
   top: 60%;
   right: 0;
   height: 140px;
   width: 320px;
   padding: 0px;
   margin: 0;
   margin-right: -270px;
   transition: all 0.5s ease;
   border: 1px solid #ffffff50;
   box-shadow: 1px 1x 4px #aaa;
 }
 #callOut p.CTAtext {
   color: white;
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);
    height: 40px;
    width: 130px;
    margin: 50px 0 0 -40px;
    padding-left: 10px;
    border-bottom: 1px solid #ffffff50;
    position: relative;
    top: 0;
    left: 0;
 }
 #callOut:hover {
   background: #f26729;
   margin-right: 0;
 }
 #callOut.callOut-large:hover {
    height: 320px;
    top: 50%;
 }
 #callOut.callOut-large:hover p.CTAtext {
    margin: -40px 0 0 -135px;
    top: 180px;
    width: 320px;
 }
 #callOut .callOut-inner {
    position: relative;
    top: -70px;
    left: 60px;
    width: 250px;
 }
 #callOut.callOut-large .callOut-inner {
    position: relative;
    top: 10px;
    left: 60px;
    width: 250px;
 }
 #callOut .callOut-inner p {
    color: white;
 }
 /* xs Phone */
 @media (max-width: 767.98px) {
 }
 
 /* sm Tablet portrait */
 @media (min-width: 768px) and (max-width: 991.98px) {
 }
 
 /* md Tablet landscape */
 @media (min-width: 992px) and (max-width: 1199.98px) {
 }
 
 /* lg Screen */
 @media (min-width: 1200px) and (max-width: 1399.98px) {
 }
 
 /* xl Large Screen */
 @media (min-width: 1400px) {
    #callOut {
    position: fixed;
    right: 0;
    height: 140px;
    width: 430px;
    padding: 0px;
    margin: 0;
    margin-right: -280px;
    transition: all 0.5s ease;
  }
  #callOut p.CTAtext {
     -ms-transform: rotate(0deg); 
     -webkit-transform: rotate(0deg); 
     transform: rotate(0deg);
     height: 140px;
     width: 150px;
     margin: 0 0 0 0;
     padding-left: 20px;
     padding-top: 20px;
     border-bottom: none;
     border-right: 1px solid #ffffff50;
     position: relative;
     top: 0;
     left: 0;
  }
  #callOut.callOut-large:hover p.CTAtext  {
    margin-right: 0;
    height: 320px;
    top: 40px;
    width: 150px;
    left: 135px;
  }
  #callOut:hover {
    margin-right: 0;
  }
  #callOut .callOut-inner {
     position: relative;
     top: -118px;
     left: 160px;
     width: 250px;
  }
  #callOut.callOut-large .callOut-inner {
    position: relative;
    top: -258px;
    left: 170px;
    width: 250px;
  }
 }




/* aside */
#aside {
   padding: 0 0 0 40px;
   margin-bottom: 60px;
}
.Template5 #aside {
   padding: 0 40px 0 0;
   margin-bottom: 60px;
}
#aside .row .row {
   margin-left: 0;
   margin-right: 0;
   padding: 30px 20px !important;
}
/* sm Tablet portrait */
@media (max-width: 991.98px) {
   .Template5 #aside {
      padding: 0;
   }
}
#aside .row .row .col-4 img {
   width: 60px;
   height:60px;
   object-fit: cover;
}
#aside .row .row .col-4 img.round {
   border-radius: 50%;
}
#aside div.item {
   padding: 40px;
   margin-bottom: 40px;
}
#aside.order-lg-1 div.item {
   margin-right: 40px; /* ? need testing */
}
#aside div.item div.Profile img {
   padding: 0;
   width: 140px;
   height:140px;
   margin: 10px 0;
}
#aside div.item div.Profile img.round {
   border-radius: 50%;
}
#aside img.newsFeatureImage {
   width: 100%;
   box-shadow: 3px 4px 5px #333;
   margin-bottom: 30px;
}
#aside .bg-Aqua2 a {
}







/* Colour Block */
.colour-block {
   margin-top: 30px;
   margin-bottom: 60px;
}
.colour-block .col-12 div {
   padding: 20px 0 0 0;
   border-bottom: 1px solid white;
}
.colour-block.bg-White .col-12 div {
   padding: 20px 0 0 0;
   border-bottom: 1px solid #43579b;
}
.colour-block .col-9 div {
   padding: 20px 10px 20px 10px;
   font-size: 0.75em;
}
.colour-block .col-6 div,
.colour-block .col-md-6 div {
   padding: 20px 10px 20px 10px;
   font-size: 0.75em;
}
.colour-block .col-6 div img {
   padding: 0;
   width: 170px;
   height: 170px;
   object-fit: cover;
}
.colour-block .col-6 div img.round {
   border-radius: 50%;
}
.colour-block .col-4 div
.colour-block .col-lg-4 div {
   padding: 20px 10px 20px 10px;
   font-size: 0.75em;
}
.colour-block .col-lg-4 div.Profile img,
.colour-block .col-md-6 div.Profile img {
   padding: 0;
   width: 140px;
   height:140px;
   margin: 10px 0;
}
.colour-block .col-lg-4 div.Profile img.round,
.colour-block .col-md-6 div.Profile img.round {
   border-radius: 50%;
}
.colour-block div.Profile i.fa {
   padding: 7px 8px 6px 10px;
   width: 36px;
   height:36px;
   border-radius: 50%;
   font-size: 20px;
   background: #808183;
   color: white;
}
.colour-block div.Profile i.fa:hover {
   background: #f26729;
}
.colour-block .col-3 div {
   font-size: 0.75em;
   padding: 20px 0 20px 0;
   text-align: center;
}
.colour-block .col-3.colour-block-icon {
   font-size: 60px;
   color: white;
   padding: 20px 0 20px 0;
}
.colour-block .col-3 div img {
   padding: 0;
   width: 75px;
   height: 75px;
   object-fit: cover;
}
.colour-block .col-3 div img.round {
   border-radius: 50%;
}
/* xs Phone */
@media (max-width: 767.98px) {
}
/* sm Tablet portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* md Tablet landscape */
@media (min-width: 992px) and (max-width: 1199.98px) {
   .colour-block .col-6 div img {
      width: 260px;
      height: 260px;
   }
   .colour-block .col-3 div img {
      width: 110px;
      height: 110px;
   }
}
/* lg Screen */
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .colour-block .col-6 div img {
      width: 320px;
      height: 320px;
   }
   .colour-block .col-3 div img {
      width: 140px;
      height: 140px;
   }
}
/* xl Large Screen */
@media (min-width: 1400px) {
   .colour-block .col-6 div img {
      width: 320px;
      height: 320px;
   }
   .colour-block .col-3 div img {
      width: 140px;
      height: 140px;
   }
}


#aside .termsCTAs .card-body {
   padding: 10px 0 10px 0;
   border-bottom: 1px dashed #ccc;
}
#aside .termsCTAs p a {
   font-size: 0.9em !important;
}




.orangeDot {
   display: inline-block;
   width: 10px;
   height: 10px;
   background: var(--dark);
   border-radius: 50%;
   margin-right: 15px;
   margin-bottom: 1px;
}


#money-worries-block {
    background: #e9ecef;
    margin-bottom: 0;
}
#money-worries-block h2 {
    color: black;
}

#supporting-you-block {
    background: #e9ecef;
    margin-bottom: 0;
}
#supporting-you-block h2 {
    color: black;
}

#contact-us-block {
   background: #ffffff;
   margin-bottom: 0;
}
/*#contact-us-block h2 {*/
/*   color: #f26729;*/
/*}*/

.faq-border{
    border-top: 1px solid grey;
    padding-bottom: 15px;
}

#faqs-block, #privacy-block, #privacy-policy-block {
   background: #ffffff;
   margin-bottom: 0;
}
#money-worries-block {
    background: #e9ecef;
    margin-bottom: 0;
}
#faqs-block h2, #money-worries-block h2, #privacy-block h2, #privacy-policy-block h2 {
    color: #333333;
}
#faqs-block h3, #money-worries-block h3, #privacy-block h4, #privacy-policy-block h4 {
    font-weight: 500;
    cursor: pointer;
}


#useful-documents-block {
   background: #efefef;
   background-repeat: no-repeat;
   background-size: cover;
   margin-bottom: 0;
}
#useful-documents-block .header h2 {
   font-weight: 400 !important;
   color: #f8f9fa;
}
#useful-documents-block .header p {
   color: white !important;
   font-size: 1.2rem !important;
}
#useful-documents-block .bcm-card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
}
#useful-documents-block .bcm-card h4{
    padding-top:0.5rem;
}
#useful-documents-block .bcm-card .bcm-link-button {
    padding-top: 0.5rem;
}
#useful-documents-block .card {
   margin: 20px;
   min-width: 180px;
}
#useful-documents-block .card article {
   margin: 20px;
}
#useful-documents-block .card img {
   width: 100%;
}
#useful-documents-block .footer p a {
   color: white !important;
}
#useful-documents-block .footer p a:hover {
   color: #f26729 !important;
}


#useful-links-block {
   margin-bottom: 0;
}
#useful-links-block .header h2 {
}
#useful-links-block .header p {
}
#useful-links-block .card {
   margin: 20px;
   min-width: 260px;
}
#useful-links-block .card article {
   margin: 20px;
}
#useful-links-block .card img {
   width: 100%;
}

#page-top #PrimaryNavigation.navbar .navbar-nav .nav-link {
   color: #272727 !important;
   padding: 0;
   margin: 0;
}
#page-top #PrimaryNavigation.navbar .navbar-nav .nav-link:hover {
   color: #808183 !important;
}
#page-top #PrimaryNavigation.navbar .navbar-nav .nav-item {
   font-size: 0.85rem !important;
   padding: .1rem 0 .1rem 1rem;
}
#page-top #PrimaryNavigation.navbar .navbar-nav .nav-item .orangeDot {
   margin-right: 10px;
}
#important-information-block {
   margin-bottom: 0;
   background: white;
}



/* Search results */
#SearchResults article {
   margin: 0 0 3rem 0;
}
#SearchResults article:first-of-type {
   margin: 3rem 0 3rem 0;
}
#SearchResults article a *:hover {
   color: #f26729 !important;
}

    #search-results .searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #f26729;
    border-radius: 30px;
    padding: 10px;
    }

    #search-results .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    #search-results .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 450px;
    caret-color:red;
    transition: width 0.4s linear;
    }

    #search-results .searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }

    #search-results .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    }



    #ourExperts .Profile img  {
       width: 140px;
       height: 140px;
       border-radius: 50%;
    }


#faqs-block #privacy-policy	{
	display: block !important;
}


.toast h2, .toast h3, .toast h4, .toast h5	{
	color: white;
}

.blueRTE {
font-size: 1rem;
font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif !important;
font-weight: 300 !important;
letter-spacing: 0.5px;
color: #0065ff;
padding-top: 1.5rem;
}