﻿@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700&display=swap");
body,body #s4-workspace {
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  direction: rtl;
  background: url(/style%20library/Iec/images/background.png) no-repeat top right #fefeff;
  background-size: 80%;
}

.ICE-page {
  font-family:  Heebo,Helvetica Neue,sans-serif;
  display: flex;
  flex-direction: column;
  width:100%;
      height: auto;
      margin-bottom:0px;
}
     #s4-bodyContainer {
        background:none;
    }
.ICE-page  section.menu-right{
    -webkit-box-shadow:none;
    box-shadow:none;
    background: none;
}
.ICE-page .content-main{
    width:100%
}
.ICE-page .content-main .left751{
    width:100%;
    border-radius: 33px;
}

.ICE-page a {
  color: inherit;
  text-decoration: none;
}
.ICE-page .body.site-main .left-side a {
  color: #006ebb;
}

.ICE-page .overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
  opacity: 0;
}
.ICE-page .overlay.enabled {
  visibility: visible;
  opacity: 1;
}
.ICE-page .sidenav {
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  border-radius: 33px 0 0 33px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.2s;
  direction:ltr;
}
.ICE-page .sidenav .top-image {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0 !important;
}
    .ICE-page .sidenav .title {
        width: 100%;
        position: relative;
        text-align: right;
        display: flex;
        height: 68.5px;
        direction:rtl;
    }
.ICE-page .sidenav .title h2 {
  font-size: 22px;
  font-weight: bold;
  color: #294c6a;
      font-family: Heebo;
      -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.ICE-page .sidenav .default {
  flex-direction: column;
  display: flex;
  margin-top: 30px;
  color: #294c6a;
  font-size: 18px;
  direction:rtl;
}
/*  new CSS 13/12/20 */
/* start */
.ICE-page .sidenav .default .left-arrow {
  display: none;
  position: absolute;
  left: -3px;
  top: 28px;
}
/* end */
.ICE-page .sidenav .default ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 100%;
  align-items: flex-start;
}
.ICE-page .sidenav .default ul .forward li:first-of-type{
margin-top:35px;
}

.ICE-page .sidenav .default ul li,
.ICE-page .sidenav .default ul a,
.ICE-page .sidenav .default ul .forward {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
      min-height: 63px;
}
.ICE-page .sidenav .default ul li img,
.ICE-page .sidenav .default ul a img,
.ICE-page .sidenav .default ul .forward img {
  margin-left: 10px;
}
.ICE-page .sidenav .default ul a p{display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;}
/*  new CSS 13/12/20 */
/* start */
.ICE-page .sidenav .default ul .forward .left-arrow {
  display: block;
}
/* end */
/* 28/01/21 new css english-site  start*/

.ICE-page .sidenav .default ul .english-site {
  /*border-radius: 9px;
  border: solid 1px #e1effd;
  background-color: rgba(239, 247, 255, 0.18);
  width: 150px;
  height: 40px;
  padding-right: 1em;
  margin-right: -1em;
  font-size: 14px;
    font-weight: 400;
    letter-spacing: .07px;
    width: 119px;*/
    display:none;
}

/* 28/01/21 new css english-site  end*/


.ICE-page .sidenav .default .boxes-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-top: -15px;
}

.ICE-page .sidenav .default .boxes-container a {
  display: flex;
  align-items: center;
  border-radius: 11.2px;
  -webkit-backdrop-filter: blur(12.8px);
  backdrop-filter: blur(12.8px);
  box-shadow: 0 0 40px 0 rgba(101, 130, 201, 0.15);
  background-color: rgba(255, 255, 255, 0.6);
  width: 42%;
  height: 72px;
  margin: 8px;
  padding-right: 9px;
  text-align: right;
}

.ICE-page .sidenav .default .boxes-container a img {
  margin-left: 7px;
}
.ICE-page .sidenav .default .boxes-container a p{
    margin-bottom:0px;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: .04px;
}
.ICE-page .sidenav .default .section {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: calc(100% - 400px);
  border-radius: 33px 0 0 33px;
  background-color: #ffffff;
  overflow-x: hidden;
  /*visibility: hidden;*/
  display:none;
  transition: 0.2s;
}

.ICE-page .sidenav .default .section.enabled {
  /*visibility: visible;*/
  display:block;
  width: 330px;
  padding: 10px 40px 0px;
}

.ICE-page .sidenav .default .section.closing {
  right: 0;
  left: unset;
}

.ICE-page .sidenav .default .section .title {
  padding-bottom: 50px;
  padding-right: 34px;    
}

/* 28/01/21 new sidenav CSS start*/

.ICE-page .sidenav .default .section .title h2 {
  position: relative;
}
.ICE-page .sidenav .default .forward .section.enabled .title h2 {
margin-right:35px;
}
.ICE-page .sidenav .default .forward .section.enabled {
  direction:ltr;
}
.ICE-page .sidenav .default .forward .section.enabled * {
  direction:rtl;
}
.ICE-page .sidenav .default .section .title h2::before {
  content: "";
  right: -10px;
  top: 8px;
  width: 1px;
  height: 50%;
  background-color: rgba(0, 75, 153, 0.11);
  position: absolute;
}

/* 28/01/21 new sidenav CSS end*/


.ICE-page .sidenav .default .section li {
  display: flex;
}

.ICE-page .sidenav .default .sidenav-back {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  position: absolute;
  background: none;
  top: 12px;
  right: 39px;
}

.ICE-page .sidenav .default .sidenav-close {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  background: none;
  position: absolute;
  left: 38px;
  top: 30px;
}
    .ICE-page .sidenav .default .sidenav-close.sub {
          top: 12px;

    }
.ICE-page .header {
    width:95%;
  display: flex;
  justify-content: space-between;
  max-width: 95%;
  height: 47px;
  margin: 27px 0px 65px 0;
  padding: 0 2% 0 4%;
  font-size: 18px;
  color: #004b99;
  -webkit-box-shadow: unset;
  background: none;
}
.ICE-page .header .unauthenticated-button-container {
  width: 144px;
  height: 40px;
  min-width: 132px;
  margin-left: 20px;
}
.ICE-page .header .unauthenticated-button-container button {
  background-image: url(/style%20library/Iec/images/icons-20-px-user-white.png);
  background-repeat: no-repeat;
  background-position: 107px 10px;
  padding-right: 34px;
  font-weight: 500;
  font-size: inherit;
  color: white;
  border: none;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  background-color: #004b99;
}

.ICE-page .header .dropdown {
  position: relative;
  display: inline-block;
}

.ICE-page .header .dropdown .dropbtn {
  display: flex;
  align-items: center;
  background: white;
  border: none;
  color: #00458d;
}

.ICE-page .header .dropdown .dropbtn * {
  pointer-events: none;
}

.ICE-page .header .dropdown .dropbtn h2 {
  font-size: 18px;
  padding: 7px;
  font-weight: 500;
  margin-bottom:5px;
}

/* 28/01/21 new dropdown CSS start*/

.ICE-page .header .dropdown .dropdown-content {
  font-size: 14px;
  font-weight: normal;
  display: none;
  left: -57px;
  top: 54px;
  width: 100%;
  position: absolute;
  min-width: 174px;
  overflow: auto;
  border-radius: 8px;
  box-shadow: 0 2px 16px 0 rgba(0, 75, 153, 0.14);
  z-index: 1;
  padding: 20px;
  background-color: #ffffff;
}

.ICE-page .header .dropdown .dropdown-content p {
  margin: 5px 0;
}

.ICE-page .header .dropdown .dropdown-content p.font-300 {
  font-weight: 300;
}

.ICE-page .header .dropdown .dropdown-content a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.ICE-page .header .dropdown .dropdown-content.show {
  display: flex;
  flex-direction: column;
  text-align:right;
  margin-left:50px;
}
/* 28/01/21 new dropdown CSS end*/



.ICE-page .header .menu-container {
  justify-content: space-between;
  display: flex;
    height: 47px;

}
.ICE-page .header .menu-container img {
  width: 22px;
}
.ICE-page .header .menu-container .menu {
  border: none;
  margin: 10px 0 0 0;
  padding: 0;
  width: auto;
  background: none;
}
.ICE-page .header .menu-container .menu img {
  padding: 0 25px;
}
.ICE-page .header .menu-container .search-container {
  position: relative;
  align-items: center;
  display: flex;
  padding: 0px 25px;
  margin-top: 2px;
}
.ICE-page .header .menu-container .search-container .fa-search{
 display:none;
}
.ICE-page .header .menu-container .search-container button {
  border: none;
  margin: 3px 0 0 0;
  padding: 0;
  width: auto;
  background: none;
}
.ICE-page .header .menu-container .search-container .open {
  z-index: 999;
  left: 35px;
  top: 10px;
  bottom: 0;
  position: absolute;
}
.ICE-page .header .menu-container .search-container img {
  margin-left: 0;
}
.ICE-page .header .menu-container .search-container .search-input {
  display: none;
  width: 237px;
  height: 40px;
  opacity: 0.6;
  border-radius: 20px;
  border: solid 0.8px rgba(41, 76, 106, 0.26);
  background-color: #ffffff;
  transition: 0.5s ease-in-out;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  padding-right: 15px;
}
.ICE-page .header .menu-container .search-container .search-input::-ms-clear {
  display: none;
}
.ICE-page .header .menu-container .search-container .search-input.show {
  display: block;
}
.ICE-page .header .menu-container .search-container .search-input {
opacity: .6;
    border-radius: 29px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 1px solid #c4d6ff;
    background-color: hsla(0,0%,100%,.27);

}

.ICE-page .header .menu-container .report-hazard,
.ICE-page .header .menu-container .english-site,
.ICE-page .header .menu-container .contact-us {
  align-items: center;
  display: flex;
  padding: 0 25px 0 0;
  min-width:110px;
}
.ICE-page .header .menu-container .report-hazard
{
      min-width:140px;

}
.ICE-page .header .menu-container .report-hazard img,
.ICE-page .header .menu-container .english-site img,
.ICE-page .header .menu-container .contact-us img {
  margin-left: 10px;
}
.ICE-page .header .menu-container .logo {
  width: 65px;
  margin-left: 50px;
}
.ICE-page .header .menu-container .logo:after {
  content: "";
    width: 1px;
    height: 23px;
    position: absolute;
    right: 8%;
    opacity: .6;
    border-left: 2px solid rgba(0,75,153,.11);
    top: 6px;
}
.ICE-page .body {
  display: flex;
  max-width: 1090px;/* 28/01/21 changed max-width to 1090px */
  width: 100%;
  min-height: 600px;
  margin: auto;
  border-radius: 33px;
  box-shadow: 0 -3px 79px 0 rgba(146, 168, 222, 0.19);
  background-color: #ffffff;
}
.ICE-page .body .left-side {
  width: 72%;
  margin-right: 10px;
}
.ICE-page .body .right-side {
  border-radius: inherit;
  width: 28%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 -3px 79px 0 rgba(146, 168, 222, 0.19);
  background-color: rgba(255, 255, 255, 0.89);
}

.ICE-page .footer {
  /*margin: 66px -8px 0 -8px;*/
  padding-right:0px;
  padding-left:0px;
  height: 360px;
  box-shadow: 0 6px 46px 0 rgba(41, 76, 106, 0.08);
  background-color: #ffffff;
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  box-shadow: 0 -4px 8px rgba(41,76,106,.08);
  -webkit-appearance: none;
   c

}
.ICE-page .footer .top-container {
  width: 100%;
  max-width: 1370px;
  margin: auto;
}
.ICE-page .footer .top-container .top {
  padding-right: 10px;
  text-align: right;
  margin-top: -20px;
  height: 292px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #004b99;
}
.ICE-page .footer .top-container .top .socials-container {
  display: flex;
  flex-direction: column;
}
.ICE-page .footer .top-container .top .socials-container .title {
  width: 223px;
  text-align: right;
  padding-right: 10px;
}
.ICE-page .footer .top-container .top .socials-container .social-icons {
  display: flex;
  padding-top: 20px;
}
.ICE-page .footer .top-container .top .socials-container .social-icons a {
 width: 30px;
    height: 30px;
    margin: auto;
}

.ICE-page .footer .top-container .top .socials-container .social-icons img {
  padding: 0 6.5px;
}
.ICE-page .footer .top-container .top .contact-options-container .title {
  display: flex;
  align-items: center;
}
.ICE-page .footer .top-container .top .contact-options-container .title a {
  text-decoration: none;
}
.ICE-page .footer .top-container .top .contact-options-container .title p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.ICE-page .footer .top-container .top .contact-options-container .title .seperator {
  width: 1px;
  background-color: #004b99;
  height: 32px;
  margin: 0 10px;
}
.ICE-page .footer .top-container .top .contact-options-container .title .text {
  display: flex;
  flex-direction: column;
  /* 28/01/21 new css start*/
  position: relative;
  margin-right: 17px;
  /* 28/01/21 new css end*/
}
  /* 28/01/21 new css start*/
.ICE-page .footer .top-container .top .contact-options-container .title .text::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 6px;
  width: 1px;
  height: 82%;
  background-color: #004b99;
}
  /* 28/01/21 new css end*/

.ICE-page .footer .top-container .top .contact-options-container .title .text p:first-child {
  font-weight: 500;
}
.ICE-page .footer .top-container .top .contact-options-container .contact-options {
  display: flex;
}
.ICE-page .footer .top-container .top .contact-options-container .contact-options li {
  display: inline-block;
}
.ICE-page .footer .top-container .top .contact-options-container .contact-options .option {
  align-items: flex-start;
  margin: 5px 25px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-height: 900px) and (max-width: 1440px) and (min-width: 1100px) {
    .ICE-page .footer .top-container .top .contact-options-container .contact-options .option {
        align-items: flex-start;
         margin: 0px 0px; 
        display: flex;
        flex-direction: column;
        max-width: 100%;
        flex-grow: 1;
        flex-basis: 200px;
        margin-top: 10px;
    }
}
.ICE-page .footer .top-container .top .contact-options-container .contact-options .option:first-child {
  /*margin-right: 0;*/
}

.ICE-page .footer .top-container .top .contact-options-container .contact-options .option p {
  margin: 0;
  margin-left: 7px;
}

.ICE-page .footer .top-container .top .contact-options-container .contact-options a,
.ICE-page .footer .top-container .top .contact-options-container .contact-options div {
  display: flex;
  align-items: center;
}

.ICE-page .footer .top-container .top .contact-options-container .contact-options a p,
.ICE-page .footer .top-container .top .contact-options-container .contact-options div p {
  margin-left: 7px;
}

.ICE-page .footer .top-container .top .contact-options-container .contact-options p.bold {
  font-size: 16px;
  font-weight: 500;
}

.ICE-page .footer .top-container .top .contact-options-container .contact-options p.normal {
  font-size: 14px;
  font-weight: 300;
}
.ICE-page .footer {  font-family: Heebo!important;}

.ICE-page .footer .top-container .top h2 {
  line-height: 1.33;
  font-size: 24px;
  font-weight: 500;
    font-family: Heebo!important;
color: #294c6a ;
margin-top: 0;   /* 28/01/21 added margin-top: 0 */
}

.ICE-page .footer .bottom-container {
  background-color: #f1f4f8;
}

.ICE-page .footer .bottom-container .bottom {
  display: flex;
  align-items: center;
  height: 68px;
  /*max-width: 1370px;*/
  padding-right: 10px;
margin-right: auto;
  margin-left: auto;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  max-width: 1330px;
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
    .ICE-page .footer .bottom-container .bottom {
        max-width: 1200px;
    }
}

.ICE-page .footer .bottom-container .bottom a {
  /*padding: 0 2%;*/
  font-size: 14px;
  font-weight: 300;
  color: #294c6a;
  text-decoration: none;
  min-width: auto;
  padding-left: 57px;
}
.ICE-page .footer .bottom-container .bottom a:first-child {
  padding-right: 0;
}
.ICE-page .sidenav .default ul li a:hover ,.ICE-page .footer .top-container .top .contact-options-container a:hover , .ICE-page .footer .bottom-container .bottom a:hover{text-decoration:underline}
.ICE-page .sidenav .default ul li.forward > a:hover{text-decoration:none}
@media only screen and (max-width: 1422px) and (min-width:1281px) {
    .ICE-page .footer .top-container .top {
        max-width:1200px;
          height: auto;
    margin-top: 20px;
    }
        .ICE-page .footer .top-container .top h2 {
            min-width: 110px;
        }

         

    .ICE-page .footer .top-container .top {
        margin-right:70px;
    }
       .ICE-page .footer .top-container .top .contact-options-container  {
    margin-right: 10px;
    max-width: 620px;}
    .ICE-page .footer .top-container .top .contact-options-container .contact-options li {
  min-width: 185px;
}
        .ICE-page .footer .top-container .top .socials-container {
            width:350px;
            margin-top: -175px;
        }
         .ICE-page .footer .top-container .top .socials-container .title{
            width:350px;
        }
  }
/* 28/01/21 added new media query */

@media (max-width: 1280px) {
   /*body,body #s4-workspace {
  background-size: 80%;
}*/
  .ICE-page .header {
    max-width: 95%;
    width: 95%;
    margin: 12px auto 65px auto;
    padding: 0;
  }
  .ICE-page .footer {
   min-height: 450px;
  }
  .ICE-page .footer .top-container .top {
    justify-content: unset;
    max-width: 1090px;
    margin: auto;
    align-items: unset;
    padding: 32px 15px;
  }

  .ICE-page .footer .top-container .top h2 {
    margin: 0;
  }

  .ICE-page .footer .top-container .top .contact-options-container {
    width: 66%;
  }

  .ICE-page .footer .top-container .top .contact-options-container .title {
    align-items: unset;
  }

 /*.ICE-page .footer .top-container .top .contact-options-container .title .text {
    max-width: 400px;
  }
*/ 
  .ICE-page .footer .top-container .top .contact-options-container .contact-options {
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .ICE-page .footer .top-container .top .contact-options-container .contact-options .option {
    width: 23%;
    margin: 5px 0 15px 25px;
  }

  .ICE-page .footer .top-container .top .socials-container .title {
    width: 100%;
  }

  .ICE-page .footer .bottom-container .bottom {
    /*max-width: 1090px;*/
  }
}
@media (max-width: 1400px) {
    .ICE-page .footer .top-container .top .contact-options-container .contact-options {
        flex-wrap: wrap;
        padding: 20px 0;
    }
}

/*@media only screen and (max-width: 1422px) and (min-width:1260px) {
    .ICE-page .footer .top-container .top {
        max-width:1040px;
          height: auto;
    margin-top: 20px;
    }
        .ICE-page .footer .top-container .top h2 {
            min-width: 110px;
        }

         

    .ICE-page .footer .top-container .top {
        margin-right:70px;
    }
       .ICE-page .footer .top-container .top .contact-options-container  {
    margin-right: 10px;
    max-width: 620px;}
    .ICE-page .footer .top-container .top .contact-options-container .contact-options li {
  min-width: 185px;
}
        .ICE-page .footer .top-container .top .socials-container {
            width:350px;
                margin-top: -175px;
        }
         .ICE-page .footer .top-container .top .socials-container .title{
            width:350px;
        }
  }*/
/*# sourceMappingURL=main.css.map */
