/******************************************************************
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;
}





.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
lurl {
	word-wrap: break-word;
}

/*
 * 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;
}
*/
h3, 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/
*********************/
/* OLD COLORS */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
HOVER STATES
*********************/
header a,
header a:visited,
footer a,
footer a:visited {
  color: #ffffff;
  text-decoration: none;
  /* on hover */
  /* mobile tap color */
}
header a:hover,
header a:visited:hover,
footer a:hover,
footer a:visited:hover,
header a:focus,
header a:visited:focus,
footer a:focus,
footer a:visited:focus {
  color: #e0c298;
  text-decoration: none;
}
header a:link,
header a:visited:link,
footer a:link,
footer 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);
}
/*********************
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;
}
/*********************
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(left,#dfdfdf,#f8f8f8); */
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#000000)); */
/* Chrome,Safari4+ */
/* .radial-gradient(center, top, circle, top, @red, @orange); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BOX SHADOW
*********************/
/* .columns(3, 10px); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #8B5;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 1em;
  text-decoration: none;
  /* text-shadow: 0 1px 1px @darkgreen; */
  padding: .4em 1em;
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #693;
}
.button:active,
.button:visited:active {
  /* .css-gradient( top, @lightgreen 50%, @darkgreen 50% ); */
}
/*
.blue-button, .blue-button:visited {
	border-color: darken(@bones-blue, 10%);
	text-shadow: 0 1px 1px darken(@bones-blue, 10%);
	.css-gradient( @bones-blue, darken(@bones-blue, 5%) );
	-webkit-box-shadow: inset 0 0 3px lighten(@bones-blue, 16%);
       -moz-box-shadow: inset 0 0 3px lighten(@bones-blue, 16%);
   	        box-shadow: inset 0 0 3px lighten(@bones-blue, 16%);
	&:hover, &:focus {
		border-color: darken(@bones-blue, 15%);
		.css-gradient( darken(@bones-blue, 4%), darken(@bones-blue, 10%) );
	}
	&:active {
		.css-gradient( darken(@bones-blue, 5%), @bones-blue );
	}
}

.orange-button, .orange-button:visited {
	border: none;
	.boxShadow(3px,3px,5px,0,rgba(0,0,0,0.5));
	.css-gradient(top,@orange,darken(@orange,15%));
	color: @white;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 10px;
	line-height: 1em;
	text-decoration: none;
	padding: .5em 15%;
	&:hover, &:focus {
		.css-gradient( top, lighten(@orange, 10%), @orange);
	}
	&:active {
		.css-gradient( top, @orange 50%, @orange 50% );
	}
}
*/
/*
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:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER SYTLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
.lighterblue,
.lightblue,
.blue,
.darkblue {
  height: 40px;
  width: 100%;
  display: block;
  float: left;
  clear: left;
}
.lighterblue {
  background: #82b3cd;
}
.lightblue {
  background: #009bd7;
}
.blue {
  background: #335a90;
}
.darkblue {
  background: #132858;
}
/* .textblue {background: @textblue;} */
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
body {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #2a2a2a;
  background: url(../images/bg-tile.jpg) left top repeat #3d3a33;
}
.noShow {
  display: none !important;
}
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
.mobileOff {
  display: none;
}
.mobileOn {
  display: block;
}
/* Highlight Style */
::selection {
  /*background: #335a90;*/
  color: #ffffff;
  text-shadow: 1px 1px 0px #000000;
}
::-moz-selection {
  background: #335a90;
  color: #ffffff;
  text-shadow: 1px 1px 0px #000000;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0 auto;
}
#container {
  clear: both;
  margin: 0 auto;
  max-width: 988px;
  position: relative;
  width: 100%;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.subhead {
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  /* 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,
.subhead a {
  text-decoration: none;
}
h1,
.h1 {
  color: #9c6409;
  font-family: 'Economica', Times New Roman, Times, serif;
  font-size: 2.6em;
  line-height: 1.333em;
  margin: 0;
}
h2,
.h2 {
  color: #009bd7;
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
/*
h3,
.h3 {
  clear: both;
  color: #9c6409;
  font-family: 'Economica', Times New Roman, Times, serif;
  font-size: 2em;
  margin: 20px 0 10px;
}
*/
h3,
.h3,
h4,
.h4 {
  color: #9c182f;
  font-size: 1.12em;
  font-weight: bold;
  margin: 1em 0 .25em;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.subhead {
  color: #4b4b4b;
  font-family: 'Economica', Times New Roman, Times, serif;
  font-size: 1.7em;
  margin: 0 0 1.5em;
}
p {
  margin: 0 0 1.5em 0;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  text-decoration: none;
}
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);
}
#body a {
  color: #9c6409; /* 335a90;
  text-decoration: none; */
  text-decoration: underline;

  /* on hover */
}
#body a:hover,
#body a:focus {
  /* color: #009bd7;*/
  color: #9c182f;
  text-decoration: none;
}
/*********************
06. HEADER SYTLES
*********************/
header {
  float: left;
  position: relative;
  width: 100%;
}
header #utilityWrap {
  background: #3d3a33;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #3d3a33 0%, #434343 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #3d3a33 0%, #434343 100%);
  /* FF3.6+ */
  background: -o-linear-gradient(top, #3d3a33 0%, #434343 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3d3a33 0%, #434343 100%);
  /* IE10+ */
  background: linear-gradient(top, #3d3a33 0%, #434343 100%);
  /* W3C */
  float: left;
  position: relative;
  top: 102px;
  width: 100%;
}
header #utilityWrap #utility {
  margin: 0 auto;
  max-width: 988px;
  /* text-align: center; */
}
header #utilityWrap #utility nav {
  background: rgba(255, 255, 255, 0.95);
  background: #ffffff;
  -webkit-box-shadow: 0 10px 30px 0 #000000;
  -moz-box-shadow: 0 10px 30px 0 #000000;
  box-shadow: 0 10px 30px 0 #000000;
  display: none;
  position: absolute;
  padding: 5px 2%;
  top: -5px;
  /* top: 28px; */
  z-index: 10;
}
header #utilityWrap #utility nav a {
  color: #009bd7;
  display: block;
  float: left;
  font-size: 1em;
  font-weight: bold;
  margin: 0 .5%;
  padding: 7px 4%;
  width: 92%;
}
header #utilityWrap #utility #searchform {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 10px 30px 0 #000000;
  -moz-box-shadow: 0 10px 30px 0 #000000;
  box-shadow: 0 10px 30px 0 #000000;
  display: none;
  position: absolute;
  padding: 5px 2%;
  /* top: 28px; */
  top: -5px;
  width: 96%;
  z-index: 10;
  /* height:22px; */
}
header #utilityWrap #utility #searchform #s {
  background: none;
  border: none;
  color: #000000;
  font-size: 1em;
  font-weight: 100;
  outline: none;
  min-height: 22px;
  float: right;
  padding: 0px 7px;
  width: 85%;
}
header #utilityWrap #utility #searchform #searchsubmit {
  height: 22px;
  float: right;
  width: 22px;
  color: #335a90;
  background: none;
  display: block;
  border: none;
  outline: none;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
}
header #utilityWrap #utility label {
  color: transparent;
  display: none;
}
header #utilityWrap #utility .hideValue {
  color: transparent;
}
header #innerHeadWrap {
  background: #132858;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #132858 0%, #335a90 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #132858 0%, #335a90 100%);
  /* FF3.6+ */
  background: -o-linear-gradient(top, #132858 0%, #335a90 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #132858 0%, #335a90 100%);
  /* IE10+ */
  background: linear-gradient(top, #132858 0%, #335a90 100%);
  /* W3C */
  float: left;
  position: relative;
  top: 0;
  width: 100%;
}
header #innerHeadWrap #innerHead {
  float: left;
  margin: 10px 2% 3px;
  width: 96%;
}
header #innerHeadWrap #innerHead a#logo {
  float: left;
  width: 64%;
}
header #innerHeadWrap #innerHead a#logo img {
  height: auto;
  width: 100%;
}
header #innerHeadWrap #innerHead span {
  color: #ffffff;
  float: right;
  font-family: 'Economica', Times New Roman, Times, serif;
  font-size: 1.2em;
  margin-top: 2%;
  margin-right: 0%;
  text-align: left;
  text-shadow: -2px 2px 4px #3d3a33;
  width: 30%;
}
header #innerHeadWrap #mobileNav {
  display: block;
  float: left;
  margin: 0;
  width: 100%;
}
header #innerHeadWrap #mobileNav #utilBttn,
header #innerHeadWrap #mobileNav #searchBttn,
header #innerHeadWrap #mobileNav #primaryBttn {
  background: #937f4c;
  border-right: 3px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 28px;
  text-transform: uppercase;
}
header #innerHeadWrap #mobileNav #utilBttn i,
header #innerHeadWrap #mobileNav #searchBttn i,
header #innerHeadWrap #mobileNav #primaryBttn i {
  display: inline-block;
  float: right;
  margin-top: -10px;
  position: relative;
  top: 50%;
}
header #innerHeadWrap #mobileNav #utilBttn {
  /* background: @gold url(../images/utilnavarr.png) center center no-repeat; */
  width: 15.5%;
}
header #innerHeadWrap #mobileNav #utilBttn i {
  font-size: 1.4em;
  right: 50%;
  margin-right: -10px;
}
header #innerHeadWrap #mobileNav #searchBttn {
  /* background: @gold url(../images/search.png) 95% center no-repeat; */
  width: 50%;
}
header #innerHeadWrap #mobileNav #searchBttn i {
  font-size: 1.4em;
  right: 5%;
}
header #innerHeadWrap #mobileNav #primaryBttn {
  /* background: @gold url(../iamges/menulines.png) center center no-repeat; */
  border-right: none;
  width: 32.5%;
}
header #innerHeadWrap #mobileNav #primaryBttn span {
  float: right;
  font-size: 1em;
  font-weight: bold;
  right: 15%;
  text-align: right;
  margin-top: -10px;
  position: relative;
  top: 50%;
}
header #innerHeadWrap #mobileNav #primaryBttn i {
  font-size: 1.6em;
  right: 10%;
}
header #navWrap {
  float: left;
  position: relative;
  top: 0;
  width: 100%;
}
header #navWrap nav {
  background: #ffffff;
  -webkit-box-shadow: 0 10px 30px 0 #000000;
  -moz-box-shadow: 0 10px 30px 0 #000000;
  box-shadow: 0 10px 30px 0 #000000;
  display: none;
  position: absolute;
  top: 0;
  z-index: 10;
}
header #navWrap nav ul#primary {
  display: block;
  padding: 0 2%;
  float: right;
  text-align: right;
}
header #navWrap nav ul#primary li {
  display: inline;
  margin: 0;
}
header #navWrap nav ul#primary li a {
  color: #009bd7;
  display: block;
  float: left;
  font-size: 1em;
  font-weight: bold;
  margin: 0 .5%;
  padding: 7px 4%;
  width: 92%;
}
header #navWrap nav ul#primary li .largeNav {
  display: none;
}
/*********************
08. CONTENT STYLES
*********************/
#homeWrap {
  background-color: #373737;
  float: left;
  width: 100%;
}
#homeWrap #body {
  background-color: #373737;
  float: none;
}
#body {
  background-color: #535351;
  float: left;
}
#contentPad {
  padding: 0 4% 15px;
}

#contentPad a {
  color: #9c6409; /* #335a90  #009bd7; */
  /*font-weight: bold;*/
  text-decoration: underline;
}


#content {
  background: #f2f0e5;
  margin: 0 2%;
/*
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .subhead {
		float: left;
		zoom: 1;
		&:before, &:after { content: ""; display: table; }
		&:after { clear: both; }
	}
*/
  /* --- TABLES --- */
  /* FORMS */
  /*
	image alignment on a screen this size may be
	a bit difficult. It's set to start aligning
	and floating images at the next breakpoint,
	but it's up to you. Feel free to change it up.
	*/
  /* In Content SideBar on Right */
  /* REPEATING BOX LISTS */
}
#content .subhead {
  float: left;
}
#content #intHeader {
  float: left;
  height: auto;
  margin-bottom: 0;
  width: 100%;
}
#content #breadcrumbs {
  color: #535251;
  clear: both;
  display: block;
  float: right;
  font-size: 1em;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: right;
  width: 100%;
}
#content #breadcrumbs a {
  color: #535251 !important;
  display: inline;
}
#content #breadcrumbs a:hover,
#content #breadcrumbs a:focus {
  color: #868584 !important;
}
#content #breadcrumbs .current {
  font-weight: bold;
}
#content ul,
#content ol {
  margin-top: 0;
  margin-bottom: 2em;
}
#content ul li,
#content ol li {
  margin-bottom: 1em;
}
#content ul li a {
  color: #9c6409; /* #335a90;  #3d3a33;
  font-weight: bold; */
  text-decoration: underline;
}
#content .cols2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
#content ul.bulletList {
  padding-left: 3%;
}
#content ul.bulletList li {
  list-style: outside none url(../images/bullet.png);
  padding-left: 10px;
}

/* #content ol {
  color: #9c182f;
  font-weight: bold; 
  padding-left: 4%;
  list-style: outside decimal;
} */
#content ol {
    color: #2a2a2a;
    font-weight: normal;
    list-style: outside decimal;
    /*padding-left: 4%;*/
}

#content ol li {
  padding-left: 0;
  margin-left: 10%;
}





#content ol li p {
  color: #3d3a33;
  font-weight: normal;
}
#content blockquote {
  border-top: 1px solid #384160;
  border-bottom: 1px solid #384160;
  font-style: italic;
  margin: 1em 0;
  padding: 1em 0;
}
#content blockquote span {
  display: block;
  font-style: normal;
  margin-top: .7em;
  text-align: right;
}
#content code {
  color: #335a90;
  font-family: 'Open Sans', Helvetica, sans-serif;
}
#content ul.adminList {
  padding-left: 0;
}
#content ul.adminList li {
  display: block;
  float: left;
  list-style: none;
  padding-left: 0;
  width: 100%;
}
#content ul.adminList li img {
  float: left;
  height: auto;
  margin-right: 10px;
  width: 40%;
}

/* Dot Leaders for Table of Contents like elipses */
ul.leaders {
    max-width: 100%;
    padding: 0;
    overflow-x: hidden;
    list-style: none
	list-style-type: none
}
ul.leaders li:after {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: #efebe3}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #efebe3;
    position: relative;
    z-index: 1}


#content table {
  color: #231F20;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0 0 1em 0;
  text-align: left;
}
#content table a {
  color: #9c6409;
  /* color: #231F20; */
  text-decoration: underline;
}
#content table a:hover,
#content table a:focus {
  text-decoration: underline;
}
#content table thead {
  background-color: #885222;
  color: #ffffff;
  display: table-header-group;
  font-weight: bold;
  vertical-align: middle;
  width: 100%;
}
#content table tbody {
  background-color: #efebe3;
  display: table-row-group;
  vertical-align: middle;
  width: 100%;
}
#content table tr {
  line-height: 1.3em;
  padding: 5px 0;
  display: inline-block;
  text-decoration: none;
  display: table-row;
}
#content table tbody tr:nth-of-type(even) {
  background-color: #eddfca;
}
#content table td,
#content table th {
  display: table-cell;
  padding: 7px 10px;
  vertical-align: inherit;
}
#content form {
  background: #eddfca;
  float: left;
  margin: 0.75em 0;
  padding: 1% 4% 1% 0;
}
#content form ul {
  float: left;
  margin-bottom: 0;
  padding: 0;
}
#content form li {
  list-style: none;
  display: inline-block;
  float: left;
  /* clear: both; */
  margin-bottom: 0.7335em;
  margin-left: 4%;
  padding: 0;
  width: 46%;
}
#content form li label,
#content form li small {
  color: #885222;
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  text-rendering: optimizelegibility;
}
#content form li div {
  display: block;
}
#content form li div .choice {
  color: #000000;
  display: inline;
  font-size: 1em;
  font-weight: normal;
  padding-left: 5px;
}
#content form input[type=text],
#content form input[type=email],
#content form input[type=url],
#content form textarea {
  padding: 3px 6px;
  background: #efebe3;
  border: 1px solid #885222;
  line-height: 1.5em;
  -webkit-box-shadow: inset -4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset -4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  /* form validation */
}
#content form input[type=text]:focus,
#content form input[type=email]:focus,
#content form input[type=url]:focus,
#content form textarea:focus {
  background: #ffffff;
}
#content form input[type=text]:invalid,
#content form input[type=email]:invalid,
#content form input[type=url]:invalid,
#content form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#content form input[type=text],
#content form input[type=email],
#content form input[type=url] {
  width: 90%;
}
#content form textarea {
  resize: none;
  width: 98%;
  min-height: 150px;
}
#content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
#content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
#content .floatleft,
#content img.floatleft {
  float: left;
}
#content .floatright,
#content img.floatright {
  float: right;
}
#content .floatcenter,
#content img.floatcenter {
  margin: 0 auto;
}
#content .alignleft {
  text-align: left;
}
#content .alignright {
  text-align: right;
}
#content .aligncenter {
  text-align: center;
}
#content video,
#content object {
  max-width: 100%;
  height: auto;
}
#content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
#content .contentSideQuote {
  /*background-color: #e2c081;*/
  margin-bottom: 2em;
  margin-left: 0;
  padding: 0 0 1.5em;
}
#content .contentSideQuote img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
#content .contentSideQuote blockquote {
  background: transparent url(../images/quoteL-1.png) 2% top no-repeat;
  border: none;
  color: #002d62;
  font-style: normal;
  padding: 0 15px 5px 35px;
}
#content .contentSideQuote blockquote:after {
  background: transparent url(../images/quoteR-1.png) 98% bottom no-repeat;
  bottom: 0;
  content: close-quote;
  float: right;
  position: relative;
  height: 17px;
  width: 25px;
}
#content .contentSideQuote strong {
  color: #9c6409;
}
#content .contentSideQuote strong,
#content .contentSideQuote h3 {
  font-size: .9em;
  margin: 0 0 0 30px;
}
#content .contentSideQuote p {
  font-size: .9em;
  margin: 0 0 0 30px;
}
#content .contentSideBlock {
  margin-bottom: 2em;
  margin-left: 3%;
  padding: 15px;
}
#content .contentSideBlock h3 {
    font-size: .9em;
    margin: 0 0 0 30px;
}
#content .contentSideBlock ul {
  padding-left: 0;
}
#content .contentSideBlock ul li {
  font-size: .9em;
  list-style: inside none url(../images/bullet.png);
  padding-left: 0px;
}
#content .contentSideBlock ul li a {
  font-weight: normal;
}
#content .contentSideBlock ul li img {
  float: left;
  margin-right: 10px;
}
#content .contentSideBlock ul li strong {
  color: #9c182f;
}

/* =================================================== */
#content .boxList {
  padding-left: 0;
}
#content .boxList li {
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: auto;
  list-style: none;
  margin: 0 2% 2% 0;
  padding: 0;
  width: 48.5%;
}
#content .boxList li img {
  float: left;
  height: auto;
  margin: 0;
  width: 100%;
}
#content .boxList li div {
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
  float: left;
  width: 100%;
}
#content .boxList li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #009bd7;
  display: block;
  float: left;
  font-weight: normal;
  /* min-height: 53px; */
  padding: 5px 10px;
  position: relative;
  width: 100%;
}
#content .boxList li a strong {
  float: left;
  line-height: 1.25em;
  margin-right: 3%;
  width: 85%;
}
#content .boxList li a i {
  color: #3d3a33;
  float: right;
  font-size: 1.3em;
  margin-top: -9px;
  position: absolute;
  right: 5px;
  top: 50%;
}
#content .boxList li ul {
  display: none;
  float: left;
  margin: 0;
  padding: 0 0 10px;
}
#content .boxList li ul li {
  color: #000000;
  display: block;
  width: 98%;
}
#content .boxList li ul li a {
  border: none;
  color: #000000;
  min-height: initial;
}
#content .boxList li ul li a:hover {
  /*color: #009bd7;*/
  color: #9c182f;
}
#content .boxList li ul li:first-child {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #9c6409;
  padding: 5px 0 5px 10px;
  text-decoration: underline;
}
#content .boxList li:nth-child(2n+2) {
  margin: 0 0 2% 0;
}
#content .boxList li:nth-child(2n+1) {
  clear: left;
}


/* =================================================== */

#content .boxListsm {
  padding-left: 0;
}
#content .boxListsm li {
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: auto;
  list-style: none;
  margin: 0 2% 2% 0;
  padding: 0;
  width: 23%;
}
#content .boxListsm li img {
  float: left;
  height: auto;
  margin: 0;
  width: 100%;
}
#content .boxListsm li div {
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
  float: left;
  width: 100%;
}
#content .boxListsm li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #009bd7;
  display: block;
  float: left;
  font-weight: normal;
  /* min-height: 53px; */
  padding: 5px 10px;
  position: relative;
  width: 100%;
}
#content .boxListsm li a strong {
  float: left;
  line-height: 1.25em;
  margin-right: 3%;
  width: 85%;
}
#content .boxListsm li a i {
  color: #3d3a33;
  float: right;
  font-size: 1.3em;
  margin-top: -9px;
  position: absolute;
  right: 5px;
  top: 50%;
}
#content .boxListsm li ul {
  display: none;
  float: left;
  margin: 0;
  padding: 0 0 10px;
}
#content .boxListsm li ul li {
  color: #000000;
  display: block;
  width: 98%;
}
#content .boxListsm li ul li a {
  border: none;
  color: #000000;
  min-height: initial;
}
#content .boxListsm li ul li a:hover {
  /*color: #009bd7;*/
  color: #9c182f;
}
#content .boxListsm li ul li:first-child {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #9c6409;
  padding: 5px 0 5px 10px;
  text-decoration: underline;
}
#content .boxListsm li:nth-child(2n+2) {
  margin: 0 0 2% 0;
}
#content .boxListsm li:nth-child(2n+1) {
  clear: left;
}
/* end #content */

/* =================================================== */












/* end #content */
.home {
  margin: 0 auto;
  padding: 15px 4%;
  max-width: 988px;
}
.home div {
  margin-bottom: 1em;
}
.home h4 {
  color: #ffffff;
  font-weight: normal;
  margin-bottom: .5em;
}
.home .sideFeatureNav {
  min-height: 130px;
}
/*
.home .weatherCrest {
  background: transparent url(../images/crest-bg.png) center center no-repeat;
}
*/



/****** homepage simpleweatherjs CSS *******/
@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.home #weather {
  width: 210px;
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
}

.home i {
  color: #fff;
  font-family: weather;
  font-size: 150px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
}

.home .icon-0:before { content: ":"; }
.home .icon-1:before { content: "p"; }
.home .icon-2:before { content: "S"; }
.home .icon-3:before { content: "Q"; }
.home .icon-4:before { content: "S"; }
.home .icon-5:before { content: "W"; }
.home .icon-6:before { content: "W"; }
.home .icon-7:before { content: "W"; }
.home .icon-8:before { content: "W"; }
.home .icon-9:before { content: "I"; }
.home .icon-10:before { content: "W"; }
.home .icon-11:before { content: "I"; }
.home .icon-12:before { content: "I"; }
.home .icon-13:before { content: "I"; }
.home .icon-14:before { content: "I"; }
.home .icon-15:before { content: "W"; }
.home .icon-16:before { content: "I"; }
.home .icon-17:before { content: "W"; }
.home .icon-18:before { content: "U"; }
.home .icon-19:before { content: "Z"; }
.home .icon-20:before { content: "Z"; }
.home .icon-21:before { content: "Z"; }
.home .icon-22:before { content: "Z"; }
.home .icon-23:before { content: "Z"; }
.home .icon-24:before { content: "E"; }
.home .icon-25:before { content: "E"; }
.home .icon-26:before { content: "3"; }
.home .icon-27:before { content: "a"; }
.home .icon-28:before { content: "A"; }
.home .icon-29:before { content: "a"; }
.home .icon-30:before { content: "A"; }
.home .icon-31:before { content: "6"; }
.home .icon-32:before { content: "1"; }
.home .icon-33:before { content: "6"; }
.home .icon-34:before { content: "1"; }
.home .icon-35:before { content: "W"; }
.home .icon-36:before { content: "1"; }
.home .icon-37:before { content: "S"; }
.home .icon-38:before { content: "S"; }
.home .icon-39:before { content: "S"; }
.home .icon-40:before { content: "M"; }
.home .icon-41:before { content: "W"; }
.home .icon-42:before { content: "I"; }
.home .icon-43:before { content: "W"; }
.home .icon-44:before { content: "a"; }
.home .icon-45:before { content: "S"; }
.home .icon-46:before { content: "U"; }
.home .icon-47:before { content: "S"; }

.home #weather h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.home #weather ul {
  margin: 0;
  padding: 0;
}

.home #weather li {
  background: #fff;
  background: rgba(255,255,255,0.90);
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
}

.home #weather .currently {
  margin: 0 20px;
}




/*
.home #weather {
  border-top: 2px solid #ffffff;
  color: #ffffff;
  margin-top: 1em;
  margin-bottom: -2em;
  padding: .5em 0;
  position: relative;
}
.home #weather p {
  font-size: .75em;
  margin: 0;
}
.home #weather p span {
  font-size: 5em;
  line-height: .9em;
  margin-top: 5px;
}
.home #weather .city {
  font-size: 1.6em;
  position: absolute;
  bottom: 7px;
  margin: 0;
  right: 0;
  text-align: right;
}
*/

#body ul.listNews {
  float: left;
  margin: 0 0 15px;
  list-style-type:none;
  list-style-image:none;
}
#body ul.listNews li {
  float: left;
  line-height: 1em;
  margin: 0 0 1em;
  list-style-type:none;
  list-style-image:none;
}
#body ul.listNews li a,
#body ul.listNews li div {
  float: left;
}
#body ul.listNews li a.listImage {
  margin-bottom: 10px;
  width: 100%;
}
#body ul.listNews li a.listImage img {
  height: auto;
  width: 100%;
}
#body ul.listNews li div {
  height: auto;
  width: 100%;
}
#body ul.listNews li a,
#body ul.listNews li p {
  float: left;
  font-size: .9em;
  line-height: 1.4em;
  margin: 0;
}
#body ul.listNews li a {
  color: #82b3cd;
  font-weight: bold;
}
#body ul.listNews li p {
  color: #000000;
}

#body .sixcol ul.listNews li p {
  color: #ffffff;
}


#body .sixcol .viewMore {
  color: #ffffff;
  font-size: .8em;
  font-weight: bold;
}

#body .threecol .viewMore {
  color: #ffffff;
  font-size: .8em;
  font-weight: bold;
}



#body a.viewMore {
  color: #000000;
  font-size: .8em;
  font-weight: bold;
}


#campuses {
  margin-bottom: 1.2em;
  padding: 0 4%;
}
#campuses h4 {
  color: white;
  font-size: 1.5em;
  font-weight: normal;
  margin: 1em 0 .7em;
  text-align: left;
}
#campuses .bluffton {
  background: #3b3c3b url(../images/bluffton-campus-bg.jpg) left center no-repeat;
  margin-bottom: 10px;
}
#campuses .bluffton h5,
#campuses .bluffton p {
  color: #ffffff;
}
#campuses .beaufort {
  background: #3b3c3b url(../images/beaufort-campus-bg.jpg) left center no-repeat;
}
#campuses .beaufort h5,
#campuses .beaufort p {
  color: #335a90;
}
#campuses .bluffton,
#campuses .beaufort {
  -webkit-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-height: 118px;
  padding: 18px 0 18px 20px;
  /* img { margin-left: 20px; margin-bottom: 5px; } */
}
#campuses .bluffton h5,
#campuses .beaufort h5,
#campuses .bluffton p,
#campuses .beaufort p {
  font-weight: 100;
  margin: 0;
  width: 70%;
}
#campuses .bluffton h5,
#campuses .beaufort h5 {
  font-size: 2em;
  line-height: 1.1em;
}
/*********************
09. HERO SLIDER SYTLES
*********************/
#hero {
  position: relative;
  top: 0px;
}
/* --- HOME CAROUSEL --- */
.carousel {
  margin: 0;
  max-width: 988px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  /* width: 100%; */
  padding: 0;
}
.carousel .carousel-item,
.carousel .carousel-nav:nth-child(2) {
  display: none;
}
.carousel .carousel-active {
  display: block;
}
.carousel-item img {
  width: 100%;
  max-width: 988px;
  height: auto;
  display: block;
  float: left;
}
.carousel-nav {
  position: absolute;
  top: 125px;
  width: 100%;
}
.carousel-nav a {
  color: #ffffff;
  display: block;
  font-size: 2.5em;
  opacity: .8;
  padding: 0 3%;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  z-index: 4;
}
.carousel-nav a i {
  /* .boxShadow(-5px,5px,8px,0,@black); */
  top: 0;
  position: relative;
  margin-top: 0;
}
.carousel-nav a:hover {
  opacity: 1;
}
.carousel-nav a.prev {
  left: 40%;
}
.carousel-nav a.next {
  right: 40%;
}
.carousel-slide {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-slide .carousel-item {
  float: left;
  position: absolute;
  left: 100%;
  top: 0;
  /*width: 99.8%; /* necessary for non-active slides */
  width: 100%;
  display: block;
  /* overrides basic carousel styles */
  z-index: 1;
  -webkit-transition: left .5s ease;
  -moz-transition: left .5s ease;
  -ms-transition: left .5s ease;
  -o-transition: left .5s ease;
  transition: left .5s ease;
}
.carousel-no-transition .carousel-item {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.carousel-slide .carousel-active {
  left: 0;
  position: relative;
  z-index: 2;
  display: block;
}
.carousel-slide .carousel-in {
  left: 0;
}
.carousel-slide-reverse .carousel-out {
  left: 100%;
}
.carousel-slide .carousel-out,
.carousel-slide-reverse .carousel-item,
.carousel-slide-reverse .carousel-in {
  left: -100%;
}
.carousel-slide-reverse .carousel-active {
  left: 0;
}
/* Slide Pagination Styles */
.carousel-nav-paginated ul,
.carousel-nav-paginated ol {
  bottom: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 20px;
}
.carousel-nav-paginated li {
  display: inline-block;
  margin: 0 5px;
}
.carousel-nav-paginated li a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size: .7em;
  position: relative;
  width: initial;
}
.carousel-nav-paginated li i {
  display: block;
  top: 0;
  margin: 0 1%;
}
.carousel-nav-paginated .carousel-active-page a {
  color: #335a90;
  text-decoration: none;
}
/* Slide Description Box */
/*.slideDesc {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 1em;
  line-height: 1.5em;
  margin: 50px 4% 0;
  padding: 25px 20px 15px 40px;
  position: relative;
  top: 15%;
  width: 92%;
}
.slideDesc p {
  margin: 0;
}
.slideDesc a {
  color: #ffffff;
}
.learnMore {
  display: block;
  font-size: 1.2em;
  margin-top: 10px;
  text-align: right;
}
.pgcurl {
  background: -webkit-linear-gradient(135deg, transparent 15px, #3081b9 15px);
  background: linear-gradient(135deg, transparent 15px, #3081b9 15px);
*/
  /* rgba(48, 129, 185, .9) */

/*-webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  opacity: .9;
}
.pgcurl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2), 4px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2), 4px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2), 4px 3px 3px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(135deg, transparent 50%, #3ea7b2 50%);
  background: -moz-linear-gradient(135deg, transparent 50%, #3ea7b2 50%);
  background: -o-linear-gradient(135deg, transparent 50%, #3ea7b2 50%);
  background: linear-gradient(135deg, transparent 50%, #3ea7b2 50%);
}*/

/*********************
12. SIDEBARS
*********************/
/*#sidebar {
  background-color: #535351;
  box-sizing: padding-box;
  -moz-box-sizing: padding-box;*/
  /* Firefox */

  /*padding: 0 4% 10px;
}*/



#sidebar {
  background-color: #535351;
  box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  /* Firefox */
  padding: 1.5em 4% 10px;
}
#sidebar a {
  color: #ffffff;
  text-decoration: none;
  /* on hover */
}
#sidebar a:hover,
#sidebar a:focus {
  color: #e0c298;
  text-decoration: none;
}
#sidebar h2 {
  color: #ffffff;
  display: block;
  font-size: 1.3em;
  line-height: 1.4em;
  margin: 1em 0 0;
}





/*.sideQuickNav {
  margin-top: 4em;
  margin-bottom: 1em;
}*/
.sideQuickNav li {
  border-bottom: 1px solid #6f6f6d;
	
/*		ul {
			border: none;
			margin: 0 0 0 7%;
			li {
				border: none;
				
				a {
					font-size: .9em;
				}
				
				.selected {
					background: transparent url(http://www.uscb.edu/_resources/main/images/quickNavArrow.png) 97% center no-repeat;
				}
				&:first-child { border-top:none; }
			}
		} 
*/	
  text-align: left;
}


.sideQuickNav li ul {
  border: none;
  margin: 0 0 0 7%;
}
.sideQuickNav li ul li {
  border: none;
}
.sideQuickNav li ul li a {
  font-size: .9em;
}
.sideQuickNav li ul li .selected {
  margin-right:-10px;
/*  background: transparent url(http://www.uscb.edu/_resources/main/images/quickNavArrow.png) 97% center no-repeat;*/
}
.sideQuickNav li ul li:first-child {
  border-top: none;
}
.sideQuickNav li a {
  display: block;
  font-size: 1em;
  padding: .4em 2% .4em 6%;
  width: 92%;
/*   &:hover { background: transparent url(http://www.uscb.edu/_resources/main/images/quickNavArrow.png) left center no-repeat; } */
}
.sideQuickNav li a.currentPage {
  font-weight: bold;
}
/*
.sideQuickNav li:first-child {
  border-top: 1px solid #6f6f6d;
}
*/
.sideQuickNav .selected {
  color: #c88d2e !important;
}
.sideFeatureNav {
  margin-top: 1em;
  margin-bottom: 1em;
}
.sideFeatureNav li {
  border-bottom: 2px solid #ffffff;
  text-align: left;
}
.sideFeatureNav li a {
  color: #ffffff !important;
  display: block;
  font-size: 1.3em;
  padding: .5em 0% .5em 5%;
  width: 95%;
}
.sideFeatureNav li a:hover,
.sideFeatureNav li a:focus {
  color: #c88d2e !important;
}
.sideFeatureNav li:first-child {
  border-top: 2px solid #ffffff;
}
.sideQuickNav .selected {
  background: transparent url(http://www.uscb.edu/_resources/main/images/quickNavArrow.png) left center no-repeat;
  color: #c88d2e !important;
	margin-left:10px;
}
/*********************
13. FOOTER STYLES
*********************/
#footerWrap {
  clear: both;
  background: #9c182f;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #9c182f 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #9c182f 0%, #000000 100%);
  /* FF3.6+ */
  background: -o-linear-gradient(top, #9c182f 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9c182f 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(top, #9c182f 0%, #000000 100%);
  /* W3C */
  padding: 0;
  width: 100%;
}
footer {
  clear: both;
  color: #ffffff;
  margin: 0 auto;
  max-width: 988px;
  padding: 15px 2%;
}
footer a {
  color: #ffffff;
}
footer a:hover,
footer a:focus {
  color: #e0c298;
}
footer nav {
  margin-bottom: 25px;
  margin-left: 0;
  text-align: center;
}
footer nav a {
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 5px 0;
}
footer .sixcol {
  position: relative;
  float: left;
  font-size: .8em;
  margin-left: 2.762430939%;
  width: 48.618784527%;
}
footer .sixcol strong {
  font-size: 1.2em;
}
footer .sixcol strong.smallAddr {
  font-size: .8em;
}
footer .first {
  margin-left: 0;
}
footer h4 {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
}
footer #campusLocations {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 50%;
}
footer #campusLocations div {
  font-size: .8em;
  margin-bottom: 1em;
  text-align: left;
}
footer #campusLocations div a {
  font-size: 1.2em;
}
footer #campusLocations ul {
  margin: 0;
  padding-left: 1.5em;
}
footer #campusLocations li {
  list-style: disc outside;
}
footer #social {
  display: inline-block;
  float: none;
  text-align: center;
  margin: 4em auto 0em;
  width: 99.99%;
}
footer #social li {
  display: inline;
  margin: 0 5px;
  text-align: left;
}
footer #social li:nth-child(3n+3):after {
  content: "\A";
  white-space: pre;
}
footer #social li a {
  font-size: 1.6em;
  padding: 0 0 .75em;
}
footer #social li a:hover,
footer #social li a:focus {
  opacity: .6;
}
footer #social li a i.icon-stack-base {
  color: #ededed;
}
footer #social li a i.blue-icon {
  color: #0D4377;
}
footer #social li a i span {
  display: none;
}
footer .fa-stack-1x {
  font-size: 1.35em;
}
footer #copyright {
  text-align: center;
  width: 100%;
  font-size: .8em;
  display: block;
  margin-top: 20px;
}
:focus {
  outline: 0;
  /*removes the dotted border*/
}
.noscript {
  background: #9c182f;
  color: #ffffff;
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
/*!
 *  Font Awesome 4.0.0
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**** font awesome to class instead of <i> tag ***/
   .faxlinkIconB, .faxlinkIconA {
        position:relative;
    }

    .faxlinkIconB:before {
        font-family: FontAwesome;
        top:0;
        left:-5px;
        padding-right:5px;
        content: "\f08e"; 
    }
    .faxlinkIconA:after {
        font-family: FontAwesome;
        top:0;
        left:-5px;
        padding-left:5px;
        content: "\f08e"; 
    }
/**** font awesome to class instead of <i> tag ***/
   .faPdfIconB, .faPdfIconA {
        position:relative;
    }

    .faPdfIconB:before {
		color:FireBrick;
        font-family: FontAwesome;
        top:0;
        left:-5px;
        padding-right:5px;
        content: "\f1c1"; 
    }
    .faPdfIconA:after {
		color:FireBrick;
        font-family: FontAwesome;
        top:0;
        left:-5px;
        padding-left:5px;
        content: "\f1c1"; 
    }

/**** font awesome to class instead of <i> tag ***/ 
   .faDocIconB, .faDocIconA {
        position:relative;
    }

    .faDocIconB:before {
		color:FireBrick;
        font-family: FontAwesome;
        top:0;
        left:-5px;
        padding-right:5px;
        content: "\f1c2"; 
    }
    .faDocIconA:after {
		color:FireBrick;
        font-family: FontAwesome;
        top:0;
        left:-5px;
        padding-left:5px;
        content: "\f1c2"; 
    }





/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-move:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
 font-size: 48px;
	color: #fff;
}
.fa-chevron-right:before {
  content: "\f054";
 font-size: 48px;
	color: #fff;
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-resize-full:before {
  content: "\f065";
}
.fa-resize-small:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-resize-vertical:before {
  content: "\f07d";
}
.fa-resize-horizontal:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-fullscreen:before {
  content: "\f0b2";
}
.fa-group:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building:before {
  content: "\f0f7";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
/*  content: "\f111";
 font-size: 16px;
	color: #fff;*/
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-expand-o:before {
  content: "\f116";
}
.fa-collapse-o:before {
  content: "\f117";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-o:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-horizontal:before {
  content: "\f141";
}
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}




#contentPad ul li {
	list-style-image: url(/_resources/main/images/bullet.png);
	/*list-style-type: disc;
	color: #9c182f;*/
	margin-left: 10%;
}


#contentPad ul li span {
	color: #000000;
}

#contentPad ul.listNews li {
	list-style-type: none;
}

#contentPad #tabs ul,
#contentPad #tabs ol {
  margin-top: 0;
  margin-bottom: 0;
}

#contentPad #tabs ul li {
list-style:none;
  /*list-style-type: disc;
  color: #9c182f;*/
  margin-left: 0;
}

#contentPad #tabs-1 ul li {
  list-style-image: url(/_resources/main/images/bullet.png);
  /*list-style-type: disc;
  color: #9c182f;*/
  margin-left: 10%;
}

#contentPad #tabs-2 ul li {
  list-style-image: url(/_resources/main/images/bullet.png);
  /*list-style-type: disc;
  color: #9c182f;*/
  margin-left: 10%;
}

#contentPad #tabs-3 ul li {
  list-style-image: url(/_resources/main/images/bullet.png);
  /*list-style-type: disc;
  color: #9c182f;*/
  margin-left: 10%;
}

#contentPad #tabs-4 ul li {
  list-style-image: url(/_resources/main/images/bullet.png);
  /*list-style-type: disc;
  color: #9c182f;*/
  margin-left: 10%;
}

#contentPad #tabs-5 ul li {
  list-style-image: url(/_resources/main/images/bullet.png);
  /*list-style-type: disc;
  color: #9c182f;*/
  margin-left: 10%;
}

#contentPad #tabs-6 ul li {
  list-style-image: url(/_resources/main/images/bullet.png);
  /*list-style-type: disc;
  color: #9c182f;*/
  margin-left: 10%;
}

#contentPad #tabs-7 ul li {
  list-style-image: url(/_resources/main/images/bullet.png);
  /*list-style-type: disc;
  color: #9c182f;*/
  margin-left: 10%;

}#contentPad #tabs-8 ul li {
  list-style-image: url(/_resources/main/images/bullet.png);
  /*list-style-type: disc;
  color: #9c182f;*/
  margin-left: 10%;

}#contentPad #tabs-9 ul li {
  list-style-image: url(/_resources/main/images/bullet.png);
  /*list-style-type: disc;
  color: #9c182f;*/
  margin-left: 10%;

}#contentPad #tabs-10 ul li {
  list-style-image: url(/_resources/main/images/bullet.png);
  /*list-style-type: disc;
  color: #9c182f;*/
  margin-left: 10%;
}

#contentPad #opensquare ul li {
	list-style-image: url(/_resources/main/images/emptysquare.png); 
}





/* 3 pics on home page */
.threePicsColumn {
    float: left;
    width: 33.33%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.threePicsRow::after {
    content: "";
    clear: both;
    display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
    .threePicsColumn {
        width: 100%;
    }
}
		



/* Shoehorn in extra mobile Carousel-Nav Control Styles */
@media only screen and (min-width: 345px) {
  .carousel-nav {
    top: 130px;
  }
}
@media only screen and (min-width: 370px) {
  .carousel-nav {
    top: 140px;
  }
}
@media only screen and (min-width: 395px) {
  .carousel-nav {
    top: 150px;
  }
}
@media only screen and (min-width: 420px) {
  .carousel-nav {
    top: 160px;
  }
}
@media only screen and (min-width: 445px) {
  .carousel-nav {
    top: 170px;
  }
}
@media only screen and (min-width: 475px) {
  .carousel-nav {
    top: 180px;
  }
}
@media only screen and (min-width: 500px) {
  .carousel-nav {
    top: 190px;
  }
}
@media only screen and (min-width: 525px) {
  .carousel-nav {
    top: 200px;
  }
}
@media only screen and (min-width: 550px) {
  .carousel-nav {
    top: 210px;
  }
}
@media only screen and (min-width: 575px) {
  .carousel-nav {
    top: 220px;
  }
}







@media only screen and (max-width: 769px) {
header #innerHeadWrap #innerHead .nomobile {
        display: none !important;
    }
}


#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 815px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

}

@media screen and (max-width: 400px) {
  div.uspace {
	  margin-top: 50px;
	  margin-bottom: 50px;
  }
}






/*
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 all and (min-width: 581px) {
  /******************************************************************
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 {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
																													
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 0;
  }
  .spaceLeft {
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 581px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
581px 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.

******************************************************************/
  .mobileOff {
    display: block;
  }
  .mobileOn {
    display: none;
  }
  /*********************
HEADER/NAV SYTLES
*********************/
  header {
    color: #565659;
  }
  header a {
    color: #ffffff;
  }
  header a:hover,
  header a:focus {
    color: #e0c298;
  }
  header #utilityWrap {
    background: #3d3a33;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #3d3a33 0%, #434343 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #3d3a33 0%, #434343 100%);
    /* FF3.6+ */
    background: -o-linear-gradient(top, #3d3a33 0%, #434343 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3d3a33 0%, #434343 100%);
    /* IE10+ */
    background: linear-gradient(top, #3d3a33 0%, #434343 100%);
    /* W3C */
    top: 0;
  }
  header #utilityWrap #utility nav {
    background: none;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    left: 5%;
    padding: 0;
    position: relative;
    top: 0;
    width: 72.30939226%;
    z-index: auto;
  }
  header #utilityWrap #utility nav a {
    background: url(../images/utilPipe.jpg) right center no-repeat transparent;
    color: #ffffff;
    display: inline-block;
    font-size: .8em;
    font-weight: normal;
    margin: 0;
    padding: 7px .7em 7px .45em;
    width: auto;
  }
  header #utilityWrap #utility nav a:hover,
  header #utilityWrap #utility nav a:focus {
    color: #e0c298;
    text-decoration: none;
  }
  header #utilityWrap #utility nav a:last-child {
    background: none;
  }
  header #utilityWrap #utility #searchform {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    float: right;
    padding: 4px 0;
    position: relative;
    height: 22px;
    margin: 0;
    right: 0;
    top: 0;
    width: 22.928176794%;
    z-index: auto;
  }
  header #utilityWrap #utility #searchform #s {
    background: black;
    border: none;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    color: white;
    display: block;
    font-size: .8em;
    font-weight: 100;
    outline: none;
    height: 22px;
    float: right;
    padding: 0px 7px;
    width: 72%;
  }
  header #utilityWrap #utility #searchform #searchsubmit {
    background: #000000;
    color: #ffffff;
  }
  header #innerHeadWrap #innerHead {
    background: url(../images/bg-hdr.png) 96% center no-repeat transparent;
    margin: 0 auto;
    max-width: 988px;
    width: 100%;
  }
  header #innerHeadWrap #innerHead a#logo {
    margin: 1.5em 0 0 2%;
    width: auto;
  }
  header #innerHeadWrap #innerHead a#logo img {
    height: auto;
    width: 332px;
  }
  header #innerHeadWrap #innerHead span {
    margin: 2em 2% 0 0;
    text-align: right;
    font-size: 1.5em;
    letter-spacing: 1px;
    width: 40%;
  }
  header #innerHeadWrap #mobileNav {
    display: none;
  }
  header #navWrap {
    background: #937f4c;
    float: left;
    width: 100%;
  }
  header #navWrap nav {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    margin: 0 auto;
    max-width: 988px;
    /* min-height: 34px; */
    padding: 0;
    position: relative;
    z-index: auto;
  }
  header #navWrap nav ul#primary {
    float: none;
    margin: 0;
    padding: 0 1%;
    text-align: center;
    width: 98%;
  }
  header #navWrap nav ul#primary li {
    background: url(../images/primePipe.png) left center no-repeat transparent;
    display: inline;
    /* padding: 4px 0; */
    /* width: auto; */
  }
  header #navWrap nav ul#primary li a {
    /* border-right: 1px solid @white; */
    color: #ffffff;
    display: inline-block;
    float: none;
    /* font-size: .7em; */
    font-weight: normal;
    margin: 0;
    padding: 4px 1.25%;
    width: auto;
  }
  header #navWrap nav ul#primary li a:hover,
  header #navWrap nav ul#primary li a:focus {
    color: #e0c298;
    text-decoration: none;
  }
  header #navWrap nav ul#primary li:first-child a {
    padding: 4px 1.25% 4px 0;
  }
  header #navWrap nav ul#primary li:last-child a {
    padding: 4px 0 4px 1.25%;
  }
  header #navWrap nav ul#primary li:first-child {
    background: none;
  }
  header #navWrap nav ul#primary li .currentPage {
    /* background: transparent url(../images/current-pg.png) center top no-repeat; */
    font-weight: bold;
    /* text-decoration: underline; */
  }
  header #navWrap nav ul#primary li .largeNav {
    background: white;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 10px 30px 0 #000000;
    -moz-box-shadow: 0 10px 30px 0 #000000;
    box-shadow: 0 10px 30px 0 #000000;
    display: none;
    height: auto;
    left: 0;
    padding: 15px 0;
    position: absolute;
    top: 43px;
    width: 100%;
    z-index: 20;
  }
  header #navWrap nav ul#primary li .largeNav h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0  0 .5em 0;
    text-align: left;
  }
  header #navWrap nav ul#primary li .largeNav .largeSubNav {
    margin: 0;
  }
  header #navWrap nav ul#primary li .largeNav .largeSubNav li {
    display: block;
    text-align: left;
  }
  header #navWrap nav ul#primary li .largeNav .largeSubNav li a {
    border: none;
    color: #000000;
    padding: 0;
  }
  header #navWrap nav ul#primary li .largeNav .largeSubNav li a:hover,
  header #navWrap nav ul#primary li .largeNav .largeSubNav li a:focus {
    color: #009bd7;
  }
  header #navWrap nav ul#primary li .largeNav .subNavFeature {
    margin: 1.7em 0 0 0;
  }
  header #navWrap nav ul#primary li .largeNav .subNavFeature li {
    border-bottom: 1px solid #9c182f;
    display: block;
    text-align: left;
  }
  header #navWrap nav ul#primary li .largeNav .subNavFeature li a {
    border: none;
    color: #9c182f;
    font-size: 1em;
    padding: 5px 2%;
    width: 96%;
  }
  header #navWrap nav ul#primary li .largeNav .subNavFeature li a:hover,
  header #navWrap nav ul#primary li .largeNav .subNavFeature li a:focus {
    color: #c81f3c;
  }
  header #navWrap nav ul#primary li .largeNav .subNavFeature li:first-child {
    border-top: 1px solid #9c182f;
  }
  /*********************
ENTRY STYLES
*********************/
  /* entry content */
  /* .entry-content { */
  /* at this larger size, we can start to align images */
  .alignleft,
  img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .alignright,
  img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .aligncenter,
  img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* } end .entry-content */
  /*********************
HERO STYLES
*********************/
  .carousel-nav {
    position: static;
    margin-top: -21px;
    top: auto;
    width: 100%;
  }
  .carousel-nav a {
    display: block;
    font-size: 3em;
    opacity: .8;
    padding: 0 3%;
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    z-index: 4;
  }
  .carousel-nav a i {
    top: 45%;
    margin-top: -21px;
  }
  .carousel-nav a.prev {
    left: 0;
    float: left;
  }
  .carousel-nav a.next {
    right: 0;
    float: right;
  }
  .slideDesc {
    margin: 0;
    padding: 25px 25px 10px;
    position: absolute;
    top: 15%;
    width: 40%;
    z-index: 10;
  }
  .slideDesc p {
    margin: 0;
  }
  .slideLeft {
    left: 10%;
  }
  .slideCenter {
    left: 50%;
    margin-left: -15%;
  }
  .slideRight {
    right: 10%;
  }
  .home #weather {
  margin-top: 1em;
    margin-bottom: -6em;
  }
  .home .weatherCrest #weather .city {
    bottom: 0;
    font-size: 1em;
    position: relative;
  }
  /*********************
HOME CONTENT STYLES
*********************/
  .crest {
    background: transparent url(../images/crest-bg.png) center center no-repeat;
    min-height: 180px;
    padding: 0em 0 3em;
  }
  #body ul.listNews li a.listImage {
    margin-right: 3%;
    width: 30%;
  }
  #body ul.listNews li div {
    height: auto;
    width: 67%;
  }
  #body .viewMoreNews {
    left: 33%;
    position: relative;
  }
  #campuses {
    padding: 0;
  }
  #campuses h4 {
    text-align: center;
  }
  #campuses .bluffton {
    margin-bottom: 0;
  }
  #campuses .bluffton,
  #campuses .beaufort {
    display: inline-block;
    height: 118px;
    margin-bottom: 0;
  }
  #campuses .bluffton h5,
  #campuses .beaufort h5,
  #campuses .bluffton p,
  #campuses .beaufort p {
    width: 85%;
  }
  #campuses .bluffton:hover,
  #campuses .beaufort:hover,
  #campuses .bluffton:focus,
  #campuses .beaufort:focus {
    opacity: .76;
  }
  /*********************
CONTENT STYLES
*********************/
  #content {
    float: right;
    margin: 0;
	min-height: 1500px;
	/* min-height: 1000px; */
    /* REPEATING BOX LISTS */
  }
  #content #contentPad {
    padding: 0 4% 20px;
  }
	
  #content .contentSidebar {
    right: -4.4%;
    margin: 0;
  }
  #content .contentSidebar .contentSideQuote,
  #content .contentSidebar .contentSideBlock {
    clear: right;
    float: right;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    /* margin-right: 4%; */
    /* margin-left: 4%; */
  }
  #content .contentSidebar .contentSideBlock {
    margin-bottom: 0;
    padding: 0;
  }
  #content .boxList li {
    width: 31.5%;
    /* Clear prev nth-children */
  }
  #content .boxList li:nth-child(2n+2) {
    margin: 0 2% 2% 0;
  }
  #content .boxList li:nth-child(2n+1) {
    clear: none;
  }
  #content .boxList li:nth-child(3n+3) {
    margin: 0 0 2% 0;
  }
  #content .boxList li:nth-child(3n+1) {
    clear: left;
  }
  #sidebar {
    float: left;
    padding: .5em 0 0 1%;
    width: 24.6%;
  }
  .sideFeatureNav {
    padding-top: 5em;
  }



  /*********************
FOOTER STYLES
*********************/
  footer {
    padding: 25px 2%;
  }
  footer nav a {
    display: inline-block;
    margin: 0 1% 10px;
    padding: 0;
  }
  footer nav a:hover,
  footer nav a:focus {
    color: #e0c298;
  }
  footer nav a:first-child {
    margin: 0 1% 0 0;
  }
  footer nav a:last-child {
    margin: 0 0 0 1%;
  }
  footer #campusLocations {
    width: 100%;
  }
  footer #campusLocations div {
    margin-bottom: 0;
  }
  footer #social {
    margin: 2em auto 0;
  }
  footer #social li {
    display: inline-block;
  }
  footer #social li a {
    padding: 0;
  }
  footer #social li:nth-child(3n+3):after {
    content: "";
    white-space: normal;
  }
}
/*
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 all and (min-width: 768px) {
  /******************************************************************

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
*********************/
  #content ul.adminList li {
    display: inline-block;
    margin-right: 3%;
    width: 47%;
  }
  #content ul.adminList li:nth-child(2) {
    margin-right: 0;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 988px;
  }
  /*********************
HEADER SYTLES
*********************/
  header #utilityWrap #utility a {
    padding: 7px 2px;
  }
  header #utilityWrap #utility #searchform #s {
    display: block !important;
    width: 79%;
  }
  header #innerHeadWrap #innerHead {
    margin: 0 auto;
    max-width: 988px;
    min-height: 135px;
    clear: both;
    float: none;
  }
  header #innerHeadWrap #innerHead a#logo {
    /* margin: .5em 0 0 0; */
  }
  header #innerHeadWrap #innerHead span {
    font-size: 1.8em;
    margin: 2em 2% 0 0;
    width: 40%;
  }
	
  header #navWrap nav ul#primary {
    padding: 0;
    width: 100%;
  }
  header #navWrap nav ul#primary li a {
    font-size: 1em;
    padding: 4px 1%;
  }
  header #navWrap nav ul#primary li:first-child a {
    padding: 4px 1% 4px 0;
  }
  header #navWrap nav ul#primary li:last-child a {
    border-right: none;
    padding: 4px 0 4px 1%;
  }
  /*********************
NAVIGATION STYLES
*********************/
  ul.sub-menu,
  ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  ul.sub-menu li a,
  ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  ul.sub-menu li:last-child a,
  ul.children li:last-child a {
    border-bottom: 0;
  }
  /* showing sub-menus */
  :hover ul {
    top: auto;
    display: block;
  }
  /*********************
CONTENT STYLES
*********************/
  /* REPEATING BOX LISTS */
  #content .boxList li {
    width: 23.5%;
    /* Clear prev nth-children */
  }
  #content .boxList li:nth-child(3n+3) {
    margin: 0 2% 2% 0;
  }
  #content .boxList li:nth-child(3n+1) {
    clear: none;
  }
  #content .boxList li:nth-child(4n+4) {
    margin: 0 0 2% 0;
  }
  #content .boxList li:nth-child(4n+1) {
    clear: left;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  /* HOME STYLES */
  .home #weather .city {
    font-size: 1.6em;
    position: absolute;
  }
  /*********************
HERO STYLES
*********************/
  .carousel-nav a i {
    top: 45%;
  }
  .slideDesc {
    width: 30%;
  }
  /* *** HOME STYLES *** */
  #campuses .bluffton h5,
  #campuses .beaufort h5,
  #campuses .bluffton p,
  #campuses .beaufort p {
    width: 66%;
  }
  /*********************
FOOTER STYLES
*********************/
  footer #campusLocations {
    width: 80%;
  }
}
/*
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 all 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 #innerHeadWrap #innerHead span {
    margin: 2em 2% 0 0;
  }
  /* *** HOME STYLES *** */
  #campuses .bluffton h5,
  #campuses .beaufort h5,
  #campuses .bluffton p,
  #campuses .beaufort p {
    width: 63%;
  }
}
/*
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) {
  /******************************************************************
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/test2x.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;
  }
  #content {
    width: 100%;
  }
  #sidebar,
  nav,
  #utilityWrap,
  #mobileNav,
  .largeNav,
  #breadcrumbs,
  #social {
    display: none;
    visibility: hidden;
  }
}
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.button-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.button-column {
  -ms-flex: 20%; /* IE10 */
  flex: 20%;
  max-width: 20%;
}

.button-column img {
  margin-top: 40px;
  vertical-align: middle;
}

@media screen and (max-width: 900px) {
  .button-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
	  .button-column img{
margin-top:20px;
  }
}

@media screen and (max-width: 600px) {
  .button-column {
    -ms-flex: 125px;
    flex: 125px;
    max-width: 125px;
  }
}