* {
	box-sizing: border-box;
}

body {
	font-size:16px !important;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	
}

.chip_wrapper {
	font-size:16px !important;
	width:100%;
}

.chip_wrapper h2 {
	font-size:32px !important;
	    margin-top: 20px;
    margin-bottom: 10px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
	padding:0;
}

.chip_formlabelrequired {
	color:#f00;
	padding-left: 5px;
}

.chip_optionswrapper .chip_paragraphs, .chip_homeoptions .chip_paragraphs {

}

.chip_paragraphs {

}

.chip_optionswrapper, .chip_homeoptions {

}

.chip_optionswrapper ul, .chip_homeoptions ul{
	padding:0 !important;
	width:100% !important;
	margin:0 auto !important;
	padding-top: 10px !important;
}

.chip_optionswrapper li, li.chip_homeoptionsrow {
	float:left;
	width: calc(50% - 10px);
	margin:5px;
}

.chip_optionswrapper li a, li.chip_homeoptionsrow a {
	background: #eee !important;
	border:1px solid #c6c6c6;
	font-size: 16px !important;
	min-height:155px;
	padding: 10px 15px 15px 15px !important;
	transition: all 0.5s;
	border-radius:4px;
}

li.chip_homeoptionsrow a span {

}

.chip_optionswrapper li a:hover, li.chip_homeoptionsrow a:hover {
	background: #ddd !important;
	color: #000 !important;
	transition: all 0.2s;
}

.chip_paragraphtitle, .chip_optionswrapper li a h2 {
	font-size:22px !important;
	padding:0 !important;
	margin: 0 0 10px 0 !important;
	font-weight:400;
}

.chip_optionswrapper .chip_paragraphs {

}

.chip_entryform h3 {
	font-size: 22px !important;
}

.chip_photocontainer {
	padding:10px 0 10px 0;
}

.chip_entryform {
	padding:0px;
	background: transparent;
	border:0px solid #c6c6c6;
	margin-bottom: 10px;
	border-radius:4px;
}

.chip_entryform table td {
	padding:5px;
		border:0;
	border-bottom:1px solid #ddd;
}

.chip_entryform table tr:hover {
	background:#eee;
}

.chip_entryform table td:hover {
	background:transparent;
}

.chip_entryform table {
	margin-bottom:20px;
}

.chip_requiredfieldsnotice {
	padding:5px !important;
	font-size:14px;
}

.chip_formlabel  {
	font-size: 16px !important;
	width:25%;
}

.chip_formreadonlywrapper {
	background: #eee;
	border:0;
	padding:15px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}


.chip_formreadonlywrapper .chip_formfieldrow {
	padding:0;
}

.chip_docuploadtable {
	background: #fff;
	border-radius:4px;
}

.chip_docuploadtable table {
	margin-bottom: 0;
}

.chip_docuploadtable table td {
	padding:7px;
	border:0;
	border-bottom:1px solid #ddd;
}

.chip_forminput {
	width:55% !important;
	padding:5px;
	border-radius: 3px !important;
	margin-bottom:5px !important;
	margin-left:5px !important;
}

.chip_textarea {
	resize: vertical !important;
	width: 100%;
	border-radius: 3px;
	padding-top: 5px;
	font-size: 16px;
}

.chip_textareareadonly {
	width: 65% !important;
}

.chip_formreadonlywrapper {

}

.chip_forminputreadonly {
	border:0 !important;
	background: transparent !important;
}

.chip_formdeclarationlabel {
	cursor: pointer;
}

.chip_formselect {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("images/caret.png") !important;
	background-repeat: no-repeat;
	background-position: 99% 49%;
	background-size: 16px;
	border-radius:3px;
	padding:5px;
		margin-bottom:5px !important;
	
}

.chip_formfielddate {
	width:5em;
}

.chip_forminputsmaller {
	width:5em !important;
}

.chip_formfieldbutton, .chip_formfieldbuttondefault {
	margin-right:10px;
}

.chip_permitaddresslist {

}

.chip_formfieldbuttondefault {
	float:right;
}

.chip_formfieldbuttonwrapper {
	padding:10px 10px 20px 10px !important;
}

.chip_formfieldbuttonwrapper input {

}

.chip_wrapper ul {

}

.chip_inlinebuttons {

}

.chip_loadmessage {
	
}

.chip_loadmessage ul {
	width:75%;
	margin: 20px auto !important;
	border-radius: 4px;
	border: 2px solid #B94A48;
    color: #B94A48;
    background: #F2DEDE;
}

.chip_loadmessage ul li {
font-size: 16px;
}

.chip_labelinfo {
	font-size:12px;
}

.chip_labelinfo img {
	position:relative;
	top:-4px;
}



form {

}

.chip_formfieldrow {
	xwidth: 75% !important;
	margin:0 auto !important;
}

.securityiconswrapper {
	font-size:13px;
	border-radius:0;
	border-right:0;
	border-left:0;
}

#frmSubmit {

}

.chip_pagestepscontainer ul {
	border:0;
}

.chip_pagebutton {
	border-radius:0;
	margin:0 -3px;
}

.chip_pagebuttonon {
	background: #fff;
}

.chip_pagestepscontainer ul li:nth-child(1) {
	border-radius: 3px 0 0 3px;
}

.chip_pagestepscontainer ul li:nth-child(4) {
	border-radius:  0 3px 3px 0;
}

.chip_photocontainer img, .chip_photocontainer iframe {
	box-shadow: none;
	border-radius:4px;
}

.chip_entryform table td label {
	font-weight: normal;
	cursor: pointer;
}
.chip_radiocell input {
	cursor: pointer;
}

@media (max-width: 1200px) {

	.chip_forminput {
		width:45% !important;
	}
}

@media (max-width: 992px) {

	.chip_forminput {
		width:48%  !important;
	}

	.chip_formlabel  {
		width:32%;
	}

}

@media (max-width: 768px) {

	.chip_formfieldrow {
		width: 100% !important;
		margin:0 auto !important;
	}

	.chip_formlabel  {
		display: block;
		width:100%;
		text-align: left;
	}

	.chip_labelinfo {
		display: block;
		padding-left:0;
		
		padding-top:5px;
	}

	.chip_forminput {
		width:100%  !important;
		margin-bottom:0 !important;
	}
	
	.chip_formselect {
		width:100%;
	}
	
	.chip_formfielddate {
		width:45%;
	}

	.chip_loadmessage ul {
		width:100%;
	}

	.chip_optionswrapper ul, .chip_homeoptions ul{
		padding:0 !important;
		width:100% !important;
		margin:0 auto !important;
		padding-top: 10px !important;
	}
	
	.chip_optionswrapper li, li.chip_homeoptionsrow {
		float:none;
		width:98.5%;
	}

	.footer {
		border-radius: 0 !important;
		margin-bottom: 0 !important;
	}
	.banner {
		border-radius: 0 !important;
	}
	.securityiconswrapper {
		width:100%;
	}
	
	.chip_textareareadonly {
		width:100% !important;
	}
	
	
	
	
	
	.chip_entryform h3 {
		margin-top:20px;
	}
}




/* BUTTONS */




.btn, .chip_formfieldbutton, .chip_formfieldbuttondefault {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-shadow: none;
  background-color: #009247;
  *background-color: #009247;
  border: 0;
  *border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px;
  *margin-left: .3em;
  transition: all 0.6s;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	
  transition: all 0.2s;
}
.btn:active,
.btn.active {

}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #009247;
  *background-color: #009247;

}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #009247;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #009247;
  border-color: #0044cc #0044cc #002a80;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #009247;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}



