/*Body Styles*/

h2{
    color: #004070;
    font-weight: 400;
}

h6.type--uppercase, .h6.type--uppercase {
    color: #004070;
}

.footer-top{
    font-size:1em;
}

i.icon, h4{
    color:#004070;
}

.f300{font-weight: 300;}



.bar__module{
    font-size: 1.3em;
}

.pricing.pricing-1.boxed.boxed--lg.boxed--border{
    margin-top:10%;
}

.pricing-1 ul {
    margin-bottom: 3.571429em;
}

.bolder{
    font-weight: 600 !important;
    margin-top: .3em !important;
}

.money500{
    font-weight: 800;
    font-size: 1.35em;
}

/*Logo Navigation Settings*/

.bar .logo {
    max-height: 4.4em;
    max-width: none;
}

.bar .logo {
    margin: 0;
    position: relative;
    top: 0px;
}

.bar {
    padding: 1.0em 0;
}

.col-lg-11.col-md-12.text-right.text-left-xs.text-left-sm {
    top: 12px;
}

.nav-container {
    border-bottom: 10px solid #ffbf10;
}


/**! 10. Menus **/
.menu-horizontal > li:not(:hover) > a,
.menu-horizontal > li:not(:hover) > span,
.menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
  opacity: .9;
}
.menu-horizontal > li > a,
.menu-horizontal > li > span,
.menu-horizontal > li > .modal-instance > .modal-trigger {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  color: #004070;
}
.menu-horizontal > li > a:hover,
.menu-horizontal > li > span:hover,
.menu-horizontal > li > .modal-instance > .modal-trigger:hover {
  color: #252525;
}

.dropdown .dropdown__content h5 {
    margin-bottom: .6em;
    color: #004070;
    font-weight: 700;
}


/*Button Gold*/

.btn--primary,
.btn--primary:visited {
  background: #ffbf10;
  border-color: #ffbf10;
}
.btn--primary .btn__text,
.btn--primary:visited .btn__text {
  color: #fff;
}
.btn--primary .btn__text i,
.btn--primary:visited .btn__text i {
  color: #fff;
}

.btn--primary:active {
  background: #e5a803;  
}

.btn--primary:hover {
    background: #2782c0;
    border-color: #2782c0;
}


/*Forms*/

.cover .row .row:last-child {
        margin-top: .1em !important;
    }
