@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);
html, body, html * {
  font-family: 'Roboto', sans-serif !important;
  
}
html, body {
   max-width: 100%;
   overflow-x: hidden;
   font-weight: 400;
   color: #414b56;
   font-size:16px;
 
}


/* Top Menu */

.investorsection {
    height: 25px;
    background: #F8F8F9;
}

.g-0{
  border-top: 1px solid #efefef;
}

.topmenu a {
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 14px;
}

.topmenu {
    float: right;
}

/*Menu*/

nav.navbar.navbar-expand-lg.navbar-light.text-dark.bg-light {
    width: 70%;
    margin: auto;
    background-color: #fff!important;
}

.navbar-light .navbar-nav li:nth-child(1) a {
    line-height: 1.3;
    color: #32BDD2 !important;
    font-size: 1.3rem;
    font-weight: bold;
    width: 200px;
}

li.nav-item {
    text-align: center;
    display: block;
}

li.nav-item a {
    color: rgba(0,0,0,.5);
    font-size: 18px;
    font-weight:bold;
   
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #2B9EA6 !important;
}

.navbar-light .navbar-nav li:not(:first-child){
   margin-top:13.5px !important;
}


/* Footer */
 .footer-block,footer{
    background-color:#298D9C;
 }
 footer{
    padding:0.5rem 0 !important;
 }
 .footer-title-txt-color{
    color:#97F1FF;
 }
 .footer-txt-color{
    color:#E4F1F3;
 }
 footer h6{
    font-size:1.1rem;
 }
 footer a{
    color: #E4F1F3 !important;
    text-decoration: none !important;
 }

/* button*/
.webform-button--submit{
  background: #2B7383 !important;
   border-radius: 35px  !important;
   color: #fff  !important;
   border: transparent  !important;
   font-style: normal  !important;
   line-height: 2  !important;
   width: 150px  !important;
}
.alert-info{
  display:none;
}