.main-container {
    padding: 0px;
    font-size: 18px;
    font-family: 'Lato';
    color: #333333;
}

.header-first-row {
    background:#fafafa url('/legacy/Skin/Claimwire/Images/Home/HeaderBackground.jpg') no-repeat center top;
    height: 799px;
    margin: auto;
}

.white-house-div {
    background:#fafafa url('/legacy/Skin/Claimwire/Images/Home/WhiteHouse.jpg') no-repeat center top;
    height: 400px;
}

.in-container-fixed-width-1174 {
    width: 1174px;
}

.in-container-fixed-width-550 {
    width: 550px;
}

.in-container-fixed-width-300 {
    width: 300px;
}

.margin-auto {
    margin: auto;
}

.margin-20 {
    margin: 20px;
}

.margin-30 {
    margin: 30px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-160 {
    margin-top: 160px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-60-to-auto {
    margin: 60px auto auto auto;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-right-75 {
    padding-right: 75px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.text-weight-bold {
    font-weight: bold;
}
.text-color-white {
    color: #FFFFFF;
}

.text-color-blue {
    color: #00a4e4;
}

.text-color-cray-3 {
    color: #333333;
}

.text-color-gray-6 {
    color: #666666;
}

.text-color-gray-9 {
    color: #999999;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-size-25-px {
    font-size: 25px;
}

.text-size-30-px {
    font-size: 30px;
}

.text-size-40-px {
    font-size: 40px;
}

.text-size-48-px {
    font-size: 48px;
}

.text-size-90-px {
    font-size: 90px;
}

.text-decoration-underline {
    text-decoration: underline;
}

.background-fa {
    background-color: #fafafa;
}

.background-d8 {
    background-color: #d8d8d8;
}

.drop-btn {
    cursor: pointer;
}

.drop-down {
    position: relative;
    display: inline-block;
}

.drop-down-content {
    display: none;
    background-color: #ffaa50;
    position: absolute;
    min-width: 230px;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.drop-down-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.drop-down-content a:hover {
    background-color: #5cbed7;
}

.show {
    display: block;
}