html { height: 100%; }
body {	
	min-width:320px;
	height: 100%;
  margin: 0 !important;
	color: #000000;
	background-color: #ffffff;
	font-size: 23px;
	line-height: 22px;
}

#ccm-toolbar {
	display: none;
}

.container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.page-template-maintenancemode {
  font-size: 1.6vw;
}

.page-template-maintenancemode h1 {
  font-size: 2em !important;
}

.page-template-maintenancemode p {
  font-size: 1em !important;
}

.page-template-maintenancemode h1, .page-template-maintenancemode p, .page-template-maintenancemode a {
	color: inherit !important;
  text-transform: none !important;
}

.wf-active .page-template-maintenancemode * {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.wf-active .page-template-maintenancemode .font--semibold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.wf-active .page-template-maintenancemode .font--regular {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.wf-active .page-template-maintenancemode .font--light {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.page-template-maintenancemode {
  position: relative;
  height: 100vh;
}

.page-template-maintenancemode hr {
  width: 30%;
  margin: 2em auto;
  opacity: 0.4;
}

.page-template-maintenancemode .l-header {
  position: relative;
  height: 50%;
  text-align: center;
}

.page-template-maintenancemode .l-header .l-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%; /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}

.page-template-maintenancemode .l-header .l-header__logo img {
  max-width: 100%;
}


.page-template-maintenancemode .l-main {
  position: relative;
  height: 50%;
  padding: 10px;
  padding-top: 5vh;
  color: #fff;
  background-color: #00bbd3;
  text-align: center;
}

@media (max-width: 680px) {
  .page-template-maintenancemode {
    font-size: 2vw;
  }
}

@media (max-width: 480px) {
  .page-template-maintenancemode {
    font-size: 2.8vw;
  }
}

