/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
      /*border: 1px solid #630400;
      border-top-color: #810500;
      border-left-color: #810500;
      padding: 4px 12px;
      color: #ffffff;
      display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);*/
  cursor: pointer;
  /*margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #8c0500;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a50600), to(#8c0500));
  background-image: -webkit-linear-gradient(top, #a50600, #8c0500);
  background-image: -moz-linear-gradient(top, #a50600, #8c0500);
  background-image: -o-linear-gradient(top, #a50600, #8c0500);
  background-image: linear-gradient(to bottom, #a50600, #8c0500);*/
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
 /* border: 1px solid #630400;
  border-top-color: #3f0200;
  border-left-color: #3f0200;*/
  background-color: #720400;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#8c0500), to(#720400));
  background-image: -webkit-linear-gradient(top, #8c0500, #720400);
  background-image: -moz-linear-gradient(top, #8c0500, #720400);
  background-image: -o-linear-gradient(top, #8c0500, #720400);
  background-image: linear-gradient(to bottom, #8c0500, #720400);*/
}
.button:active,
.button:visited:active {
  background-color: #a50600;
/*  background-image: -webkit-gradient(linear, left top, left bottom, from(#8c0500), to(#a50600));
  background-image: -webkit-linear-gradient(top, #8c0500, #a50600);
  background-image: -moz-linear-gradient(top, #8c0500, #a50600);
  background-image: -o-linear-gradient(top, #8c0500, #a50600);
  background-image: linear-gradient(to bottom, #8c0500, #a50600);*/
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:
------------ MAP ------------

01. GENERAL STYLES
02. LAYOUT & GRID STYLES
03. LINK STYLES
04. H1, H2, H3, H4, H5 STYLES
05. HEADER SYTLES
06. CONTENT STYLES
07. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656;
  background-color: #f3f3f3;
}
/*********************
02. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0 auto;
}
/*********************
03. LINK STYLES
*********************/
a,
a:visited {
  color: #a50600;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #770400;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
04. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.50em;
  line-height: 1em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: .9em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
p {
  font-size: .7em;
}
/*********************
05. HEADER SYTLES
*********************/
.header #inner-header .header-left {
  padding: 0 0 6px 0;
  height: 180px;
}
.header #inner-header .header-left .hd-logo {
  height: 140px;
  background-size: contain;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  text-align: center;
  background-position: center;
  padding-top: 10px;
}
.header #inner-header .header-left .hd-logo img {
  width: 225px;
  height: 125px;
}
.header #inner-header .header-left .hd-tagline {
  height: 20px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.2px;
  margin-top: 5px;
}
.header #inner-header .sixcol.header-middle {
  padding: 0 0 6px 0;
  color: #ffffff;
}
.header #inner-header .sixcol.header-middle img {
  height: 120px;
}
.header #inner-header .threecol.header-right {
  height: 180px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: right;
}
.header #inner-header .threecol.header-right .twelvecol.top-reg ul {
  margin-top: 10px;
  margin-bottom: 5px;
}
.header #inner-header .threecol.header-right .twelvecol.top-reg ul li {
  padding: 0 5px 3px 5px;
}
.header #inner-header .threecol.header-right .twelvecol.top-reg ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
}
.header #inner-header .threecol.header-right .twelvecol.top-reg ul li a:hover,
.header #inner-header .threecol.header-right .twelvecol.top-reg ul li a:focus {
  color: #d9d9d9;
}
.header #inner-header .threecol.header-right .twelvecol.top-reg ul li:nth-child(odd) {
  background: #555555;
}
.header #inner-header .threecol.header-right .twelvecol.top-reg ul li:nth-child(even) {
  background: #a50600;
}
.header #inner-header .threecol.header-right .twelvecol.hd-search {
 margin-top: 5px;
  padding: 0 0 0 0;
  font-size: 13px;
  font-weight: normal;
}
.header #inner-header .threecol.header-right .twelvecol.hd-search #searchfield {
  width: 85%;
  height: 24px;
  margin: 0 0 0 0;
  float: left;
}
.header #inner-header .threecol.header-right .twelvecol.hd-search .btn_search {
  width: 15%;
  height: 24px;
  margin: 0 0 0 0;
  background: #a50600;
  border: none;
  padding: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.header #inner-header .threecol.header-right .twelvecol.hd-search .btn_search:hover,
.header #inner-header .threecol.header-right .twelvecol.hd-search .btn_search:focus {
  color: #ffffff;
  background: #960500;
}
.header #inner-header .threecol.header-right .twelvecol.hd-search input[type=search] {
 padding: 5px;
  color: #888;
  font-size: 13px;
}
.header #inner-header .threecol.header-right .top-nav {
  color: #000000;
}
.header #inner-header .threecol.header-right .top-nav ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.header #inner-header .threecol.header-right .top-nav ul li {
  display: inline;
  margin-right: 5px;
}
.header #inner-header .threecol.header-right .top-nav ul li:after {
  content: '|';
  margin-left: 10px;
}
.header #inner-header .threecol.header-right .top-nav ul li a {
  color: #222;
  text-decoration: none;
  font-size: 16px;
}
.header #inner-header .threecol.header-right .top-nav ul li a:hover,
.header #inner-header .threecol.header-right .top-nav ul li a:focus {
  color: #a50600;
}
.header #inner-header .threecol.header-right .top-nav ul li:last-child {
  margin-right: 0;
}
.header #inner-header .threecol.header-right .top-nav ul li:last-child:after {
  content: '';
  margin-left: 0;
}
/*********************
06. CONTENT STYLES
*********************/
#content {
  margin-top: 2px;
}
#content #inner-content #cont-left {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}
#content #inner-content #cont-left #left-menu.twelvecol {
  padding-top: 0px;
}
#content #inner-content #cont-left #left-menu ul {
  padding: 0;
  color: #ffffff;
  /* end left menu li */
}
#content #inner-content #cont-left #left-menu ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff !important;
  padding: 5px 5px 5px 40px;
  border-bottom: 5px solid #ffffff;
  background-color:maroon;
}
#content #inner-content #cont-left #left-menu ul li a:hover,
#content #inner-content #cont-left #left-menu ul li a:focus {
  /*color: #000000;*/
}
#content #inner-content #cont-left #left-menu ul li ul {
  margin-top: 0;
  background: white !important;
}
#content #inner-content #cont-left #left-menu ul li ul li a {
  padding: 5px 5px 5px 40px;
}
#content #inner-content #cont-left #left-menu ul li:nth-child(2n+1) {
  background: #fc8f3d;
}
#content #inner-content #cont-left #left-menu ul li:nth-child(2n+1) ul li a {
  background: #555555;
}
#content #inner-content #cont-left #left-menu ul li:nth-child(2n+1) ul li a:hover,
#content #inner-content #cont-left #left-menu ul li:nth-child(2n+1) ul li a:focus {
  background: #fc8f3d;
}
#content #inner-content #cont-left #left-menu ul li:nth-child(2n) {
  background: #feb836;
}
#content #inner-content #cont-left #left-menu ul li:nth-child(2n) ul li a {
  background: #555555;
  width: 100%;
}
#content #inner-content #cont-left #left-menu ul li:nth-child(2n) ul li a:hover,
#content #inner-content #cont-left #left-menu ul li:nth-child(2n) ul li a:focus {
  background: #feb836;
}
#content #inner-content #cont-left #bus-left-menu ul {
  padding: 0;
  color: #ffffff;
  font-size: 90%;
  /* end bus left menu li */
}
#content #inner-content #cont-left #bus-left-menu ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 5px 5px 50px;
  border-bottom: 5px solid #ffffff;
  background-color:maroon;
}
#content #inner-content #cont-left #bus-left-menu ul li a:hover,
#content #inner-content #cont-left #bus-left-menu ul li a:focus {
  /*color: #000000;*/
}
#content #inner-content #cont-left #bus-left-menu ul li ul {
  margin-top: 0;
  margin-bottom: 10px;
  background: #ffffff !important;
  height: Auto;
  font-size: 80%;
  overflow: auto;
  max-height:300px;
}
#content #inner-content #cont-left #bus-left-menu ul li ul li a {
  padding: 5px 5px 5px 50px;
  background: #555555;
}
#content #inner-content #cont-left #bus-left-menu ul li ul li a:hover,
#content #inner-content #cont-left #bus-left-menu ul li ul li a:focus {
  background: #fc8f3d;
}
#content #inner-content #cont-left #com-left-menu ul {
  padding: 0;
  color: #ffffff;
  font-size: 90%;
  /* end bus left menu li */
}
#content #inner-content #cont-left #com-left-menu ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 5px 5px 50px;
  border-bottom: 5px solid #ffffff;
  background: #feb836;
}
#content #inner-content #cont-left #com-left-menu ul li a:hover,
#content #inner-content #cont-left #com-left-menu ul li a:focus {
  color: #000000;
}
#content #inner-content #cont-left #com-left-menu ul li ul {
  margin-top: 0;
  background: #ffffff !important;
  height: 150px;
  font-size: 80%;
  overflow: scroll;
}
#content #inner-content #cont-left #com-left-menu ul li ul li a {
  padding: 5px 5px 5px 50px;
  background: #555555;
}
#content #inner-content #cont-left #com-left-menu ul li ul li a:hover,
#content #inner-content #cont-left #com-left-menu ul li ul li a:focus {
  background: #feb836;
}
#content #inner-content #left-menu > ul > li:before {
  display: block;
  position: absolute;
  width: 29px;
  height: 25px;
  margin: 5px 5px;
}
#content #inner-content #left-menu > ul > li:nth-child(2n+1):before {
  content: url('../images/business-icon.png');
}
#content #inner-content #left-menu > ul > li:nth-child(2n):before {
  content: url('../images/community-icon.png');
}
#content #inner-content #bus-left-menu > ul > li a:before,
#content #inner-content #com-left-menu > ul > li a:before {
  display: block;
  position: absolute;
  width: 29px;
  height: 25px;
  left: 30px;
}
#content #inner-content #bus-left-menu > ul > li a.ui-accordion-header:before,
#content #inner-content #com-left-menu > ul > li a.ui-accordion-header:before {
  content: url('../images/menu-right-arrow.png');
}
#content #inner-content #bus-left-menu > ul > li a.ui-accordion-header-active:before,
#content #inner-content #com-left-menu > ul > li a.ui-accordion-header-active:before {
  content: url('../images/menu-down-arrow.png');
}
#content #inner-content #cont-right {
  margin-top: 0;
  padding: 10px;
  background-color: #ffffff;
  /* Popup Styles*/
  /* Login/Signup Form */
  /* User Login Form */
  /*.user_login {display: none;}*/
  /* User Register Form */
  /*.user_register {display: none;}*/
}
#content #inner-content #cont-right #bus-inner-links {
  width: 100%;
  margin: 2em auto;
  padding: 0;
  float: left;
}
#content #inner-content #cont-right #bus-inner-links a {
  color: #222;
  text-decoration: none;
  font-size: 16px;
}
#content #inner-content #cont-right #bus-inner-links a:hover,
#content #inner-content #cont-right #bus-inner-links a:focus {
  color: #a50600;
}
#content #inner-content #cont-right #bus-inner-links .fourcol {
  height: auto;
  min-height: 120px;
  text-align: center;
}
#content #inner-content #cont-right #bus-inner-links .news:before {
  content: url('../images/news-icon-bus.png');
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
#content #inner-content #cont-right #bus-inner-links .governance:before {
  content: url('../images/governance-icon-bus.png');
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
#content #inner-content #cont-right #bus-inner-links .notice:before {
  content: url('../images/notice-icon-bus.png');
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
#content #inner-content #cont-right #com-inner-links {
  width: 100%;
  margin: 2em auto;
  padding: 0;
  float: left;
}
#content #inner-content #cont-right #com-inner-links a {
  color: #222;
  text-decoration: none;
  font-size: 16px;
}
#content #inner-content #cont-right #com-inner-links a:hover,
#content #inner-content #cont-right #com-inner-links a:focus {
  color: #a50600;
}
#content #inner-content #cont-right #com-inner-links .fourcol {
  height: auto;
  min-height: 120px;
  text-align: center;   
  padding: 15px;
}
#content #inner-content #cont-right #com-inner-links .fourcol:hover {
  background-color: rgba(252, 143, 61, 0.52); 
   /*box-shadow: 0px 0px 3px 1px;*/
}   
#content #inner-content #cont-right #com-inner-links .news:before {
  content: url('../images/news-icon-com.png');
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
#content #inner-content #cont-right #com-inner-links .governance:before {
  content: url('../images/governance-icon-com.png');
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
#content #inner-content #cont-right #com-inner-links .notice:before {
  content: url('../images/notice-icon-com.png');
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
#content #inner-content #cont-right h3 {
  margin-top: 0;
}
#content #inner-content #cont-right h5 {
  margin-top: 10px;
}
#content #inner-content #cont-right #cont-slider img {
  min-height: 200px;
}
#content #inner-content #cont-right #cont-slider .callbacks .caption {
  font-size: 14px;
}
#content #inner-content #cont-right #cont-mid {
  margin: 8px 0 8px 0;
  font-size: 18px;
  text-align: left;
}
#content #inner-content #cont-right #bus-cont-icons a {
  color: #222;
  text-decoration: none;
  font-size: 16px;
}
#content #inner-content #cont-right #bus-cont-icons a:hover,
#content #inner-content #cont-right #bus-cont-icons a:focus {
  color: #a50600;
}
#content #inner-content #cont-right #bus-cont-icons .fourcol {
  height: auto;
  min-height: 120px;
  text-align: center;
}
#content #inner-content #cont-right #bus-cont-icons .fourcol.first {
  min-height: 150px;
}
#content #inner-content #cont-right #bus-cont-icons .attendance:before {
  content: url('../images/attendance-icon-bus.png');
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
#content #inner-content #cont-right #bus-cont-icons .hrms:before {
  content: url('../images/hrms-icon-bus.png');
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
#content #inner-content #cont-right #bus-cont-icons .payroll:before {
  content: url('../images/payroll-icon-bus.png');
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
#content #inner-content #cont-right #com-cont-icons a {
  color: #222;
  text-decoration: none;
  font-size: 16px;
}
#content #inner-content #cont-right #com-cont-icons a:hover,
#content #inner-content #cont-right #com-cont-icons a:focus {
  color: #a50600;
}
#content #inner-content #cont-right #com-cont-icons .fourcol {
  height: auto;
  min-height: 120px;
  text-align: center;
}
#content #inner-content #cont-right #com-cont-icons .fourcol.first {
  min-height: 150px;
}
#content #inner-content #cont-right #com-cont-icons .attendance:before {
  content: url('../images/attendance-icon-com.png');
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
#content #inner-content #cont-right #com-cont-icons .hrms:before {
  content: url('../images/hrms-icon-com.png');
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
#content #inner-content #cont-right #com-cont-icons .payroll:before {
  content: url('../images/payroll-icon-com.png');
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
#content #inner-content #cont-right #com-cont-icons .faq:before {
  content: url('../images/faq-icon-com.png');
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
#content #inner-content #cont-right .cont-header {
  margin: 8px 0 8px 0;
  font-size: 18px;
  text-align: center;
}
#content #inner-content #cont-right #lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
#content #inner-content #cont-right .popupContainer {
  position: absolute;
  width: 330px;
  height: auto;
  left: 45%;
  top: 20px;
  background: #FFF;
  border: 3px solid #f2f2f2;
}
#content #inner-content #cont-right #login_trigger {
  /*margin: 100px auto;*/
  margin: 0px 0px 0px 780px;
  width: 100px;
  /*display: block;*/
}
#content #inner-content #cont-right .btn {
  padding: 10px 20px;
  background: #F4F4F2;
}
#content #inner-content #cont-right .btn_red {
  background: #a50600;
  color: #FFF;
}
#content #inner-content #cont-right .btn:hover {
  background: #E4E4E2;
}
#content #inner-content #cont-right .btn_red:hover {
  background: #d30800;
}
#content #inner-content #cont-right a.btn {
  color: #666;
  text-align: center;
  text-decoration: none;
}
#content #inner-content #cont-right a.btn_red {
  color: #FFF;
}
#content #inner-content #cont-right .one_half {
  width: 50%;
  display: block;
  float: left;
}
#content #inner-content #cont-right .one_half.last {
  width: 45%;
  margin-left: 5%;
}
#content #inner-content #cont-right .popupHeader {
  font-size: 16px;
  text-transform: uppercase;
}
#content #inner-content #cont-right .popupHeader {
  background: #F4F4F2;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
}
#content #inner-content #cont-right .popupHeader .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background: #E4E4E2;
  cursor: pointer;
  color: #aaa;
  font-size: 16px;
}
#content #inner-content #cont-right .popupBody {
  padding: 20px;
}
#content #inner-content #cont-right .centeredText {
  text-align: center;
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  text-transform: uppercase;
}
#content #inner-content #cont-right .action_btns {
  clear: both;
  overflow: hidden;
}
#content #inner-content #cont-right .action_btns a {
  display: block;
}
#content #inner-content #cont-right .user_login label {
  display: block;
  margin-bottom: 5px;
}
#content #inner-content #cont-right .user_login input[type="text"],
#content #inner-content #cont-right .user_login input[type="email"],
#content #inner-content #cont-right .user_login input[type="password"] {
  display: block;
  width: 90%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}
#content #inner-content #cont-right .user_login input[type="checkbox"] {
  float: left;
  margin-right: 5px;
}
#content #inner-content #cont-right .user_login input[type="checkbox"] + label {
  float: left;
}
#content #inner-content #cont-right .user_login .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}
#content #inner-content #cont-right .forgot_password {
  display: block;
  margin: 20px 0 10px;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  color: #ED6347;
}
#content #inner-content #cont-right .user_register label {
  display: block;
  margin-bottom: 5px;
}
#content #inner-content #cont-right .user_register input[type="text"],
#content #inner-content #cont-right .user_register input[type="email"],
#content #inner-content #cont-right .user_register input[type="password"] {
  display: block;
  width: 90%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}
#content #inner-content #cont-right .user_register input[type="checkbox"] {
  float: left;
  margin-right: 5px;
}
#content #inner-content #cont-right .user_register input[type="checkbox"] + label {
  float: left;
}
#content #inner-content #cont-right .user_register .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}
#content #inner-content #cont-right #login {
  background: #bdbdbd;
  width: 320px;
  padding: 20px 25px;
  margin-top: 20px;
  color: #222;
  border: 5px solid #f2f2f2;
}
#content #inner-content #cont-right #login label {
  width: 100%;
}
#content #inner-content #cont-right #login input[type=email],
#content #inner-content #cont-right #login input[type=password],
#content #inner-content #cont-right #login input[type=text] {
  width: 100%;
  padding: 5px;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#content #inner-content #cont-right #login input[type=submit] {
  margin-top: 10px;
  float: right;
  font-size: 14px;
}
#content #inner-content #cont-right .cont-grid {
  /*background-color: #555555;*/
  padding: 8px 0 2px 0;
  /*overflow: scroll;
  height: 300px;
  overflow:auto;*/
  padding: 25px;
  /*box-shadow: 0px 5px 5px 5px #ccc;*/
  box-shadow: 0px 0px 3px 2px #ccc;
}
#content #inner-content #cont-right .cont-grid .grid-title {
  background-color: #ffffff;
  color: #d8d8d8;
  padding: 2px;
}
#content #inner-content #cont-right .cont-grid .grid-column-title {
  color: #ffffff;
  text-align: center;
  padding: 4px 2px;
}
#content #inner-content #cont-right .cont-grid .grid-column-filter {
  background-color: #bdbdbd;
}
#content #inner-content #cont-right .cont-grid .grid-column-filter .threecol {
  height: 40px;
  width: 100%;
  padding: 5px;
  margin-left: 0;
  text-align: center;
}
#content #inner-content #cont-right .cont-grid .grid-column-filter .dropdown {
  width: 100%;
  height: 30px;
  overflow: hidden;
  background: url('../images/select-icon.png') no-repeat right #fefefe;
  border: #FEFEFE 1px solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 10px 1px #FEFEFE;
  box-shadow: inset 0px 0px 10px 1px #FEFEFE;
}
#content #inner-content #cont-right .cont-grid .grid-column-filter select {
  width: 100%;
  font-size: 10pt;
  color: #555555;
  border: 0;
  border-radius: 0;
  height: 28px;
  -moz-appearance: window;
  -moz-padding-end: 19px;
  background: transparent;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
#content #inner-content #cont-right .cont-grid .grid-column-filter select:focus {
  outline: none;
}
#content #inner-content #cont-right .cont-grid .grid-column-filter select option {
  padding: 5px;
  background: #f2f2f2;
}
#content #inner-content #cont-right .cont-grid .grid-column-data {
  margin: 4px 0 0 0;
}
#content #inner-content #cont-right .cont-grid .grid-column-data .threecol {
  width: 100%;
  padding: 3px 5px 5px;
  margin-left: 0;
}
#content #inner-content #cont-right .cont-grid .grid-column-data .row:nth-of-type(odd) {
  background-color: #e3e3e3;
  margin-bottom: 1px;
}
#content #inner-content #cont-right .cont-grid .grid-column-data .row:nth-of-type(even) {
  background-color: #f3f3f3;
  margin-bottom: 2px;
}
#content #inner-content #cont-right .cont-right-innerpage {
  margin-left: .5%;
  width: 76.571823199%;
  background-color: #ffffff;
  min-height: 300px;
  padding: 0 4px 0 4px;
}
#content .before-footer {
  min-height: 100px;
  background-color: #ffffff;
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 8px;
}
#content .before-footer .one-of-four {
  background-color: #f2f2f2;
  min-height: 98px;
}
#content .before-footer .two-of-four {
  background-color: #f2f2f2;
  min-height: 98px;
}
#content .before-footer .three-of-four {
  background-color: #f2f2f2;
  min-height: 98px;
}
#content .before-footer .four-of-four {
  background-color: #f2f2f2;
  min-height: 98px;
}
/*********************
07. FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #555555;
}
.footer #inner-footer {
  /* end .footer-links */
}
.footer #inner-footer .footer-links {
  color: #ffffff;
  font-size: 13px;
}
.footer #inner-footer .footer-links ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer #inner-footer .footer-links ul li {
  display: inline;
  margin-right: 5px;
}
.footer #inner-footer .footer-links ul li:after {
  content: '|';
  margin-left: 10px;
}
.footer #inner-footer .footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer #inner-footer .footer-links ul li a:hover,
.footer #inner-footer .footer-links ul li a:focus {
  color: #cccccc;
}
.footer #inner-footer .footer-links ul li:last-child {
  margin-right: 0;
}
.footer #inner-footer .footer-links ul li:last-child:after {
  content: '';
  margin-left: 0;
}
.footer .copyright {
  color: #ffffff;
  font-size: 14px;
  margin-top: 5px;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  
.wrap {
    /*max-width: 1140px;*/
  }
  /*********************
HEADER SYTLES
*********************/
  .header #inner-header .threecol.header-left {
    height: 125px;
  }
  .header #inner-header .threecol.header-left .hd-logo {
    height: 100px;
  }
  .header #inner-header .threecol.header-left .hd-logo img {
    width: 120px;
    height: auto;
  }
  .header #inner-header .threecol.header-left .hd-tagline {
    font-size: 8px;
  }
  .header #inner-header .sixcol.header-middle {
    height: 100px;
    margin-left: .5%;
    width: 53.143646405%;
    padding: 0 0 6px 0;
    color: #ffffff;
  }
  .header #inner-header .sixcol.header-middle img {
    height: 90px;
  }
  .header #inner-header .threecol.header-right {
    height: 100px;
  }
  .header #inner-header .threecol.header-right .top-nav ul {
    text-align: right;
  }
  .header #inner-header .threecol.header-right .top-nav ul li {
    margin-right: 2px;
  }
  .header #inner-header .threecol.header-right .top-nav ul li:after {
    margin-left: 8px;
  }
  .header #inner-header .threecol.header-right .top-nav ul li a {
    font-size: 12px;
  }
  .header #inner-header .twelvecol.top-reg ul {
    margin-top: 2px !important;
    margin-bottom: 5px;
  }
  .header #inner-header .twelvecol.top-reg ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 9px !important;
  }
  .header #inner-header .twelvecol.top-reg ul li a:hover,
  .header #inner-header .twelvecol.top-reg ul li a:focus {
    color: #d9d9d9;
  }
  .header #inner-header .twelvecol.hd-search {
    margin-top: 0 !important;
  }
  .header #inner-header .twelvecol.hd-search input[type=search] {
    width: 95%;
    border-radius: 3px;
    padding: 3px 2%;
    color: #888;
    font-size: 13px;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .nav {
    background: #eee;
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav li {
    float: left;
    position: relative;
    /*
		plan your menus and drop-downs wisely.
		*/
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
    /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/
  }
  .nav li a:hover,
  .nav li a:focus {
    background-color: #dedede;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* end .nav */
  #content #inner-content #cont-left #bus-left-menu ul li,
  #content #inner-content #cont-left #com-left-menu ul li {
    /* end left menu li */
  }
  #content #inner-content #cont-left #bus-left-menu ul li a,
  #content #inner-content #cont-left #com-left-menu ul li a {
    padding: 2px 5px 5px 40px;
  }
  #content #inner-content #cont-left #bus-left-menu ul li ul li a,
  #content #inner-content #cont-left #com-left-menu ul li ul li a {
    padding: 5px 5px 5px 40px;
  }
  #content #inner-content #cont-left #bus-left-menu > ul > li a:before,
  #content #inner-content #cont-left #com-left-menu > ul > li a:before {
    display: block;
    position: absolute;
    width: 29px;
    height: 25px;
    left: 5px;
  }
  /*********************
06. CONTENT STYLES
*********************/
  #content {
    margin-top: 2px;
  }
  #content #inner-content #cont-left {
    margin-bottom: 0;
  }
  #content #inner-content #cont-right {
    margin-left: .5%;
    width: 76.571823199%;
  }
  #content #inner-content #cont-right .cont-grid {
    font-size: 12px;
  }
  #content #inner-content #cont-right .cont-grid .grid-column-filter .threecol {
    width: 25%;
    border-right: 1px solid #555555;
  }
  #content #inner-content #cont-right .cont-grid .grid-column-data .threecol {
    width: 25%;
    border-right: 1px solid #555555;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer-links ul li {
    /*
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/
  }
  /* end .footer-links */
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  /*********************
HEADER SYTLES
*********************/
  .header #inner-header .threecol.header-left {
    height: 160px;
  }
  .header #inner-header .threecol.header-left .hd-logo {
    height: 125px;
  }
  .header #inner-header .threecol.header-left .hd-logo img {
    width: 200px;
    height: auto;
  }
  .header #inner-header .threecol.header-left .hd-tagline {
    font-size: 12px;
  }
  .header #inner-header .sixcol.header-middle {
    height: 160px;
  }
  .header #inner-header .sixcol.header-middle img {
    height: 140px;
  }
  .header #inner-header .threecol.header-right .twelvecol.top-reg {
    margin-top: 10px;
  }
  .header #inner-header .threecol.header-right .twelvecol.top-reg ul {
    margin-top: 10px !important;
    margin-bottom: 5px;
  }
  .header #inner-header .threecol.header-right .twelvecol.top-reg ul li a {
    font-size: 13px !important;
  }
  .header #inner-header .threecol.header-right .twelvecol.hd-search {
    margin-top: 10px !important;
  }
  .header #inner-header .threecol.header-right .top-nav {
    font-size: 14px;
  }
  .header #inner-header .threecol.header-right .top-nav ul {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .header #inner-header .threecol.header-right .top-nav ul li {
    margin-right: 5px;
  }
  .header #inner-header .threecol.header-right .top-nav ul li a {
    font-size: 14px;
  }
  .header #inner-header .threecol.header-right .top-nav ul li:last-child:after {
    margin-left: 10px;
  }
  /*********************
06. CONTENT STYLES
*********************/
  #content #inner-content #cont-right .cont-grid {
    font-size: 14px;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
.SettingHeadingFont {
    text-align:center;
    font-size: medium;
    font-weight:bold;
}
.SettingInnerHeadingFont {
    font-weight:bold;
}
.SettingContentFont {
    font-size: 13px;
}

/***************************new attendance css******************************/

#cont-right{
min-height: 320px !important;
height: auto !important;
}

.rounded {
background-color: #FFFFFF !important;
border: 1px solid #ccc !important;
border-radius: 4px 4px 4px 4px !important;
border-width: 1px;
font-size: 100%;
margin-bottom: 10px;
padding: 8px 5px;
width: 350px;
}

.dxbButton {
font-size: 16px !important;
letter-spacing: normal !important;
background: #005d80!important;
/*padding: 5px 10px !important;
border-radius: 4px !important;*/
position: relative !important;
text-transform: capitalize !important;
font-weight: 500 !important;
font-style: normal !important;
letter-spacing: -1px !important;
color: #fff !important;
text-decoration: none !important;
cursor: pointer !important;
width: auto !important;
border: none !important;
margin-right:2px 
}
.dxbButton:hover
{
    color: #fff !important;
    background: #969797 !important;
}
._table_main
{
    border-collapse: collapse;
    border: 2px solid #a9a9a9;
    width: 100%;
    margin: 0 auto;
    font-size: 0.85em;
    margin-top: 5px;
}

._details
{
    color: #4F81BD;
	font-weight: bold;
	font-size: 12px;
}

/*
table
{
    border: 1px #A9A9A9 !important;
    border-collapse: collapse !important;
}
td
{
    background-color: White !important;
    border: 1px solid #A9A9A9 !important;
    border-collapse: collapse !important;
}
tr
{
    height: 40px !important; 
 background-color: #cccccc !important;
}
th
{
    border: 1px solid #A9A9A9 !important;
    border-collapse: collapse !important;
}*/
.dxtcLite .dxtc-content {
    font: 1.0em Museo-Sans, sans-serif !important;
    color: inherit;
    background-color: #FFFFFF;
    float: left;
    clear: left;
    border: solid 1px #A8A8A8;
    overflow: hidden;
    padding: 11px;
    background: white;
}

.dxtcLite.dxtc-top .dxtc-content {
    border: none !important;
}
.dxtcLite .dxtc-leftIndent, .dxtcLite .dxtc-spacer, .dxtcLite .dxtc-rightIndent, .dxtcLite .dxtc-sbWrapper, .dxtcLite .dxtc-sbIndent, .dxtcLite .dxtc-sbSpacer {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
}
.dxtcLite .dxtc-tab, .dxtcLite .dxtc-activeTab, .dxtcLite.dxtc-noSpacing .dxtc-tab.dxtc-lead, .dxtcLite.dxtc-noSpacing .dxtc-activeTab.dxtc-lead, .dxtcLite.dxtc-noSpacing .dxtc-tab, .dxtcLite.dxtc-noSpacing .dxtc-activeTab {
    border: solid 1px #fff !important;
}
.tab-content-account {
	left: 0px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 98%;
	border: 1px solid #e3e4e4;
	-webkit-box-shadow:0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
	padding:2px;
	margin-top:8px;
	margin: 0 auto;
}
/*******************************************************/
.trdhead {
    font-weight: bold;
    padding: 6px;
    border: solid 1px #dbdbdb;
    margin-bottom: 7px;
    background-color: #fff;
    width: 30%;
    font-size: 14px;
}
.tdrhead {
    font-weight: bold;
    padding: 6px;
    border: solid 1px #dbdbdb;
    margin-bottom: 7px;
    background-color: rgba(210, 173, 171, 0.13);
    width: 30%;
    font-size: 14px;
}
.txt-input
{
    background-color: #FFFFFF !important;
    border: 1px solid #ccc !important;
    border-radius: 4px 4px 4px 4px !important;
    border-width: 1px !important;
    font-size: 100% !important;
    margin-bottom: 10px !important;
    padding: 8px 5px !important;
    width: 100% !important;
}
.dxbButton {
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    background-color: #cc1309 !important;
    color: #FFFFFF !important;
    border: solid 0px #dbdbdb !important;
}

    .button-orange {
        border: none !important;
        cursor: pointer !important;
        background-color: #a50600;
        width: 10em;
        height: 2.5em;
        color:white;
    }

        .spn_req {
        color: red;
    }