﻿@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");

.global-carousel .slick-dots{
    background: #262262 !important;
}

.socialMediaIcons{
    margin-top: 20px;
}

footer .socialMediaIcons ul li a {
        color: white;
}

.socialMediaIcons ul li {
    display: inline-block;
    line-height: 0.75;
    margin-right: 25px;
    font-size: 30px;
}

header .container{
    max-width: 80%;
}

body{
    background: white;
    font-family: 'Source Sans Pro', sans-serif !important;
}

a.microLinks, .content .anchors, a[name*="_Top1"]+ul {
   font-family: 'Source Sans Pro', sans-serif;
}


h1, h2 {
font-family: 'Source Sans Pro', sans-serif;
}

footer .container {
font-family: 'Source Sans Pro', sans-serif;
}

.content .widget.cardHAFLSGreen h3{
    background-color: #262262;
}

#submit-search{
    display: none;
}

.content article ul:not([class]) li:before, .content aside ul:not([class]) li:before {
    content:"\2714\0020";
    color: #dd8839;
    width: 1.2em;
}


.fancyHeading{
    font-size: 2.6rem;
    color: #262262;
    font-weight: bold;
    text-align: left;
    margin: 0.5em 0;
}

.fancyHeading span{
    font-weight: 100;
    text-transform: uppercase;
    color: #A4416E;
    letter-spacing: -1px;
}

.col3 .faq{
    margin: 30px;
}

.col2 .faq{
    margin: 30px;
}

.step2skills .content .notice{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.aboutMenuItem:hover .aboutDropDown{
display: block;
}

.servicesMenuItem:hover .servicesDropDown{
display: block;
}

.wwuMenuItem:hover .wwuDropDown{
display: block;
}

.volunteerMenuItem:hover .volunteerDropDown{
display: block;
}

.newsMenuItem:hover .newsDropDown{
display: block;
right: -40px;
}

.courses .courses-row a{
    text-decoration: none;
}

.hero-block__info .hero-block__title
{
    font-size: 50px;
    text-align: center;
    font-weight: 600;
}

.hero-block__info .hero-block__desc
{
    font-size: 32px;
    text-align: center;
    font-weight: 800;
}


.hero-block__info {
    max-width: 800px !important;
}

.hero-block__info .hero-block__btn {
    padding: 1rem 2rem;
    border: #fff 2px solid;
    max-width: 275px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0px auto;
}

.content .primary a {
    color: black;
}

@media only screen and (min-width: 760px) {
    .step2skills .container {
        max-width: 80%;
    }

    .step2skills{
        margin-top: 120px;
    }
}

@media only screen and (max-width: 760px) {
    .step2skills{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 320px) {
    header .container {
        overflow: hidden;
    }
}

@media only screen and (max-width: 760px) {
.step2skills .content .notice{
  margin-top: 110px;
}
 #StickyHeader .header {
     margin-top: 30px !important;
        margin-left: -1.6rem;
        background: url(/siteelements/images/custom-branding/Step2Skills-logo-Cropped-240x50-Cropped-170x35.png) no-repeat left top !important;
    }

     .universalContainer{
        margin-top: 90px; 
    }

    .hero-block__info .hero-block__title
    {
        margin-top: 30px;
        font-size: 32px;
    }

    .hero-block__info .hero-block__desc
    {
        font-size: 24px;
    }
}


@media only screen and (min-width: 320px) {
    .step2skills .courses-titles h2, .step2skills .altStandardAside > h2, .step2skills .altStandardArticle > h2 {
        font-size: 1.2rem;
        color: #262262;
        text-transform: uppercase;
        text-align: center;
    }

    .step2skills .panel.action.primary {
        background-color: #dd8839;
    }
}

@media only screen and (min-width: 960px) {
    .step2skills .courses-titles h2, .step2skills .altStandardAside > h2, .step2skills .altStandardArticle > h2 {
        text-align: left;
    }

    .step2skills .courses-titles h3, .step2skills .altStandardAside > h3, .step2skills .altStandardArticle > h3 {
        text-align: left;
    }

    .step2skills .courses-titles span, .step2skills .altStandardAside > h3 span, .step2skills .altStandardArticle > h3 span {
        text-align: left;
    }
    .step2skills .content article.altStandardArticle {
        align-items: flex-start;
    }

    .step2skills .panel.action.primary {
    }
}

/***** start of header styles *****/
@media only screen and (min-width: 320px) {
    .top-bar {
        display: flex;
        flex-direction: row-reverse;
        padding: 0.8rem 4rem 1.7rem 4rem;
        background-color: #262262;
        /* justify-content: end; */
    }
    
    .top-bar__social-media {
        display: flex;
    }
    
    .social-media {
        font-family: "fontello";
        text-decoration: none;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        text-indent: -999em;
        margin-right: 1.5rem;
    }
    
    .social-media.facebook:after {
        content: '\e80f'; 
    }
    .social-media.twitter:after {
        content: '\e810';
    }
    
    .social-media.youtube:after {
        content: '\e812';
    }
    
    .social-media.facebook:after, .social-media.twitter:after, .social-media.youtube:after {
        color: #fff;
        font-size: 1.6em;
        display: block;
        text-indent: 0
    }
    
    header {
        min-height: 100px;
    }
    
    header, #StickyHeader {
        background: #fff !important;
    }
    header .container {
        padding: 0;
        margin-left: 10%;
    }
    
    #StickyHeader {
        position: absolute;
        width: 100%;
        height: 100px !important;
        top: 0px;
        opacity: unset !important;
        display: flex;
        justify-content: space-between;
    }

    a[title="Homepage"][href="/microsites/adult-learning/step2skills-home.aspx"]{
    width: 375px;
    display: block;
    height: 100px;
    }
    
    #StickyHeader.sticky {
        position: fixed !important;
        opacity: 1 !important;
        top: 0rem;
    }

    .hamburger-menu {
        height: 23px;
        width: 35px;
        position: absolute;
        top: 2.5rem;
        right: 2.5rem;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

    .hamburger-menu .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #262262;
    }
    
    .nav-menu {
        display: none;
    }

    .nav-menu.visible {
    display: flex;
    flex-direction: column;
    align-items: end;
    background-color: rgba(38,34,98);
    }
    
    .nav .nav-menu a {
        text-decoration: none;
        padding: 2rem 0rem 2rem 0rem;
    }
    .nav .nav-menu__item.sub > a:before {
         content: '\e800';
         position: absolute;
         right: 20px;
         top: 25px;
         display: block;
         font-family: "fontello";
         font-size: 3rem;
         font-weight: 400;
    }
    .nav .nav-menu__item {
        font-size: 1.5rem;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        border-bottom: 2px solid #7c7b9b;
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .nav .nav-subMenu {
        
    }
    .nav .nav-subMenu__item {
        padding: 2rem 0 2rem 2rem;
        width: auto;
        font-size: 1.5rem;
        background: rgba(38,34,98,0.7);
    }

    .nav .nav-subMenu__item a {
        display: inline-block;
    }
    
    .nav .nav-subMenu.active {
    display: block;
    }
    .nav .nav-subMenu {
        display: none;
    }
    .nav .nav-menu__item.nav-search {
        display: none;
    }

    .step2skills header .search button, .searchButton {
        background-color: #fff;
        color: #262262;
        border: solid 3px #262262;
        top: -5px;
        z-index: 999;
    }

    .step2skills header .search button, .searchButton:before {
        color:  #262262;
    }

    .searchInput {
        padding: 0.6rem 1rem 0.65rem 1rem;
        z-index: 99;
        position: absolute;
        left: 0;
        top: -5px;
        border: solid 3px #262262;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        /* animation */
        width: 1px;
        opacity: 0;
        transition: all .75s ease;
    }

    .searchInput.show {
        opacity: 1;
        width: 650px;
    }
}

@media only screen and (min-width: 1200px) {
.hamburger-menu {
        display: none;
    }

}

@media only screen and (max-width: 1200px) {
 .nav-menu {
        display: none;
    }
#StickyHeader  .nav {
    padding: 0;
}
#StickyHeader {
    display: block;
}
}

@media only screen and (min-width: 1200px) {
 .nav-menu {
        display: inline-block;
    }
}

@media only screen and (min-width: 960px) {
    #StickyHeader .header {
        margin-left: 0;
    }

    .nav-menu{
        float: right;
    }

    #StickyHeader.sticky{
        border-bottom: 3px #f2f2f2 solid;
    }

    .nav-menu.visible {
        display: flex;
        flex-direction: row;
    }
    .nav .nav-menu a {
        color: #262262;
        text-decoration: none;
    }

     .nav .nav-menu ul li a {
        color: black;
        text-decoration: none;
    }
    
    .nav .nav-menu__item {
        font-size: 0.9rem;
        font-weight: bold;
        text-transform: uppercase;
        padding:  0.5rem 1rem;
        display: inline-block;
        border-bottom: none;
        margin: 0;
        width: auto;
    }

    .nav .nav-menu__item.sub a:before {
        content: "";
    }

    .nav .nav-menu__item.nav-search {
        position: relative;
        vertical-align: top;
        margin-left: 2rem;
        display: inline-block;
    }

    .nav .nav-subMenu {
        position: absolute;
        top: 39px;
        border-top: 3px solid #877FA2;
        width: 200px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    
    .nav .nav-subMenu.active {
        display: block;
    }

    .nav .nav-subMenu__item {
        background-color: #fff;
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
        text-transform: capitalize;
        letter-spacing: 0.5px;
    }
    
    .nav .nav-subMenu__item a {
        padding: 7px 0px;
        text-decoration: none;
        display: block;
    }
}

/***** end of header styles *****/

/***** start of slider styles *****/
@media only screen and (min-width: 320px) {
    .step2skills .slick-slide {
        height: 400px;
    }
    .step2skills .slick-slide:focus {
        border: none !important;
    }
    .step2skills .slick-slide img {
        width: 100%;
        height: 700px;
        padding: 0;
        outline: none;
    }
    
    .step2skills .global-carousel .slick-arrow {
        background: #262262 !important;
        width: 5.5rem;
        opacity: 0.7;
    }
    
    .step2skills .global-carousel .slick-next {
        right: 4rem !important;
    }
    
    .step2skills .global-carousel .slick-prev {
        left: 4rem !important;
    }
    .step2skills .global-carousel .slick-prev:after, 
    .step2skills .global-carousel .slick-next:after {
        right: 34px;
        color: #fff;
    }
    
    .step2skills .global-carousel .slick-prev:after {
        right: 34px;
    }
    
    .step2skills .global-carousel .slick-next:after {
        left: 34px !important;
    }
    
    .step2skills .global-carousel-wrapper .banner__buttons .banner__btn {
        position:absolute;
        top:50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
        padding: 1rem 2rem;
        border: #fff 2px solid;
        min-width: auto;
        color:  #fff;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
    }
}

/***** start of two col card styles *****/
@media only screen and (min-width: 320px) {
    .step2skills .cards {
        display:
        flex;
        flex-direction: column;
        position: relative;
        top: -25px;
        margin: 0 1rem;
    }
    
    .step2skills .cards_item {
        position: relative;
    }

    .step2skills .cards_item:first-child {
    margin-bottom: 20px;
    }

    .step2skills .item_title {
    padding: 1.5rem 2rem;
    display: block;
    border-radius: 10px 10px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    }

    .step2skills .item_img {
        width: 100%;
    }

    .step2skills .item_cta {
        position: absolute;
        left: 50%;
        bottom: 10%;
        transform: translate(-50%, 0%);
        text-decoration: none;
        color: black;
        font-weight: bold;
        padding: 0.5rem 1rem;
        background-color: #dd8839;
        text-transform: uppercase;
        border: white 4px solid;
    }
}

@media only screen and (min-width: 960px) {
    .step2skills .cards {
        flex-direction: row;
        justify-content: center;
    }
    
    .step2skills .cards_item {
    padding: 0.5rem;
    }
    
    .step2skills .cards_item:first-child {
        margin-bottom: 0;
    }
    
    .step2skills .item_title {
       font-size: 1.2rem;
    }

    .step2skills .item_img {
        
    }

    .step2skills .item_cta {
        padding: 0.7rem 1.5rem;
    }
}
/***** end of two col card styles *****/
/***** start of news carousel styles *****/
@media only screen and (min-width: 320px) {
    
    .step2skills .newsevents-slider {
        background-color: #fff;
        padding-bottom: 40px;
    }
    
    .step2skills .newseventsContainer button.slick-prev:after {
        right: 50px;
        left: -25px;
    }
    
    .newseventsContainer button.slick-next:after {
        left: 50px !important;
    }
    
    .step2skills .slick-track {
        
    }
    
    .step2skills .newsevents__link {
        height:  200px;
        background-size: cover;
        background-position: center;
    }
    
    .step2skills .newsevents__link::before {
        background: none;
    }
    
    .step2skills .newsevents__info {
        height: 160px;
        top: 206px;
        font-size: 1rem;
    }

    .step2skills .newsevents__heading {
        text-align: left;
        font-size: 15px;
        color: #000;
        font-weight: bold;
        padding: 0 1rem;
        margin: 0 0 0.5rem 0;
    }
    .step2skills .newsevents__description {
        font-size: 0.8rem;
        color:  #000;
        width: 260px;
        margin: 0;
        padding: 0px 1rem;
    }
    
    .step2skills .newsevents__description:after {
        content: "";
        border-bottom: 3px solid #A4416E;
        width:30px;
        height: 10px;
        display: block;
    }  
    
    .step2skills .newsevents__date {
        width: 50px;
        height: 50px;
        color: #A4416E;
        border: 2px solid #A4416E;
    }
    
    .step2skills .newsevents__dateDay {
        display: block;
        text-align: center;
        font-size: 1.2rem;
        margin-top: 4px;
    }

    .step2skills .newsevents__dateMonth {
        padding: 0 0.5rem;
        font-size: 0.8rem;
        text-transform: uppercase;
        text-align: center;
        display: block;
    }
    
    .step2skills .newsevents__title {
        
    }
}
@media only screen and (min-width: 960px) {
    .step2skills .newsevents-slider {
        
    }

    .step2skills .slick-track {
        
    }

    .step2skills .newsevents__link {
        
    }
    
    .step2skills .newsevents__info {
    }

    .step2skills .newsevents__date {
        
    }
    
    .step2skills .newsevents__title {
        
    }

    .step2skills .newsevents__description {
        
    }
}
/***** end of news carousel styles *****/

/***** start of featured courses styles *****/

@media only screen and (min-width: 320px) {
    .step2skills .courses-titles {
        width:  auto;
    }
    
    .step2skills .courses {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .step2skills .courses-row {
        display: flex;
        flex-direction: column;
        align-items: center; 
    }
    
    .step2skills .course {
        margin-bottom: 2rem;
        position: relative;
    }

    .step2skills .course span{
        padding: 0.5rem;
        background-color: #dd8839;
        position: absolute;
        top: 0;
        right: 0;
        color: black;
        font-weight: 600;
        font-size: 1rem;
    }
    
    .step2skills .course .course__title {
        color: #262262;
        font-weight: bold;
        margin: 1.5rem;
        font-size: x-large;
    }

    .step2skills .course .course__duration {
        margin: 1.5rem;
        color: #595959;
    }
    
    .step2skills .cta-row {
        display: flex;
        justify-content: center;
    }

    .step2skills .course img {
        width: 100%;
    }
}

@media only screen and (min-width: 960px) {
    .step2skills .courses-titles {
        
    }

    .step2skills .courses-titles h2 {
        text-align: center;
    }

    .step2skills .courses-titles h3 {
        
    }

    .step2skills .courses-titles span {
        
    }
    
    .step2skills .courses {
    }
    
    .step2skills .courses-row {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .step2skills .course {
        margin: 1rem;
        max-width: 400px;
    }
        
    .step2skills .course p {
        
    }
    
    .step2skills .cta-row {
        
    }
}

/***** end of featured courses styles *****/
/***** start of benefits at a glance styles *****/
@media only screen and (min-width: 320px) {
    .step2skills .grey-bg {
        background-color: #f2f2f2;
    }

/*
    .step2skills .altStandardSection {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .step2skills .content aside.altStandardAside {
        display: flex;
        flex-direction: column;
    }
    */
    .step2skills .faq {
        margin-bottom: 20px;
    }
    
     .step2skills .faq .faq-toggle, .step2skills .faq .faq-toggle:hover {
        margin-bottom: 0;
        background-color: #fff;
        border-radius: 5px 5px  0 0;
    }
    .step2skills .faq .faq-toggle.minus {
        background-color: #262262;
        
    }
    
    .step2skills .faq .faq-toggle.plus h3 {
        color:  #262262;
    }
    
    .step2skills .faq .faq-toggle h3 {
        color:  #fff;
    }
    
     .step2skills .faq .faq-content {
        border-radius: 0 0 5px 5px;
    }
}
@media only screen and (min-width: 960px) {
    .step2skills .grey-bg {
        
    }
    
    .step2skills .altStandardSection {
        flex-direction: row;
    }
    
    .step2skills .content aside.altStandardAside p {
        margin:1rem 1rem;
    }
    
    .step2skills .altStandardAside > h2, .step2skills .altStandardAside > h3 {
        text-align: left;
    }
    
    .step2skills .altStandardAside h3 span {
        
    }

    .step2skills .faq {
        
    }
    
     .step2skills .faq .faq-toggle {
        
    }

    .step2skills .faq .faq-toggle h3 {
        
    }

     .step2skills .faq .faq-content {
        
    }    
}
/***** end of benefits at a glance styles *****/
/***** start of testimonials styles *****/
@media only screen and (min-width: 320px) {
    .salutes  {
        background: #d9d9d9;
        
        padding: 4em 0;
    }
    .salutes-titles {
        text-align: center;
    }
    .salutes-titles h2 {
        color: #7d7d7d;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-size: 1em;
    }
    .salutes-titles h3 {
        color: #262262;
        font-size: 2.5em;
    }
    .salutes-titles h3 span {
        color: #F58832;
        text-transform: uppercase;
        font-weight: lighter;
    }
    .salutes-row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .salute-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .salute-img {
        display: flex;
        justify-content: center;
        background: linear-gradient(to bottom, #d9d9d9 50%, #fff 50%);
    }
    .salute-img img {
        height: 150px;
        border-radius: 75px;
    }
    .salute {
        padding: 1em;
        position: relative;
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
        background: #ffffff;
    }
    .salute blockquote {
        border: 0;
        font-size: 0.8em;
        font-style: italic;
        padding: 0;
        margin: 0 0 3em 0;
        text-align: center;
        width: auto;
    }
    .salute blockquote p::before, .salute blockquote p::after {
        content: '';
    }
    .salute p {
        color: #7D7D7D;
    }
    .salute p.student {
        text-transform: uppercase;
        font-weight: bold;
        color: #000000;
        margin: 0 0 0.5em 0;
    }
}
@media only screen and (min-width: 960px) {
    .salutes  {
        background: #d9d9d9;
        
        padding: 4em 0;
    }
    .salutes-titles {
        text-align: center;
    }
    .salutes-titles h2 {
        color: #262262;
        text-transform: uppercase;
        font-size: 1em;
    }
    .salutes-titles h3 {
        color: #262262;
        font-size: 2.5em;
    }
    .salutes-titles h3 span {
        color: #F58832;
        text-transform: uppercase;
        font-weight: lighter;
    }
    .salutes-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .salute-container {
    }
    .salute-img {
        display: flex;
        justify-content: center;
        background: linear-gradient(to bottom, #d9d9d9 50%, #fff 50%);
    }
    .salute-img img {
        height: 150px;
        border-radius: 75px;
    }
    .salute {
        padding: 1em;
        position: relative;
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
        background: #ffffff;
    }
    .salute blockquote {
        border: 0;
        font-size: 0.8em;
        font-style: italic;
        padding: 0;
        margin: 0 0 3em 0;
        text-align: center;
        width: auto;
    }
    .salute blockquote p::before, .salute blockquote p::after {
        content: '';
    }
    .salute p {
        color: #262262;
    }
    .salute p.student {
        text-transform: uppercase;
        font-weight: bold;
        color: #000000;
        margin: 0 0 0.5em 0;
    }
}
/***** end of testimonials styles *****/


/***** start of footer styles *****/
@media only screen and (min-width: 320px) {
    footer {
        background: #262262;
        padding-bottom: 75px;
    }
    
    footer .container {
        display: flex;
        flex-direction: column;
    }
    
    footer .container h2 {
        background: none;
        height: auto;
        width: auto;
        text-indent: inherit;
        text-transform: uppercase;
        float: none;
        margin: 1.5em 0 .75em 0;
    }
    
    footer .container a {
        
    }
        
    footer .foot-col {
        display: flex;
        flex-direction: column;
        flex-basis: 20rem;
        padding: 0 1rem;
        margin: 0 2rem;
        text-align: left;
    }

    footer .aboutUs {
        
    }
    
    footer .keyPages {
        padding: 1rem 3rem;
        margin-left: 0.5rem;
        font-weight: 600;
        display: block;
        color: #fff;
    }

    footer .keyPages h2 {
        margin-left: -10px;
    }
    
    footer .keyPages li::marker {
        color: #EA8234;
    }
    
    footer .keyPages ul li a {
        padding: 1rem 0;
        margin: 0 0.2rem;
        display: block;
    }

    footer .contactUs {
        
    }

    footer a:link{
        color: white;
        cursor: pointer;
    }

    footer p {
        margin: 1em 0;
    }
    
    footer ul {
        list-style-type: ">";
        list-style-position: outside;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
    }
    
    footer ul li {
        border-bottom: 1px solid #EA8234;
        /* margin-left: 18px; */
    }
    
    footer .container ul li a {

    }
    
    footer .new-btn {
        background: #262262;
        border: 2px solid #fff;
        box-shadow: none;
        border-radius: inherit;
        transition: none;
        margin: 40px 0 0 0;
    }
    
    footer .container a.new-btn {
        color: #fff;
        text-transform: uppercase;
        font-size: 0.8rem;
    }
    
    footer .container a.new-btn:hover {
        background: #262262;
    }
    
    footer .nav.social {
        text-align: left;
        float: none;
        padding: 0;
        margin: 0;
    }
    
    footer .nav.social li {
        border: none;
    }
    
    footer .container .block.social>ul>li>a:after {
        color: #fff;
    }

    footer .foot-col .logo img {
        height: 4rem;
        width: 16rem;
    }
}

@media only screen and (min-width: 960px) {
    footer {
    }
    
    footer .container {
        flex-direction: row;
    }
    
    footer .container h2 {
    }
    
    footer .container a {

    }
    footer .foot-col {
        display: flex;
        flex-direction: column;
        flex-basis: 20rem;
        padding: 0 1rem;
        margin: 0 2rem;
        text-align: left;
    }

    footer .aboutUs {
        
    }
    footer .keyPages {
        
    }
    
    footer .contactUs {
        
    }
    footer p {

    }
    
    footer ul {

    }
    
    footer ul li {

    }
    
    footer .container ul li a {

    }
    
    footer .new-btn {

    }
    
    footer .container a.new-btn {

    }
    
    footer .container a.new-btn:hover {

    }
    
    footer .nav.social {

    }
    
    footer .nav.social li {

    }
    
    footer .container .block.social>ul>li>a:after {

    }
    footer .foot-col .logo img {
    }
}
/***** end of footer styles *****/

.sys_form-submit{
    background-color: #dd8839;
    color: black;
}


/* contrast buttons in footer */
#styleOptions ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#styleOptions a {
    display: unset;
    width: unset;
}

.secondary-footer {
    padding-top: 20px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 500px) {
    #styleOptions ul {
        flex-direction: column;
        align-items: center;
    }
}


@media only screen and (min-width: 770px) {
    a:not([href])
    {
        position: relative;
        top: -100px;
    }
}

.content .widget h2, .content .widget h3 {
    color: black;
}

.top-bar__social-media ul li{
display: inline-block;
    line-height: 0.75;
    margin-right: 25px;
    font-size: 30px;
}

.top-bar__social-media .nav{
padding: 1rem 0;
} 

.nav {
    padding: 2rem 0;
}
