/* ===========================================
==============================================
BANNER STYLES BELOW: REMOVED INLINE STYLING
==============================================
=========================================== */

/* remove gap above mobile banner image*/
@media (max-width: 767px) {
    .fxg-pods {
        padding: 0 20px;
    }

    .fxg-landing-hero__background-image h1 {
        padding-top: 40px;
    }

    .fxg-landing-hero__background-image.graybg {
        min-height: 0;
    }

    .fxg-landing-hero {
        margin-top: 42px;
        min-height: initial;
        min-height: auto;
    }
}

/* home desktop image */
.fxg-landing-hero__background-image.graybg {
    min-height: 225px;
    background-color: #F8F8F8;
}

}


/* ===========================================
  ==============================================
  END - BANNER STYLES BELOW: REMOVED INLINE STYLING
  ==============================================
  =========================================== */


.fxg-pods p {
    margin-bottom: 0;
}

.fxg-pods .fxg-col p {
    /* font-size: 21px; */
    line-height: 1.25;
    font-weight: normal;
}

.fxg-pods .fxg-col .form-wrapper p {
    font-size: 14px;
    font-weight: 100;
    text-align: left;
    margin-bottom: 20px;
}

.fxg-pods ul {
    margin-top: 40px;
    margin-bottom: 40px;
}

.fxg-pods ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

.fxg-pods ul li {
    font-size: 21px;
    line-height: 1.25;
    text-align: left;
    margin-top: 20px;
}

.fxg-wrapper {
    max-width: 800px;
    margin: auto;
}

.fxg-nav .fxg-wrapper {
    max-width: 970px;
}


.gray {
    background: #fafafa;
    padding: 50px 0;
    max-width: 970px;
    margin: 0 auto 40px;
    text-align: left;
}

.gray p,
.gray h3 {
    text-align: left;
}

.gray p {
    font-size: 14px;
    font-weight: 100;
    margin: 20px 0;
}

.gray h3 {
    font-size: 21px;
    padding-top: 10px;

}

.gray.big p {
    color: default;
    font-weight: 100;
    font-size: 28px;
    line-height: 1.25;
    text-align: left;
}

img {
    max-width: 100%;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    padding-top: 2px;

}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: white;
    border: 2px solid #0088cc;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    background: white;
}

.control input:checked~.control__indicator {
    background: white;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background: white;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #08c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 1px;
    top: 1px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #0088cc;
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}

label.control {
    font-weight: 100;
    font-size: 14px;
    margin: 10px 0 20px;

}

.fxg-pods p.small {
    font-size: 16px;
}

.fx-table table {
    margin-bottom: 40px;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    table-layout: fixed !important;
}

.fx-table table th:first-child,
.fx-table table td:first-child {
    padding-left: 20px
}

.fx-table table td {
    width: 25%;
    padding: 7px 10px;
    font-size: 14px;
}

.fx-table table td p {
    padding: 10px 0;
    font-size: 16px;
    margin: 0;
    line-height: 1.4em
}

.fx-table table th {
    font-size: 14px;
    font-weight: 300;
    padding: 7px 10px;
    text-transform: capitalize;
    cursor: n-resize
}

.fx-table table tr:nth-child(odd) td {
    background: #f5f5f5
}

.fx-table table tr:nth-child(even) td,
.fx-table table th {
    background: #FFF
}

.fx-table table td,
.fx-table table th {
    text-align: left
}

.fx-table table td:first-child,
.fx-table table th:first-child {
    text-align: left
}

.fx-table table tr th {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    color: #4d148c
}

.fx-table table tr td {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}

/*.fx-table table tr:hover {
    background-color: #4d148c
}

.fx-table table tr:hover td {
    background-color: transparent;
    color: #fff
}*/

.fx-icon-five .inav-item {
    width: 20%
}

.fx-table table th p {
    padding: 10px 0;
    font-size: 16px;
    margin: 0;
    line-height: 1.4em;
    color: white;
    font-weight: bold;
}

.fx-table table th {
    background: #4d148c;
}