/*
Theme Name: Allies for AG - Child
Theme URI: https://devdmbootstrap.com
Author: Danny Machal
Author URI: https://devdm.com/
Template: alliesforag
Description: A no frills theme for Developers using Twitter Bootstrap 4.
Version: 1.81
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: devdmbootstrap4
GitHub Theme URI: https://github.com/dannymachal/devdmbootstrap4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The default Bootstrap 4 CSS and JS files are enqueued inside the functions.php file with the handles devdmbootstrap4-css and devdmbootstrap4-js
*/

.gallery-caption {}

.bypostauthor {}

.rowFluid {
    margin-left: 0px;
    margin-right: 0px;
}
html {
    margin-top: 0px !important;
    scroll-behavior: smooth;
}

html :where(img) {
    height: auto;
    max-width: 100%;
}

body {
    background-size: cover;
    background-position: top right;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
	overflow-x: hidden;
}

/* .navbar-expand-lg .navbar-nav {
    display: block;
    float: right;
} */

.bg-primary {
    background-color: #c2bdb7 !important;
    height: 85px;
}

.navbar {
/* height: 140px; */
z-index: 1050;
padding: .5rem 30px;
}
.navbar-toggler {
    padding: 0px;
    font-size: 2em;
    color: #8c432b !important;
}

[aria-expanded=true] .fa.fa-bars {
    display: none !important;
    transition-property: display;
    transition-duration: 0s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
}

[aria-expanded=false] .fa.fa-bars {
    display: block !important;
}

[aria-expanded=true] .fa.fa-times {
    display: block !important;
    transition-property: display;
    transition-duration: 0s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
}

[aria-expanded=false] .fa.fa-times {
    display: none !important;
}

.navbar-collapse {
  background-color: #6f625a;
  margin-left: 80%;
  padding: 40px;
  margin-right: -15px;
  top: 85px;
  position: absolute;
  right: 0px;
  transition: height 100ms ease-out;
  height: 0px;
  /* transform: translate(0px, -150px); */
}

.navbar-collapse.show {
    background-color: #6f625a;
    margin-left: 80%;
    padding: 40px;
    /* top: 125px; */
    position: absolute;
    right: 0px;
    transition: height 100ms ease-out;
    height: auto;
    /* transform: translate(0px, 0px); */
}

/* .navbar-collapse.collapse.show {
    background-color: #6f625a;
    margin-left: 80%;
    padding: 40px;
    margin-right: -15px;
    top: 125px;
    position: absolute;
    right: 0px;
    transition-property: background-color;
    transition-duration: 0s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
}

.navbar-collapse.collapse {
    background-color: transparent;
    margin-left: 80%;
    padding: 40px;
    margin-right: -15px;
    top: 125px;
    position: absolute;
    right: 0px;
    transition-property: background-color;
    transition-duration: 0s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
} */

.collapse:not(.show) {
    /* transition-property: display; */
    /* transition-duration: 1s; */
    /* transition-delay: 2s; */
}

.navPadding {
    padding: 40px 0px;
}

a.nav-link {
    text-align: right;
    float: right;
    font-weight: 600;
    font-size: 1.5em;
    color: #ffffff !important;
    text-transform: uppercase;
    background-color: transparent;
}

a.nav-link:hover {
    text-align: right;
    float: right;
    font-weight: 600;
    font-size: 1.5em;
    color: #d87f3c !important;
    text-transform: uppercase;
    background-color: transparent;
}

/* a.nav-link {
    text-align: right;
    float: right;
    font-weight: 600;
    font-size: 1.5em;
    color: #000000;
    text-transform: uppercase;
}

a.nav-link:hover {
    float: right;
    font-weight: 600;
    font-size: 1.5em;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #000000;
} */

.heroSection {
    background-size: cover;
    /*background-position: bottom center;*/
    background-position: top center;	
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*height: 750px;*/
	height: 100vh;	
    width: 100vw;
    overflow: hidden;
    padding-top: 85px;
}

.heroNominate {
    background-size: cover;
    background-position: top center;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 85px;
    height: 750px;
    width: 100vw;
}


.heroConfirm {
    background-size: cover;
    background-position: top center;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 85px;
    height: 750px;
    width: 100vw;
}


img#watermark {
    font-family: noto-sans, sans-serif;
    font-weight: 300;
    width: 30%;
    position: absolute;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    bottom: -150px;
    right: 0;
}

/* .colorOverlay {

} */

/* .heroOverlay {
    height: 100%;
    width: 100%;
} */

.heroText {
    /* text-align: left;
    max-width: 50%;
    margin: 200px 0px 100px 0px;
    padding: 30px;
    min-height: 300px; */
    text-align: left;
    max-width: 50%;
    /* margin: 200px 0px 100px 0px; */
    padding: 30px;
    position: absolute;
    min-height: 300px;
    bottom: 0px;
}

.heroText h1 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    font-size: 3em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.heroText p {
    font-family: noto-sans, sans-serif;
    font-weight: 300;
    font-size: 1.55em;
    margin-bottom: 0px;
    /* max-width: 50%; */
}

.hideMobile {
    display: block;
}

.showMobile {
    display: none;
}

.nominateText {
    /* text-align: left;
    max-width: 50%;
    margin: 200px 0px 100px 0px;
    padding: 30px;
    min-height: 300px; */
    text-align: left;
    max-width: 50%;
    /* margin: 200px 0px 100px 0px; */
    padding: 30px;
    position: absolute;
    min-height: 300px;
    bottom: 0px;
}

.nominateText h1 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    font-size: 3em;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.thanksText {
    /* text-align: left;
    max-width: 50%;
    margin: 200px 0px 100px 0px;
    padding: 30px; */
    text-align: left;
    max-width: 50%;
    /* margin: 200px 0px 100px 0px; */
    padding: 30px;
    position: absolute;
    min-height: 300px;
    bottom: 0px;
}

.thanksText h1 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    font-size: 3em;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.aboutCallout {
    background-color: #ffffff;
    padding: 60px 0px;
}

.aboutText h1 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
}

.aboutText h2 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    color: #212529;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.0em;
    margin-bottom: 20px;
/*     text-transform: uppercase; */
    text-align: center;
}

.aboutText p {
    font-family: noto-sans, sans-serif; 
    color: #212529;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5em;
}

.alliesText p {
    font-family: noto-sans, sans-serif; 
    color: #212529;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center;
}

/* 
a.accordion-toggle {
    font-family: noto-sans, sans-serif; 
    color: #6f625a;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

a.accordion-toggle > .svgClose {
    display: none;
}

a.accordion-toggle.collapsed > .svgClose {
    display: inline-block;
}

a.accordion-toggle > .svgPlus {
    display: inline-block;
}

a.accordion-toggle.collapsed > .svgPlus {
    display: none;
} */

button.accordion-toggle {
    font-family: noto-sans, sans-serif !important;
    color: #212529 !important;
    font-size: 2.5em !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background-color: transparent !important;
    border: 0px !important;
}

button.accordion-toggle:hover {
    cursor: pointer !important;
}

button.accordion-toggle:focus {
    outline: 0px !important;
}

button.accordion-toggle:focus-visible {
    outline: 0px !important;
}

button.accordion-toggle > .svgClose {
    display: none !important;
}

button.accordion-toggle.collapsed > .svgClose {
    display: inline-block !important;
}

button.accordion-toggle > .svgPlus {
    display: inline-block !important;
}

button.accordion-toggle.collapsed > .svgPlus {
    display: none !important;
}

.gform_wrapper.gravity-theme .gf_step {
    display: inline-grid !important;
}

.svgPlus {
    /* display: inline-block; */
    font-size: .5em;
    line-height: .5em;
    padding: 5px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: #212529;
    color: #ffffff;
}

.svgClose {
    /* display: inline-block; */
    font-size: .5em;
    line-height: .5em;
    padding: 5px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: #212529;
    color: #ffffff;
}

.rotateIcon {
    transform: rotate(-180deg);
}

.accordion {
    background-color: #ffffff;
    padding: 60px 0px;
}

.accordion-button::after {
	background-image: url("https://hackthestuff.com/assets/images/logo.png");
}
.accordion-button:not(.collapsed)::after {
	background-image: url("https://b.stripecdn.com/docs/assets/6bf407479706b31fa82c548be63edc52.png");
}

.accordion p {
    font-family: noto-sans, sans-serif; 
    color: #212529;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;

    text-align: left !important;
    font-size: 1em;
}

.accordion-heading {
    padding: 20px 0;
}

.accordion-inner {
        font-family: noto-sans, sans-serif; 
    color: #212529;
    margin-bottom: 60px;
    text-align: left;
}

.alliesCallout {
    background-color: #d7d1cb;
    padding: 60px 0px;
}

.alliesText {
    color: #212529
}

.alliesText h2 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    color: #212529;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.0em;
    margin-bottom: 20px;
/*     text-transform: uppercase; */
    text-align: center;
}

.alliesText h3 {
    font-family: noto-sans, sans-serif;
    font-weight: 300;
    color:#212529;
    font-size: 1.25em;
    padding: 15px 0px 30px 0px;
    text-transform: uppercase;
}

.processCallout {
    background-color: #ffffff;
    padding: 60px 0px;
}

.processCallout h2 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    color: #212529;
    font-size: 2.0em;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
/*     text-color: #000000; */
/*     text-transform: uppercase; */
    text-align: center;
}

.processIcons {
    padding: 40px 0px;
}

.processIcons img {
    width: auto;
    max-height: 150px;
    padding-bottom: 40px;
    padding-top: 0px;
}

.processIcons p {
    max-width: 60%;
    font-size: 1.15em;
    margin-left: auto;
    margin-right: auto;
}


.judgesCallout {
    background-color: #d7d1cb;
    padding: 60px 0px;
}

.judgesCallout h2 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    color: #212529;
    font-size: 2.0em;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    /* text-color: #000000; */
/*     text-transform: uppercase; */
    text-align: center;
}

.judgesLogos {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
}

.judgesCallout img {
    max-width: 60%;
    padding-bottom: 25px;
    padding-top: 25px;
    /* margin-left: auto;
    margin-right: auto; */
}

.winnerCallout {
    background-color: #d7d1cb;
    padding: 0px 0px;
    border-top: 20px solid #ffffff;
}

.winnerCallout h2 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    color: #212529;
    font-size: 2.0em;
    margin-bottom: 50px;
    /* text-color: #000000; */
    text-transform: uppercase;
    text-align: left;
}

.winnerCallout h3 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    color: #212529;
    font-size: 1.25em;
    margin-bottom: 25px;
    /* text-color: #000000; */
    text-transform: uppercase;
    text-align: left;
}

.winnerCallout p {
    font-family: noto-sans, sans-serif; 
    color: #212529;
    font-size: 1.5em;
    /* max-width: 80%; */
}

.nominateCTACallout {
    background-color: #ffffff;
    padding: 60px 0px;
}

.nominateCTACallout h2 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    color: #212529;
    font-size: 2.0em;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    /* text-color: #000000; */
    text-transform: uppercase;
    text-align: center;
}

.gf_page_steps {
    border: none !important;
    margin-bottom: 50px !important;
}

.gf_step {
    width: 33% !important;
    margin: 0 !important;
    text-align: center;
}

.gf_step_active .gf_step_number {
    background: #d87f3c !important;
}

.gf_step_number {
    color: #ffffff !important;
    background: #6f625a !important;
    border-radius: 0 !important;
    font-size: 1.5em !important;
    font-weight: 600;
    line-height: 1.5em !important;
    padding: 10px !important;
    height: 60px !important;
    width: 60px !important;
    margin: 0 auto !important;
    z-index: 1020 !important;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
    color: #ffffff !important;
    background: #6f625a !important;
    border-radius: 0 !important;
    font-size: 1.5em !important;
    font-weight: 600;
    line-height: 1.5em !important;
    padding: 10px !important;
    height: 60px !important;
    width: 60px !important;
    z-index: 1020 !important;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after {
    color: #ffffff !important;
    background: #6f625a !important;
    border-radius: 0 !important;
    font-size: 1.5em !important;
    font-weight: 600;
    line-height: 1.5em !important;
    padding: 10px !important;
    height: 60px !important;
    width: 60px !important;
    z-index: 1020 !important;
}

.stepLine {
    width: 66%;
    background: #6f625a;
    height: 3px;
    margin: 0 16%;
    position: absolute;
    top: 50px;
    z-index: 0;
}

.gf_step_label {
    font-family: noto-sans, sans-serif; 
    color: #212529 !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0px !important;
}


#label_2_11_1 {
    padding-left: 10px;
}

#label_2_12_1 {
    padding-left: 10px;
}

#label_2_13_1 {
    padding-left: 10px;
}


.exploreCallout {
    background-color: #ffffff;
    padding: 60px 0px;
}

.exploreText h2 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    color: #212529;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.0em;
    margin-bottom: 20px;
/*     text-transform: uppercase; */
    text-align: center;
}

.exploreText p {
    font-family: noto-sans, sans-serif; 
    color: #212529;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px;
}

div.exploreBlock {
    padding: 0px 100px;
}

.btn-primary {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    font-size: 1.25rem;
    background-color: #d87f3c;
    padding: 10px 30px;
    border-color: #d87f3c;
    border-radius: 0px;
    text-transform: uppercase;
    min-width: 20%;
    border-right: 2px solid #6f625a;
    border-bottom: 2px solid #6f625a;
}


.btn-primary:hover {
    font-size: 1.25rem;
    background-color: #6f625a;
    padding: 10px 30px;
    border-color: #6f625a;
    border-radius: 0px;
    text-transform: uppercase;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px
}

.slick-slide img {
    width: 100%;
    border: 0px solid #fff
}

.footerStyles {
    background-color: #f1efed;
    padding: 60px 0px;
}

.footerStyles img {
    max-width: 60%;
    padding-bottom: 15px;
    padding-top: 0px;
    /* margin-left: auto;
    margin-right: auto; */
}

#footerMenu {
    list-style-type: none;
    padding-left: 0px;
    text-align: left;
}

a.footerList {
    font-family: noto-sans, sans-serif; 
    font-weight: 300;
    color: #212529;
    font-size: 1.25em;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

/* a.footerList:nth-of-type(odd) {
    border-bottom: 1px solid #d87f3c;
} */


a.footerList:hover {
    color: #d87f3c;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.logosFooter {
    padding: 20px 100px;
}

.navigateFooter {
    padding: 20px 100px;
}

.subscribeFooter {
    padding: 20px 100px;
}

.subscribeFooter h3 {
    font-family: noto-sans, sans-serif; 
    font-weight: 300;
    color: #212529;
    font-size: 1.5em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.subscribeFooter p {
    font-family: noto-sans, sans-serif; 
    color: #212529;
    font-size: 1em;
    margin-bottom: 20px;
}
#gform_confirmation_message_1 {
    font-family: noto-sans, sans-serif; 
    color: #212529;
    font-size: 1em;
    margin-bottom: 20px;
}

.footerCopy p {
    font-family: noto-sans, sans-serif; 
    color: #212529;
    /* font-size: .75em; */
		font-size: 14px;
    margin-top: 60px;
    margin-bottom: 0px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

#input_1_1 {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #6f625a;
}

#input_footer {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #6f625a;
    border-radius: 0px;
}

#input_2_11 {
    margin-top: 40px;
}

/* .gform_wrapper.gravity-theme input:not([type="text"]):not([type="checkbox"]):not([type="tel"]):not([type="email"]) {
    border-right: 2px solid #d87f3c;
    border-bottom: 2px solid #d87f3c;
}

.gform_wrapper.gravity-theme input:not([type="text"]):not([type="checkbox"]):not([type="tel"]):not([type="email"]):hover {
    border-right: 2px solid #6f625a;
    border-bottom: 2px solid #6f625a;
} */

#gform_submit_button_1 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    font-size: 1.25rem;
    color: #ffffff;
    background-color: #d87f3c;
    padding: 10px 30px;
    border-color: #d87f3c;
    border-radius: 0px;
    text-transform: uppercase;
}

#footerBTN {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    font-size: 1.25rem;
    color: #ffffff;
    background-color: #d87f3c;
    padding: 10px 30px;
    border-color: #d87f3c;
    border-radius: 0px;
    text-transform: uppercase;
    border-right: 2px solid #6f625a;
    border-bottom: 2px solid #6f625a;
    /* box-shadow: none !important; */
}

#gform_submit_button_1:hover {
    color: #ffffff;
    background-color: #6f625a;
    padding: 10px 30px;
    border-color: #6f625a;
    border-radius: 0px;
    text-transform: uppercase;
}

#footerBTN:hover {
    color: #ffffff;
    background-color: #6f625a;
    padding: 10px 30px;
    border-color: #6f625a;
    border-radius: 0px;
    text-transform: uppercase;
    border-right: 2px solid #000000 !important;
    border-bottom: 2px solid #000000 !important;
    /* box-shadow: none; */
}

.button input[type=submit] {
    box-shadow: none !important;
}

.gform_page_footer {
    padding-top: 50px !important;
}

.gform_next_button {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    font-size: 1.25rem;
    color: #ffffff;
    background-color: #d87f3c;
    padding: 10px 30px;
    border-color: #d87f3c;
    border-radius: 0px;
    text-transform: uppercase;
    box-shadow: none;
    width: 30% !important;
    border-right: 2px solid #6f625a;
    border-bottom: 2px solid #6f625a;
    /* margin: 0 auto !important;  */
}

.gform_next_button:hover {
    color: #ffffff;
    background-color: #6f625a;
    padding: 10px 30px;
    border-color: #6f625a;
    border-radius: 0px;
    text-transform: uppercase;
    box-shadow: none;
    border-right: 2px solid #000000 !important;
    border-bottom: 2px solid #000000 !important;
}

#gform_submit_button_2 {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    font-size: 1.25rem;
    color: #ffffff;
    background-color: #d87f3c;
    padding: 10px 30px;
    border-color: #d87f3c;
    border-radius: 0px;
    text-transform: uppercase;
    box-shadow: none;
    width: 30% !important;
    margin-left: 0px;
    border-right: 2px solid #6f625a;
    border-bottom: 2px solid #6f625a;
    /* margin: 0 35% !important;  */
}

#gform_submit_button_2:hover {
    color: #ffffff;
    background-color: #6f625a;
    padding: 10px 30px;
    border-color: #6f625a;
    border-radius: 0px;
    text-transform: uppercase;
    box-shadow: none;
    border-right: 2px solid #000000 !important;
    border-bottom: 2px solid #000000 !important;
}

.gform_previous_button {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    font-size: 1.25rem;
    color: #212529 !important;
    padding: 10px 30px;
    border-color: #d87f3c !important;
    border-radius: 0px;
    text-transform: uppercase;
    box-shadow: none;
    width: 30% !important;
    border-right: 2px solid #6f625a;
    border-bottom: 2px solid #6f625a;
    /* margin: 0 35% !important;  */
}

.gform_previous_button:hover {
    font-family: noto-sans, sans-serif; 
    font-weight: 600;
    font-size: 1.25rem;
    color: #ffffff !important;
    background-color: #6f625a !important;
    padding: 10px 30px;
    border-color: #6f625a !important;
    border-radius: 0px;
    text-transform: uppercase;
    box-shadow: none;
    width: 30% !important;
    border-right: 2px solid #000000 !important;
    border-bottom: 2px solid #000000 !important;
    /* margin: 0 35% !important;  */
}

.gform_page_footer {
    text-align:center;
}

#field_2_20 {
    padding-top: 40px;
}

#field_2_21 {
    padding-top: 40px;
}

.slick-dots {
    display: none !important;
}

.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 20px;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  border-radius: 0px;
  outline: none;
  background: #d87f3c !important;
  z-index: 1040;
}

.slick-arrow:hover {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 20px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    border-radius: 0px;
    outline: none;
    background: #d87f3c;
    z-index: 1040;
  }

.slick-prev {
    z-index: 1040;
    margin-left: 30px;
    opacity: 1.0;
}

.slick-prev:before {
    content: '←' !important;
    color: #ffffff !important;
    transform: none;
    font-weight: 600px;
    font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  
  }

.slick-next {
    z-index: 1040;
    margin-right: 30px;
    opacity: 1.0;
}

.slick-next:before {
  content: '→' !important;
  color: #ffffff !important;
  transform: none;
  font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

}

div.container-fluid.desktop {
    display: block;
}

div.desktop {
    display: block;
}

div.container.mobile {
display: none;
}
#alliesLogo {
    width: 250px;
}

@media only screen and (max-width: 1500px) {
    .logosFooter {
        padding: 20px 40px;
    }
    .navigateFooter {
        padding: 20px 40px;
    }
    .subscribeFooter {
        padding: 20px 40px;
    }
    #footerBTN {
        max-width: 80%;
        margin: 0 20% 0 0;
    }
}


@media only screen and (max-width: 1100px) {

    .alliesText p {
        font-family: noto-sans, sans-serif; 
        color: #212529;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        text-align: center;
    }
    .aboutText p {
        font-family: noto-sans, sans-serif; 
        color: #212529;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .hideMobile {
        display: none;
    }
    .showMobile {
        display: block;
    }
    .thanksText h1 {
        font-size: 2em;
    }
    .nominateText h1 {
        font-size: 2em;
    }
    .heroText h1 {
        font-size: 2em;
    }
    .heroText p {
        font-size: 1em;
    }
    div.container-fluid.desktop {
        display: none;
    }
    div.desktop {
        display: none;
    }
    div.container.mobile {
        display: block;
    }
    .navbar-brand {
        max-width: 50%;
    }
    .heroMobile {
        background-color: #ffffff;
        padding: 60px 0px;
    }   
    .mobileHero h1 {
        color: #212529;
        font-family: noto-sans, sans-serif; 
        font-weight: 600;
        font-size: 2.5em;
        margin-bottom: 20px;
        text-transform: uppercase;
        text-align: center;
    }
    .mobileHero p {
        color: #212529;
        font-family: noto-sans, sans-serif;
        font-weight: 300;
        font-size: 1.55em;
        text-align: center;
    }
        #heroCTA {
        display: none;
    }
    .processIcons img {
        width: auto;
        min-height: 200px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
        padding-top: 0px;
    }
        .navHeroBG {
        position: fixed !important;
        right: 0;
        left: 0;
        z-index: 1030;
        height: 85px;
        }
    .navbar {
        /* padding: 20px; */
        /* justify-content: end; */
    }
    #menu-main {
        position: absolute;
        margin-top: 45px;
        background-color: #6f625a;
        padding: 30px;
        text-align: right;
    }
    .navbar-toggler {
        padding: 0px;
        font-size: 2em;
        color: #8c432b;
    }
    /* .navbar-collapse {
        background-color: #6f625a;
        margin-left: 0px;
        padding: 40px;
        margin-right: 0px;
    } */
    a.nav-link {
        float: right;
        font-weight: 600;
        font-size: 1.5em;
        color: #ffffff !important;
        text-transform: uppercase;
        background-color: transparent;
    }
    
    a.nav-link:hover {
        float: right;
        font-weight: 600;
        font-size: 1.5em;
        color: #d87f3c !important;
        text-transform: uppercase;
        background-color: transparent;
    }
    

    .float-right {
        float: none !important;
    }

    .heroSection {
        /* background-color: #000000; */
        /* padding-top: 350px;
        padding-bottom: 175px; */
        background-size: cover;
        background-position: top center;
        position: relative;
        background-attachment: scroll;
        background-repeat: no-repeat;
        /*height: 500px;*/
        height: 700px;
        width: 100vw;
        padding-top: 85px;
    }
    .heroNominate {
        background-size: cover;
        background-position: bottom center;
        position: relative;
        background-attachment: scroll;
        background-repeat: no-repeat;
        height: 500px;
        width: 100vw;
        padding-top: 85px;
    }
    .heroConfirm {
        background-size: cover;
        background-position: bottom center;
        position: relative;
        background-attachment: scroll;
        background-repeat: no-repeat;
        height: 500px;
        width: 100vw;
        padding-top: 85px;
    }

    img#watermark {
        width: 40%;
        position: absolute;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        bottom: -100px;
        left: 0;
    }
        #text {
        display: none;
    } 
    #footerMenu {
        padding: 0px 0px;
        text-align: left;
    }
    .footerPadding {
        margin-left: auto;
        margin-right: auto;
    }
    .footerStyles img {
        max-width: 80%;
        padding-top: 0px;
        padding: 10px 20px;
    }
    .logosFooter {
        padding: 20px 20px;
    }
    .navigateFooter {
        padding: 20px 20px;
    }
    .subscribeFooter {
        padding: 20px 20px;
    }
    .subscribeFooter p {
        text-align: left;
    }
    #footerBTN {
        min-width: 100%;
        margin: 0 0 0 0;
        margin-bottom: 40px;
    }
    /* #gform_submit_button_1 {
        width: 80%;
        margin: 0px 10%;
        margin-bottom: 40px;
    } */
    #alliesLogo {
        width: 250px;
    }
}

@media only screen and (max-width: 800px) {
    div.container.desktop {
        display: none;
    }
    div.container.mobile {
        display: block;
    }
    .slick-prev {
        display: none !important;
    }   
    .slick-next {
        display: none !important;
    }
    .heroMobile {
        background-color: #ffffff;
        padding: 60px 0px;
    }
    
    .mobileHero h1 {
        color: #212529;
        font-family: noto-sans, sans-serif; 
        font-weight: 600;
        font-size: 2.5em;
        margin-bottom: 20px;
        text-transform: uppercase;
        text-align: center;
    }
    .mobileHero p {
        color: #212529;
        font-family: noto-sans, sans-serif;
        font-weight: 300;
        font-size: 1.55em;
        text-align: center;
    }
    .allieImages img {
        width: auto;
        min-height: 200px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
        padding-top: 0px;
    }
    .processIcons img {
        width: auto;
        min-height: 200px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
        padding-top: 0px;
    }
    .judgesLogos img {
        max-width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
        padding-top: 0px;
    }
    .slick-dots li.slick-active button::before {
        font-size: 16px;
        line-height: 16px;
        color: #b2b3b6;
        border-radius: 50%;
        background-color: #b2b3b6;
        border: 1px solid #77787b;
    }
    .slick-dots {
        display: block !important;
    }

    .slick-dots li button:before {
        font-size: 16px;
        line-height: 16px;
        color: transparent;
        border-radius: 50%;
        /* background-color: #b2b3b6; */
        border: 1px solid #77787b;
    }
    .slick-dots li button {
        background-color: #ffffff;
    }

    .slick-dots li button {
        font-size: 16px;
        line-height: 16px;
        color: transparent;
        border-radius: 50%;
        /* background-color: #ffffff; */
        border: 1px solid #77787b;
    }
    .dotsPadding {
        margin-top: 80px;
    }
    .slick-dots {
        /* bottom: 0; */
    }
    #text {
        display: none;
    } 
    #footerMenu {
        padding: 0px 0px;
        text-align: left;
    }
    .footerPadding {
        margin-left: auto;
        margin-right: auto;
    }
    .footerStyles img {
        max-width: 100%;
        padding: 10px 0px;
    }
    .logosFooter {
        max-width: 60%;
        padding: 20px 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .navigateFooter {
        padding: 20px 40px;
    }
    .subscribeFooter {
        padding: 20px 60px;
    }
    .subscribeFooter p {
        text-align: left;
    }
    #footerBTN {
        min-width: 100%;
        margin: 0px;
        margin-bottom: 40px;
    }
    /* #gform_submit_button_1 {
        width: 80%;
        margin: 0px 10%;
        margin-bottom: 40px;
    } */
    /* div.gform_footer.top_label {
        padding: 0px 10%;
    } */
    .aboutText h2 {
        font-size: 1.5em;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
        .alliesText h2 {
        font-size: 1.5em;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .exploreText h2 {
        font-size: 1.5em;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    div.exploreBlock {
        padding: 0px 0px;
    }
    .exploreSlides {
        padding-bottom: 40px;
    }
    .judgesCallout h2 {
        font-size: 1.5em;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .processCallout h2 {
        font-size: 1.5em;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-expand-lg .navbar-nav {
        display: flex;
        float: none;
    }

    
    .navPadding {
        padding: 40px 0px;
    }

    html.no-js {
        margin-top: 0px !important;
    }

    .heroSection {
        /* background-color: #000000; */
        /* padding-top: 350px;
        padding-bottom: 175px; */
        background-size: cover;
        background-position: top center;
        position: relative;
        background-attachment: scroll;
        background-repeat: no-repeat;
        height: 500px;
        width: 100vw;
        padding-top: 85px;
    }
    .heroNominate {
        background-size: cover;
        background-position: bottom center;
        position: relative;
        background-attachment: scroll;
        background-repeat: no-repeat;
        height: 500px;
        width: 100vw;
        padding-top: 85px;
    }
    .heroConfirm {
        background-size: cover;
        background-position: bottom center;
        position: relative;
        background-attachment: scroll;
        background-repeat: no-repeat;
        height: 500px;
        width: 100vw;
        padding-top: 85px;
    }

    img#watermark {
        max-width: 60%;
        position: absolute;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        bottom: -50px;
        left: -20px;
    }


    #heroCTA {
        display: none;
    }

    .heroArrow {
        
    }

    .gform_next_button {
        width: 100% !important;  
        /* margin: 0 auto !important;  */
    }

    #gform_next_button_2_14 {
        margin-left: 0;
    }

    
    #gform_submit_button_2 {
        width: 100% !important;
        /* margin: 0 35% !important;  */
    }
    
    .gform_previous_button {
            width: 100% !important;
            /* margin: 0 35% !important;  */
    }

    .gf_step_label {
        font-size: 12px !important;
    }


    #label_2_11_1 {
        padding-left: 20px;
    }

    #label_2_12_1 {
        padding-left: 20px;
    }
    
    #label_2_13_1 {
        padding-left: 20px;
    }
/*     a.accordion-toggle {
        font-size: 1.5em;
    } */
	button.accordion-toggle {
		font-size: 1.5em !important;
	}
    svg.bi.bi-plus-lg {
        width: 20px;
        height: 20px;
        padding: 5px;
    }
    .svgPlus {
        display: inline-block;
        font-size: .25em;
        line-height: .25em;
        padding: 5px;
        font-weight: 600;
        text-align: center;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        background-color: #6f625a;
        color: #ffffff;
    }
    svg.bi.bi-x-lg {
        width: 20px;
        height: 20px;
        padding: 5px;
    }
    .svgClose {
        display: inline-block;
        font-size: .25em;
        line-height: .25em;
        padding: 5px;
        font-weight: 600;
        text-align: center;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        background-color: #6f625a;
        color: #ffffff;
    }
    .navHeroBG {
        position: fixed !important;
        right: 0;
        left: 0;
        z-index: 1030;
        height: 85px;
        }
    .navbar {
        /* padding: 5px;
        height: 125px; */
    }
    #menu-main {
        position: absolute;
        margin-top: 45px;
        background-color: #6f625a;
        padding: 30px;
        text-align: right;
    }
    .navbar-toggler {
        padding: 0px;
        font-size: 2em;
        color: #8c432b;
    }
    .navbar-collapse {
        background-color: #6f625a;
        margin-left: 0px;
        padding: 40px;
        margin-right: 0px;
        top: 85px;
        position: absolute;
        right: 0px;
        width: 100%;
    }
    a.nav-link {
        float: right;
        font-weight: 600;
        font-size: 1.5em;
        color: #ffffff;
        text-transform: uppercase;
        background-color: transparent;
    }
    
    a.nav-link:hover {
        float: right;
        font-weight: 600;
        font-size: 1.5em;
        color: #d87f3c;
        text-transform: uppercase;
        background-color: transparent;
    }
    

    .float-right {
        float: none !important;
    }
    
    #alliesLogo {
        width: 250px;
    }
    .heroSection {
        /* background-color: #000000; */
        /* padding-top: 350px;
        padding-bottom: 175px; */
        background-size: cover;
        background-position: top center;
        position: relative;
        background-attachment: scroll;
        background-repeat: no-repeat;
        height: 400px;
        width: 100vw;
        margin-top: 85px;
    }
}   

@media only screen and (max-width: 750px) {
    .subscribeFooter p {
        text-align: center;
    }
    #footerMenu {
        text-align: center;
    }
    
}