@import url('https://fonts.googleapis.com/css?family=RobotoThin:900|Zilla+Slab');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,400');




/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Preloader */

.preloader-background {  
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  background-color: #fff;
}
.status {  
  position: absolute;
  width: 200px;
  height: 200px;  
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px; 
  
  background-image: url('../png/load.png');
  background-repeat: no-repeat;
  background-position: center;
}







/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* General Css / Global Variables */

html,
body {
  width: 100%;
  overflow-x: hidden;

  color: #141414;
  background-color: #fff;
  
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1.42857143;
  
  webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb {
  background: rgba(66, 66, 66, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(66, 66, 66, 0.5);
}

a {
  color: inherit;
  text-decoration: none;
}/* a:hover {} */
b {
  font-weight: 900;
}i {
  font-style: italic;
}

.black {
  background-color: #0b0b0b;
}.black5 {
  background-color: #212121;
}.turquoise {
  background-color: #1abc9c;
}.green-sea {
  background-color: #9cd0f7;
}.sun-flower {
  background-color: #d79803;
}.orange {
  background-color: #f39c12;
}.emerald {
  background-color: #00f000;
}.nephritis {
  background-color: #003594;
}.nephritis_dark {
  background: rgba(4, 17, 40, 1);
}.carrot {
  background-color: #e67e22;
}.pumkin {
  background-color: #d79803;
}.peter-river {
  background-color: #3399cc;
}.belize-hole {
  background-color: #2980b9;
}.alizarin {
  background-color: #790000;
}.pomegranate {
  background-color: #e21737;
}.amethyst {
  background-color: #9b59b6;
}.wisteria {
  background-color: #c61a90;
}.clouds {
  background-color: #ecf0f1;
}.green {
  background-color: #d6df23;
}.silver {
  background-color: #e1e1e1;
}.wet-asphalt {
  background-color: #00263f;
}.concrete {
  background-color: #95a5a6;
}.midnight {
  background-color: #2c3e50;
}.asbestos {
  background-color: #7f8c8d;
}.dirt {
  background-color: #d9a371;
}.white {
  background-color: white;
}.transparent {
  background-color: rgba(0, 0, 0, 0.6);
}.gcx_red {
  background-color: red;
}.gcx_gold {
  background-color: #d79803;
}.gcx_green {
  background-color: green;
}

.main-text {
  font-family: 'RobotoThin', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.font-color {
  color: #37474F;
}.text-black {
  color: #000;
}.text-red {
  color: #e21737;
}
.bold {
  font-weight: 900;
}.text-shadow {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}.font-xlg {
  font-size: 30px;
}.font-lg {
  font-size: 23px;
}.font-md {
  font-size: 14px;
}.font-sm {
  font-size: 12px;
}.font-xs {
  font-size: 10px;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.shadow {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}
.top {
  margin-top: 3%;
}.top-marg {
  margin-top: 100px;
}.bottom {
  margin-bottom: 3%;
}
.border {
  border: 1px solid #fff;
  padding: 30px;
}
.border_left {
  border-left: 1px solid #999;
}
.color {
  color: #f1f1f1;
}
.muted {
  color: #a7a9ab;
}
.underline {
  text-decoration: underline;
}
.padding-top {
  padding-top: 5px;
}
.pad {
  padding: 1.89%;
}
.hr {
  border-bottom: 1px rgba(4, 17, 40, 1) solid;
}
.hr2 {
  border-bottom: 1px #e6e7e8 solid;
}
.hr3 {
  border-bottom: 3px hidden #003594;
}
.modal-img {
  width: auto;
  height: 200px;
  padding-right: 20px;
}
.img-crop-square {
  width: auto;
  height: 100px;
  margin-right: 10px;
  margin-top: 15px;
}
.img-crop {
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
.modal-scroll {
  max-height: 600px;
  overflow-y: scroll;
}

.f {
  height: 50px;
}.f1 {
  height: 100px;
}.f1-5 {
  height: 150px;
}.f2 {
  height: 200px;
}.f2-5 {
  height: 250px;
}.f3 {
  height: 300px;
}.f3-5 {
  height: 350px;
}.f4 {
  height: 400px;
}.f4-5 {
  height: 450px;
}.f5 {
  height: 500px;
}.f5-5 {
  height: 550px;
}.ff {
  height: 100%;
}.fvh {
  height: 50vh;
}

.grayscale {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);

  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;

  transform: translateX(0);
  -webkit-transform: translateX(0);
}.grayscale:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  filter: grayscale(0);
  
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;

  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.img-colored {
  -webkit-filter: grayscale(0);
  filter: none;
  filter: grayscale(0);

  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;

  transform: translateX(0);
  -webkit-transform: translateX(0);
}.img-colored:hover {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);

  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;

  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.hover_blur:hover {
  -webkit-filter: blur(5px);
  filter: gray;
  filter: blur(5px);

  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;

  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.hover_greyscale:hover {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);

  transition: all .2s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;

  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.delay {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: 1;
}.delay2 {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 3s;
  -webkit-animation-iteration-count: 1;
}
.delay3 {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 4s;
  -webkit-animation-iteration-count: 1;
}.delay4 {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 5s;
  -webkit-animation-iteration-count: 1;
}.delay5 {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 6s;
  -webkit-animation-iteration-count: 1;
}
.infinite {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
}







/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Ticker */

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }  
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.splitticker{   
    display: flex
}
.stickyheader{ 
  /* width: 2700px; */
  
  padding-right: 10px;
  padding-left: 10px; 
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  color: red;
  background-color: black;
   
}
.ticker-wrap {
  box-sizing: content-box;
  position: relative;
  
  overflow: hidden;
  bottom: 0;    
  padding: 10px;
  /* padding-left: 100%; */

  background-color: rgba(0, 0, 0, 0.95);
}
.ticker-wrap .ticker {
  display: inline-block;
  white-space: nowrap;
  /* padding-right: 100%; */
  box-sizing: content-box;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;

  -webkit-animation-name: ticker;
  animation-name: ticker;

  -webkit-animation-duration: 30s;
  animation-duration: 90s;
}
.ticker-wrap .ticker_item {
  display: inline-block;
  margin-right: 50px;
  font-size: 1rem;
  color: #ffd600;
}


@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media only screen and (min-width:1611px) {
.stickyheader{ 

  width: 1200px;
 font-size: 1rem;
  
}
} 
@media only screen and (max-width:1610px) {
.stickyheader{ 

  width: 2100px;
 font-size: 1rem;
  
}
} 
@media only screen and (max-width:980px) {
.stickyheader{ 

  width: 2500px;
 font-size: 1rem;
  
}
} 
@media only screen and (max-width:948px) {
.stickyheader{ 

  width: 3000px;
 font-size: 1rem;
  
}
} 
 @media only screen and (max-width:710px) {
.stickyheader{ 

  width: 3500px;
 font-size: 11px;
  
}
}  










/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Newsflash Slider */

@keyframes newsflashslider {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }  
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.newsflashslider-wrap {
  box-sizing: content-box;
  
  position: relative;
  width: 100%;  
  overflow: hidden;
  bottom: 0;    
  padding: 10px;
  padding-left: 100%;

  background-color: rgba(0, 0, 0, 0.95);
}
.newsflashslider-wrap .newsflashslider {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;

  -webkit-animation-name: newsflashslider;
  animation-name: newsflashslider;

  -webkit-animation-duration: 30s;
  animation-duration: 90s;
}
.newsflashslider-wrap .newsflashslider_item {
  display: inline-block;
  margin-right: 50px;
  font-size: 1rem;
  color: #ffd600;
}


@-webkit-keyframes newsflashslider {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}



/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Navbar Area */

#Nav {
  margin-top: 30px;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cd-header {
  position: absolute;
  height: 110px;
  width: 100%;
  top: 40px;
  left: 0;  
  
  color: #fff;

  z-index: 3;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-header:hover {
  background: rgba(255, 255, 255, 1);
  color: #000;
}

@media only screen and (min-width:768px) {
  .cd-header {
    background: rgba(128, 128, 128, 0.5);
    box-shadow: none;
  }
}@media only screen and (min-width:1170px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);    
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-header.is-fixed {
    position: fixed;
    top: -110px;
    background-color: rgba(0, 0, 0, 0.98);

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;

    transition: transform 0.3s;
  }
  .cd-header.is-fixed:hover {
    background-color: rgba(255, 255, 255, 0.98);
  }
  .cd-header.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.logo {
  height: 75%;  
  bottom: auto;
  margin-top: 5px;

  display: block;
  position: absolute; 
}.logo img {
  display: inline-block;
}@media (max-width:1000px) {
  .logo {
    height: 70%;
  }
}
.navbar-toggle {
  position: relative;
  padding: 5px 10px;
  margin-top: 25px;  
  float: right;
  border: 1px solid transparent;
  border-radius: 4px;

  background-color: rgba(255, 255, 255, 0.1567);
  background-image: none; 
}
.navbar-toggle:focus {
  outline: 0;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;

  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;

  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,.dropdown {
  position: relative;
}.dropdown-toggle:focus {
  outline: 0;
}
.nav>li.dropdown.open {
  position: static;
}
.nav>li.dropdown.open .mega-menu {
  width: 100%;
  left: 0;
  right: 0;

  display: table;

  border-radius: 0px;  
}
.mega-menu {
  display: none;
  position: absolute;
  min-width: 160px;
  left: 0;
  z-index: 1000;
  padding: 25px;

  background-color: #f2f2f2;
  color: #222;  

  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}.mega-menu ul {
  margin-left: -40px;
  list-style: none;  
}.mega-menu h5 {
  font-weight: 900;
  font-family: 'RobotoThin', sans-serif;
}
@media (max-width:1200px) {
  .collapse {
    background-color: white;
  }
  .navbar-header {
    float: none;
  }.navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }.navbar-collapse.collapse {
    display: none !important;
  }  .navbar-nav {
    margin-top: 7.5px;
    float: none !important;    
  }.navbar-nav>li {
    float: none;
  }.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }.collapse.in {
    display: block !important;
  }.navbar-nav .open .dropdown-menu {
    width: auto;
    position: static;
    margin-top: 0;
    border: 0;    
    box-shadow: none;  

    float: none;    

    background-color: transparent;   

    -webkit-box-shadow: none;   
  }.li-service{
    margin-bottom: 100px;
  }
}






/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Large Slider Area */

/* #large_slider{} */

.slider-text-main {
  font-size: 60px;
  font-weight: 1000;

  background: rgba(0, 0, 0, 0.45)
}.slider-text-sub {
  font-size: 27px;

  background: rgba(0, 0, 0, 0.45)
}@media only screen and (max-width: 768px){
/* Styles */
  .slider-text-main {
    font-size: 55px;
    font-weight: 1000;
    background: rgba(0, 0, 0, 0.45)
  }.slider-text-sub {
    font-size: 11px;
    background: rgba(0, 0, 0, 0.45)
  }.carousel-caption {
    position: absolute;
    height: 120%;
    width: 95%;  
    bottom: 0;
    margin-left: 3%;
    margin-right: 10%;
    padding: 25% 10% 10% 10%;
    z-index: 10;

    text-align: center; 

    background: rgba(0, 0, 0, 0.0);
    color: #e5e5e5;
  }
}


.carousel-fade .carousel-inner .item { 
  max-height: 600px;
  overflow: hidden;

  background-color: #0b0b0b;
  opacity: 0;

  transition-property: opacity;
}.carousel-fade .carousel-inner .active {
  opacity: 1;
}.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}.carousel-fade .carousel-control {
  z-index: 2;
}.carousel-control .control-icon {
display: inline-block;
position: absolute;
height: 30px;
width: 30px;
top: 50%;
margin-top: -15px; 
z-index: 5; 
 
font-size: 48px; 
}.carousel-control .prev {
  left: 50%;
  margin-left: -15px;
}.carousel-control .next {
  right: 50%;
  margin-right: -15px;  
}.carousel-caption {
  position: absolute;
  height: 130%;
  width: 65%;
  bottom: 0;
  z-index: 10;
  
  margin-left: 20%;
  margin-right: 10%;
  padding: 25% 10% 10% 10%;

  text-align: center; 

  background: rgba(0, 0, 0, 0.0);
  color: #e5e5e5;
}@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }.carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }.carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}.carousel-caption .btn {
  text-shadow: none;
}.carousel:hover .control-box {
  opacity: 1;
}.carousel:hover a.carousel-control.left {}
.carousel:hover a.carousel-control.right {}
.carousel-indicators {
  position: absolute;
  bottom: 100px;
  right: 16.8%;
  padding-left: 0;
  z-index: 2;
  
  text-align: center;
  list-style: none;
}.carousel-indicators li {
  display: inline-block;
  height: 10px;
  width: 10px; 
  margin: 1px;
  border: 1px solid #fff;
  border-radius: 10px;

  text-indent: -999px;
  cursor: pointer;

  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}.carousel-indicators .active {
  height: 12px;
  width: 12px; 
  margin: 0;

  background-color: #f1f1f1;
}@media screen and (min-width:768px) {
  .carousel-indicators {
    bottom: 20px;
  }
}
.item.active img {
  transition: transform 5000ms linear 0s;

  transform: scale(1.16, 1.16);
}
.fill {
  width: 100%;
  height: 100%;

  background-position: center;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}




/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* The News Flash Slider */

.news-flash {
  height: 33px;
  width: 100vw;
  margin: 0;  

  font-family: "Lato", sans-serif;

  background: black;
}
.content {
  height: 30px;
  width: 100vw;
  margin-left: 10px;

  display: flex;
  align-items: center;
  justify-content: left;
}
.slider-wrapper {
  width: 100%;
  padding-right: 3%;

  display: flex;
  justify-content: left;
/* align-items: center; */

  color: RED;

  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  /* font-size: 1.0rem; */
}.slider {
  height: 26px;
  overflow: hidden;
  padding-left: 0px;
}.slider div {
  box-sizing: border-box;
  height: 50px;
  margin-bottom: 50px;
  padding: 2px 15px;

  color: yellow;

  font-weight: 400;  
  text-align: left;
}.slider-text1 {
  background: black;

  animation: slide 10s linear infinite;
}.slider-text2 {
  background: black;
}.slider-text3 {
  background: black;
}
@keyframes slide {
  0% {
    margin-top: -300px;
  }
  5% {
    margin-top: -200px;
  }
  33% {
    margin-top: -200px;
  }  
  38% {
    margin-top: -100px;
  }
  66% {
    margin-top: -100px;
  }
  71% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}@media only screen and (max-width: 768px){
/* Styles */
  .slider-wrapper {
    display: flex;
    justify-content: left; 
    /* align-items: center; */ 
    padding-right: 3%;
    
    font-size: 0.6rem;
    font-weight: 400;
    text-transform: uppercase;  

    color: RED;
  }
}




/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Footer Globals */

.btn-facebook {
  background-color: #0732a2;
}.btn-google-plus {
  background-color: #d91e18;
}.btn-instagram {
  background-color: #323b43;
}.btn-linkedin {
  background-color: #00598e;
}.btn-pinterest {
  background-color: #e21737;
}.btn-tumblr {
  background-color: #36465d;
}.btn-twitter {
  background-color: #48b8e7;
}
ul.social-network {
  display: inline;
  margin-left: 0 !important;
  padding: 0;

  list-style: none;  
}ul.social-network li {
  display: inline;
  margin: 0 10px;
}.social-network a.icoRss:hover {
  background-color: #F56505;
}.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}.social-circle li a {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  margin: 0 auto 0 auto;
  border-radius: 50%;

  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;  

  font-size: 20px;
  text-align: center;
}.social-circle li i {
  margin: 0;

  line-height: 50px;
  text-align: center;
}.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}.social-circle i {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.form-control {
  display: block;
  height: 34px;
  width: 100%;  
  padding: 6px 12px;
  border: 0px;
  border: 1px solid rgba(4, 17, 40, 1);
  border-radius: 0px;

  font-size: 14px;
  line-height: 1.42857143;

  background-color: white;
  color: rgba(4, 17, 40, 0.6);  
  background-image: none;  

  -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}.form-control:focus {
  border-color: #e21737;

  outline: 0;
}.form-control::-moz-placeholder {
  color: rgba(4, 17, 40, 0.6);

  opacity: 1;
}.form-control:-ms-input-placeholder {
  color: rgba(4, 17, 40, 0.6);
}.form-control::-webkit-input-placeholder {
  color: rgba(4, 17, 40, 0.6);
}.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.frame {
  position: relative;
  height: 160px;
  /* Can be anything */
  width: 160px;
  /* Can be anything */
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.btn-default {
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  padding: 2%;
  background-color: transparent;  
  
  transition: all 0.3s ease-in;
}.btn-clean {
  border: 1px solid #121212;
  border-radius: 7px;
  padding: 2%;

  background-color: transparent; 

  transition: all 0.3s ease-in;
}.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {  
  border: 1px solid #e21737;

  color: #e21737;
  background-color: rgba(250, 250, 250, 0.1);  

  transition: all 0.3s ease-in;
}.btn-clean:hover,
.btn-clean:focus,
.btn-clean.focus,
.btn-clean:active,
.btn-clean.active,
.open>.dropdown-toggle.btn-clean {
  color: #e21737;
  background-color: rgba(250, 250, 250, 0.1);
  
  border: 1px solid #121212;  

  transition: all 0.3s ease-in;
}

.modal-open {
  overflow: hidden;
}.modal {
  display: none;
  position: fixed;
  top: 3%;
  right: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;

  -webkit-overflow-scrolling: touch; 
}.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;

  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}.modal-open .modal {
  overflow-x: hidden;  
  overflow-y: hidden;
}.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}.modal-content {
  position: relative;
  outline: 0;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;
}.modal-backdrop {
  position: fixed;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;

  background: rgba(0, 0, 0, 0.8);
}.modal-header {
  min-height: 16.42857143px;
  padding: 15px;

  text-align: center;
  font-weight: 900;
  font-family: 'RobotoThin', sans-serif;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}.modal-header .close {
  margin-top: -2px;
}.modal-title {
  margin: 0;
  line-height: 1.42857143;
}.modal-body {
  position: relative;
  padding: 25px;

  text-align: justify;
}.modal-footer {
  padding: 15px;

  text-align: center;
}.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}.modal-scrollbar-measure {
  position: absolute;
  height: 50px;
  width: 50px; 
  top: -9999px; 

  overflow: scroll;
}@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {}
  .modal-sm {
    width: 300px;
  }
}@media (max-width:768px) {
  .modal-dialog {
    width: 600px;

    margin: 30px auto;
  }
  .modal-content {}
  .modal-sm {
    width: 300px;
  }



  


/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
  /* Other Globals */
  h1 {
    margin-top: 10px !important;

    font-size: 16px !important;  
  }
  .main-text {
    font-size: 16px;
  }
  .logo {
    height: 50%;
    margin-top: 20px;
  }
  #News_Tab,
  #Intro_Tab {
    padding: 12px !important;
  }
  #Current_Tab {
    padding: 0px !important;
  }
  #Corporate_Tab {
    padding: 12px !important;
  }
  #CTA_Tab {
    padding: 20px !important;
  }
}.scene_area {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}.scene_layer {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}







/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Header Images for Other Pages */

#About {
  max-height: 600px;
  padding: 50px;

  background: rgb(17, 17, 17);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%,
                                  rgba(0, 0, 0, 0.5) 100%),  
                                  url('../jpg/office.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#Services {
  max-height: 600px;
  padding: 50px;
  
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background: rgb(17, 17, 17);
  background: linear-gradient(0deg,  
                            rgba(0, 0, 0, 1) 5%,  
                            rgba(0, 0, 0, 0.5) 100%),
                            url('../jpg/4.jpg'); }
#Membership {
  max-height: 600px;
  padding: 50px;
  
  
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background: rgb(17, 17, 17);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%, 
                                    rgba(0, 0, 0, 0.5) 100%),
                                    url('../jpg/traders.jpg');
}
#Exchange {
  max-height: 600px;
  padding: 50px;

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background: rgb(17, 17, 17);
  background: linear-gradient(0deg, 
                            rgba(0, 0, 0, 1) 5%, 
                            rgba(0, 0, 0, 0.5) 100%),
                              url('../jpg/exchange.jpg'); 
}
#Resources {

  max-height: 600px;

  padding: 50px;

  background: rgb(17, 17, 17);

  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0.5) 100%),

    url('../jpg/resources.jpg');

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

}



#Contact {

  max-height: 600px;

  padding: 50px;

  background: rgb(17, 17, 17);

  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0.5) 100%),

    url('../jpg/contact.jpg');

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

}



#Careers {

  max-height: 600px;

  padding: 50px;

  background: rgb(17, 17, 17);

  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0.5) 100%),

    url('../jpg/careers.jpg');

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

}



#careers-tab,

#internships-tab,

#job-functional-areas-tab {

  padding: 50px;

  marging-top: 50px;

  marging-bottom: 50px;

  border-bottom: solid #ccc 1px;

}



#market_data {

  max-height: 600px;

  padding: 50px;

  background: rgb(17, 17, 17);

  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0.5) 100%),

    url('../jpg/exchange.jpg');

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

}



#News {

  max-height: 600px;

  padding: 50px;

  background: rgb(17, 17, 17);

  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0.5) 100%),

    url('../jpg/news.jpg');

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

}



#Commodity {

  max-height: 600px;

  padding: 50px;

  background: rgb(17, 17, 17);

  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0.5) 100%),

    url('../jpg/commodity.jpg');

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

}







/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Other Pages CSS */

#Content {
  padding-top: 50px;
  padding-bottom: 50px;
}
#Content p {
  text-align: justify;
}
.Pages {
  margin-top: 17%;
}
.Pages h1 {
  font-size: 200%;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);

  color: #cccccc;
}
.Pages p {
  font-size: 130%;
  text-transform: capitalize;
  
  color: #999999;
}
#Side_Bar li:hover {}
.fixed {
  position: fixed;
  width: 33.3%;
  margin-left: -30px;
}
.commodities_tab>li>a {
  position: relative;
  display: block;
  margin-top: 25px;
  padding: 15px 5px; 
}
.position { 
  padding: 5px;
  color: black;
}
.hovereffect {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  
  float: left;

  text-align: center;
  cursor: default; 
}.hovereffect .overlay {
  position: absolute;
  height: 80%;
  width: 90%;
  overflow: hidden;
  overflow-y: scroll;

  left: 5%;
  top: 5%; 

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;

  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}.hovereffect img {
  display: block;
  position: relative;

  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.4);
}
#Footer {
  min-height: 100%;

  color: #777;

  background-position: bottom right;
  background: url('../jpg/footer.jpg');  
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.9); 
}
.section_titles {
  margin-top: 10px;
  margin-bottom: 10px;
}
#News_Tab,#Intro_Tab {
  padding: 50px;

  color: #010101;
  background-color: #f3f3f3;
}
.gridArea {
  display: grid;
  grid-template-columns: 36rem 36rem;
  grid-template-areas: "gridItem2 gridItem1 ";

  margin-top: 5%; 

  justify-content: center;
}





/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-width: 768px){
/* Styles */
  .gridArea {

    grid-template-areas: "gridItem2" "gridItem1";

      grid-template-columns: auto auto;

    margin-bottom: 25%;

    margin-left: 5%;

    margin-right: 5%; 

    justify-content: left;

    align-items: left;

      

  }

}

.g-margin-bottom {
  margin-top: 15%;
}.gridItem1 {
  grid-area: gridItem1;
}.gridItem2 {
  grid-area: gridItem2;
}

.partner_image_container_rules{
   margin-bottom: 2%;    
   height: 5em;
   width:11em;
}
.resize_partners_image{
  max-height: 100%;
  max-width: 100%;
  object-fit: fill;
  /* width: 100%;  */
  /* object-fit: scale-down; */
}
.service-li-gap{
  margin-bottom: 1.5%;
}
#Current_Tab {
  padding: 50px;
  background-color: #fff;
  color: #010101;
  width: 50%;
  margin-left: 20px;
}
#CTA_Tab {  
  min-height: 100%;
  padding: 100px;

  background: rgb(17, 17, 17);
  background: radial-gradient(circle, rgba(17, 17, 17, 0.64049194677871149) 0%, rgba(0, 0, 0, 0.5309698879551821) 100%),url('../jpg/3.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.panel-img {
  height: 250px !important;  
  width: 360px;
  overflow-y: hidden;
  position: relative;
}.panel-f-img {
  height: 350px !important;
  width: 360px;
  position: relative;
  overflow-y: hidden;
}.panel-img2 {
  position: relative;
  overflow-y: hidden;
}.panel-body-news {
  height: 200px;
  padding: 15px; 
  padding-bottom: 15px;
  overflow: hidden;

  text-overflow: ellipsis;  
}
#Corporate_Tab {
  min-height: 100%;
  padding: 100px;
  
  background: rgb(17, 17, 17);
  background: radial-gradient(circle, rgba(17, 17, 17, 0.2049194677871149) 0%, rgba(0, 0, 0, 1) 100%),  url('../jpg/2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.fa-caret-up {
  color: #00f000;
}.fa-caret-down {
  color: #f00;
}
.pos_increment {
  color: #008000;
}
.neg_increment {
  color: #f00;
}
.img_crop {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

#Map {
  margin-bottom: -5px;
}

.Rules_Obligations {
  position: relative;
}

div.pagination {
  padding: 3px;
  margin-top: 30px;
  float: right;
}div.pagination a {
  padding: 7px 10px 7px 10px;
  margin: 2px;
  border: 1px solid #ddd;

  zoom: 100%;

  text-decoration: none;
  /* no underline */
  color: #337ab7;
}div.pagination a:hover,div.pagination a:active {
  border: 1px solid #337ab7;

  color: #000;
}div.pagination span.page_current {
  padding: 7px 10px 7px 10px;
  margin: 2px;
  border: 1px solid #337ab7;

  *zoom: 100%;

  font-weight: bold;

  background-color: #337ab7;
  color: #FFF;
}div.pagination span.page_disabled {
  padding: 7px 10px 7px 10px;
  margin: 2px;
  border: 1px solid #ddd;

  *zoom: 100%;

  color: #ddd;
}
* span.elipsis {
  zoom: 100%
}
.news-row-panel:hover .news-title {
  color: red;
}
.list-group-custom ul {
  padding-left: 0;
  margin-bottom: 20px;
}.list-group-custom li {
  display: block;
  position: relative;
  border-left: 2px solid #333333;
  padding: 20px 25px;
  margin-bottom: -1px;

  background-color: rgba(255, 255, 255, 0.8); 
}
/* Generic Styling, for Desktops/Laptops */
table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}
th {
  background: #333;
  color: white;
  font-weight: bold;
}
td,th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
(min-device-width: 768px) 
and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table,thead,tbody,th,td,tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*	Label the data	*/
  td:nth-of-type(1):before {
    content: "";
  }td:nth-of-type(2):before {
    content: "";
  }td:nth-of-type(3):before {
    content: "";
  }td:nth-of-type(4):before {
    content: "";
  }td:nth-of-type(5):before {
    content: "";
  }td:nth-of-type(6):before {
    content: "";
  }td:nth-of-type(7):before {
    content: "";
  }td:nth-of-type(8):before {
    content: "";
  }td:nth-of-type(9):before {
    content: "";
  }td:nth-of-type(10):before {
    content: "";
  }
}

/* COVID 19 */

.nhsuk-width-container--full {
	margin: 0;
	max-width: none
}

.nhsuk-grid-row {
	margin-left: -16px;
	margin-right: -16px
}

.nhsuk-grid-row:after {
	clear: both;
	content: '';
	display: block
}

.nhsuk-grid-column-full {
	box-sizing: border-box;
	padding: 0 16px
}

@media (min-width:48.0625em) {
	.nhsuk-grid-column-full {
		float: left;
		width: 100%
	}
}

.nhsuk-global-alert {
   
	background-color: #ffd600;
	padding-bottom: 24px;
	padding-top: 24px
}

@media print {
	.nhsuk-global-alert {
		display: none
	}
}

.nhsuk-global-alert a {
	color: #005eb8;
	text-decoration: underline;
	
}
.nhsuk-global-alert h4 {
	color: red;
	font-weight: 900;
	text-align: center;
}
.nhsuk-global-alert a:focus {
	background-color: #003d78;
	box-shadow: 0 0 0 4px #003d78;
	color: #fff;
	outline: 4px solid transparent;
	outline-offset: 4px
}

.nhsuk-global-alert a:hover {
	background-color: #005eb8;
	box-shadow: 0 0 0 4px #005eb8;
	color: #fff
}

.nhsuk-global-alert a:active {
	background-color: #002f5c;
	box-shadow: 0 0 0 4px #003d78;
	color: #fff
}

.nhsuk-global-alert__content {
  
	position: relative
}

.nhsuk-global-alert__content>:first-child {
	margin-top: 0
}

.nhsuk-global-alert__content>:last-child {
	margin-bottom: 0
}



.nhsuk-global-alert__message h2,
.nhsuk-global-alert__message h3 {
	text-align: center;
    font-size: 24px;
	font-weight: 900;
	line-height: 1.33333;
	margin: 0
}



.nhsuk-global-alert__message p {
	margin-top: 8px;
	font-size: 26px;
	line-height: 1.5;
	display: block;
	margin-bottom: 0
}

@media (min-width:40.0625em) {
	.nhsuk-global-alert__message p {
		margin-top: 8px
	}
	
	
}


@media (min-width:40.0625em) {
	.nhsuk-global-alert__message p {
		font-size: 10px
	}
}




@media  (max-width: 600px) { 

	
.nhsuk-global-alert__message h2,
.nhsuk-global-alert__message h3 {
	text-align: center;
	/* font-size: 24px; */
	font-size: 1.0rem;
	
	font-weight: 900;
	line-height: 1.33333;
	margin: 0;
}



.nhsuk-global-alert__message p {
	margin-top: 8px;
	/* font-size: 26px; */
	font-size: 1.0rem;
	

	line-height: 1.5;
	display: block;
	margin-bottom: 0
}

h4{
	font-size: 0.9rem;
}
	
}

@media  (max-width: 360px) { 

.nhsuk-global-alert {
   
	background-color: #ffd600;
	padding-bottom: 5px;
	padding-top: 10px
}
	
.nhsuk-global-alert__message h2,
.nhsuk-global-alert__message h3 {
	text-align: center;
	/* font-size: 24px; */
	font-size: 0.7rem;
	
	font-weight: 900;
	line-height: 1.33333;
	margin: 0;
}



.nhsuk-global-alert__message p {
	margin-top: 8px;
	/* font-size: 26px; */
	font-size: 0.7rem;
	

	line-height: 1.5;
	display: block;
	margin-bottom: 0
}

h4{
	font-size: 0.5rem;
}
	
}

@media only screen and (max-device-width: 600px) {	
}

@media (min-width:320px)  {

}

	
@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }	
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }	
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }	
@media (min-width:1281px) { /* hi-res laptops and desktops */ }
