/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
.nav-grad {
  background: #5684a3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5684a3 0%, #004776 68%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5684a3), color-stop(68%, #004776));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5684a3 0%, #004776 68%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5684a3 0%, #004776 68%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5684a3 0%, #004776 68%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5684a3 0%, #004776 68%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5684a3', endColorstr='#004776', GradientType=0);
  /* IE6-9 */
}
.cal-grad {
  background: #fefefe;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef', GradientType=0);
  /* IE6-8 */
}
.sub-nav-grad {
  background: #eaeaea;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #d6d6d6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eaeaea 0%, #d6d6d6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#d6d6d6', GradientType=0);
  /* IE6-8 */
}
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
.box-shadow {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name: pcfwd.org
Author: @jasonarthurgay & K.Cogdill for mellenst.com

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.

/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
body {
  background: #004776;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #565656;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 90%;
  margin: 0 auto;
}
#container {
  background: #fff;
}
a {
  color: #004776;
}
a:hover {
  color: #e4952e;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 700;
  /*
if you're going to use webfonts, be sure to check your weights
http://css-tricks.com/watch-your-font-weight/
*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
  margin: 0px;
  margin-bottom: 20px;
}
h2,
.h2 {
  font-size: 1.60em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  color: #004776;
  margin: 0px;
}
h3,
.h3 {
  font-size: 1.125em;
  margin-top: 0px;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/********************* *
06. HEADER SYTLES 
*********************/
.header #inner-header {
  padding-top: 0px;
}
.header #inner-header #logo img {
  width: 100%;
  height: auto;
}
.header #inner-header #soc-med-list li#search {
  width: auto;
  padding-right: 10px;
  position: relative;
}
.header #inner-header #soc-med-list li#search #searchform input[type=text] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
  padding: 6px 10px;
  font-weight: bold;
  color: #b1b1b1;
}
.header #inner-header #soc-med-list li#search #searchform input[type=text]:focus {
  color: #565656;
  outline: none;
}
.header #inner-header #soc-med-list li#search #searchform #searchsubmit {
  padding: 6px 10px;
  background: #fefefe;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef', GradientType=0);
  /* IE6-8 */
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header #inner-header #soc-med-list li#search #searchform #searchsubmit:hover {
  box-shadow: none;
}
.header #inner-header #soc-med-list li {
  float: left;
  width: 32px;
  height: 32px;
}
.header #inner-header #soc-med-list li img {
  width: 100%;
  height: auto;
}
/*********************
07. NAVIGATION STYLES
*********************/
nav {
  /* end .mene ul*/
}
nav #show-nav {
  cursor: pointer;
  width: 80px;
  padding: 20px 0;
  margin-left: 5%;
}
nav #show-nav img {
  display: block;
  float: right;
  width: 32px;
}
nav ul li {
  padding: 0;
}
nav ul li a {
  color: #fff;
  display: block;
  width: 90%;
  text-align: center;
  background: #5684a3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5684a3 0%, #004776 68%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5684a3), color-stop(68%, #004776));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5684a3 0%, #004776 68%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5684a3 0%, #004776 68%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5684a3 0%, #004776 68%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5684a3 0%, #004776 68%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5684a3', endColorstr='#004776', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px auto;
  padding: 10px 0;
  border: 1px solid #00436f;
}
nav ul li a:active {
  background: #004776;
}
nav ul li .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
}
/* end .nav */
.page-navigation {
  background: transparent;
  border: none;
}
.page-navigation ol li {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  margin: 0 5px;
  padding: 5px 12px;
}
.page-navigation ol .bpn-prev-link,
.page-navigation ol .bpn-next-link {
  border: none;
}
/*********************
08. HOME PAGE
*********************/
#top-container {
  background: url(../images/bg-dotted.png);
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
#top-container #main-image {
  background: #004776 url(../images/main-image-swoosh.png) no-repeat top center;
  min-height: 100px;
  max-height: 450px;
  line-height: 0;
  padding-top: 40px;
}
#top-container #main-image img {
  width: 100%;
  height: auto;
}
#top-container .slogan {
  width: 100%;
  padding: 20px 0;
}
#top-container .slogan h4 {
  font-family: 'Yellowtail', cursive;
  color: #004776;
  font-size: 1.25em;
  text-align: center;
  text-shadow: 0px 2px 1px #9c9c9c;
  position: relative;
  margin: 0px;
  width: 100%;
}
#top-container #quick-links-container {
  display: none;
  padding-bottom: 20px;
  overflow: hidden;
}
#top-container #quick-links-container .quick-link {
  position: relative;
  display: block;
  text-decoration: none;
}
#top-container #quick-links-container .quick-link img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#top-container #quick-links-container .quick-link p {
  position: relative;
  text-align: center;
  color: #ffffff;
  width: 80%;
  margin: 12.5% auto 0 auto;
  font-size: 1.5em;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
  text-shadow: 0px 1px 1px #4b4b4b;
}
#rotating-posts {
  position: relative;
  padding: 20px 0 40px 0;
  overflow: hidden;
}
#rotating-posts #rp_frame {
  border: none;
  padding: 0;
  margin: 20px auto;
  height: 400px;
}
#rotating-posts #rp_frame .rp_post_title {
  width: 100%;
  margin: 0;
  padding: 0;
}
#rotating-posts #rp_frame .rp_post_title h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
#rotating-posts #rp_frame .rp_post_title h2 a {
  color: #005288;
  text-decoration: underline;
}
#rotating-posts #rp_frame .rp_post_content ol {
  margin-left: 30px;
}
#rotating-posts #rp_frame .rp_post_content ol li {
  list-style-type: decimal;
}
#rotating-posts #rp_frame .rp_post_content img {
  width: 100%;
  height: auto;
}
#rotating-posts #rp_nav {
  zoom: 1;
  position: absolute;
  bottom: 10px;
}
#rotating-posts #rp_nav:before,
#rotating-posts #rp_nav:after {
  content: "";
  display: table;
}
#rotating-posts #rp_nav:after {
  clear: both;
}
#rotating-posts #rp_nav #rp_nav_arrows {
  display: none;
}
#rotating-posts #rp_nav .rp_nav_thumbnail {
  background: #004776;
  color: #f2f2f2;
  display: block;
  float: left;
  margin-right: 10px;
  padding: 5px 10px;
}
#rotating-posts #rp_nav .rp_nav_thumbnail:hover {
  background: #e4952e;
  cursor: pointer;
  color: #fff;
}
#rotating-posts #rp_nav .rp_nav_thumbnail span {
  cursor: pointer;
}
#cal-band {
  padding: 40px 0;
  background: #f2f2f2 url(../images/noise-02.png) repeat 0 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#cal-band #home-cal .timely {
  color: #313131;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 1em;
}
#cal-band #home-cal .timely .ai1ec-date,
#cal-band #home-cal .timely .btn {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#cal-band #home-cal .timely h2 {
  border: none;
}
#cal-band #home-cal .timely .ai1ec-event-title {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 24px;
}
#cal-band #home-cal .timely .ai1ec-calendar-title {
  padding-left: 6px;
}
#cal-band #home-cal .timely .ai1ec-date-title {
  margin-left: 0;
}
#cal-band #home-cal .timely .ai1ec-date {
  padding: 0;
  margin: 0;
}
#cal-band #home-cal .timely .ai1ec-date .ai1ec-date-title {
  height: 65px;
  box-shadow: none;
}
#cal-band #home-cal .timely .ai1ec-date .ai1ec-date-title .ai1ec-month {
  background: #004776;
  padding: 3px 0 0 0;
  margin: 0;
}
#cal-band #home-cal .timely .ai1ec-date .ai1ec-date-title .ai1ec-day {
  font-size: 1em;
  padding: 5px 0 0 0;
  margin: 0;
}
#cal-band #home-cal .timely .ai1ec-date .ai1ec-date-title .ai1ec-weekday {
  font-size: .8em;
  padding: 0;
  margin: 0;
}
#cal-band #home-cal .timely .ai1ec-date .ai1ec-event-wrap {
  margin-bottom: 0 !important;
}
#cal-band #home-cal .timely .ai1ec-date .ai1ec-event {
  height: 65px;
}
#cal-band #home-cal .timely .ai1ec-date .ai1ec-event .ai1ec-event-title {
  color: #004776;
  font-size: 1.25em;
}
#cal-band #home-cal .timely .ai1ec-date-block-wrap {
  opacity: 1;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#cal-band #home-cal .timely .ai1ec-date-block-wrap .ai1ec-month {
  background: #004776;
  padding: 3px 0 0 0;
  margin: 0;
}
#cal-band #home-cal .timely .ai1ec-date-block-wrap .ai1ec-day {
  background: #f2f2f2;
  color: #004776;
  font-size: 1em;
  padding: 5px 0 0 0;
  margin: 0;
  text-shadow: none;
}
#cal-band #home-cal .timely .ai1ec-date-block-wrap .ai1ec-weekday {
  background: #fff;
  background: #f2f2f2;
  color: #004776;
  font-size: .8em;
  padding: 0;
  margin: 0;
  text-shadow: none;
}
#cal-band #home-cal .timely .pull-right {
  display: none;
}
#cal-band #home-cal .timely .btn-toolbar {
  display: block;
}
#cal-band #home-cal .timely .btn-toolbar .btn {
  background: transparent;
}
#cal-band #home-cal .timely .ai1ec-event-title-wrap {
  line-height: 1em;
}
#cal-band #home-cal .timely .ai1ec-event-location {
  font-size: .5em;
}
#cal-band #wkfc-champs {
  margin: 40px 0;
}
#cal-band #wkfc-champs h2 {
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
}
#cal-band #wkfc-champs .responsive-slider {
  height: 300px;
  width: 100%;
  max-width: 255px;
  margin: 0 auto;
}
#cal-band #wkfc-champs .responsive-slider .slide-title {
  border: none;
  position: relative;
  width: 100%;
}
#cal-band #wkfc-champs .responsive-slider .slide-title a {
  background: transparent;
  color: #004776;
  display: block;
  width: 100%;
  text-align: center;
}
#cal-band #wkfc-champs .responsive-slider .slide-title a:hover {
  color: #e4952e;
}
#cal-band #wkfc-champs .responsive-slider .slide {
  width: 100%;
  height: 255px !important;
  line-height: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#cal-band #wkfc-champs .responsive-slider .slide img {
  height: 100%;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#cal-band #wkfc-champs .responsive-slider .slide img:hover {
  opacity: .8;
}
#cal-band #wkfc-champs .flex-control-nav {
  width: 100% !important;
  max-width: 255px;
  margin: 0 !important;
  top: 265px;
  height: 78px;
  left: 0;
  display: block;
  padding: 6px 5px 0 0;
  background: #004776;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fefefe;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef', GradientType=0);
  /* IE6-8 */
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
#cal-band #newsletter {
  text-align: center;
}
#cal-band #newsletter p {
  font-size: .8em;
  font-weight: 400;
}
#cal-band #newsletter img {
  width: 100%;
  height: auto;
}
#cal-band #newsletter img:last-child {
  width: 50%;
  display: block;
  margin: 20px auto;
}
form.sml_subscribe {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.sml_namelabel {
  display: none;
}
.sml_nameinput {
  display: none;
}
.sml_emaillabel {
  display: none;
}
.sml_emailinput {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: .25em;
  width: 100%;
}
.sml_submitbtn {
  padding: .5em;
  background: #fefefe;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef', GradientType=0);
  /* IE6-8 */
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.entry-content .page-title {
  display: block;
  padding-bottom: 40px;
  overflow: hidden;
}
.entry-content h2 {
  display: inline;
}
.entry-content .alignright,
.entry-content .one_half img {
  border: 2px solid #f2f2f2;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  width: 100%;
  height: auto;
}
.entry-content .alignright:hover,
.entry-content .one_half img:hover {
  opacity: .8;
}
.pr-ctr {
  font-size: .8em;
  background: #f2f2f2;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.pr-ctr h4 {
  margin: 0;
}
.pr-ctr .date {
  color: #bfbfbf;
  font-style: italic;
}
.pr-ctr p {
  margin: 0;
}
/**Governance**/
ul.list {
  margin-left: 1%;
}
ul.list li {
  margin-left: 4%;
  list-style-type: disc;
  padding: 5px 0px;
}
.page-id-85 strong {
  text-transform: uppercase;
}
.page-id-85 em {
  font-size: .9em;
}
/*strategic partners*/
.partners-left {
  float: left;
  width: 100%;
  height: auto;
  clear: both;
  margin-bottom: 4%;
  margin-top: 0px;
}
.partners-right {
  float: right;
  width: 100%;
  height: auto;
  margin-bottom: 4%;
  list-style: none;
}
.partner-image {
  width: 32%;
  height: 100%;
  float: left;
}
.partner-content {
  width: 65%;
  padding-left: 10px;
  float: left;
}
.partner-content ul {
  margin: 0px;
}
.partner-content ul li {
  font-size: .80em;
}
/************ GREATER PENINSULA WORKFORCE INVESTMENT BOARD************/
.board {
  width: 100%;
  background-color: #3e3e3e;
  min-height: 30px;
  clear: both;
  color: #f2f2f2;
  padding-left: 5px;
}
.boardmembers-left {
  width: 48%;
  float: left;
  min-height: 85px;
  margin-bottom: 15px;
  background: none;
}
.boardmembers-left h5 {
  margin: 0px;
}
.boardmembers-left p {
  margin: 0px;
  padding: 0px;
  font-size: .85em;
}
.boardmembers-right {
  width: 48%;
  float: right;
  min-height: 85px;
  margin-bottom: 15px;
  background: none;
}
.boardmembers-right h5 {
  margin: 0px;
}
.boardmembers-right p {
  margin: 0px;
  padding: 0px;
  font-size: .85em;
}
.page-id-99 .page-title {
  display: none;
}
.location {
  width: 100%;
  float: left;
  margin: 2% 1%;
  border-right: 1px solid #e0e0e0;
}
.location ul.left {
  margin: 0px;
  width: 100%;
  margin-bottom: 15px;
}
.location ul.left li {
  font-size: .85em;
  width: 100%;
}
.location ul.left li span {
  font-size: 1em !important;
  font-weight: bold;
}
/*skill assessment*/
.skill-assessment {
  border: 1px solid #ccc;
  margin: 0px;
  padding: 2px;
  width: 100%;
}
/*career search resources*/
.career-search {
  width: 100%;
  height: auto;
  clear: both;
  margin: 3% 0%;
  max-height: 150px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 2%;
}
.career-left {
  float: left;
  width: 50%;
  margin-top: 2%;
}
.career-right {
  float: left;
  width: 100%;
  font-size: .85em;
  margin: 2% 0;
}
/*career exploration resources*/
.exploration-search {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  margin: 20px 0;
  padding-bottom: 10px;
  clear: both;
}
.exploration-search .exploration-left {
  display: block;
  float: left;
  width: 30%;
}
.exploration-search .exploration-left img {
  width: 100% !important;
  height: auto;
}
.exploration-search .exploration-right {
  float: left;
  width: 70%;
  padding-left: 2.5%;
}
/*careers in the millitary and homeland security*/
.military-content {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px;
}
.military-content h4 {
  color: #005288;
}
/* Veterans resources */
.veteran {
  max-width: 220px;
  height: auto;
  float: left;
  margin: 2%;
  padding: 0px;
}
.veteran-resources {
  width: 100%;
  height: auto;
  margin: 0px;
}
.veteran-resource-title {
  width: 100%;
  height: 20px;
  font-size: .9em;
  text-align: center;
  padding-top: 1%;
  margin-bottom: 4%;
  font-weight: bold;
}
.veteran-img {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0px;
}
/*peninsula worklink staff*/
.worklink ul {
  width: 100%;
}
.worklink ul li {
  width: 100%;
  list-style: none;
  font-size: .9em;
  margin: 0 !important;
  padding: 0;
  line-height: normal;
}
/*disney*/
.disney-container p {
  margin-top: 0px;
}
.disney-container h4 {
  margin-bottom: 0px;
}
.disney {
  background-color: #f2f2f2;
  padding: 5px;
  margin-bottom: 20px;
}
.disney h4 {
  color: #005288;
  font-size: 1.4em;
  margin: 0px;
}
.disney p {
  margin: 0px;
  font-size: .9em;
}
.disney ul.list li {
  color: #005288;
  font-weight: bold;
}
/*Youth Workforce Center*/
.workforce-container h4 {
  margin-bottom: 0px;
}
ul.list li.indent-list {
  list-style: none;
  padding-left: 15px;
}
/*Video Contest*/
.video-contest {
  width: 100%;
  clear: both;
  height: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.video-contest h4 {
  margin: 0px;
}
.video-contest p {
  margin: 0px;
}
.contestant-title {
  float: left;
  width: 100%;
  font-size: .9em;
}
.contest-video {
  width: 100%;
  float: right;
}
.video-scale {
  width: 100%;
  max-width: 320px;
  height: 200px;
}
/*contact*/
.council-contact {
  clear: both;
  float: left;
  width: 100%;
  margin: 3px 0 3px 0;
  font-size: .85em;
}
.council-information-first {
  float: left;
  width: 25%;
  margin: 0px;
  padding: 4px;
  font-weight: bold;
}
.council-information {
  float: left;
  width: 55%;
  margin: 0px;
  padding: 4px;
}
.council-information-last {
  float: left;
  width: 20%;
  margin: 0px;
  padding: 4px;
  text-align: right;
}
/*Peninsula worklink one stop career center*/
.contact-list {
  width: 100%;
  height: 35px;
  padding: 7px 5px 0px 5px;
}
.contact-name {
  float: left;
  width: 75%;
  font-size: .8em;
}
.contact-number {
  float: right;
  width: 25%;
  text-align: right;
  font-size: .85em;
}
.category-news {
  margin-top: 28px;
}
.category-news .post-date {
  color: rgba(49, 49, 49, 0.4);
  font-size: .8em;
}
.page-id-36 .timely,
.page-id-36 .ai1ec-calendar-title {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.page-id-36 .timely .ai1ec-date,
.page-id-36 .ai1ec-calendar-title .ai1ec-date {
  background: #004776;
  color: #fff;
  text-shadow: none;
  height: 20px;
  padding: 5px 10px;
}
.page-id-36 .timely .ai1ec-date .ai1ec-load-view,
.page-id-36 .ai1ec-calendar-title .ai1ec-date .ai1ec-load-view {
  color: #fff;
}
.page-id-36 .timely .ai1ec-event-title,
.page-id-36 .ai1ec-calendar-title .ai1ec-event-title {
  word-break: hyphenate;
}
.page-id-36 .timely .btn,
.page-id-36 .ai1ec-calendar-title .btn {
  overflow: hidden;
  height: 100%;
}
.single-ai1ec_event .post-date {
  display: none;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.sidebar .widgettitle {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #313131;
  margin-bottom: 10px;
}
.sidebar .widget .ai1ec-date {
  background: none;
  border: none;
  margin: 0;
  line-height: normal;
  overflow: hidden;
  height: auto;
}
.sidebar .widget .ai1ec-date .ai1ec-month {
  background: #004776;
}
.sidebar .widget .ai1ec-date .ai1ec-day,
.sidebar .widget .ai1ec-date .ai1ec-weekday {
  color: #004776;
}
.sidebar #recent-posts-2 ul {
  list-style-type: disc;
  margin-left: 20px;
}
.sidebar #recent-posts-2 ul .post-date {
  display: none;
}
.sidebar .learn-more {
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 20px;
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  margin-top: 40px;
  padding: 20px 0;
}
.footer #inner-footer {
  text-align: center;
  font-size: .8em;
  color: #004776;
}
.footer #inner-footer ul li {
  display: block;
  margin-bottom: 20px;
}
.footer #inner-footer ul li img {
  width: 100%;
  height: auto;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*****************************
Home page
****************************/
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*executive committee*/
  .committee {
    width: 45%;
  }
  /* career search resources*/
  .career-left {
    width: 30%;
  }
  .career-right {
    width: 60%;
  }
  /*career exploration */
  .exploration-left {
    width: 30%;
  }
  .exploration-right {
    width: 70%;
    font-size: .85em;
  }
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
Site Name: PCFWD
Author: @jasonarthurgay
******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
  }
  #content {
    margin-top: 125px;
    margin-bottom: 40px;
    padding-top: 40px;
  }
  /*********************
HEADER SYTLES
*********************/
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: #fff;
    border-bottom: 1px solid #00385d;
  }
  .header #inner-header {
    padding-top: 20px;
  }
  .header #inner-header #logo:hover {
    opacity: .8;
  }
  .header #inner-header #center-address p {
    text-align: center;
  }
  .header #inner-header #soc-med-list {
    float: right;
  }
  .header #inner-header #soc-med-list li {
    float: left;
    width: 32px;
    height: 32px;
  }
  .header #inner-header #soc-med-list li img {
    width: 100%;
    height: auto;
  }
  .header #inner-header #soc-med-list li img:hover {
    opacity: .8;
  }
  /*********************
NAVIGATION STYLES
*********************/
  nav {
    border-bottom: 1px solid #004776;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    background: #5684a3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5684a3 0%, #004776 68%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5684a3), color-stop(68%, #004776));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5684a3 0%, #004776 68%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5684a3 0%, #004776 68%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5684a3 0%, #004776 68%);
    /* IE10+ */
    background: linear-gradient(to bottom, #5684a3 0%, #004776 68%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5684a3', endColorstr='#004776', GradientType=0);
    /* IE6-9 */
  }
  nav ul {
    padding: 0;
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
  }
  nav ul li {
    float: left;
    padding: 0;
    /* showing sub-menus */
  }
  nav ul li:first-child {
    margin-left: 0;
  }
  nav ul li a {
    font-size: 14px;
    text-align: left;
    width: auto;
    height: 45px;
    padding: 11px 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: transparent;
    border: none;
    margin: 0;
  }
  nav ul li a:hover {
    background: rgba(0, 71, 118, 0.2);
  }
  nav ul li ul.sub-menu {
    position: relative;
    margin: 0;
    border: none;
    position: absolute;
    z-index: 8999;
    display: none;
  }
  nav ul li ul.sub-menu li {
    float: none;
    border: none;
    width: 45%;
    background: #fefefe;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fefefe 0%, #efefef 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #efefef));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #efefef 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #efefef 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #efefef 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%, #efefef 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef', GradientType=0);
    /* IE6-8 */
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    /* showing sub-menus */
  }
  nav ul li ul.sub-menu li:first-child {
    border-left: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
  }
  nav ul li ul.sub-menu li:first-child:after,
  nav ul li ul.sub-menu li:first-child before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  nav ul li ul.sub-menu li:first-child:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #efefef;
    border-width: 5px;
    left: 1%;
    margin-left: 0px;
  }
  nav ul li ul.sub-menu li:first-child:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #efefef;
    border-width: 36px;
    left: 1%;
    margin-left: -36px;
  }
  nav ul li ul.sub-menu li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
  }
  nav ul li ul.sub-menu li a {
    display: block;
    padding: 8px 10px;
    padding-left: 40px;
    height: auto;
    color: #313131;
  }
  nav ul li ul.sub-menu li a:hover {
    background: #e9e9e9;
  }
  nav ul li ul.sub-menu li .sub-menu {
    margin-top: -44px;
    left: 30%;
    display: none;
  }
  nav ul li ul.sub-menu li .sub-menu li {
    float: none;
    border: none;
    width: 30%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  }
  nav ul li ul.sub-menu li .sub-menu li a:hover {
    color: #313131;
  }
  nav ul li ul.sub-menu li .sub-menu li:first-child {
    border-left: none;
    border-top-right-radius: 5px;
  }
  nav ul li ul.sub-menu li .sub-menu li:first-child:after,
  nav ul li ul.sub-menu li .sub-menu li:first-child before {
    left: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  nav ul li ul.sub-menu li .sub-menu li:first-child:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #666;
    border-width: 5px;
    top: 20px;
    margin-top: 0px;
  }
  nav ul li ul.sub-menu li .sub-menu li:first-child:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #666;
    border-width: 36px;
    top: 20px;
    margin-top: 0px;
  }
  nav ul li ul.sub-menu li .sub-menu li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  nav ul li ul.sub-menu li:hover ul {
    display: block;
  }
  nav ul li:hover ul {
    top: auto;
    display: block;
  }
  li#menu-item-69 .sub-menu li {
    position: relative;
    right: 20%;
    width: 30%;
  }
  #menu-item-213 > a:after,
  #menu-item-176 > a:after {
    content: " ▼";
    text-decoration: none;
    float: right;
    top: 0;
    right: 25%;
  }
  /**********************
HOME PAGE 
***********************/
  .home #content {
    margin-top: 90px;
  }
  #top-container #main-image {
    text-align: center;
  }
  #top-container #main-image img {
    width: 100%;
    height: auto;
    min-width: 960px;
    max-width: 1140px;
  }
  #top-container .slogan h4 {
    font-size: 3.25em;
  }
  #top-container #quick-links-container {
    display: block;
  }
  #top-container #quick-links-container .quick-link {
    min-height: 105px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #top-container #quick-links-container .quick-link:hover {
    top: 5px;
  }
  #top-container #quick-links-container .quick-link img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  #rotating-posts h1 {
    max-width: 1140px;
    margin: 0 auto;
    border-bottom: 1px solid #313131;
  }
  #rotating-posts #rp_frame {
    max-width: 1140px;
    margin: 0 auto;
    height: auto;
  }
  #rotating-posts #rp_frame .rp_post {
    margin-top: 20px;
  }
  #rotating-posts #rp_frame .rp_post .rp_post_content img {
    float: right;
    width: auto;
    height: 300px !important;
    border: 2px solid #f2f2f2;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    margin-left: 20px;
  }
  #rotating-posts .rp_nav_thumbnail_on {
    color: #e4952e;
  }
  #rotating-posts .rp_nav_thumbnail_on:hover {
    color: #fff;
  }
  #wkfc-champs {
    margin-top: 0 !important;
    margin-left: 2.5% !important;
  }
  #wkfc-champs h2 {
    margin-bottom: 10px;
  }
  .entry-content ul {
    list-style: disc;
    padding-left: 15px;
  }
  .entry-content ul li {
    margin-bottom: 10px;
  }
  .entry-content .alignright {
    width: 40%;
    height: auto;
  }
  .entry-content .alignright:hover {
    opacity: .8;
  }
  .entry-content .one_half img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .res-group {
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
  }
  .res-group .res-group-img {
    display: block;
    float: left;
    width: 20%;
    border: none;
    box-shadow: none;
  }
  .res-group .res-group-info {
    width: 80%;
    padding-left: 20px;
    float: left;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar .learn-more {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  /*strategic partners*/
  .partners-left {
    float: left;
    width: 48%;
    height: auto;
    clear: both;
    margin-bottom: 4%;
    margin-top: 0px;
  }
  .partners-right {
    float: right;
    width: 48%;
    height: auto;
  }
  .partner-image {
    width: 32%;
    height: 100%;
    float: left;
  }
  .partner-image img {
    width: 100%;
    height: auto;
  }
  .partner-content {
    width: 65%;
    padding-left: 10px;
    float: left;
  }
  .location {
    width: 48%;
  }
  .location p {
    margin-top: 0px;
  }
  .location h3 {
    margin-bottom: .3em !important;
    color: #004776;
  }
  /*skill assessment*/
  .career-left {
    width: 35%;
  }
  .career-right {
    width: 63%;
  }
  /*career exploration resources*/
  .exploration-left {
    width: 35%;
  }
  .exploration-right {
    width: 65%;
  }
  /*peninsula worklink staff*/
  .worklink {
    background: #f2f2f2;
    width: 31.491712705%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    margin: .5%;
    padding: 0 1%;
    height: 140px;
  }
  /*Video Contest*/
  .video-contest {
    width: 100%;
    clear: both;
    min-height: 220px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .contestant-title {
    width: 40%;
  }
  .contest-video {
    width: 60%;
  }
  .category-news .entry-content {
    margin: 10px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(49, 49, 49, 0.1);
  }
  .category-news .entry-content p {
    margin: 0;
  }
  .category-news .entry-content img {
    float: left;
    margin: 0;
    width: 50%;
    height: auto;
    margin: 0 20px 10px 0;
  }
  /*********************
FOOTER STYLES
*********************/
  .footer {
    background: #004776 url(../images/footer-bkg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 150px;
    padding-top: 0;
  }
  .footer img:hover {
    opacity: .8;
  }
  .footer #inner-footer {
    float: none;
    margin: 0 auto;
  }
  .footer #inner-footer ul {
    width: 960px;
    margin: 0 auto;
  }
  .footer #inner-footer ul li {
    float: left;
    text-align: center;
    margin-right: 5%;
  }
  .footer #inner-footer ul li a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .footer #inner-footer ul li a:hover {
    opacity: .8;
    margin-top: 5px;
  }
  .footer #inner-footer ul li img {
    height: 55px;
    width: auto;
  }
  .footer #inner-footer ul li p {
    margin: 0;
    padding: 0;
  }
  .footer #inner-footer #elevate-logo {
    text-align: center;
  }
  .footer #inner-footer .copyright {
    margin: 0;
    background-color: transparent;
    color: #004776;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  .wrap {
    min-width: 1024px;
  }
  nav {
    border-bottom: 1px solid #004776;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    background: #5684a3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5684a3 0%, #004776 68%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5684a3), color-stop(68%, #004776));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5684a3 0%, #004776 68%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5684a3 0%, #004776 68%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5684a3 0%, #004776 68%);
    /* IE10+ */
    background: linear-gradient(to bottom, #5684a3 0%, #004776 68%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5684a3', endColorstr='#004776', GradientType=0);
    /* IE6-9 */
    border-bottom: 1px solid #00385d;
  }
  nav ul li {
    border-right: 1px solid #00385d;
  }
  nav ul li a {
    font-size: 14px;
    padding: 12px 8px 0 8px;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
  a[href]:after {
    content: none !important;
    }
}
