/** Sponsors, Homepage and Sponsors list article */
.com_empty .body, .itemid-369 .body {
    padding-top: 0;
}

.itemid-197 .blog-items .blog-item {
    display: block;
}

/* Hosting Sponsors 2018 */
.bloghsponsors .featured {
    border: 2px solid #1b63a2;
    background: #fff;
    border-radius: 0;
}
.bloghsponsors .badge {
    font-size: 1em;
    padding: 12px;
}
.bloghsponsors span.label {
    display: block;
}
.bloghsponsors span.label-success {
    background: #1b63a2;
    padding: 12px;
    font-size: 12px;
    margin-bottom: 16px;
}
.bloghsponsors .item .page-header {
    border-bottom: 0;
    margin-bottom: 0;
}
.bloghsponsors .pull-left.item-image img {
    max-width: 250px;
}
.bloghsponsors .featured img {
    margin:0 auto 24px auto;
    display: block;
}
.hsponsor-title {
    padding: 0 0 24px 0;
}
.hsponsor-title,
.bloghsponsors .item a {
    font-size: 1.2em;
    line-height: 1.2;
}
.bloghsponsors .item a {
    font-weight: 700;
    display: block;
    text-align: right;
}
.bloghsponsors .items-row {
    padding: 8px 0;
}

/*Homepage 2018*/
.who .col-md-6:last-child {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
}
.oursponsors img:hover {
    filter: none;
}
.oursponsors img {
    width: 80%;
    max-width: 100%;
}
.numbers-box a {
    color: #fff;
}
.numbers-box a:hover {
    color: #eee;
    text-decoration: none;
}

/*Partners page - anchors 2018*/
.anchors:target {
    margin-top: -85px;
    padding-top: 85px;
}

/* Homepage Redesign (first few items also cover the main sponsors page) */
.itemid-122 #content, .itemid-366 #content {
    display: none;
}
.itemid-122 .footer, .itemid-366 .footer {
    margin-top: 0;
}

/*error page display*/
.error.itemid-122 #content, .error.itemid-366 #content {
    display: inherit;
}

.event img,
.announcements img,
.effects img {
    box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 1);
    max-width: 100%;
    height: auto;
}

/*btn*/
.features .btn,
.whyjoomla .btn,
.feedshp .btn,
.showcase .btn,
.who .btn,
.oursponsors .btn, .joomlabirthday20 .btn {
    margin: 20px 0;
    --bs-btn-border-radius: 3.125rem;
    border-radius: var(--bs-btn-border-radius);
}
.showcase .btn {
    margin: 0;
}

/*hero*/
.moduletable.topbanner {
    background-image: url("header.jpg");
    background-repeat: no-repeat;
    background-position: center 70%;
    background-size: cover;
    background-color: #25304f;
}
.topbanner .container {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.hero-overlay {
    background-color: rgba(37, 48, 79, 0.3);
    background-image: -webkit-linear-gradient(bottom, #0d111c 28%, transparent 42%), -webkit-radial-gradient(center top circle, transparent 68%, #0d111c 83%);
    background-image: linear-gradient(to top, #0d111c 28%, transparent 42%), radial-gradient(circle at center top, transparent 68%, #0d111c 83%);
    background-repeat: no-repeat;
    margin-bottom: -24px;
}
.hero-heading {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    color: #fff;
    margin: 0 auto 80px;
    max-width: 800px;
    text-shadow: 1px 1px 1px #192136;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.38462;
}
.hero-heading h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 53px;
    font-weight: normal;
    line-height: 1.13208;
}
.hero-teaser article {
    background: var(--bs-body-bg);
    border-radius: 2px;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    padding-top: 30px;
}
.hero-teaser .hero-teaser-title {
    margin: 1.75rem 0;
}
.hero-teaser .hero-teaser-body {
    min-height: 80px;
    padding: 0 25px 0;
    font-size: 14px;
}
.hero-teaser footer {
    font-size: 20px;
}
.hero-teaser footer a {
    background: #5091cd;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #000;
    display: block;
    padding: 20px 30px;
    text-decoration: none;
}
.hero-teaser > div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform .3s ease;
}
.hero-teaser > div:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: transform .3s ease;
}
.hero-teaser > div:hover article {
    box-shadow: 0 0 30px #0d111c;
}
.hero-teaser > div:first-child footer a {
    background: #89c764;
}
.hero-teaser > div:last-child footer a {
    background: #f27042;
}
.hero-teaser > div:first-child .icon-circled,
.icon-circled-additional-secondary-olive {
    background: #89c764;
    color: #fff;
}
.hero-teaser .icon-circled,
.icon-circled-primary {
    background: #5091cd none repeat scroll 0 0;
    color: #fff;
}
.hero-teaser > div:last-child .icon-circled,
.icon-circled-secondary-orange {
    background: #f27042;
    color: #fff;
}
.fadeInUp,
.hero-heading {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}
.icon-circled-sm {
    font-size: 23px;
    height: 45px;
    line-height: 45px;
    width: 45px;
}
.topbanner .icon-circled-sm .svg-icon {
    height: 24px;
    margin: -2px 1px 0 0;
    width: 24px;
    line-height: 24px;
}
.icon-circled .svg-icon {
    height: 50px;
    margin: -8px 2px 0 0;
    width: 50px;
    line-height: 50px;
}
.svg-icon {
    display: inline-block;
    fill: currentcolor;
    vertical-align: middle;
    text-shadow: none;
}

/*Announcements*/
.moduletable.announcements {
    padding: 30px 0;
    background: #1b63a2;
    color: #fff;
}
.moduletable.announcements h3 a {
    color: #eee;
}
.announcements img {
    padding-top: 15px;
}
.newsflash-item:not(:last-child) {
    margin-bottom: 10px;
}
.newsflash-item .readmore {
    margin-top: 10px;
}

/*Why Joomla*/
.moduletable.whyjoomla {
    padding: 30px 0;
}
.whyjoomla .col-md-6:first-child {
    position: relative;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
}

/*Features*/
.features h2,
.why h2 {
    margin-bottom: 50px;
    font-size: 30px;
}
.features h2 {
    color: #fff;
}
.feature {
    padding: 15px 0;
    text-shadow: 1px 1px 1px #0d111c;
}
.feature .icon-circled {
    margin-bottom: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.feature .icon-circled img:hover {
    box-shadow: 0 0 30px #0d111c;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.feature .icon-circled:hover {
    box-shadow: 0 0 30px #0d111c;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.moduletable.features {
    background: #25304f;
    padding: 30px 0;
}
.icon-circled-lg {
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    width: 100px;
}
.icon-circled {
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}
.features .feature {
    padding: 15px 0;
    text-shadow: 1px 1px 1px #0d111c;
    color: #fff;
    font-size: 14px;
}
.icon-circled-secondary-yellow {
    background: #fec34d;
}
.icon-circled-additional-secondary-green {
    background: #50af8c;
}
.icon-circled-additional-secondary-scarlet {
    background: #ee5256;
}
.icon-circled-secondary-blue {
    background: #75bee9;
}
.icon-circled-additional-secondary-red {
    background: #e97575;
}
.icon-circled-additional-secondary-purple {
    background: #8564c7;
}
.icon-circled-additional-secondary-orange {
    background: #f27042;
}
.svg-icon {
    display: inline-block;
    fill: currentcolor;
    vertical-align: middle;
}

/*News - events*/
.moduletable.feedshp {
    background: #ececec;
    --bs-heading-color: #333;
    color: #333;
    /* Old browsers */

    background: -moz-linear-gradient(left, #ececec 0%, #ececec 50%, #ffffff 51%, #ffffff 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, #ececec 0%, #ececec 50%, #ffffff 51%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, #ececec 0%, #ececec 50%, #ffffff 51%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}
.moduletable.feedshp .events {
    background: #fff;
}
.moduletable.feedshp .event {
    margin-left: 20px;
    padding: 0 20px 20px 20px;
}
.feedshp .news,
.feedshp .events {
    padding-top: 50px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.moduletable.feedshp .contribute {
    border-top: 1px dotted #ddd;
    margin-left: 20px;
    padding: 20px 20px 0 20px;
}
.feedshp .news h3 {
    border-bottom: 1px dotted #bbb;
    padding-bottom: 5px;
}
.feedshp .news h4 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
}
.feedshp .news .moduletable:not(:last-child) {
    margin-bottom: 10px;
}
.feedshp .news .feed-item:not(:last-child) {
    margin-bottom: 10px;
}

/*Numbers*/
.numbers .numbers-box {
    background: #5091cd;
    color: #fff;
    height: 265px;
    position: relative;
}
.numbers .numbers-img,
.numbers .numbers-overlay {
    height: 100%;
    width: 100%;
}
.info .announcements .announcement-title a,
.info .events a,
.info h2,
.who-is-using h2 {
    color: #433e42;
}
.numbers .numbers-text {
    bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    left: 20px;
    line-height: 24px;
    position: absolute;
    text-transform: uppercase;
}
.numbers .number {
    font-size: 4rem;
    display: block;
}
.numbers .number sup {
    font-size: 1.75rem;
    left: -0.3em;
    top: -0.8em;
}
.numbers .numbers-img {
    background-size: cover;
}
.numbers .extensions .numbers-text,
.numbers .installations .numbers-text,
.numbers .support .numbers-text {
    right: 20px;
    left: auto;
}
/*.numbers .extensions .number,
.numbers .support .number {
    margin-right: -25px;
}*/
.numbers .installations {
    background: #f27042;
}
.numbers .installations .numbers-overlay {
    background-color: rgba(242, 112, 66, 0.55);
}
.numbers .installations .numbers-img {
    background: url("installations-bg.jpg") no-repeat scroll center center;
}
.numbers .extensions {
    background: #5091cd;
}
.numbers .extensions .numbers-overlay {
    background-color: rgba(80, 145, 205, 0.55);
}
.numbers .extensions .numbers-img {
    background: url("extensions-bg.jpg") no-repeat scroll center center;
}
.numbers .support {
    background: #50af8c;
}
.numbers .support .numbers-overlay {
    background-color: rgba(80, 175, 140, 0.55);
}
.numbers .support .numbers-img {
    background: url("support-bg.jpg") no-repeat scroll center center;
}
.numbers .volunteers {
    background: #13294a;
}
.numbers .volunteers .numbers-overlay {
    background-color: rgba(137, 199, 100, 0.55);
}
.numbers .volunteers .numbers-img {
    background: url("volunteers-bg.jpg") no-repeat scroll center center;
}
.numbers .development {
    background: #8564c7;
}
.numbers .development .numbers-overlay {
    background-color: rgba(133, 100, 199, 0.55);
}
.numbers .development .numbers-img {
    background: url("development-bg.jpg") no-repeat scroll center center;
}
.numbers .languages {
    background: #e97575;
}
.numbers .languages .numbers-overlay {
    background-color: rgba(233, 117, 117, 0.55);
}
.numbers .languages .numbers-img {
    background: url("languages-bg.jpg") no-repeat scroll center center;
}

/*Showcase*/
.moduletable.showcase {
    background: #1b63a2;
    padding: 1.25rem 0;
    color: #fff;
}
.moduletable.who,
.moduletable.oursponsors {
    padding-top: 50px;
    padding-bottom: 30px;
}
.effects figure {
    margin: 40px;
}

/*Newsletter HP*/
.newsletter {
    margin-top: 15px;
}
.newsletter input#user_name,
.newsletter input#user_email {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px dotted #aaa;
    box-shadow: none;
    margin-right: 40px;
    border-radius: 0;
    padding-top: 20px;
}

/*Acymailing*/
.acyreceive input {
    float: left;
    margin-right: 5px;
}
.acy input {
    width: 90%;
}
.acyconsent input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

/*Well*/
.well {
    border-radius: 0;
    box-shadow: none;
}

/*Benefits Features 2018*/
.itemid-195 .accordion-group {
    border-radius: 0;
}
.itemid-195 .accordion-group h4 {
    margin: 0;
    padding: 12px 0;
}
.itemid-195 .accordion-group h4:hover {
    background: #eee;
}
.itemid-195 .accordion-group h4 a:hover,
.itemid-195 .accordion-group h4 a:focus {
    text-decoration: none;
}

/* Custom CSS */

/* Testing - active menu item fixes */
ul.nav.menu.nav-stacked.nav-tabs .current a {
    font-weight: bold;
}
aside .nav .nav-child {
    border-left: 1px solid #ddd;
    padding: 5px 0 5px 30px;
    border-right: 1px solid #ddd;
    font-size: 13px;
}

/* ===[ Video embedding ]=== */
.video-container {
    position: relative;
    padding-bottom: 1%;
    overflow: hidden;
    margin-top: 15px;
}

.video-container iframe {
    max-width: 100%;
}

/* padding the video to center it vertically */
.moduletable.announcements .col-md-6.video-container {
    padding: 0 15px;
    text-align: center;
}

/*Sandra*/

/*main menu*/
img.member {
    filter: url("d3326f05884af5d6c132e10f9137d72f00996b17.svg");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*img*/
img.pull-right {
    margin: 2px 0 5px 5px;
}
img.pull-left {
    margin: 2px 5px 5px 0;
}

/*news*/
.blog .img_caption {
    width: auto!important;
}
dt.article-info-term {
    display: none;
}
dd.category-name,
dd.create,
dd.modified {
    margin-left: 0;
}
.blog img {
    margin-bottom: 10px;
}
.contact {
    padding-top: 1em;
}

/*media contact*/
.contact h3 {
    display: none;
}
.contact h1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/*breadcrumb*/
.breadcrumb {
    background-color: transparent;
    padding: 8px 15px 8px 0;
}
.breadcrumb > li > .divider {
    padding: 0 5px 0 0;
}

/***SPONSOR***/
.itemid-366 .features {
    margin: 40px -20px;
}
.itemid-366 .why h2,
.itemid-366 .where h2,
.itemid-366 .pack h2 {
    font-size: 26px;
    border-bottom: 1px dotted #bbb;
    padding-bottom: 10px;
    text-align: center;
}
.itemid-514 .rsform-checkbox {
    margin-right: 1rem;
}
.topbanner.sponsor-home {
    background-image: url("sponsorbackground.jpg");
    background-repeat: no-repeat;
    background-position: 70% 100%;
    background-size: cover;
    text-align: center;
    height: 386px;
    margin: -10px -20px 0;
}
.sponsor-home .intro {
    padding: 80px 0 0 0;
    text-align: center;
}
.sponsor-home .intro h1 {
    color: #ffffff;
    font-size: 4em;
    line-height: 0.9em;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px #000000;
    text-transform: uppercase;
}
.sponsor-home .intro h2 {
    color: white;
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 50px;
    margin-top: 20px;
    text-shadow: 0 2px 4px #000000;
    padding: 0;
}
.heart {
    margin-bottom: -3em;
    margin-top: -5em;
}

/*buttons*/
.btnbluesponsor,
.btntranssponsor,
.btngreensponsor {
    border-radius: 5px;
    color: #ffffff;
    font-size: 22px;
    margin: 10px;
    padding: 15px 50px;
    text-decoration: none;
    display: inline-block;
}
.btnbluesponsor {
    background: #1b63a2;
}
.btntranssponsor {
    border: 1px solid #5091cd;
}
.btngreensponsor {
    background: #198754;
}
.btnbluesponsor:hover,
.btntranssponsor:hover {
    background: #0b5ed7;
    text-decoration: none;
}
.btngreensponsor:hover {
    background-color: #157347;
}
.where ul li {
    list-style-type: none;
    font-size: 1rem;
    line-height: 30px;
}
.where .icon-checkmark {
    padding-right: 10px;
}
.why,
.where {
    margin-bottom: 50px;
}
.where {
    background: #242f4e;
    color: #fff;
    padding: 40px 0;
}
.where .left {
    padding-left: 16.6667%
}

/*package*/
.pack h4 {
    border-radius: calc(var(--pack-border-radius) - var(--pack-border-width));
    color: #fff;
    font-size: 1.75em;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
}
.pack .platinum h4 {
    background: #686868;
}
.pack .gold h4 {
    background: #b78840;
}
.pack .silver h4 {
    background: #a4a4a4;
    color: #000;
}
.pack .bronze h4 {
    background: #996633;
}
.pack .community h4 {
    border-bottom: 1px solid var(--bs-secondary);
    color: inherit;
}
.pack .col-md-4 .pack-item,
.pack .col-md-3 .pack-item {
    --pack-border-width: 1px;
    --pack-border-radius: 5px;
    border: var(--pack-border-width) solid var(--bs-secondary);
    border-radius: var(--pack-border-radius);
    padding-bottom: 20px;
    height: 100%;
}
.pack .col-md-3 {
    margin-bottom: 10px;
}
.pack h3 {
    font-size: 1.75em;
    font-weight: 300;
    margin: 50px 0 30px;
    text-transform: uppercase;
    text-align: center;
}
.pack p {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
}

/*disclaimer*/
.disclaimer {
    border-top: 1px solid #5091cd;
    font-size: 0.75rem;
    font-style: italic;
    margin: 75px 0 0;
    padding: 40px 10%;
}

/*start application*/
.help {
    background-image: url("sponsorbackground.jpg");
    background-repeat: no-repeat;
    background-position: 70% 100%;
    background-size: cover;
    color: #fff;
    text-align: center;
    margin: 0 -20px;
}
.help .sponsor-text,
.help-article .sponsor-text {
    padding: 100px 0 120px;
}
.help h3,
.help-article h3 {
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*sponsor application*/
.sponsor-process h3 {
    background: url("hex.png") no-repeat center center;
    padding: 55px 50px;
    margin: 30px 0;
    font-size: 2.35em;
}
.sponsor-process p {
    max-width: 85%;
    margin: 0 auto 10px;
}
.sponsor-process .col-md-3 h3:after {
    content: '>';
    display: inline-block;
    position: absolute;
    padding-left: 10%;
}
.sponsor-process .col-md-3:last-child h3:after {
    content: '';
}

/*currentsponsor page*/
h2.global {
    background: url("global.png") no-repeat center center;
}
h2.community {
    background: url("community.png") no-repeat center center;
    margin-bottom: 60px;
}
h2.community,
h2.global {
    padding-top: 100px;
    text-align: center;
}
.global-sponsor {
    border: 1px solid #5091cd;
    margin: 3.75rem 0;
    padding: 1.25rem;
    font-size: 1.1rem;
}
.global-sponsor ul li {
    font-size: 1rem;
    line-height: 30px;
}
.global-sponsor .btn {
    margin-left: 1.25rem;
}

/*sponsor submenu*/
.submenu {
    background-color: #1b63a2;
    margin: 0 -20px 40px;
}
.submenu ul {
    margin-left: 2.5rem;
}
.submenu ul li {
    line-height: 3rem;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.submenu ul li a {
    --bs-nav-link-color: #fff;
    --bs-nav-link-hover-color: #fff;
    --bs-nav-link-padding-x: 0.625rem;
    --bs-nav-link-padding-y: 0;
}
.submenu ul li a:focus,
.submenu ul li a:hover,
.submenu ul li.active {
    background-color: #5091cd;
}
.submenu ul li a:focus,
.submenu ul li a:hover,
.submenu ul li.active a {
    color: #000;
}

/*end of anchor menu*/

/*sponsor rsform*/
.sponsor-application .rsform-block {
    margin: 15px 0;
}
.sponsor-application h2 {
    border-bottom: 1px solid #5091cd;
    margin: 2rem auto;
    padding: 1rem 0;
    text-transform: uppercase;
}
.sponsor-application {
    width: 60%;
    margin: 0 auto;
}
.form2LinesLayout .formField label {
    float: left;
    text-align: left;
    width: 30%;
}
.com_rsform .formError, .com_rsform .formRed {
    color: var(--bs-danger);
}
.com_rsform .rsform-block-hcaptcha .formBody {
    float: none;
}
.sponsor-application input[type="text"],
.sponsor-application select {
    width: 60%;
}
.form2LinesLayout .rsform-block-message label {
    width: auto;
}
.sponsor-application .rsform-block.rsform-block-package {
    margin-bottom: 1.5rem;
}
/*consent - ensures the label width is good but error is wrapped onto a new line */
.form2LinesLayout .formField.rsform-block-requestconsent label {
    width:auto;
}
.form2LinesLayout .formField.rsform-block-requestconsent .form-check-inline {
    width: 100%;
}
/***END OF SPONSOR***/

/*RESPONSIVE*/

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    /*sponsor*/
    .pack .col-md-4 {
        min-height: 290px;
    }
    /*HP 2018*/
    .who .col-md-6:last-child {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }
}

/* Tablets */
@media only screen and (max-width: 979px) {
    .sitelock {
        text-align: center;
    }
    .sitelock .pull-right {
        float: none;
        margin: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    /*sponsor*/
    .submenu ul li {
        text-transform: none;
    }
    .sponsor-application {
        width: 80%;
    }
    .pack .col-md-4 {
        min-height: 320px;
    }
    .where .left {
        padding-left: 0;
    }
    /*homepage 2017*/
    .hero-teaser footer a {
        padding: 20px 10px;
    }
    .hero-teaser .hero-teaser-title {
        font-size: 22px;
    }
    .hero-teaser .hero-teaser-body {
        min-height: 95px;
    }
    .whyjoomla .col-md-6:first-child {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    .numbers .numbers-text {
        font-size: 14px;
        line-height: 20px;
    }
    .numbers .number {
        font-size: 40px;
    }
    .numbers .numbers-box {
        height: 180px;
    }
    .numbers .extensions .numbers-text,
    .numbers .installations .numbers-text,
    .numbers .support .numbers-text {
        right: 15px;
    }
    .numbers .numbers-text {
        left: 15px;
    }
    /*HP 2018*/
    .who .col-md-6:last-child {
        -webkit-transform: translateY(7%);
        transform: translateY(7%);
    }
}

@media only screen and (max-width: 767px) {
    /*sponsor*/
    .btnbluesponsor,
    .btntranssponsor,
    .btngreensponsor {
        padding: 15px;
    }
    .pack .col-md-4 {
        margin: 10px 0;
        min-height: auto;
    }
    .where {
        padding: 10px 0;
    }
    .where .left {
        padding-left: 0;
    }
    .where ul li {
        font-size: 0.75rem;
        line-height: auto;
    }
    .where ul {
        margin: 0;
    }
    .sponsor-process .col-md-3 h3::after {
        display: none;
    }
    /*Homepage 2017*/
    .hero-heading h2 {
        font-size: 43px;
    }
    .hero-teaser .hero-teaser-body {
        min-height: auto;
    }
    .hero-teaser .hero-teaser-title {
        margin: 18px 0;
    }
    .whyjoomla .col-md-6:first-child {
        -webkit-transform: none;
        transform: none;
    }
    .video-container {
        text-align: center;
    }
    .moduletable.feedshp {
        background: #fff;
    }
    .moduletable.feedshp .contribute,
    .moduletable.feedshp .event {
        margin: 0;
        padding: 10px 0;
    }
    .feedshp .events {
        padding-top: 20px;
    }
    .hero-teaser article {
        padding-top: 0;
    }
    .numbers .extensions .numbers-text,
    .numbers .installations .numbers-text,
    .numbers .support .numbers-text {
        right: 0;
        left: 20px;
    }
    .numbers .numbers-box {
        height: 220px;
    }
    .showcase .text-right {
        text-align: center;
        margin-top: 10px;
    }
    .moduletable.showcase {
        text-align: center;
    }
    .newsletter input#user_name,
    .newsletter input#user_email {
        margin-right: 20px;
    }
    .pack .col-md-3 {
        min-height: 200px;
    }
    /*HP 2018*/
    .who .col-md-6:last-child {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    .oursponsors img {
        max-width: 200px;
    }
}

/* Smartphones to Tablets */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .btn-toolbar.pull-right {
        float: none;
    }
    /*sponsor*/
    .sponsor-application {
        width: 100%;
    }
    .form2LinesLayout .formField label {
        font-size: 100%;
        width: 25%;
    }
    .form2LinesLayout .rsform-block-message label {
        width: auto;
    }
    .sponsor-application textarea {
        width: 90%;
    }
    .sponsor-home .intro {
        padding: 55px 0 0 0;
    }
    .heart {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    /*sponsor*/
    .topbanner.sponsor-home {
        display: none;
    }
    .submenu {
        margin: 0 calc(-1 * var(--bs-gutter-x)) 40px;
    }
    .submenu ul {
        margin: 0 var(--bs-gutter-x);
    }
    .submenu ul li {
        line-height: 2.25rem;
        text-transform: none;
    }
    .sponsor-application input[type="text"],
    .sponsor-application select,
    #package,
    .sponsor-application textarea {
        width: 90%;
        margin: 0;
    }
    .sponsor-application {
        width: 100%;
    }
    .form2LinesLayout .formField label {
        float: none;
        width: 100%;
    }
    .sponsor-application .btngreensponsor {
        font-size: 14px;
        font-weight: bold;
        padding: 15px 7px;
    }
    /*homepage2017*/
    .hero-heading p {
        display: none;
    }
    .hero-heading h2 {
        font-size: 33px;
    }
    .topbanner .container {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .hero-heading {
        margin-bottom: 40px
    }
    .hero-teaser footer a {
        padding: 20px 10px;
    }
    .hero-heading h2 {
        font-size: 28px;
    }
    .who p {
        width: auto;
    }
    /** Hide download and launch buttons on homepage */
    .itemid-122 .header .col-md-5 {
        display: none;
    }
}

/* Smartphones pm */
@media only screen and (max-width: 320px) {
    img.pull-right,
    img.pull-left {
        float: none;
        margin: 5px;
    }
    .feedshp img.pull-left {
        float: left;
    }
    .table th,
    .table td {
        padding: 4px;
    }
    /*Homepage 2017*/
    .numbers .number {
        font-size: 45px;
    }
    .numbers .numbers-text {
        font-size: 15px;
    }
}

.header .page-title a {
  font-family: Source Sans Pro
}

/*Joomla 20 Years Banner CSS*/

.moduletable.topbanner.joomlabirthday20 {
    background-image: url("20YearsJoomla_site-hero-banner_2.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #25304f;
}

@media only screen and (min-width: 1920px) {
  .moduletable.topbanner.joomlabirthday20 {
    background-position: center 40%;
  }
}

.joomlabirthday20 .hero-heading {
  padding-top: 300px;
  margin-bottom: 0;
}

.joomlabirthday20 .container {
  padding-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
}

