﻿body {
    background-color: #fff;
    color: #383838;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 17px;
    font-style: normal;
    line-height: initial;
    margin: 0;
}

.mycontent {
    padding: 16px;
}
/*.header-login:hover {
    text-decoration: none;
    background-color: #fdc13a;
}*/


.btn-link#accountbtn:hover, .btn-link#accountbtn:focus {
    text-decoration: unset;
}

.dropdown-menu#myaccount > li > a:hover {
    background-color: #fdc13a;
    background-image: none;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
}

h2 {
    color: #84B250;
}

h3 {
    color: #84B250;
}

hr {
    border-top: 1px solid #2e2e2e;
}

a {
    color: #84B250;
}

p {
    line-height: 1.4;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.center-annual {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.border-bottom {
    border-bottom: 1px solid #2e2e2e;
}

.mobile-nav {
    background-color: #84B250;
    text-align: center;
}

.navbar {
    margin-bottom: 0px !important
}


.nav-link .nav-link:hover {
    text-decoration: none !important;
}
/*SMALL MOBILE*/
@media (max-width:767px) { /*767*/
    .container {
        width: 100%;
    }

    .landingpagelogo-img{
        max-width: 60%;
        margin: auto;
    }

    .grid-5ths {
        width: 50%;
        padding: 0px 10px;
    }

    .grid-5ths-box {
        max-width: 200px;
    }

    .center-pr-mobile {
        text-align: center !important;
    }

    .header-container {
        width: 100%;
    }

        .header-container .navbar-collapse {
            background-color: #f6f6f6;
            position: absolute;
            z-index: 9999;
            width: 100%;
        }

    .header-container1 {
    }

        .header-container1 .navbar-collapse {
            background-color: #f6f6f6;
            position: absolute;
            z-index: 9999;
        }


    .footer-nav a {
        font-size: 23px;
    }

    .search-div {
        background-color: black !important
    }

    .seofootertext {
        padding-top: 75px;
        padding-bottom: 50px;
    }

    .search-header {
        font-size: 14px;
    }

    .sermon-search-keyword::-webkit-input-placeholder {
        font-size: 14px;
    }

    .sermon-search-keyword:-moz-placeholder {
        font-size: 14px;
    }

    .sermon-search-keyword::-moz-placeholder {
        font-size: 14px;
    }

    .sermon-search-keyword:-ms-input-placeholder {
        font-size: 14px;
    }

    .sermon-search-keyword::-ms-input-placeholder {
        font-size: 14px;
    }

    .sermon-search-keyword {
        font-size: 14px;
    }

    .contributor-large-lname {
        font-size: 45px;
    }

    .si-hp {
        font-size: 5.5vw;
        width: 50%;
    }

    .si-side {
    }

    .quad-grid-text {
        min-height: 150px;
    }

    .quad-grid-title {
        font-size: 13px;
    }

    .quad-grid-author {
        font-size: 12px;
    }

    .social-text {
        font-size: 18px;
    }

    .fb-foot {
        font-size: 26px !important;
    }

    .twitter-foot {
        font-size: 26px !important;
    }

    .col-xs-nopad-sides {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .col-xs-nopad-left{
        padding-left: 0px !important;
    }
    .col-xs-nopad-right{
        padding-right: 0px !important;
    }

    .divider-text {
        font-size: 22px;
    }

    .divider-div {
        height: 14px;
    }

    .media-text {
        max-width: 415px;
    }

    .illustration-link {
        font-size: 14px;
    }

    .si-div {
        height: 15px;
    }

    .si-text {
        font-size: 26px;
    }

    .default-button {
        font-size: 10px;
    }

    .default-button-thin {
        font-size: 10px;
    }

    .default-button-small {
        font-size: 10px;
    }
}
/*MOBILE*/
@media(min-width: 768px) and (max-width: 991px)
{
    .col-sm-nopad-sides {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width:768px) {
    .container {
        width: 100%; /*768*/
    }

    .grid-5ths-box {
        max-width: 200px;
    }

    .grid-5ths {
        width: 50%;
    }

    .header-container {
        width: 100%;
        padding: 0px;
    }

    .center-pr-mobile {
        text-align: right !important;
    }

    .header-container .navbar-collapse {
        background-color: #f6f6f6;
        position: absolute;
        z-index: 9999;
        width: 100%;
        margin-left: 15px;
    }

    .search-header {
        font-size: 18px;
    }

    .sermon-search-keyword::-webkit-input-placeholder {
        font-size: 20px;
    }

    .sermon-search-keyword:-moz-placeholder {
        font-size: 20px;
    }

    .sermon-search-keyword::-moz-placeholder {
        font-size: 20px;
    }

    .sermon-search-keyword:-ms-input-placeholder {
        font-size: 20px;
    }

    .sermon-search-keyword::-ms-input-placeholder {
        font-size: 20px;
    }

    .sermon-search-keyword {
        font-size: 20px;
    }

    .contributor-large-lname {
        font-size: 55px;
    }

    .si-hp {
        font-size: 42px;
    }

    .si-side {
        width: 33%;
    }

    .quad-grid-text {
        min-height: 110px;
    }

    .quad-grid-title {
        font-size: 16px;
    }

    .quad-grid-author {
        font-size: 16px;
    }

    .social-text {
        font-size: 26px;
    }

    .fb-foot {
        font-size: 34px !important;
    }

    .twitter-foot {
        font-size: 34px !important;
    }

    .divider-text {
        font-size: 24px;
    }

    .divider-div {
        height: 15px;
    }

    .si-div {
        height: 25px;
    }

    .si-text {
        font-size: 42px;
    }

    .default-button {
        font-size: 18px;
    }

    .default-button-thin {
        font-size: 18px;
    }

    .default-button-small {
        font-size: 16px;
    }
}

@media (max-width:1200px){

    .nav > li > a {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
    .SubForm1 {
        background-image: none;
        background-color: black;
    }

}
/*TABLET*/
@media (min-width:992px) {
    .container {
        width: 900px;
    }
    .search-bump {
        margin-top: -6px;
        padding-bottom: 18px;
      /*  background-color:#fafafa; */
    }
    .nav-spacer {
        display: inline-block;
        width: 3px;
    }
    .header-no-left-pad {
        padding-left:0px;
    }
    .first-nav-spacer {
        display: inline-block;
        width: 18px;
    }
    .search-left{
        margin-left: -60px;
    }
    .nav-credits{
        display:none;
    }
    .logged-in-spacer {
        display: inline-block;
        width: 30px; /* was 74*/
    }
   .nav-login-spacer {
        display: inline-block;
        width: 40px;
    }

    .nav-top#loggedin {
        margin-top: -5px
    }

    .nav-top#visitor {
        margin-top: 8px
    }
    .search-pad{
        padding-left:14px !important;
    }
    .glyphicon-shopping-cart {
        font-size: 20px;
        padding: 5px 5px;
        color: #2e2e2e !important; 
        vertical-align: middle;
    }

    .key-word-label {
        padding-top: 6px;
        padding-right: 12px;
        float: right;
    }


    .grid-5ths-box {
        max-width: 150px;
    }

    .quad-grid-text {
        max-width: 150px;
    }

    .grid-5ths {
        width: 20%;
    }

    .header-login {
        font-size:15px;
    }
    .header-container {
        width: 900px;
        padding: 50px 10px 0px 10px;
        margin: auto;
    }

    .center-pr-mobile {
        text-align: right !important;
    }

    .header-container .navbar-collapse {
        background-color: #fff;
        position: relative;
        margin-top: 0;
        width: auto;
    }

    .search-header {
        font-size: 22px;
    }

    .sermon-search-keyword::-webkit-input-placeholder {
        font-size: 12px;
    }

    .sermon-search-keyword:-moz-placeholder {
        font-size: 12px;
    }

    .sermon-search-keyword::-moz-placeholder {
        font-size: 12px;
    }

    .sermon-search-keyword:-ms-input-placeholder {
        font-size: 12px;
    }

    .sermon-search-keyword::-ms-input-placeholder {
        font-size: 12px;
    }

 /*   .sermon-search-keyword {
        font-size: 25px;
    }*/

    .navbar-nav a {
        font-size: 15px;
    }

    .contributor-large-lname {
        font-size: 75px;
    }

    .divider-text {
        font-size: 24px;
    }

    .divider-div {
        height: 15px;
    }
}
/*TABLET*/
@media (min-width:1040px) {
    .container {
        width: 1000px;
    }

    .nav-credits {
        display:unset;
    }

    .nav-spacer {
        display: inline-block;
        width: 7px;
    }
    .first-nav-spacer {
        display: inline-block;
        width: 28px;
    }
    .nav-top#visitor {
        margin-top: 12px
    }

    .logged-in-spacer {
        display: inline-block;
        width: 85px;  /* was 100 */
    }

        .nav-top#loggedin {
        margin-top: 3px
    }

    .search-left {
        margin-left: -84px;
    }
    .nav-login-spacer {
        display: inline-block;
        width: 95px;
    }


    .grid-5ths-box {
        max-width: 150px;
    }

    .quad-grid-text {
        max-width: 150px;
    }

    .grid-5ths {
        width: 20%;
    }

    .header-container {
        margin: auto;
        width: 1040px;
        padding: 50px 50px 0px 50px;
    }

    .center-pr-mobile {
        text-align: right !important;
    }

    .header-container .navbar-collapse {
        background-color: #fff;
        position: relative;
        margin-top: 0;
        width: auto;
    }

    .search-header {
        font-size: 22px;
    }

    .sermon-search-keyword::-webkit-input-placeholder {
        font-size: 25px;
    }

    .sermon-search-keyword:-moz-placeholder {
        font-size: 25px;
    }

    .sermon-search-keyword::-moz-placeholder {
        font-size: 25px;
    }

    .sermon-search-keyword:-ms-input-placeholder {
        font-size: 25px;
    }

    .sermon-search-keyword::-ms-input-placeholder {
        font-size: 25px;
    }

    .navbar-nav a {
        font-size: 16px;
    }

    .divider-text {
        font-size: 26px;
    }

    .divider-div {
        height: 17px;
    }
}
/*DESKTOP*/
@media (min-width:1200px) {
    .container {
        width: 1200px;
    }

    .nav-spacer {
        display: inline-block;
        width: 18px;
    }

    .first-nav-spacer {
        display: inline-block;
        width: 28px;
    }

    .logged-in-spacer {
        display: inline-block;
        width:145px;
    }

    .search-left {
        margin-left: -70px;
    }

    .nav-top#visitor {
        margin-top: 19px
    }

    .nav-top#loggedin {
        margin-top: 12px
    }

    .nav-login-spacer {
        display: inline-block;
        width: 140px;
    }

    .grid-5ths-box {
        max-width: 200px;
    }

    .quad-grid-text {
        max-width: 250px;
    }

    .header-login {
        font-size: 17px;
    }
    .grid-5ths {
        width: 20%;
    }

    .header-container {
        width: 1200px;
        padding: 50px 50px 0px 50px;
        margin: auto;
    }

    .header-container1 {
        width: 1200px;
        margin: auto;
    }

    .center-pr-mobile {
        text-align: right !important;
    }

    .header-container .navbar-collapse {
        background-color: none;
        position: relative;
        margin-top: 0;
        width: auto;
    }

    .header-container1 .navbar-collapse {
        background-color: none;
        position: relative;
        margin-top: 0;
        width: auto;
    }

    .search-header {
        font-size: 22px;
    }

    .sermon-search-keyword::-webkit-input-placeholder {
        font-size: 25px;
    }

    .sermon-search-keyword:-moz-placeholder {
        font-size: 25px;
    }

    .sermon-search-keyword::-moz-placeholder {
        font-size: 25px;
    }

    .sermon-search-keyword:-ms-input-placeholder {
        font-size: 25px;
    }

    .sermon-search-keyword:-ms-input-placeholder {
        font-size: 25px;
    }

    .navbar-nav a {
        font-size: 18px;
    }

    .divider-text {
        font-size: 26px;
    }

    .divider-div {
        height: 17px;
    }
}

.ss-green {
    color: #84B250;
}

.ss-grey {
    color: #2e2e2e;
}

.ss-white {
    color: white
}

.ss-green-bg {
    background-color: #84B250;
}

.login-small:hover {
    color: white;
}

.nav-link-green:hover {
    text-decoration: none;
    color: #2e2e2e;
}

.footer-nav a {
    color: #fff;
}

.seofootertext {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

    .seofootertext a {
        color: #fff;
    }

        .seofootertext a:hover {
            color: #2E2E2E;
        }

.footerSiteLink {
    color: #fff;
    font-size: 15px;
}

.footer-div {
    background-color: #47473f;
    position: relative;
    top: 150px;
}

.footer-sites-text {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background-color: #84B250;
}

.footer {
    padding-top: 20px;
}

.col-no-padding {
    padding: 0 !important;
}

.col-no-padding-left{
    padding-left: 0px !important;
}

.col-no-padding-right{
    padding-right: 0px !important;
}

.col-no-padding-sides {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.col-no-padding-top-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.fa-facebook-f {
    font-size: 18px !important;
    color: #2e2e2e;
    padding: 5px 5px;
    vertical-align: middle;
}

.fa-twitter {
    font-size: 20px !important;
    padding: 5px 1px;
    color: #2e2e2e;
    vertical-align: middle;
}

.circle-radius {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #84B250;
}

    .circle-radius:hover {
        background-color: #84B250;
    }

.square-radius {
    border: 2px solid #84B250;
    border-radius: 7%;
    -moz-border-radius: 7%;
    -webkit-border-radius: 7%;
}

    .square-radius:hover {
        background-color: #84B250;
    }

.glyphicon-shopping-cart {
    font-size: 20px;
    padding: 5px 5px;
    color: white; /*#2e2e2e;*/
    vertical-align: middle;
}

.glyphicon-search {
    font-size: 20px;
    color: #2e2e2e;
    padding-top: 8px;
    /* padding: 7px 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    top: 0px !important;
    border-bottom: 1px solid black; */
    background-color: #ffffff;
}

    .glyphicon-search:hover {
        color: #2e2e2e;
        text-decoration: none;
    }
    
.top-head-spacer {
    padding: 5px 0px;
    padding-right:0px;
}

.acct-link {
    padding: 5px 5px;
    font-size: 14px;
}

    .acct-link:hover {
        text-decoration: none;
    }

.navbar-toggle .icon-bar {
    width: 100%;
    background-color: #fff;
    height: 5px;
}

.navbar-nav a {
    color: #2e2e2e;
}

    .navbar-nav a:hover {
        font-size: 18px;
        color: #fff;
        background-color: #84B250 !important;
    }

.navbar-nav li:hover {
    color: #fff;
    background-color: #84B250 !important;
}

@media (max-width:991px) {
    .ssgreennav {
        width: 55px;
        background-color:white !important; /* #84B250;*/
    }

    .search-div {
        background-color: black !important
    }
}

.navbar-toggle {
    /*    background-color: #84B250; */
    width: 55px;
    height: 45px;
}

.search-div {
   /* background-color: #fff; */
}

.search-header {
    height: auto;
    padding: 5px 0px;
    color: #000;
}

.btn-green {
    color: #2e2e2e;
    background-color: #84B250;
}

    .btn-green:hover {
        color: #2e2e2e;
        background-color: #fff;
    }

.btn-grey {
    color: #fff;
    background-color: #2e2e2e;
}

    .btn-grey:hover {
        background-color: #000;
        color: #fff;
    }

.subsearch {
    position: relative;
}

.section-header {
    font-size: 30px;
    color: #2e2e2e;
}

.section-header-green {
    color: #84B250;
}

.section-header-large {
    font-size: 35px;
    color: #2e2e2e;
}

.section-header-large-green {
    font-size: 35px;
    color: #84B250;
}

.list-container {
    height: 65px;
}

.list-text-container {
    height: 65px;
    display: inline-block;
}

.list-text-container-sidebar {
    height: 50px;
    display: inline-block;
}

.list-number-container {
    height: 65px;
    display: inline-block;
}

.list-title {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    display: block;
}

.list-title-sidebar {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
    display: block;
}

.list-author {
    font-size: 14px;
    height: 25px;
    display: block
}

.list-number {
    font-size: 21px;
    vertical-align: middle;
    padding: 2px 10px 3px 10px;
}

.list-number-10 {
    font-size: 21px;
    vertical-align: middle;
    padding: 2px 5px 3px 5px;
}

.list-number-sidebar {
    font-size: 17px;
    vertical-align: middle;
    padding: 2px 8px 3px 9px;
}

.list-number-sidebar-10 {
    font-size: 17px;
    vertical-align: middle;
    padding: 2px 5px 3px 5px;
}

.list-link {
    color: #2e2e2e;
    text-decoration: none !important;
}

.article-list-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}

.article-list-author {
    font-size: 15px;
}

.article-list-text {
    font-size: 15px;
    line-height: 1.2;
}

.top-pad-xs {
    padding-top: 5px;
}

.top-pad-sm {
    padding-top: 10px;
}

.top-pad-md {
    padding-top: 15px;
}

.top-pad-lg {
    padding-top: 20px;
}

.top-pad-xl {
    padding-top: 25px;
}

.top-pad-xxl {
    padding-top: 30px;
}

.bottom-pad-xs {
    padding-bottom: 5px;
}

.bottom-pad-sm {
    padding-bottom: 10px;
}

.bottom-pad-md {
    padding-bottom: 15px;
}

.bottom-pad-lg {
    padding-bottom: 20px;
}

.bottom-pad-xl {
    padding-bottom: 25px;
}

.bottom-pad-xxl {
    padding-bottom: 30px;
}

.number-div {
    padding-top: 15px;
}

a:hover {
    color: #2e2e2e;
}

.grid-5ths {
    display: inline-block;
    vertical-align: top;
}

.grid-5ths-box {
    margin: auto;
}

.upper-case {
    text-transform: uppercase;
}

.image-grid-text {
    font-size: 16px;
    min-height: 50px;
}

.circle-image {
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
}

.contributor-image {
    width: 200px;
    margin: auto;
}

.contributor-name {
    font-size: 18px;
    line-height: 1.2;
}

.contributor-church {
    font-size: 14px;
}

.contributor-info {
    text-align: center;
    margin: auto;
    min-height: 200px;
    width: 95%;
}

.contributor-bio {
    font-size: 12px;
}

.quad-grid-div {
    margin: auto;
}

.quad-grid-text {
    margin: auto;
}

.quad-grid-title {
    text-align: center;
}

.quad-grid-author {
    text-align: center;
}

.quad-grid-img {
    margin: auto;
}

.default-button {
    color: #fff;
    background-color: #84B250;
    padding: 10px 15px;
    border-radius: 3%;
    white-space: nowrap;
    text-transform: uppercase;
}

.default-button-small {
    color: #fff;
    background-color: #84B250;
    padding: 5px 10px;
    border-radius: 3%;
}

    .default-button-small:hover {
        color: #2e2e2e;
        text-decoration: none !important;
    }

.default-button-thin {
    color: #fff;
    background-color: #84B250;
    padding: 5px 20px;
    border-radius: 3%;
}

    .default-button-thin:hover {
        text-decoration: none !important;
    }

.default-button:hover {
    color: #2e2e2e;
    text-decoration: none !important;
}

.default-button-preview {
    color: #fff;
    background-color: #84B250;
    padding: 5px 5px;
    font-size: 14px;
    border-radius: 3%;
}

    .default-button-preview:hover {
        text-decoration: none !important;
    }

.default-button-login {
    color: #fff;
    background-color: #84B250;
    padding: 3px 5px;
    font-size: 20px;
    border-radius: 3%;
}

    .default-button-login:hover {
        text-decoration: none !important;
    }

.contributors-letter {
    font-size: 26px;
}

.key-word-div {
    overflow: hidden;
    position: absolute !important;
    right: 0;
    z-index: 999;
    border: 1px #2e2e2e solid;
}

.key-word-div2 {
    overflow: hidden;
    position: absolute !important;
    z-index: 999;
}

.key-word-dropdown {
    background-color: #fff;
    border: 1px solid #000;
}

.key-word-label {
    float: right;
}

.form-input-pad {
    padding: 10px 10px;
}

.with-dropdown {
    position: relative;
}

.with-dropdown-content {
    position: absolute;
    display: none;
    background-color: #84B250;
    z-index: 1000;
}

.with-dropdown:hover .with-dropdown-content {
    display: block;
}

.with-dropdown-content div {
    white-space: nowrap;
    padding: 5px 10px;
}

    .with-dropdown-content div a:hover {
        text-decoration: none !important;
    }

button.accordion {
    background-color: #dedcdc;
    width: 100%;
}

div.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.csad {
    background-image: url("https://media.swncdn.com/sermonsearch/2013/csbg.jpg");
    list-style: none;
}

    .csad li::before {
        content: "•";
        color: #84B250;
        margin-left: -1em;
    }

.sermon-search-keyword {
    /*   min-height:50px; */
}

.btn-search-outer {
    font-size: large;
    padding-top: 3.5px;
    padding-bottom: 3.5px;
    padding-left: 18px;
    padding-right: 18px;
    color: #2e2e2e;
    letter-spacing: 1px;
    background-color: #fdc13a;
    z-index: 1000;
    margin-left: -17px;
}

    .btn-search-outer:hover {
        color: #2e2e2e;
    }

.btn-search-inner {
    font-size: 20px;
    padding: 5px 5px;
    color: #fff;
    background-color: #2e2e2e;
}

    .btn-search-inner:hover {
        color: #fff;
    }

.m-nav-item {
    font-size: 25px;
    padding: 5px 0px;
}

.m-nav-sub-item {
    font-size: 22px;
    margin-left: 30px;
    padding: 5px 0px;
}

.m-nav-item:hover {
    color: #84B250;
}

.m-nav-sub-item:hover {
    color: #84B250;
}

.si-hp {
    display: inline-block;
}

.si-side {
    display: inline-block;
}

.hr-2 {
    width: 90%;
}

.hr-3 {
    border-top: 2px solid black;
}

.hr-nm {
    margin: 0px !important;
}

.cartItemCount {
    position: relative;
    top: -15px;
    left: -28px;
    background-color: #cc4646;
}

.Validator {
    color: #cc4646;
}

.table {
    list-style: none;
}

.ft-contributor-div {
    max-width: 200px;
    min-height: 280px;
    margin: auto;
}

.ft-register-box {
}

.twitter-timeline p {
    color: #fff;
}

.media-image {
    margin: auto;
    padding: 0 !important;
    float: none;
}

.media-text {
    margin: auto;
    color: #fff;
    background-color: #84B250;
    min-height: 75px;
    text-align: center;
    float: none;
}

.landing-page-button {
    font-size: 40px;
}

.media-title {
    text-align: center;
}

.media-producer {
    text-align: center;
}

.item-image {
    margin: auto;
}

.media-text-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 85%;
}

.lp-button {
    background-color: #84B250;
    color: #fff;
    min-width: 100px;
    font-size: 18px;
    padding: 5px 5px;
    border-radius: 3%;
    white-space: nowrap;
}

.divider-text {
    background-color: #fff;
    padding: 0 10px;
}

.divider-div {
    border-bottom: 2px solid black;
    text-align: center;
}

.pagination > li > a {
    color: #84B250;
}

.pagination > .active > a {
    border-color: #84B250;
    color: #fff;
    background-color: #84B250;
}

.si-div {
    border-bottom: 2px solid black;
    text-align: center;
}

.si-text {
    background-color: #fff;
    padding: 0 10px;
}
