@font-face {
  font-family: myFont;
  src: url('../fonts/futura-lt-heavy.woff');
}

@font-face{
  font-family: Avenir;
  src: url('../fonts/avenirltstd-heavy-webfont.woff');
}

@font-face{
  font-family: Avenirlight;
  src: url('../fonts/avenirltstd-light-webfont.woff');
}

@font-face{
  font-family: AvenirRoman;
  src: url('../fonts/avenirltstd-roman-webfont.woff');
}

@font-face {
  font-family: MinionPro;
  src: url('../fonts/minion_pro.woff');
}


*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ac-custom {

}

.ac-custom h2 {
	font-size: 3em;
	font-weight: 300;
	padding: 0 0 0.5em;
	margin: 0 0 30px;
}

.ac-custom ul,
.ac-custom ol {
	list-style: none;
	padding-left: 15px;
	margin: 0 auto;
}

.ac-custom li {
	position: relative;
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  margin-left: -4px;
}

.ac-custom li:hover {
 /*border: 1px solid #8bca7b;*/
}

.ac-custom label {
	display: block;
  position: relative;
  font-size: 15px;
  padding: 15px 10px!important;
  padding: 0px 20px 0px 10px;
  vertical-align: top;
  color: #000000;
  font-family: Avenirlight!important;
  cursor: pointer;
  font-weight: normal!important;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: #f7f7f7;
}

.ac-custom label:hover{
  border: 1px solid #7dadd8;
  padding: 14px 9px!important;
}

.checkbox label{
  background-color: #ffffff;
  /*border: 1px solid #ffffff;*/
  /*padding: 14px 9px!important;*/
}
.checkbox label:hover{
  border-color: #ffffff!important;
  /*padding: 15px 10px!important;*/
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
  top: 0;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
	opacity: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
}

.ac-custom label::before {
	content: '';
	border: 4px solid #f7f7f7;/*
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;*/
}

.checkbox label::before {
  content: '';
  border: 4px solid #ffffff;/*
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;*/
}


.ac-radio label::before {
	border-radius: 50%;
}

.ac-custom input[type="checkbox"]:checked + label,
.ac-custom input[type="radio"]:checked + label {
	color: #000000;
  background-color: #7dadd8;
}

.checkbox input[type="checkbox"]:checked + label,
.checkbox input[type="radio"]:checked + label {
  color: #000000;
  background-color: #ffffff;
}  

.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
	opacity: 0;
}

/* General SVG and path styles */

.ac-custom svg {
	position: absolute;
  width: 25px;
  height: 30px;
  top: 50%;
  right: 20px;
  margin-top: -20px;
  pointer-events: none;
}

.checkbox svg {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #7dadd8;
  top: 55%;
  right: 20px;
  margin-top: -20px;
  pointer-events: none;
}



.ac-custom svg path {
	stroke: #ffffff;
	stroke-width: 13px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.checkbox svg path{
  stroke: #8bca7b;
}

/* Specific input, SVG and path styles */

/* Circle */
.ac-circle input[type="checkbox"],
.ac-circle input[type="radio"],
.ac-circle label::before {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	left: 10px;
	position: absolute;
}

.ac-circle label::before {
	background-color: #fff;
	border: none;
}

.ac-circle svg {
	width: 70px;
	height: 70px;
	margin-top: -35px;
	left: -10px;
}

.ac-circle svg path {
	stroke-width: 5px;
} 

/* Box Fill */
.ac-boxfill svg path {
	stroke-width: 8px;
} 

/* Swirl */
.ac-swirl svg path {
	stroke-width: 8px;
}

/* List */
.ac-list ol {
	list-style: decimal;
	list-style-position: inside;
}

.ac-list ol li {
	font-size: 2em;
	padding: 1em 1em 0 2em;
	text-indent: -40px;
}

.ac-list ol li label {
	font-size: 1em;
	text-indent: 0;
	padding-left: 30px;
}

.ac-list label::before {
	display: none;
}

.ac-list svg {
	width: 100%;
	height: 80px;
	left: 0;
	top: 1.2em;
	margin-top: 0px;
}

.ac-list svg path {
	stroke-width: 4px;
}

/* Media Queries */
@media screen and (max-width: 50em) {
	section {
		font-size: 80%;
	}
}