@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:100,400,600,700);

/*** MISC ***/
body {
	font-family: 'Source Sans Pro', sans-serif; }
a {
    color: #2ba6cb;
    text-decoration: none;
    line-height: inherit; }
a:hover,
a:focus {
    color: #258faf; }

/*** HEADER ***/
header {
	padding: 5px 0px;
	margin-bottom: 50px;
	border-bottom: 5px solid #96c93c; }
header .faq {
	padding: 0px; }
header .welcome {
	padding-top: 40px;
	line-height: normal;
	text-align: right; }
header .logo img {
	max-width: 250px;
	margin: 10px 0; }

/*** LOGIN / REGISTER / FORGOT PASSWORD ***/
.boxesWrap {
	margin: 25px auto 5px auto;
	padding: 30px;
	max-width: 525px;
	background: #F9F9F9;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px; }
.boxesWrap .head {
	padding-bottom: 15px; }
.boxesWrap .head h2 {
	font-size: 30px;
	line-height: normal;
	display: inline-block;
	margin: 0px;
	padding: 0px; }
.boxesWrap .head .button {
	margin: 0px;
	width: auto;
	padding: 10px 20px; }
.boxesWrap .label {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #f04124; }
.boxesWrap .label.blue {
	background-color: #0088FF; }
.boxesWrap form {
	margin: 0px; }
.boxesWrap form a.showBox {
	display: block;
	margin-bottom: 15px; }
.boxesWrap .btn-submit {
	text-align: center; }
.boxesWrap .btn-submit button {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 30px;
	outline: none;
	margin: 0px;
	border: 1px solid #61b737;
	border-radius: 5px;
	text-shadow: rgba(0, 0, 0, 0.35) 0 1px 0;
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	background: #96c93c; /* Old browsers */
	background: -moz-linear-gradient(top,  #96c93c 0%, #61bc3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c93c), color-stop(100%,#61bc3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #96c93c 0%,#61bc3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #96c93c 0%,#61bc3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #96c93c 0%,#61bc3a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #96c93c 0%,#61bc3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c93c', endColorstr='#61bc3a',GradientType=0 ); /* IE6-9 */ }
.ordesp {
	color: #666666;
	font-size: 15px;
	text-align: center;
	margin: 5px 0px 20px; }
.ordesp:after {
	content: '';
	display: block;
	margin-top: -7px;
	border-top: 1px solid #EEE; }
.ordesp span {
	padding: 0px 10px;
	background: #F9F9F9; }


/*** LEFT NAV ***/
#left-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 50px;
	margin: 0 auto;
	text-align: center; }
#left-nav ul li {
	z-index: 4;
	position: relative; }
#left-nav ul > li.active a {
	color: #fff;
	background-color: #717991; }
#left-nav ul > li > a {
	color: #b2b8bd;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	display: block;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	border: 8px solid #d9dee2;
	background-color: #b2b8bd;
	transition: 0.25s all linear; }
#left-nav ul > li > a span {
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	display: block;
	border-radius: 50%;
	height: 24px;
	width: 24px;
	line-height: 24px;
	margin: 4px auto; }
#left-nav ul > li.active a span {
	background-color: #717991; }
#left-nav ul > li.active .substeps {
	display: block; }
#left-nav ul > li ul.substeps {
	display: none;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: -9px; }
#left-nav ul > li ul.substeps li {
	margin-left: 4px;
	position: relative;
	z-index: 4; }
#left-nav ul > li ul.substeps li a {
	border: 6px solid #d9dee2;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 26px;
	font-size: 14px;
	color: #b4bcc2;
	font-weight: bold;
	text-indent: -999999px; }
#left-nav ul > li ul.substeps li a span {
	margin: 0px; }
#left-nav ul > li.sep {
	margin-top: -9px;
	margin-bottom: -9px;
	height: 48px; }
#left-nav ul li.sep {
	width: 20px;
	z-index: 9;
	background: #b2b8bd;
	border-left: 6px solid #d9dee2;
	border-right: 6px solid #d9dee2;
	margin-left: 15px; }
#left-nav ul > li ul.substeps li.sep {
	height: 30px;
	margin-top: -7px;
	margin-bottom: -7px;
	margin-left: 12px;
	z-index: 9; }
#left-nav ul > li.active .substeps li.sep {
	background-color: #717991; }
#left-nav ul > li ul.substeps li a.current,
#left-nav ul > li ul.substeps li a.current span {
	background: #FD6E6E; }

/*** FORMS ***/
fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
	min-width: 0px; }
fieldset legend {
	color: #00334a;
	font-size: 28px;
	line-height: 40px;
	font-weight: 100;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 21px;
	background: transparent;
	border-bottom: 1px solid #e5e5e5; }
label {
	color: #00334a;
	font-size: 16px; }
.form-select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select,
.select2-container-multi .select2-choices {
	color: #00334a;
	font-size: 15px;
	border: 2px solid #dce4ec;
	border-radius: 4px;
	padding: 0px 10px;
	height: 40px;
	box-shadow: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
textarea {
    height: auto !important;
	padding: 10px !important; }
.select2-container-multi .select2-choices {
	padding: 5px;
	min-height: 40px;
	background-image: none; }
.select2-container-multi .select2-choices .select2-search-field input {
	height: auto;
	margin: 0px;
	padding: 4px 5px; }
.select2-drop {
	margin-top: -2px; }
select:hover {
	background-color: #fafafa; }
.form-select:focus,
.form-control: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,
textarea:focus,
select:focus,
select.form-select:focus,
.select2-container-multi.select2-container-active .select2-choices {
	border: 2px solid #1ABC9C;
	box-shadow: none;
	outline: none; }
.substep .medium-block-grid-2 > li {
	padding-bottom: 0px; }
.button {
	color: #ffffff;
	font-size: 15px;
	text-align: center;
    text-decoration: none;
	display: block;
	border: 0px;
	width: 100%;
	outline: none;
	padding: 15px;
	margin: 15px 0px;
	border-radius: 4px;
	background-color: #fd6e6e; }
.button:hover,
.button:focus,
.button:active {
	color: #ffffff;
	background-color: #fc4646; }
button.disabled, button.disabled:hover,
button[disabled], button[disabled]:hover,
.button.disabled, .button.disabled:hover,
.button[disabled], .button[disabled]:hover {
	background-color: #999; }
.edit-summary {
	float: right;
	margin-top: -50px; }
div.alert,
span.alert {
    color: #F00;
    padding: 0; }
div[id^="summary-"],
span[id^="summary-"] {
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: capitalize; }
#summary-pid {
	text-transform: none; }
nav.bottom-nav .prev-form {
	color: #fd6e6e;
	display: block;
	text-align: center;
	margin-bottom: 10px; }
nav.bottom-nav .prev-form:hover {
	text-decoration: underline; }
.tt-dropdown-menu {
	width: 100%;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2); }
.tt-suggestion {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 24px; }
.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf; }
.tt-suggestion p {
	margin: 0; }

.faq {
	padding: 15px 10px; }
.faq h1 {
	font-size: 30px;
	line-height: normal;
	margin: 0px 0px 15px; }
.faq h2 {
	color: #336600;
	font-size: 24px;
	line-height: normal;
	margin: 0px 0px 15px; }
.red {
	color: #F00; }
.italic {
	font-style: italic; }
label.error + small.error {
	display: block !important; }

#recaptcha_widget_div {
	margin-bottom: 15px; }
#recaptcha_widget_div .recaptchatable {
	width: 100%;
	border: 2px solid #dce4ec !important; }
#recaptcha_widget_div .recaptchatable input {
	margin: 0px;
	border: 2px solid #dce4ec !important; }
#recaptcha_widget_div .recaptcha_only_if_privacy {
  float: none;
  text-align: center;
  display: block; }
.fileinput-button,
.fileinput-button:hover {
	color: #FFF;
	text-align: center;
	width: 100%;
	padding: 10px;
	margin: 5px 0px 0px;
	border-radius: 5px;
	background-color: #2ba6cb; }
.fileinput-button input {
	bottom: 0px; }

.progress {
	height: 17px;
	border: 0px;
	padding: 0px;
	margin: 14px 0px 0px;
	background-color: #FFF; }
.progress .meter {
    background: #008CBA;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
.progress.success .meter {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
    background: #43AC6A;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
.progress .meter.success {
    background: #43AC6A;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }

/*** FOOTER ***/
footer {
	padding-top: 25px; }
footer hr {
	border-top: 5px solid #96c93c; }
footer p {
	font-size: 12px; }
