img,
legend {
	border: 0
}
#tou_true, #true_option, #true_option a {
  display: inline;
  vertical-align: middle;
}

a#signup_privacy_s {
    font-size: 16px;
}

p#messageParagraph, #messageParagraph a {
    display: inline;
}

p#sign-up_content a {
    display: inline;
}

ul.password-complexity-requirements li#signup_b {   
	list-style-type: circle;
	margin-left: 20px;
}

#tou_true{
    width: 15px;
    margin-right: 10px;
}

.error{
	color:#595959;
}
 
legend,
td,
th {
	padding: 0
}

.fa,
.login-container .error-message:before {
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale
}

.fa-ul,
.textSection ul {
	list-style-type: none
}

.acca-icon,
.fa {
	-moz-osx-font-smoothing: grayscale
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
optgroup,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre,
textarea {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

.acca-icon,
.popover {
	font-style: normal;
	font-weight: 400;
	text-transform: none
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

#feedback-banner *,
#feedback-banner :after,
#feedback-banner :before,
#footer *,
#footer :after,
#footer :before,
#header *,
#header :after,
#header :before,
#main *,
#main :after,
#main :before,
.feedback-form *,
.feedback-form :after,
.feedback-form :before,
.login-container * {
	box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.btn-container,
p.btn {
	font-size: .875em!important
}

.btn,
button,
input[type=submit] {
	background: #c80000;
	border: none;
	color: #fff;
	display: inline-block;
	line-height: normal;
	padding: 8px 15px;
	position: relative;
	text-align: center;
	transition: background .2s, border-color .2s, color .2s;
	-webkit-transition: background .2s, border-color .2s, color .2s;
	 margin: 10px 0 10px;
	 margin-right: 10px;
	 
}

.btn:hover,
button:hover,
input[type=submit]:hover {
	background: #d33333;
	color: #fff;
	text-decoration: none
}

.btn:active,
button:active,
input[type=submit]:active {
	background: #a00000
}

.btn.disabled,
.btn[disabled],
button.disabled,
button[disabled],
input[type=submit].disabled,
input[type=submit][disabled] {
	background: #e5e5e5!important;
	cursor: default!important
}

.btn.btn-lg,
button.btn-lg,
input[type=submit].btn-lg {
	padding: 15px 40px
}

.btn.btn-black,
button.btn-black,
input[type=submit].btn-black {
	color: #fff;
	background: #000
}

.btn.btn-black:hover,
button.btn-black:hover,
input[type=submit].btn-black:hover {
	background: #333
}

.btn.btn-black:active,
button.btn-black:active,
input[type=submit].btn-black:active {
	background: #281919
}

.btn.btn-full-width,
button.btn-full-width,
input[type=submit].btn-full-width {
	width: 100%
}

.btn.btn-hollow,
button.btn-hollow,
input[type=submit].btn-hollow {
	background: 0 0;
	border: 1px solid #c80000;
	color: #c80000;
	font-family: Arial, Helvetica, sans-serif!important;
	font-family: Arial, Helvetica, sans-serif
}

.btn.btn-hollow:hover,
button.btn-hollow:hover,
input[type=submit].btn-hollow:hover {
	border-color: #ec686c;
	color: #ec686c
}

.btn.btn-hollow:active,
button.btn-hollow:active,
input[type=submit].btn-hollow:active {
	border-color: #a00000;
	color: #a00000
}

.btn.btn-hollow.disabled,
.btn.btn-hollow[disabled],
button.btn-hollow.disabled,
button.btn-hollow[disabled],
input[type=submit].btn-hollow.disabled,
input[type=submit].btn-hollow[disabled] {
	background: #fff!important;
	border-color: #e5e5e5!important;
	color: #e5e5e5!important
}

.btn.btn-arrow,
button.btn-arrow,
input[type=submit].btn-arrow {
	background: #fff;
	border: 1px solid #c80000;
	color: #c80000;
	font-family: Arial, Helvetica, sans-serif!important;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 55px 0 20px;
	height: 35px;
	line-height: 35px
}

#main .content-header>.inner,
form.form-styled label {
	font-family: 'Avenir W01', Helvetica, sans-serif!important
}

.btn.btn-arrow:hover,
.btn.btn-arrow:hover .fa-icon-container,
button.btn-arrow:hover,
button.btn-arrow:hover .fa-icon-container,
input[type=submit].btn-arrow:hover,
input[type=submit].btn-arrow:hover .fa-icon-container {
	border-color: #ec686c;
	color: #ec686c
}

.btn.btn-arrow:active,
.btn.btn-arrow:active .fa-icon-container,
button.btn-arrow:active,
button.btn-arrow:active .fa-icon-container,
input[type=submit].btn-arrow:active,
input[type=submit].btn-arrow:active .fa-icon-container {
	border-color: #a00000;
	color: #a00000
}

.btn.btn-arrow.disabled,
.btn.btn-arrow[disabled],
button.btn-arrow.disabled,
button.btn-arrow[disabled],
input[type=submit].btn-arrow.disabled,
input[type=submit].btn-arrow[disabled] {
	background: #fff!important;
	border-color: #e5e5e5!important;
	color: #e5e5e5!important
}

.btn.btn-arrow.disabled .fa-icon-container,
.btn.btn-arrow[disabled] .fa-icon-container,
button.btn-arrow.disabled .fa-icon-container,
button.btn-arrow[disabled] .fa-icon-container,
input[type=submit].btn-arrow.disabled .fa-icon-container,
input[type=submit].btn-arrow[disabled] .fa-icon-container {
	background: #e5e5e5!important;
	border-color: #e5e5e5!important;
	color: #fff!important
}

.btn.btn-arrow.btn-slide-animation .fa-icon-container,
button.btn-arrow.btn-slide-animation .fa-icon-container,
input[type=submit].btn-arrow.btn-slide-animation .fa-icon-container {
	overflow: hidden
}

.btn.btn-arrow.btn-slide-animation .icon-slide-container,
button.btn-arrow.btn-slide-animation .icon-slide-container,
input[type=submit].btn-arrow.btn-slide-animation .icon-slide-container {
	display: block;
	height: 11px;
	margin-left: -36px;
	margin-top: 11px;
	overflow: hidden;
	transition: margin .2s;
	width: 60px
}

.btn.btn-arrow.btn-slide-animation:not(.disabled):hover .icon-slide-container,
button.btn-arrow.btn-slide-animation:not(.disabled):hover .icon-slide-container,
input[type=submit].btn-arrow.btn-slide-animation:not(.disabled):hover .icon-slide-container {
	margin-left: 9px
}

.btn.btn-arrow .fa-icon-container,
button.btn-arrow .fa-icon-container,
input[type=submit].btn-arrow .fa-icon-container {
	background: #fff;
	border-color: #c80000;
	border-style: solid;
	border-width: 0 0 0 1px;
	color: #c80000;
	display: block;
	height: 33px;
	line-height: 37px;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 35px;
	transition: background .2s, border-color .2s, color .2s;
	-webkit-transition: background .2s, border-color .2s, color .2s
}

.btn.btn-arrow.btn-red,
.btn.btn-arrow.btn-red .fa-icon-container,
button.btn-arrow.btn-red,
button.btn-arrow.btn-red .fa-icon-container,
input[type=submit].btn-arrow.btn-red,
input[type=submit].btn-arrow.btn-red .fa-icon-container {
	color: #fff;
	background: #c80000
}

.btn.btn-arrow.btn-red .fa-icon-container,
button.btn-arrow.btn-red .fa-icon-container,
input[type=submit].btn-arrow.btn-red .fa-icon-container {
	border-color: #fff
}

.btn.btn-arrow.btn-red:hover,
.btn.btn-arrow.btn-red:hover .fa-icon-container,
button.btn-arrow.btn-red:hover,
button.btn-arrow.btn-red:hover .fa-icon-container,
input[type=submit].btn-arrow.btn-red:hover,
input[type=submit].btn-arrow.btn-red:hover .fa-icon-container {
	background: #d33333
}

.btn.btn-arrow.btn-red:active,
.btn.btn-arrow.btn-red:active .fa-icon-container,
button.btn-arrow.btn-red:active,
button.btn-arrow.btn-red:active .fa-icon-container,
input[type=submit].btn-arrow.btn-red:active,
input[type=submit].btn-arrow.btn-red:active .fa-icon-container {
	background: #a00000
}

.btn.btn-arrow.btn-red.disabled,
.btn.btn-arrow.btn-red[disabled],
button.btn-arrow.btn-red.disabled,
button.btn-arrow.btn-red[disabled],
input[type=submit].btn-arrow.btn-red.disabled,
input[type=submit].btn-arrow.btn-red[disabled] {
	background: #e5e5e5!important;
	border-color: #e5e5e5!important;
	color: #fff!important
}

.btn.btn-arrow.btn-red.disabled .fa-icon-container,
.btn.btn-arrow.btn-red[disabled] .fa-icon-container,
button.btn-arrow.btn-red.disabled .fa-icon-container,
button.btn-arrow.btn-red[disabled] .fa-icon-container,
input[type=submit].btn-arrow.btn-red.disabled .fa-icon-container,
input[type=submit].btn-arrow.btn-red[disabled] .fa-icon-container {
	background: #e5e5e5!important;
	border-color: #fff!important;
	color: #fff!important
}

.btn.btn-arrow.btn-white,
button.btn-arrow.btn-white,
input[type=submit].btn-arrow.btn-white {
	color: #c80000;
	background: #fff
}

.btn.btn-arrow.btn-white .fa-icon-container,
button.btn-arrow.btn-white .fa-icon-container,
input[type=submit].btn-arrow.btn-white .fa-icon-container {
	background: #fff;
	color: #c80000;
	height: 33px;
	line-height: 35px;
	margin: 0
}

.btn.btn-arrow.btn-white:hover,
.btn.btn-arrow.btn-white:hover .fa-icon-container,
button.btn-arrow.btn-white:hover,
button.btn-arrow.btn-white:hover .fa-icon-container,
input[type=submit].btn-arrow.btn-white:hover,
input[type=submit].btn-arrow.btn-white:hover .fa-icon-container {
	border-color: #d33333;
	color: #d33333
}

.btn.btn-arrow.btn-white:active,
button.btn-arrow.btn-white:active,
input[type=submit].btn-arrow.btn-white:active {
	border-color: #a00000
}

.btn.btn-arrow.btn-white.disabled .fa-icon-container,
.btn.btn-arrow.btn-white[disabled] .fa-icon-container,
button.btn-arrow.btn-white.disabled .fa-icon-container,
button.btn-arrow.btn-white[disabled] .fa-icon-container,
input[type=submit].btn-arrow.btn-white.disabled .fa-icon-container,
input[type=submit].btn-arrow.btn-white[disabled] .fa-icon-container {
	background: #fff!important;
	border-color: #e5e5e5!important;
	color: #e5e5e5!important
}

.btn.btn-arrow.btn-white.btn-transparent,
button.btn-arrow.btn-white.btn-transparent,
input[type=submit].btn-arrow.btn-white.btn-transparent {
	border-color: #fff;
	color: #fff;
	background: 0 0
}

.btn.btn-arrow.btn-white.btn-transparent .fa-icon-container,
button.btn-arrow.btn-white.btn-transparent .fa-icon-container,
input[type=submit].btn-arrow.btn-white.btn-transparent .fa-icon-container {
	color: #fff;
	background: 0 0;
	border-left: 1px solid #fff
}

.btn.btn-arrow.btn-white.btn-transparent:hover,
button.btn-arrow.btn-white.btn-transparent:hover,
input[type=submit].btn-arrow.btn-white.btn-transparent:hover {
	background: #fff;
	color: #c80000
}

.btn.btn-arrow.btn-white.btn-transparent:hover .fa-icon-container,
button.btn-arrow.btn-white.btn-transparent:hover .fa-icon-container,
input[type=submit].btn-arrow.btn-white.btn-transparent:hover .fa-icon-container {
	color: #c80000
}

.btn.btn-arrow.btn-transparent,
button.btn-arrow.btn-transparent,
input[type=submit].btn-arrow.btn-transparent {
	background: 0 0
}

.btn.btn-loading,
button.btn-loading,
input[type=submit].btn-loading {
	background: rgba(200, 0, 0, .6)
}

form.form-styled hr,
form.form-styled input[type=password][disabled],
form.form-styled input[type=text][disabled],
form.form-styled textarea[disabled] {
	background-color: #e5e5e5
}

input,
textarea {
	border-radius: 0
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent
}

form.form-styled label {
	font-family: 'Avenir W01', Helvetica, sans-serif
}

form.form-styled input[type=password],
form.form-styled input[type=text],
form.form-styled textarea {
	border: 1px solid #e5e5e5;
	display: block;
	font-size: .875em;
	width: 100%;
	-webkit-appearance: none
}

form.form-styled input[type=password].success,
form.form-styled input[type=text].success,
form.form-styled textarea.success {
	border-color: #8bc34a
}

form.form-styled input[type=password].error,
form.form-styled input[type=text].error,
form.form-styled textarea.error {
	border-color: #c80000
}

form.form-styled input[type=password],
form.form-styled input[type=text] {
	height: 50px;
	padding: 0 20px
}

input, textarea {
	height: 50px;
	padding: 0 20px;
	border: 1px solid #e5e5e5;
    display: block;
    font-size: .875em;
    width: 100%;
    margin: 10px 0 10px;
} 
 
form.form-styled textarea {
	padding: 20px
}

form.form-styled fieldset {
	border: none;
	margin: 0;
	padding: 0
}

form.form-styled fieldset h4 {
	margin: 15px 0
}

form.form-styled fieldset p.fieldset-description {
	color: #747678;
	font-size: .75em
}

form.form-styled .question-list {
	list-style: none;
	margin: 0;
	padding: 0
}

form.form-styled .question-list li {
	margin: 60px 0
}

form.form-styled .question-list .legend {
	line-height: normal
}

form.form-styled hr {
	border: 0;
	height: 1px;
	margin-bottom: 30px
}

form.form-styled .form-element {
	margin: 15px 0 25px
}

form.form-styled .form-element.text label,
form.form-styled .form-element.textarea label {
	cursor: pointer;
	display: block;
	margin-bottom: 15px
}

form.form-styled .form-element.checkbox,
form.form-styled .form-element.radio {
	position: relative
}

form.form-styled .form-element.checkbox input[type=checkbox],
form.form-styled .form-element.checkbox input[type=radio],
form.form-styled .form-element.radio input[type=checkbox],
form.form-styled .form-element.radio input[type=radio] {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0
}

form.form-styled .form-element.checkbox input[type=checkbox]:checked,
form.form-styled .form-element.checkbox input[type=checkbox]:not(:checked),
form.form-styled .form-element.checkbox input[type=radio]:checked,
form.form-styled .form-element.checkbox input[type=radio]:not(:checked),
form.form-styled .form-element.radio input[type=checkbox]:checked,
form.form-styled .form-element.radio input[type=checkbox]:not(:checked),
form.form-styled .form-element.radio input[type=radio]:checked,
form.form-styled .form-element.radio input[type=radio]:not(:checked) {
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	border: 0;
	position: absolute;
	width: 1px
}

form.form-styled .form-element.checkbox input[type=checkbox]:checked+label .icon,
form.form-styled .form-element.checkbox input[type=checkbox]:not(:checked)+label .icon,
form.form-styled .form-element.checkbox input[type=radio]:checked+label .icon,
form.form-styled .form-element.checkbox input[type=radio]:not(:checked)+label .icon,
form.form-styled .form-element.radio input[type=checkbox]:checked+label .icon,
form.form-styled .form-element.radio input[type=checkbox]:not(:checked)+label .icon,
form.form-styled .form-element.radio input[type=radio]:checked+label .icon,
form.form-styled .form-element.radio input[type=radio]:not(:checked)+label .icon {
	background-color: #e5e5e5;
	background-image: url(../img/icons/check-radio-tick.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	border: 1px solid #e5e5e5;
	height: 20px;
	left: 0;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	transition: border .2s, background .2s;
	-webkit-transition: border .2s, background .2s;
	width: 20px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	form.form-styled .form-element.checkbox input[type=checkbox]:checked+label .icon,
	form.form-styled .form-element.checkbox input[type=checkbox]:not(:checked)+label .icon,
	form.form-styled .form-element.checkbox input[type=radio]:checked+label .icon,
	form.form-styled .form-element.checkbox input[type=radio]:not(:checked)+label .icon,
	form.form-styled .form-element.radio input[type=checkbox]:checked+label .icon,
	form.form-styled .form-element.radio input[type=checkbox]:not(:checked)+label .icon,
	form.form-styled .form-element.radio input[type=radio]:checked+label .icon,
	form.form-styled .form-element.radio input[type=radio]:not(:checked)+label .icon {
		background-image: url(../img/icons/check-radio-tick@2x.png);
		background-size: 20px 20px
	}
}

form.form-styled .form-element.checkbox input[type=checkbox]:checked+label:hover .icon,
form.form-styled .form-element.checkbox input[type=checkbox]:not(:checked)+label:hover .icon,
form.form-styled .form-element.checkbox input[type=radio]:checked+label:hover .icon,
form.form-styled .form-element.checkbox input[type=radio]:not(:checked)+label:hover .icon,
form.form-styled .form-element.radio input[type=checkbox]:checked+label:hover .icon,
form.form-styled .form-element.radio input[type=checkbox]:not(:checked)+label:hover .icon,
form.form-styled .form-element.radio input[type=radio]:checked+label:hover .icon,
form.form-styled .form-element.radio input[type=radio]:not(:checked)+label:hover .icon {
	border-color: #c80000
}

form.form-styled .form-element.checkbox input[type=checkbox]:checked:disabled+label,
form.form-styled .form-element.checkbox input[type=checkbox]:not(:checked):disabled+label,
form.form-styled .form-element.checkbox input[type=radio]:checked:disabled+label,
form.form-styled .form-element.checkbox input[type=radio]:not(:checked):disabled+label,
form.form-styled .form-element.radio input[type=checkbox]:checked:disabled+label,
form.form-styled .form-element.radio input[type=checkbox]:not(:checked):disabled+label,
form.form-styled .form-element.radio input[type=radio]:checked:disabled+label,
form.form-styled .form-element.radio input[type=radio]:not(:checked):disabled+label {
	color: #999;
	cursor: default
}

form.form-styled .form-element.checkbox input[type=checkbox]:checked+label,
form.form-styled .form-element.checkbox input[type=radio]:checked+label,
form.form-styled .form-element.checkbox label:hover,
form.form-styled .form-element.radio input[type=checkbox]:checked+label,
form.form-styled .form-element.radio input[type=radio]:checked+label,
form.form-styled .form-element.radio label:hover {
	color: #c80000
}

form.form-styled .form-element.checkbox input[type=checkbox]:checked:disabled+label .icon,
form.form-styled .form-element.checkbox input[type=checkbox]:not(:checked):disabled+label .icon,
form.form-styled .form-element.checkbox input[type=radio]:checked:disabled+label .icon,
form.form-styled .form-element.checkbox input[type=radio]:not(:checked):disabled+label .icon,
form.form-styled .form-element.radio input[type=checkbox]:checked:disabled+label .icon,
form.form-styled .form-element.radio input[type=checkbox]:not(:checked):disabled+label .icon,
form.form-styled .form-element.radio input[type=radio]:checked:disabled+label .icon,
form.form-styled .form-element.radio input[type=radio]:not(:checked):disabled+label .icon {
	background-color: #f6f6f6!important;
	border: none
}

form.form-styled .form-element.checkbox input[type=checkbox]:checked+label .icon,
form.form-styled .form-element.checkbox input[type=radio]:checked+label .icon,
form.form-styled .form-element.radio input[type=checkbox]:checked+label .icon,
form.form-styled .form-element.radio input[type=radio]:checked+label .icon {
	background-color: #c80000;
	background-position: center;
	border-color: #c80000
}

form.form-styled .form-element.checkbox input[type=radio]:checked+label .icon,
form.form-styled .form-element.checkbox input[type=radio]:not(:checked)+label .icon,
form.form-styled .form-element.radio input[type=radio]:checked+label .icon,
form.form-styled .form-element.radio input[type=radio]:not(:checked)+label .icon {
	border-radius: 10px
}

form.form-styled .form-element.checkbox label,
form.form-styled .form-element.radio label {
	cursor: pointer;
	display: block;
	font-size: .875em;
	padding-left: 40px;
	transition: color .2s
}

form.form-styled .form-element.select {
	text-align: center;
	position: relative
}

form.form-styled .form-element.select.styled {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	color: #595959;
	line-height: 50px;
	padding: 0 20px;
	text-align: left;
	transition: background .2s, border .2s, color .2s;
	-webkit-transition: background .2s, border .2s, color .2s;
	z-index: 1
}

form.form-styled .form-element.select.styled:hover {
	background-color: #dcdddd;
	color: #000
}

form.form-styled .form-element.select.styled:hover .icon-container {
	border-color: #f8f8f8
}

form.form-styled .form-element.select.styled select {
	-webkit-appearance: none;
	bottom: 0;
	color: #000;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

form.form-styled .form-element.select.styled .select-text {
	font-size: .875em
}

form.form-styled .form-element.select.styled .icon-container {
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px
}

form.form-styled .form-element.select.styled.separator .icon-container {
	border-left: 2px solid #e5e5e5
}

form.form-styled .form-element.form-error .error-title {
	background-color: #f2dede;
	color: #000;
	font-size: 1em;
	padding: 18px 20px 18px 55px;
	position: relative
}

form.form-styled .form-element.form-error .error-title i {
	color: #c80000;
	font-size: 1.75em;
	left: 20px;
	position: absolute;
	top: 15px
}

form.form-styled .form-element.form-error .error-description {
	border: 1px solid #e5e5e5;
	border-top-width: 0;
	color: #595959;
	font-size: .875em;
	padding: 20px
}

form.form-styled.max-width .form-element.form-error,
form.form-styled.max-width .form-element.select,
form.form-styled.max-width input[type=text],
form.form-styled.max-width textarea {
	max-width: 370px
}

#main form h2.legend,
#main form h3.legend,
#main form legend {
	display: block;
	font-size: 1.125em;
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%
}

.article-page form.form-styled fieldset legend,
.article-page form.form-styled label {
	color: #616161
}

.form-request-certificate h4 {
	font-size: 1.075em
}

.form-request-certificate h5 {
	color: #595959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875em;
	line-height: 1.5em;
	margin: 0 0 10px
}

.form-request-certificate fieldset {
	width: 70%
}

.form-request-certificate fieldset input[type=submit] {
	float: right;
	margin: 5px 0 0
}

a .error,
p .error {
	color: #c80000!important
}

.submit-error-message,
.submit-success-message {
	margin: 30px 0!important
}

@media only screen and (max-width:599px) {
	form.form-styled fieldset legend {
		font-size: 1em
	}
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Arial;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

#header-mini-right li.region-selector .form-element.select,
.fa-fw,
.fa-li {
	text-align: center
}

.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;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.fa,
.fa-stack {
	display: inline-block
}

.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: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.left>.arrow:after,
.popover.right>.arrow:after {
	content: " ";
	bottom: -10px
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
	left: 1px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff
}

@font-face {
	font-family: acca-icon-set;
	src: url(fonts/acca-icon-set.eot?-927f5o);
	src: url(fonts/acca-icon-set.eot?#iefix-927f5o) format('embedded-opentype'), url(fonts/acca-icon-set.ttf?-927f5o) format('truetype'), url(fonts/acca-icon-set.woff?-927f5o) format('woff'), url(fonts/acca-icon-set.svg?-927f5o#icomoon) format('svg');
	font-weight: 400;
	font-style: normal
}

.acca-icon {
	font-family: acca-icon-set;
	font-size: .875em;
	font-variant: normal;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased
}

.acca-icon.icon-close:before {
	content: "\e600"
}

.acca-icon.icon-contact-form:before {
	content: "\e601"
}

.acca-icon.icon-date:before {
	content: "\e602"
}

.acca-icon.icon-email:before {
	content: "\e603"
}

.acca-icon.icon-arrow-left:before {
	content: "\e604"
}

.acca-icon.icon-arrow-right:before {
	content: "\e605"
}

.acca-icon.icon-pin:before {
	content: "\e606"
}

.acca-icon.icon-recent:before {
	content: "\e607"
}

.acca-icon.icon-search:before {
	content: "\e60a"
}

.acca-icon.icon-trending:before {
	content: "\e60b"
}

.acca-icon.icon-gateway-menu-black,
.acca-icon.icon-gateway-menu-red,
.acca-icon.icon-gateway-menu-white,
.acca-icon.icon-subsection-menu-black,
.acca-icon.icon-subsection-menu-red,
.acca-icon.icon-subsection-menu-white {
	background-position: center;
	height: 10px;
	margin: 4px 0;
	width: 14px
}

.acca-icon.icon-gateway-menu-white {
	background-image: url(../img/icons/gateway-menu-white.png);
	background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.acca-icon.icon-gateway-menu-white {
		background-image: url(../img/icons/gateway-menu-white@2x.png);
		background-size: 14px 10px
	}
}

.acca-icon.icon-gateway-menu-black {
	background-image: url(../img/icons/gateway-menu-black.png);
	background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.acca-icon.icon-gateway-menu-black {
		background-image: url(../img/icons/gateway-menu-black@2x.png);
		background-size: 14px 10px
	}
}

.acca-icon.icon-gateway-menu-red {
	background-image: url(../img/icons/gateway-menu-red.png);
	background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.acca-icon.icon-gateway-menu-red {
		background-image: url(../img/icons/gateway-menu-red@2x.png);
		background-size: 14px 10px
	}
}

.acca-icon.icon-subsection-menu-white {
	background-image: url(../img/icons/subsection-menu-white.png);
	background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.acca-icon.icon-subsection-menu-white {
		background-image: url(../img/icons/subsection-menu-white@2x.png);
		background-size: 14px 10px
	}
}

.acca-icon.icon-subsection-menu-black {
	background-image: url(../img/icons/subsection-menu-black.png);
	background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.acca-icon.icon-subsection-menu-black {
		background-image: url(../img/icons/subsection-menu-black@2x.png);
		background-size: 14px 10px
	}
}

.acca-icon.icon-subsection-menu-red {
	background-image: url(../img/icons/subsection-menu-red.png);
	background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.acca-icon.icon-subsection-menu-red {
		background-image: url(../img/icons/subsection-menu-red@2x.png);
		background-size: 14px 10px
	}
}


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: FontAwesome;
	src: url(https://accasauksob2cprd005stzr.blob.core.windows.net/uitemplates/css/fonts/fontawesome-webfont.eot);
	/* src: url(https://accasauksob2cprd005stzr.blob.core.windows.net/uitemplates/css/fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(https://accasauksob2cprd005stzr.blob.core.windows.net/uitemplates/css/fonts/fontawesome-webfont.woff2) format('woff2'), url(https://accasauksob2cprd005stzr.blob.core.windows.net/uitemplates/css/fonts/fontawesome-webfont.woff) format('woff'), url(https://accasauksob2cprd005stzr.blob.core.windows.net/uitemplates/css/fonts/fontawesome-webfont.ttf) format('truetype'), url(https://accasauksob2cprd005stzr.blob.core.windows.net/uitemplates/css/fonts/fontawesome-webfont.svg) format('svg'); */
	font-weight: 400;
	font-style: normal
}

.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	transform: translate(0, 0)
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	filter: none
}

.fa-stack {
	position: relative;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

#header,
#header-main-right .main-search-form-container #main-search {
	position: relative
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before,
.fa-genderless:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-date:before {
	content: '';
	background: url(/acca/members-v2/assets/img/icons/date-icon.png);
	width: 20px;
	height: 22px;
	display: block
}

#header {
	background: #fff;
	font-size: .875em;
	z-index: 3
}

#header-main {
	border-bottom: 1px solid #e5e5e5;
	height: 88px
}

#header-main .inner {
	overflow: hidden
}

#header-main-left {
	float: left
}

#header-main-left #header-logo h1 {
	margin: 0;
	padding: 0
}

#header-main-left #header-logo a {
	background-image: url(../images/logo-primary.c771c3d9.png);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 88px;
	text-indent: -9999px;
	width: 181px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	#header-main-left #header-logo a {
		background-image: url(../images/logo-primary@2x.b0bbd060.png);
		background-size: 181px 60px
	}
}

#header-main-right {
	display: table;
	float: right;
	height: 88px
}

#header-main-right .main-search-form-container {
	display: table-cell;
	padding-right: 30px;
	vertical-align: middle
}

#header-main-right .main-search-form-container #main-search .text input {
	border: 1px solid #e5e5e5;
	font-size: .875em;
	height: 35px;
	padding: 11px 35px 10px 18px;
	width: 370px
}

#header-main-right .main-search-form-container #main-search button {
	background-color: transparent;
	height: 33px;
	line-height: 33px;
	padding: 0 5px;
	position: absolute;
	right: 1px;
	top: 1px
}

#header-main-right .main-search-form-container #main-search button .fa-search {
	color: #c80000;
	font-size: 20px;
	line-height: 33px
}

#header-main-right .btn-container {
	display: table-cell;
	vertical-align: middle
}

#header-mini {
	background: #f8f8f8;
	height: 50px;
	position: absolute;
	top: 0;
	width: 100%
}

.header-button-container {
	display: none
}

#header-mini-left>ul,
#header-mini-right>ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0
}

#header-mini-left>ul>li,
#header-mini-right>ul>li {
	float: left;
	height: 50px;
	line-height: 50px;
	padding-left: 25px
}

#header-mini-left>ul>li:first-child,
#header-mini-right>ul>li:first-child {
	padding-left: 0
}

#header-mini-left>ul {
	float: left
}

#header-mini-left>ul li.site-section {
	color: #c80000
}

#header-mini-right,
#header-mini-right a,
ol,
p,
ul {
	color: #595959
}

#header-mini-right a:hover {
	color: #c80000;
	text-decoration: none
}

#header-mini-right>ul {
	float: right
}

#header-mini-right>ul>li {
	padding-left: 20px;
	padding-right: 20px
}

#header-mini-right li.region-selector {
	position: relative
}

#header-mini-right li.region-selector .form-element.select.styled {
	transition: color .2s;
	-webkit-transition: color .2s
}

#header-mini-right li.region-selector .form-element.select.styled:hover {
	color: #c80000
}

#header-mini-right li.region-selector .form-element.select.styled select {
	-webkit-appearance: none;
	bottom: 0;
	color: #000!important;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1
}

#header-mini-right li.region-selector .form-element.select.styled .fa {
	margin-left: 5px
}

#header-mini-mobile,
#header-mini-search-mobile {
	display: none
}

@media only screen and (max-width:959px) {
	#header-mini-left .tag-line {
		display: none
	}
	#header-mini-left .site-section {
		padding-left: 0
	}
	#header-main-right .main-search-form-container #main-search .text input {
		width: 170px
	}
}

@media only screen and (max-width:650px) {
	#header-container {
		height: 70px
	}
	#header {
		position: relative
	}
	#header .inner {
		padding: 0
	}
	#header-main {
		background: #fff;
		border: 0;
		height: 70px;
		padding: 0
	}
	#header-main .inner {
		padding: 15px 20px
	}
	#header.fixed {
		position: fixed;
		z-index: 3;
		left: 0;
		top: 0;
		right: 0;
		background: #f8f8f8
	}
	#header-main-left #header-logo a {
		background-size: 121px 40px;
		height: 40px;
		width: 121px
	}
	#header-main-right {
		display: none
	}
	#header-mini {
		background: 0 0;
		border-top: 1px solid #e5e5e5;
		height: auto;
		overflow: auto;
		position: static;
		top: auto;
		width: auto
	}
	.header-button-container {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0
	}
	.header-button-container .header-button {
		display: inline-block;
		height: 70px;
		padding: 15px 20px;
		transition: background-color .2s
	}
	.header-button-container #menu-button {
		min-width: 105px
	}
	.header-button-container .button-separator-container {
		display: inline-block;
		padding: 20px 0
	}
	.header-button-container .button-separator-container .separator {
		border-right: 2px solid #f3f3f3;
		height: 30px;
		position: absolute;
		width: 2px
	}
	#menu-close,
	#menu-open,
	#search-close,
	#search-open {
		color: #c80000;
		line-height: 40px;
		margin: 0
	}
	#menu-close .acca-icon,
	#menu-open .fa {
		margin-left: 10px
	}
	#header-mini-left,
	#header-mini-right,
	#menu-close,
	#search-close {
		display: none
	}
	#header-mini-mobile {
		background: #fff;
		display: none;
		overflow: hidden;
		transition: max-height .2s;
		-webkit-transition: max-height .2s
	}
	#header-mini-mobile>ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0
	}
	#header-mini-mobile>ul li {
		float: none;
		height: auto;
		line-height: normal
	}
	#header-mini-mobile>ul li,
	#header-mini-mobile>ul li:first-child {
		padding: 0 10px
	}
	#header-mini-mobile>ul li a {
		border-bottom: 1px solid #e5e5e5;
		color: #000;
		display: block;
		padding: 30px 0;
		text-align: center;
		text-decoration: none
	}
	#header-mini-mobile>ul li a:hover,
	#header-mini-mobile>ul li.region-selector .form-element.select.styled:hover {
		color: #c80000
	}
	#header-mini-mobile>ul li.country-selector,
	#header-mini-mobile>ul li.my-acca,
	#header-mini-mobile>ul li.region-selector {
		border-bottom: 1px solid #e5e5e5;
		height: 80px;
		width: 50%
	}
	#header-mini-mobile>ul li.country-selector a,
	#header-mini-mobile>ul li.my-acca a,
	#header-mini-mobile>ul li.region-selector a {
		border: none
	}
	#header-mini-mobile>ul li.region-selector {
		border-right: 1px solid #e5e5e5;
		float: left;
		padding-left: 20px;
		position: relative
	}
	#header-mini-mobile>ul li.region-selector .form-element.select {
		line-height: 80px;
		text-align: center
	}
	#header-mini-mobile>ul li.region-selector .form-element.select.styled {
		transition: color .2s;
		-webkit-transition: color .2s
	}
	#header-mini-mobile>ul li.region-selector .form-element.select.styled select {
		-webkit-appearance: none;
		bottom: 0;
		color: #000;
		cursor: pointer;
		display: block;
		height: 100%;
		left: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%
	}
	#header-mini-mobile .fa.fa-long-arrow-left,
	#header.menu-active #menu-button #menu-open,
	.no-js #header:hover #menu-button #menu-open {
		display: none
	}
	#header-mini-mobile>ul li.region-selector .form-element.select.styled .fa {
		margin-left: 5px
	}
	#header-mini-mobile>ul li.my-acca {
		float: right;
		padding-right: 20px
	}
	#header-mini-mobile>ul li.my-acca a {
		color: #c80000
	}
	#header-mini-search-mobile {
		background: #f8f8f8;
		padding: 25px 32px
	}
	#header-mini-search-mobile form {
		position: relative
	}
	#header-mini-search-mobile .text input {
		border: none;
		height: 50px;
		padding: 22px 65px 18px 30px;
		width: 100%
	}
	#header-mini-search-mobile button {
		background-color: transparent;
		height: 48px;
		line-height: 48px;
		padding: 0 30px 0 10px;
		position: absolute;
		right: 1px;
		top: 1px
	}
	#header-mini-search-mobile button .fa-search {
		color: #c80000;
		font-size: 20px;
		line-height: 48px
	}
	#header.menu-active #header-mini-mobile,
	#header.menu-active #menu-button #menu-close,
	.no-js #header:hover #header-mini-mobile,
	.no-js #header:hover #menu-button #menu-close {
		display: block
	}
	#header.search-active #search-button #search-open,
	.no-js #header:hover #search-button #search-open {
		display: none
	}
	#header.search-active #header-mini-search-mobile,
	#header.search-active #search-button #search-close,
	.no-js #header:hover #header-mini-search-mobile,
	.no-js #header:hover #search-button #search-close {
		display: block
	}
	.no-js #header:hover #search-button {
		display: none
	}
	.js .header-button {
		cursor: pointer
	}
}

#main .inner,
body {
	position: relative
}

#main {
	background: #fff
}

#main.grey {
	background: #f3f3f3
}

.inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 15px
}

#main .content-section.home-banner .inner,
.navigation {
	position: static
}

.sr-only {
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	border: 0;
	position: absolute;
	width: 1px
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right,
.top {
	text-align: right
}

.hidden {
	display: none!important;
	visibility: hidden!important
}

.img-responsive {
	display: block;
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	height: auto
}

.img-responsive.full-width {
	width: 100%
}

.top {
	padding-bottom: 25px
}

.top a {
	height: 35px;
	line-height: 35px;
	text-decoration: none
}

.top a .text {
	color: #c80000;
	display: inline-block;
	font-size: .875em;
	margin-right: 10px;
	text-decoration: underline;
	vertical-align: top
}

.top a:active,
.top a:hover,
a {
	text-decoration: none
}

.top a .arrow-up {
	background-image: url(../img/icons/arrow-up.png);
	background-repeat: no-repeat;
	background-color: #c80000;
	background-position: center center;
	display: inline-block;
	height: 35px;
	width: 35px
}

.left-border:before,
.right-border:after {
	height: 100%;
	top: 0;
	content: ""
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.top a .arrow-up {
		background-image: url(../img/icons/arrow-up@2x.png);
		background-size: 11px 14px
	}
}

.top a:hover {
	color: #d33333
}

.top a:hover .arrow-up {
	background-color: #d33333
}

.top a:active {
	color: #a00000
}

.top a:active .arrow-up {
	background-color: #a00000
}

.background-position-top {
	background-position: top!important
}

.background-position-right {
	background-position: right!important
}

.background-position-bottom {
	background-position: bottom!important
}

.background-position-left {
	background-position: left!important
}

.background-position-center {
	background-position: center!important
}

#main .content-header,
#main .content-header.ab-magazine .panel-ab-magazine {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.left-border {
	position: relative
}

.left-border:before {
	border-left: 1px solid #e5e5e5;
	left: -15px;
	position: absolute
}

.right-border {
	position: relative
}

.right-border:after {
	border-right: 1px solid #e5e5e5;
	right: 0;
	position: absolute
}

.right-border-centered:after {
	right: 20px
}

.right-border.sidebar-divider:after {
	right: -4.1666667%
}

.small-image {
	float: left;
	margin: .5em 2em 2em 0
}

.small-image figure {
	margin: 0
}

.small-image img {
	display: block
}

#main .content-header {
	background-color: #f3f3f3;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	position: relative
}

#main .content-header.ab-magazine>.inner {
	padding-bottom: 80px;
	position: relative
}

#main .content-header.ab-magazine .panel-ab-magazine {
	bottom: 0;
	height: 310px;
	position: absolute;
	right: 15px;
	width: 350px;
	z-index: 1
}

#main .content-header.ab-magazine .panel-ab-magazine:before {
	bottom: 0;
	content: "";
	height: 40px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0)
}

#main .content-header.ab-magazine .links {
	margin-top: 40px
}

#main .content-header.ab-magazine .links .arrow-cta {
	font-family: Arial, Helvetica, sans-serif!important;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	margin-top: 10px
}

#main .content-header.ab-magazine .links .arrow-cta:last-child {
	margin-right: 10px
}

#main .content-header.ab-magazine .links .arrow-cta:last-child:hover {
	margin-right: 0
}

#main .content-header.ab-magazine h2 {
	font-weight: 300
}

#main .content-header.ab-magazine .breadcrumb-container {
	bottom: 0;
	position: absolute
}

#main .content-header>.inner {
	font-weight: 200;
	font-family: 'Avenir W01', Helvetica, sans-serif;
	padding-bottom: 60px;
	padding-top: 60px
}

#main .content-header h2 {
	font-family: 'Avenir W01', Helvetica, sans-serif!important;
	font-family: 'Avenir W01', Helvetica, sans-serif;
	font-size: 38px;
	line-height: 48px;
	margin: 0
}

body,
h6 {
	font-family: Arial, Helvetica, sans-serif!important
}

h6,
ol,
p,
ul {
	line-height: 24px
}

#main .content-header h2+p {
	margin-top: 30px
}

#main .content-header p {
	color: #fff;
	margin-bottom: 0
}

#main .content-main {
	padding-bottom: 30px;
	padding-top: 30px
}

#main .content-main blockquote:before {
	left: -33px
}

#main .content-primary {
	padding-left: 30px;
	padding-right: 60px
}

#main .content-primary blockquote:before {
	left: -48px
}

#main .content-secondary {
	margin-left: -1px
}

#main .content-sidebar {
	background-color: #fff;
	padding-left: 8.33333%
}

#main .content-sidebar .hero {
	margin-top: 20px;
	padding-right: 10%
}

@media only screen and (max-width:960px) {
	.right-border.sidebar-divider:after {
		right: 20px
	}
	#main .content-sidebar {
		padding-left: 15px;
		margin-left: -1px
	}
	#main .content-sidebar:before {
		border-right: 1px solid #fff;
		content: "";
		height: 100%;
		left: -20px;
		position: absolute;
		top: 0
	}
}

@media only screen and (max-width:959px) {
	#main .content-main {
		padding-top: 0
	}
	.right-border.sidebar-divider:after {
		right: 20px
	}
}

@media only screen and (max-width:599px) {
	#main .content-header>.inner {
		background-color: rgba(0, 0, 0, .5);
		padding-bottom: 30px;
		padding-top: 30px;
		text-align: center
	}
	.ie8 #main .content-header>.inner {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgqAcAAIIAgLO2btEAAAAASUVORK5CYII=)
	}
	#main .content-header.ab-magazine>.inner {
		padding-bottom: 340px;
		text-align: left
	}
	#main .content-header.ab-magazine .panel-ab-magazine {
		background-position: bottom;
		background-size: contain;
		bottom: 43px;
		height: 250px;
		left: 50%;
		margin-left: -140px;
		width: 280px
	}
	#main .content-header.ab-magazine .links {
		margin-top: 30px
	}
	#main .content-header.ab-magazine .breadcrumb-container {
		background-color: #fff;
		border-bottom: 1px solid #e5e5e5
	}
	#main .content-header.ab-magazine .breadcrumb-container .breadcrumb-nav li a,
	#main .content-header.ab-magazine .breadcrumb-container .breadcrumb-nav li span,
	#main .content-header.ab-magazine .breadcrumb-container .breadcrumb-nav li:before {
		color: #595959
	}
	#main .content-header.ab-magazine h2 {
		font-size: 29px
	}
	#main .content-header.ab-magazine p {
		font-size: 14px
	}
	#main .content-header h2+p {
		margin-top: 15px
	}
	.inner {
		padding: 0 20px
	}
	#main .content-primary {
		padding-left: 15px;
		padding-right: 15px
	}
	.left-border:before,
	.right-border:after {
		content: none
	}
}

.container,
.container-fluid {
	margin-right: auto;
	margin-left: auto
}

.col-xs-2-inner,
.col-xs-5-inner,
.col-xs-5th,
.container,
.container-fluid {
	padding-left: 15px;
	padding-right: 15px
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:599px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
	.visible-xs-block {
		display: block!important
	}
	.visible-xs-inline {
		display: inline!important
	}
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:600px) and (max-width:959px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
	.visible-sm-block {
		display: block!important
	}
	.visible-sm-inline {
		display: inline!important
	}
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:960px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
	.visible-md-block {
		display: block!important
	}
	.visible-md-inline {
		display: inline!important
	}
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
	.visible-lg-block {
		display: block!important
	}
	.visible-lg-inline {
		display: inline!important
	}
	.visible-lg-inline-block {
		display: inline-block!important
	}
	.hidden-lg {
		display: none!important
	}
}

@media (max-width:599px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:600px) and (max-width:959px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:960px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
	.hidden-print {
		display: none!important
	}
}

@media (min-width:600px) {
	.container {
		width: 750px
	}
}

@media (min-width:960px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-2-inner,
.col-xs-5th {
	position: relative;
	float: left;
	width: 20%;
	min-height: 1px
}

.col-xs-5-inner {
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px
}

.col-xs-offset-1-inner {
	margin-left: 10%
}

@media (min-width:600px) {
	.col,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
	.col-sm-2-inner,
	.col-sm-5-inner,
	.col-sm-5th {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px
	}
	.col-sm-offset-1-inner {
		margin-left: 10%
	}
}

@media (min-width:600px) and (min-width:600px) {
	.col-sm-2-inner,
	.col-sm-5th {
		float: left;
		width: 20%
	}
	.col-sm-5-inner {
		float: left;
		width: 50%
	}
}

@media (min-width:960px) {
	.col,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.col-md-2-inner,
	.col-md-5-inner,
	.col-md-5th {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px
	}
	.col-md-offset-1-inner {
		margin-left: 10%
	}
}

@media (min-width:960px) and (min-width:960px) {
	.col-md-2-inner,
	.col-md-5th {
		float: left;
		width: 20%
	}
	.col-md-5-inner {
		float: left;
		width: 50%
	}
}

@media (min-width:1200px) {
	.col,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-2-inner,
	.col-lg-5-inner,
	.col-lg-5th {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px
	}
	.col-lg-offset-1-inner {
		margin-left: 10%
	}
}

@media (min-width:1200px) and (min-width:1200px) {
	.col-lg-2-inner,
	.col-lg-5th {
		float: left;
		width: 20%
	}
	.col-lg-5-inner {
		float: left;
		width: 50%
	}
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

body {
	font-family: Arial, Helvetica, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0;
	margin-top: 30px
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Avenir W01', Helvetica, sans-serif!important;
	font-family: 'Avenir W01', Helvetica, sans-serif;
	font-weight: 500
}

h1 {
	font-size: 38px;
	font-weight: 200;
	line-height: 60px
}

h2 {
	font-family: 'PMN Caecilia W01', serif!important;
	font-family: 'PMN Caecilia W01', serif;
	font-size: 34px;
	line-height: 54px
}

h3 {
	font-size: 26px;
	line-height: 42px
}

h3+h4 {
	margin-top: 24px
}

h3+h4+p,
ol,
ul {
	margin-top: 30px
}

h4 {
	font-size: 22px;
	line-height: 36px
}

h5 {
	font-size: 18px;
	line-height: 30px
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f8f8f8;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 35px 30px
}

p {
	margin: 12px 0 24px
}

p small {
	font-size: .8125em;
	line-height: 20px;
	display: block;
	margin-top: .8em
}

.font-default {
	font-family: Arial, Helvetica, sans-serif!important
}

.font-serif,
.serif {
	font-family: 'PMN Caecilia W01', serif!important
}

.font-sans-serif,
.sans-serif {
	font-family: 'Avenir W01', Helvetica, sans-serif!important
}

a {
	color: #c80000;
	transition: color .2s, background-color .2s;
	-webkit-transition: color .2s, background-color .2s
}

a:hover {
	color: #d33333;
	text-decoration: underline
}

ol,
ul {
	margin-bottom: 30px;
	padding-left: 45px
}

ol>li>ol,
ol>li>ul,
ul>li>ol,
ul>li>ul {
	margin-top: 0;
	margin-bottom: 0
}

.textSection ul>li {
	position: relative
}

.textSection ul>li:before {
	background: url(../img/icons/red-dot-2.png);
	color: #c80000;
	content: "";
	height: 4px;
	left: -22px;
	margin-top: -2px;
	position: absolute;
	top: 11px;
	width: 4px
}

blockquote {
	margin: 30px 0;
	color: #000;
	font-family: 'PMN Caecilia W01', serif!important;
	font-family: 'PMN Caecilia W01', serif;
	position: relative
}

blockquote:before {
	color: #f3f3f3;
	content: '\0201C';
	font-size: 12.6em;
	left: -48px;
	line-height: 1em;
	position: absolute;
	top: -8px;
	z-index: 1
}

blockquote p {
	color: #000;
	font-size: 1.375em;
	line-height: 1.5em;
	position: relative;
	z-index: 2
}

.article-content-side blockquote {
	margin-left: 0
}

.article-content-side blockquote:before {
	display: none
}

.article-content-side blockquote p {
	font-size: 1.125em
}

.article-page .content-section.section-article-content .article-content-main p:first-child {
	margin-top: 0
}

.article-page .content-section.section-article-content .article-content-main p:last-child {
	margin-bottom: 0
}

@media only screen and (max-width:599px) {
	blockquote {
		margin: 20px 0;
		padding-left: 0
	}
	blockquote:before {
		content: none
	}
	.article-page .content-section.section-article-content .article-content-main h3 {
		font-size: 1.375em;
		margin: 20px 0
	}
	.article-page .content-section.section-article-content .article-content-main p {
		font-size: .875em;
		line-height: 1.5em;
		margin: 20px 0
	}
}

.title-container {
	margin: 0 auto;
	max-width: 500px
}

.title-container h1 {
	margin: 48px 0 18px;
	text-align: center
}

@media only screen and (max-width:650px) {
	.title-container h1 {
		margin-top: 24px
	}
}

.login-container {
	margin: 0 auto;
	max-width: 430px;
	padding-bottom: 30px
}

.login-container h1 {
	margin: 48px 0 18px;
	text-align: center
}

@media only screen and (max-width:650px) {
	.login-container h1 {
		margin-top: 24px
	}
}

.login-container a {
	color: #747678;
	display: block;
	font-size: .875em;
	margin-top: 12px;
	text-decoration: underline
}

.login-container a.inline {
	display: inline;
	font-size: 1em
}

.login-container .content {
	border: 1px solid #e5e5e5;
	padding: 18px 30px 30px
}

.login-container .content .info {
	margin-top: 30px
}

.login-container .content .info p {
	color: #747678;
	font-size: .75em;
	line-height: 18px;
	margin: 12px 0 0;
}

.login-container .error[aria-hidden="false"]{
	background-color: #f2dede;
	line-height: 32px;
	padding: 10px 30px 10px 60px;
	position: relative;
	font-size: 14px;
	display:block!important;
}

.login-container .error[aria-hidden="false"]:before {
    color: #c80000;
    content: '\f057';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    left: 15px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    transform: translate(0, 0);
    width: 30px;
    -webkit-font-smoothing: antialiased;
}

.login-container .error .error-message:before {
    color: #c80000;
    content: '\f057';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    left: 15px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    transform: translate(0, 0);
    width: 30px;
    -webkit-font-smoothing: antialiased;
}

.login-container .error:has(.error-message)[aria-hidden="false"]:before {
    content: none;
}

.login-container .error-message+.content {
	border-top: none
}

.login-container .error-message ul {
	list-style: none;
	margin: 0;
	padding: 0
}

form.form-styled label span {
	display: block;
	font-size: 18px
}

form.form-styled button[type=submit] {
	height: 50px;
	width: 100%
}

form.form-styled button[type=button] {
	height: 50px;
	width: 100%
}

form.form-styled a+[type=submit] {
	margin-top: 30px;
	margin-bottom: 12px
}

form.form-styled input[type=text].dob-day,
form.form-styled input[type=text].dob-year {
	float: left;
	width: 27%
}

@media only screen and (max-width:400px) {
	form.form-styled input[type=text].dob-day,
	form.form-styled input[type=text].dob-year {
		float: none;
		width: 100%
	}
}

form.form-styled .form-element.select.styled.dob-month {
	float: left;
	height: 50px;
	margin-left: 5%;
	margin-right: 5%;
	width: 36%
}

@media only screen and (max-width:400px) {
	form.form-styled .form-element.select.styled.dob-month {
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%
	}
}

form.form-styled .form-element.select.styled.dob-month,
form.form-styled input[type=password],
form.form-styled input[type=text] {
	font-family: Arial, Helvetica, sans-serif!important;
	font-family: Arial, Helvetica, sans-serif
}

form.form-styled .form-element.select.styled.dob-month.error,
form.form-styled input[type=password].error,
form.form-styled input[type=text].error {
	background-color: #f2dede
}

.ie8 form.form-styled input[type=password],
.ie8 form.form-styled input[type=text] {
	color: #000;
	line-height: 48px
}

.ie8 form.form-styled select:focus {
	min-width: 100%!important;
	width: auto!important
}

.ie8 form.form-styled .placeholdersjs {
	color: #747678!important
}

.notification {
	background: #c80000;
	border: none;
	color: #fff;
	display: inline-block;
	line-height: normal;
	padding: 8px 15px;
	position: relative;
	margin-top: -10px;
	font-size: 14px
}

.notification:before {
	content: '\f071';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome
}

p.password-complexity-requirements {
	color: #595959;
	margin-bottom: 12px;
}

ul.password-complexity-requirements {
	color: #595959;
	margin-top: 10px;
}