

/*********** Following Nav Start *************/

.ui.simple.dropdown .menu  {
    border: 0;
    border-radius: 0;
    background: rgba(12, 91, 161, 0.90);
    
    padding: 10px 2px;
}

.ui.simple.dropdown .menu .item {
    color:#fff;
	font-size:1rem;
}

.following.logo {
  float: left;
  margin-right: 1em;
	max-width: 250px;
}

.following.logo img {
    width: 110px;
}

.following.bar .column {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.following.bar .column > .menu {
  margin-top: 0px;
  height: 35px;
  height: 2.1875rem;
  font-weight: bold;
}
.following.bar .link.item, .ui.secondary.menu a.item, .following.bar div.dropdown.item {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 100;
}
.following.bar .ui.secondary.menu .dropdown.item>.menu {
  margin-top: 0;
}
.following.bar .ui.secondary.inverted.menu .active.item {
  background-color: rgba(255,255,255,.2);
}

.following.bar {
    position: absolute;
    top: 0px;
    z-index: 900;
    left: 0%;
    padding: 1.5rem 0em;
    width: 100%;
    box-shadow: 0px 0px 0px 0px transparent;
    border-bottom: 1px solid transparent;
    transition: padding 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, border 0.5s ease;
    background: rgba(13, 89, 155, 0.9);
	float:left;
}

.following.bar::after {
    content: "";
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 113px solid #fdc530;
    padding-right: 40px;
	transition:all 0.5s;
}

.following.bar.light.fixed::after {
    content: "";
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 97px solid #fdc530;
    padding-right: 40px;
}

.fixed.following.bar {
  background-image: none;
}
.fixed.light.following.bar {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04);
}
.fixed.following.bar {
  position: fixed;
  top: 0px;
  padding: 1em 0em;
}
.main.menu {
  top: 0px;
}
.show-logo { display: block; }
.hide-logo { display: none; }

.following.bar h2 {
	color:#fff;
	margin-bottom:0 !important;
	margin-top:8px !important;
	font-weight:300;
	font-size:1.5rem;
	margin-right:10px;
}

.menuArea {
    width: 100%;
    float: left;
    position: absolute;
    top: 113px;
    background: #fff;
    z-index: 99999;
	transition:all 0.5s;
}

.menuArea.fixed {
    position: fixed;
    top: 97px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.menuArea .container .column {
    padding:0 !important;
}

.menuArea .dropdown.item {
    margin:0 20px;
	font-size:1.15rem;
	color:#1374ae;
	font-weight:500;
	padding:1rem 0;
}

.menuArea .item {
    margin:0 20px;
	font-size:1.15rem;
	color:#1374ae;
	font-weight:500;
	padding:1rem 0;
}

/*********** Following Nav End *************/