/* Gravity Form
------------------------------------------------------------ */
.od-cleanform .error {
	background: #FFDFE0!important;
	border: 1px solid #C89797!important;
	color: #790000!important;
}
.text-colour {
	color: #A5A5A5!important;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Accordion
------------------------------------------------------------ */
.accordion-toggle{
	cursor: pointer;
    border: none;
    border-bottom: 1px dotted #c1c1c1;
    padding: 10px 0;
    margin: 0;
    color: #333!important;
    font-weight: 400;
    font-size: 16px;
}

.accordion-toggle span{
	
}

.accordion-toggle.collapse span{}

.accordion-toggle span:before{
	font-family: 'dashicons';
    font-weight: 400;
    width: 16px;
    height: 20px;
    display: inline-block;
    content: "\f132";
    margin-right: 5px;
    vertical-align: top;
}

.accordion-toggle.collapse span:before{
	content: "\f460";
}

.accordion-toggle:hover{
	color: #47b2b8!important;
}

.accordion-content{
	display: none;
	padding: 30px 0 20px 20px;
}
.accordion-content.default{
	display: block;
}


/* OD Button
------------------------------------------------------------ */
.od-button{
	text-align: center;
	transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
}

/* Modal
------------------------------------------------------------ */
.modal-form{
    max-width: 600px;
    margin: 20px auto;
    padding: 20px 40px;
    border-radius: 5px;
    position: relative;
    overflow: auto;
    background: #fff;
    text-align: center;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.75s ease-out;
    -moz-transition: all 0.75s ease-out;
    transition: all 0.75s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;   
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

@media only screen and (max-width: 1100px) {
	div.gform_footer input.button,
	select{
		-webkit-appearance: none!important;
	}
}

@media only screen and (max-width: 767px) {
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}
}