@font-face {
    font-family: ‘montserrat’;
    src: url(‘/assets/fonts/Montserrat-VariableFont_wght.ttf’);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: montserrat,Arial,Verdana,Sans-Serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

body {
    background: none repeat scroll 0 0 #262626;
    color: black;
    font-family: montserrat,Arial,Verdana,Sans-Serif;
    font-size: 0.7em;
    line-height: 1;
}

html, body {
    height: 100%;
    width: 100%;
}

p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 5px 0 10px;
}

ol {
	font-weight: bold;
	color: #000;
	list-style: decimal;
	margin-left: 1.5em;
}

ol li p {
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 1em 0 2em 0;
}

#page_wrapper {
    height: 100%;
    width: 100%;
}

#page_wrapper {
    position: relative;
}

#page_wrapper #page-content #page-content-wrapper, #live-search-results, .ui-dialog {
    background: url("images/page-container-bg.png") repeat-x scroll left top #F2F2F2;
}

#page_wrapper #page-content #page-content-wrapper {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px #000000;
    margin: 0 20px;
    padding: 10px 10px 10px 10px;
}

#page_wrapper #page-header {
    background: url("/images/header-bg-new.png") repeat-x scroll 0 0 transparent;
}

#page_wrapper #page-header #page-header-wrapper #top {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    height: 100px;
}

#page_wrapper #page-header #page-header-wrapper #top a.logo {
    background: url("/images/logo-new.png") no-repeat scroll left 40% transparent;
    background-size: 203px 100px;
    display: block;
    float: left;
    height: 100px;
    text-indent: -9999em;
    width: 203px;
}

#page_wrapper #page-header #page-header-wrapper #top a{
    color:#000000;
    text-decoration:none;
}

#page_wrapper #page-header #page-header-wrapper #top a:hover{
    color:#000000;
    text-decoration:none;
}

.inner-page-title {
    border-bottom: 1px solid #CDCDCD;
    margin: 0 0 15px;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.inner-page-title h3 {
    font-size: 1.8em;
    padding: 0 0 10px;
}

.inner-page-title h2, .inner-page-title h3 {
    color: #000000;
    font-family: montserrat,"Segoe UI",Frutiger,Tahoma,Helvetica,"Helvetica Neue",Arial,sans-serif;
    /* font-size: 2em; */
    font-weight: bold;
    letter-spacing: -1px;
}

.clear, .clearfix {
    clear: both;
}

.float-right {
    float: right;
}

#dashboard-buttons, .content-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 0 0 20px;
    padding: 10px;
}

.ui-corner-all, .pagination li a, .pagination li, #tooltip, ul#dashboard-buttons li a, .fixed #sidebar, #dashboard-buttons ul li, #dashboard-buttons ul li a, #dashboard-buttons, .content-box {
    border-radius: 3px 3px 3px 3px;
}

.ui-tabs-nav .ui-state-default a, .ui-tabs-nav .ui-tabs-selected a, .ui-accordion-header a, #sidebar .box h3, .hastable thead th, #dashboard-buttons ul li a, .ui-button, button.ui-state-default, input.ui-state-default, .hastable thead td, .ui-box-header {
    text-shadow: 0 1px 0 #FFFFFF;
}

.ui-tabs-nav .ui-state-default a, .ui-tabs-nav .ui-tabs-selected a, .ui-accordion-header a, #sidebar .box h3, .hastable thead th, #dashboard-buttons ul li a, .ui-button, button.ui-state-default, input.ui-state-default, .hastable thead td, .ui-box-header {
    text-shadow: 0 1px 0 #FFFFFF;
}

.ui-state-default, .ui-widget-content .ui-state-default, .pagination a, #dashboard-buttons ul li {
    background: url("images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") repeat-x scroll 50% 50% #F6F6F6;
    border: 1px solid #DDDDDD;
    color: #262626;
    font-weight: bold;
    outline: medium none;
}

.ui-state-default-green {
	border:1px solid #ddd;
	background:#f6f6f6 url(/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	font-weight:bold;
	color:#262626;
	outline:none;
}

.ui-state-default-yellow {
	border:1px solid #ddd;
	background:#f6f6f6 url(/images/ui-bg_highlight-soft_100_f6f6f6_1x100-y.png) 50% 50% repeat-x;
	font-weight:bold;
	color:#262626;
	outline:none;
}

.ui-state-default-red {
	border:1px solid #ddd;
	background:#f6f6f6 url(/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	font-weight:bold;
	color:#262626;
	outline:none;
}

.ui-state-default-blue {
	border:1px solid #ddd;
	background:#f6f6f6 url(/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	font-weight:bold;
	color:#262626;
	outline:none;
}

.ui-button {
    cursor: pointer;
    background:  transparent;		
    border:  2px solid #bd0934;
    color: #bd0934
    margin: 0;
    padding: 0.5em 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.ui-button-color {
    cursor: pointer;
    background:  #FFC838
    border:  2px solid #FFC838
    margin: 0;
    padding: 0.5em 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.ui-box-header, .ui-state-hover, .ui-box-header .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .pagination a:hover, a.btn:hover, button.ui-state-default:hover, #dashboard-buttons ul li:hover {
	border: 1px solid #9d9d9d;
	background:#F6F6F6 url(/images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x;
	font-weight:bold;
	color:#333;
	outline:none;
}

button.ui-state-default-green:hover {
	border: 1px solid #9d9d9d;
	background:#f6f6f6 url(/images/ui-bg_highlight-soft_100_f6f6f6_1x100-g.png) 50% 50% repeat-x;
	font-weight:bold;
	color:#333;
	outline:none;
}

button.ui-state-default-red:hover {
	border: 1px solid #9d9d9d;
	background:#f6f6f6 url(/images/ui-bg_highlight-soft_100_f6f6f6_1x100-r.png) 50% 50% repeat-x;
	font-weight:bold;
	color:#333;
	outline:none;
}

button.ui-state-default-blue:hover {
	border: 1px solid #9d9d9d;
	background:#f6f6f6 url(/images/ui-bg_highlight-soft_100_f6f6f6_1x100-b.png) 50% 50% repeat-x;
	font-weight:bold;
	color:#333;
	outline:none;
}

.ui-corner-all, .pagination li a, .pagination li, #tooltip, ul#dashboard-buttons li a, .fixed #sidebar, #dashboard-buttons ul li, #dashboard-buttons ul li a, #dashboard-buttons, .content-box {
    border-radius: 3px 3px 3px 3px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .pagination a {
    font-weight: bold;
    outline: medium none;
}

#footer {
    color: #545454;
}

#footer {
    padding: 30px 0 20px;
    text-align: center;
}

#scalelist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

label.survey {
	font-weight:bold;
	display:inline-block;
	width:4%;
}

.two-column .survey-left  {
	width:2%;
	float:left;
}

.two-column .survey-right  {
	width:98%;
	float:left;
}

.error {
	font-weight:bold;
	color:#b50007;
}

form input.error {
	background-color:#f9e5e6;
	border-color:#b50007;
}

form label.error {
	font-weight:bold;
	color:#b50007;
	padding:5px 0 0;
}

