body {
    display: block;
    min-width: 100vw;
    min-height: 100vh;
    font-family: "GothamNarrowBook" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layout {
    background-color: transparent !important;
}

.layout .section {
    margin: 0 !important;
}

main {
    display: block;
    min-height: calc(100vh - 42px);
    width: 100%;
}

main .container {
    position: relative;
    min-height: calc(100vh - 42px);
}

main h2 {
    font-family: "GothamNarrowBook" !important;
    font-size: 31px !important;
    font-weight: normal;
}

main .title2 h2 {
    margin-top: 200px;
}

main .container .float-img {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

footer {
    display: block;
    color: #4A4A4A;
    background: #D8D8D8;
    padding: 15px 0px;
    font-family: "GothamNarrowBook";
    position: relative;
    z-index: 10;
}

footer p {
    margin: 0;
    font-size: 12px;
}

main h3 {
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-form {
    border: solid 3px #014D72;
    border-radius: 100px;
    box-shadow: 1px 2px 4px 0px rgba(1, 21, 34, 0.5);
    font-size: 20px;
    text-transform: uppercase;
    font-family: "GothamNarrowBold";
}

#accordion.panel-group .panel {
    background: transparent;
    border: none;
    box-shadow: none;
}

#accordion .panel-heading {
    display: block;
    color: #fff;
    padding: 0px;
    font-size: 16px;
    font-family: "GothamNarrowBold";
    background: transparent;
}

#accordion .panel-body {
    padding: inherit;
    border: none;
}

#accordion .panel-body label {
    font-weight: normal;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
}

#accordion .panel-body label input {
    margin-right: 10px;
}

#accordion .panel-heading a {
    font-size: 16px;
    margin-left: 14px;
    display: block;
    width: 100%;
    padding: .75rem 0;
    cursor: pointer;
    position: relative;
    font-family: "GothamNarrowBold";
    margin: 0px;
}

#accordion .panel-heading a:hover {
    color: #FFF;
}

#accordion {
    margin: 0px 0px 20px;
}

[id^="smartcapture-block-"].fuelux .form-control {
    border-radius: 8px;
    height: 32px !important;
}

form[id^="smartcapture-block-"] label {
    color: #FFF !important;
    font-size: 14px !important;
    font-family: "GothamNarrowBook" !important;
}

.popover.right>.arrow {
    display: none !important;
}

#accordion .panel-heading h2 a span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.3s linear;
}

#accordion .panel-heading h2 a span:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 5px;
    top: 6px;
}

#accordion .panel-heading a[aria-expanded="false"] span {
    transform: rotate(180deg);
}

#accordion .row-flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px;
}

#accordion .row-flex .item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.box-right {
    display: block;
    margin-top: 40px;
    margin-bottom: 60px;
}

.box-left {
    margin-top: 30px;
    display: block;
}

#logos {
    margin-bottom: 50px;
}

[id^="smartcapture-block-"] .smartcapture-controls {
    padding-bottom: 0px;
}

[id^="smartcapture-block-"] .form-group {
    margin-bottom: 0px;
}

.thank-block {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 200px;
}

.thank-block span {
    text-transform: uppercase;
    display: block;
    font-size: 40px;
    font-family: "GothamNarrowBold";
}

.thank-block b {
    text-decoration: underline;
}

@media (min-width: 768px) {
    #accordion .row-flex .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .box-right {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    main .container .float-img {
        display: none;
    }

    main .title2 h2 {
        margin-top: 100px;
    }

    .thank-block {
        margin-top: 0px;
    }
}

@media (max-width: 510px) {
    #logos {
        width: 75%;
        margin: 0px auto;
    }
}