/*.forecast-button {
	font-size: small;
	margin-right: 12px;
	padding: 1.5px;
	color: black;
	cursor: pointer;
	background-color: white;
	border: 1px solid #b01e24;
	border-radius: 5px 5px 0px 0px;
}*/

.gdd-button,
.forecast-button {
    margin: 2px;
    padding: 5px;
    color: black;
    cursor: pointer;
    background-color: white;
    border: 1px solid #b01e24;
    border-radius: 5px;
}

.connorlabel,
.calebtitle {
    width: calc(100% - 12px);
}

.meso_menu {
    /*width: calc(90% / 4);*/
    list-style: none;
}


#logo-image {
    padding: 15px 50px 15px 50px;
    width: 400px;
}

.sponsor-logo-img {
    width: 30%;
    margin-right: 3%;
}

.sponsor-logo-link {
    text-decoration: none;
}

.sponsor-logo-container {
    width: 80%;
    margin: auto;
}

html[data-single-column] .sponsor-logo-img {
    width: 80%;
}

/*html[data-mobile-menu] .meso_menubar .meso_toplink {
    margin: 0;
}*/

html[data-single-column] #logo-image {
    padding: 0px 0px 15px 0px;
    width: 100%;
}


#ag-about-section {
    float: left;

    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
}

#mobile-about-section {
    float: left;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
}

html[data-single-column] #ag-about-section {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 10px;
    background-color: rgba(177, 189, 202, 0.3);
    border-radius: 5px;
}

html[data-single-column] #ag-about-subsection {
    background-image: none;
    height: auto;
}

html[data-single-column] #ag-about-section .plain {
    color: black;
}

#ag-about-section .plain {
    color: white;
}

#ag-about-section .heading {
    color: #b01e24;
    font-weight: bold;
}

#ag-about-section a {
    color: #66B6E5;
}

#ag-about-subsection {
    top: 100px;
    background-image: url("https://images.unsplash.com/photo-1533572244028-557577ae1083?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2134&q=80");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 960px;
}
