/********************
FULL WIDTH NAV TITLES
********************/
.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}

/* Word Wrap 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; 
    }
}

/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        padding-top: 50px;
        padding-bottom: 50px;
        background-image: url(https://static.mywebsites360.com/f74113d5806a4d6c9c5191304f3f21dc/i/b05e38a272484073bcec8f518c787bd6/1/5feFb8zhrk/Mobile%20BG.jpg);
    }
}


/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_f94c69e380114b36a85fcc2b195ed1c3 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f94c69e380114b36a85fcc2b195ed1c3 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_f94c69e380114b36a85fcc2b195ed1c3 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_f94c69e380114b36a85fcc2b195ed1c3 > .item p {
    margin-bottom: 20px;
}


/* Equalize Simple List Blocks ABOUT US PAGE- Pin Buttons to Bottom*/

/* Change item class here */
.items_e08a5af5883d4e64a84b3753db995966 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e08a5af5883d4e64a84b3753db995966 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_e08a5af5883d4e64a84b3753db995966 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_e08a5af5883d4e64a84b3753db995966 > .item p {
    margin-bottom: 20px;
}

/* Equalize Simple List Blocks - ATL On Steroids Page */

/* Change item class here */
.items_f6990e86a14241749d7024196980456b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f6990e86a14241749d7024196980456b > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - ATL On Steroids Page - Elite Clubs */

/* Change item class here */
.items_b3a2e396c81f46648db6f7981dcf3650 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b3a2e396c81f46648db6f7981dcf3650 > .item {
	display: flex;
	flex-direction: column;
}
/******************* Page Atlanta Neuroscience Foundation Ways To Give******/

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c3bb5dcfcdbd44aaa2469d944922a06e  { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c3bb5dcfcdbd44aaa2469d944922a06e  > .item {
	display: flex;
	flex-direction: column;
}

/*donate widget styles*/
div#ig-widget {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}


/* Popup Styles */

.dismiss{
    cursor: pointer;
}

h2.contentTitle.popupTitle {
    font-size: 35px;
    margin-top: 15px;
    padding: 0;
}