#wrapper-footer {
    padding: 0;
}
.footer-section-one {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}
.cr-footer-menu-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.cr-footer-list-wrapper {
    width: 25%;
}
.cr-footer-list-wrapper:last-child {
    padding-right: 0px;
}
.cr-footer-list-wrapper h5,
.cr-footer-img-wrapper h5 {
    font-family: 'HelveticaNeueLTStd-Md';
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 19px;
    color: #000;
}
.cr-footer-img-wrapper h5:last-of-type{
    padding-top: 15px;
}
.newsletter-text {
    margin-bottom: 15px;
}
.newsletter-text p {
    font-size: 13px;
    line-height: 17px;
    color: #666;
}
.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.mc4wp-form-fields .input-wrapper input[type="email"] {
    font-family: 'Helvetica';
    height: 36px;
    width: 100%;
    padding: 2px 40px 2px 10px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
    color: #333333;
    border: 1px solid #D6D6D6 !important;
    border-radius: 0;
    outline: 0;
}
.mc4wp-form-fields .input-wrapper input[type="email"]:focus {
    border-color: #e4e4e4 !important;
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,.25) !important;
}
.mc4wp-form-fields p input[type="email"]::placeholder {
    font-size: 13px;
    color: #666;
}
.newsletter-btn {
    position: absolute;
    right: 0px;
    bottom: 0px; 
    border: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    padding: 0;
    width:40px;
    height:36px;
}
.newsletter-btn:focus {
    outline: none;
}
.cr-footer-list, .footer-bottom-list {
    padding: 0;
    margin: 0;
}
.cr-footer-list li {
    margin-bottom: 10px;
    list-style: none;
}
.cr-footer-list li a {
    font-size: 14px;
    color: #194d89;
}
.footer-bottom-list li a {
    font-size: 14px;
    line-height: 30px;
    color: #a0ccff;
}
.cr-footer-img-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 187px;
    min-height: 100%;
}
#wrapper-footer-full {
    background-color: transparent;
    padding: 0;
    width: 100%;
}
.cr-newssocial-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
    min-height: 100%;
}
.social-footer {
    display: flex;
    flex-direction: row;
    padding: 15px 0 0;
}
.cr-footer-logo {
    flex: 1 1 100%;
    width: 200px;
    height: 100px;
    margin: 15px 0 10px;
}
.cr-footer-img,
.cr-renew-flogo,
.cr-marmonlink-flogo {
    width: auto;
}
.social-footer a {
    font-size: 22px;
    color: #333333;
}
.social-footer a+a {
    padding-left: 20px;
}
.cr-footer-img {
    max-width: 170px;
}
.footer-section-two {
    padding: 15px 0;
    background-color: #194d89;
}
.footer-bottom-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.menu-footer-copyright-patents-container #footer_copyright_patents{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-footer-copyright-patents-container li:not(:last-of-type) {
    padding-right: 20px;
}
.menu-footer-copyright-patents-container li a {
    font-size: 14px;
    font-weight: 500;
    color: white;
}
.cr-footer-crlogo { 
    width: 120px;
    max-width: 100%;
    margin-right: 30px;
}
.footer-bottom-wrapper p {
    color: #fff;
}
.cr-footer-marmon-link {
    display: flex;
    justify-content: flex-end;
    width: 200px;
    margin-left: auto;
}
.cr-footer-marmon {
    width: 100%;
}
.footer-bottom-list {
    display: flex;
    flex-direction: row;
}
.footer-bottom-list li {
    list-style: none;
}
.footer-bottom-list li a {
    font-size: 13px;
}
.footer-bottom-list li+li a {
    padding-left: 20px;
}
.mc4wp-response .mc4wp-alert {
    margin-top: 10px;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 13px;
    line-height: 18px;
}
.mc4wp-response .mc4wp-success p {
    color: #194d89;
}
.mc4wp-response .mc4wp-error p {
    color: #dc3545;
}
.cr-copyright-text {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    margin-top: 4px;
}
.cr-footer-list li a:empty {
    display: none;
    visibility: hidden;
}
@media only screen and (max-width: 767px) {
    .cr-footer-menu-wrapper {
        flex-wrap: wrap;
    }
    .cr-footer-list-wrapper {
        flex: 1 1 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .mc4wp-form-fields .input-wrapper input[type="email"]{
        min-width: 158px;
        padding: 2px 28px 2px 10px;
    }
    .newsletter-btn {
        right: 0;
        width: 35px;
    }
    .cr-footer-crlogo, .cr-copyright {
        margin: 0 0 10px 0 !important;
    }
    .cr-footer-img-wrapper {
        height: 100%;
        justify-content: space-between;
        align-items: center;
        margin: 35px 0;
    }
    .cr-footer-img-wrapper br{
        display: none;
    }
    .cr-footer-img-wrapper img+img {
        margin-bottom: 30px;
    }
    .footer-bottom-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-bottom-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px;
    }
    .cr-footer-marmon-link {
        display: flex;
        justify-content: flex-end;
        margin-left: 0;
    }
    .cr-footer-marmon {
        margin-left: 0;
    }
    .menu-footer-copyright-patents-container{
        padding: 15px 0;
    }
    .cr-copyright-text{
        text-align: center;
    }
    .cr-footer-list li a{
        font-size: 13px;
    }
    .cr-footer-list-wrapper h5, 
    .cr-footer-img-wrapper h5{
        font-size: 18px;
    }
    .cr-footer-img-wrapper h5:last-of-type{
        padding-top: 0;
    }
    .newsletter-text{
        margin-bottom: 25px;
    }
    .cr-footer-list-wrapper .cr-newssocial-wrap{
        position: absolute; 
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cr-footer-menu-wrapper {
        margin-bottom: 30px;
    }
    .cr-footer-img-wrapper {
        height: auto;
        align-items: center;
    }
    .social-footer {
        justify-content: flex-start;
    }
    .footer-bottom-wrapper {        
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-bottom-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px;
    }
    .cr-footer-img-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
    }
    .cr-footer-list-wrapper{
        padding-right: 0;
    }
    .cr-footer-logo {
        margin: 0;
        flex: 1 1 33%;
        max-width: 33%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cr-footer-img-wrapper h5{
        margin-bottom: 0;
    }
    #wrapper-footer-full {
        flex: 1 1 33%;
        max-width: 33%;
    }
    .cr-footer-marmon-link {
        justify-content: center;
        width: 200px;
        margin: auto;
    }
    .cr-footer-marmon {
        width: 200px;
    }
    .newsletter-btn {
        right: 0;
    }
    .menu-footer-copyright-patents-container{
        padding: 15px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-bottom-wrapper p {
        width: 100%;
        order: 1;
    }
    .cr-footer-logo {
        flex: 1 1 100%;
    }
    .newsletter-btn {
        right: 0;
    }
}

.current_page_item a {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .cr-renew-flogo {
        width: 210px;
    }
}