* {
  padding: 0;
  margin: 0;
  /*font-family: Hind;*/
  /*font-family: Roboto;*/
  /*font-family: Roboto Slab;*/
  /*font-family: Open Sans;*/
  font-family: 'Lato', sans-serif; }

.go-top {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 30px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #404040;
  color: #FFFFFF;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 10; }

.go-top.show {
  bottom: 20px; }

.go-top:hover {
  background-color: #5DBA9D;
  color: #FFFFFF; }

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  /*position: fixed;*/
  top: 0;
  width: 100%; }

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px; }

/* Dropdown Button */
.dropbtn {
  color: white;
  font-size: 30px;
  border: none;
  background: transparent; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 6px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
  /* background: rgba(0,0,0,0.15);*/
  margin-left: -10px; }

/* Links inside the dropdown */
.dropdown-content a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 32px; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: transparent;
  text-decoration: underline; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block; }

/* Change the background color of the dropdown button when the dropdown content is shown */
/*-----------------------------------------------*/
#myNav .cs_top_wrap {
  margin-top: 30px; }

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: #224170;
  overflow-x: hidden;
  transition: 0.5s;
  display: none; }

.overlay-content {
  position: relative;
  top: 0%;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s; }

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1; }

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px; }

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }

/*# sourceMappingURL=core_acpmeas.css.map */
