@charset "UTF-8";
/* CSS Document */
body {
	background-color: #f5f6fa !important;
}
a {
    color: #07a56b;
}
a:hover {
    color: #000000 !important;
}
#nav-nav__tel i {
    color: #07a56b !important;
}
#nav-nav__button {
    background-color: #07a56b !important;
    border-radius: 3px;
}
#nav-nav__button:hover {
    background-color:#000000 !important;
}

.btn-sub {
	background: #07a56b !important;
    color: white !important;
    padding: 14px 40px;
    border-radius: 7px;
	width: 100%!important;
}
.btn-sub:hover {
	background: #000000 !important;
}
.btn-back {
	background: #bfbfbf !important;
    color: white !important;
    padding: 14px 40px;
    border-radius: 7px;
	width: 100%!important;
}
.btn-back:hover {
	background: #000000 !important;
}
.btn-email {
    width: 100%;
    background: #fff;
	padding: 14px 40px;
    color: black;
	border-radius: 7px;
    border: 1px solid black;
}
.btn-email:hover {
    background: #14919a !important;
	color:white;
	border-color: #14919a !important;
}
.intro-question {
	font-size: 50px;
	line-height: 1.3;
}
.comptitle {
	font-size: 1.8em;
}
.bcrumb p {
	font-size: 1em !important;
}
.brumb a {
	color: darkgray !important;
}
.inst-heading {
	font-size: 1.2em;
	color: #000000 !important;font-weight: bold;
}
.gback {
	background: #bfbfbf;
    padding: 25px;
    border-radius: 7px;
}
.gback span {
	font-size: 1.3em;
	font-weight: bold;
	color: white !important;
}
.gback p {
	color: white !important;
}.section-header h3 {
    font-size: 35px !important;
    margin: 0;
}
.section-item__number {
    background-color: #07a56b !important;
}
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
	font-size: 18px;
	line-height: 1.6em;
	font-family: 'sofia-pro', sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #000000;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background-color: #302E47;
    color: #000;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #302E47;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}
.sumhead {
	font-size: 2em !important;
    color: #07a56b !important;
}