/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  /* you need to set this to assign to the main element a min height of 100% */
  height: 100%; }

body {
  font-size: 90%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #4e6361; }

a {
  color: #009ae5;
  text-decoration: none; }

a:hover {
  color: white;
  text-decoration: none; }

/*font-size: 60px;
font-family: 'Bree Serif', serif;
color: #414042;
}*/
h1 {
  font-size: 60px;
  font-family: 'Bree Serif', serif; }

h2 {
  font-size: 50px;
  font-family: 'Bree Serif', serif; }

h3 {
  font-size: 40px;
  font-family: 'Bree Serif', serif; }

h4 {
  font-size: 30px;
  font-family: 'Bree Serif', serif; }

h5 {
  font-size: 20px;
  font-family: 'Bree Serif', serif; }

h6 {
  font-size: 16px;
  font-family: 'Bree Serif', serif; }

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden; }

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
  /* padding-top: 50px; */
  padding-top: 25px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-240px);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px); }

/* @media only screen and (min-width: 768px) {
  .cd-main-content {
    padding-top: 0px;
  }
} */
header {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #ffffff;
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }

header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-240px);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px); }

header.is-fixed {
  position: fixed; }

@media only screen and (min-width: 768px) {
  header {
    height: 50px; } }
#cd-logo {
  display: block;
  float: left;
  margin: 5px 0 0 10px; }

#cd-logo img {
  display: block;
  max-width: 80%; }

@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 5px 0 0 20px; }

  #cd-logo img {
    display: block;
    max-width: 100%; } }
#cd-top-nav {
  position: absolute;
  top: 0;
  right: 120px;
  height: 100%;
  display: none; }

#cd-top-nav ul {
  height: 100%;
  padding-top: 18px; }

#cd-top-nav li {
  display: inline-block;
  margin-right: 1em; }

#cd-top-nav a {
  display: inline-block;
  padding: .5em;
  color: #fff;
  text-transform: none;
  /*   text-transform: uppercase; */
  font-weight: 400; }

#cd-top-nav a.current {
  background-color: #242e30; }

.no-touch #cd-top-nav a:hover {
  color: rgba(255, 255, 255, 0.7); }

@media only screen and (min-width: 768px) {
  #cd-top-nav {
    display: block; } }
/* original
#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #64807d;
}
*/
#cd-menu-trigger {
  position: absolute;
  /* right: 0; */
  /* right: -25px; */
  right: -0;
  top: 0;
  height: 100%;
  width: 50px;
  /*   width: 60px; */
  background-color: #b8d159; }

#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: none;
  /*   text-transform: uppercase; */
  color: #FFF;
  font-weight: 400;
  display: none; }

#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #FFF;
  /* these are the upper and lower lines in the menu menu */ }

#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0; }

#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px; }

#cd-menu-trigger .cd-menu-icon::after {
  top: 5px; }

#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0); }

#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: white; }

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    width: 60px;
    padding-left: 0.25em; }

  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px; }

  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.5em;
    /*     right: 1.25em; */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 240px;
  background-color: #333;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px); }

#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px; }

#cd-lateral-nav .sub-menu {
  padding: 0 0 10px 0;
  margin-left: 16px;
  /*   padding: 0 10px 20px 15px; */
  display: none; }

#cd-lateral-nav .is-open {
  display: block !important; }

#cd-lateral-nav a {
  display: block;
  line-height: 2em;
  padding: 0 10px 0 16px;
  /*   padding: 0 16px 0 32px; */
  color: #aab5b7; }

#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFF; }

.no-touch #cd-lateral-nav a:hover {
  color: #FFF; }

#cd-lateral-nav .sub-menu {
  padding: 0 0 10px 0;
  margin-left: 16px;
  /*   padding: 0 10px 20px 15px; */
  display: none;
  /*position:relative;*/ }

#cd-lateral-nav .is-open {
  display: block !important; }

/*
#cd-lateral-nav > ul > li:target ul.sub-menu {
            display: block;
        }

#cd-lateral-nav > ul > li:hover ul.sub-menu {
            display: block;
        }
        
        
        
#cd-lateral-nav > ul > li > ul > li:target ul.subsub-menu {
            display: block;
        }


#cd-lateral-nav > ul > li > ul > li:hover ul.subsub-menu {
            display: block;
        }
*/
/*
#cd-lateral-nav > ul > li > ul > li:target ul {
            display: block;
        }


#cd-lateral-nav > ul > li > ul > li:hover ul {
            display: block;
        }
*/
@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0; } }
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch; }

.item-no-children {
  position: relative;
  text-transform: none;
  /* 	text-transform: uppercase; */
  font-weight: 400; }

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: none;
  /*   text-transform: uppercase; */
  font-weight: 400;
  /* this is the right arrow to show that the item has a submenu  */ }

#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 12px;
  width: 8px;
  /*   height: 11px; */
  /*   width: 8px; */
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("../images/custom/btn-arrow.png") no-repeat center center;
  /*background: url("../images/custom/btn-arrow-down.png") no-repeat center center;*/
  /*   background: url(/NGeP-Mobile-Classic-Theme-theme/images/custom/btn_arrow.png) no-repeat center center; */
  background-size: 8px 12px;
  /*   background-size: 8px 11px; */
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }

#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

#cd-lateral-nav .socials {
  padding: 20px 32px; }

#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both; }

#cd-lateral-nav .socials a {
  height: 32px;
  width: 32px;
  float: left;
  padding: 0;
  background-image: url("../images/custom/cd-socials.svg");
  background-repeat: no-repeat;
  background-size: 128px 64px;
  background-color: #FFF;
  opacity: 0.5;
  margin-right: .5em;
  border-radius: 0.25em; }

#cd-lateral-nav .socials a.cd-twitter {
  background-position: 0 0; }

#cd-lateral-nav .socials a.cd-github {
  background-position: -32px 0; }

#cd-lateral-nav .socials a.cd-facebook {
  background-position: -64px 0; }

#cd-lateral-nav .socials a.cd-google {
  background-position: -96px 0; }

.no-touch #cd-lateral-nav .socials a:hover {
  background-color: #4e6361; }

.no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
  background-position: 0 -32px; }

.no-touch #cd-lateral-nav .socials a:hover.cd-github {
  background-position: -32px -32px; }

.no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
  background-position: -64px -32px; }

.no-touch #cd-lateral-nav .socials a:hover.cd-google {
  background-position: -96px -32px; }

.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }

/*------------------------------
Quick Links
------------------------------*/
.quicklinks {
  margin: 20px auto;
  max-width: 250px;
  float: left; }

.quicklinks-col {
  margin: 0px;
  float: left;
  padding-left: 10px; }

.quicklinks-title {
  color: #414042;
  text-align: center;
  margin: 25px 10px 25px 10px; }

.quicklinks,
.quicklinks ul {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  display: block; }

.quicklinks li {
  padding-top: 85px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: text-bottom;
  color: #414042;
  display: inline-block;
  width: 90px;
  height: 90px; }

.ePOL {
  background: url(../images/ico-ePOL-default.png) no-repeat top; }

.ePOL:hover {
  background: url(../images/ico-ePOL-hover.png) no-repeat top; }

.newsletter {
  background: url(../images/ico-newsletter-default.png) no-repeat top; }

.newsletter:hover {
  background: url(../images/ico-newsletter-hover.png) no-repeat top; }

@media screen and (max-width: 500px) {
  h1 {
    font-size: 50px;
    font-family: 'Bree Serif', serif; }

  h2 {
    font-size: 40px;
    font-family: 'Bree Serif', serif; }

  h3 {
    font-size: 30px;
    font-family: 'Bree Serif', serif; }

  h4 {
    font-size: 20px;
    font-family: 'Bree Serif', serif; }

  h5 {
    font-size: 20px;
    font-family: 'Bree Serif', serif; }

  .quicklinks-container {
    margin: 30px auto; }

  .quicklinks {
    margin: 20px auto;
    max-width: 250px;
    float: left; }

  .quicklinks-col {
    text-align: center;
    padding: 0px;
    width: 100%; }

  .quicklinks-title {
    color: #414042;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

  .quicklinks,
  .quicklinks ul {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    display: block; }

  .quicklinks li {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #414042;
    display: inline-block;
    width: 70px;
    height: 70px; }

  .ePOL {
    background: url(../images/ico-ePOL-default.png) no-repeat 5px 20px;
    background-size: 80%; }

  .ePOL:hover {
    background: url(../images/ico-ePOL-hover.png) no-repeat 5px 20px;
    background-size: 80%; }

  .newsletter {
    background: url(../images/ico-newsletter-default.png) no-repeat 5px 20px;
    background-size: 80%; }

  .newsletter:hover {
    background: url(../images/ico-newsletter-hover.png) no-repeat 5px 20px;
    background-size: 80%; } }
/*------------------------------
Support
------------------------------*/
.support {
  margin: 20px auto;
  max-width: auto;
  float: left; }

.support,
.support ul {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  display: block; }

.support li {
  padding-top: 85px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: text-bottom;
  color: #414042;
  display: inline-block;
  width: 90px;
  height: 90px; }

.support-title {
  color: #414042;
  text-align: left;
  margin: 25px 10px 25px 10px; }

/*------------------------------
Footer
------------------------------*/
footer {
  /* margin: 200px auto;
  max-width: 960px; */
  background-color: #414042;
  height: auto; }

.disclaimer {
  position: relative;
  padding: 10px 10px 10px 10px;
  width: auto;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
  color: #ffffff; }

.footer-links,
.footer-links ul {
  list-style: none;
  margin: 0 auto;
  text-align: left;
  display: block; }

.footer-links li {
  padding: 10px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  vertical-align: text-bottom;
  color: #ffffff;
  display: inline-block;
  width: auto;
  height: 40px; }

.footer-eP {
  width: 180px;
  float: left;
  padding: 10px; }

.copyright {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
  color: #ffffff;
  padding: 10px; }

@media screen and (max-width: 500px) {
  footer {
    /* margin: 170px auto; */
    width: 100%;
    background-color: #414042; }

  .disclaimer {
    display: none; }

  .footer-links,
  .footer-links ul {
    list-style: none;
    margin: 0 auto;
    text-align: left;
    display: block;
    height: auto;
    padding-top: 5px; }

  .footer-links li {
    padding: 10px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    display: inline;
    line-height: 1.5em;
    width: 60px; }

  .footer-eP {
    display: none; }

  .copyright {
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 1.5em;
    color: #ffffff;
    padding: 10px; } }
@media only screen and (max-width: 1024px) {
  #footer-wrap-info {
    min-height: 175px; } }
@media only screen and (max-width: 700px) {
  #footer-wrap-info {
    min-height: 175px; } }
@media only screen and (max-width: 480px) {
  #footer-wrap-info {
    /* min-height: 175px !important; */
    /* min-height: 275px ; */
    min-height: 285px; } }
@media only screen and (max-width: 380px) {
  #footer-wrap-info {
    min-height: 305px; } }
@media only screen and (max-width: 360px) {
  #footer-wrap-info {
    /* min-height: 185px !important; */
    /* min-height: 295px ; */
    min-height: 315px; } }
@media only screen and (max-width: 320px) {
  #footer-wrap-info {
    /* min-height: 220px !important; */
    /* min-height: 325px ; */
    min-height: 355px; } }