

/*Links Block */
.links-block {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.links-block h3 {
    margin-top: 0 !important;
    padding: .5em;
    margin-bottom: 0 !important;
}

.links-block .audience-container {
    flex: 1 0 27%;
    margin: 2%;
    min-width: 300px;
    border-radius: 3px;
    box-shadow: 3px 2px 8px 0px rgba(211, 211, 211, .4);
    background-color: #fafafa;
    position: relative;
}

.links-block.links-block-three-across .audience-container {
    flex: 1 0 25%;
    margin: 2%;
    min-width: 250px;
    max-width: 263px;
    border-radius: 3px;
    box-shadow: 3px 2px 8px 0px rgba(211, 211, 211, .4);
    background-color: #fafafa;
}

.links-block.links-block-four-across .audience-container {
    flex: 1 0 20%;
    margin: .5%;
    min-width: 220px;
    max-width: 263px;
    border-radius: 3px;
    box-shadow: 3px 2px 8px 0px rgba(211, 211, 211, .4);
    background-color: #fafafa;
}

.communications-landing-page .audience-title > span {
    font-size: 1.4em;
}

.communications-landing-page .links-block.links-block-four-across {
    justify-content: center;
}

.communications-landing-page .links-block.links-block-four-across .audience-container {
    margin: 1em 1.5em;
}

.communication-page--page-class h1 {
    margin-left: 1em !important;
}

.downloads--page-class #content {
    margin: 2em !important;
}

.downloads--page-class .upper1 .moduletable {
    margin: 0 2em 1.5em !important;
}

.audience-image {
    height: 200px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
}

.audience-title {
    line-height: 120%;
    display: block;
    width: 100%;
    border-bottom: 6px solid #80bc00;
    padding: .4em 0;
    background-color: #00704a;
}

.audience-title > span {
    line-height: 120%;
    font-family: "kulturista-web", serif !important;
    font-size: 1.6em;
    color: #fff;
    padding-left: .5em;
}

.links-block .audience-container ul {
    padding: 0 .3em .5em;
    list-style-type: none;
    margin: 1em;
    width: 90%;
}

.links-block .audience-container ul li {
    padding: .2em 0;
}

.links-block .audience-container ul li a {
    font-size: 1.1em;
}

/*.links-block .audience-container ul li:before {
    content:'-';
    margin-right:4px;
}*/
/***END FA Home ***/
/***BEGIN Colors***/
.swatch-color {
    height: 100px;
}

.swatch-name,
.swatch-codes {
    padding: 0 .5em 0em .5em;
    margin-top: .5em;
    margin-bottom: .5em;
}

.swatch-codes {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
}

.swatch-codes span {
    flex: 1 0 70%;
    padding: .5em 0;
    border-bottom: 1px solid #fafafa;
}

.swatch-codes span:nth-child(2n+1) {
    text-align: right;
    flex: 1 0 20%;
    margin-right: .5em;
}

.swatch-name {
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 3.6em;
}

.swatch-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.swatch-container {
    border: 1px solid #eee;
    flex: 1 0 45%;
    margin: 1%;
}

/***END Colors ***/


/***BEGIN Core Logo ***/
.core-logo-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
}

.core-logo-text {
    flex: 1 0 40%;
    margin: 1em;
}

.core-logo-text h3 {
    margin-top: 0 !important;
}

.core-logo {
    display: flex;
    flex: 1 0 50%;
    margin: 1em;
    justify-content: center;
    align-items: center;
}

.tk-download-button-container {
    float: right;
    margin: 1em;
}

.tk-download-button {
    text-align: center;
}

@media all and (max-width:500px) {
    .tk-download-button-container {
        float: none;
        margin: 1em 0 .5em;
    }

    .tk-download-button {
        width: 100%;
        box-sizing: border-box;
        padding: .3em 0;
    }
}

/***END Core Logo ***/
/***BEGIN Logo Inappropriate Usage ***/
.logo-misuses-container {
    flex: 1 0 300px;
    margin: 1em;
    padding: 0em !important;
}

.logo-misuses-container p {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
    padding: 0 !important;
}

.logo-misuses-examples {
    width: 300px;
    margin: 1em;
}

.fas.fa-times-circle {
    color: #aa9767;
    margin-right: 4px;
    font-size: 1.2em;
}

.logo-misuses-text {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    margin-top: 1em;
    border-bottom: 1px solid #d3d3d3;
    padding: .3em .2em;
}

.logo-misuses-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/***END Logo Inappropriate Usage ***/
/***BEGIN Home Icon Animations ***/
.link-overlay-container:hover .typography-breakdown {
    background-image: url(https://uab.edu/toolkit/images/home/uab-typography-breakdown-identifiers.png);
    height: 250px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(500px);
    transition: transform .6s linear;
}

.typography-breakdown-second-image {
    background-image: url(https://uab.edu/toolkit/images/home/uab-typography-breakdown-words.png);
    height: 200px;
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
}

.typography-breakdown {
    background-image: url(https://uab.edu/toolkit/images/home/uab-typography-breakdown-identifiers.png),
        url(images/home/uab-typography-breakdown-words.png);
    height: 200px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-image 0.2s linear;
}

.link-overlay-container:hover .logo-breakdown {
    background-image: url(https://uab.edu/toolkit/images/home/uab-logo-breakdown.png);
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
}

.logo-breakdown {
    background-image: url(https://uab.edu/toolkit/images/home/uab-logo-white-breakdown.png);
    width: 300px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-image 0.2s linear;
}

.link-overlay-container:hover .color-wheel {
    background-image: url(https://uab.edu/toolkit/images/home/uab-color-wheel-2.png);
    height: 190px;
    width: 190px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(60deg);
}

.color-wheel {
    background-image: url(https://uab.edu/toolkit/images/home/uab-color-wheel-2.png);
    height: 190px;
    width: 190px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s linear;
}

.color-wheel-container.link-overlay-container img {
    transition: transform 0.2s linear;
}

.color-wheel-container.link-overlay-container:hover img {
    transform: rotate(60deg);
    transition: transform 0.2s linear;
}

/*.link-overlay-container:hover .logo-text {
    transform:translatey(0px);
}
.logo-text {
    transform:translatey(100px);
    transition:transform .2s linear;
}*/
.link-overlay-container {
    overflow: hidden;
}

.toolkit-home-icon-container {
    height: 230px;
    display: flex;
    justify-content: center;
}

/***END Home Icon Animations ***/
/***BEGIN Page Options ***/
.link-overlay-container {
    position: relative;
}

.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
}

.promo-vendor-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.promo-vendor-list > div {
    flex: 1 0 45%;
    margin: 1em;
}

.toolkit-pull-box {
    box-shadow: 3px 2px 8px 0px rgba(211, 211, 211, .4);
    background-color: #fafafa;
    padding: 1em;
}

.toolkit-subheading {
    border-bottom: 1px solid #80bc00;
    padding-bottom: .3em;
    margin-top: 0 !important;
}




/*BEGIN Landing Page Links */
.downloaded-branded-items {
   
}

.downloaded-branded-items ul {
    list-style-type: none;
    margin: 0;
    padding:0;
}

.downloaded-branded-items li {
    margin: 15px 0 ;
}

.downloaded-branded-items li a {
    background-color: #eee;
    padding: 10px;
    display: block;
    border-bottom: 0 ;
    font-weight: 600 ;
    text-align: center;

    text-decoration:none;
}

.downloaded-branded-items--container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

/*END Landing Page Links */



/* BEGIN enhanced file download icons */

.wf_file_size:before {
    content: "(";
}

.wf_file_size:after {
    content: ")";
}

a.btn--sm.wf_file span {
    font-size: .9em
}

a.btn--md.wf_file span {
    font-size: 1em
}

a.btn--lg.wf_file span {
    font-size: 1.25em
}

.btn--md span {
    display: inline-block;
    vertical-align: middle;
}

a.btn--sm img.wf_file_icon {
    width: initial;
    margin: -2px 3px 0 -5px;
}

a.btn--md img.wf_file_icon {
    width: 1.6em;
    margin: 0 4px 0 -4px;
}

a.btn--lg img.wf_file_icon {
    width: 1.375em;
    margin: -5px 5px 0 -8px;
}

.btn--white .wf_file_text {
    color: #222;
}

.btn--white .wf_file_size {
    color: #666;
    font-weight: 400;
}

.btn--white:hover .wf_file_text,
.btn--white:hover .wf_file_size {
    color: #fff;
}

.btn--green .wf_file_text,
.btn--green-to-darker .wf_file_text {
    color: #fff;
}

.btn--green .wf_file_size,
.btn--green-to-darker .wf_file_size {
    color: #e4e4e4;
    font-weight: 400;
}

.btn--green:hover .wf_file_text,
.btn--green:hover .wf_file_size {
    color: #1e6b52;
} 

a.btn--green-to-darker.wf_file:hover {
    color: #fff ;
    background-color: #17513E;
    border-bottom: 3px solid #17513E;
}
/* BEGIN enhanced file download icons */


/*BEGIN Colors Page */

/*BEGIN Change color of border lines */
.colors-table-dark td {
    border-color: #fff;
}

.colors-table-light td {
    border-color: #444;
}

/*END Change color of border lines */


table.colors-table-responsive thead {
    display: table-header-group ;
}

/*-BEGIN Responsive Table */
@media all and (max-width: 599px) {
    table.colors-table-responsive {
        width: 100%;
    }

    .colors-table-responsive td,
    .colors-table-responsive th {
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    table.colors-table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.colors-table-responsive td {
        border: none;
        position: relative;
    }

    table.colors-table-responsive td:before {
        padding-right: 10px;
        white-space: nowrap;
        display: block;
        /* Label the data */
        content: attr(data-column);

        font-weight: bold;
    }

    table.color-table-dark td:before {
        color: #fff;
    }

    table.colors-table-light td:before {
        color: #000000;
    }


    table td.colors-swatch-dark:before {
        color: #fff;
    }


    table td.colors-swatch-light:before {
        color: #000000;
    }

    .colors-table-responsive_with_row-header tbody tr td:first-of-type {
        font-weight: 700;
        font-size: 1.1rem;
        border-bottom: 2px solid #3d3935;
        padding: 10px ;
        justify-content: flex-start;
    }


}

@media only screen and (max-width: 1024px) {
    .colors-table-responsive tr:nth-of-type(2n+1) {
    background:none;
    }
    
    }

/*-END Responsive Table */

/*BEGIN Colors Heading */
.colors-heading {
    height: 150px;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.colors-heading__container {
    padding: 5px;
    background-color: #fff;
}

.colors-heading__heading {
    margin: 0;
    border: 1px solid #444;
    padding: 5px 10px;

}





/*END Colors Heading */


/*END Colors Page */


/*BEGIN Merchandise Page */
.shop-merchandise-wk {
    background: #fff;
    padding: 1em 2em;
    text-align: center;
    max-width: 400px;
    margin-left: 2em;
}

.shop-merchandise-wk p {
    margin-top: 5px;
}

.shop-merchandise-wk a:focus {
    outline: 1px solid #1E6B52 ;
    outline-offset: 3px ;
}

p.feat-retailer {
    color: #1e6b52;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

h2.retailer-names {
    color: #444 ;
    text-align: center;
    margin-top: 0;
    font-size: 28px;
    margin-bottom: 5px;
}

@media (max-width:600px) {
    h2.retailer-names {
        font-size: 22px;
    }

    .shop-merchandise-wk {
        padding: .2em 1em;
        margin: 0 auto;
    }
}

body.hd.inside.tk--shop-merchandise #maincolumn-wide {
    margin-top: 0px ;
}

body.hd.tk--shop-merchandise #content {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 980px) {
    body.inside.tk--shop-merchandise #whitebox {
        margin-top: 0;
    }
}


.tk--shop-intro-block {
    text-align: center;
    max-width: 1000px;
    margin: 2em auto;
    padding: 0 1em;
}

.tk--shop-heading {
    font-family: proxima-nova, sans-serif ;
    color: #1e6b52;
    text-align: center;
    padding: 0 0 0.5em 0;
}

.tk--shop-intro-block p {
    font-size: 18px;
}

.tk--store-grids-section {
    background: #eee;
    padding: 4em 0;
}

.tk--toolkit-five-across {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
}

.tk--toolkit-five-across>div {
    min-width: 100px;
    flex-grow: 1;
}

.tk--toolkit-five-across div img {
    max-width: 150px;
}

/***BEGIN Featured Shop grid*****/
body.hd.ribbonFullwidth.tk--shop-merchandise #epilogue {
    padding: 0;
}

.tk--featured-shop,
.tk--all-shops {
    display: flex;
    flex-wrap: wrap;
    gap: 4em;
    justify-content: center;
    padding: 1.5em;
    width: 80%;
    margin: 0 auto;
    max-width: 1280px;
}

.tk--featured-shop div,
.tk--all-shops div {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.tk--all-shops div {
    flex-grow: 1;
    flex-basis: calc(20% - 20px);
}

.tk--featured-shop div h2 {
    text-align: center;
    font-family: proxima-nova, sans-serif ;
    font-size: 1.6rem;
}

.tk--all-shops div h3 {
    text-align: center;
}

.tk--location-shop {
    display: flex;
    gap: 2em;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 980px) {
    .tk--featured-shop div {
        padding: 20px 30px 40px 30px;
    }

    .tk--all-shops div {
        padding: 20px 40px 40px 40px;
    }
}

@media only screen and (max-width: 768px) {
    .tk--featured-shop {
        padding: 2em;
    }

}

@media only screen and (max-width: 400px) {
    .tk--featured-shop .tk--location-shop {
        gap: 1em;
        flex-wrap: wrap;
    }
}

/***END Featured Shop Grid****/

/***BEGIN Location link popup***/
.tk--popup-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7) ;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.tk--popup-overlay:target {
    visibility: visible;
    opacity: 1;
}

.tk--popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
    min-width: auto ;
}

.tk--popup h3 {
    border-bottom: 2px solid #eee;
    padding-bottom: 1em;
    color: #333;
}

.tk--popup .tk--close {
    position: absolute;
    top: 10px;
    right: 11px;
    transition: all 200ms;
    font-size: 13px;
    font-weight: lighter;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    padding: 0px 5px;
}

.tk--popup .tk--close:hover {
    color: #06D85F;
}

.tk--popup .tk--popup-content {
    /*max-height: 30%;
    overflow: auto;
    min-width: auto;*/
    display: flex;
    gap: 2em;
    justify-content: center;
    flex-wrap: wrap;
}

.tk--popup-content p a {
    color: #444;
    padding-bottom: 2em;
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    .tk--popup-content {
        flex-direction: column;
    }
}

@media screen and (max-width: 700px) {
    .tk--popup {
        width: 70%;
    }
}

/***END Location link popup***/


/*END Merchandise Page */


/***BEGIN Logo Guidelines ***/
.logo-guidelines-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    justify-content: space-between;
}

.logo-guidelines-item {
    flex: 0 0 40%;
    margin: 1em;
    background-color: #fff;
}

.logo-guidelines-item h3 {
    margin-top: 0 !important;
}

/***END Logo Guidelines ***/
/***BEGIN Internal Unit Identity ***/
.internal-unit-logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.internal-unit-logo-container h3 {
    margin-top: 0 !important;
    margin-bottom: 1em !important;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    text-align: center;
    padding-bottom: .2em;
}

.internal-unit-logo-item {
    flex: 1 0 25%;
    margin: 1em;
    display: flex;
    align-items: center;
    flex-direction: column;
}

/***END Internal Unit Identity ***/
/***BEGIN Athletics Logo Usage ***/
.athletics-clothing-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.athletics-clothing-container div:first-child {
    flex: 1 0 65%;
    margin: 1em;
}

.athletics-clothing-container div:last-child {
    flex: 1 0 25%;
    margin: 1em;
}

.athletics-clothing-container p {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

.athletics-logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.athletics-logo {
    flex: 0 0 40%;
    margin: 1em;
    align-items: center;
}

.athletics-logo {
    position: relative;
}

.athletics-logo:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: transparent;
    position: absolute;
}

/***END Athletics Logo Usage ***/


.gray-box-wrapper {
    padding: 1em;
    background-color: #f5f5f5;
 
    margin: 1em 0;
}

.font-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.font-container p {
    margin: 0;
    font-size: 1.1em;
}




/***BEGIN Colors ***/
.tk-color-swatch-container.toolkit-pull-box {
    padding: 0;
}

.tk-color-swatch-wrapper-core .tk-color-swatch-container {
    width: 28%;
    margin: .5em;
}

.tk-color-swatch-wrapper-expanded .tk-color-swatch-container {
    width: 35%;
    margin: .5em;
}

.tk-color-swatch-container {
    max-width: 200px;
    min-width: 200px;
}

.tk-color-swatch {
    height: 100px;
    width: 100%;
    margin: 0 auto;
}

.tk-color-specs {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .5em .5em;
    ;
}

.tk-color-name {
    text-align: center;
    font-size: 1.2em !important;
    font-weight: bold !important;
    padding: .5em;
}

.tk-color-specs span:nth-child(odd) {
    flex: 1 0 48%;
    text-align: right;
    margin-right: 5px;
}

.tk-color-specs span:nth-child(even) {
    flex: 1 0 48%;
}

.tk-color-specs span {
    margin: .1em 0;
}

.tk-color-swatch-wrapper-core {
    padding: 0 2em;
}

.tk-color-swatch-wrapper-core,
.tk-color-swatch-wrapper-expanded {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.suggested-color-palette-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.suggested-color-palette-container span {
    height: 100px;
    display: block;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toolkit-pull-box.suggested-color-palette-container {
    padding: 0;
    margin: 1em;
    flex: 0 0 20%;
    max-width: 175px;
    min-width: 175px;
}

.tk-colors h2 {
    text-align: center;
    margin-top: 2em !important;
}

/***END Colors ***/


/***BEGIN Tempplate Page***/
.btn--white-background {
    background-color: #fff;
}

.button-side-by-side {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.button-side-by-side a {
    flex: 1 0 150px;
    background-color: #fff;
}

.button-side-by-side a:first-child {
    border-bottom: 1px solid #eee !important;
}

.template-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.template-thumbnail,
.template-downloads {
    text-align: center;
}

.template-downloads {
    border-top: 6px solid #80bc00;
}

.template-thumbnail {
    background-color: #fff;
}

.template-thumbnail img {
    min-width: 100%;
}

.template-item {
    background-color: #f5f5f5;
    box-shadow: 3px 2px 8px 0px #d3d3d3;
    margin: 2em 0;
    padding: 0;
    border-radius: 3px;
    flex: 1 0 40%;
    margin: 1em;
}

.template-three-across .template-item {
    flex: 1 0 25%;
}

.template-four-across .template-item {
    flex-basis: 20%;
}

.template-two-across .template-item {
    flex: 1 0 40%;
}

.snapchat-filters .template-item {
    max-width: 60px;
    min-width: 60px;
}

.snapchat-filters {
    justify-content: center;
}

.template-item h3 {
    text-align: center;
}

.template-downloads .btn--white {
    width: 100%;
    padding: .3em 0 !important;
    border: none !important;
}

/***END Template Page***/

/*BEGIN Anchor Link Styling */

h1 a[href^="#"],
h2 a[href^="#"],
h3 a[href^="#"],
h4 a[href^="#"],
h5 a[href^="#"]{
    text-decoration:none;
}

/*END Anchor Link Styling */



/*BEGIN Channel */
.communication-channel-container {
    display: flex;
    flex-wrap: wrap;
}

.channel-description {
    flex: 1 0 40%;
}

.channel-description p:first-child {
    margin-top: 0 !important;
}

.channel-image {
    flex: 1 0 10%;
    margin: 0 1em;
    min-width: 250px;
}

.channel-details > span {
    display: block;
    margin: 1em 0;
}

@media all and (min-width:600px) {
    .channel-details {
        display: flex;
        background-color: #fafafa;
        margin: 1em 0;
        justify-content: space-between;
    }

    .channel-details > span {
        flex-basis: 50%;
    }

    .channel-details > span {
        margin: 0;
    }

    .channel-details > span:first-child {
        margin: 0 1em 0 0;
    }
}

.communication-channel-wrapper h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.communication-channel-wrapper {
    margin-top: 2em;
}

.toolkit-subheading-audience {
    color: #808285;
    font-size: 1.3em;
    min-width: 300px;
}

.toolkit-heading-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
    flex-wrap: wrap;
}

.channel-image img {
    border: 1px solid #d3d3d3;
}

@media all and (max-width:599px) {
    .channel-image {
        display: none;
    }
}

/*END Channel */

/*BEGIN Subscription */

.subscription-buttons {
    list-style-type: none;
    margin: 1em 0;
    max-width: 500px;
}

.subscription-buttons li {
    padding: 10px;
    background-color: #FCFBF9;
}

.subscription-buttons strong {
    font-size: 1.3rem;
    color: #1E6B52;
}

.subscription-buttons p {
    margin: 5px 0;
}

.subscription-buttons i {
    color: #80bc00;
    padding: 0 10px 0 0;
}

/*END Subscription */


/*BEGIN Back to Top */

.back-to-top {
    display: none;
  }
  
  .back-to-top-btn:hover>p, .back-to-top:focus>.back-to-top-btn>p {
    display: block !important;
  }
  
  /*END Back to Top */