/* (c) override classes */

.chip_wrapper * {
	box-sizing:border-box;
}

.chip_wrapper {
	width:100%;
	clear:both;
	font-size:16px;
}

.centrepanel_header h2 {
}

.chip_wrapper h2 {
	padding-top:0px;
	padding-bottom: 0.15em;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight:500;
}

.chip_paragraphtitle,.chip_optionswrapper h2,.chip_entryform h3 {
	background:none repeat scroll 0 0 transparent!important;
	font-size:22px;
	margin:0!important;
	padding:5px 0 15px 0!important;
	font-weight:400;
}

.chip_optionswrapper .chip_paragraphs {
	padding-bottom:0;
	margin-bottom:0;
}

.chip_paragraphs {
	padding-top:10px;
}

.chip_loadmessage ul  {
list-style: none;
margin: 10px auto!important;
border: 2px solid #B94A48;
color: #B94A48;
background: #F2DEDE;
padding: 10px;
border-radius: 7px;
	width:70%!important;
}

.chip_loadmessage ul li {
	margin:0;
	font-size:16px;
}

.chip_formlabel {
	font-size:16px;
}

.chip_requiredfieldsnotice {
}

.chip_textarea {
}

.chip_formfieldbuttonwrapper {
	padding:10px;
}

.chip_formfieldbuttonwrapper input {
}

.chip_optionswrapper ul, .chip_homeoptions {
	padding:20px 0 20px 0 !important;
	margin:0;
	width:100%;
	list-style:none;
}

.chip_optionswrapper li, .chip_homeoptionsrow {
	float:left;
	width:calc(50% - 20px);
	margin: 10px;
	border:0;
	display:inline-block;
	list-style-type:none;
}

.chip_optionswrapper li a,.chip_homeoptions ul li a {
	text-decoration:none;
	background:#009390;
	border:0;
	border-radius:2px;
	color:#fff !important;
	font-size:16px;
	min-height:190px;
	padding:10px 20px 20px 20px;
	transition: all 0.6s;
}

.chip_optionswrapper li a:hover,.chip_homeoptions ul li a:hover {
	background-color:#00706e;
	color:#fff !important;
	transition: all 0.3s;
}

.chip_homeoptionsrow {
	margin-bottom:20px;
}

.chip_entryform h3 {
	padding-top:20px !important;
	padding-bottom:30px;
}

.chip_entryform {
	background:transparent!important;
	margin-bottom:20px;
	padding:15px 0 0 0;
}

.chip_formfieldrow {
	padding:10px;
	border-bottom:0;
	width:100%;
	margin:0 auto;
}

.chip_requiredfieldsnotice {
	padding:10px;
}

.chip_formselect {
	border:2px solid #CCC;
	color:#323232;
	font-size:16px;
	padding:8px 6px;
}

.chip_forminputreadonly {
	border-color:#eee!important;
}

.chip_textarea {
	border:2px solid #CCC;
	resize:vertical;
	width:100%;
	height:auto!important;
}

.chip_docuploadtable {
	width:70%;
	margin:0 auto;
}

.chip_docuploadtable table {
	width:100%;
}

.chip_wrapper img {
	display:inline-block;
	border:0!important;
}

.btn,.chip_formfieldbutton, .chip_formfieldbuttondefault {
	background-color:#009390;
	border:none;
	color:#fff;
	cursor:pointer;
	font:bold 14px/32px 'Open Sans',arial,serif;
	height:36px;
	margin:0;
	padding:0 12px;
	text-decoration:none;
	-webkit-appearance:none;
	font-size:16px!important;
	transition: all 0.6s;
	border-radius:2px;
}

.btn:hover,.chip_formfieldbutton:hover, .chip_formfieldbuttondefault:hover {
	background-color:#00706e !important;
	transition: all 0.3s;
}

.chip_formfieldbuttondefault {
	float:right;
	margin-left:5px;
}

.chip_labelinfo {
	font-size:12px;
}

.chip_forminput {
	width:45%;
	font-size:16px!important;
	height:auto!important;
}

.chip_pagebutton {
	margin:0;
}

.chip_formfielddate,.chip_forminputsmaller {
	width:7em;
}

.chip_textarea {
	font-size:16px;
}

.chip_textareareadonly {
	height:auto!important;
	width:60%;
	border:0;
	font-size:16px;
	padding-top:8px;
}

.chip_requiredfieldsnotice {
	font-size:14px;
}

.chip_formreadonlywrapper {
	border-radius:0;
	padding:5px;
}

.chip_photocontainer {
	padding:0 0 10px 0;
}

.chip_photocontainer img,.chip_photocontainer iframe {
	box-shadow:none!important;
	border:1px solid #666;
	border-radius:0;
}

.chip_entryform table tr:hover {
	background:#e2e2e2;
}

.securityiconswrapper {
	border-radius:2px;
	margin-top:15px;
	background:#e2e2e2;
}

.chip_entryform table td label,.chip_entryform table td input {
	cursor:pointer;
	margin-bottom: 0;
}

.chip_pagestepscontainer ul {
	border:0;
	padding:0;
	background: transparent;
}

.chip_pagebutton {
	border:0;
	background:#e2e2e2;
}

.chip_pagebuttonon {
	background: #009390;
	color:#fff;
}

.chip_pagebuttonback {
	background: #009390;
	color:#fff;
}

.chip_pagebuttonback a {
	color:#fff;
	border-color:#fff;
}

.chip_pagebuttonback a:hover {
	color:#fff;
	border-color:#fff;
	border-bottom:1px  solid #fff;
}

.chip_formlabelrequired {
	color:#e00;
}

@media screen and (max-width: 800px) {
	.chip_optionswrapper li,.chip_homeoptionsrow {
		float:none;
		width:100%;
		margin-left:0;
	}
	
	.chip_optionswrapper li a,.chip_homeoptions ul li a {
	}
	
	.chip_forminput {
		width:100%;
	}
	
	.chip_formlabel {
		text-align:left;
		width:100%;
	}
	
	.chip_formfieldbuttonwrapper {
		padding-right:10px;
	}
	
	.chip_docuploadtable,.chip_loadmessage ul,.securityiconswrapper {
		width:100%!important;
	}
}