/* Bootstrap Config
http://getbootstrap.com/customize/?id=b95ab4d46746a1e47c77
desk: 53/30 - 966
tab: 35/30 - 750
*/
body {
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	line-height:140%;
	color:#000;
	background:#FFF;
	border-top:5px solid #C31729;
}

body.login {
	border-top:34px solid #000;
}

.container {
	padding-left:45px;
	padding-right:45px;
}

a {
	color:#B22C00;
	text-decoration:none;
}

a:hover {
	color:#B22C00;
	text-decoration:underline;
	-webkit-transition:all .15s linear!important;
	-moz-transition:all .15s linear!important;
	-o-transition:all .15s linear!important;
	transition:all .15s linear!important;
}

a:focus {
	outline:none;
	color:#B22C00;
	text-decoration:none;
}

ol {
	margin:0;
	padding:0 0 0 25px;
}

ol.parens {
	margin-left:0;
	padding-left:0;
	counter-reset:item;
}

ol.parens>li {
	margin-left:0;
	padding-left:0;
	counter-increment:item;
	list-style:none inside;
}

ol.parens>li:before {
	content:"(" counter(item) ")";
	padding-right:.5em;
	margin-left:-35px;
}

ul {
	position:relative;
	margin-left:1em;
	padding-left:0;
}

li {
	line-height:inherit;
	margin-bottom:5px;
}

hr {
	border-color:#CCC;
	border-style:solid;
}

h1 {
	color:#333;
	font-size:285.714285%;
	font-weight:300;
	line-height:100%;
	margin:0 0 40px;
}
h1.with-subtitle {
	margin-bottom: 15px;
}
div.h1-subtitle {
	font-size: 121.4285714286%;
	color:#000;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.login-form h1 {
	margin:0;
}

h2 {
	color:#B22C00;
	font-size:135.714285%;
	font-weight:700;
	line-height:100%;
	margin:5px 0;
	padding:0;
	text-transform:uppercase;
	letter-spacing:2px;
}

.login-form h2 {
	margin:10px 0;
}

.notes h2,.routing-path h2 {
	margin-bottom:30px;
}
h3 {
	color:#AAA;
	font-size:152.631578%;
	font-weight:300;
	line-height:100%;
	margin:5px 0 40px;
	padding:0;
}

h4 {
	color:#394C6E;
	font-size:105.263157%;
	font-weight:700;
	line-height:130%;
	margin:5px 0;
	padding:0;
}
h4 span {
	font-weight: normal;
}

blockquote {
	font-size:94.44%;
	font-weight:600;
	line-height:130%;
	margin:20px 0;
	padding:10px 20px;
	border-left:5px solid #B22C00;
}

.columns-8 {
	-webkit-columns:10;
	-moz-columns:10;
	columns:10;
	-webkit-column-gap:10px;
	-moz-column-gap:10px;
	column-gap:10px;
}
.columns-8.checkbox input[type="checkbox"] {
	position: relative;
	margin-right:5px;
}
.sep {
	margin:0 5px;
}
.question-item .sep {
	display: none;
}

.name {
	font-weight:700;
	color:#B22C00;
	width: 25%;
	display: inline-block;s
}
.question-item {
	width: 90%;
}
.question-item .name {
	color:#000;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.section {
	padding-bottom:45px;
	border-bottom:solid 1px #CCC;
	margin-bottom:45px;
}
.section.inactive, 
.section.inactive h2 {
	color:#d0d0d0 !important;
}
.section.inactive .table thead tr th {
	background:#d0d0d0 !important;
}
.section.inactive .table-hover>tbody>tr:hover {
	background: none !important;
}
.section.inactive .table tbody tr:hover td {
	cursor: default !important;	
}
.section.inactive .name {
	color:#d0d0d0 !important;
	font-weight: 400 !important;
}
.section.inactive .btn.green {
	background:#d0d0d0 !important;
	cursor: default;
}
.section.inactive .btn.green:hover {
	color:#FFF !important;
}
.response-item {
	width:85%;
	padding:15px 0;
	padding-left:30px;
	border-top:1px solid #DDD;
}
.response-item p {
	margin:0;
}
.response-item.file {
	background:url(../images/file_sm.png) 0 15px no-repeat;
}
.response-item.text {
	background:url(../images/text_sm.png) 0 15px no-repeat;
}

.note-item {
	width:80%;
	margin:15px 0 30px;
	font-size:107.142857%;
}

.note-item .timestamp {
	color:#999;
}

.notes form {
	width:80%;
}
.alert {
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	background:#DDD;
	color:#B22C00;
}
.glyphicon-menu-hamburger {
	font-size: 200%;
	color:#CCC;
}
.radio-inline label {
	font-weight: normal;
}

/* Buttons */
.btn:not(.note-btn) {
	background:#B22D00;
	color:#FFF;
	border-radius:0;
	outline:5px solid #DDD;
	border:1px solid #FFF;
	font-weight:700;
	padding:8px 15px 8px 12px;
	text-transform:uppercase;
	margin-left:5px;
	margin-right:15px;
}
.btn.green {
	background:#008D00;
}

.btn.pull-right {
	margin-right:5px;
	margin-left:0;
}

.btn:hover:not(.note-btn):hover {
	color:#DDD;
	-webkit-transition:color .15s linear;
	-moz-transition:color .15s linear;
	-o-transition:color .15s linear;
	transition:color .15s linear;
	outline:5px solid #DDD;
}
.btn:focus {
    color: #DDD;
    outline: 5px solid #DDD;
    border: 1px solid #FFF;
    outline-offset: 0;
}
.btn .glyphicon {
	border-right:1px solid #FFF;
	padding:10px 10px 12px 15px;
	margin:-10px 8px -12px -15px;
}
.ratings .btn {
	background:#EEE;
	color:#777;
	border-radius:0;
	outline:1px solid #777;
	border:1px solid #FFF;
	font-weight:400;
	padding:5px 15px 5px 12px;
	margin-left:5px;
	margin-right:15px;
	text-transform: none;
}
.ratings .btn .glyphicon {
	border-left:1px solid #FFF;
	padding:10px 10px 12px 10px;
	margin:-10px -15px -12px 30px;
	color:#777;
}
.ratings .btn:hover {
	color:#777 !important;
	-webkit-transition:color .15s linear;
	-moz-transition:color .15s linear;
	-o-transition:color .15s linear;
	transition:color .15s linear;
	outline:1px solid #777 !important;
}	

.btn.edit {
	padding:0 3px;
	margin-right:5px;
	outline:2px solid #DDD;
	position:relative;
	top:-2px;
}

.btn.edit.round {
	border-radius:14px;
	outline:0;
	border:3px solid #DDD;
	position:relative;
	margin-top:-2px;
}

.route-to li a.edit {
	color:#B22D00;
	text-transform:none;
	font-weight:400;
}

button.edit,a.edit {
	background:none;
	border:0;
	color:#AAA;
	font-size:85.7142857%;
	font-weight:600;
	text-transform:uppercase;
	outline:none;
/* 	margin-right:20px; */
	padding:0;
}
a.edit.pull-right {
	margin-left:20px;
}

button.edit:hover,a.edit:hover {
	text-decoration:none;
	color:#B22D00;
}

.glyphicon-remove {
	background: #ffc41f !important;
	color:#000 !important;
}
.question-item {
	margin-bottom:60px;
}


/* Actions Drop Down */
.btn-group.actions {
	margin-left:30px;
}
.btn-group.actions .btn {
	min-width: 210px;
	text-align: left;
	background: #630060;
}
.btn-group.actions .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline:5px solid #DDD;
}
.btn-group.actions ul.dropdown-menu {
	border:1px solid #FFF;
	background:#480049;
	border-radius: 0;
	padding:0;
	min-width: 210px;
	margin-top:-1px;
}
.btn-group.actions ul.dropdown-menu li {
	border-top:1px solid #FFF;
	margin:0;
	padding:5px 0;
}
.btn-group.actions ul.dropdown-menu li:first-child {
	border-top:0;
}
.btn-group.actions ul.dropdown-menu li a {
	color:#FFF;
	background: none;
	font-size: 90%;
	font-weight: 600;
}
.btn-group.actions ul.dropdown-menu li a:hover {
	color:#DDD;
	-webkit-transition:color .15s linear;
	-moz-transition:color .15s linear;
	-o-transition:color .15s linear;
	transition:color .15s linear;
}


/* RedBoard Icon */
@font-face {
	font-family:'redboard';
	src:url(../fonts/redboard.eot);
	src:url(../fonts/redboard.eot?#iefix) format("embedded-opentype"),url(../fonts/redboard.woff2) format("woff2"),url(../fonts/redboard.woff) format("woff"),url(../fonts/redboardr.ttf) format("truetype"),url(../fonts/redboard.svg#redboard) format("svg");
}


.rbicon {
	position:relative;
	display:inline-block;
	font-family:'redboard';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.rbicon-redboard:before {
	content:'\e800';
}

/* Icons */
.dot {
	background:#888;
	border:3px solid #DDD;
	display:inline-block;
	border-radius:8px;
	padding:5px;
}

.dot.orange {
	background:#FF9326;
}

.dot.green {
	background:#008C00;
}

.dot.black {
	background:#000;
}

/* Action Links*/
a.action-link {
	font-weight:300;
	font-size:164.285714%;
	line-height:173.913043%;
	position:relative;
	padding-left:27px;
	text-decoration:none;
	outline:none;
}

.response-item a.action-link {
	font-size:100%;
	font-weight: 400;
	padding-left:24px;
	line-height: 160%;
	vertical-align:top;
}

a.action-link:hover {
	text-decoration:none;
	color:#868686;
}

a.action-link .glyphicon {
	color:#FFF;
	background:#B32C00;
	border:3px solid #DDD;
	border-radius:11px;
	font-size:43.4782608%;
	padding:3px;
	position:absolute;
	top:9px;
	left:0;
	vertical-align:top;
}

.response-item a.action-link .glyphicon {
	top:1px;
	font-size:60%;
}

a.action-link:hover .glyphicon {
	background:#888;
}

.route-to a.action-link {
	font-size:100%;
	line-height:140%;
}

a#linked-to {
	font-size:150.285714%;
}

a#linked-to .glyphicon {
	top:5px;
}

/* Form */
.form-inline .form-group {
	width:55%;
}

form#login .form-group {
	margin:0;
	width:70%;
}

.form-inline input[type="text"] {
	width:100%;
}

.form-horizontal .control-label {
	text-align:left;
	font-weight:700;
	color:#B22C00;
	font-size:121.428571%;
}

.form-horizontal .control-label .help-block {
	font-weight:400;
	font-size:82.3529411%;
}

.form-horizontal select {
	-webkit-appearance:none;
	-moz-appearance:none;
	background-position:right 50%;
	background-repeat:no-repeat;
	background-image:url(../images/select_bg.png);
	padding:0 1.5em 0 .5em;
	border-radius:0;
	background-color:#EEE;
	border:1px solid #888;
	color:#000;
	font-size:114.571428%;
	margin:10px 0;
	line-height:50px;
	height:50px;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.form-horizontal input[type="text"],.form-horizontal input[type="password"],.form-horizontal input[type="date"] {
	margin:10px 0;
	line-height:20px;
	height:47px;
	border-radius:0;
	border-color:#888;
}
.form-horizontal textarea {
	margin:10px 0;
	border-radius: 0;
	border-color:#888;
}
.col-sm-9 textarea {
	width: 100% !important
}
.selectize-input input[type=”text”] {
    height:auto;
}
.has-error,.has-error .control-label,.has-error .help-block {
	color:#D8A300!important;
}

.has-error .form-control {
	border-color:#D8A300!important;
}

.alert-msg {
	display:block;
	font-size:121.428571%;
	font-weight:600;
	margin:15px 0;
}

span.note-label {
	color:#C31729;
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #C31729;
	display: inline-block;
}
.request-meta-data {
	text-align: center;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	margin-left:-1px;
	padding:15px 5px;
	vertical-align: top;
}
.request-meta-data span.name,
.request-meta-data span.value {
	display: block;
}
.request-meta-data .form-group {
	margin:10px 0;
	display: block;
	padding:0 10px;
	width: 100%;
}
.request-meta-data a.edit {
	margin-top:10px;
	display: inline-block;
}

/* Modals */
.modal-backdrop.in {
	opacity:.8;
}

.modal-dialog {
	width:750px;
}
.modal-dialog.small {
	width:600px;
}
.modal-content {
	padding:10px;
	border-radius:0;
	min-height:350px;
}

.modal-header {
	border-top:7px solid #B22D00;
	border-bottom:0;
}

.modal-header h4 {
	color:#333;
	font-size:285.714285%;
	font-weight:300;
	line-height:100%;
	margin:0 0 10px;
}

.modal-header .close {
	border:1px solid #000;
	color:#000;
	padding:2px 3px;
	text-shadow:none;
}

.modal-body {
	max-height:600px;
	overflow-y:scroll;
	line-height:180%;
}

.modal-body ul {
	list-style:none;
	margin:0;
}

.modal-body ul li {
	color:#545454;
	border-bottom:1px solid #DDD;
	padding:5px 0;
	line-height:100%;
}
.modal-body ul.checkbox li {
	border:0;
}
.modal-body ul.checkbox li input[type="checkbox"] {
	margin-top:2px;
}

.modal-body ul.route-to > li {
	color:#B22C00;
	padding:0;
	border:0;
}
.modal-body ul.route-to > li .radio {
	color:#000;
	font-size: 75%;
	margin-left:30px;
}

.modal-body .add-remove ul {
	margin-left:10px;
	margin-right:10px;
}

.modal-body button {
	min-width:100px;
	font-weight:600;
}
.modal-body button.note-btn {
	min-width: auto;
}

.modal-body button.col-sm-3 {
	margin-top:15px;
	margin-left:15px;
}

.modal-body form {
	margin:0 20px;
}

#manage-predefined-path li {
	font-size:142.857142%;
}

#manage-predefined-path li a .glyphicon {
	margin-right:15px;
	color:#000;
}

#manage-predefined-path li a:hover .glyphicon {
	color:#B22C00;
}

/* Editor */
.note-btn {
	min-width: auto;
}

/* Header */
.navigation {
	position:relative;
	z-index:200;
	background:#FFF;
	border-bottom:1px solid #CCC;
}

.navigation .row {
	position:relative;
}

.navbar-brand {
	display:inline-block;
	border:0;
	padding:0;
	margin:-5px 0 0 15px;
	width:82px;
	height:66px;
	z-index:2000;
	-webkit-box-shadow:1px 2px 2px rgba(0,0,0,.75);
	box-shadow:1px 2px 2px rgba(0,0,0,.75);
	margin-bottom:-15px;
}

.navbar-brand img {
	width:100%;
}

.navigation .navbar-collapse {
	padding:0;
}

.navigation .navbar-default {
	background:none;
	border:0;
	border-radius:0;
	box-shadow:none;
}

.navigation .navbar {
	padding:0;
	z-index:1000000;
	margin:0;
	min-height:auto;
	float:right;
	margin-right:30px;
}

.navigation .navbar.home {
	float:left;
	margin-right:0;
	border:0;
}
.navigation .navbar.home .nav {
	text-align: left;
	border:0;
}
.navigation .navbar.main .nav {
	text-align: right;
}
.navigation .navbar.home .nav li {
	border:0;
}
.navigation .navbar .container-fluid {
	padding:0;
}

.navigation .navbar .nav {
	margin:0;
	border-right:1px solid #CCC;
	text-align:right;
}

.navigation .navbar .nav li {
	font-size:92.8571428%;
	line-height:423.076923%;
	padding:0 20px;
	margin:0;
	display:inline-block;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	color:#AAA;
	border-left:1px solid #CCC;
}

.navigation .navbar .nav li .rbicon {
	font-size:130.76923%;
}

.navigation .navbar .nav li .glyphicon {
	font-size:153.846153%;
	position:relative;
	top:5px;
}

.navigation .navbar .nav li.login {
	border-left:0;
	font-size:92.3076923%;
}

.navigation .navbar .nav li#search-icon.on {
	background:#888;
	color:#FFF;
}

.navigation .navbar .nav li a {
	padding:0;
	color:#868686;
}

.navigation .navbar .nav li.on a {
	color:#FFF;
}

.navigation .navbar .nav li a:focus {
	background:none;
	outline:none;
}

.navigation .navbar .nav li a:hover {
	background:none;
	color:#B22C00;
}

/* Search Box */
.search-box {
	position:absolute;
	top:54px;
	right:24px;
	background:#888;
	padding:15px 20px;
	display:none;
	-webkit-transition:all .15s linear;
	-moz-transition:all .15s linear;
	-o-transition:all .15s linear;
	transition:all .15s linear;
}

.search-box-inner {
	border:1px solid #DDD;
	padding:3px;
}

.search-form {
	box-shadow:inset 0 0 2px rgba(0,0,0,.3);
	font-size:85.7142857%;
	color:#999;
	line-height:333.333333%;
	background:#FFF;
	border:0;
	padding:0 15px;
}

.search-query {
	width:300px;
	border:0;
	background:none;
	outline:none;
}

.search-button {
	display:none;
}

/* Mainbody */
.mainbody {
	background:url(../images/mainbody_bg.gif) 0 0 repeat;
	border-bottom:1px solid #CCC;
}

.login .mainbody {
	border-top:1px solid #CCC;
	margin-top:4px;
}

.mainbody .container {
	background:#FFF;
}

.mainbody > .container > .row {
	padding:45px 30px;
	margin:0 -40px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background:#FFF;
}

.login-logo .padding {
	padding-top:30px;
	padding-left:50px;
}

.login-form .padding {
	padding-top:55px;
}

/* Tabs */
.tab-wrapper {
	border:1px solid #CACAD9;
}

.tab-content {
	padding:15px;
	padding-top:50px;
}

ul.nav-tabs {
	margin-left:0;
	border-bottom:0;
}

ul.nav-tabs li {
	background:#FFF;
	width:25%;
	border-radius:0;
	border-right:1px solid #CACAD9;
	border-bottom:1px solid #CACAD9;
	border-top:0;
	margin-bottom:0;
}

ul.nav-tabs li:last-child {
	border-right:0;
}

ul.nav-tabs li.active {
	border-bottom:0;
}

ul.nav-tabs li > a {
	color:#444;
	font-weight:700;
	font-size:121.428571%;
	text-transform:uppercase;
	border-radius:0;
	margin:1px;
	background:#EEE;
	-webkit-transition:all 0 linear!important;
	-moz-transition:all 0 linear!important;
	-o-transition:all 0 linear!important;
	transition:all 0 linear!important;
	text-decoration:none!important;
}

ul.nav-tabs li > a:hover {
	color:#B22C00!important;
	border-bottom-color:transparent;
}

ul.nav-tabs li.active a {
	color:#B22C00!important;
	border-left:0!important;
	border-right:0!important;
	border-top:4px solid #CCC!important;
	padding:7px 16px 10px!important;
}

/* Table */
.table {
	border-top:3px solid #DDD;
}

.table thead tr th {
	background:#777;
	color:#FFF;
	text-transform:uppercase;
	font-size:92.8571428%;
	font-weight:700;
	border:1px solid #FFF;
	padding-left:15px;
	padding-right:15px;
}
.table thead tr th.override {
	background:#B22C00;
}
.table tbody tr td {
	padding-left:15px;
	padding-right:15px;
}

.table tbody tr td .rbicon,.table tbody tr td .dot {
	font-size:121.428571%;
}

.table tbody tr:hover td {
	cursor:pointer;
}
.table.assessment {
	border-bottom:solid 1px #CCC;
}

.table.assessment tbody tr td:first-child,
.table tbody tr.overdue td {
	color:#B22C00;
}

.table thead tr th.small,.table tbody tr td.small {
	text-align:center;
	width:6%;
}
.table thead tr th.m12 {
	width:12%;
}
.table thead tr th.m15 {
	width:15%;
}
.table.previous-versions {
	border:0;
	background:#f9f9f9;
	margin-top:5px;
	margin-bottom:0;
}

.table.previous-versions td {
	border:0;
	padding:2px 5px;
}

.table.previous-versions td:last-child {
	text-align:right;
}

.table thead tr th.actions {
	background:#630060;
}
.table thead tr th.highlight {
	background:#B22C0A;
} 
.table tbody tr td.highlight span {
	background:#B22C0A;
	color:#FFF;
	border-radius:0;
	outline:1px solid #DDD;
	border:1px solid #FFF;
	font-weight:700;
	padding:1px 5px 2px;
	text-transform:uppercase;
}
.cb-container {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin:0;
  left:-3px;
}
/* Hide the browser's default checkbox */
.cb-container input {
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #FFF;
  border:1px solid #DDD;
}
.table thead tr th.actions .checkmark {
  border:1px solid #630060;	
}
/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a white background */
.cb-container input:checked ~ .checkmark {
  background-color: #FFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid green;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Routing Path Tool */
ul.routing-path-list {
	list-style:none;
	display:table-row;
}

li.routing-path-item {
	display:table-cell;
	border-left:1px solid #DDD;
	background:url(../images/routing_path_item_bg.png) 50% 90% no-repeat;
	color:#B22D00;
	font-weight:600;
	padding:0 10px 30px;
	text-align:center;
	font-size:107.142857%;
	height:100px;
	min-width:100px;
	vertical-align:bottom;
}

li.routing-path-item span.route {
	font-size:66.666667%;
	color:#868686;
	text-transform:uppercase;
	display:block;
	margin-bottom:10px;
}

li.routing-path-item span.route span {
	display:block;
	font-size:150%;
	color:#008C00;
}

li.routing-path-item:first-child {
	border-left:0;
}

ul.route-to > li,ol.route-to > li {
	color:#B22C00;
	font-size:142.857142%;
	padding-left:35px;
	margin-top:30px;
}

ul.route-to > li:first-child,ol.route-to > li:first-child {
	margin-top:0;
}

.route-list-group {
	margin:20px 0;
}

.route-list-group div {
	float:left;
}

.route-list {
	padding:0px 25px;
	overflow-y:scroll;
	width:40%;
	height:260px;
	border:1px solid #888;
}

.route-list ul {
	list-style:none;
	margin:0;
}

.route-list ul li {
	color:#545454;
	border-bottom:1px solid #DDD;
	padding:10px;
	margin:0;
	font-size:70%;
	line-height:100%;
	cursor:pointer;
}
.route-list ul li:hover {
	color:#B22C00;
}
.route-list ul li.on {
	background:#EEE;
	color:#B22C00;
}
.route-list ul.drag-n-drop li {
	background:url(../images/handle.png) 0 50% no-repeat;
	padding-left:30px;
}

.add-remove {
	width:20%;
}

.add-remove ul {
	list-style:none;
	margin:0 20px;
}

.add-remove ul li {
	border-bottom:1px solid #CCC;
	text-align:center;
	padding:20px;
}

.add-remove ul li:last-child {
	border-bottom:0;
}

.add-remove ul li a.action-link {
	padding-left:0;
}

.add-remove ul li a.action-link span {
	font-size:100%;
	border-radius:16px;
	position:relative;
	top:0;
}

/* Scoring */
.scoring #rating-info {
	font-weight: 600;
}
.scoring #rating-info .name {
	color:#000;
	font-weight: 400;
}
.scoring .override-note {
	color:#B22C00;
}

/* Footer */
.footer {
	border-bottom:1px solid #CCC;
	padding:40px 0;
}

.footer-content {
	background:#FFF url(../images/logo_redboard.png) 20px 0 no-repeat;
	font-size:92.8571428%;
	line-height:438.461538%;
	color:#777;
	padding-left:125px;
}

/* start nav button styles */
@media (max-width: 767px) {
	
}

/* end nav button styles */
/* start tablet width styles */
@media (min-width: 768px) and (max-width: 991px) {
	
}

/* end tablet width styles */
/* start smartphone width styles */
@media (max-width: 767px) {
	
}

/* end smartphone width styles */