footer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;    
}


footer {

  a.btn.btn-dark:hover {
        color: #fff !important;
        background: #000;
        border: 2px solid #fff;
    
    }
    a.btn.btn-dark {
        color: #000 !important;
        background: #fff;
        border: 2px solid #fff;
        padding:10px;
    }    
}

footer.footer-flex {
    display: block;
    position: relative;
    padding: 72px 120px 30px;
    background: #2c2a26
}

@media only screen and (max-width: 1180px) and (min-width:1px) {
    footer.footer-flex {
        padding:35px 40px
    }
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    footer.footer-flex {
        padding:35px 32px
    }
}

footer.footer-flex .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    footer.footer-flex .footer-top {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer.footer-flex .footer-top .footer-logo {
    position: relative;
    width: 91px;
    min-width: 91px;
    height: 88px;
    margin-right: 112px
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-logo {
        margin:0 auto
    }
}

footer.footer-flex .footer-top .footer-logo span {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px
}

footer.footer-flex .footer-top .footer-logo:focus {
    outline: 1px dashed #fff
}

footer.footer-flex .footer-top .footer-logo:focus.active-link,footer.footer-flex .footer-top .footer-logo:focus:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

footer.footer-flex .footer-top .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 1024px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

footer.footer-flex .footer-top .footer-left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 1024px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-left {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

footer.footer-flex .footer-top .footer-left .colleges {
    font-family: Gibson;
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
    color: #fff;
    margin: 0 0 24px
}

@media only screen and (max-width: 1024px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-left .colleges {
        font-size:24px;
        font-size: 1.5rem;
        line-height: 41px;
        line-height: 2.5625rem;
        margin: 0 0 16px
    }
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-left .colleges {
        margin:32px 0 16px
    }
}

footer.footer-flex .footer-top .footer-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 10px 0 0
}

@media only screen and (max-width: 1024px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-left ul {
        margin:20px 0 0
    }
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-left ul {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

footer.footer-flex .footer-top .footer-left ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-left ul li {
        max-width:100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

footer.footer-flex .footer-top .footer-left ul li a {
    font-family: Gibson Bold;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 31px;
    line-height: 1.9375rem;
    color: #fff;
    border: 1px solid transparent;
    text-decoration: none
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-left ul li a {
        text-align:center
    }
}

footer.footer-flex .footer-top .footer-left ul li a:hover {
    color: #fff;
    text-decoration: underline
}

footer.footer-flex .footer-top .footer-left ul li a:focus {
    outline: none;
    border: 1px dashed #fff
}

footer.footer-flex .footer-top .footer-left ul li a:focus.active-link,footer.footer-flex .footer-top .footer-left ul li a:focus:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

footer.footer-flex .footer-top .footer-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 375px
}

@media only screen and (max-width: 1024px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-right {
        min-width:calc(100% + 203px);
        -ms-flex-preferred-size: calc(100% + 203px);
        flex-basis: calc(100% + 203px);
        max-width: calc(100% + 203px);
        margin-top: 30px;
        margin-left: -203px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-right {
        min-width:100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 30px;
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer.footer-flex .footer-top .footer-right .share {
    margin: 0 0 30px
}

@media only screen and (max-width: 1024px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-right .share {
        margin:40px 100px 0 0
    }
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-right .share {
        margin:0 auto 48px
    }
}

footer.footer-flex .footer-top .footer-right .share p {
    font-family: Gibson;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 31px;
    line-height: 1.9375rem;
    color: #fff;
    margin: 0 0 20px
}

@media only screen and (max-width: 1024px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-right .share p {
        font-size:16px;
        font-size: 1rem;
        line-height: 32px;
        line-height: 2rem
    }
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-right .share p {
        text-align:center
    }
}

footer.footer-flex .footer-top .footer-right .share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 15px 0px 15px -7.5px
}

footer.footer-flex .footer-top .footer-right .share ul li {
    padding: 0 7.5px
}

footer.footer-flex .footer-top .footer-right .share ul li a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    padding: 2px;
    border: 1px solid transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

footer.footer-flex .footer-top .footer-right .share ul li a img,footer.footer-flex .footer-top .footer-right .share ul li a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

footer.footer-flex .footer-top .footer-right .share ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px
}

footer.footer-flex .footer-top .footer-right .share ul li a:hover {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

footer.footer-flex .footer-top .footer-right .share ul li a:focus {
    outline: none;
    border: 1px dashed #fff
}

footer.footer-flex .footer-top .footer-right .share ul li a:focus.active-link,footer.footer-flex .footer-top .footer-right .share ul li a:focus:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

footer.footer-flex .footer-top .footer-right .signup p {
    font-family: Gibson Bold;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    color: #fff;
    margin: 0
}

@media only screen and (max-width: 1024px) and (min-width:1px) {
    footer.footer-flex .footer-top .footer-right .signup p {
        font-size:16px;
        font-size: 1rem;
        line-height: 32px;
        line-height: 2rem
    }
}

footer.footer-flex .footer-top .footer-right .signup .gform_wrapper .gform_validation_errors>h2 {
    color: #fff
}

footer.footer-flex .footer-top .footer-right .signup .gform_wrapper.gravity-theme .gfield select {
    min-height: 49px
}

footer.footer-flex .footer-top .footer-right .signup form {
    position: relative;
    margin: 30px 0 15px
}

footer.footer-flex .footer-top .footer-right .signup form label {
    font-family: Gibson;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400
}

footer.footer-flex .footer-top .footer-right .signup form input {
    width: 100%;
    position: relative;
    background: transparent;
    border: 2px solid #fff;
    padding: 14px 22px;
    color: #fff;
    z-index: 5;
    font-family: Gibson;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    border-radius: 0;
    margin: 0;
    -webkit-appearance: none!important
}

footer.footer-flex .footer-top .footer-right .signup form input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 4px 0 #fff;
    box-shadow: 0 0 4px 0 #fff
}

footer.footer-flex .footer-top .footer-right .signup form .custom-a11yselect-container .custom-a11yselect-btn {
    padding: 10px 13px!important;
    min-height: 49px
}

footer.footer-flex .footer-top .footer-right .signup form .custom-a11yselect-menu {
    top: 47px!important
}

footer.footer-flex .footer-top .footer-right .signup .note {
    font-family: Gibson;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.5625rem;
    color: #fff;
    margin: 0
}

footer.footer-flex .footer-bottom {
    margin-top: 40px
}

footer.footer-flex .footer-bottom nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    footer.footer-flex .footer-bottom nav ul {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer.footer-flex .footer-bottom nav ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 20px
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    footer.footer-flex .footer-bottom nav ul li {
        margin-bottom:15px
    }
}

footer.footer-flex .footer-bottom nav ul li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #fff;
    text-decoration: none
}

footer.footer-flex .footer-bottom nav ul li a:hover {
    color: #fff;
    text-decoration: underline
}

footer.footer-flex .footer-bottom nav ul li a:focus {
    outline: none;
    border: 1px dashed #fff
}

footer.footer-flex .footer-bottom nav ul li a:focus.active-link,footer.footer-flex .footer-bottom nav ul li a:focus:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

footer.footer-flex {
    background: #000;
    padding-top: 60px;
    font-family: Gibson
}

footer.footer-flex .footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1024px) {
    footer.footer-flex .footer-top {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer.footer-flex .footer-top .box-left {
    max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
}

@media (max-width: 1024px) {
    footer.footer-flex .footer-top .box-left {
        max-width:100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 40px
    }
}

footer.footer-flex .footer-top .box-left .footer-logo {
    margin: 0;
    min-width: 200px;
    width: 100%;
    height: auto
}

footer.footer-flex .footer-top .box-left .footer-logo img {
    max-width: 200px
}

footer.footer-flex .footer-top .box-right {
    max-width: 66.66%;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%
}

@media (max-width: 1024px) {
    footer.footer-flex .footer-top .box-right {
        max-width:100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

footer.footer-flex .footer-top .box-right .footer-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    footer.footer-flex .footer-top .box-right .footer-row {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

footer.footer-flex .footer-top .box-right .footer-row .footer-left {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    footer.footer-flex .footer-top .box-right .footer-row .footer-left {
        max-width:100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

footer.footer-flex .footer-top .box-right .footer-row .footer-left .colleges {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 40px;
    font-family: BioRhyme
}

@media (max-width: 767px) {
    footer.footer-flex .footer-top .box-right .footer-row .footer-left .colleges {
        margin:0 0 20px
    }
}

footer.footer-flex .footer-top .box-right .footer-row .footer-left ul li {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

footer.footer-flex .footer-top .box-right .footer-row .footer-left ul li a {
    font-family: Gibson;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem
}

footer.footer-flex .footer-top .box-right .footer-row .footer-right {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0;
    min-width: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1024px) {
    footer.footer-flex .footer-top .box-right .footer-row .footer-right {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    footer.footer-flex .footer-top .box-right .footer-row .footer-right {
        max-width:100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 40px
    }
}

footer.footer-flex .footer-top .box-right .footer-row .footer-right .share {
    margin: 0
}

footer.footer-flex .footer-top .box-right .footer-row .footer-right .share p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin: 0 0 10px;
    font-family: BioRhyme
}

footer.footer-flex .footer-top .box-right .footer-row .footer-right .signup p:not(.note) {
    font-family: BioRhyme;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

footer.footer-flex .footer-top .box-right .footer-row .footer-right .signup .note {
    font-family: Gibson
}

footer.footer-flex .footer-top .box-right .footer-row .footer-right .signup form .gfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer.footer-flex .footer-top .box-right .footer-row .footer-right .signup form .gfield label {
    width: 100px;
    font-family: Gibson;
    font-style: italic;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0
}

footer.footer-flex .footer-top .box-right .footer-row .footer-right .signup form .gfield .ginput_container {
    width: calc(100% - 100px)
}

footer.footer-flex .footer-top .box-right .footer-row .footer-right .signup form .gfield input[type=email],footer.footer-flex .footer-top .box-right .footer-row .footer-right .signup form .gfield input[type=text] {
    padding: 10px 13px!important
}

footer.footer-flex .footer-top .box-right .footer-row .footer-right .signup form .gfield .ginput_container_select {
    width: calc(100% - 100px);
    background: transparent;
    border: 2px solid #fff
}

footer.footer-flex .footer-top .box-right .footer-row .footer-right .signup form .gform_footer input[type=submit] {
    background: #fff;
    font-family: BioRhyme;
    color: #000;
    margin-left: auto;
    width: auto
}

footer.footer-flex .footer-bottom nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

footer.footer-flex .footer-bottom nav ul li a {
    text-decoration: underline;
    font-family: Gibson
}

footer.footer-flex .footer-bottom nav ul li a:hover {
    text-decoration: none
}
