@media(max-width:767px){
input#btnSubmitValues {
width: 100% !important;
}
}

.button {
    padding: 15px 50px;
}


/* Responsive Galleries */

@media only screen and (max-width: 767px) {
    .cols3.imgMgn0 .imgGridItem {
width: 100%
}
}

/* Hero Button Margin */

#hero .button {
    margin-top: 30px !important;
}

/*Responsive Hero */

@media only screen and (max-width: 767px) {
    #hero {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
/* CTA Kerning */

#ctas .contentTitle {
    letter-spacing: .2em;
}

/*Footer HTML Column*/
.column {
  float: left;
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
    .column {
        width: 100%;
        margin-bottom: 20px;
    }
}
.column50 {
    /*float: left;*/
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.column a,
.column50 img {
    margin-left: auto !important;
    margin-right: auto !important;
}
.row50 {
    display: flex;
    flex-direction: row;
    margin: 25px 0;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Equalize Simple List Blocks Board and Train Page*/

/* Change item class here */
.items_bd637ff15630406da04e798a484eafe3 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bd637ff15630406da04e798a484eafe3 > .item {
	display: flex;
	flex-direction: column;
}

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
    
}