@media only screen and (max-width: 1200px) {
    .block-on-1200px.gb-layout-columns-3>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas:
        "col1"
        "col2"
        "col3";
    }
}

.eeg-icon {

	flex-shrink: 0;
	width: 50px!important; 
	height: 50px;
	border-radius: 50%;
	background: #75a11d;
	display: inline-flex;
	align-items: center;
	justify-content: center;

}

a .eeg-icon,
a .eeg-icon:hover{
	background:none;
}

.eeg-icon span {
	color:white;
	font-size:smaller;
	font-family:Lato!important;
}

.eeg-icon-sm {
	width: 30px!important; 
	height: 30px;
}

.eeg-icon-sm svg {
	width:60%!important;
}

.link-box ::marker {
  color: #75a11d;
}

.phase-pagination a {
	color: rgb(85, 73, 72)!important;
  background: none!important;
}

.phase-pagination a:hover {
	box-shadow:none!important;
	color:#75a11d!important;
}

.phase-pagination a strong {
	/* vertical-align: center; */
	display: ruby-text;
    top: 32px;
    position: relative;
}

.phase-pagination a .eeg-icon-sm {
	width: 45px !important;
  height: 45px;
	background: #75a11d;
  border-radius: 6px;
  margin-right: 6px;
}

.phase-pagination a .eeg-icon-sm svg {
	stroke: white!important;
  height: 34px;
}

.parent-pageid-5568 ul > li, .page-id-5568 ul > li {
	list-style:disclosure-closed;
}

.parent-pageid-5568 ::marker, .page-id-5568 ::marker {
	color: #75a11d;
}