/* Minification failed. Returning unminified contents.
(1728,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1729,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1741,23): run-time error CSS1039: Token not allowed after unary operator: '-fa-style-family-brands'
 */
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section, details, summary
{
	display: block;
}

/* we use a lot of ULs that aren't bulleted. don't forget to restore the bullets within content. */
ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
	content: '';
	content: none;
}

a
{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}

del
{
	text-decoration: line-through;
}

abbr[title], dfn[title]
{
	border-bottom: 1px dotted #000;
	cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

th
{
	font-weight: bold;
	vertical-align: bottom;
}

td
{
	font-weight: normal;
	vertical-align: top;
}

hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select
{
	vertical-align: middle;
}

pre
{
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"]
{
	vertical-align: text-bottom;
	position: relative;
	top: -2px;
}

.ie7 input[type="checkbox"]
{
	vertical-align: baseline;
}

.ie6 input
{
	vertical-align: text-bottom;
}

table
{
	font-size: inherit;
}

small
{
	font-size: 85%;
}

strong
{
	font-weight: bold;
}

td, td img
{
	vertical-align: top;
}

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup
{
	top: -0.5em;
}

sub
{
	bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp
{
	font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button
{
	cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea
{
	margin: 0;
}

/* make buttons play nice in IE */
button
{
	width: auto;
	overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img
{
	-ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover */
.ie6 html
{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* let's clear some floats */
.clearfix:before, .clearfix:after
{
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after
{
	clear: both;
}

.clearfix
{
	zoom: 1;
}
.custom-select
{
	display: block;
	position: absolute;
	width: 144px;
	height: 29px;
	line-height: 29px;
	padding: 0 24px 0 8px;
    font-size: 14px !important;
	color: #666666;
	overflow: hidden;
    cursor: pointer;
	z-index: 1;
}

input.custom-styled
{
    display: none;
}

.custom-disabled
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.custom-checkbox, .custom-radio
{
	position: relative;
	top: 2px;
    display: inline-block;
	*display: inline;
	zoom: 1;
    width: 13px;
    height: 13px;
    margin: 0 8px 0 0;
	font-size: 10px !important;
    background: url('images/checkbox.png') no-repeat 0 0;
    cursor: pointer;
}

.custom-radio
{
    background: url('images/checkbox.png') no-repeat;
}

.custom-label,
.custom-label-off,
.custom-label-on
{
	color: #333333;
	font-size: 14px;
    display: inline-block;
	*display: inline;
	zoom: 1;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading
{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/content/static-images/fancybox.png');
}

#fancybox-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer
{
	position: relative;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

#fancybox-content
{
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0 solid #fff;
}

#fancybox-hide-sel-frame
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close
{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/content/static-images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error
{
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame
{
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right
{
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/content/static-images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left
{
	left: 0px;
}

#fancybox-right
{
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico
{
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico
{
	background-image: url('/content/static-images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico
{
	background-image: url('/content/static-images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover
{
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span
{
	left: 20px;
}

#fancybox-right:hover span
{
	left: auto;
	right: 20px;
}

.fancybox-bg
{
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n
{
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/content/static-images/fancybox-x.png');
}

#fancybox-bg-ne
{
	top: -20px;
	right: -20px;
	background-image: url('/content/static-images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e
{
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/content/static-images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se
{
	bottom: -20px;
	right: -20px;
	background-image: url('/content/static-images/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s
{
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/content/static-images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw
{
	bottom: -20px;
	left: -20px;
	background-image: url('/content/static-images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w
{
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/content/static-images/fancybox-y.png');
}

#fancybox-bg-nw
{
	top: -20px;
	left: -20px;
	background-image: url('/content/static-images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside
{
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside
{
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over
{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over
{
	padding: 10px;
	background-image: url('/content/static-images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float
{
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap
{
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td
{
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left
{
	padding: 0 0 0 15px;
	background: url('/content/static-images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main
{
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/content/static-images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right
{
	padding: 0 0 0 15px;
	background: url('/content/static-images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_close.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-left-ico
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_nav_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-right-ico
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_nav_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-over
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_title_over.png', sizingMethod='scale');
	zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_title_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-main
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_title_main.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-right
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_title_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame
{
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 div
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg
{
	background: transparent !important;
}

.fancybox-ie #fancybox-bg-n
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/static-images/fancy_shadow_nw.png', sizingMethod='scale');
}

.ui-multiselect
{
	padding: 2px 0 2px 5px;
	text-align: left;
	color: #333333;
	background: url('/content/images/admin/input-bg.png') repeat-x #fdfdfd;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 1px 0 #fff;
	font-family: Tahoma, Arial, Sans-Serif;
	outline: none;
}

.ui-multiselect span.ui-icon
{
	float: right;
}

.ui-multiselect-single .ui-multiselect-checkboxes input
{
	position: absolute !important;
	top: auto !important;
	left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label
{
	padding: 5px !important;
}

.ui-multiselect-header
{
	margin-bottom: 3px;
	padding: 3px 0 3px 4px;
}

.ui-multiselect-header ul
{
	font-size: 0.9em;
}

.ui-multiselect-header ul li
{
	float: left;
	padding: 0 10px 0 0;
}

.ui-multiselect-header a
{
	text-decoration: none;
}

.ui-multiselect-header span.ui-icon
{
	float: left;
}

.ui-multiselect-header li.ui-multiselect-close
{
	float: right;
	text-align: right;
	padding-right: 0;
}

.ui-multiselect-header li.ui-multiselect-close span.ui-icon-circle-close
{
	background-image: url('static-images/multiselect-close.png');
	background-position: 0 0;
	width: 18px;
	height: 18px;
}

.ui-multiselect-header li.ui-multiselect-close .ui-close-text
{
	float: left;
	margin-right: 4px;
}

.ui-multiselect-menu
{
	display: none;
	padding: 3px;
	position: absolute;
	z-index: 10000;
	text-align: left;
}

.ui-multiselect-checkboxes
{
	position: relative /* fixes bug in IE6/7 */;
	overflow-y: scroll;
}

.ui-multiselect-checkboxes label
{
	cursor: default;
	display: block;
	border: 1px solid transparent;
	padding: 3px 1px;
}

.ui-multiselect-checkboxes label input
{
	position: relative;
}

.ui-multiselect-checkboxes label span
{
	padding: 0 0 0 5px;
}

.ui-multiselect-checkboxes li
{
	clear: both;
	padding-right: 3px;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label
{
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a
{
	display: block;
	padding: 3px;
	margin: 1px 0;
	text-decoration: none;
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label
{
	border: none;
}
.flexigrid
{
	font-size: 12px;
	position: relative;
	border: 0 solid #eee;
	overflow: hidden;
	color: #444444;
}

.flexigrid.hideBody
{
	height: 26px !important;
	border-bottom: 1px solid #ccc;
}

.ie6fullwidthbug
{
	border-right: 0 solid #ccc;
	padding-right: 2px;
}

.flexigrid div.nDiv
{
	background: #eee url(/content/static-images/line.gif) repeat-y -1px top;
	border: 1px solid #ccc;
	border-top: 0;
	overflow: auto;
	position: absolute;
	left: 0;
	z-index: 999;
	float: left;
}

.flexigrid div.nDiv table
{
	margin: 2px;
}

.flexigrid div.hDivBox
{
	float: left;
	padding: 0 40px 0 0;
}

.flexigrid div.bDiv table
{
	margin-bottom: 10px;
}

.flexigrid div.bDiv table.autoht
{
	border-bottom: 0;
	margin-bottom: 0;
}

.flexigrid div.nDiv td
{
	padding: 2px 3px;
	border: 1px solid #eee;
	cursor: default;
}

.flexigrid div.nDiv tr:hover td, .flexigrid div.nDiv tr.ndcolover td
{
	background: #d5effc url(/content/static-images/hl.png) repeat-x top;
	border: 1px solid #d0d0d0;
}

.flexigrid div.nDiv td.ndcol1
{
	border-right: 1px solid #ccc;
}

.flexigrid div.nDiv td.ndcol2
{
	border-left: 1px solid #fff;
	padding-right: 10px;
}

.flexigrid div.nDiv tr:hover td.ndcol1, .flexigrid div.nDiv tr.ndcolover td.ndcol1
{
	border-right: 1px solid #d2e3ec;
}

.flexigrid div.nDiv tr:hover td.ndcol2, .flexigrid div.nDiv tr.ndcolover td.ndcol2
{
	border-left: 1px solid #ebebeb;
}

.flexigrid div.nBtn
{
	position: absolute;
	height: 24px;
	width: 14px;
	z-index: 900;
	background: #fafafa url(/content/static-images/fhbg.gif) repeat-x bottom;
	border: 0 solid #ccc;
	border-left: 1px solid #ccc;
	top: 0;
	left: 0;
	margin-top: 1px;
	cursor: pointer;
	display: none;
}

.flexigrid div.nBtn div
{
	height: 24px;
	width: 12px;
	border-left: 1px solid #fff;
	float: left;
	background: url(/content/static-images/ddn.png) no-repeat center;
}

.flexigrid div.nBtn.srtd
{
	background: url(/content/static-images/wbg.gif) repeat-x 0 -1px;
}

.flexigrid div.mDiv
{
	background: url(/content/static-images/wbg.gif) repeat-x top;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-top: 0;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.flexigrid div.mDiv div
{
	padding: 6px;
	white-space: nowrap;
}

.flexigrid div.mDiv div.ptogtitle
{
	position: absolute;
	top: 4px;
	right: 3px;
	padding: 0;
	height: 16px;
	width: 16px;
	overflow: hidden;
	border: 1px solid #ccc;
	cursor: pointer;
}

.flexigrid div.mDiv div.ptogtitle:hover
{
	background-position: left -2px;
	border-color: #bbb;
}

.flexigrid div.mDiv div.ptogtitle span
{
	display: block;
	border-left: 1px solid #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	width: 14px;
	height: 14px;
	background: url(/content/static-images/uup.png) no-repeat center;
}

.flexigrid div.mDiv div.ptogtitle.vsble span
{
	background: url(/content/static-images/ddn.png) no-repeat center;
}

.flexigrid div.tDiv /*toolbar*/
{
	background: #fafafa url(/content/static-images/bg.gif) repeat-x top;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0;
	overflow: hidden;
}

.flexigrid div.tDiv2
{
	float: left;
	clear: both;
	padding: 1px;
}

.flexigrid div.sDiv /*toolbar*/
{
	background: #fafafa url(/content/static-images/bg.gif) repeat-x top;
	position: relative;
	border: 1px solid #ccc;
	border-top: 0;
	overflow: hidden;
	display: none;
}

.flexigrid div.sDiv2
{
	float: left;
	clear: both;
	padding: 5px;
	padding-left: 5px;
	width: 1024px;
}

.flexigrid div.sDiv2 input, .flexigrid div.sDiv2 select
{
	vertical-align: middle;
}

.flexigrid div.btnseparator
{
	float: left;
	height: 22px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin: 1px;
}

.flexigrid div.fbutton
{
	float: left;
	display: block;
	cursor: pointer;
	padding: 1px;
}

.flexigrid div.fbutton div
{
	float: left;
	padding: 1px 3px;
}

.flexigrid div.fbutton span
{
	float: left;
	display: block;
	padding: 3px;
}

.flexigrid div.fbutton:hover, .flexigrid div.fbutton.fbOver
{
	padding: 0;
	border: 1px solid #ccc;
}

.flexigrid div.fbutton:hover div, .flexigrid div.fbutton.fbOver div
{
	padding: 0 2px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* end toolbar*/
.flexigrid div.hDiv
{
	background: #fafafa url(/content/static-images/fhbg.gif) repeat-x top;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0;
	height: 26px;
	overflow: hidden;
}

.flexigrid div.hDiv table
{
	border-right: 1px solid #fff;
}

.flexigrid div.cDrag
{
	float: left;
	position: absolute;
	z-index: 2;
	overflow: visible;
}

.flexigrid div.cDrag div
{
	float: left;
	background: none;
	display: block;
	position: absolute;
	height: 24px;
	width: 5px;
	cursor: col-resize;
}

.flexigrid div.cDrag div:hover, .flexigrid div.cDrag div.dragging
{
	background: url(/content/static-images/line.gif) repeat-y 2px center;
}

.flexigrid div.iDiv
{
	border: 1px solid #316ac5;
	position: absolute;
	overflow: visible;
	background: none;
}

.flexigrid div.iDiv input, .flexigrid div.iDiv select, .flexigrid div.iDiv textarea
{
	font-size: 11px;
}

.flexigrid div.iDiv input.tb
{
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: none;
}

.flexigrid div.bDiv
{
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.flexigrid div.bDiv table
{
	border-bottom: 1px solid #ccc;
}

.flexigrid div.hGrip
{
	position: absolute;
	top: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(/content/static-images/line.gif) repeat-x center;
	margin-right: 1px;
	cursor: col-resize;
}

.flexigrid div.hGrip:hover, .flexigrid div.hGrip.hgOver
{
	border-right: 1px solid #999;
	margin-right: 0;
}

.flexigrid div.vGrip
{
	height: 5px;
	overflow: hidden;
	position: relative;
	background: #fafafa url(/content/static-images/wbg.gif) repeat-x 0 -1px;
	border: 1px solid #ccc;
	border-top: 0;
	text-align: center;
	cursor: row-resize;
}

.flexigrid div.vGrip span
{
	display: block;
	margin: 1px auto;
	width: 20px;
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: none;
}

.flexigrid div.hDiv th, .flexigrid div.bDiv td
/* common cell properties*/
{
	text-align: left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	overflow: hidden;
	vertical-align: top !important;
	padding-left: 0;
	padding-right: 0;
}

.flexigrid div.hDiv th div, .flexigrid div.bDiv td div, div.colCopy div
/* common inner cell properties*/
{
	padding: 5px;
	border-left: 0 solid #fff;
}

.flexigrid div.hDiv th, div.colCopy
{
	font-weight: normal;
	height: 24px;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
}

div.colCopy
{
	font-size: 11px;
	background: #fafafa url(/content/static-images/fhbg.gif) repeat-x bottom;
	border: 1px solid #ccc;
	border-bottom: 0;
	overflow: hidden;
}

.flexigrid div.hDiv th.sorted
{
	background: url(/content/static-images/wbg.gif) repeat-x 0 -1px;
	border-bottom: 0 solid #ccc;
}

.flexigrid div.hDiv th.thOver
{
}

.flexigrid div.hDiv th.thOver div, .flexigrid div.hDiv th.sorted.thOver div
{
	border-bottom: 1px solid #af2900;
	padding-bottom: 4px;
}

.flexigrid div.hDiv th.thOver div .blank, .flexigrid div.hDiv th.sorted.thOver div .blank
{
	display: block;
	width: 10px;
	height: 18px;
}

.flexigrid div.hDiv th.sorted div
{
	border-bottom: 0 solid #ccc;
	padding-bottom: 5px;
}

.flexigrid div.hDiv th.thMove
{
	background: #fff;
	color: #fff;
}

.flexigrid div.hDiv th.sorted.thMove div
{
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
}

.flexigrid div.hDiv th.thMove div
{
	background: #fff !important;
}

.flexigrid div.hDiv th div.sdesc
{
	background: url(/content/static-images/dn.png) no-repeat center top;
}

.flexigrid div.hDiv th div.sasc
{
	background: url(/content/static-images/up.png) no-repeat center top;
}

.flexigrid div.bDiv td
{
	border-bottom: 1px solid #fff;
	vertical-align: top;
	white-space: nowrap;
}

.flexigrid div.hDiv th div
{
}

.flexigrid span.cdropleft
{
	display: block;
	background: url(/content/static-images/prev.gif) no-repeat -4px center;
	width: 24px;
	height: 24px;
	position: relative;
	top: -24px;
	margin-bottom: -24px;
	z-index: 3;
}

.flexigrid div.hDiv span.cdropright
{
	display: block;
	background: url(/content/static-images/next.gif) no-repeat 12px center;
	width: 24px;
	height: 24px;
	float: right;
	position: relative;
	top: -24px;
	margin-bottom: -24px;
}

.flexigrid div.bDiv td div
{
	border-top: 0 solid #fff;
	padding-bottom: 4px;
}

.flexigrid tr td.sorted
{
	background: #f3f3f3;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #f3f3f3;
}

.flexigrid tr td.sorted div
{
}

.flexigrid tr.erow td
{
	background: #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.flexigrid tr.erow td.sorted
{
	background: #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.flexigrid tr.erow td.sorted div
{
}

.flexigrid div.bDiv tr:hover td, .flexigrid div.bDiv tr:hover td.sorted, .flexigrid div.bDiv tr.trOver td.sorted, .flexigrid div.bDiv tr.trOver td
{
	background: #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px dotted #d0d0d0;
}

.flexigrid div.bDiv tr.trSelected:hover td, .flexigrid div.bDiv tr.trSelected:hover td.sorted, .flexigrid div.bDiv tr.trOver.trSelected td.sorted, .flexigrid div.bDiv tr.trOver.trSelected td, .flexigrid tr.trSelected td.sorted, .flexigrid tr.trSelected td
{
	background: #d5effc url(/content/static-images/hl.png) repeat-x top;
	border-right: 1px solid #d2e3ec;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #d0d0d0;
}

/* novstripe adjustments */
.flexigrid.novstripe .bDiv table
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.flexigrid.novstripe div.bDiv td
{
	border-right-color: #fff;
}

.flexigrid.novstripe div.bDiv tr.erow td.sorted
{
	border-right-color: #e3e3e3;
}

.flexigrid.novstripe div.bDiv tr td.sorted
{
	border-right-color: #f3f3f3;
}

.flexigrid.novstripe div.bDiv tr.erow td
{
	border-right-color: #f3f3f3;
	border-left-color: #f3f3f3;
}

.flexigrid.novstripe div.bDiv tr.trSelected:hover td, .flexigrid.novstripe div.bDiv tr.trSelected:hover td.sorted, .flexigrid.novstripe div.bDiv tr.trOver.trSelected td.sorted, .flexigrid.novstripe div.bDiv tr.trOver.trSelected td, .flexigrid.novstripe tr.trSelected td.sorted, .flexigrid.novstripe tr.trSelected td
{
	border-right: 1px solid #0066FF;
	border-left: 1px solid #0066FF;
}

.flexigrid.novstripe div.bDiv tr.trOver td, .flexigrid.novstripe div.bDiv tr:hover td
{
	border-left-color: #ebebeb;
	border-right-color: #ebebeb;
}

/* end novstripe */
.flexigrid div.pDiv
{
	background: url(/content/static-images/wbg.gif) repeat-x 0 -1px;
	border: 1px solid #ccc;
	border-top: 0;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.flexigrid div.pDiv div.pDiv2
{
	margin: 3px;
	margin-left: -2px;
	float: left;
	width: 1024px;
}

div.pGroup
{
	float: left;
	background: none;
	height: 24px;
	margin: 0 5px;
}

.flexigrid div.pDiv .pPageStat, .flexigrid div.pDiv .pcontrol
{
	position: relative;
	top: 5px;
	overflow: visible;
}

.flexigrid div.pDiv input
{
	vertical-align: text-top;
	position: relative;
	top: -3px;
}

.flexigrid div.pDiv div.pButton
{
	float: left;
	width: 22px;
	height: 22px;
	border: 0;
	cursor: pointer;
	overflow: hidden;
}

.flexigrid div.pDiv div.pButton:hover, .flexigrid div.pDiv div.pButton.pBtnOver
{
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.flexigrid div.pDiv div.pButton span
{
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

.flexigrid div.pDiv div.pButton:hover span, .flexigrid div.pDiv div.pButton.pBtnOver span
{
	width: 19px;
	height: 19px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.flexigrid .pSearch
{
	background: url(/content/static-images/magnifier.png) no-repeat center;
}

.flexigrid .pFirst
{
	background: url(/content/static-images/first.gif) no-repeat center;
}

.flexigrid .pPrev
{
	background: url(/content/static-images/prev.gif) no-repeat center;
}

.flexigrid .pNext
{
	background: url(/content/static-images/next.gif) no-repeat center;
}

.flexigrid .pLast
{
	background: url(/content/static-images/last.gif) no-repeat center;
}

.flexigrid .pReload
{
	background: url(/content/static-images/load.png) no-repeat center;
}

.flexigrid .pReload.loading
{
	background: url(/content/static-images/load.gif) no-repeat center;
}

/* ie adjustments */
.flexigrid.ie div.hDiv th div, .flexigrid.ie div.bDiv td div, div.colCopy.ie div
/* common inner cell properties*/
{
	overflow: hidden;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background: transparent;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: transparent;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #efefef;
	position: relative;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.jspDrag
{
	background: #666666;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #666666;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #999999;
}

.jspVerticalBar .jspArrow
{
	height: 4px;
}

.jspHorizontalBar .jspArrow
{
	width: 4px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -4px 0 0;
}
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/content/fonts/fontawesome6/fa-brands-400.woff2") format("woff2"), url("/content/fonts/fontawesome6/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400;
    font-family: var(--fa-style-family-brands);
    font-style: normal;
}

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-pixiv:before {
  content: "\e640"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-jxl:before {
  content: "\e67b"; }

.fa-dart-lang:before {
  content: "\e693"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-brave:before {
  content: "\e63c"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-opensuse:before {
  content: "\e62b"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-square-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-square-letterboxd:before {
  content: "\e62e"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-shoelace:before {
  content: "\e60c"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-google-scholar:before {
  content: "\e63b"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-signal-messenger:before {
  content: "\e663"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-mintbit:before {
  content: "\e62f"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-brave-reverse:before {
  content: "\e63d"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-web-awesome:before {
  content: "\e682"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-letterboxd:before {
  content: "\e62d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-square-web-awesome-stroke:before {
  content: "\e684"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-flutter:before {
  content: "\e694"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-upwork:before {
  content: "\e641"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-square-upwork:before {
  content: "\e67c"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-square-web-awesome:before {
  content: "\e683"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-bluesky:before {
  content: "\e671"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-webflow:before {
  content: "\e65c"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

 @font-face { font-family: 'Birdseye'; src: url('fonts/17c55b27-e9ab-43cd-b948-d49f97480d68.eot?#iefix?1499444799'); src: url('fonts/17c55b27-e9ab-43cd-b948-d49f97480d68.eot?#iefix?1499444799') format('eot'), url('fonts/2e3f5cb9-101f-46cf-a7b3-dfaa58261e03.woff2?1499444799') format('woff2'), url('fonts/fa19948e-5e38-4909-b31e-41acd170d6f2.woff?1499444799') format('woff'), url('fonts/6de0ce4d-9278-467b-b96f-c1f5f0a4c375.ttf?1499444799') format('truetype'), url('fonts/9fd4ea0c-b19a-4b21-9fdf-37045707dd78.svg#9fd4ea0c-b19a-4b21-9fdf-37045707dd78?1499444799') format('svg'); font-weight: 100; font-style: normal; }
 @font-face { font-family: 'Birdseye'; src: url('fonts/8b498c39-fabe-4789-bb81-5e37c9ecddd3.eot?#iefix?1499444799'); src: url('fonts/8b498c39-fabe-4789-bb81-5e37c9ecddd3.eot?#iefix?1499444799') format('eot'), url('fonts/1c6c1881-23c9-4d6a-a018-759d1c9ded15.woff2?1499444799') format('woff2'), url('fonts/f0d655c5-a88a-49ad-bb29-f3b5cca41731.woff?1499444799') format('woff'), url('fonts/3a561c83-40d4-4868-8255-e8455eb009c4.ttf?1499444799') format('truetype'), url('fonts/3966f856-9dcf-48e7-88e7-7400f1b7d619.svg#3966f856-9dcf-48e7-88e7-7400f1b7d619?1499444799') format('svg'); font-weight: 100; font-style: italic; }
 @font-face { font-family: 'Birdseye'; src: url('fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix?1499444799'); src: url('fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix?1499444799') format('eot'), url('fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2?1499444799') format('woff2'), url('fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff?1499444799') format('woff'), url('fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf?1499444799') format('truetype'), url('fonts/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f?1499444799') format('svg'); font-weight: 500; font-style: normal; }
 @font-face { font-family: 'Birdseye'; src: url('fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix?1499444799'); src: url('fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix?1499444799') format('eot'), url('fonts/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2?1499444799') format('woff2'), url('fonts/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff?1499444799') format('woff'), url('fonts/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf?1499444799') format('truetype'), url('fonts/1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585.svg#1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585?1499444799') format('svg'); font-weight: 500; font-style: italic; }
 @font-face { font-family: 'Birdseye'; src: url('fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix?1499444799'); src: url('fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix?1499444799') format('eot'), url('fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2?1499444799') format('woff2'), url('fonts/f26faddb-86cc-4477-a253-1e1287684336.woff?1499444799') format('woff'), url('fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf?1499444799') format('truetype'), url('fonts/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg#a89d6ad1-a04f-4a8f-b140-e55478dbea80?1499444799') format('svg'); font-weight: 600; font-style: normal; }
 @font-face { font-family: 'Birdseye'; src: url('fonts/77a9cdce-ea6a-4f94-95df-e6a54555545e.eot?#iefix?1499444799'); src: url('fonts/77a9cdce-ea6a-4f94-95df-e6a54555545e.eot?#iefix?1499444799') format('eot'), url('fonts/3f380a53-50ea-4a62-95c5-d5d8dba03ab8.woff2?1499444799') format('woff2'), url('fonts/8344e877-560d-44d4-82eb-9822766676f9.woff?1499444799') format('woff'), url('fonts/b28b01d9-78c5-46c6-a30d-9a62c8f407c5.ttf?1499444799') format('truetype'), url('fonts/ed4d3c45-af64-4992-974b-c37cd12a9570.svg#ed4d3c45-af64-4992-974b-c37cd12a9570?1499444799') format('svg'); font-weight: 600; font-style: italic; }

body
{
	padding: 0;
	margin: 0;
	font-family: "Gotham A", "Gotham B", "Avenir", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #494948;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
}

a
{
	color: #af2900;
	text-decoration: underline;
	outline: none;
}

a:hover:not(.wsite-menu-item)
{
	color: #d83000;
}

:focus
{
	outline: 0;
	outline-color: transparent;
	outline-style: none;
}

fieldset
{
	padding: 0 10px 17px 15px;
	margin: 0 0 1.5em 0;
	background-color: #efefef;
	border: 1px solid #a9a9a9;
}

legend
{
	padding: 0 5px 0 5px;
	margin: 0 0 0 -5px;
	font-size: 16px;
	color: #494948;
	font-weight: bold;
}

legend a,
legend .small
{
	font-size: 0.8em;
}

form
{
	display: inline;
}

.no-title
{
}

.spacer
{
	line-height: 1px;
	font-size: 1px;
}

.clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0;
}

.clearfix:before,
.clearfix:after
{
	content: "";
	display: table;
}
 
.clearfix:after
{
	clear: both;
}
 
.clearfix
{
	zoom: 1; /* ie 6/7 */
}

::-webkit-input-placeholder
{
	color: #a9a9a9 !important;
}

:-moz-placeholder
{
	color: #a9a9a9 !important;
}

::-moz-placeholder
{
	color: #a9a9a9 !important;
}

:-ms-input-placeholder
{
	color: #a9a9a9 !important;
}

.placeholder
{
	color: #a9a9a9 !important;
}

.input-wrapper
{
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 3px 0 0;
}

.input-label
{
	margin: 4px 0 0 0;
}

.input-value
{
	font-size: 14px;
}

input[type="text"],
input[type="password"],
input[type="file"],
textarea
{
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 4px;
	background: #fff;
	outline: none;
	resize: none;
	border: 1px solid #a9a9a9;
	font-size: 14px !important;
	font-family: "Gotham A", "Gotham B", "Avenir", Helvetica, Arial, sans-serif;
	line-height: normal;
	color: #494948;
}

input[type="text"],
input[type="password"]
{
	width: 245px;
}

input[type="text"].short,
input[type="password"].short
{
	width: 162px;
}

a.button,
a.button:hover,
input[type="submit"],
input[type="button"],
#job-detail div.button
{
	display: inline-block;
	*display: inline;
	zoom: 1;
	border-width: 0;
	border: none;
	margin: 0;
	padding: 0 15px 0 15px;
	line-height: 32px;
	text-decoration: none !important;
	border-radius: 4px;
	color: #ffffff !important;
	font-size: 14px !important;
	text-align: center;
	outline: none !important;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #bf2525 0%, #7c1919 100%);
	background-image: -o-linear-gradient(top, #bf2525 0%, #7c1919 100%);
	background-image: linear-gradient(to bottom, #bf2525 0%, #7c1919 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf2525', endColorstr='#ff7c1919', GradientType=0);
}

.allyo-buttons {
    margin-left: 15px;
    display:inline-block;
}

a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover
{
	background-image: -webkit-linear-gradient(top, #991f00 0%, #991f00 100%);
	background-image: -o-linear-gradient(top, #991f00 0%, #991f00 100%);
	background-image: linear-gradient(to bottom, #991f00 0%, #991f00 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff991f00', endColorstr='#ff991f00', GradientType=0);
}

select, option
{
	color: #494948;
	padding: 3px 4px 3px 2px;
	font-size: 14px !important;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

select
{
	display: inline-block;
	*display: inline;
	zoom: 1;
	outline: none;
	resize: none;
}

#captcha-image
{
	vertical-align: middle;
}

input.captcha-answer
{
	width: 40px;
	font-size: 16px !important;
}

hr
{
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #eee;
}

/* ------------------------------------------------ */
/* Embedded Fonts
/* ------------------------------------------------ */

@font-face
{
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot');
	src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.svg#icomoon') format('svg'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* ------------------------------------------------ */
/* Headings
/* ------------------------------------------------ */

h1, h2, h3, h4, h5, h6
{
	font-family: "Tungsten A", "Tungsten B", "Helvetica Neue Condensed Bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.1;
}

h1
{
	font-size: 46px;
	margin: 0 0 15px 0;
	color: #bc9a57;
}

h2
{
	font-size: 35px;
	padding: 10px 0 15px 0;
}

h3
{
	font-size: 28px;
	padding: 10px 0 10px 0;
}

/* ------------------------------------------------------------------ */
/* Styles for validation helpers
/* ------------------------------------------------------------------ */

/* Used by SetValidationTooltips function */
.validation-message,
.validation-message-checkbox,
.validation-message-radio
{
}

.field-validation-error
{
	position: absolute;
	padding: 0 0 0 19px;
	top: 5px;
	right: 0;
	width: 0;
	height: 20px;
	color: #af2900;
	font-size: 10px;
	background: url('images/error-icon.png') no-repeat 0 0;
	overflow: hidden;
	cursor: pointer;
}

.validation-message-radio.field-validation-error
{
	top: 0;
	right: -27px;
}

.field-validation-message
{
	position: absolute;
	top: -31px;
	right: -25px;
	width: 200px;
	border-radius: 3px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px;
	line-height: 17px;
	padding: 6px 9px;
	text-align: left;
	background: url('images/tooltip-bg.png') repeat 0 0;
	z-index: 50;
}

.field-validation-message-tip
{
	position: absolute;
	top: -2px;
	right: 6px;
	width: 12px;
	height: 6px;
	background: url('images/tooltip-arrow.png') no-repeat 0 0;
	z-index: 50;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error,
.input-validation-error[type="text"],
.input-validation-error[type="password"]
{
	border-top: 1px solid #ae6767;
	border-right: 1px solid #d29797;
	border-bottom: 1px solid #d29797;
	border-left: 1px solid #d29797;
}

.input-validation-error::-webkit-input-placeholder
{
	color: #af2900 !important;
}

.input-validation-error:-moz-placeholder
{
	color: #af2900 !important;
}

.input-validation-error::-moz-placeholder
{
	color: #af2900 !important;
}

.input-validation-error:-ms-input-placeholder
{
	color: #af2900 !important;
}

.input-validation-error.placeholder
{
	color: #af2900 !important;
}

.validation-summary-errors
{
	color: #af2900;
	background: url('images/error-icon.png') no-repeat 0 0;
	padding: 0 0 0 20px;
	margin: 20px 0 0 0;
	text-align: left;
}

.validation-summary-errors ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.validation-summary-valid
{
	display: none;
}

#error-page
{
	position: relative;
}

#error-page h1
{
	font-size: 40px;
}

#error-page h2
{
	font-size: 90px;
	line-height: 90px;
	padding: 10px 0 0 0;
}

#error-page .message
{
	padding: 30px 0 30px 0;
	font-weight: normal;
}

.error
{
	color: #af2900;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 0 22px;
	background: url('images/error-icon.png') no-repeat 0 0;
}

/* ------------------------------------------------------------------ */
/* Fixes a bug with initial display of the datepicker
/* ------------------------------------------------------------------ */

#ui-datepicker-div
{
	display: none;
}

.ui-datepicker-trigger
{
	position: absolute;
	top: 6px;
	left: 108px;
}

/* ------------------------------------------------------------------ */
/* Header
/* ------------------------------------------------------------------ */

#header
{
	background-image: url('images/header-background.jpg');
	background-position: center center;
	-moz-background-size: cover;
	-ms-behavior: url('/scripts/backgroundsize.min.htc');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 9px 0 36px 0;
}

#header a.logo
{
	display: block;
	float: left;
	width: 167px;
	height: 36px;
	background-image: url('images/header-logo.png');
	background-position: 0 0;
	-moz-background-size: cover;
	-ms-behavior: url('/scripts/backgroundsize.min.htc');
	background-size: cover;
	background-repeat: no-repeat;
	margin: 30px 0 0 48px;
}

#header form
{
	float: right;
	margin: 0 34px 0 0;
}

#header form p
{
	font-size: 12px;
	font-weight: 400;
	line-height: 17.14px;
	text-align: right;
	font-family: "Sentinel SSm A", "Sentinel SSm B", Palatino, "Bookman Old Style", "Times New Roman", serif;
	padding: 0 15px 5px 0;
}

#header form p em
{
	color: #af2900;
	font-weight: 700;
}

#header form .input-group
{
	max-width: 425px;
	position: relative;
	zoom: 1;
}

#header form .input-group .form-control[type="text"]
{
	border-radius: 3px 0 0 3px;
	padding: 13px 20px 14px;
	background-color: #fff;
	width: 235px;
	height: 18px;
	font-size: 12px !important;
	border: 1px solid #ccc;
}

#header form .red-star
{
	position: absolute;
	top: 17px;
	left: 248px;
	width: 14px;
	height: 14px;
	background: url('images/red-star.png') no-repeat 0 0;
}

#header form .join-now
{
	margin-left: -6px;
	font-size: 12px !important;
	font-family: "Gotham A", "Gotham B", "Avenir", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#header form .btn.btn-red
{
	background-image: -webkit-linear-gradient(top, #bf2525 0%, #7c1919 100%);
	background-image: -o-linear-gradient(top, #bf2525 0%, #7c1919 100%);
	background-image: linear-gradient(to bottom, #bf2525 0%, #7c1919 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf2525', endColorstr='#ff7c1919', GradientType=0);
}

#header form .btn.btn-red:hover
{
	background-image: -webkit-linear-gradient(top, #991f00 0%, #991f00 100%);
	background-image: -o-linear-gradient(top, #991f00 0%, #991f00 100%);
	background-image: linear-gradient(to bottom, #991f00 0%, #991f00 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff991f00', endColorstr='#ff991f00', GradientType=0);
}

#header form .btn
{
	border-radius: 4px;
	border: none;
	color: #ffffff;
	outline: none !important;
	font-size: 12px;
	padding: 8px 22px;
	line-height: 18px;
}

#header form .btn.btn-lg
{
	padding: 13px 17px 14px 17px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

#header form #eclub-error
{
	display: none;
	position: absolute;
	top: 55px;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	font-family: "Gotham A", "Gotham B", "Avenir", Helvetica, Arial, sans-serif;
	color: #af2900;
}

#header form #eclub-success
{
	display: none;
	position: absolute;
	top: 55px;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	font-family: "Gotham A", "Gotham B", "Avenir", Helvetica, Arial, sans-serif;
	color: #494948;
}

@media only screen and (min-width: 1200px) and (min-height: 800px)
{
	#header
	{
		background-image: url('images/header-background.jpg');
		background-position: center center;
		-moz-background-size: cover;
		-ms-behavior: url('/scripts/backgroundsize.min.htc');
		background-size: cover;
		background-repeat: no-repeat;
		padding: 60px 0 62px 0;
	}

	#header a.logo
	{
		display: block;
		float: left;
		width: 222px;
		height: 48px;
		background-image: url('images/header-logo.png');
		background-position: 0 0;
		-moz-background-size: cover;
		-ms-behavior: url('/scripts/backgroundsize.min.htc');
		background-size: cover;
		background-repeat: no-repeat;
		margin: 9px 0 0 59px;
	}

	#header form
	{
		float: right;
		margin: 0 45px 0 0;
	}

	#header form p
	{
		font-size: 16px;
		font-weight: 400;
		line-height: 1.42857143;
		font-family: "Sentinel SSm A", "Sentinel SSm B", Palatino, "Bookman Old Style", "Times New Roman", serif;
		float: left;
		padding: 18px 16px 0;
	}

	#header form p em
	{
		color: #af2900;
		font-weight: 700;
	}

	#header form .input-group
	{
		max-width: 365px;
		position: relative;
		float: left;
		zoom: 1;
	}

	#header form .input-group .form-control[type="text"]
	{
		border-radius: 3px 0 0 3px;
		padding: 21px 20px 21px;
		background-color: #fff;
		width: 165px;
		height: 18px;
		font-size: 16px !important;
		border: 1px solid #ccc;
	}

	#header form .red-star
	{
		position: absolute;
		top: 24px;
		left: 176px;
		width: 14px;
		height: 14px;
		background: url('images/red-star.png') no-repeat 0 0;
	}

	#header form .join-now
	{
		margin-left: -6px;
		font-size: 16px !important;
		font-family: "Gotham A", "Gotham B", "Avenir", Helvetica, Arial, sans-serif;
		font-weight: bold;
	}

	#header form .btn.btn-red
	{
		background-image: -webkit-linear-gradient(top, #bf2525 0%, #7c1919 100%);
		background-image: -o-linear-gradient(top, #bf2525 0%, #7c1919 100%);
		background-image: linear-gradient(to bottom, #bf2525 0%, #7c1919 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf2525', endColorstr='#ff7c1919', GradientType=0);
	}

	#header form .btn.btn-red:hover
	{
		background-image: -webkit-linear-gradient(top, #991f00 0%, #991f00 100%);
		background-image: -o-linear-gradient(top, #991f00 0%, #991f00 100%);
		background-image: linear-gradient(to bottom, #991f00 0%, #991f00 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff991f00', endColorstr='#ff991f00', GradientType=0);
	}

	#header form .btn
	{
		border-radius: 4px;
		border: none;
		color: #ffffff;
		outline: none !important;
		font-size: 14px;
		padding: 16px 22px;
		line-height: 18px;
	}

	#header form .btn.btn-lg
	{
		padding: 22px;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}

	#header form #eclub-error
	{
		top: 75px;
	}

	#header form #eclub-success
	{
		top: 75px;
	}
}

/* ------------------------------------------------------------------ */
/* Navigation Bar
/* ------------------------------------------------------------------ */

.dropdown
{
	position: relative;
}

.dropdown-toggle:focus
{
	outline: 0;
}

.dropdown-menu
{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.dropdown-menu .divider
{
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu > li > a
{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #494948;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
	text-decoration: none;
	color: #3c3c3b;
	background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus
{
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #511000;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus
{
	color: #efefe8;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus
{
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}

.navbar
{
	border: none;
	min-height: 44px;
	background-color: #333332;
	border-color: transparent;
}

.navbar ul.nav.navbar-nav
{
	width: 100%;
	float: left;
}

.navbar ul.nav.navbar-nav > li
{
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 400;
	font-family: "Sentinel SSm A", "Sentinel SSm B", Palatino, "Bookman Old Style", "Times New Roman", serif;
	overflow: hidden;
	padding: 14px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.navbar ul.nav.navbar-nav > li a
{
	text-decoration: none;
	display: block;
}

.navbar ul.nav.navbar-nav > li#mn-menu
{
	width: 10%;
}

.navbar ul.nav.navbar-nav > li#mn-menu > a
{
	border-left: none;
}

.navbar ul.nav.navbar-nav > li#mn-locations
{
	width: 13%;
}

.navbar ul.nav.navbar-nav > li#mn-banquets
{
	width: 12%;
}

.navbar ul.nav.navbar-nav > li#mn-delivery
{
	width: 10%;
}

.navbar ul.nav.navbar-nav > li#mn-carryout
{
	width: 12%;
}

.navbar ul.nav.navbar-nav > li#mn-bar-lounge
{
	width: 15%;
}

.navbar ul.nav.navbar-nav > li#mn-gift-cards
{
	width: 12%;
}

.navbar ul.nav.navbar-nav > li#mn-reservations
{
	font-weight: 700;
	width: 16%;
}

.navbar ul.nav.navbar-nav > li#mn-reservations a
{
	color: #d9b679;
}

.navbar ul.nav.navbar-nav > li#fn-our-story
{
	width: 13%;
}

.navbar ul.nav.navbar-nav > li#fn-our-story > a
{
	border-left: none;
}

.navbar ul.nav.navbar-nav > li#fn-employment
{
	width: 15%;
}

.navbar ul.nav.navbar-nav > li#fn-contact
{
	width: 12%;
}

.navbar ul.nav.navbar-nav > li#fn-gift-cards
{
	width: 13%;
}

.navbar ul.nav.navbar-nav > li#fn-e-club
{
	width: 10%;
}

.navbar ul.nav.navbar-nav > li#fn-blog
{
	width: 09%;
}

.navbar ul.nav.navbar-nav > li#fn-survey
{
	width: 10%;
}

.navbar ul.nav.navbar-nav > li#fn-share-story
{
	width: 18%;
}

.navbar ul.nav.navbar-nav > li.active
{
	border-left: 1px solid #191919;
	border-right: 1px solid #191919;
	padding: 0;
}

.navbar ul.nav.navbar-nav > li.active > a
{
	background-color: #333332;
	border: none;
	border-bottom: 5px solid #d9b679;
	padding: 30px 0 25px;
}

.navbar ul.nav.navbar-nav > li.active + li > a
{
	border-left: none;
}

.navbar ul.nav.navbar-nav > li.dropdown
{
	overflow: hidden;
}

.navbar ul.nav.navbar-nav > li.dropdown.open
{
	overflow: visible;
}

.navbar ul.nav.navbar-nav > li.dropdown.open > a
{
	background-color: #333332;
}

.navbar ul.nav.navbar-nav > li.dropdown.open .dropdown-menu
{
	margin-top: -5px;
	margin-left: 0;
}

.navbar ul.nav.navbar-nav > li.dropdown .dropdown-menu
{
	-webkit-transition: margin-left .3s ease-out, opacity .3s ease-out;
	-o-transition: margin-left .3s ease-out, opacity .3s ease-out;
	transition: margin-left .3s ease-out, opacity .3s ease-out;
	background-color: #efefe8;
	border: none;
	border-top: 5px solid #d9b679;
	display: block;
	margin-top: 0;
	margin-left: -30px;
	min-width: 115%;
	padding-top: 0;
}

.navbar ul.nav.navbar-nav > li.dropdown .dropdown-menu > li
{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	font-family: "Gotham A", "Gotham B", "Avenir", Helvetica, Arial, sans-serif;
	text-align: left;
	text-transform: none;
}

.navbar ul.nav.navbar-nav > li.dropdown .dropdown-menu > li > a
{
	-webkit-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	background-color: #efefe8;
	padding: 5px 20px;
}

.navbar ul.nav.navbar-nav > li.dropdown .dropdown-menu > li > a:hover
{
	background-color: #c4c4bf;
}

.navbar ul.nav.navbar-nav > li.dropdown .dropdown-menu > li > a.dropdown-info
{
	background-color: #ffffff;
	font-weight: 700;
}

.navbar ul.nav.navbar-nav > li.dropdown .dropdown-menu > li > a.dropdown-info .gold
{
	color: #bc9a57;
}

.navbar ul.nav.navbar-nav > li.dropdown .dropdown-menu > li > a.dropdown-info em
{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.42857143;
	font-family: "Sentinel SSm A", "Sentinel SSm B", Palatino, "Bookman Old Style", "Times New Roman", serif;
	display: block;
	font-style: italic;
}

.navbar ul.nav.navbar-nav > li > a
{
	border-left: 1px solid #191919;
	color: #efefe8;
	outline: none !important;
	padding: 10px 0;
	position: relative;
}

.navbar ul.nav.navbar-nav > li > a:hover
{
	color: #efefe8;
}

.navbar ul.nav.navbar-nav > li > a:hover span
{
	border-bottom-color: #494948;
	padding-bottom: 5px;
}

.navbar ul.nav.navbar-nav > li > a span
{
	-webkit-transition: border-bottom-color .3s ease-out, padding-bottom .3s ease-out;
	-o-transition: border-bottom-color .3s ease-out, padding-bottom .3s ease-out;
	transition: border-bottom-color .3s ease-out, padding-bottom .3s ease-out;
	border-bottom: 3px solid #333332;
	padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (min-height: 800px)
{
	.navbar ul.nav.navbar-nav > li
	{
		display: block;
		float: left;
		font-size: 14px;
		font-weight: 400;
		font-family: "Sentinel SSm A", "Sentinel SSm B", Palatino, "Bookman Old Style", "Times New Roman", serif;
		overflow: hidden;
		padding: 18px 0;
		position: relative;
		text-align: center;
		text-transform: uppercase;
	}
}

/* ------------------------------------------------------------------ */
/* Primary Layout Elements
/* ------------------------------------------------------------------ */

#wrapper
{
	position: relative;
	width: 100%;
	margin: 0;
}

#left-bar
{
	position: absolute;
	width: 20%;
	background-color: #efefe8;
	z-index: 1;
	overflow: hidden;
}

#content-wrapper
{
	position: relative;
	width: 80%;
	margin-left: 20%;
	z-index: 2;
	background-color: #fff;
}

#content
{
	position: relative;
	margin: 0;
	width: 740px;
	text-align: left;
	z-index: 2;
    margin: 0 auto;
    padding: 40px 0;
}

@media only screen and (min-width: 1080px)
{
	#content
	{
		width: 740px;
	}
}

@media only screen and (min-width: 1200px)
{
	#content
	{
		width: 890px;
	}
}

#content-full
{
	position: relative;
	margin: 0 auto;
	width: 950px;
	padding: 40px 20px 40px 20px;
	text-align: left;
	z-index: 2;
}

#content select,
#content-full select
{
	border: 1px solid #a9a9a9;
}

#content p,
#content-full p
{
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 22px;
}

#content .section-background,
#content-full .section-background
{
	padding: 10px 15px 20px 15px;
	background-color: #efefef;
	border: 1px solid #a9a9a9;
}

.content-note
{
	color: #999;
	font-size: 0.8em;
	line-height: 0.8em;
}

#request-navigation
{
	position: absolute;
	right: 20px;
	top: 8px;
	color: #333333;
	font-size: 13px;
}

#request-navigation a,
#request-navigation a:hover
{
	font-size: 14px;
	color: #333333;
}

span.email-protection
{
	color: #af2900;
}

#modal
{
	text-align: left;
}

#modal h1
{
	display: block;
	*display: block;
	height: 38px;
	margin: 0;
	padding: 0 15px 0 15px;
	font-size: 28px;
	color: #fff;
	line-height: 38px;
	background-color: #333332;
}

#modal .content
{
	padding: 15px;
}

.form-success
{
	margin: 60px 0 60px 0;
	font-size: 1.1em;
	font-style: italic;
}

.html-editor-content ul
{
	margin: 0 0 15px 18px;
	list-style: disc;
}

.html-editor-content ol
{
	margin: 0 0 15px 18px;
	list-style: decimal;
}

.html-editor-content ol ol
{
	margin: 12px 0 12px 18px;
	list-style: lower-latin;
}

.html-editor-content ol ol ol
{
	margin: 12px 0 12px 18px;
	list-style: lower-roman;
}

#content .eoe,
#content-full .eoe
{
	margin: 35px 0 0 0;	
	font-size: 13px;
}

/* ------------------------------------------------------------------ */
/* Left Navigation
/* ------------------------------------------------------------------ */

#left-bar .fixed
{
	position: fixed;
	top: 0;
	width: 20%;
	z-index: 1;
}

#left-bar ul.left-nav
{
	margin: 40px 0 0 0;
}

#left-bar ul.left-nav > li
{
	list-style: none;
	margin: 0;
	padding: 0;
	color: #bc9a57;
	font-size: 14px;
	line-height: 1;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	letter-spacing: .14rem;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 8px;
	width: 100%;
}

#left-bar ul.left-nav > li > a
{
	display: block;
	padding: 5px 0 5px 17%;
	background-color: #efefe8;
	color: #bc9a57;
	text-decoration: none;
	-webkit-transition: background-color .3s ease-out,color .3s ease-out;
	transition: background-color .3s ease-out,color .3s ease-out;
}

#left-bar ul.left-nav > li > a:hover,
#left-bar ul.left-nav > li.active > a
{
	background-color: #bc9a57;
	color: #fff;
}

#left-bar ul.left-nav > li > ul
{
	display: none;
	list-style: none;
	margin: 16px 0 16px 17%;
	padding: 0;
	border-left: 4px solid transparent;
	border-color: #d9b679;
	border-color: rgba(217,182,121,.3);
	padding-left: 8px;
}

#left-bar ul.left-nav > li.active > ul
{
	display: block;
}

#left-bar ul.left-nav > li > ul > li
{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	font-family: "Gotham A","Gotham B",Avenir,Helvetica,Arial,sans-serif;
	margin: 0 0 10px -12px;
	text-transform: none;
}

#left-bar ul.left-nav > li > ul > li > a
{
	border-left: 4px solid transparent;
	display: block;
	color: #494948;
	padding: 3px 0 3px 16px;
	text-decoration: none !important;
	-webkit-transition: border-color .3s ease-out,color .3s ease-out;
	transition: border-color .3s ease-out,color .3s ease-out;
}

#left-bar ul.left-nav > li > ul > li > a:hover
{
	border-left: 4px solid #bc9a57;
	color: #bc9a57;
}


#left-bar ul.left-nav > li > ul > li.active > a
{
	border-left: 4px solid #bc9a57;
	font-weight: 700;
}

/* ------------------------------------------------------------------ */
/* Footer
/* ------------------------------------------------------------------ */

#footer
{
	position: relative;
	width: 100%;
	z-index: 1;
}

#social-footer
{
	background-image: -webkit-linear-gradient(left, #dfc491 0%, #bc9a57 100%);
	background-image: -o-linear-gradient(left, #dfc491 0%, #bc9a57 100%);
	background-image: linear-gradient(to right, #dfc491 0%, #bc9a57 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfc491', endColorstr='#ffbc9a57', GradientType=1);
}

#social-footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#social-footer ul:before,
#social-footer ul:after
{
	content: " ";
	display: table;
}

#social-footer ul:after
{
	clear: both;
}

#social-footer ul:before,
#social-footer ul:after
{
	content: " ";
	display: table;
}

#social-footer ul:after
{
	clear: both;
}

#social-footer ul li
{
	float: left;
	padding: 70px 0;
	width: 20%;
}

#social-footer ul li a
{
	display: block;
	margin: 0 auto;
	max-height: 100%;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 40px;
	height: 40px;
}

#social-footer ul li a:hover
{
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

#social-footer .copyright
{
	color: #fff;
	text-align: center;
	padding: 0 0 40px 0;
}

#social-footer .copyright a
{
	color: #fff;
	text-decoration: none;
}

#social-footer .copyright a:hover
{
	color: #494948;
}

/* ------------------------------------------------------------------ */
/* Registration Page
/* ------------------------------------------------------------------ */

#register-page
{
	position: relative;
}

/* ------------------------------------------------------------------ */
/* Sign In Page
/* ------------------------------------------------------------------ */

#sign-in-page
{
	position: relative;
}

/* ------------------------------------------------------------------ */
/* Web Page
/* ------------------------------------------------------------------ */

#web-page
{
	position: relative;
}

/* ------------------------------------------------------------------ */
/* Forgot Password Page
/* ------------------------------------------------------------------ */

#forgot-password-page
{
	position: relative;
}

/* ------------------------------------------------ */
/* Right side job list
/* ------------------------------------------------ */

#right-job-list #job-list
{
	width: 275px;
	display: none;
}

#right-job-list #job-list .job
{
	display: block;
	margin: 0 0 9px 0;
	padding: 0 10px 0 0;
	line-height: 1.2em;
}

#right-job-list #job-list a
{
	color: #bc9a57;
	font-weight: bold;
	text-decoration: none;
}

#right-job-list #job-list a:hover
{
	color: #d9b679;
	text-decoration: none;
}

/* ------------------------------------------------ */
/* Careers Landing Page
/* ------------------------------------------------ */

#careers
{
	position: relative;
}

#careers .left-col
{
	position: relative;
	float: left;
	width: 400px;
	padding: 0 30px 0 0;
	border-right: 1px solid #e9dec7;
}

#careers .left-col p
{
	font-size: 16px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	line-height: 22px;
}

#careers .left-col p:last-child
{
	padding: 0;
}

#careers .left-col .nro-highlight 
{
	margin: 18px 0 26px 0;
	font-size: 16px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	padding: 15px 20px 15px 20px;
    background-color: #bc9a57;
    color: #fff;
    line-height: 28px;
}

#careers .left-col .video-header
{
	margin: 30px 0 10px 0;
	font-size: 28px;
	font-family: "Tungsten A", "Tungsten B", "Helvetica Neue Condensed Bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.1;
}

#careers .left-col .video
{
	width: 400px;
	margin: 0 0 30px 0;
}

#careers .left-col .video iframe
{
	width: 400px;
	height: 225px;
}

#careers .left-col .photo
{
	width: 100%;
	display: block;
}

#careers .left-col .job-map
{
	width: 400px;
	height: 400px;
}

#careers .photo-content
{
	background-color: #efefe8;
	border-bottom: 1px solid #c4c4bf;
	padding: 10px 20px 30px 20px;
}

#careers .right-col
{
	position: relative;
	float: left;
	width: 279px;
	margin: 0 0 0 30px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	font-size: 14px;
}

#careers .right-col h2
{
	padding: 5px 0 10px 0;
}

#careers .right-col #job-list-header
{
	margin: 10px 0 0 0;
}

#careers .search
{
	position: relative;
	display: block;
	margin: 0 auto 15px auto;
}

@media only screen and (min-width: 1200px)
{
	#careers .left-col
	{
		width: 510px;
		padding: 0 50px 0 0;
	}

	#careers .right-col
	{
		margin: 0 0 0 50px;
	}

	#careers .left-col .video
	{
		width: 510px;
	}

	#careers .left-col .video iframe
	{
		width: 510px;
		height: 287px;
	}

	#careers .left-col .job-map
	{
		width: 510px;
		height: 450px;
	}
}

/* ------------------------------------------------ */
/* Culinary Management
/* ------------------------------------------------ */

#culinary-management
{
	position: relative;
}

#culinary-management .left-col
{
	position: relative;
	float: left;
	width: 400px;
	padding: 0 30px 0 0;
	border-right: 1px solid #e9dec7;
}

#culinary-management .left-col p
{
	font-size: 16px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	line-height: 22px;
}

#culinary-management .left-col p:last-child
{
	padding: 0;
}

#culinary-management .left-col .video-header
{
	margin: 18px 0 10px 0;
	font-size: 28px;
	font-family: "Tungsten A", "Tungsten B", "Helvetica Neue Condensed Bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.1;
}

#culinary-management .left-col .video
{
	width: 400px;
	margin: 0 0 30px 0;
}

#culinary-management .video iframe
{
	width: 400px;
	height: 225px;
}

#culinary-management .photo
{
	width: 100%;
	display: block;	
}

#culinary-management .photo-content
{
	background-color: #efefe8;
	border-bottom: 1px solid #c4c4bf;
	padding: 10px 20px 30px 20px;
}

#culinary-management .right-col
{
	position: relative;
	float: left;
	width: 279px;
	margin: 0 0 0 30px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	font-size: 14px;
}

#culinary-management .right-col #job-list-header
{
	margin: 10px 0 0 0;
}

#culinary-management .right-col .search
{
	position: relative;
	display: block;
	margin: 0 auto 15px auto;
}

@media only screen and (min-width: 1200px)
{
	#culinary-management .left-col
	{
		width: 510px;
		padding: 0 50px 0 0;
	}

	#culinary-management .right-col
	{
		margin: 0 0 0 50px;
	}

	#culinary-management .left-col .video
	{
		width: 510px;
	}

	#culinary-management .left-col .video iframe
	{
		width: 510px;
		height: 287px;
	}
}

/* ------------------------------------------------ */
/* Restaurant Management
/* ------------------------------------------------ */

#restaurant-management
{
	position: relative;
}

#restaurant-management .left-col
{
	position: relative;
	float: left;
	width: 400px;
	padding: 0 30px 0 0;
	border-right: 1px solid #e9dec7;
}

#restaurant-management .left-col p
{
	font-size: 16px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	line-height: 22px;
}

#restaurant-management .left-col p:last-child
{
	padding: 0;
}

#restaurant-management .left-col .video-header
{
	margin: 18px 0 10px 0;
	font-size: 28px;
	font-family: "Tungsten A", "Tungsten B", "Helvetica Neue Condensed Bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.1;
}

#restaurant-management .left-col .video
{
	width: 400px;
	margin: 0 0 30px 0;
}

#restaurant-management .video iframe
{
	width: 400px;
	height: 225px;
}

#restaurant-management .photo
{
	width: 100%;
	display: block;	
}

#restaurant-management .photo-content
{
	background-color: #efefe8;
	border-bottom: 1px solid #c4c4bf;
	padding: 10px 20px 30px 20px;
}

#restaurant-management .right-col
{
	position: relative;
	float: left;
	width: 279px;
	margin: 0 0 0 30px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	font-size: 14px;
}

#restaurant-management .right-col #job-list-header
{
	margin: 10px 0 0 0;
}

#restaurant-management .search
{
	position: relative;
	display: block;
	margin: 0 auto 15px auto;
}

@media only screen and (min-width: 1200px)
{
	#restaurant-management .left-col
	{
		width: 510px;
		padding: 0 50px 0 0;
	}

	#restaurant-management .right-col
	{
		margin: 0 0 0 50px;
	}

	#restaurant-management .left-col .video
	{
		width: 510px;
	}

	#restaurant-management .left-col .video iframe
	{
		width: 510px;
		height: 287px;
	}
}

/* ------------------------------------------------ */
/* Hourly
/* ------------------------------------------------ */

#hourly
{
	position: relative;
}

#hourly .left-col
{
	position: relative;
	float: left;
	width: 400px;
	padding: 0 30px 0 0;
	border-right: 1px solid #e9dec7;
}

#hourly .left-col p
{
	font-size: 16px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	line-height: 22px;
}

#hourly .left-col p:last-child
{
	padding: 0;
}

#hourly .left-col .video-header
{
	margin: 18px 0 10px 0;
	font-size: 28px;
	font-family: "Tungsten A", "Tungsten B", "Helvetica Neue Condensed Bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.1;
}

#hourly .left-col .video
{
	width: 400px;
	margin: 0 0 30px 0;
}

#hourly .video iframe
{
	width: 400px;
	height: 225px;
}

#hourly .left-col .photo
{
	width: 100%;
	display: block;
}

#hourly .photo-content
{
	background-color: #efefe8;
	border-bottom: 1px solid #c4c4bf;
	padding: 10px 20px 30px 20px;
}

#hourly .right-col
{
	position: relative;
	float: left;
	width: 279px;
	margin: 0 0 0 30px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	font-size: 14px;
}

#hourly .right-col #job-list-header
{
	margin: 10px 0 0 0;
}

#hourly .search
{
	position: relative;
	display: block;
	margin: 0 auto 15px auto;
}

@media only screen and (min-width: 1200px)
{
	#hourly .left-col
	{
		width: 510px;
		padding: 0 50px 0 0;
	}

	#hourly .left-col .video
	{
		width: 510px;
	}

	#hourly .left-col .video iframe
	{
		width: 510px;
		height: 287px;
	}

	#hourly .right-col
	{
		margin: 0 0 0 50px;
	}
}

/* ------------------------------------------------ */
/* Culture
/* ------------------------------------------------ */

#culture
{
	position: relative;
}

#culture .left-col
{
	position: relative;
	float: left;
	width: 400px;
	padding: 0 30px 0 0;
	border-right: 1px solid #e9dec7;
}

#culture .left-col p
{
	font-size: 16px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	line-height: 22px;
}

#culture .left-col p:last-child
{
	padding: 0;
}

#culture .left-col .photo
{
	width: 100%;
	display: block;
}

#culture .photo-content
{
	background-color: #efefe8;
	border-bottom: 1px solid #c4c4bf;
	padding: 10px 20px 30px 20px;
}

#culture .right-col
{
	position: relative;
	float: left;
	width: 279px;
	margin: 0 0 0 30px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	font-size: 14px;
}

#culture .right-col h2
{
	padding: 5px 0 10px 0;
}

@media only screen and (min-width: 1200px)
{
	#culture .left-col
	{
		width: 510px;
		padding: 0 50px 0 0;
	}

	#culture .right-col
	{
		margin: 0 0 0 50px;
	}
}

/* ------------------------------------------------ */
/* Benefits
/* ------------------------------------------------ */

#benefits
{
	position: relative;
}

#benefits .left-col
{
	position: relative;
	float: left;
	width: 400px;
	padding: 0 30px 0 0;
	border-right: 1px solid #e9dec7;
}

#benefits .left-col p
{
	font-size: 16px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	line-height: 22px;
}

#benefits .left-col p:last-child
{
	padding: 0;
}

#benefits .left-col .list-header
{
	margin: 18px 0 0 0;
	padding: 10px 20px 10px 20px;
	font-family: "Tungsten A", "Tungsten B", "Helvetica Neue Condensed Bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 35px;
	color: #fff;
	background-color: #bc9a57;
}

#benefits .left-col .list-wrapper
{
	background-color: #efefe8;
	padding: 20px 30px 20px 20px;
}

#benefits .left-col ul
{
	padding: 0 0 0 20px;
	list-style: disc;
}

#benefits .left-col ul li
{
	font-size: 16px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	margin: 0 0 10px 0;
}

#benefits .right-col
{
	position: relative;
	float: left;
	width: 279px;
	margin: 0 0 0 30px;
	font-family: "Sentinel SSm A","Sentinel SSm B",Palatino,"Bookman Old Style","Times New Roman",serif;
	font-size: 14px;
}

#benefits .right-col h2
{
	padding: 5px 0 10px 0;
}

@media only screen and (min-width: 1200px)
{
	#benefits .left-col
	{
		width: 510px;
		padding: 0 50px 0 0;
	}

	#benefits .right-col
	{
		margin: 0 0 0 50px;
	}
}

/* ------------------------------------------------ */
/* Job Map
/* ------------------------------------------------ */

#job-map
{
	position: relative;
}

#job-map iframe
{
	width: 740px;
	height: 600px;
}

@media only screen and (min-width: 1200px)
{
	#job-map iframe
	{
		width: 890px;
		height: 700px;
	}
}

/* ------------------------------------------------------------------ */
/* Postings Home Page
/* ------------------------------------------------------------------ */

#postings-home
{
	position: relative;
    width: 950px;
}

#postings-home .left
{
	float: left;
	width: 495px;
	margin-right: 60px;
}

#postings-home h2
{
	padding: 0 0 15px 0;
}

#postings-home .right
{
	float: left;
	width: 395px;
}

#postings-home ol
{
	margin: 0 0 0 40px;
	padding: 0;
}

#postings-home ol li
{
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 28px;
}

#postings-home ol li span
{
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}

#postings .resource-link-left
{
	position: relative;
	float: left;
	width: 240px;
	padding: 0 0 0 17px;
    color: #C06E00;
    font-size:16px;
    font-weight:bold;
}

#postings .resource-link-right
{
	position: relative;
	float: left;
	padding: 0 0 0 17px;
    color: #C06E00;
    font-size:16px;
    font-weight:bold;
}

#postings .resource-link-left:before,
#postings .resource-link-right:before
{
	position: absolute;
	content: "\e606";
	left: 0;
	top: 7px;
	color: #C06E00;
	font-family: 'icomoon';
	font-size: 8px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

 #postings .social-media .tiles {
     margin-top: 2em;
     margin-bottom: 30px;
     display: flex;
     justify-content: space-between;
 }

 #postings .social-media .tiles .job-resource-left {
     display: none;
 }

 #postings .social-media .job-resource-tile {
     display: inline-block;
     max-width: 245px;
     background: #efefef;
     padding: 15px;
     position: relative;
     height: 325px;
     vertical-align: top;
     color: #af2900;
 }

 #postings .social-media .job-resource-tile h3 {
     height: 40px;
     font-size: 1.75em;
 }

 #postings .social-media .job-resource-tile a {
     text-decoration: none;
 }

 #postings .social-media .job-resource-tile a:hover {
     text-decoration: underline;
 }

 #postings .social-media .job-resource-tile h3,
 #postings .social-media .job-resource-tile h3 a {
	
     color: #af2900;
 }

 #postings .social-media .job-resource-tile textarea {
     width: 95%;
 }

 #postings .social-media button {
     min-width: 100px;
     text-align: center;
     border: none;
     margin: 10px auto;
     display: block;
     position: absolute;
     bottom: 10px;
     left: 30%;
     background: #af2900;
     color: #fff;
 }

 #postings .social-media .sm-icon {
     display: block;
     position: absolute;
     top: -25px;
     right: -25px;
     font-size: 35px;
     line-height: 50px;
     border-radius: 100px;
     width: 50px;
     height: 50px;
     text-shadow: none;
     text-align: center;
     z-index: 1;
 }


/* ------------------------------------------------ */
/* Contact page
/* ------------------------------------------------ */

#contact
{
	position: relative;
}

/* ------------------------------------------------ */
/* Posting Request
/* ------------------------------------------------ */

#postings
{
	position: relative;
}

 /*#postings div, #postings form {
     position: relative;
 }*/

#postings h2
{
	padding: 0 0 10px 0;
}

#postings h3
{
	padding: 0 0 10px 0;
}

#postings h3 em
{
    color:#af2900;
}

#postings h2.previous-requests
{
	padding: 0 0 5px 0;
}

#postings p.thank-you
{
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 12px 0;
}

#postings table.layout
{
	width: 950px;
}

#postings .table-left
{
	width: 470px;
	vertical-align: top;
}

#postings .table-right
{
	width: 480px;
	vertical-align: top;
}

#postings a.request-history
{
	display: block;
	margin: 0 0 4px 0;
	font-size: 0.9em;
}

#postings .position-wrapper
{
	position: relative;
	padding: 10px 15px 30px 15px;
	width: 920px;
	margin: 0 0 15px 0;
	background-color: #efefef;
	border: 1px solid #a9a9a9;
}

#postings .position-wrapper h3
{
	font-size: 24px;
	padding: 0 0 8px 0;
    font-family: "Tungsten A","Tungsten B","Helvetica Neue Condensed Bold",Helvetica,Arial,sans-serif;
    margin-bottom: 0;
}

#postings .position-wrapper .select-all
{
	position: absolute;
	right: 15px;
	top: 9px;
	font-size: 0.8em;
}

#postings .position-wrapper .select-all a
{
}

 #postings .position-col1
 {
     position: relative;
     width: 100%;
     display: flex;
     flex-wrap: wrap;
 }

#postings .position-col2
{
	position: absolute;
	left: 305px;
	top: 44px;
	width: 290px;
}

#postings .position-col3
{
	position: absolute;
	left: 595px;
	top: 44px;
	width: 290px;
}

 #postings .position
 {
     position: relative;
     width: 270px;
     height: auto;
     font-size: 0.9em;
     margin: .5em 0;
 }

#postings .position-checkbox
{
	float: left;
	width: 24px;
}

#postings .position-name
{
	float: left;
	width: 246px;
	padding: 1px 0 0 0;
}

#postings .refreshes
{
	float: left;
	margin: 0 7px 3px 0;
}

#postings #position-error-message
{
	display: none;
	margin: 15px 0 0 0;
}

#postings #job-resource-error-message
{
	display: none;
	margin: 0 0 15px 0;
}

#postings .job-resource-left
{
	float: left;
	width: 30px;
}

#postings .job-resource-right
{
}

#postings .job-resource-comments textarea
{
	width: 915px;
	height: 40px;
}

#postings .submit-request
{
	margin: 0;
}

#postings #market-info p
{
	margin: 0 0 8px 0;
}

#postings #market-info .wage-links
{
	margin: 0 0 15px 0;
	line-height: 25px;
}

#postings #market-info .wage-links a
{
	display: block;
}

#postings .left-col
{
	float: left;
	width: 100px;
}

#postings .right-col
{
	float: left;
}

#postings #resource-total-section
{
	display: none;
	width: 920px;
	margin: 10px 0 15px 0;
	padding: 12px 15px 12px 15px;
	font-size: 1.3em;
	background-color: #efefef;
}

#postings #agreement-section
{
	display: none;
	margin: 10px 0 30px 0;
}

#postings #agreement-error
{
	display: none;
}

 #postings .wage-data-container {
    display: none;
}

#postings .wage-data span {
    margin: 0 1px;
}

#postings .wage-data {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

#postings .wage-data input,
#postings .wage-data select {
    background-color: #fff;
    padding: 5px;
    font-size: 12px;
    height: auto;
    line-height: initial;
    text-align: center;
}

#postings .wage-data input.needs {
    width: 3em;
}

#postings .wage-data input.wage {
    width: 4.5em;
}

#postings .wage-data select.hire-within-limit {
    width: 5em;
}

h3.request{
    font-family: Sentinel,Arial,sans-serif;
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 1.35em;
    color: #af2900;
}

div.request{
    font-family: Sentinel,Arial,sans-serif;
    margin: 0 0 8px 0;
    padding: 10px 10px 10px 25px;
    font-size: 1em;
    color: #fff;
    background-color: #af2900;
}

#hiring-requests .details-link-wrap
{
	margin: 0 0 10px 0;
}

#hiring-requests .details-link-wrap a.details-link
{
	position: relative;
	display: inline-block;	
}

#hiring-requests .details-link-wrap a.details-link:before
{
	position: absolute;
	content: "\e601";
	right: -25px;
	top: 3px;
	color: #494948;
	font-family: 'icomoon';
	font-size: 14px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s;
	-moz-transition: -moz-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s;
}

#hiring-requests .details-link-wrap.active a.details-link:before
{
	-webkit-transform: rotate(-180deg) translateZ(0);
	-moz-transform: rotate(-180deg) translateZ(0);
	-ms-transform: rotate(-180deg) translateZ(0);
	-o-transform: rotate(-180deg) translateZ(0);
	transform: rotate(-180deg) translateZ(0);
	-ms-transform: rotate(-180deg);
}

#hiring-requests .details
{
	display: none;
	margin: 15px 0 20px 33px;
}

#hiring-requests .col1
{
	float: left;
	width: 150px;
	font-weight: bold;
}

#hiring-requests .col2
{
	float: left;
}

/* ------------------------------------------------ */
/* Job Listings
/* ------------------------------------------------ */

#jobs
{
	position: relative;
}

#jobs .search-filter
{
	position: relative;
	width: 708px;
	margin: 0 0 10px 0;
	padding: 10px 10px 20px 20px;
	background-color: #efefef;
	border: 1px solid #a9a9a9;
}

#jobs .flexigrid,
#jobs table
{
	width: 740px;
}

#jobs .job-category
{
	width: 130px;	
}

#jobs .job-title
{
	width: 220px;	
}

#jobs .job-location
{
	width: 208px;	
}

#jobs .job-posted
{
	width: 80px;	
}

#jobs .job-commands
{
	width: 102px;
}

.ui-multiselect
{
	border: 1px solid #a9a9a9;
	background: #fff;
	font-size: 14px !important;
	font-family: "Gotham A", "Gotham B", "Avenir", Helvetica, Arial, sans-serif;
	padding: 4px 4px 4px 7px;
}

.ui-multiselect-checkboxes label span
{
	font-size: 14px;
}

#jobs .flexigrid select
{
	position: relative;
	top: 1px;
	height: 23px;
	font-size: 12px !important;
	padding: 1px 2px 1px 5px;
	border: 1px solid #ccc;
}

#jobs .flexigrid input
{
	padding: 2px;
	font-size: 12px !important;
	width: 32px;
	border: 1px solid #ccc;
}

#jobs #all-job-list tr
{
	line-height: 1.3em;
}

#jobs #all-job-list th, #jobs #all-job-list td
{
	font-size: 12px;
}

@media only screen and (min-width: 1200px)
{
	#jobs .search-filter
	{
		width: 858px;
	}

	#jobs .flexigrid,
	#jobs table
	{
		width: 890px;
	}

	#jobs .job-category
	{
		width: 170px;	
	}

	#jobs .job-title
	{
		width: 290px;	
	}

	#jobs .job-location
	{
		width: 220px;	
	}

	#jobs .job-posted
	{
		width: 95px;	
	}

	#jobs .job-commands
	{
		width: 115px;	
	}
}

/* ------------------------------------------------ */
/* Job Details
/* ------------------------------------------------ */

#job-detail
{
	position: relative;
}

#job-detail .col1
{
	float: left;
	width: 40%;
}

#job-detail .col2
{
	float: left;
	width: 60%;
}

#job-detail .return
{
	float: left;
}

#job-detail a.apply,
#job-detail a.apply:hover,
#job-detail div.apply,
#job-detail div.apply:hover
{
	float: left;
	margin: 0 0 0 15px;
}

/* ------------------------------------------------ */
/* Job Application
/* ------------------------------------------------ */

#job-application
{
	position: relative;
}

#job-application option:first-child
{
	color: #a9a9a9;
}

#job-application #referral-source-answer
{
	display: none;
}

#job-application .first-name,
#job-application .last-name,
#job-application .email
{
	width: 260px;
}

#job-application .middle-name
{
	width: 140px;
}

#job-application .phone,
#job-application .phone2
{
	width: 200px;
}

#job-application #over-21
{
	display: none;
	float: left;
	margin: 0 25px 0 0;
}

#job-application .address,
#job-application .city
{
	width: 338px;
}

#job-application .state
{
	width: 192px;
}

#job-application .postal-code
{
	width: 140px;
}

#job-application .referral-source-wrapper
{
	float: left;
	width: 242px;
}

#job-application .referral-source
{
	width: 240px;
}

#job-application .referral-source-answer
{
	width: 230px;
}

#job-application #resume-upload-wrapper
{
	position: relative;
	float: left;
	width: 456px;
	height: 25px;
	margin: 0 0 0 3px;
	background: #fff;
	border: 1px solid #a9a9a9;
	font-size: 14px !important;
	font-family: "Gotham A", "Gotham B", "Avenir", Helvetica, Arial, sans-serif;
	line-height: normal;
	color: #494948;
}

#job-application #resume-upload-wrapper #file-upload-default
{
	position: absolute;
	left: 6px;
	top: 4px;
	color: #a9a9a9;
}

#job-application #resume-upload-wrapper #file-upload-error
{
	display: none;
	position: absolute;
	left: 6px;
	top: 4px;
	color: #ed4040;
	font-style: italic;
}

#job-application #resume-upload-wrapper #file-list
{
	position: absolute;
	left: 6px;
	top: 4px;
	font-size: 13px !important;
}

#job-application #resume-upload-wrapper a#file-select,
#job-application #resume-upload-wrapper a#file-select:hover
{
	display: block;
	position: absolute;
	right: 8px;
	top: 4px;
}

#job-application #file-list .file-name
{
	float: left;
}

#job-application #file-list .file-percent
{
	float: left;
	padding: 0 0 0 5px;
}

#job-application #file-list .file-error
{
	float: left;
}

#job-application #file-list a.file-delete,
#job-application #file-list a.file-delete:hover
{
	float: left;
	margin: 0 0 0 5px;
}

#job-application #file-list .file-upload-progress-wrapper
{
	float: left;
	margin: 2px 0 0 10px;
	width: 100px;
	height: 11px;
	border-top: 1px solid #afafaf;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: #ffffff;
}

#job-application #file-list .file-upload-progress
{
	height: 11px;
	background-color: #d35051;
}

#job-application .experience
{
	width: 693px;
	height: 35px;
}

#job-application .submit-application
{
	float: left;
}

#job-application a.return,
#job-application a.return:hover
{
	float: left;
	margin: 0 0 0 15px;
}

/* ------------------------------------------------ */
/* Hourly Referral
/* ------------------------------------------------ */

#hourly-referral a.referral-header
{
	position: relative;
	display: inline-block;	
	margin-right: 39px;
    font: 600 20px/26px 'proxima-nova', sans-serif;
}

#hourly-referral a.referral-header:before
{
	position: absolute;
	content: "\e601";
	right: -25px;
	top: 5px;
	color: #bd945b;
	font-family: 'icomoon';
	font-size: 14px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s;
	-moz-transition: -moz-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s;
}

#hourly-referral a.referral-header:hover:before
{
	color: #d51c59;
}

#hourly-referral a.referral-header.active:before
{
	-webkit-transform: rotate(-180deg) translateZ(0);
	-moz-transform: rotate(-180deg) translateZ(0);
	-ms-transform: rotate(-180deg) translateZ(0);
	-o-transform: rotate(-180deg) translateZ(0);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg) translateZ(0);
}

#hourly-referral .referral-content
{
	display: none;
	margin: 15px 0 20px 25px;
    font: 400 16px/23px 'proxima-nova', sans-serif;
}

#hourly-referral .referral-content h3
{
    font-size: 1.05em;
	text-decoration:underline;
} 

#hourly-referral ul,
#hourly-referral ol
{
	font: 400 16px/23px 'proxima-nova', sans-serif;
	padding-left: 18px;
	margin: 0;
}

#hourly-referral ul li,
#hourly-referral ol li
{
	position: relative;
	margin: 0 0 2px 15px;
}

#hourly-referral ul li:before
{
	content: "";
	background-color: #5d3327;
	position: absolute;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	left: -14px;
	top: 8px;
}

#hourly-referral ol
{
	list-style: decimal;
	padding-left: 25px;
}

#hourly-referral ol li ol
{
	list-style: lower-alpha;
}

#hourly-referral .order-separator
{
	border: none;
	font-size: 1px;
	line-height: 1px;
	height: 25px;
}

#hourly-referral .separator
{
	border: none;
	font-size: 1px;
	line-height: 1px;
	height: 35px;
}

#hourly-referral hr
{
	margin: 30px 0 10px 0;
}

#hourly-referral .referral-image-wrapper
{
	position: relative;
}

#hourly-referral .referral-image-wrapper .col1
{
	position: relative;
	float: left;
	width: 270px;
	margin: 0 60px 0 0;
	text-align: center;
}

#hourly-referral .referral-image-wrapper .col2
{
	position: relative;
	float: left;
	width: 270px;
	margin: 0 60px 0 0;
	text-align: center;
}

#hourly-referral .referral-image-wrapper .col3
{
	position: relative;
	float: left;
	width: 270px;
	text-align: center;
}

#hourly-referral .referral-image-wrapper .image-name
{
	font: 600 18px/18px 'proxima-nova', sans-serif;
}

#hourly-referral .input-label
{
	display: block;
	font: 400 16px/16px 'proxima-nova', sans-serif;
	margin: .5em 0 .5em 0;
}

#hourly-referral .placed-by-name,
#hourly-referral .placed-by-email
{
	width: 440px;
}

#hourly-referral .order-referral-amount-label,
#hourly-referral .bonus-expiration-label
{
	font: 600 18px/26px 'proxima-nova', sans-serif;
}

#hourly-referral .order-referral-amount
{
	width: 200px;
}

#hourly-referral .bonus-expiration
{
	width: 170px;
}

#hourly-referral .ui-datepicker-trigger
{
    position: relative;
	right: 0;
    top: 0;
    left: 0; 
}

#hourly-referral .choice-left
{
    display: inline;
	width: 35px;
}

#hourly-referral .choice-right
{
    display: inline;
	width: 915px;
	font: 400 16px/20px 'proxima-nova', sans-serif;
}

#hourly-referral .choice-right select
{
	width: 200px;
}

#hourly-referral .position-wrapper
{
	position: relative;
	padding: 10px 15px 10px 15px;
	width: 950px;
	margin: 0 0 15px 0;
	background-color: #f9f2db;
}

#hourly-referral .position-wrapper h4
{
	color: #824d3b;
	margin: 0 0 14px;
}

#hourly-referral .position-wrapper .select-all
{
	position: absolute;
	right: 15px;
	top: 9px;
}

#hourly-referral .position-wrapper .select-all a
{
	font-size: 12px;
	color: #d51c59;
}

#hourly-referral .position-wrapper .select-all a:hover
{
	font-size: 12px;
	color: #bd945b;
}

#hourly-referral .position-col1
{
	position: relative;
	width: 290px;
}

#hourly-referral .position-col2
{
	position: absolute;
	left: 305px;
	top: 46px;
	width: 290px;
}

#hourly-referral .position-col3
{
	position: absolute;
	left: 595px;
	top: 46px;
	width: 290px;
}

#hourly-referral .position
{
	position: relative;
	width: 270px;
	height: 24px;
	font-size: 0.9em;
}

#hourly-referral #position-error-message
{
	display: none;
	margin: 15px 0 10px 0;
	font: 600 18px/26px 'proxima-nova', sans-serif;
}

#hourly-referral table
{
	width: 100%;
}

#hourly-referral table th
{
	background-color: #f9f2db;
	font-weight: bold;
	text-align: left;
}

#hourly-referral table,
#hourly-referral table th,
#hourly-referral table td
{
	border: 1px solid #eecb9a;
}

#hourly-referral table th,
#hourly-referral table td
{
	padding: 4px 5px;
}

#hourly-referral .hired-candidate,
#hourly-referral .referred-by
{
	width: 319px;
}

#hourly-referral .tmx,
#hourly-referral .referral-amount
{
	width: 220px;
}

#hourly-referral .referral-position
{
	width: 655px;
}

#hourly-referral .referral-delete,
#hourly-referral .referral-delete:hover
{
	display: inline-block;
	width: 14px;
	height: 13px;
	padding: 0;
	text-decoration: none;
	text-indent: -10000px;
	font-size: 5px;
	border: 0;
	background: url('/content/images/admin/small-admin-buttons.png') no-repeat -14px 0;
	transition: none;
}

#hourly-referral .referral-delete:hover
{
	background-position: -14px -13px;
}

#hourly-referral .extra-info
{
	display: none;
}

#hourly-referral .referral-thank-you
{
	font-size: 18px;
	font-style: italic;
}

/* ------------------------------------------------ */
/* College Recruiting
/* ------------------------------------------------ */
#college-recruiting a.referral-header
{
	position: relative;
	display: inline-block;	
	margin-right: 39px;
    font: 600 20px/26px 'proxima-nova', sans-serif;
}

#college-recruiting a.referral-header:before
{
	position: absolute;
	content: "\e601";
	right: -25px;
	top: 5px;
	color: #bd945b;
	font-family: 'icomoon';
	font-size: 14px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s;
	-moz-transition: -moz-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s;
}

#college-recruiting a.referral-header:hover:before
{
	color: #d51c59;
}

#college-recruiting a.referral-header.active:before
{
	-webkit-transform: rotate(-180deg) translateZ(0);
	-moz-transform: rotate(-180deg) translateZ(0);
	-ms-transform: rotate(-180deg) translateZ(0);
	-o-transform: rotate(-180deg) translateZ(0);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg) translateZ(0);
}

#college-recruiting .referral-content
{
	display: none;
	margin: 15px 0 20px 0;
}

#college-recruiting ul,
#college-recruiting ol
{
	color: #824d3b;
	font: 400 16px/23px 'proxima-nova', sans-serif;
	padding-left: 18px;
	margin: 0;
}

#college-recruiting ul li,
#college-recruiting ol li
{
	position: relative;
	margin: 0 0 10px 0;
}

/*#college-recruiting ul li:before
{
	content: "";
	background-color: #5d3327;
	position: absolute;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	left: -14px;
	top: 8px;
}*/

#college-recruiting ol
{
	list-style: decimal;
	padding-left: 25px;
}

#college-recruiting ol li ol
{
	list-style: lower-alpha;
}

#college-recruiting .order-separator
{
	border: none;
	font-size: 1px;
	line-height: 1px;
	height: 25px;
}

#college-recruiting .separator
{
	border: none;
	font-size: 1px;
	line-height: 1px;
	height: 35px;
}

#college-recruiting hr
{
	margin: 30px 0 10px 0;
}

#college-recruiting .referral-image-wrapper
{
	position: relative;
}

#college-recruiting .referral-image-wrapper .col1
{
	position: relative;
	float: left;
	width: 235px;
	margin: 0 60px 0 0;
	text-align: center;
}

#college-recruiting .referral-image-wrapper .col2
{
	position: relative;
	float: left;
	width: 270px;
	margin: 0 60px 0 0;
	text-align: center;
}

#college-recruiting .referral-image-wrapper .col3
{
	position: relative;
	float: left;
	width: 235px;
	text-align: center;
}

#college-recruiting .referral-image-wrapper .colHalf {
    position:relative;
    text-align:center;
    width: 350px;
    float: left;
    margin: 0 0 20px 50px;
}

#college-recruiting .referral-image-wrapper .image-name
{
	font: 600 18px/18px 'proxima-nova', sans-serif;
}

#college-recruiting .input-label
{
	position: absolute;
	display: block;
	top: -22px;
	font: 400 16px/16px 'proxima-nova', sans-serif;
	margin: 0;
}

#college-recruiting .college-name
{
	width: 220px;
}

#college-recruiting .order-referral-amount-label,
#college-recruiting .bonus-expiration-label
{
	font: 600 18px/26px 'proxima-nova', sans-serif;
}

#college-recruiting .order-referral-amount
{
	width: 200px;
}

#college-recruiting .bonus-expiration
{
	width: 170px;
}

#college-recruiting .ui-datepicker-trigger
{
	right: 10px;
}

#college-recruiting .choice-left
{
	float: left;
	width: 35px;
}

#college-recruiting .choice-right
{
	float: left;
	width: 915px;
	font: 400 16px/20px 'proxima-nova', sans-serif;
}

#college-recruiting .choice-right select
{
	width: 200px;
}

#college-recruiting .position-wrapper
{
	position: relative;
	padding: 10px 15px 10px 15px;
	width: 950px;
	margin: 0 0 15px 0;
	background-color: #f9f2db;
}

#college-recruiting .position-wrapper h4
{
	color: #824d3b;
	margin: 0 0 14px;
}

#college-recruiting .position-wrapper .select-all
{
	position: absolute;
	right: 15px;
	top: 9px;
}

#college-recruiting .position-wrapper .select-all a
{
	font-size: 12px;
	color: #d51c59;
}

#college-recruiting .position-wrapper .select-all a:hover
{
	font-size: 12px;
	color: #bd945b;
}

#college-recruiting .position-col1
{
	position: relative;
	width: 290px;
}

#college-recruiting .position-col2
{
	position: absolute;
	left: 305px;
	top: 46px;
	width: 290px;
}

#college-recruiting .position-col3
{
	position: absolute;
	left: 595px;
	top: 46px;
	width: 290px;
}

#college-recruiting .position
{
	position: relative;
	width: 270px;
	height: 24px;
	font-size: 0.9em;
}

#college-recruiting #position-error-message
{
	display: none;
	margin: 15px 0 10px 0;
	font: 600 18px/26px 'proxima-nova', sans-serif;
}

#college-recruiting table
{
	width: 100%;
}

#college-recruiting table th
{
	background-color: #f9f2db;
	font-weight: bold;
	text-align: left;
}

#college-recruiting table,
#college-recruiting table th,
#college-recruiting table td
{
	border: 1px solid #eecb9a;
}

#college-recruiting table th,
#college-recruiting table td
{
	padding: 4px 5px;
}

#college-recruiting .hired-candidate,
#college-recruiting .referred-by
{
	width: 365px;
}

#college-recruiting .tmx,
#college-recruiting .referral-amount
{
	width: 220px;
}

#college-recruiting .referral-position
{
	width: 736px;
}

#college-recruiting .referral-delete,
#college-recruiting .referral-delete:hover
{
	display: inline-block;
	width: 14px;
	height: 13px;
	padding: 0;
	text-decoration: none;
	text-indent: -10000px;
	font-size: 5px;
	border: 0;
	background: url('/content/images/admin/small-admin-buttons.png') no-repeat -14px 0;
	transition: none;
}

#college-recruiting .referral-delete:hover
{
	background-position: -14px -13px;
}

#college-recruiting .extra-info
{
	display: none;
}

#college-recruiting .referral-thank-you
{
	font-size: 18px;
	font-style: italic;
}

@media only screen and (min-width: 1200px)
{
	#job-application .first-name,
	#job-application .last-name,
	#job-application .email
	{
		width: 335px;
	}

	#job-application .middle-name
	{
		width: 140px;
	}

	#job-application .phone
	{
		width: 238px;
	}

	#job-application .phone2
	{
		width: 237px;
	}

	#job-application .address,
	#job-application .city
	{
		width: 413px;
	}

	#job-application .state
	{
		width: 232px;
	}

	#job-application .postal-code
	{
		width: 175px;
	}

	#job-application .referral-source-wrapper
	{
		width: 312px;
	}

	#job-application .referral-source
	{
		width: 310px;
	}

	#job-application .referral-source-answer
	{
		width: 300px;
	}

	#job-application #resume-upload-wrapper
	{
		width: 536px;
	}

	#job-application .experience
	{
		width: 843px;
		height: 35px;
	}
}
