/* Enter Your Custom CSS Here */
/*===================
 * 
 * New Home Page
 * 4-30-2019
 * 
 ===================*/

/* Change color of heading 2 */
h2 {
    color: #004083;
}

/* Change line height of paragraphs */
p {
    line-height: 1.3;
}

/* Change color of bullet point */
.entry-content ul li:before {
    color: #f45a1d;
}

/* Change link color on home page*/
.projects a, 
.other-media a {
    color: black !important;
}

/*
 * Symposium Sign up
 */

a.btn-orange {
    color: #f45a1d !important;
	  font-size: 1.3rem;
		white-space: normal;
}

/* Hover effect for button */
.page-id-12632 #main .content-column a.butn:hover {
    background: #f45a1d;
    color: white !important;
}

.content-column.full_width.symposium-signup .one_half {
    width: 100%;
}

/*
 * Welcome Section
 */
.home-welcome {
    width: 100%;
    padding-bottom: 15px;
}

/*
 * Welcome section image and text
 */

.cotton-club {
    position: relative;
    text-align: center;
}

.text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background: rgba(0, 64, 131,.9);
    max-width: 645px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 1.5rem;
}

.slideshow_description_box.slideshow_transparent a {
    color: white !important;
}

.slideshow_description_box.slideshow_transparent {
    max-width: 600px !important;
    left: 50% !important;
    transform: translate(-50%,0);
		padding: 15px 5px !important;
}

.slideshow_description_box {
    background: rgba(0, 64, 131,1) !important;
}

#page .slideshow_container .slideshow_view .slideshow_slide {
    position: static !important;
}

/*
 * Logo/Symposium Archive section
 * 
 */

.content-column.full_width.symposium-signup {
    max-width: 835px;
    margin: 0 auto !important;
    float: none;
}

.symposium-signup img {
    max-width: 305px;
    padding: 0;
    margin: 0 auto;
		width: 100%;
}

.content-column.full_width.symposium-signup h2 {
    font-size: 1.4em;
    text-align: center;
}

/*
 * Project section 
 */

.page-id-12632 .projects .content-column.one_fifth img {
    width: 100%;
		border: 4px solid #004083;
}

.page-id-12632 .projects .content-column.one_fifth.last_column {
    margin-left: 50%;
    transform: translate(-50%,0%);
}

.content-column.one_fifth.home-welcome:nth-child(2) {
    padding-right: 15px;
    padding-left: 0;
}

	.projects .one_fifth {
    text-align: center;
	}

.see-more {
  text-align: center;
}

/*
 * Other Media Section
 */

.content-column.full_width h2 {
    text-align: center;
}

.content-column.one_third {
	width: 100%;	
	text-align: center;
}

.content-column.one_third img {
    max-width: 400px;
		max-height: 215px;
    text-align: center;
    width: 100%;
    object-fit: cover;
		border: 4px solid #004083;
}

/*
 * Home Page bottom
 */

.home-page-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

/*
 * Donate Button
 */
.donate {
	text-align: center;
}

/*===================
 * 
 * 
 * AAHP Page
 * 
 * 
 *==================*/

img.alignright.wp-image-5066 {
    float: left;
    padding-right: 1rem;
}

details {
    font-family: Gentona_Bold;
    color: #337ab7;
}

details summary::-webkit-details-marker {
		color: rgb(244, 90, 29);
}

#secondary .gform_body ul li:before {
		display: none !important;
}

/*=================
 * 
 *Media Queries
 * 
 ================*/

@media only screen and (max-width: 286px){
	.page-id-12632 a.butn {
    font-size: .7rem !important;
	}
}

@media only screen and (max-width: 423px) {
	a.butn {
    font-size: 1.0rem !important;
	}
}

@media only screen and (max-width: 623px) {
	.home-page-bottom .butn {
    font-size: 1.0rem !important;
	}
}

@media only screen and (min-width: 601px){
	
	/* Increase wrap width on home page */
	.page-id-12632 .wrap {
			max-width: 1200px;
	}
	
	/*
	 * Home Page
	 * Projects Section
	 */
	.page-id-12632 .projects .content-column.one_fifth img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}
	
	.page-id-12632 .projects .content-column.one_fifth {
			padding: 5px;
	}
	
	.page-id-12632 .projects .one_fifth {
    width: 50%;
	}
}

@media only screen and (min-width: 952px){
	/* Symposium/Logo Section */
	.content-column.full_width.symposium-signup .one_half {
    width: 50%;
	}
	
	.symposium-signup img {
    margin: 0;
	}
}

@media only screen and (min-width: 1025px){
	/* Reduce padding for the wrap on larger screen sizes */
  .page-id-12632 .wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  
	/*
	 * Home page welcome section
	 */
	.one_fifth.home-welcome {
    width: 20%;
    padding-left: 15px;
	}
	
	.three_fifth.home-welcome {
    width: 60%;
    max-width: 650px;
	}
  
  .entry-content .home-welcome ul {
    padding-left: 15px;
	}
  
  .entry-content ul li:before {
    margin: 0px 0 0 -1.0rem;
	}
  
  .cotton-club img {
    height: 440px;
    max-height: 500px !important;
    margin: 0 .5rem;
  }
  
  .text {
      margin: 0 .5rem;
      width: 100%;
  }
	
	/*
	 * Home Page
	 * Projects Section
	 */
	.page-id-12632 .projects .one_fifth {
    width: 20%;
	}
	
	.page-id-12632 .projects .content-column.one_fifth.last_column {
    margin-left: 0;
    transform: translate(0,0);
	}
	
		
	/*
	 * Home Page
	 * Other Media Section
	 */
	
	.content-column.full_width h2 {
    text-align: left;
	}
	
	.page-id-12632 .content-column.one_third {
		width: 100%;	
	}
	
	.page-id-12632 .content-column.one_third {
    width: 33%;
    padding: 15px;
	}
  
  /* Donate section paragraph tag*/
  .donate p {
    margin-bottom: 15px;
	}
}