/* ==================================================
  Panicky Overrides
  ================================================== */

nav.navbar.shrink {
  min-height: 35px;
}
table {
	margin: 0;
    width: 100%;
}  
.widget_custom-twitter-feeds-widget {
	margin: 0;
}

.interior-padding {
	padding-top: 30px;
	padding-bottom: 30px;
}

p {
	font-family: "proxima-soft",sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

h1, h2, h3, h4 {
  font-family: "freight-text-pro",serif;	
}
/* ==================================================
  Colors
  ================================================== */

.black {
	color: #292f36
}
.black-bg {
	background-color: #292f36;
}
.black-outline {
	border-color: #292f36;
	border-style: solid;
	border-width: 2px;
	border-radius: 2px;	
}

.white {
	color: #ffffff;
}
.white-bg {
	background-color: #ffffff;
}
.white-outline {
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	border-radius: 2px;	
}

.blue {
	color: #1a3a65;
}
.blue-bg {
	background-color: #1c3a65;
}
.blue-outline {
	border-color: #1c3a65;
	border-style: solid;
	border-width: 2px;
	border-radius: 2px;	
}

.purple {
	color: #453a94
}
.purple-bg {
	background-color: #453a94
}
.purple-outline {
	border-color: #453a94;
	border-style: solid;
	border-width: 2px;
	border-radius: 2px;	
}

.green {
	color: #7ac74f;
}
.green-bg {
	background-color: #7ac74f;
}
.green-outline {
	border-color: #7ac74f;
	border-style: solid;
	border-width: 2px;
	border-radius: 2px;
}

.orange {
	color: #f76d29;
}
.orange-bg {
	background-color: #f76d29;
}
.orange-outline {
	border-color: #f76d29;
	border-style: solid;
	border-width: 2px;
	border-radius: 2px;	
}

.red {
	color: #d75364;
}
.red-bg {
	background-color: #d75364;
}
.red-outline {
	border-color: #d75364;
	border-style: solid;
	border-width: 2px;
	border-radius: 2px;	
}

/* ==================================================
  Gradient Buttons
  ================================================== */

.btn-grad {background-image: linear-gradient(to right, #AAFFA9 0%, #11FFBD 51%, #AAFFA9 100%)}
.btn-grad:hover { background-position: right center; }  

.cyan-btn-grad {background-image: linear-gradient(to right, #0cebeb 0%, #20e3b2 51%, #0cebeb 100%)}
.cyan-btn-grad:hover { background-position: right center; }  

.custom-btn {background-image: linear-gradient(to right, #AAFFA9 0%, #11FFBD 51%, #AAFFA9 100%)}
.custom-btn:hover { background-position: right center; }

.pink-orange-btn-grad {background-image: linear-gradient(to right, #f857a6 0%, #ff5858 51%, #f857a6 100%)}
.btn-grad:hover { background-position: right center; }

.btn-purple {background-image: linear-gradient(to right, #4776E6 0%, #8E54E9 51%, #4776E6 100%)}
.btn-purple:hover { background-position: right center; }
  
/* ==================================================
  Font Families
  ================================================== */
  
.proxima {
	font-family: "proxima-soft",sans-serif;
}  

/* Available Weights: 300, 500, 600, 700 */

.freight {
  font-family: "freight-text-pro",serif;
}  
/* Available Weights: 400, 700 */

.acta {
  font-family: "acta-poster",serif;
}  

.acta-display {
	font-family: "acta-display",serif;	
}
.fl-lined {
	font-family: FL Lined;
}

.stateface {
  font-family: Stateface;
  font-weight: normal;
  font-style: normal;	
}

/* ==================================================
  Font Transformation
  ================================================== */
  
.uppercase {
	text-transform: uppercase;
}  

.half-spaced {
	letter-spacing: 0.5px;
}

.full-spaced {
	letter-spacing: 1px;
}

.centered {
	text-align: center;
}

.italic {
	font-style: italic;
}
/* ==================================================
  Font Weights
  ================================================== */
  
.light {
	font-weight: 300;
}

.book {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semi-bold {
	font-weight: 600;	
}

.bold {
	font-weight: 700;
}

/* ==================================================
  Font Sizes
  ================================================== */
  

/* ==================================================
  Section: Secondary Navigation
  ================================================== */

#nav-secondary {
	min-height: 50px;
	font-size: 16px;
}

#nav-secondary h6 {
	text-align: right;
	letter-spacing: .5px;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 0;
}

#nav-secondary a {
	color: #ffffff;
}

#nav-secondary a:hover {
	color: #ffffff;
	text-decoration: none;
}

#nav-secondary i {
	font-size: 18px;
	vertical-align: middle;
	margin-left: 7px;
}


/* ==================================================
  Section: Primary Navigation
  ================================================== */
.navbar {
	padding-top: 25px;	
	margin-bottom: 0;
	max-height: 135px;
	z-index: 1000;
    padding-left: 0;
    padding-right: 0;	
}

.navbar-brand {
    padding-left: 15px;
}

.navbar-toggler {
	border: 2px;
	border-color: rgba(0,0,0,.1);
	margin-right: 15px;	
}

#navbarNavDropdown {
	background: #ffffff;
}	

.navbar-light .navbar-nav .nav-link {
    color: #1a3a65;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.navbar-light .navbar-nav .green {
    color: #7ac74f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

#nav-primary {
	height: 140px;
	background: url(https://pixelhost.co/crnc/crnc_nav_brand_bg.png) no-repeat left center;	
	border-bottom: 1px solid #fafafa;
}



#masthead .navbar-nav > li > a {
    color: #1a3a65;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;    
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

#masthead .navbar-nav > li > a:hover {
  color: #112541;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

header#masthead {
    margin-bottom: 0;
    background-color: #ffffff;
    background: url(https://pixelhost.co/crnc/crnc_nav_brand_bg.png) no-repeat left center;
    box-shadow: none;
    padding: .74rem 1rem;
    border-bottom: none;
    140px;
}

#content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

@media (max-width: 991px) {
	
.green-outline {
	border: none;
	background: #7ac74f;
}

.navbar-light .navbar-nav .green {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}
#navbarNavDropdown {
	margin-top: 45px;
	padding-right: 0;
}		

}

@media (min-width: 992px) {

#navbarNavDropdown {
	padding-right: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

}
	
/* ==================================================
  Section: Jumbo Abe
  ================================================== */

#jumbo-abe {
	background: url(https://pixelhost.co/crnc/crnc_jumbo_abe_bg.png) no-repeat center center;
	background-size: cover;
}

#jumbo-abe img {
	position: absolute;
	bottom: 0;
	right: 0;
}	

.jumbo-abe-gradient {
	position: relative;
	min-height: 500px;
	background-image: linear-gradient(-90deg, rgba(8,178,227,0.90) 0%, rgba(83,160,253,0.45) 47%, rgba(135,204,96,0.75) 90%);
}

.jumbo-abe-right {
	padding: 30px;
}

.jumbo-abe-right h1 {
	font-size: 4rem;
    line-height: 3rem;
    padding-bottom: 15px;
	font-family: "acta-poster",serif;    
}

@media (min-width: 576px) {

.jumbo-abe-right h1 {
    font-size: 5rem;
    line-height: 4rem;
}
	
}

@media (min-width: 768px) {

.jumbo-abe-right h1 {
    font-size: 4rem;
    line-height: 3.25rem;
}
	
}

@media (min-width: 992px) {

.jumbo-abe-right h1 {
	font-size: 3.5rem;
    line-height: 2.75rem;
}
	
}

@media (min-width: 1200px) {

.jumbo-abe-right h1 {
	font-size: 5rem;
    line-height: 4rem;
}
	
}

.jumbo-abe-deux-img {
	margin-top: 0px;
}

.jumbo-abe-overlay {
	max-height: 500px;
}

#jumbo-abe p {
	font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: .75em;
}

#jumbo-abe .btn-lg {
	padding: 1.25rem 8rem;
    font-size: 1.05rem;
    line-height: 1.5;
    border-radius: .3rem;
    border: none;
    margin-top: 10px;
}

#jumbo-abe .btn-custom {
	background-image: linear-gradient(-45deg, #4776E6 0%, #8E54E9 100%);
	opacity: 0.8;
	transition: all 1s ease;
}

#jumbo-abe .btn-custom:hover {
	opacity: 1;
}
	
/* ==================================================
  Section: Opt-In
  ================================================== */

#opt-in {
	position: relative;
	width: 100%;
}

#opt-in .tl {
	background: url(https://pixelhost.co/crnc/opt_in_tl_a.png) no-repeat left top;	
}

#opt-in .br {
	padding-top: 20px;
	min-height: 350px;
	background: url(https://pixelhost.co/crnc/opt_in_br_a.png) no-repeat right bottom;
	
}

#opt-in .animation-left {
	position: absolute;
	left: 0;
	bottom: 0;
}
#opt-in .animation-right {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media only screen and (max-width: 800px) {
#opt-in .animation-right {
	display: none;
}
#opt-in .animation-left {
	display: none;
}
}


#opt-in h2 {
		
	margin-bottom: 0;
}


#opt-in .gfield_label {
    display: none;
}

#input_36_4 {
    display: block;
    width: 100%;	
	padding: .75rem .75rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;	
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;	
}

#gform_submit_button_36 {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    background-image: linear-gradient(-45deg, #FDFC47 0%, #F9D423 100%);
    padding: 1.25rem 8rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "proxima-soft";
    width: 75%;    
}

    
.gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin-top: 0;
    clear: both;
    width: 100%;
    padding-top: 0;
}

@media only screen and (min-width: 641px) {

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

}
/* ==================================================
  Section: Latest Posts
  ================================================== */

#latest-posts {
	
} 
 
#latest-posts a {
	
} 

#latest-posts a:hover {
	text-decoration: none;
} 

#latest-posts .tl {
	position: absolute;

}

#latest-posts .description {
	
}

#latest-posts .description i {
	vertical-align: baseline;
	margin-right: 7px;
}

#latest-posts .first-post {
			
}

#latest-posts .first-post h2 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	transition: transform 1s;			
}

#latest-posts .first-post .color-overlay {
	min-height: 500px;
	background-image: linear-gradient(-1deg, rgba(244,59,71,0.90) 0%, rgba(69,58,148,0.50) 100%);
}

#latest-posts .first-post .content {
	padding: 10px;	
}

#latest-posts .first-post .more {
	display: none;
}

#latest-posts .first-post:hover .more {
	display: block;
}

#latest-posts .first-post .title h2 {
	margin-bottom: 0px;	
}

#latest-posts .second-post {
	
}

#latest-posts .second-post .color-overlay {
	min-height: 250px;
	max-height: 250px;	
	background-image: radial-gradient(50% 161%, rgba(76,76,76,0.00) 14%, #2A2A2A 100%);	
}

#latest-posts .second-post .content {
	padding: 10px;
} 

#latest-posts .second-post h2 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	transition: transform 1s;	
}

#latest-posts .twitter {
	min-height: 500px;
}  

#latest-posts .twitter p {
  font-family: "freight-text-pro",serif;
  font-weight: 600;
  line-height: 1.98rem;
    font-size: 2rem;  	
}  

#latest-posts .twitter .content {
	padding: 10px;
	text-align: right;
}  

#latest-posts .twitter h2 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	transition: transform 1s;	
}

#latest-posts .btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: transparent;
	padding: .25rem .15rem;
    font-size: 14px;    
}

#latest-posts .btn-outline-light i {
	margin-left: 2px;
	transition: all .3s ease;	
}

#latest-posts .btn-outline-light i:hover {
	margin-left: 5px; 
}

#latest-posts .twitter .top-left-slug {
	font-family: "proxima-soft",sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
    line-height: 1.6rem;	
}



/* ==================================================
  Section: New Generation
  ================================================== */

#new-generation {	
	overflow: hidden;
}
#new-generation .bl {
	background: url(https://pixelhost.co/crnc/new_generation_accent_bl.png) no-repeat left bottom;	
}
#new-generation .tr {
	min-height: 850px;	
	background: url(https://pixelhost.co/crnc/new_generation_accent_tr.png) no-repeat right top;
}
#new-generation .new-generation-left {
	padding: 30px;
}
#new-generation .new-generation-left h1 {
	font-size: 58px;
	line-height: 60px;	
  font-family: "acta-poster",serif;	
}
#new-generation-right-lg {
	position: relative;
}
#new-generation-right-sm {
	position: relative;
}

#new-generation .btn-lg {
	padding: 1.25rem 8rem;
    font-size: 1.05rem;
    line-height: 1.5;
    border-radius: .3rem;
    border: none;
    margin-top: 30px;
}

#new-generation .btn-custom {
	background-image: linear-gradient(-45deg, #FFC796 0%, #FF6B95 100%);
	opacity: 0.8;
	transition: all 1s ease;
}

#new-generation .btn-custom:hover {
	opacity: 1;
}

#new-generation p {
	font-size: 18px;
	line-height: 22px;
	max-width: 75%;
}


/* ==================================================
  Section: Contribute
  ================================================== */
#contribute {
	min-height: 180px;
}  
  

/* ==================================================
  Section: Footer
  ================================================== */
  
#footer {
	font-family: "proxima-soft",sans-serif;	
	min-height: 500px;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #ffffff;
	letter-spacing: .5px;
} 

#footer a {
	color: #ffffff;

} 

#footer .brand {
	margin-bottom: 40px;	
}

#footer .list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1.25rem;
    margin-bottom: -1px;
    background-color: transparent;
    border-color: transparent;
    border: none;
}  
#footer .list-group-item.header {
    padding: .5rem 0;
}  
  	   
#footer .disclaimer {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ffffff;
}  
#footer .disclaimer p {
	font-size: 16px;
	margin-bottom: 0;
}

.intro {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 5px solid #eee;
}
.demos .demo {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #eee;
}
.demos .demo:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
hr {
  margin-bottom: 3em;
  margin-top: 3em;
  height: 1px;
  background: #eee;
}
hr.hr-lg {
  height: 5px;
}



/* ==================================================
  Section: Sidebars & Such
  ================================================== */

.about-sidebar {
	margin-top: 50px;
    border-left: 1px solid #fafafa;	
}   
.about-sidebar h5 {
	margin-top: 5px;
	text-align: center;
}  
  
.about-sidebar .list-group-item {
    position: relative;
    display: block;
    padding: .35rem 1.25rem;
    background-color: #fff;
    border: none;
}

.about-sidebar .indented {
	padding-left: 2rem;
}

.leadership-sidebar {
	margin-top: 50px;
    border-left: 1px solid #fafafa;	
}   
.leadership-sidebar h5 {
	margin-top: 5px;
	text-align: center;
}  
  
.leadership-sidebar .list-group-item {
    position: relative;
    display: block;
    padding: .35rem 1.25rem;
    background-color: #fff;
    border: none;
}

.leadership-sidebar .indented {
	padding-left: 2rem;
}

.chapters-sidebar {
	margin-top: 50px;
    border-left: 1px solid #fafafa;	
}   
.chapters-sidebar h5 {
	margin-top: 5px;
	text-align: center;
}  
  
.chapters-sidebar .list-group-item {
    position: relative;
    display: block;
    padding: .35rem 1.25rem;
    background-color: #fff;
    border: none;
}

.chapters-sidebar .indented {
	padding-left: 2rem;
}
