﻿/*Edit this section for deskctop screens*/ 
#main-content {
    margin-top: 140px;
    /*  margin-bottom: 230px; */
    background-color: white;
}

@media only screen and (max-width: 1024px) {
    #main-content {
        margin-top: 41px;
      
    }
}

#main-footer {
    /* position: fixed;  */
    z-index: -1;
    height: 240px;
    width: 100%;
    /*  bottom: 0; */
    background: radial-gradient(ellipse at center top, #323335 50%, #111112 100%);
}

    #main-footer .container {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        overflow: visible;
    }

.copyright-align {
    float: right;
}

.footer-row {
    /*padding-top: 20px;*/
    /*padding-left: 40px;
    padding-right: 40px;*/
    
}



.footer-links a {
    color: #FFF;
    font-size: 12px !important;
    line-height: 40px;
    padding: 0 10px 0 10px;
    display: block;
}
/* end bottom footer */

#main-footer p {
    margin-top: 10px;
    line-height: 1.5;
}

.footer-section {
    
    text-align: center;
}

.red-text {
    color: #e21837 !important;
    padding-bottom: 10px;
}

.red-button {
    background-color: #e21837;
    color: white;
    font-size: 12px !important;
    border-radius: 0 !important;
    padding: 5px 20px;
}

.column {
    float: left;
    width: 20%;
    padding: 20px;
}




.footer-left {
    display: flex;
}

.footer-logo {
    margin-top: -5em;
    position: relative;

}

.footer-wmb {
    padding-top: 30px;
}


.footer-middle {
    min-width: 400px;
    padding-top: 10px;


}

.footer-middle .footer-section {
    max-width: unset;
    text-align: center;
}

.footer-middle .footer-section p {
    color: #FFF;
    font-size: 15pt;
    font-family: 'proxima-nova', sans-serif;
    font-weight: bolder;
}

.footer-social-icon {

    margin-right: 10px;

}

.footer-social-icon img {
    width: 32px;
}

.reverse-col {
    display: flex;
}

.footer-right {
    color: #FFF;
    font-size: 8pt;
    font-family: 'proxima-nova', sans-serif;
    padding-top: 10px;
}

.footer-right .footer-title {
    color: #FFF;
    font-size: 16pt;
    font-family: 'proxima-nova', sans-serif;
    font-weight: bold;
}

.footer-right p {
    color: #FFF;
    font-size: 12pt;
    font-family: 'proxima-nova', sans-serif;
}

.footer-right .red-link a, .footer-right .red-link a:visited, .footer-right .red-link a:focus{
    color: rgb(227, 25, 55);
    font-size: 12pt;
    font-family: 'proxima-nova', sans-serif;
}


.footer-links-container {
    display: flex;
    justify-content: space-evenly;
    max-width: 1000px;
    margin: 0 auto;
}

.footer-links-container a {
   color: rgb(168,168,168)
}


.read-more {
    color: #e21837;
}

.footer-title {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 800;
}



@media only screen and ( max-width: 1059px) and (min-width: 768px) {
    .footer-links-container {
        width: auto;
        margin: auto;
    }

    .footer-section {
        padding: 0;
    }
}





    /*Edit this section for tablet-sized screens*/



    @media only screen and (min-device-width : 992px) and (orientation : portrait) {
        .column {
            width: 100%;
        }



        .copyright-align {
            float: none;
        }

        #main-footer {
            height: auto;
            /*min-height: 750px;*/
        }

        #main-content {
            margin-bottom: 0 !important;
        }


        /*.row-flex-start {
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

        .row-right-end {
            margin-left: 0;
            padding-right: 0;
        }*/


        .footer-links a {
            padding: 0;
        }

        .footer-row {
            padding-left: 0;
            padding-right: 0;
            height: 490px;
            flex-wrap: wrap;
        }
    }

    /*Edit this section for phone-sized screens*/
    @media screen and (max-width: 768px) {
        .column {
            width: 100%;
        }


        .copyright-align {
            float: none;
        }

        #main-footer {
            height: auto;
        }

        #main-content {
            margin-bottom: 0 !important;
              margin-top: 39px !important; 
        }

        .row-flex-start {
            display: flex;
            justify-content: center;
            flex-direction: column;
            text-align: center;
        }

        .row-right-end {
            margin-left: 0;
            padding-right: 0;
        }

        .footer-section {
            max-width: 100%;
        }

        .reverse-col {
            flex-direction: column;
            background: #000000;
            align-items: center;
        }

        .footer-left {
            margin-top: 20px;
        }

        .footer-item-flex {
            align-self: center;
            text-align: center;
            width: 100%;
        }

        .footer-links a {
            padding: 0;
        }

        /*.row-flex-start {
            display: flex;
            justify-content: flex-start;
            padding-left: 15%;
        }*/

        /*.row-right-end {
            margin-left: auto;
            padding-right: 15%;
        }*/

        .footer-links-container > div {
            float: none !important;
        }

        .footer-links-container {
            width: 100%;
        }
    }
