:root {
    --primary: #1E5AAA;
    --lighter: #84C4FB;
	--grey: #677181;
	--mobnav: #525252;
	--yellow: #FFDC0B;
	--underline: #47585C;
	--box-shadow: 0px 0px 10px rgb(0,0,0,0.3);
	grad: linear-gradient( 90deg,#0057b8,#0057b8 60%,transparent 0,transparent)
}

h1{font-size:2.4rem}
h2{color: var(--primary)}
h3{color: var(--primary)}

footer > h2{color: #ffffff}

.menu-header .current_page_item a::after{  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--underline);
  margin: 10px auto 0;
}
.menu-header > li > a::after{
  content: ""; 
  display: block; 
  width: 0;
  height: 3px;
  background-color: var(--underline);
  margin: 10px auto 0;
  transition: all 300ms ease-in-out
}
.menu-header > li > a:hover::after{  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--underline);
  margin: 10px auto 0;
}

.acf-ctagrid-block > div{text-align: center; font-size:0.9rem}
.acf-ctagrid-block h2{font-size:1rem !important; color: #000 !important; margin: 15px 0}

.acf-ctagrid-block .cta-icon{aspect-ratio:16/9}
.acf-ctagrid-block .cta-icon img{object-fit:cover; width:100%; height: 100%; border-top-right-radius:40px}
.acf-ctagrid-block .cta-content{min-height: 80px}
.acf-ctagrid-block .cta-button a{background-color: var(--primary) !important; font-size:1rem; padding: 16px 30px}

/* Footer */

.footer-flex{display:flex; justify-content: space-between; align-content: stretch; grid-gap: 30px; margin: 0 auto; max-width: 70rem}

.masthead-inner {grid-gap: 15px}

.menu-header {column-gap: 20px; font-size:0.8rem}

.twocol-photo{text-align: center !important}
.twocol-photo img{max-height: 400px}


.recent-trade-sectors > div{max-width: 435px}

@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1000px) {

}
@media only screen and (max-width: 900px) {

}
@media only screen and (max-width: 800px) {
	
}
@media only screen and (max-width: 700px) {
	
}
@media only screen and (max-width: 600px) {
	
}
@media only screen and (max-width: 500px) {

}