/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.top-nav,
.aside-nav,
.accordion,
.resource-list,
.form-detail,
.check-list,
.breadcrumbs ul,
.fraud-form .type-col ul,
.contact-form .autocomplete,
.report-holder ul,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.intro:after,
.accordion .slide:after,
.login-form .input-hold:after,
.data-table .twocol-info:after,
.fraud-form .form-wrap:after,
.fraud-form .form-group:after,
.contact-form .input-wrap:after,
.report-holder .two-col:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #4f4f4f;
	background: #fff;
	font: 14px / 1.429 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 24px;
}

h2,
.h2 {
	font-size: 18px;
}

h3,
.h3 {
	font-size: 16px;
}

h4,
.h4 {
	font-size: 14px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #b52025;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #c9c1b8;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
	padding: .4em .7em;
	outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.eot?a3k5qo");
	src: url("../fonts/icomoon/icomoon.eot?a3k5qo#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?a3k5qo") format("truetype"), url("../fonts/icomoon/icomoon.woff?a3k5qo") format("woff"), url("../fonts/icomoon/icomoon.svg?a3k5qo#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e900";
}

.icon-report:before {
	content: "\e901";
}

.icon-report-pen:before {
	content: "\e902";
}

.icon-bulb:before {
	content: "\e903";
}

.icon-contact:before {
	content: "\e904";
}

.icon-forum:before {
	content: "\e905";
}

#header {
	padding-top: 10px;
	position: relative;
}

#header > .container {
	border-bottom: 0px solid #b52025;
}

.logo {
	width: 200px;
	margin-bottom: 10px;
	float: left;
}

.nav-opener {
	float: right;
	width: 28px;
	height: 22px;
	position: relative;
	margin-top: 8px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #b52025;
	position: absolute;
	top: 50%;
	height: 4px;
	margin-top: -2px;
	left: 0;
	right: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
	margin: 0;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #fff;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .4s linear;
	transition: max-height .4s linear;
	z-index: 9;
}

.nav-holder ul:last-child {
	border-bottom: 5px solid #b52025;
}

.top-nav a {
	color: #4f4f4f;
	display: block;
	text-decoration: none;
	padding: 6px 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.top-nav a:hover {
	color: #fff;
	background: #b52025;
}

.aside-nav a {
	color: #4f4f4f;
	display: block;
	text-decoration: none;
	padding: 6px 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.aside-nav a:hover {
	color: #fff;
	background: #b52025;
}

.aside-nav .icon {
	display: inline-block;
	width: 24px;
}

.open-main-menu .nav-opener span {
	opacity: 0;
}

.open-main-menu .nav-opener:before,
.open-main-menu .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 2%;
	right: 2%;
}

.open-main-menu .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open-main-menu .nav-holder {
	max-height: 600px;
}

body,
html {
	height: 100%;
}

#wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	display: table;
	height: 100%;
	width: 100%;
	table-layout: fixed;
}

.container {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

a:focus {
	outline: none;
}

img {
	vertical-align: top;
}

.input-field {
	width: 100%;
	height: 29px;
	font-size: 13px;
	line-height: 16px;
}

.button {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	background: #b52025;
	color: #fff;
	border: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	padding: 5px 20px;
	text-decoration: none;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.button:hover,
.button:focus {
	background: #e1393f !important;
}

.banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	padding: 38px 10px;
	height: 99px;
}

.banner h1 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.alert-note {
	background: #fdf2d3;
	color: #141312;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	padding: 10px;
	position: relative;
	margin: -20px -10px 20px;
	display: none;
}

.alert-note .fa {
	margin: 0 6px 0 -4px;
}

.alert-note p {
	margin: 0;
}

.main-holder {
	padding: 26px 10px;
}

.info-holder {
	margin: 0 -10px 30px;
}

.info-wrap {
	border-bottom: 1px solid #c9c1b8;
	padding: 10px;
}

.info-wrap .icon {
	width: 35px;
	height: 35px;
	background: #b52025;
	color: #fff;
	text-align: center;
	line-height: 35px;
	float: left;
	margin: 5px 10px 0 0;
}

.info-wrap .text {
	overflow: hidden;
	position: relative;
}

.info-wrap .arrow {
	display: none;
}

.info-wrap h2 {
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 600;
}

.info-wrap h2 a {
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.info-wrap h2 a:hover {
	color: #4f4f4f;
}

.main-content {
	padding: 20px 10px 40px;
}

.main-content .info-wrap h2 {
	text-transform: none;
}

.main-content h2 {
	font-weight: 600;
	text-transform: uppercase;
}

.intro {
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	border-bottom: 1px solid #c9c1b8;
	margin: 0 -10px;
	padding: 0 10px 10px;
}

.accordion-holder {
	margin: 0 -10px;
	font-size: 14px;
	line-height: 18px;
}

.accordion > li:first-of-type,  .view-id-category_list > ul.accordion > li:first-of-type {
	border-top: 1px solid #c9c1b8;
}

.accordion > li,  .view-id-category_list > ul.accordion > li {
	border-bottom: 1px solid #c9c1b8;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.accordion .active {
	background: #fbf9f7;
}

.accordion .active .opener .arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion .opener {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-decoration: none;
	color: #3f3f3f;
	text-transform: uppercase;
	padding: 20px 48px 20px 10px;
	position: relative;
}

.accordion .opener .arrow {
	position: absolute;
	top: 23px;
	right: 10px;
	font-size: 16px;
	color: #b52025;
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
}

.accordion .opener:hover .arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion .holder {
	padding: 0 15px 10px;
}

.resource-list li {
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 13px;
}

ul.resource-list .title {
	font-weight: normal;
	font-size: 14px;
	display: block;
    margin: 0 0 5px;
}

.resource-list .title a {
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.resource-list .title a:hover {
	color: #4f4f4f;
}

.resource-list-icon {
	float: left;
	color: #b52025;
	width: 36px;
	font-size: 20px;
}

.resource-list-text {
	overflow: hidden;
	font-size: 13px;
}

.resource-list .title {
	display: block;
	margin: 0 0 5px;
}

.jcf-scrollable {
	overflow: auto;
	height: 100%;
}

.jcf-scrollable-wrapper {
	width: 100% !important;
}

.form-detail h2 {
	overflow: hidden;
	padding: 10px;
	margin: 0;
}

.form-detail li {
	border-bottom: 1px solid #c9c1b8;
}

.form-detail .has-data {
	background: #fbf9f7;
}

.form-detail .edit {
	float: right;
	width: 37px;
	height: 32px;
	background: #b52025;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.form-detail .edit:hover {
	background: #e1393f;
}

.form-detail .hold {
	padding: 0 10px;
}

.form-detail dl {
	margin: 0;
	overflow: hidden;
}

.form-detail dl dt {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 10px;
}

.form-detail dl dd {
	overflow: hidden;
	display: block;
	margin: 0 0 10px;
}

.login-form {
	max-width: 670px;
}

.main-content .title {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}

.login-form .form-title {
	display: block;
	color: #3f3f3f;
	font-weight: 600;
	margin-bottom: 5px;
}

.login-form .form-title .imp {
	color: #b52025;
}

.login-form .form-title.add {
	display: none;
}

.login-form .input-hold {
	margin-bottom: 10px;
}

.login-form [type="submit"].button {
	margin-bottom: 20px;
}

.login-form .option {
	display: block;
}

.login-form .option a {
	text-decoration: none;
}

.login-form .option a:hover {
	text-decoration: underline;
}

.data-table {
	width: 100%;
	font-size: 11px;
	line-height: 16px;
}

.data-table .text-center {
	text-align: center;
}

.data-table .img {
	max-width: 109px;
}

.data-table .table-filter {
	display: inline-block;
	color: #4f4f4f;
	position: relative;
	padding-right: 22px;
	text-decoration: none;
}

.data-table .table-filter:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #c9c1b8 transparent transparent;
}

.data-table .table-filter.active:before {
	margin-top: -1px;
	border-width: 0 4px 4px;
	border-color: transparent transparent #c9c1b8;
}

.data-table th,
.data-table td {
	padding: 8px 5px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.data-table tbody {
	border: 1px solid #c9c1b8;
}

.data-table .slide {
	display: none !important;
}

.data-table .active .slide {
	display: table-row !important;
}

.data-table th {
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	text-transform: uppercase;
}

.data-table td {
	vertical-align: top;
}

.data-table td:last-child {
	vertical-align: middle;
}

.data-table .arrow {
	color: #b52025;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.data-table col:last-child {
	width: 8%;
}

.data-table col:nth-child(2n) {
	width: 25%;
}

.data-table .twocol-info {
	color: #6c6c6c;
}

.data-table .twocol-info .column {
	margin-bottom: 15px;
}

.data-table dl {
	margin: 0;
}

.data-table dl dt {
	display: block;
}

.data-table dl dd {
	display: block;
	margin: 0 0 5px;
}

.data-table tbody {
	background: transparent;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.data-table tbody.active {
	background: #fbf9f7;
}

.data-table tbody.active .arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.data-table .opener {
	color: #6c6c6c;
	cursor: pointer;
}

.data-table .opener:hover .arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.check-list li {
	margin-bottom: 10px;
}

.check-list .disabled {
	opacity: .5;
	padding-left: 20px;
}

.check-list .custom-check {
	color: #333232;
}

.breadcrumbs {
	border-bottom: 1px solid #c9c1b8;
	margin: -20px -10px 20px;
	padding: 10px;
	font-size: 13px;
	line-height: 16px;
	position: relative;
}

.breadcrumbs ul {
	overflow: hidden;
}

.breadcrumbs li {
	color: #98928c;
	float: left;
}

.breadcrumbs li:after {
	content: "/";
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs li strong {
	font-weight: 600;
}

.breadcrumbs a {
	color: #98928c;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.breadcrumbs a:hover {
	color: #b52025;
}

.fraud-form .form-wrap {
	padding: 0 10px;
}

.fraud-form .form-group {
	margin-bottom: 21px;
}

.fraud-form .calendar-opener {
	float: right;
	color: #3f3d3d;
	font-size: 20px;
	margin-left: 14px;
}

.fraud-form .inner-wrap {
	overflow: hidden;
}

.fraud-form .input-field {
	font-size: 14px;
	line-height: 18px;
	color: #4f4f4f;
}

.fraud-form .input-field::-webkit-input-placeholder {
	color: #c9c1b8;
}

.fraud-form .input-field::-moz-placeholder {
	opacity: 1;
	color: #c9c1b8;
}

.fraud-form .input-field:-moz-placeholder {
	color: #c9c1b8;
}

.fraud-form .input-field:-ms-input-placeholder {
	color: #c9c1b8;
}

.fraud-form .input-field.placeholder {
	color: #c9c1b8;
}

.fraud-form .form-title {
	color: #3f3f3f;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.fraud-form .form-title .imp {
	color: #b52025;
}

.fraud-form .input-hold {
	overflow: hidden;
	float: left;
	width: 92%;
}

.fraud-form .input-hold.width3 + .info-popup {
	float: left;
}

.fraud-form .info-popup {
	position: relative;
	margin: -1px 0 0 10px;
	display: inline-block;
}

.fraud-form .info-popup .popup {
	position: absolute;
	font-size: 13px;
	line-height: 17px;
	padding: 9px 7px 14px 10px;
	display: none;
	width: 261px;
	background: #a69c92;
	z-index: 9;
	color: #fff;
	left: 50%;
	bottom: 100%;
	margin: 0 0 17px 4px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.fraud-form .info-popup .popup:before {
	content: "";
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: #a69c92 transparent transparent;
	margin-left: -4px;
}

.fraud-form .info-popup .popup a:hover {
	opacity: 1;
	text-decoration: underline;
}

.fraud-form .info-popup .popup p {
	margin: 0;
}

.fraud-form .info-popup .fa {
	font-size: 15px;
}

.fraud-form .info-popup a {
	text-decoration: none;
}

.fraud-form .info-popup a:hover {
	opacity: .8;
}

.fraud-form .status-hold {
	overflow: hidden;
	border: 1px solid #c9c1b8;
	height: 29px;
	text-align: center;
}

.fraud-form .status-hold [type="radio"] {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.fraud-form .status-hold [type="radio"]:checked + .fake-label {
	color: #fff;
	background: #3f3d3d;
}

.fraud-form .status-hold .fake-label {
	display: block;
	height: 100%;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: #fff;
}

.fraud-form .status-hold label {
	float: left;
	width: 50%;
	height: 27px;
	color: #c9c1b8;
	line-height: 26px;
	border-left: 1px solid #c9c1b8;
	cursor: pointer;
}

.fraud-form .status-hold label:first-child {
	border: none;
}

.fraud-form .info {
	display: block;
	font-weight: normal;
	padding: 6px 0 12px;
}

.fraud-form .type-col {
	text-align: center;
}

.fraud-form .type-col ul {
	font-size: 13px;
}

.fraud-form .type-col ul a {
	display: block;
	padding: 3px 9px;
	color: #4f4f4f;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.fraud-form .type-col ul a:hover,
.fraud-form .type-col ul a:focus {
	background: #c9c1b8;
}

.fraud-form .type-col .column {
	border: 1px solid #c9c1b8;
	height: 125px;
	width: 47%;
	float: right;
	background: #fff;
	text-align: left;
}

.fraud-form .type-col .column:first-child {
	float: left;
}

.fraud-form .type-col .control {
	display: inline-block;
	width: 18px;
	padding-top: 38px;
}

.fraud-form .type-col .btn {
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	border-radius: 18px;
	display: block;
	background: #c9c1b8;
	margin: 2px 0;
	position: relative;
}

.fraud-form .type-col .btn:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	left: 5px;
	top: 6px;
	border-width: 0 4px 5px;
	border-color: transparent transparent #fbf9f7;
}

.fraud-form .type-col .btn.add:before {
	left: 5px;
	top: 7px;
	border-width: 5px 4px 0;
	border-color: #fbf9f7 transparent transparent;
}

.fraud-form .type-col .btn:hover {
	background: #b52025;
}

.fraud-form .pull {
	margin: 0 -15px;
}

.fraud-form .pull .input {
	padding: 0 15px;
	float: left;
	width: 50%;
}

.fraud-form .pull .input.one {
	width: 42%;
}

.fraud-form .pull .input.two {
	width: 58%;
}

.fraud-form .submit-hold {
	text-align: center;
	padding: 32px 20px 0;
}

.fraud-form [type="submit"].button {
	font-size: 16px;
	line-height: 20px;
	padding: 11px 20px;
}

.fraud-form .submitted {
	font-weight: 300;
}

.fraud-form .submitted p {
	margin-bottom: 48px;
}

.fraud-form .submitted .button {
	min-width: 285px;
	font-size: 16px;
	line-height: 20px;
	padding: 11px 20px;
}

.contact-form {
	margin-bottom: 40px;
}

.contact-form .input {
	margin-bottom: 10px;
}

.contact-form .input.submit {
	margin-bottom: 40px;
}

.contact-form .input-field {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	height: 40px;
	color: #c9c1b8;
}

.contact-form .input-field::-webkit-input-placeholder {
	color: #c9c1b8;
}

.contact-form .input-field::-moz-placeholder {
	opacity: 1;
	color: #c9c1b8;
}

.contact-form .input-field:-moz-placeholder {
	color: #c9c1b8;
}

.contact-form .input-field:-ms-input-placeholder {
	color: #c9c1b8;
}

.contact-form .input-field.placeholder {
	color: #c9c1b8;
}

.contact-form .input-field:focus {
	border-color: #c9c1b8;
}

.contact-form [type="submit"].button {
	padding: 8px 30px;
}

.contact-form .tel {
	color: inherit;
	text-decoration: none;
}

.contact-form .wrap {
	position: relative;
}

.contact-form .autocomplete {
	display: none;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: -1px;
	z-index: 9;
	border: 1px solid #c9c1b8;
	font-size: 13px;
	line-height: 16px;
	padding: 6px 0;
}

.contact-form .autocomplete a {
	color: #6f6f6f;
	display: block;
	text-decoration: none;
	padding: 3px 20px;
}

.contact-form .autocomplete a:hover {
	background: #fbf9f7;
}

.support-info {
	margin: 0 -10px;
	padding-top: 41px;
	font-size: 14px;
	line-height: 18px;
}

.support-info h2 {
	color: #3f3f3f;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 21px;
}

.support-info .info {
	padding: 0 14px 20px;
	border-bottom: 1px solid #c9c1b8;
	margin-bottom: 49px;
}

.support-info .info p {
	margin-bottom: 20px;
}

.support-info .mail,
.support-info .phone {
	display: block;
	font-size: 16px;
	line-height: 1.1;
	padding: 0 0 15px;
}

.support-info .mail .fa,
.support-info .phone .fa {
	font-size: 107%;
	width: 32px;
}

.support-info .mail a,
.support-info .phone a {
	text-decoration: none;
}

.support-info .mail a:hover,
.support-info .phone a:hover {
	opacity: .8;
}

.report-holder {
	margin: 0 -10px;
	padding-top: 37px;
}

.report-holder .hold {
	padding: 0 14px 37px;
}

.report-holder .hold + .hold {
	padding-top: 46px;
	border-top: 1px solid #c9c1b8;
}

.report-holder h2 {
	color: #3f3f3f;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.report-holder .top {
	font-size: 15px;
	padding: 0 0 28px;
}

.report-holder .top ul .fa {
	top: 3px;
}

.report-holder ul li {
	margin-bottom: 23px;
	padding-left: 35px;
	position: relative;
}

.report-holder ul a {
	text-decoration: none;
}

.report-holder ul a:hover {
	opacity: .7;
	color: #b52025;
}

.report-holder ul .fa {
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -1px;
}

.forum-wrap {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 50px;
}

.forum-wrap .top p {
	margin-bottom: 43px;
}

.forum-wrap .data-table {
	table-layout: initial;
}

.forum-wrap .data-table.add .text-box {
	max-width: none;
}

.forum-wrap .data-table th {
	padding-bottom: 20px;
}

.forum-wrap .data-table col {
	width: auto;
}

.forum-wrap .data-table tr {
	border-bottom: 1px solid #c9c1b8;
}

.forum-wrap .data-table td {
	padding-top: 26px;
	padding-bottom: 26px;
}

.forum-wrap .data-table td:last-child {
	vertical-align: top;
}

.forum-wrap .data-table .text-box {
	max-width: 160px;
}

.forum-wrap .data-table .text-box .title {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.forum-wrap .data-table .text-box .sub {
	display: block;
}

.forum-wrap .data-table .text-box a {
	text-decoration: none;
}

.forum-wrap .data-table .text-box a:hover {
	opacity: .8;
}

.forum-wrap .data-table .text-box .post {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 6px;
	color: #b52025;
}

.forum-wrap .data-table .text-box .by,
.forum-wrap .data-table .text-box time {
	display: block;
}

.forum-wrap .data-table .folder {
	text-align: center;
}

.forum-wrap .data-table .folder .img {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.forum-wrap .data-table .folder .star {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	overflow: hidden;
	line-height: 16px;
	font-size: 8px;
	position: absolute;
	background: #efda26;
	color: #fff;
	position: absolute;
	bottom: -3px;
	right: -3px;
	z-index: 2;
}

.forum-wrap .data-table .folder .star .fa {
	margin-right: -1px;
}

.forum-wrap .filter-select {
	overflow: hidden;
	margin-top: -1px;
}

.forum-wrap .filter-select .wrap {
	overflow: hidden;
	margin-bottom: 34px;
}

.forum-wrap .filter-select .jcf-select {
	float: right;
	width: 158px;
}

.forum-wrap .filter-select .button {
	min-width: 177px;
}

.forum-title {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 44px;
	padding: 0 7px;
}

.report-wrap {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}

.report-wrap h2 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 11px;
}

.report-wrap p {
	margin-bottom: 18px;
}

.report-wrap .heading {
	overflow: hidden;
	padding-bottom: 20px;
}

.report-wrap .control {
	overflow: hidden;
	width: 115px;
	margin: 5px -5px;
	text-align: center;
}

.report-wrap .control a {
	width: 41px;
	height: 28px;
	float: left;
	background: #3f3d3d;
	color: #fff;
	margin: 0 5px;
	line-height: 28px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.report-wrap .control a:hover {
	background: #b52025;
}

.report-wrap .text-holder {
	padding-bottom: 10px;
}

.report-wrap .text-holder a {
	text-decoration: none;
}

.report-wrap .text-holder a:hover {
	text-decoration: underline;
}

.report-wrap .text {
	display: block;
	font-style: italic;
	margin: 0 0 5px;
}

.report-wrap .btn-wrap {
	padding-top: 10px;
}

.report-wrap .button {
	min-width: 106px;
}

.report {
	padding-bottom: 43px;
}

.comment-holder {
	border: 1px solid #c9c1b8;
}

.comment-holder h2 {
	border-bottom: 1px solid #c9c1b8;
	padding: 15px 10px;
}

.comment-holder .holder {
	padding: 3px 10px 20px;
}

.comment-holder .text-holder {
	padding: 0 0 10px;
}

.comment-holder .heading {
	padding-bottom: 10px;
}

.custom-check {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 20px;
}

.custom-check [type="checkbox"] {
	display: none;
}

.custom-check [type="checkbox"]:checked + .fake-input:before {
	content: "\f046";
}

.custom-check .fake-input {
	position: absolute;
	left: 0;
	top: 3px;
	display: inline-block;
	font-family: "FontAwesome";
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-kerning: auto;
	font-kerning: auto;
	-webkit-font-language-override: normal;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
}

.custom-check .fake-input:before {
	content: "\f096";
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #c9c1b8;
	background: #fff;
	height: 29px;
	width: 100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 27px;
	margin: 0 35px 0 8px;
	color: #c9c1b8;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 23px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #c9c1b8 transparent transparent;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
	border: 1px solid #c9c1b8;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #c9c1b8;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	width: 18px;
	bottom: 0;
	right: 0;
	top: 0;
	border-left: 1px solid #c9c1b8;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	border-bottom: 1px solid #c9c1b8;
	height: 14px;
	width: 18px;
	left: 0;
	top: 0;
	position: relative;
	cursor: pointer;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec:before,
.jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px;
	border-color: transparent transparent #c9c1b8;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
	border-bottom: none;
	border-top: 1px solid #c9c1b8;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
	top: 4px;
	border-width: 6px 6px 0;
	border-color: #c9c1b8 transparent transparent;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #c9c1b8;
	height: 1px;
	width: 18px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

#footer {
	background: #c5c3c4;
	display: table-footer-group;
	height: 1%;
	width: 100%;
	overflow: hidden;
}

#footer > .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-logo {
	width: 113px;
	margin: 0 auto 10px;
}

.footer-nav {
	font-size: 12px;
}

.footer-nav ul {
	margin-bottom: 10px;
}

.footer-nav ul li {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	margin: 0 -.25em 5px 0;
}

.footer-nav ul a {
	color: #424242;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.footer-nav ul a:hover {
	color: #b52025;
}

.copyright {
	display: block;
	font-weight: normal;
	color: #424242;
}

ol.breadcrumb {
	display: none;
}

.page-home .views-field-field-notification {
	background: #fdf2d3;
    padding: 10px 20px;
    font-size: 12px;
    color: #141312;
    margin-top: 30px;
}

@media (min-width: 500px) {
	.fraud-form .type-col .btn:before {
		left: 4px;
		top: 4px;
		border-width: 5px 7px 5px 0;
		border-color: transparent #fbf9f7 transparent transparent;
	}

	.fraud-form .type-col .btn.add:before {
		top: 4px;
		left: 7px;
		border-width: 5px 0 5px 7px;
		border-color: transparent transparent transparent #fbf9f7;
	}
}

@media (min-width: 769px) {
	#header {
		padding-top: 25px;
		position: static;
		height: 71px;
	}

	.logo {
		width: 252px;
		margin-bottom: 26px;
	}

	.nav-opener {
		display: none;
	}

	.nav-holder {
		position: static;
		float: right;
		max-height: none;
		overflow: visible;
	}

	.nav-holder ul:last-child {
		border: none;
	}

	.top-nav {
		padding-top: 0px;
		overflow: hidden;
	}

	.top-nav li {
		float: left;
		text-transform: uppercase;
		margin-left: 33px;
	}

	.top-nav a {
		padding: 0;
		color: #b52025;
	}

	.top-nav a:hover {
		color: #4f4f4f;
		background: transparent;
	}

	.page-user .aside-nav, .page-eform-submit-request-access .aside-nav {
		position: absolute;
		left: 0;
		top: 104px;
		bottom: 0;
		z-index: 9;
		width: 169px;
		background: #c7c7c7;
		overflow-y: hidden;
	}
	
	.aside-nav {
		position: absolute;
		left: 0;
		top: 71px;
		bottom: 0;
		z-index: 9;
		width: 169px;
		background: #9e9e9e;
		/*overflow-y: hidden;*/
	}
	
	.aside-nav li {
		text-align: center;
	}
	
	.aside-nav a {
		color: #424242;
		padding: 27px 24px 30px 5px;
		position: relative;
	}

	.aside-nav a:hover {
		background: #141312;
	}

	.aside-nav a:hover:before {
		height: 80%;
	}

	.aside-nav a:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		height: 0;
		background: #b52025;
		width: 6px;
		-webkit-transition: height .2s linear;
		transition: height .2s linear;
	}

	.aside-nav .active > a {
		background: #141312;
		color: #fff;
	}

	.aside-nav .active a:before {
		height: 80%;
	}

	.aside-nav .icon {
		display: block;
		width: auto;
		font-size: 20px;
		margin-bottom: -2px;
	}

	.aside-nav .txt {
		line-height: 16px;
		display: block;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.banner {
		padding: 31px 33px;
	}

	h1 {
		font-size: 26px;
	}

	.alert-note {
		font-size: 13px;
		line-height: 16px;
		padding: 15px 98px 11px 20px;
		margin: -49px -34px 26px;
	}

	.alert-note .fa {
		margin: 0 10px 0 0;
	}

	.main-holder {
		padding: 0;
	}

	.info-holder {
		margin: 0 -34px 117px;
	}

	.info-wrap {
		padding: 25px 46px;
	}

	.info-wrap .icon {
		width: 46px;
		height: 42px;
		line-height: 42px;
		font-size: 20px;
		margin-right: 17px;
	}

	.info-wrap .text {
		padding-right: 13%;
	}

	.info-wrap .arrow {
		display: block;
		position: absolute;
		top: 50%;
		color: #b52025;
		margin-top: -14px;
		right: 28px;
		font-size: 28px;
	}

	#main {
		padding-left: 169px;
	}

	.main-content {
		/*padding: 49px 34px;*/
		/*padding: 10px 40px;*/
		padding: 30px 40px;
	}
	
	.page-home .main-content {
		padding: 0px;
	}
	
	.page-home .views-field-body{
		padding: 25px 20px;
	}
	
	.view-header {
	    /*padding: 30px 0px;*/
	    padding: 10px 0px 30px;
	}
	
	.intro {
		font-size: 16px;
		margin: 0 -34px;
		padding: 0 34px 26px;
	}

	.intro p {
		margin-bottom: 20px;
	}
	
	.accordion-holder {
		margin: 0 -40px;
	}

	.accordion .holder {
		padding: 0 50px 28px;
	}
	
	.page-category .accordion .holder {
		padding: 0 70px 28px;
	}

	.accordion .opener {
		padding: 26px 114px 26px 42px;
	}

	.accordion .opener .arrow {
		top: 25px;
		right: 77px;
		font-size: 29px;
	}

	.form-detail h2 {
		padding: 39px 62px 5px 43px;
	}

	.form-detail .has-data .hold {
		padding-bottom: 0;
	}

	.form-detail .has-data h2 {
		padding: 29px 62px 7px 43px;
	}

	.form-detail .has-data .edit {
		margin: 0;
	}

	.form-detail .hold {
		padding: 0 43px 15px;
	}

	.form-detail .edit {
		width: 47px;
		height: 42px;
		line-height: 40px;
		margin-top: -13px;
	}

	.form-detail dl {
		margin-bottom: -4px;
	}

	.form-detail dl dt {
		float: left;
		clear: left;
		width: 188px;
		padding-right: 10px;
	}

	.form-detail dl dd {
		width: calc(100% - 188px);
		margin: 0 0 31px;
		float: left;
	}

	.main-content .title {
		margin-bottom: 53px;
	}

	.login-form .form-title {
		float: left;
		width: 135px;
		text-transform: uppercase;
		margin: 0;
		padding: 5px 10px 0 9px;
	}

	.login-form .form-title.add {
		display: block;
	}

	.login-form .input-hold {
		max-width: 466px;
		margin-bottom: 21px;
	}

	.login-form .input {
		overflow: hidden;
	}

	.login-form [type="submit"].button {
		font-size: 16px;
		line-height: 20px;
		min-width: 150px;
		padding: 10px;
		margin-bottom: 24px;
	}

	.data-table {
		font-size: 14px;
		line-height: 20px;
	}

	.data-table .arrow {
		font-size: 18px;
		float: right;
	}

	.data-table .table-filter:before {
		border-width: 7px 7px 0;
		margin-top: -2px;
	}

	.data-table .table-filter.active:before {
		border-width: 0 7px 7px;
		margin-top: -3px;
	}

	.data-table td,
	.data-table th {
		padding: 9px 10px;
	}

	.data-table th {
		font-size: 14px;
		line-height: 20px;
	}

	.data-table td {
		padding: 18px 10px;
	}

	.data-table .slide td {
		padding-top: 27px;
	}

	.data-table .column {
		overflow: hidden;
	}

	.data-table dl dt {
		float: left;
		clear: left;
		width: 134px;
		padding-right: 10px;
	}

	.data-table dl dd {
		float: left;
		overflow: hidden;
		margin-bottom: 10px;
		max-width: calc(100% - 134px);
	}

	.data-table dl a {
		text-decoration: none;
	}

	.data-table dl a:hover {
		text-decoration: underline;
	}

	.data-table .active .opener {
		font-weight: 700;
	}

	.breadcrumbs {
		margin: -49px -34px 44px;
		padding: 23px 39px;
	}

	.fraud-form .form-wrap {
		padding: 0 42px 8px;
	}

	.fraud-form .form-title {
		float: left;
		width: 189px;
		padding: 6px 10px 0 0;
	}

	.fraud-form .input-hold {
		float: left;
		width: auto;
	}

	.fraud-form .input-hold.width1 {
		width: 189px;
	}

	.fraud-form .input-hold.width2 {
		width: 287px;
	}

	.fraud-form .input-hold.width3 {
		width: 406px;
	}

	.fraud-form .input-hold.width4 {
		width: 168px;
	}

	.fraud-form [type="submit"].button {
		min-width: 245px;
	}

	.fraud-form .pull .input.one {
		width: 32.5%;
	}

	.fraud-form .pull .input.two {
		width: 67.5%;
	}

	.contact-form {
		font-size: 16px;
		line-height: 20px;
	}

	.contact-form .input-wrap {
		padding: 39px 0 0;
		margin: 0 -14px 60px;
	}

	.contact-form .input {
		width: 40%;
		float: left;
		padding: 0 14px;
		margin: 0;
	}

	.contact-form .input.submit {
		width: 20%;
		margin: 0;
	}

	.contact-form .input-field {
		height: 51px;
		font-size: 18px;
		line-height: 22px;
		padding: 7px 19px 9px;
	}

	.contact-form [type="submit"].button {
		width: 100%;
		padding: 7px 5px 9px;
		height: 51px;
		font-size: 20px;
		font-weight: normal;
	}

	.support-info {
		margin: 0 -34px;
	}

	.support-info .info {
		padding: 0 42px 21px;
	}

	.support-info .info p {
		margin-bottom: 33px;
	}

	.support-info .mail,
	.support-info .phone {
		font-size: 18px;
		padding: 0 0 29px 24px;
	}

	.report-holder {
		margin: 0 -34px 9px;
	}

	.report-holder .top {
		padding: 0 6px 28px;
		font-size: 18px;
	}

	.report-holder .top h2 {
		margin-bottom: 24px;
	}

	.report-holder .top .two-col {
		padding: 0 15px;
	}

	.report-holder .top .column {
		width: auto;
	}

	.report-holder .top .column:first-child {
		width: auto;
	}

	.report-holder h2 {
		margin-bottom: 32px;
	}

	.report-holder .hold {
		padding: 0 38px 37px;
	}

	.report-holder .column {
		float: left;
		width: 50%;
		padding: 0 10px;
	}

	.report-holder .two-col {
		padding: 0 27px;
	}

	.forum-wrap .sub {
		padding-left: 27px;
	}

	.forum-wrap .filter-select {
		padding-left: 11px;
	}

	.forum-wrap .by,
	.forum-wrap time,
	.forum-wrap .sub {
		font-size: 13px;
	}

	.report-wrap .control {
		float: right;
	}

	.report-wrap .control a {
		float: right;
	}

	.report-wrap .text-holder {
		float: left;
		width: calc(100% - 115px);
	}

	.comment-holder h2 {
		padding: 22px 20px;
	}

	.comment-holder .holder {
		padding: 3px 21px 29px 14px;
	}

	.comment-holder .text-holder {
		padding: 15px 0 0;
	}

	#footer > .container {
		padding-left: 200px;
		padding-top: 36px;
		padding-bottom: 24px;
	}

	.footer-logo {
		float: right;
		margin: 3px 0 0;
	}

	.footer-nav {
		overflow: hidden;
	}

	.footer-nav ul li {
		color: #424242;
		width: auto;
	}

	.footer-nav ul li:before {
		content: "|";
		display: inline-block;
		vertical-align: middle;
		margin: -3px 11px 0;
	}

	.footer-nav ul li:first-child:before {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 887px) {
	.fraud-form .input-hold.width3 {
		width: 475px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1025px) {
	.data-table {
		table-layout: initial;
	}

	.data-table col:last-child {
		width: auto;
	}

	.data-table col:nth-child(2n) {
		width: auto;
	}

	.data-table td,
	.data-table th {
		padding: 9px 24px;
	}

	.data-table th {
		font-size: 16px;
	}

	.data-table td {
		padding: 18px 24px;
	}

	.data-table .twocol-info .column {
		float: left;
		width: 42%;
		padding-right: 10px;
	}

	.data-table .twocol-info .column:first-child {
		width: 58%;
	}

	.check-list .disabled {
		padding-left: 30px;
	}

	.fraud-form .input-hold.width2 {
		width: 369px;
	}

	.fraud-form .input-hold.width3 {
		width: 541px;
	}

	.contact-form {
		max-width: 96%;
	}

	.contact-form .input {
		width: 43%;
	}

	.contact-form .input.submit {
		width: 14%;
	}

	.report-holder .column {
		width: 43.6%;
	}

	.report-holder .column:first-child {
		width: 56.4%;
	}

	.forum-wrap .data-table .text-box {
		max-width: 223px;
	}

	.forum-wrap .table-wrap {
		max-width: 95.7%;
	}

	.report-wrap {
		max-width: 98.2%;
	}

	.report-wrap .info-text {
		max-width: 85%;
	}

	.custom-check {
		padding-left: 30px;
	}
}

@media (min-width: 1201px) {
	.fraud-form .input-hold.width3 {
		width: 568px;
	}
}

@media (max-width: 1119px) {
	.fraud-form .info-popup .popup {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		left: auto;
		right: -5px;
	}

	.fraud-form .info-popup .popup:before {
		left: auto;
		right: 4px;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.data-table {
		table-layout: fixed;
	}
}

@media (max-width: 499px) {
	.fraud-form .type-col .column {
		float: none;
		width: auto;
	}

	.fraud-form .type-col .column:first-child {
		float: none;
	}

	.fraud-form .type-col .control {
		padding: 5px 0 2px;
		width: auto;
	}

	.fraud-form .type-col .control .btn {
		float: right;
		margin: 0 2px;
	}

	.forum-wrap .data-table {
		table-layout: fixed;
	}

	.forum-wrap .data-table td:first-child,
	.forum-wrap .data-table th:first-child,
	.forum-wrap .data-table col:first-child {
		display: none;
	}

	.forum-wrap .data-table col.small {
		width: 17%;
	}

	.forum-wrap .data-table col:last-child {
		width: 7%;
	}
}

/* Theme specific styling */
.container {
	width: auto !important;
}

button[type="submit"] {
	font-size: 16px;
    line-height: 20px;
    min-width: 150px;
    padding: 10px;
    margin-bottom: 24px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    background: #b52025;
    color: #fff;
    border: none;

    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding: 12px 25px;
    text-decoration: none;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    border-radius: 0px;

}


.formremove {
	
	font-size: 16px;
    line-height: 20px;
    min-width: 150px;
    padding: 10px;
    margin-bottom: 24px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    background: #b52025;
    color: #fff;
    border: none;

    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding: 13px 25px;
    text-decoration: none;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    border-radius: 0px;
	
}

.form-required {
	color: #b52025;	
}

/* User Login */

.page-user form label {
	width: 200px;
    display: inline-block;
	text-transform: uppercase;
	color: #3f3f3f;
    font-weight: 600;
}

.page-user form input {
    width: 320px;
    display: inline-block;
    border-radius: 0px;
}

.page-user form #edit-actions--2, .page-user .input-hold {
	margin-left:204px;
}

#user-login--2 .form-control {
	height: 29px;
	font-size: 13px;
}

#user-login--2 .form-group {
 	margin-bottom: 21px;
}

.btn:hover,
.btn:focus {
	background: #e1393f;
	outline: none;
    color: #fff;
    border: none;
}

/* Header */

.region-header-right li {
	list-style: none;	
}

/* Home */
.info-wrap:hover {
    cursor: pointer;
    background-color: #fbf9f7;
}
.info-wrap .text p { 
	color:#4f4f4f;
}

/* Edit Profile */
.page-user-edit #edit-block--2 {
	display: none;
}

/* Contacts */
.view-addressbookfacets .view-header {
	font-size: 16px;
    line-height: 20px;
    margin-bottom: 39px;
    max-width:96%;
}
.view-addressbookfacets .view-filters {
	margin-bottom: 60px;
}
.views-exposed-form .views-exposed-widget .btn {
	margin-top:20px !important;
}
.page-addressbook input {
	border-radius: 0px;
}
.page-addressbook #edit-og-user-node-title-wrapper label,
.page-addressbook .form-item-og-user-node-title {
	width: 100%;
}
.page-addressbook .views-exposed-form {
	max-width: 92%;
}
.page-addressbook #edit-og-user-node-title-wrapper, #edit-search-api-combined-1-wrapper {
	width: 44%;
	float: left;
}
.page-addressbook .views-submit-button {
	width: 12%;
    text-align: right;
}
.page-addressbook label, dt {
	font-weight: normal;
}
.page-addressbook dd a:hover {
	color: #b52025;
}
.view-addressbookfacets tbody:hover {
	cursor: pointer;
    background-color: #fbf9f7;
}
.view-addressbookfacets .pagination > .active > a, .pagination > .active > span {
	background-color: #b52025;
    border-color: #b52025;
}
.view-addressbookfacets .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #b52025;
	border-color: #b52025;
	opacity: 0.8;
}
.view-addressbookfacets .pagination > li > a, .pagination > li > span {
	color: #b52025;
}
@media (max-width: 769px) {	
	.page-addressbook #edit-og-user-node-title-wrapper, #edit-search-api-combined-1-wrapper, .page-addressbook .views-submit-button {
		width: 100%;
		float: left;
		display: block;
	}
	.page-addressbook .views-submit-button {
	    text-align: left;
	}
}





/**
Support Form
**/

#support-form-entityform-edit-form{
	padding: 15px;
	border-style: none;
}

#edit-field-support-note-und-0-value{
	max-width: 860px
}


.grippie {
	    display: none;
}


#edit-field-support-subject{
	position: relative;
 top: 6px;
}

/**
Finish Support Form
**/



/* Fraud Form */
.page-eform .date-form-element-content-multiline {
	min-width: 320px;
}
.page-eform input {
	border-radius: 0px;
}
.page-eform input.date-clear {
	width: 320px;
}

/**
.page-eform .pre-instructions {
	display: none;
}
**/
.page-eform .main-content {
	padding: 0px;
}
.page-eform fieldset.group-fform-details {
	margin-top:49px;
}
.page-eform fieldset {
	border: 0px;
	margin-bottom: 0px;
}
.page-eform fieldset legend {
	display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #3f3f3f;
    text-transform: uppercase;
}
.page-eform fieldset.panel {
	border-radius: 0px; 
}
.page-eform .jcf-select, .page-eform label, .page-eform input {
	width: 320px;
	display: inline-block;
}
.page-eform .form-actions {
	
}
.page-eform .captcha input {
	max-width: 100px;
}
.page-eform .captcha .form-item {
	margin-bottom: 20px;
}
.page-eform .captcha {
	float: left;
	display: block;
}
.page-eform button {
	display: block;
	clear: both;
	text-align: center;
	margin-left: 320px;
}
.page-eform .date-form-element-content-multiline {
	display: inline-block;
    border: none;
    padding: 0px;
}
.page-eform .container-inline-date label {
	display: none;
}
.page-eform #field-fform-subtypes-values thead {
    float: left;
    width: 320px;
}
.page-eform #field-fform-subtypes-values > thead > tr > th {
	border-bottom: 0px;
}
.page-eform #field-fform-subtypes-values tbody {
	float: left;
    max-width: 320px;
}
.page-eform .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #fff;	
}
.page-eform #field-fform-subtypes-values td {
	padding: 0px;
	border-top: 0px;
	vertical-align: bottom;
}
.page-eform .table-striped > tbody > td  div {
	width: 275px;
}
.page-eform #field-fform-subtypes-values select {
	border-radius: 0px;
	width: 298px;
}
.page-eform .table-striped > tbody > td  div label {
	border-radius: 0px;
}
.page-eform .tabledrag-toggle-weight-wrapper {
	display: none;
}
.page-eform .table-responsive {
	border: 0px;
}

/**
#edit-field-password-country-und {
	max-width: 520px;
    display: inline-block;
    border-radius: 0px;
	
}




#edit-field-support-note-und-0-value{
	max-width: 520px;
    display: inline-block;
    border-radius: 0px;
	
}

**/
#edit-field-support-subject-und {
	max-width: 520px;
    display: inline-block;
    border-radius: 0px;
	
}

#edit-field-password-country-und
{
    max-width: 320px;
    display: inline-block;
    border-radius: 0px;
}


.page-eform #edit-field-fraud-status-und, 
.page-eform #edit-field-field-fraud-type-und, .page-eform #edit-field-fform-subject-code-und, 
.page-eform #edit-field-fform-product-code-und, .page-eform #edit-field-fform-channel-code-und,
.page-eform #edit-field-drivers-licence-country-und, .page-eform #edit-field-passport-country-und, 
.page-eform #edit-field-fform-cur-street-type-und, .page-eform #edit-field-state-und,
.page-eform #edit-field-fform-prev-street-type-und, .page-eform #edit-field-ffrom-prev-state-und,
.page-eform #edit-field-ffform-home-area-code-und, .page-eform #edit-field-fform-hometwo-area-code-und,
.page-eform #edit-field-fform-referee-area-code-und, .page-eform #edit-field-fform-guarantor-area-code-und,
.page-eform #edit-field-fform-employer-area-code-und, .page-eform #edit-field-fform-employer-country-und, 
.page-eform #edit-field-fform-employer-status-und {
	max-width: 320px;
    display: inline-block;
    border-radius: 0px;
}
.page-eform .multiselect_available {
	width: auto;
}
.page-eform select[multiple], .page-eform select[size] {
	min-width: 260px;
	border-radius: 0px;
}
.page-eform .multiselect_labels .label_selected {
	margin-right: 71px;
}
.page-eform .field_fform_subtypes_unsel,
.page-eform .field_fform_subtypes_sel {
	font-size: 14px;
}
.page-eform .label_unselected, .page-eform .label_selected {
	display:none;
}

@media (max-width: 769px) {	
	.page-eform select[multiple], .page-eform select[size] {
		min-width: 320px;
		border-radius: 0px;
	}
	.page-eform .field_fform_subtypes_unsel,
	.page-eform .field_fform_subtypes_sel {
		font-size: 12px;
	}
	.page-eform ul.multiselect_btns {
		margin: 10px 5px 0px 10px;
		clear: both;
	}
	.page-eform .multiselect_add {
		margin-bottom: 15px;
    	transform: rotate(90deg);
	}
	.page-eform li.multiselect_remove {
		transform: rotate(90deg);
    	margin: -50px 50px;
	}
	.page-eform .multiselect_available, .page-eform .multiselect_btns,
	.page-eform .form-item-field-fform-subtypes-und {
		display: block;
		clear:both;
	}
	
	.page-eform .form-item-field-fform-subtypes-und {
		padding-top:40px;
	}
}

/*
.page-eform .jcf-scrollable-wrapper {
	height: auto !important;
} 
.page-eform .jcf-list-content {
	max-height: none !important;
    width: auto !important;
    height: auto !important;
}
.page-eform .field-name-field-fform-channel-code {
	padding-top: 10px;
	clear:both;
}
*/
@media (min-width: 769px) {
	.page-eform .main-content {
		padding: 49px 34px;
	}
}

/* Reports */
.node-type-report .column li {
	list-style-type: none;
}

/* Resources */
.accordion > li:hover {
	cursor: pointer;
	background-color: #fbf9f7;
}

/* General - Other */
.form-control:focus {
	webkit-box-shadow: none;
    box-shadow: none;
}

/* Forum */
.page-forum .forum-table-superheader {
	display: none;
}
.page-forum table.forum-table td {
	padding: 10px;
}
.forum-table-wrap thead tr {
	text-transform: uppercase;
    font-size: 16px;
    background: none;
    border: none;
}
.forum-table thead th {
	padding: 10px;
    font-weight: normal;
}
.forum-table #forum-table-5-content .forum-name {
	font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.forum-table #forum-table-5-content .forum-subforums, .forum-last-reply {
	font-size: 13px;
}
.forum-table td {
	border: none;
}
.page-forum ul.tabs--primary {
	/*padding: 49px 20px;*/
	padding: 12px 20px;
    border: none;
}
.page-forum .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #ccc;
}
.page-forum .forum-table-wrap .forum-table-superheader, .forum-table-topics thead tr {
	background: none;
}
.page-forum .forum-table thead tr a, .forum-table thead tr a:visited, .forum-table thead tr a:link {
	font-weight: 400;
	text-transform: uppercase;
}
.page-forum .col-sm-12 a:hover {
	opacity: .8;
	color: #b52025;
}
.page-forum ol.breadcrumb,
.node-type-forum ol.breadcrumb,
.page-comment-reply ol.breadcrumb{
	margin: 5px 20px;
}
/* Forum Advanced */
.page-forum .forum-table {
	width: 100%;
}
.page-forum .forum-node-create-links .forum-add-node {
	margin-bottom: 5px;
}
.page-forum .forum-tools {
	/*float: left;*/
	margin-top: 0px;
}
.page-forum .pane-forum-topic-list-sort .container-inline {
	clear: both;
    float: right;
    padding-top: 10px;
}
.page-forum .form-item-order, .page-forum .form-item-sort {
	display: inline-block;
    margin-right: 5px;
}
.page-forum .pane-forum-topic-list-sort .container-inline button[type="submit"] {
	padding: 8px;
}
.node-type-forum .forum-post-info, .page-comment-reply .forum-post-info {
	padding: 4px;
}
.node-type-forum .forum-post-panel-main, .page-comment-reply .forum-post-panel-main {
	min-height: 0px;
}
.node-type-forum .forum-post-panel-sub, .page-comment-reply .forum-post-panel-sub {
	padding: 5px;
}
.node-type-forum .forum-post-title, .page-comment-reply .forum-post-title,
.node-type-forum .comment-form .form-item-subject, .page-comment-reply .comment-form .form-item-subject,
.node-type-forum .filter-help, .page-comment-reply .filter-help, .page-node-add-forum .filter-help {
	display: none;
}
.node-type-forum h2.title {
    margin: 40px 0px 10px;
    font-weight: bold;
}
.page-forum select,.node-type-forum select, .page-comment-reply select,
.node-type-forum .form-textarea,
.node-type-forum fieldset#edit-comment-body-und-0-format,
.page-node-add-forum fieldset#edit-body-und-0-format,
.page-node-add-forum select {
	border-radius: 0px;
}

.page-forum .main-content,
.page-node-add-forum .main-content,
.node-type-forum .main-content,
.page-comment .main-content {
	padding: 0px 34px;
}
.page-comment .main-content {
	padding-top: 12px;
}

.page-eform-submit-support-form .main-content {
	padding: 49px 34px;
}

.page-forum .jumbotron {
	/*padding: 10px 20px 0px;*/
	padding: 49px 20px 34px;
	margin: 0px;
	background: none;
}

.page-forum .jumbotron p {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: normal;
}
.page-eform-submit-fraud-form .pre-instructions {
	/*padding: 12px 15px;
    margin-bottom: -50px;*/		
    font-size: 16px;
}

@media (max-width: 768px) {
	.page-home .views-field-field-notification {
		margin: 10px -10px 10px -10px;
	}
	.page-forum, .page-forum .forum, .page-forum .forum-table thead th, .page-forum table.forum-table td,
	.forum-table #forum-table-5-content .forum-subforums, .forum-last-reply {
		font-size: 10px;
	}
	.page-forum ul.tabs--primary {
		padding: 10px 0px;
	}
	.page-forum .nav-tabs {
		margin-bottom: 0px;
	}
	.page-forum .nav-tabs > li {
		font-size: 12px;
	}
	.page-forum ol.breadcrumb {
		display: none;
	}
	.page-forum table.forum-table td {
		padding: 2px;
	}
	.page-forum .nav > li > a {
		padding: 4px 4px 0px;
	}
	.page-forum	.form-control {
		height: 30px;
    	font-size: 10px;
	}	
	.page-forum .main-content,
	.page-node-add-forum .main-content,
	.page-eform .main-content {
		padding: 20px 10px 40px;
	}
	.page-eform-submit-support-form .form-actions {
		margin-left: 0px !important;
	}
	
	form.entityform .pre-instructions {
		margin-top: -30px !important;
	}
}





/* Edit Profile */
.page-user-edit form label {
	text-transform: none;
}
.page-user-edit select {
	width: 320px;
    display: inline-block;
    border-radius: 0px;
}
.page-user-edit .group-user-name, .page-user-edit .panel-default, .page-user-edit .panel-body {
	padding: 0px;
    border: 0px;
    webkit-box-shadow: none;
    box-shadow: none;
}

.page-user-edit .form-type-password {
	width: 100%;
}

.page-user-edit .panel-heading, .page-user-edit .form-item-field-mailing-address-und-0-premise {
	display: none;
}
.page-user-edit .panel-default .panel-body, .page-user-edit .user-picture, .page-user-edit .form-item-picture-delete {
	display: inline-block;
	float: left;
}
.page-user-edit .panel-default .checkbox {
	position: inherit;
}
.page-user-edit .panel-default .form-item-files-picture-upload {
	display: block;
    clear: both;
}
.page-user-edit .form-item-field-mailing-address-und-0-country .jcf-select-country, .form-item-field-mailing-address-und-0-administrative-area .jcf-select-state {
	max-width: 320px;
}
.page-user-edit div.addressfield-container-inline > div.form-item {
	float: none;
}
.page-user-edit > .checkbox input[type="checkbox"] {
	padding-left: 10px;
}
.page-user-edit .checkbox input[type="checkbox"] {
	width: auto;
}

/* Group Members, Organisation Details */
.og-context ol, .og-context #edit-preview {
	display: none;
}
/*.og-context .col-sm-12 {
	margin-top: 49px;
}*/
.page-group-node-admin-people .main-content {
	padding: 0px 34px;
}
.page-group-node-admin-people select.form-select {
	border-radius: 0px;
}
.page-group-node-admin-people .panel-body button {
	margin-left: 5px;
    /**height: 34px;**/
    
    padding: 9px 25px;
}

/* Organisation Details */
.node-type-group label, .node-type-group input {
	width: 320px;
	display: inline-block;
}
.node-type-group fieldset {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.node-type-group .panel-body {
	padding: 0px;
}
.node-type-group .panel-default > .panel-heading {
	background: none;
    border: none;
    padding: 0px;
    font-weight: bold;
}


/**
Edit Profile fixing Browse button
**/

#edit-picture-upload--2 {
	padding-bottom: 40px; 
}


/* Support */
.page-eform-submit-support-form .pre-instructions {
	margin-bottom: 40px;	
} 
.page-eform-submit-support-form #edit-field-support-subject {
	top: 0px;
}
.page-eform-submit-support-form .form-actions {
	margin-left: 320px;
	margin-top: 0px;
    padding-left: 3px;
    float: left;
}
.page-eform-submit-support-form #edit-field-support-subject-und {
	max-width: 320px;
}
.page-eform-submit-support-form .form-type-textarea > label {
	vertical-align: top;
	line-height: 25px;
}
.page-eform-submit-support-form .resizable-textarea {
	display: inline-block;
}
.page-eform-submit-support-form #edit-field-support-note-und-0-value{
	border-radius: 0px;
}

ul.employer {
  list-style-type: none;
}
li.employer-list:before {
    content: " - ";
  }

.field-collection-item-field-faq .field-name-field-heading {
	font-weight: bold;	
}

.field-type-field-collection {
	width: 96%;
}

.field-collection-view, .field-collection-container {
	border-bottom: 0px;
}
.field-collection-container .field-items .field-item {
	margin-bottom: 2px;
}
.field-type-field-collection .field-item {
  	background-color: #fff;
    padding: 5px;
}

.node-type-support .field-name-body  {  
	margin-top: 10px;
}

.mail, .phone {
	margin-left: 20px;
	    margin-top: 20px;
}

.mail a {
    margin-left: 10px;
}

.phone > .text {
    margin-left: 14px;
    color: #b52025;
}

.view-recent-products {
	padding: 0px 22px;
	border-top: 1px solid #c9c1b8;
}

.view-recent-products .views-row {
	padding-left: 20px;
	margin-bottom: 20px;
}
 
.recent-products-heading {
	font-size: 20px;
	font-weight: 600;
}

p.product-breadcrumb {
	margin-top: 10px;
	margin-bottom: 30px;
}

.pre-instructions {
	margin-top: -50px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600; 
}

.entitytype-request_access-form .form-textarea-wrapper {
	max-width: 320px;
    display: inline-block;
    vertical-align: top;
    
}
.entitytype-request_access-form .form-textarea-wrapper > textarea {
	border-radius: 0px;
}
form.entitytype-request_access-form {
	width: 58%;
}

.view-recent-products .views-row p {
	margin-top: 5px;
}
.view-recent-products .updated-date {
	margin-top: -17px;
}
ul.resource-list li.description, ul.resource-list li.time-stamp {
	margin-top: -12px;
}


/* Flyout menu*/
/* We remove the margin, padding, and list style of UL and LI components */
#side-main-menu ul, #side-main-menu ul li{
    margin:0;
    padding:0;
    list-style:none;
}

/* We apply background color and border bottom white and width to 150px */
#side-main-menu ul li{
    cursor:pointer;
}

/* We apply the background hover color when user hover the mouse over of the li component */
#side-main-menu ul li:hover{
    position:relative;
}

/* We apply the link style */
#side-main-menu ul li a{
    text-decoration:none;
}

#side-main-menu ul li:hover > a{
    background: #141312;
    color: #fff;
}

/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#side-main-menu ul li ul{
    position:absolute;
    display:none;
    z-index: 10;
    background-color: #616161;
}

#side-main-menu ul li ul li {
	/*height: 30px;*/
    font-size: 12px;
    padding: 1px;
    margin-bottom: 1px;
}

#side-main-menu ul li.active > ul li a:before {
	
}

#side-main-menu ul li.active ul li a {
	color: #fff;
}

/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */
#side-main-menu ul li:hover ul{
    left:168px;
    top:0px;
    display:block;
   
}

/* we apply different background color to 2nd level menu items*/
#side-main-menu ul li ul li a {
	text-align: left;
}
#side-main-menu ul li ul li a:before{
	 /*content: "\00a0 ";*/ 
	 text-indent: 2em;
}

/* We change the background color for the level 2 submenu when hovering the menu */
#side-main-menu ul li:hover ul li:hover{
    
}

/* We style the color of level 2 links */
#side-main-menu ul li ul li a{
    display:inline-block;
    width: 200px;
    height: 30px;
    padding: 10px 2px;
    color: #fff;
}

#side-main-menu ul li ul li a {
	border-left: 3px solid #616161;
	padding-left: 15px;
	height: 35px;
}
#side-main-menu ul li ul li a:hover{
	border-left: 3px solid #b52025;
}
	
#side-main-menu .category a {
	width: 212px;
}
#side-main-menu ul li ul li a:before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    background: #b52025;
    width: 6px;
    -webkit-transition: height .2s linear;
    transition: height .2s linear;
}
#side-main-menu ul li ul li a.active {
	border-left: 3px solid #b52025;
  	background: #141312;
  	
}

@media (max-width: 1346px) {
	.page-eform .form-actions {
		float:left;
	}
	.page-eform .form-actions label {
		display: block;
	}
	.page-eform button { 
		margin-left: 0px;
	}
}
li.file-list span.file {
	display: block;
	margin-bottom: 5px;
}
/**/
@media (max-width: 1050px) {
	.form-type-password-confirm .password-help {
		display:none !important;
	}
}
@media (min-width: 1050px) {
	.form-type-password-confirm .password-help {
		left: 65%;
	}
}
@media (min-width: 1130px) {
	.form-type-password-confirm .password-help {
		left: 60%;
	}
}
@media (min-width: 1812px) {
	.form-type-password-confirm .password-help {
		left: 33.33% !important;
	}
}

@media (max-width: 544px) {
	.page-user form #edit-actions--2, .page-user .input-hold {
		margin-left: 0px !important;	
	}
}

@media (max-width: 460px) {
	form.entitytype-request_access-form {
	    width: 100%;
	}	
}
@media (max-width: 330px) {
	.page-eform .jcf-select, .page-eform label, .page-eform input {
		width: 300px;	
	}
}
.views-field-field-notification img {
	float: left;
}
ul.aside-sub-nav .category a {
	font-weight: bold;
}
.view-display-id-page {
	margin-top: -30px;
}
.product-breadcrumb, .product-breadcrumb a, .view-header p, .view-header a {
	color: #98928c;
}
.product-breadcrumb a:hover, .view-header a:hover {
	color: #B52025;
}
.views-field-field-footer {
    text-align: center;
    margin: 20px 0px 30px 0px;
}
.view-recent-products .view-header {
	padding: 30px 17px;
}
.view-recent-products .recent-products-heading {
	color: #3f3f3f;	
}




/* ************************************************************************* Equifax strip */

.equifaxstrip {
	background-color: #981f32;
	height: 58px;
	border-bottom: 4px solid #e01b22;
}

/* Equifax logo block */
#block-block-6 {
	height: 58px;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	line-height: 58px;
}

a.equifax-logo img {
	vertical-align: middle !important;
	margin-top: 0px;
}

.navbar.container {
    height: 63px !important;
    /* background-color: #ffcc00; */ccr
    /* line-height: 63px !important; */
    padding: 0px 0px 0px 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border: 0px !important !important;
}

a.logo {
	line-height: 63px !important;
	height: 63px !important;
}

a.logo img {
	vertical-align: middle !important;
	padding: 0px 0px 0px 0px !important;
	margin: -2px 0px 0px 0px !important;
	/* max-width: none !important; */
	/*
	display: block !important;
	line-height: 63px !important;
	width: inherit !important;
	max-width: none !important;
	*/
}
  
 #header,
 ul.top-nav {
	background-color: #efefef !important;
} 

.footer-nav .copyright {
	/* display: none; */
}

body.front.not-logged-in .equifax-logo img {
	margin-top: 20px;
}

body.not-logged-in .equifax-logo img {
	margin-top: 20px;
}


@media (min-width: 769px) {
	body.not-logged-in .aside-nav {
	    top: 129px !important;

	}
} 

@media (max-width: 769px) {
	body.front.not-logged-in .logo img {
	    max-width: 150px !important;
    	margin-top: 4px !important;
	}
}

#side-main-menu .category a {
    width: 360px;
    height: inherit !important;
}
  
#side-main-menu ul li ul li a {
    width: 360px;
    height: 20px !important;
    padding: 0.1em 0.5em 0.1em 0.5em;
    color: #fff;
}

#side-main-menu li  {
	color: #999;
}

#side-main-menu li .category {
	color: #fff !important;
	background-color: #333 !important;
}



ul.aside-sub-nav {
	/* border: 2px solid #ff6600 !important; */
	margin-bottom: 200px !important;
	position: relative;
	margin-top: -30px;
}

/*

.ffg-item-row-category {
	background-color: #ffcc00 !important;
}

#side-main-menu li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

li .category {
	background-color: red !important;
}

*/


.region-productjump {
	display: inline-block;
	float: right;
	margin-right: 10px;
    margin-top: -68px;
}

ul.aside-sub-nav {
	display: none !important;
}


@media (max-width: 769px) {
	.region-productjump {
		display: block;
		float: none;
		clear: both;
		margin: 20px 0px 30px 0px !important;
}
}

@media (max-width: 769px) {
	.logo img {
		
		margin-top: 3px !important;
}
}

.nav-opener {
    margin-top: 0px;
}
 
 @media (min-width: 769px) {
	.page-user .aside-nav,
	.page-eform-submit-request-access .aside-nav {
	    top: 71px !important;
	}
}


/* *************************************************************************************** Cookies message */

/* *********************** Mobile BP*/
@media (max-width: 1023px) {
	
	.cookie-compliance__inner {
	    width: 100%;
	    padding: 10px 10px 10px 10px !important;
	}
	
	.cookie-compliance__inner .form {
	    margin: 0px 0px 0px 0px !important;
	}
	
	#simple-cookie-compliance-dismiss-form {
    	width: 100%;
	}
	
	.cookie-compliance__button {
		margin-top: 20px !important;
    	width: 100% !important;
	}
	#simple-cookie-compliance-dismiss-form {
		margin-left: 0 !important;
	}
}

/* *********************** Tablet BP*/
@media (min-width: 769px) {
	.cookie-compliance__inner {
	}
}

/* Desktop BP*/
@media (min-width: 960px) {
	.cookie-compliance__inner {
	}
}

/* *********************** Wide BP*/
@media (min-width: 1220px) {
	.cookie-compliance__inner {
	    width: 1200px;
	}
}

.cookie-compliance__inner {
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

#cookie-compliance {
    padding: 15px 10px 15px 10px;
    background: #333;
    text-align: center;
	margin: 0 auto;
}

.cookie-compliance__inner,
.cookie-compliance__text,
.cookie-compliance__text p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.cookie-compliance__inner {
}

.cookie-compliance__text {
	display: inline-block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 300 !important;
}

#simple-cookie-compliance-dismiss-form {
	margin-left: 30px;
	display: inline-block;
	position: relative;
}

#cookie-compliance input.form-submit[type="submit"],
#cookie-compliance input.form-submit[type="submit"],
#cookie-compliance button[type="submit"]   {
    padding: 6px 33px 6px 55px !important;
    margin: 0px 0px 0px 0px !important;
    border-radius: 0;
    background-color: transparent !important;
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff !important;
    font-weight: 300;
    font-size: 15px !important;
    font-family: "Sanchez", Georgia, "Times New Roman", Times, serif;
    text-transform: capitalize;
    width: 129px;
    min-width: 129px;
    height: 34px;
    line-height: 20px;
    letter-spacing: normal;
    float: none;
}

#cookie-compliance input.form-submit[type="submit"]:hover,
#cookie-compliance input.form-submit[type="submit"]:hover,
#cookie-compliance button[type="submit"]:hover  {
    background-color: rgba(255,255,255,0.2) !important;
    border-color: #fff !important;
    color: #fff !important;
    opacity: 1 !important;
}

.cookie-compliance__text p {
	font-size: 14px;
	color: #efefef;
}
#simple-cookie-compliance-dismiss-form:before {
    content: "\f00d";
    font-family: "Fontawesome";
    position: absolute;
    left: 25px;
    top: 7px;
    top: calc(50% - 10px);
    font-size: 18px;
    pointer-events: none;
    line-height: 20px;
}
.cookie-compliance__text a:link {
	color: #fff;
	text-decoration: none;
}
.cookie-compliance__text a:visited {
	color: #fff;
}

.cookie-compliance__text a:hover {
	color: #fff;
	text-decoration: underline;
}


.cookie-compliance__text p:before {
	content: 'Veda is now Equifax.';
	font-size: 1.3em;
	margin-right: 15px;
	/* color: rgba(225, 27, 34, 1); */
	    font-family: "Sanchez", Georgia, "Times New Roman", Times, serif;
	
	color: #fff;
	font-weight: 400;
}
.cookie-compliance__text {
    vertical-align: middle;
}

/* *************************************************************************************** END Cookies message */

