@import url(https://fonts.googleapis.com/css?family=Montserrat:400,900);
.m-topnav {
  overflow: hidden;
  background-color: #1c2761;
}

.m-topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	font-weight: 400;
	color: #f2f2f2;
}

.active {
  background-color: #231f20;
  color: #ffffff;
}

.m-topnav .icon {
  display: none;
}

.m-dropdown {
    float: left;
    overflow: hidden;
}

.m-dropdown .m-dropbtn {
    border: none;
    outline: none;
    color: #ffffff;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	font-weight: 400;
}

.m-dropdown-content {
    display: none;
    position: absolute;
	background-color: #1c2761:
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.m-dropdown-content a {
    float: none;
    color: #fff200;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.m-topnav a:hover, .m-dropdown:hover .m-dropbtn {
  background-color: #1c2761;
  color: #fff200;
}

.m-dropdown-content a:hover {
    background-color: #2450a3;
    color: #fff200;
}

.m-dropdown:hover .m-dropdown-content {
    display: block;
}

@media screen and (max-width: 1170px) {
  .m-topnav a:not(:first-child), .m-dropdown .m-dropbtn {
    display: none;
  }
  .m-topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1170px) {
  .m-topnav.responsive {position: relative;}
  .m-topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .m-topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .m-topnav.responsive .m-dropdown {float: none;}
  .m-topnav.responsive .m-dropdown-content {position: relative;}
  .m-topnav.responsive .m-dropdown .m-dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}