
legend{

  border-bottom: 0px !important;
}


a {
    color: #444444;
    text-decoration: none;
}


a:hover, a:focus {
    color: #999999 !important;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


/* ============ desktop view makes the items work on hover ============ */

.eddr-terms-notice{
    
    
    font-weight: 600;
    margin-top: 20px;
}
.eddr-signup-fee-notice{
    
    font-weight: 600;
 
}

/* ============ desktop view makes the items work on hover ============ */

@media all and (min-width: 992px) {

  .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

}  

/* ============ desktop view .end// ============ */



select{
    
    padding-top:4px; /* fixes select */
 
}


/* ============ footer menu// ============ */


.footer_menu > li {

            
            
            list-style: none !important;
            
            
            padding-bottom: 20px;



}
.footer_menu > li > a{

            color:#FFFFFF;
            
            
            font-style:normal;
            font-size:14px;
            font-family:Lato;
           


}
.footer_menu > li > a:hover, a:focus {

            color:#E7E7E8;

}



/* ============ Dropdown Toggle menu// ============ */

.toggle-wrap  {

    margin-bottom: 15px;
}

.toggle-wrap .spb_toggle {
    cursor:pointer;
    margin-bottom: 15px;
padding: 12px 15px;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
border: 2px solid #e3e3e3;
border-left-width: 0;
border-right-width: 0;
position: relative;
margin: 0;
font-size: 14px;
font-weight: bold;
line-height: inherit;
opacity: 0.6;
}


.toggle-wrap .spb_toggle, .spb_toggle_content {
border-color: #e4e4e4;
}

.toggle-wrap .spb_toggle:hover:after {
    -webkit-transform: rotate(180deg) translate3d(0,0,0);
    transform: rotate(180deg) translate3d(0,0,0);
}
.toggle-wrap .spb_toggle.spb_toggle_title_active:hover:after {
-webkit-transform: rotate(180deg) translate3d(0,0,0);
transform: rotate(180deg) translate3d(0,0,0);
}


.toggle-wrap .spb_toggle:after {
    font-size: 24px;
    display: inline-block;
    float: right;
    height: 26px;
    width: 23px;
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
    transform: translate3d(0px, 0px, 0px) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.85, 0.35, 1);
    transition: transform 0.3s cubic-bezier(0.15, 0.85, 0.35, 1);
    font-weight: normal;
    content: "+";
    font-family: "Lato" !important;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    transform: none!important;
}


.toggle-wrap .spb_toggle_title_active {
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
opacity: 1;
border-bottom-color: transparent!important;
}

.toggle-wrap .spb_toggle_title_active:after {
    content: "-";
}
.toggle-wrap .spb_toggle:hover {
color: #69abdd;
}

.toggle-wrap .spb_toggle_open {
    display: block;
}




.spb_toggle_content {
    padding: 10px;
    display: none;
}
.spb_toggle_content p:last-child {
    margin-bottom: 0;
}
