*,
*::after,
*::before {
  margin: 0;
  padding: 0;
}

* {
  -webkit-text-size-adjust: none;
  font-size-adjust: none;
}

html,
body {
  height: 100%;
  margin: 0;
  font-size: 100%;
}

ul,
li,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #4a8bcd;
  text-decoration: none;
  cursor: pointer;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

img,
video,
iframe {
  max-width: 100%;
  display: block;
}

.media-image iframe {
  max-height: 480px;
}

svg:not(:root) {
  overflow: hidden;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 1em 1em 0;
}

figure {
  display: block;
  margin-top: 0;
}

figure img {
  /* width: 100%; */
  height: auto;
  margin: 0;
}

figure figcaption {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 1em 0 0 0;
  color: #666666;
}

figure.left-align,
figure.align-left,
figure[style*="float:left"] {
  max-width: 100%;
  margin: 1em 1.5em 1.5em 0;
}

@media (max-width: 575px) {
  figure.left-align,
  figure.align-left,
  figure[style*="float:left"] {
    float: none !important;
    margin-right: 0;
  }
}

figure.left-align img,
figure.align-left img,
figure[style*="float:left"] img {
  width: 100%;
  height: auto;
}

figure.right-align,
figure.align-right,
figure[style*="float:right"] {
  max-width: 100%;
  margin: 0.8em 0 1em 1.5em;
}

@media (max-width: 575px) {
  figure.right-align,
  figure.align-right,
  figure[style*="float:right"] {
    float: none !important;
    margin-left: 0;
  }
}

figure.right-align img,
figure.align-right img,
figure[style*="float:right"] img {
  /* width: 100%; */
  height: auto;
}

img.left-align,
img.align-left {
  margin: 1em 1.5em 1.5em 0;
}

img.right-align,
img.align-right {
  margin: 0.8em 0 1em 1.5em;
}

.fcenter {
  width: 100%;
}

.fcenter img {
  display: block;
  width: 100%;
}

.fcenter ~ .figcaption {
  font-size: 0.8em;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 0 0 10px 0;
  color: #666666;
}

form {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table td,
table th {
  padding: 10px;
  vertical-align: top;
}

.pad-top-bottom.level1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .pad-top-bottom.level1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pad-top-bottom.level2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .pad-top-bottom.level2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.margin-0 {
  margin: 0;
}

.border-top {
  border-top: 1px solid #bdc5ce;
}

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

@media (min-width: 992px) and (max-width: 1160px) {
  .container {
    max-width: 800px;
    width: auto;
  }
}

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

.bg-lightGrey {
  background-color: #eaeaea;
}

.bg-grey-lightest {
  background-color: #f2f2f2;
}

.bg-orange {
  background-color: #ed8b00;
}

.bg-orange-secondry {
  background-color: #f4b966;
}

.bg-white {
  background-color: #ffffff;
}

.bg-peach {
  background-color: #f5f5f0;
}

.desktop-show {
  display: block;
}

@media (max-width: 575px) {
  .desktop-show {
    display: none;
  }
}

.mobile-show {
  display: none;
}

@media (max-width: 575px) {
  .mobile-show {
    display: block;
  }
}

p.date-type {
  color: #f7941e;
  text-transform: normal;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.title-orange {
  color: #ed8b00;
}

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

body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.7;
  font-size: 18px;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}

p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 40px;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2;
  margin-bottom: 0.67em;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.8em;
  }
}

h3 {
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.35em;
  }
}

h4 {
  font-size: 1.17em;
  margin-bottom: 0.83em;
  line-height: 1.2;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.25em;
  }
}

h5 {
  font-size: 0.93em;
  line-height: 1.2;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  h5 {
    font-size: 1.2em;
  }
}

h6 {
  font-size: 0.85em;
  line-height: 1.2;
  margin-bottom: 1.2em;
}

@media (max-width: 767px) {
  h6 {
    font-size: 1em;
  }
}

small {
  font-size: 75%;
}

p {
  margin: 0 0 1.4em;
  line-height: 1.6em;
}

/* //Top Header */
body {
  font-family: "Roboto", sans-serif;
  position: relative;
}

header.dskt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 70px;
  background: transparent;
  margin-top: 0;
}

@media (max-width: 1090px) {
  header.dskt {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

header.dskt .site-brand {
  margin-left: 1.5em;
  margin-top: 1em;
}

header.dskt .site-brand a {
  width: 100px;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2em;
}

@media (max-width: 1090px) {
  header.dskt .site-brand a {
    width: 70px;
  }
}

header.dskt .site-brand a img {
  width: 100%;
}

header.dskt .btn-share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 1.5em;
  top: 1.3em;
}

@media (max-width: 1090px) {
  header.dskt .btn-share {
    top: 1.8em;
  }
}

header.dskt .btn-share img {
  width: 80%;
}

header.dskt .site-language {
  padding: 0 15px;
  position: absolute;
  right: 4em;
  top: 1em;
}

@media (max-width: 1090px) {
  header.dskt .site-language {
    position: absolute;
    top: 1em;
    right: 3em;
    margin: 8px 0 35px 0;
    border: 0;
  }
}

header.dskt .site-language a {
  display: inline-block;
  color: #919fae;
  padding: 5px;
  font-size: 0.85em;
  letter-spacing: 0.02em;
  font-weight: 400;
  outline: none;
}

header.dskt .site-language a.active,
header.dskt .site-language a.is-active {
  color: #ffffff;
}

@media (max-width: 1090px) {
  header.dskt .site-language a {
    padding: 5px;
    margin: 0 5px;
    color: #ffffff;
  }
  header.dskt .site-language a.active,
  header.dskt .site-language a.is-active {
    color: #ed8b00;
  }
}

header.dskt .site-language a:focus {
  outline: none;
}

header.dskt .site-language a:hover {
  color: #92b9e1;
}

header.dskt .site-language .language-switcher-locale-url {
  margin: 0;
}

header.dskt .site-language .language-switcher-locale-url li {
  display: inline;
}

.navigation-cate {
  position: relative;
  z-index: 2;
  width: 100%;
  left: 0;
  min-height: 100px;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  font-family: "robotoregular", sans-serif;
}

.navigation-cate .wrapper {
  max-width: 1024px;
  margin: 0 auto;
}

.navigation-cate .sticky {
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

/* with top navigaiton*/

/* rtl fixes */
.i18n-ar header.dskt .site-language {
  left: 4em;
} /* rtl fixes end */

/* menu height */
.navigation-cate {
  min-height: 60px;
}
/* menu height */
