* {
    margin: 0;
    padding: 0;
} 

body{
    background-color: #F5F5F5;
    margin: 0;
    padding: 0;
    border: 0;
}




.top-banner{
    background-color: #000000;
    opacity: 90%;
    width: 100%;
    height: 136px;
    border: 0px;
    margin-top: 0px;
}

.logo{
    margin-top: 20px;
    margin-left: 30px;
}

.vertical{
    border-right: 1px solid white;
    position: absolute;
    height: 100px;
    margin-left: 20px;
    margin-top: 20px;
}

.tagline{
     
    padding-left: 40px;
    padding-top: 55px;
    position: absolute;
}

.tagline-text{
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.header-image{
    width: 100%;
    height: 304px;
}

section{
    margin-top: 32px;
    margin-left: 80px;
}

.title{
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #1696D2;
}

.rules{
    margin-top: 32px;
    margin-bottom: 32px;
}
h5{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #353535;
    margin-bottom: 8px;
}

h6{
    font-family: 'Lato', sans-serif;
    font-size: 15px;;
    color: #353535;
}

.form-group{
    margin-top: 16px;
}
.form-group select option{
    padding-top: 16px;
}

input[type="text"] {
    width: 236px;
    height: 46px;
    display: inline;
    border-color: #D2D2D2;
}


.ui.fluid.dropdown {
    display: inline-block;
    width: 236px;
    height: 48px;
    min-width: 0;
    border-radius: 0px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.ui.fluid.dropdown>.dropdown.icon{
    color: #1696D2;
}
.ui.multiple.dropdown>.text{
    width: 236px;
    height: 48px;
    display: inline-block;
    border-color: #D2D2D2;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
}
.ui.dropdown:not(.button)>.default.text {
    color: #000000;
}


.btn-fetch{
    width: 132px;
    height: 46px;
    border: 1px solid #1696D2;
    color: #1696D2;
    font-family: 'Lato', Bold;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-left: 30px;
    position: absolute;
}

.ui.fluid.dropdown.btn-fetch{
    margin-top: 10px;
}

.ui.dropdown>.dropdown.icon{
    width: 20px !important;
    height: 12px;
    color: #1696D2;
}



.bootstrap-select>.dropdown-toggle {
    height: 48px;
    background-color: #FFFFFF;
    border: 1px solid #ced4da;
    border-radius: 0px;
}

.dropdown.bootstrap-select.show-tick{
    margin-left: 24px !important;
}
.filter-option-inner-inner{
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 5px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder{
    color: #1696D2;
}

.check-mark {
    font-size: 12px;
    margin-top: 2px;
    color: #1696D2;
    position: relative;
}

.dropdown-menu li.selected > a.selected {
    color: #1696D2;
}

/* Hidden Features */
#advanced {
    display: none;
}

.advanced{
    display: none;
}

.tabs{
    display: none;
}

.button-data{
    color: #1696D2;
    height: 48px;
    width: 152px;
    margin-top: -47px;
    margin-right: 220px;
    border: 2px solid #1696D2;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

.align{
    float: right;
}