body {
	background: #fff;
	overflow-x: hidden;
	text-align: left;
	font-family: Spectral;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu 
{
  display: none;
}

#tm:checked + .main-menu 
{
  display: block;
}

#menu input[type="checkbox"]{
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
  background:#fff;
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
	background-color: #fff;
	border-width: 1px 1px 0;
	margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color: #4F4F4F;
  text-shadow: 1px 1px 1px rgba(6 10 115 / 13%);
  border-right: 1px solid #E7E7E7;
}


#toggle-menu {
	background: #fff;
}

#toggle-menu, 
#menu a {
  padding: 1em 1.5em;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu .imglink {
	position: relative;
	display: block;
	color: #4F4F4F;
	text-shadow: 1px 1px 1px rgba(6 10 115 / 13%);
	border-right: 1px solid #E7E7E7;
	transition: all .125s ease-in-out;
	-webkit-transition: all .125s ease-in-out;
}
#menu .imglink::before {
	font-family: FontAwesome;
	content: "\e1b0";
	text-decoration: none;
	font-size: 2rem;
	margin-bottom: 10px;
	padding-right: 0.5rem;
}
#menu .imglink::after {
	content: 'Home';
	font-weight: bold;
}
#menu .imglink:hover {
	background-color: white;
	color: #1f1b50;
}

#menu a:hover {
  background-color: white;
  color: #1f1b50;
}

#menu .sub-menu,
#menu .dropdown {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu,
#menu input[type="checkbox"]:checked + .dropdown {
  display: block;
}

#menu .sub-menu a:hover {
  color: #1f1b50;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}

#menu label.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0 0 0 transparent;
  color: rgba(31, 27, 80, 1);
}

#menu .drop-icon {
  line-height: 1;
}

.main-menu li > a > small
{
  display:none;
}
.main-menu li a i 
{
	/* display: block; */
	font-size: 2rem;
	margin-bottom: 10px;
	padding-right:0.5rem;
}

.main-menu img
{
	display:none;
}

.main-menu li > div .clm a:hover 
{
	color: #a7222c;
	transition: color 0.2s;
}
.main-menu .clm a:hover 
{
	color: #a7222c;
	text-decoration: underline;
}
.main-menu li:hover > .dropdown 
{
	display: block;
	opacity: 1;
	z-index: 1;
}
.main-menu li > div .clm a, .mcd-menu .clm h3 
{
	font-size: 18px;
	font-weight: 400;
	font-family: inherit;
	margin: 0;
	padding: 12px 20px;
	display: block;
	color: inherit;
	text-decoration: none;
	text-align: center;
}
.main-menu li > div .clm h3 
{
	text-align:center;
	font-size: 20px;
	font-weight: 700;
}
.main-menu li > div .clm h3:not(:first-of-type) 
{
	padding-top: 2rem;
}
.main-menu li.full-width .dropdown 
{
	width: 100%;
	left: 0;
	box-sizing: border-box;
}
.main-menu .clm 
{
	text-align: left;
	margin: 20px;
	vertical-align: top; /*or middle*/
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.main-menu .dropdown {
	text-align: left;
	left: 0;
	font-family: inherit;
	color: #1f1b50;
	background-color: #fff;
	border: none;
	position: absolute;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	display: none;
	opacity: 0;
	cursor: default;
}