/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
body {
	font-family:Playfair Display,serif;
	background-color:#FFF;
	}
.juror-name {
		font-family:Playfair Display,serif !important;
	padding:0;
	}
.juror-bio {
	margin:0;
	padding:0;
}
.juror-bio p {
	margin:0;
	padding:0;
}
.section-content p {
	margin:8px 0 0 0;
}
h2 {
	font-weight:bold;
	margin:0 0 12px 0;
}
h2.section-below {
    margin:24px 0 12px 0;
		padding:8px 0 0 0;
		font-weight:bold;
    border-top:8px solid #6279B8;
}
h2.section-below-small {
    margin:24px 0 12px 0;
	padding:8px 0 0 0;
	font-weight:bold;
    border-top:8px solid #6279B8;
	font-size:24px;
}
#mission_statement p.firstpara {
    text-indent:0;
}
#mission_statement .init-cap {
  font-size:330%;
  font-weight:bold;
  margin:6px 0 -5px 0;
  padding:0 .1em 0 0;
  height:.7em;
  line-height:.85em;
  float:left;
  color:#49516F;
  *line-height:1em; /* IE7 Only */
}
#mission_statement p {
    margin:0;
    padding:0;
    text-indent:2em;
    line-height:1.7;
    font-size:16pt;
}
.right-sidebar .site-content {
    display: flex;
}
#right-sidebar {
	background-color:#CCC
		margin:0;
	padding:0;
	width:350px;
}

.site-content {
	max-width:1010px;
	margin: 0 auto;
}

.award-winners-section p {
	margin: 0 0 8px 0;
}
.member-heading {
	font-family:Lato,helvetica,sans-serif;
	font-size:18pt;
	font-weight:bold;
	border-top:4px solid #6279B8;
	margin:8px 0 0 0;
}
.sponsor-name a:link {
	text-decoration:none;
}
#site-navigation ul li {
	margin:-12px 0 0 0;
	padding:0;
	height:48px;
}
#mobile-header ul li {
	margin:-12px 0 0 0;
	padding:0;
	height:48px;
}
#mobile-header {
	background-color:#6279B8;
}
.mc_embed_signup h3 {
	outline:1px solid green;
	font-size:18px;
}
#donorlist {
	font-weight:bold;
	color:#6279B8;
}
#donorlist p {
	margin:0 0 8px 0;
}
.section-top {
	margin:12px 0 8px 0;
}
.contact-us-link {
	margin:-8px 0 0 0;
	padding:0;
}
.contact-us-link a:link {
	text-decoration:none;
	font-size:18px;
	font-family:Lato,Helvetica,sans-serif;
}
@media(max-width: 834px)  {
    .right-sidebar .site-content {
        flex-direction: column;
    }
    .right-sidebar .content-area,
    .right-sidebar #right-sidebar {
        width: 100%;
    }
}

@media(min-width: 834px) {
    .right-sidebar .content-area {
        width: calc(100% - 350px);
    }
    .right-sidebar #right-sidebar 	{
        width: 350px;
  }
}
