/* CSS Document */
.rightCol {
    width: 366px;
}

.headtxt {
    color: #333333;
}

.txt19 {
    font-size: 19px;
    line-height: 1.9em;
}

.txt26 {
    font-size: 26px;
    color: #666666;
}

.rowDivider1 {
    clear: both;
    background: url(../images/signupRowDiv1fd389fcf4ba977701879b867e4fc6c4a2819716e.gif) no-repeat center top;
    height: 1px;
}

.rowDivider2 {
    clear: both;
    background: url(../images/signupRowDiv2fd389fcf4ba977701879b867e4fc6c4a2819716e.gif) no-repeat center top;
    height: 3px;
}

.rowContentbg {
    clear: both;
    background: url(../images/signupRowBgfd389fcf4ba977701879b867e4fc6c4a2819716e.gif) repeat-y center top;
    text-align: center;
    padding: 15px 5px;
}

.rowContent {
    clear: both;
    background-color: #FFFFFF;
    text-align: center;
    padding: 15px 5px;
}

@media screen and (max-width: 767px) {
    .navbar.nav-menubar.no-scroll {
        background-color: #0072b9;
    }
}

.nav>li>a {
    position: relative; 
    display: block;
    padding: 10px 15px;
}
.navbar-nav {
    flex-direction:unset;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
/* .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
} */
@media (min-width: 768px){
.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}