* {
	box-sizing: border-box;
}

.chip_wrapper {
	font-size:16px !important;
	width:100%;
}

.chip_wrapper h2 {
	color: #313131;
    font-family: Roboto;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.2em;
    text-transform: none;
	padding:10px 0 20px 0;
}

.chip_wrapper > h2 {
	text-align:left;
	}

.chip_formlabelrequired {
	color:#f00;
	padding-left: 5px;
}

.chip_optionswrapper .chip_paragraphs, .chip_homeoptions .chip_paragraphs {

}

.chip_optionswrapper .chip_paragraphs, .chip_optionswrapper h2, .chip_homeoptions .chip_paragraphs {
	color:#fff;
}

.chip_paragraphs {
  xpadding:0 20px;
}

.chip_entryform .chip_paragraphs {
  padding:0 0;
}

a .chip_paragraphs {
  padding:0 0;

}


.chip_optionswrapper, .chip_homeoptions {

}

.chip_optionswrapper:before, .chip_homeoptions:before, .chip_optionswrapper:after, .chip_homeoptions:after {
	clear:both;
	display:table;
	height:0px;
	content:"";
}

.chip_wrapper ul {
	padding:10px !important;
	xlist-style-type: none !important;
}

.chip_wrapper li {
	margin-bottom:5px;
}

.chip_optionswrapper ul, .chip_homeoptions ul{
	padding:0 !important;
	width:100% !important;
	margin:00px auto !important;
	padding-top: 10px !important;
}

.chip_optionswrapper li, li.chip_homeoptionsrow {
	float:left;
	width: calc(50% - 10px);
	margin:5px;
	list-style-type: none !important;
}

.chip_optionswrapper li a, .chip_homeoptions ul li a {
	background: #5e5858  !important;
	border: 0px solid #000;
	font-size: 16px !important;
	min-height:185px;
	padding: 20px !important;
	transition: all 0.5s;
	border-radius:5px;
	color:#fff !important;
	font-weight:300 !important;
}

li.chip_homeoptionsrow a span {

}

.chip_optionswrapper li a:hover, li.chip_homeoptionsrow a:hover, .chip_optionswrapper li a:focus, li.chip_homeoptionsrow a:focus {
	background: #404041 !important;
	color: #fff !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;
	text-align:left;
}

.chip_optionswrapper .chip_paragraphs {

}

.chip_entryform h3 {
	font-size: 22px !important;
	padding-top:0px;
}

.chip_photocontainer {
	padding:10px 0 10px 0;
}

.chip_entryform {
	padding:20px;
	background: #eee;
	border:1px solid #c6c6c6;
	margin-bottom: 10px;
	border-radius:4px;
}

.chip_entryform table td {
	padding:5px;
}

.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: transparent;
	border:0;
}

.chip_docuploadtable {
	background: #fff;
	border-radius:4px;
}

.chip_docuploadtable table {
	margin-bottom: 0;
}

.chip_docuploadtable table td {
	padding:7px;
	border:0 !important;
}

.chip_forminput {
	width:55%;
	padding:5px;
	border-radius: 3px;
	height:auto !important;
	margin:0  !important;
}

.chip_textarea {
	resize: vertical !important;
	width: 100%;
	border-radius: 3px;
	padding-top: 5px;
	font-size: 16px;
}

.chip_textareareadonly {
	width: 65% !important;
	box-shadow:none !important;
}

.chip_formreadonlywrapper {
	border-bottom:1px solid #ccc;
	border-radius:0;
	margin-bottom:30px;
}

.chip_forminputreadonly {
	background:transparent !important;
	border:0 !important;
	box-shadow:none !important;
	padding-top:0px !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;
  border-color: #999;
  cursor: pointer;
}

.chip_formfielddate {
	width:5em;
}

.chip_forminputsmaller {
	width:5em !important;
}

.chip_formfieldbutton, .chip_formfieldbuttondefault {
	all: initial;
	padding:10px 16px;
	border:0px solid #000;
	font-family:inherit!important;
	font-size:16px;
	font-weight: 300;
	cursor:pointer;
	margin-right:10px;
	color: #ffffff;
    background: #5e5858 ;
	text-shadow:none;
	text-transform: capitalize;
	border-radius:3px;
	transition: all 0.6s ease;
}

.chip_formfieldbutton:hover, .chip_formfieldbuttondefault:hover, .chip_formfieldbutton:active, .chip_formfieldbuttondefault:active {
	background: #404041;
	color:#fff;
	transition: all 0.3s ease;
}

.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 !important;
    background: #F2DEDE;
}

.chip_loadmessage ul li {
font-size: 16px;
color: #B94A48 !important;
font-weight:500;
}

.chip_labelinfo {
	font-size:14px;
}

.chip_labelinfo img {
	position:relative;
	top:-2px;
}



form {

}

.chip_formfieldrow {
	padding:5px 10px 10px 10px;
	margin:0 auto !important;
}

.securityiconswrapper {
	font-size:13px;
	border-radius:0;
	border-right:0;
	border-left:0;
}

.securityiconswrapper a {
	text-decoration:none !important;
	border:0 !important;
}

#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 {
	padding:5px 10px 10px 10px;
	border: 0 !important;
	border-bottom: 1px solid #ddd !important;
}

.chip_entryform table td label {
	font-weight: normal;
	cursor: pointer;
	vertical-align:top;
	display: inline;
}

.chip_radiocell input {
	cursor: pointer;
	margin:0;
}



@media (max-width: 1170px), screen {
	#logo a img {

  }
}

@media (max-width: 1200px) {

	.chip_forminput {
		width:45%;
	}
}

@media (max-width: 992px) {

	.chip_forminput {
		width:48%;
	}

	.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%;
	}

	.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:0px;
	}
}





