/*------------------------------------*\

    Page Footer CSS

    Page footer...........The main page footer.

\*------------------------------------*/

.page-footer {
    position: relative;
    background: #002336;
    color: #fff;
    padding-top: 50px
}

.page-footer .container-fluid {
    max-width: 2114px;
    margin: 0 auto;
}

.page-footer ul {
    padding: 0;
    margin: 0;
}

.page-footer li {
    padding: 0 0;
    margin: 0;
}

.page-footer li::before {
    display: none;
}

.page-footer li a {
    color: inherit;
}

.footer-column {
    margin-bottom: 40px;
}

.footer-logo {
    max-width: 202px;
    margin: 0 auto 50px;
}

.footer-logo img {
    display: block;
}

.affiliate h4 {
    color: #fff;
    padding-bottom: 10px;
    text-align: center;
}

@media (min-width: 1200px) {
		.affiliate h4 {
		text-align: left;
	}
}

.affiliate img {
    display: block;
    margin: 0 auto;
    max-width: 202px;
}

.affiliate-lists .affiliate-logo img {
	margin-bottom: 10px;
}

.affiliate-lists .affiliate-logo:not(:first-child) img {
    max-width: 160px;
}

.page-footer h3 {
    position: relative;
    color: #fff;
    font-size: 21px;
    padding-bottom: 25px;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.53em;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: 700;
}

.footer-column p span,
.footer-column p a {
    padding-bottom: 0;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    color: #fff;
}

.secondary-menu ul li {
    margin-bottom: 10px;
}

.secondary-menu ul li a {
    font-size: 15px;
    line-height: 1.53em;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: 700;
}

.social-media {
    margin: 50px 0;
}

.social-media ul li {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.social-media ul li a {
    font-size: 29px;
    line-height: 1em;
    color: #fff;
    font-weight: normal;
}

.footer-btn .btn {
    background: #fff;
    color: #002336;
}

.footer-contact {
    margin-top: 20px;
    margin-bottom: 50px;
}

.footer-contact label {
    color: #fff;
}

.footer-contact [type="text"],
.footer-contact [type="date"],
.footer-contact [type="datetime"],
.footer-contact [type="datetime-local"],
.footer-contact [type="email"],
.footer-contact [type="month"],
.footer-contact [type="number"],
.footer-contact [type="password"],
.footer-contact [type="search"],
.footer-contact [type="tel"],
.footer-contact [type="url"],
.footer-contact [type="week"],
.footer-contact [type="date"] {
    font-size: 17px;
    color: #fff;
    display: block;
    height: 44px;
    width: 100%;
    background: #021B29;
    border: 1px solid #021B29;
}


.footer-contact input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .42);
    opacity: 1;
}

.footer-contact .btn {
    background: #fff;
    color: #002336;
    width: 100%;
    display: block;
}


.footer-contact .hbspt-form label span {
    color: #fff;
}

.footer-contact .hs-submit {
    margin-top: 0;
}

.footer-contact .hs-submit .hs-button {
    width: 100% !important;
    padding: 14px 15px;
    color: #002336;
	transition: all 0.3s ease 0s;
}

.footer-contact .actions {
    background: #fff;
    width: 100%;
}

.footer-contact .actions:hover {
    background: #57C7DA;
}

.footer-contact .actions:hover .hs-button {
    color: #fff;
}

.footer-contact .hs-fieldtype-select select {
    height: 45px;
    background: #021B29;
    color: #a1a1a1;
}


@media (min-width: 1200px) {
    .footer-contact .hbspt-form .form-columns-2 .hs-form-field {
        width: 47%;
    }
    
    .footer-contact .hbspt-form .form-columns-1,.footer-contact .hbspt-form .form-columns-0 {
        width: 45%;
        display: inline-block;
    }
}

.footer-bottom {
    background: #021B29;
    padding: 30px 0 20px 0;
    text-align: center;
}

.footer-quick-links ul li {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    color: rgba(255, 255, 255, .30);
    margin: 0 0 20px;
    letter-spacing: 0.2em;
}

.footer-quick-links ul li a {
    color: rgba(255, 255, 255, .30);
}

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

.back-top a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #FFFFFF;
    margin: 0 0 0;
    letter-spacing: 0.2em;
    padding: 10px;
}

.back-top a {
    padding-left: 15px;
    vertical-align: middle;
}
#menu-quick-links li:last-child {
    margin-top: 25px;
}
#menu-quick-links li:last-child a{
    background: #fff;
    color: #002336;
    padding: 10px 15px;
    border-radius : 50px;
    transition: all 0.4s;
    display: inline-block;
}

#menu-quick-links li:last-child a:hover{
    background: #57C7DA;
    color: #fff;
}

#menu-quick-links li:last-child a::after {
	content: "\e900";
	font-family: 'igx-solutions-icons';
	position: relative;
	display: inline-block;
	right: 0;
	top: 0 !important;
	font-weight: 400;
	font-size: 15px;
	transform: rotate(0);
	margin-left: 12px;
}

@media (min-width: 768px) {
    .footer-content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer-column {
        width: 50%;
    }

    .footer-logo-column {
        width: 100%;
    }

    .footer-logo {
        width: 202px;
        margin: 0 auto 30px;
        float: left;
    }

    .affiliate {
        width: 150px;
        margin-left: 125px;
        float: left;
        margin-top: 20px;
    }

    .quick-link-column {
        padding-left: 75px;
    }

    .secondary-menu ul li a {
        padding-bottom: 20px;
    }

    .social-media {
        margin: 65px 0 0;
    }

    .footer-btn {
        margin-top: 65px;
    }

    .footer-contact {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .footer-contact h3 {
        /* font-size: 40px; */
        padding-bottom: 30px;
    }

    .sub-btn {
        margin-top: 26px;
    }

    .footer-quick-links ul li {
        margin: 0 20px 10px;
        letter-spacing: 0.2em;
        display: inline-block;
        vertical-align: middle;
    }

    .footer-bottom {
        padding: 20px 0 10px 0;
    }

}

@media (min-width: 1200px) {

    .footer-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 50px;
        width: 100%;
    }

    .footer-content {
        width: 52%;
    }

    .footer-contact {
        width: 48%;
        margin-top: 0;
    }

    .page-footer {
        padding-top: 90px;
    }

    .footer-btn,
    .social-media {
        margin-top: 45px;
    }

    .footer-bottom-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .footer-quick-links ul li {
        margin: 0 9px 0;
        font-size: 13px;
    }

    .back-top {
        margin-bottom: 0;
    }

    .secondary-menu ul li a:hover,
    .footer-column p a:hover,
    .social-media ul li a:hover {
        color: #57C7DA;
    }

    @media( min-width : 1025px ) {
        .back-top a:hover {
            color: #57C7DA;
        }
    }

    .footer-btn .btn:hover,
    .footer-contact .btn:hover {
        background: #57C7DA;
        color: #fff;
    }

    .footer-quick-links ul li a:hover {
        color: #FFFFFF;
    }

    .footer-quick-links ul li:first-child {
        margin-left: 0;
    }

    .footer-bottom {
        padding: 10px 0 10px 0;
    }

}

@media (min-width: 1300px) {
    .footer-content {
        width: 60%;
        margin-top: 10px;
    }

    .footer-contact {
        width: 40%;
        padding-left: 30px;
    }

    .footer-logo {
        float: none;
        margin: 0 0 80px;
    }

    .affiliate {
        width: 300px;
        margin: 0 0;
        float: none;
        margin-top: 0;
    }

    .footer-logo-column,
    .footer-column {
        width: 33%;
    }

    .footer-btn {
        margin-top: 30px;
    }

    .footer-btn .btn {
        padding: 21px 44px;
    }

    .footer-quick-links ul li {
        margin: 0 15px 0;
        font-size: 14px;
    }

    .social-media {
        margin-top: 55px;
    }

    #menu-quick-links li:last-child a{
            padding: 10px 10px;
    }

}

@media(min-width: 1336px) {

    #menu-quick-links li:last-child a{
            padding: 10px 15px;
    }
}

#menu-quick-links li:last-child a::after {
    display: none;
}

@media (max-width: 767px) {
    #menu-quick-links li:last-child a {
        padding: 15px 25px;
    }
}



@media (min-width: 1800px) {
    .footer-column {
        width: 35%;
    }

    .footer-logo-column {
        width: 30%;
    }

    .footer-contact-info {
        padding-right: 50px;
    }

    .footer-contact {
        padding-left: 0;
    }

    .footer-btn {
        margin-top: 66px;
    }

    .social-media {
        margin-top: 70px;
    }

    .footer-btn .btn {
        padding: 21px 56px;
    }

    .footer-quick-links ul li {
        margin: 0 24px 0;
    }

    #menu-quick-links li:last-child a{
        padding: 21px 50px;

    }
}

/* CF7 Footer form Error Message */

span.wpcf7-not-valid-tip,
.wpcf7-response-output {
    color: #ED1536;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}

.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
    border: 1px solid #ED1536;
}

.wpcf7-response-output {
    border: 1px solid #ED1536;
    padding: 20px;
    text-align: center;
    display: none;
}

.invalid .wpcf7-response-output {
    display: block;
    margin-top: 20px;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.wpcf7-not-valid .wpcf7-list-item-label {
    color: #ED1536;;
}


@media (min-width: 1400px) {
    .contact-formx .wpcf7-not-valid-tip {
        position: absolute;
        right: 0;
        top: -31px;
    }
}


/* Contact Form Edits */

.page-footer .choices__inner {
    background-color: #031b29;
    border: 1px solid #031b29;
}

.page-footer .choices[data-type*='select-one'] .choices__input {
    border-bottom: 1px solid #031b29;
    background-color: #031b29;
}

.page-footer .choices__list--dropdown {
    background-color: #031b29;
    border: 1px solid #031b29;
}

.page-footer .choices[data-type*='select-one']:after {
    border-color: #ffffff transparent transparent transparent;
}

.page-footer .choices__list--single .choices__item {
    color: #fff;
}

.page-footer .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #053a59;
}

.page-footer .form-col {
    margin-bottom: 20px;
    margin-top: 0;
}

.page-footer .footer-contact .btn {
    line-height: 1;
    padding-block: .9rem;
}

@media (min-width: 767px) {
    .footer-contact .row > div {
        width: 50%;
    }
    .footer-contact .row {
        display: flex;
        flex-wrap: wrap;
    }
}

.footer-contact p {
    line-height: 1.7;
}

.footer-contact .row > div:last-child {
    width: 100%;
}


.is-open .choices__list--dropdown {
    z-index: 99;
}

.choices__list--dropdown .choices__item--selectable{
    word-break: break-word !important;
    padding-right: 10px !important;

}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after{
    opacity: 0 !important;
}