*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body {
/*
	font: normal 100%/1.3 sans-serif;
	font-size: 14px;
	max-width: 960px;
	margin: 0 auto;
	color: #444;
*/
}
h2, h3, h4 { position: relative; }
div#wrapper { padding: 0; max-width: 1000px; width: auto; box-shadow: 0 0 10px rgba(0,0,0,.8); margin-bottom: 10px; border-bottom-right-radius: 12px; overflow: hidden; }
div#footer { max-width: 1000px; width: auto; /* box-shadow: 0 1px 10px rgba(0,0,0,.8); */ height: auto; }
div#content{ width: auto; padding-top: 50px;}
div#header div#replace a { height: 60px; background: url(../img/campaign-2014/logo.png) 0 0 no-repeat transparent; }
div#header div#replace img { display: none; }

.copyright { display: none;}


.login-form div.input {
	margin-bottom: 1em;
/* 	font-size: 14px; */
}

p, ul, ol, dl, table {
	font-size: 0.875rem;
}
	ul ul {
		list-style: disc;
	}
input, select, textarea {
	display: inline-block;
	font-size: 1em;
}

div[class*="input-"] {
	position: relative;
	font-size: 12px;
}
div[class*="input-"] + h3 {
	margin-top: 2em;
}

a {
/* 	color: #8baea2; */
	text-decoration: underline;
}
a:hover {
	color: #e9701c;
}


/* ! Member Application Form
*=============================================================================*/
.forms input { margin: 0; }
form#new-account-form {
	display: block;
	position: relative;
}
form#new-account-form h3 {
	padding: 0;
	margin: 1.5rem 0 0.5rem 0;
	background: none;
	color: #000;
}

.form-section {
	padding: 1.5rem;
	margin-bottom: 2rem;
	border: 1px solid #ccc;
	border-radius: 3px;
	border-top-right-radius: 8px;
}
	.coapplicant > .form-section {
		border-color: #8baea2;
		background: rgba(139, 174, 162, .05);
	}
	.form-section > *:first-child {
		margin-top: 0;
	}
	.form-section > *:last-child {
		margin-bottom: 0;
	}

	form h2 {
		padding: 0.75rem 1.5rem 0.5rem 1.5rem;
		margin: 0;
		border-top-right-radius: 8px;
		/* font-family: "Frutiger Bold","Myriad Pro",Arial,Helvetica,Verdana,sans-serif; */
		font-size: 1.5rem;
		text-transform: uppercase;
		letter-spacing: 0.075em;
		line-height: 1.1;
		background: #8baea2;
		color: #000;
	}
	.form-section h3 {
		font-size: 1.25rem;
		font-weight: 300;
		line-height: 1.5;
		text-transform: none;
		letter-spacing: normal;
		background: none;
		color: #000;
	}
	.form-section h4 {
		font-size: 1.25rem;
		font-weight: 600;
		margin-top: 1.5rem;
	}

div.input.text,
div.input.password,
div.input-text,
div.input-select,
div.input-date,
div.input-checkbox,
div.input-radio > fieldset {
	display: flex;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 0.25rem;
	width: 100%;
	padding: 0.25rem;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
div.input-radio > fieldset { margin-top: 2.5rem; border: none; }
div.input-radio > fieldset legend {
	display: block;
	position: absolute;
	top: -1.5rem;
	left: 0;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25;
}
label {
	display: block;
	position: relative;
	flex: 0 0 32%;
	max-width: 32%;
	padding: 0.5rem 0 0.5rem 1.5rem;
	text-align: right;
}
	label[for*="terms"] {
		text-align: left;
		width: auto;
	}
/* div[class*="input-"] {
	margin-bottom: 1em;
	position: relative;
} */
	div[class*="input-radio"] > label {
		width: auto;
		text-align: left;
	}

input[type="radio"],
input[type="checkbox"] {

}
label input[type="radio"],
label input[type="checkbox"] {

}

/* for input placeholder polyfill */
.placeholder { color: #999; }

/*
div[class*="input-"].required label:before {
	content: " *";
}
*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
select {
	display: block;
	position: relative;
	flex: 1 0 60%;
	max-width: 66%;
	padding: 4px;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 0.875rem;
	margin: 0;
}

div.input-text p { flex: 0 0 100%; padding: 0.25rem; margin: 0; }
input[disabled] {
	opacity: .8;
}
output {
	padding: 4px 0;
	vertical-align: middle;
	display: inline-block;
}
output,
.total b {
	font-size: 20px;
	font-weight: bold;
}

fieldset {
	display: block;
	position: relative;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(42,142,218,0.6);
	outline: 0 none;
}





.input-prefix,
.input-suffix {
	display: inline-block;
	padding: 0.25rem;
	color: #000;
	line-height: 1;
	vertical-align: top;
	font-size: 0.75rem;
}

	.input-prefix + input {

	}
	input.date {

	}
	input.date { position: relative; }

	.add-on {
		cursor: pointer;
		background: #fff;
		color: #8baea2;
	}

	/* bootstrap dropdown */
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0px;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0px;
		margin: 2px 0px 0px;
		list-style: outside none none;
		background-color: #FFF;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
		background-clip: padding-box;
	}

.icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	padding: 0;
	margin-top: -12px;
	border: 1px solid #000;
	border-radius: 100%;
	font-family: "Helvetica", Arial, sans-serif;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: center;
	color: #000;
	cursor: help;
}
.icon:hover,
.add-on:hover {
	color: #e9701c;
}
h2 .icon {
	display: inline-block;
	position: relative;
	top: -0.25rem;
	left: auto;
	margin: 0;
}

.w10 { width: 10%; }
.w20 { width: 20%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w100 { width: 100%; }

.products {
	padding-left: 0;
	list-style: none;
	max-width: none;
	margin-left: 0;
}
.products > li {
	margin-bottom: 2em;
}
.products > li > .input-checkbox:first-child label {
	font-weight: bold;
	min-width: 0;
	width: auto;
	padding: 2px 0;
}
.products > li > .input-checkbox:first-child input:disabled + label {
	/* 	grey-out next label for disabled products */
	opacity: .7;
}

	input:disabled#productHISA,
	.products > li > .input-checkbox:first-child input#productHISA:disabled + label {
		opacity: 1;
	}

.button {
		display: inline-block;
		min-width: 200px;
		padding: 10px 15px 9px;
		margin-bottom: 2em;
		border-top: solid #ad5034 1px;
		border-right: solid #ad5034 1px;
		border-bottom: solid #ad5034 1px;
		border-left: solid #ad5034 1px;
		color: #ffffff;
		background: #ee8622;
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlODYyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMTU4MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background-image: -webkit-linear-gradient(top, #ee8622, #e15816);
		background-image:    -moz-linear-gradient(top, #ee8622, #e15816);
		background-image:     -ms-linear-gradient(top, #ee8622, #e15816);
		background-image:      -o-linear-gradient(top, #ee8622, #e15816);
		background-image:         linear-gradient(to bottom, #ee8622, #e15816);
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		        border-radius: 10px;
		-webkit-box-shadow: 0px 1px 3px #999, 0 2px 1px #f2a051 inset;
		   -moz-box-shadow: 0px 1px 3px #999, 0 2px 1px #f2a051 inset;
		        box-shadow: 0px 1px 3px #999, 0 2px 1px #f2a051 inset;

		font-family: Arial;
		font-weight: bold;
		font-size: 16px;
		line-height: 1;
		text-decoration: none;
		text-align: center;
		text-shadow: 0px -1px 1px #333333;
		-webkit-transition: all .1s ease-in-out;
		   -moz-transition: all .1s ease-in-out;
		        transition: all .1s ease-in-out;
		cursor: pointer;
	}
	.button:hover {
		color: #fefefe;
		background: #ed8523;
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkODUyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNzRlMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background-image: -webkit-linear-gradient(top, #ed8523, #c74e16);
		background-image:    -moz-linear-gradient(top, #ed8523, #c74e16);
		background-image:     -ms-linear-gradient(top, #ed8523, #c74e16);
		background-image:      -o-linear-gradient(top, #ed8523, #c74e16);
		background-image:         linear-gradient(to bottom, #ed8523, #c74e16);
		text-decoration: none;
	}

	.button.alt,
	.button:active,
	.button:focus {
		background-color: #8baea2;
		background: rgb(165,204,189);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1Y2NiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YmFlYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(165,204,189,1) 0%, rgba(139,174,162,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,204,189,1)), color-stop(100%,rgba(139,174,162,1)));
		background: -webkit-linear-gradient(top,  rgba(165,204,189,1) 0%,rgba(139,174,162,1) 100%);
		background: -o-linear-gradient(top,  rgba(165,204,189,1) 0%,rgba(139,174,162,1) 100%);
		background: -ms-linear-gradient(top,  rgba(165,204,189,1) 0%,rgba(139,174,162,1) 100%);
		background: linear-gradient(to bottom,  rgba(165,204,189,1) 0%,rgba(139,174,162,1) 100%);

		border-color: #999;

		-webkit-box-shadow: 0px 1px 3px #999, 0 2px 1px #AFD8C9 inset;
		   -moz-box-shadow: 0px 1px 3px #999, 0 2px 1px #AFD8C9 inset;
		        box-shadow: 0px 1px 3px #999, 0 2px 1px #AFD8C9 inset;

		max-width: 250px;
	}
	.button.alt:hover {
		background: rgb(165,204,189);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1Y2NiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NjkzOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(165,204,189,1) 0%, rgba(118,147,138,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,204,189,1)), color-stop(100%,rgba(118,147,138,1)));
		background: -webkit-linear-gradient(top,  rgba(165,204,189,1) 0%,rgba(118,147,138,1) 100%);
		background: -o-linear-gradient(top,  rgba(165,204,189,1) 0%,rgba(118,147,138,1) 100%);
		background: -ms-linear-gradient(top,  rgba(165,204,189,1) 0%,rgba(118,147,138,1) 100%);
		background: linear-gradient(to bottom,  rgba(165,204,189,1) 0%,rgba(118,147,138,1) 100%);
	}

input[type="submit"] {
	margin: 1em auto 3em;
	display: block;
}


/* !Messages */

form .note {
	max-width: 500px;
	padding-left: .5em;
	color: #666;
	font-size: 90%;
}
.message-info {
	color: skyblue;
}
.message-warning {
	color: #e9701c; /* dark orange (OLF campaign) */
}
.message-error {
	color: #d14;
}
	.is-error .message-error {
		display: block;
	}

	div[class*="input-"] .message-error {
		display: none;

		opacity: 0;
		transition: opacity 1s ease-in;
	}
	div[class*="input-"].is-error .message-error {
		display: inline-block;
		opacity: 1;
	}
	div[class*="input-"].is-error {
		border-color: #d14;
	}



.on {
	display: block;
}
.off {
	display: none;
}
.dependant,
.dependant-level2 {
	display: none;
}


.visible-false {
	display: none;
}
.visible-true {
	display: block;
}

.scrollable {
	width: 100%;
	max-height: 200px;
	padding: 10px;
	margin: 0 0 1rem 0;
	overflow-y: scroll;
	height: auto;
	border: 1px solid #999;
}








/* POPOVER */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;

  font-size: 14px;
  font-weight: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
	color: #141414;
	line-height: 1.3;
	text-transform: none;
	font-family: sans-serif;
	letter-spacing: normal;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}


/* dialog */
.dialog {
	position: fixed;
	left: 5%;
	right: 5%;
	top: 10%;
	width: 90%;
	height: 500px;
	max-width: 1000px;
	margin: 0 auto;
	box-shadow: 0 0 100px rgba(0,0,0,1);
	padding: 30px 20px;
	background: #fff;
	z-index: 10000;
}
	.dialog iframe {
		display: block;
		width: 100%;
		min-height: 450px;
	}
	.dialog .dialog-close {
		position: absolute;
		right: 5px;
		top: 5px;
	}


#overlay {
	display:block;
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
	height: 100%;
	padding:0;
	margin: 0;

	background: url("../img/loading.gif") center center no-repeat rgba(0,0,0,0.4);
}

@media only screen and (max-width: 670px) {

}
@media only screen and (max-width: 520px) {
	label { flex: 0 0 100%; max-width: 100%; text-align: left; padding: 0.5rem 1.5rem 0.5rem 0; }
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="date"],
	select { flex: 0 0 100%; max-width: 100%; }
	.icon { top: 0.5rem; left: -24px; margin: 0; }
}
