/***
*  J3 S136 Template Stylesheet 
*  		Used for JCE style integration
*  Copyright Adgcreative 
*		a division of Association Development Group
*  All Rights Reserved
*  support@adgcommunications.com/
*  adgcreative.biz
***/

/***
*	EDIT *
***/
.btn.btn-primary{
    background-color:var(--brand-blue);;
    border-color: var(--white);
    border: solid 2px;
	color: var(--white) !important;
}

.header1{
    font-size: 30px;
    text-transform:uppercase;
    font-weight:bold;
}
.header2{
    font-size: 26px;
    text-transform:uppercase;
    font-weight:bold;
}
.subheader1{
    font-size: 24px;
    font-weight:bold;
    line-height: 28px;
    margin-top:36px;
}
.subheader2{
    font-size: 22px;
    font-weight: normal;
}
.callout{
    font-size: 26px;
    font-weight:bold;
    width:75%;
    margin: 30px auto;
    line-height: 32px;
    border-left: 3px solid #F1BE48;
    padding-left: 30px;
}
.grid_duo{
	display:grid;
	grid-template-columns:1fr 1fr;
    text-align:center;
    margin:20px 0;
}
.exporter-summit .grid_duo{
	display:grid;
    grid-template-columns: 30% 70%;
    row-gap: 24px;
    text-align:left;
    margin:20px 0;
} 
.exporter-summit .grid_duo li{
    list-style: none !important;
} 
.grid_trio{
	display:grid;
	grid-template-columns:repeat(3,1fr);
    text-align:center;
     margin:20px 0;
}
.grid_quad{
	display:grid;
	grid-template-columns:repeat(4,1fr);
    text-align:center;
    margin:20px 0;
}
.brand_blue{  
  color: var(--brand-blue)!important;
}
.brand_brand_gray{
  color: var(--brand-dark-gray)!important;
}

