/******************************************************************
Site Name: Manatee Technical Institute
Author: Odato Marketing

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 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: 0 0 2em 0;
  padding: 1em; }

/*
 * 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: 0 0 1.5em 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: 2em; }

/*
 * 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: 0 0 2em 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;
  margin-bottom: 2em; }
  table td, table th {
    padding: 5px;
    vertical-align: top; }
    table td p, table th p {
      margin: 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: Manatee Technical Institute
Author: Odato Marketing

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' 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.

******************************************************************/
/*********************
cfIN'
*********************/
.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf: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: 'RokkittRegular';
  src: url("../fonts/Rokkitt-webfont.eot");
  src: url("../fonts/Rokkitt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Rokkitt-webfont.woff") format("woff"), url("../fonts/Rokkitt-webfont.ttf") format("truetype"), url("../fonts/Rokkitt-webfont.svg#RokkittRegular") 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 !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
BORDER RADIUS
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include border-radius(4px 4px 0 0);
*/
/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
BOX SHADOWS
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include box-shadow(inset 0 0 4px rgba(0,0,0,0.22));
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited, .widget .timely .btn, .widget .timely .btn:visited {
  font-family: "RokkittRegular";
  padding: 8px 10px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 1em;
  background: #00a0e3;
  font-size: 20px;
  line-height: 1.1;
  border: none;
  text-shadow: none;
  border-radius: 0; }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus, .widget .timely .btn:hover, .widget .timely .btn:focus, .widget .timely .btn:visited:hover, .widget .timely .btn:visited:focus {
    color: #fff;
    background: #12b9ff; }
  .button:active, .button:visited:active, .widget .timely .btn:active, .widget .timely .btn:visited:active {
    color: #fff;
    background: #12b9ff;
    background-color: #252d60;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1e244e), to(#252d60));
    background-image: -webkit-linear-gradient(top, #1e244e, #252d60);
    background-image: -moz-linear-gradient(top, #1e244e, #252d60);
    background-image: -o-linear-gradient(top, #1e244e, #252d60);
    background-image: linear-gradient(to bottom, #1e244e, #252d60); }
  .button .icon-arrow-right, .button:visited .icon-arrow-right, .widget .timely .btn .icon-arrow-right, .widget .timely .btn:visited .icon-arrow-right {
    display: none; }

.widget .timely .btn, .widget .timely .btn:visited {
  margin-right: 0.5em; }

.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;
  -ms-box-shadow: inset 0 0 3px #59b3ec;
  -o-box-shadow: inset 0 0 3px #59b3ec;
  -box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec; }
  .blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .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); }

/*********************
WEATHER ICONS
*********************/
/*
 * Created with iconvau.lt
 */
@font-face {
  font-family: "iconvault";
  src: url("../fonts/iconvault_forecastfont.eot");
  src: url("../fonts/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconvault_forecastfont.woff") format("woff"), url("../fonts/iconvault_forecastfont.ttf") format("truetype"), url("../fonts/iconvault_forecastfont.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="wx-"], [class*=" wx-"] {
  font-family: 'iconvault';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-decoration: inherit; }

/* COLOR MODIFIERS */
.wx-light {
  color: #cccccc; }

.wx-dark {
  color: #666666; }

.wx-blue {
  color: #82b2e4; }

.wx-orange {
  color: orange; }

/* BEHAVIOR MODIFIERS */
.wx-fade:before {
  -webkit-animation: fading 1s infinite linear;
  -moz-animation: fading 1s infinite linear;
  -ms-animation: fading 1s infinite linear;
  animation: fading 1s infinite linear; }

.wx-rotation:before {
  -webkit-animation: rotation 12s infinite linear;
  -moz-animation: rotation 12s infinite linear;
  -ms-animation: rotation 12s infinite linear;
  animation: rotation 12s infinite linear; }

/* BASE */
.wx-basecloud-ready:before {
  content: "\f105";
  position: absolute; }

.wx-cloud-ready:before {
  content: "\f106";
  position: absolute; }

.wx-mist-ready:before {
  content: "\f108";
  position: absolute; }

.wx-moon-ready:before {
  content: "\f10d";
  position: absolute; }

.wx-sun-ready:before {
  content: "\f113";
  position: absolute; }

.wx-sunrise-ready:before {
  content: "\f112";
  position: absolute; }

.wx-sunset-ready:before {
  content: "\f110";
  position: absolute; }

.wx-windyraincloud-ready:before {
  content: "\f111";
  position: absolute; }

/* SUPPLEMENTS */
.wx-drizzle-ready:before {
  content: "\f10a";
  position: absolute;
  -webkit-animation: fading 2s infinite linear;
  -moz-animation: fading 2s infinite linear;
  -ms-animation: fading 2s infinite linear;
  animation: fading 2s infinite linear;
  color: #82b2e4; }

.wx-frosty-ready:before {
  content: "\f102";
  position: absolute;
  -webkit-animation: fading 2s infinite linear;
  -moz-animation: fading 2s infinite linear;
  -ms-animation: fading 2s infinite linear;
  animation: fading 2s infinite linear;
  color: #82b2e4; }

.wx-hail-ready:before {
  content: "\f10f";
  position: absolute;
  -webkit-animation: fading 1s infinite linear;
  -moz-animation: fading 1s infinite linear;
  -ms-animation: fading 1s infinite linear;
  animation: fading 1s infinite linear;
  color: #82b2e4; }

.wx-night-ready:after {
  content: "\f100";
  position: absolute;
  color: orange; }

.wx-rainy-ready:before {
  content: "\f107";
  position: absolute;
  -webkit-animation: fading 1s infinite linear;
  -moz-animation: fading 1s infinite linear;
  -ms-animation: fading 1s infinite linear;
  animation: fading 1s infinite linear;
  color: #82b2e4; }

.wx-showers-ready:before {
  content: "\f104";
  position: absolute;
  -webkit-animation: fading 1s infinite linear;
  -moz-animation: fading 1s infinite linear;
  -ms-animation: fading 1s infinite linear;
  animation: fading 1s infinite linear;
  color: #82b2e4; }

.wx-sleet-ready:before {
  content: "\f10c";
  position: absolute;
  -webkit-animation: fading 2s infinite linear;
  -moz-animation: fading 2s infinite linear;
  -ms-animation: fading 2s infinite linear;
  animation: fading 2s infinite linear;
  color: #82b2e4; }

.wx-sunny-ready:after {
  content: "\f101";
  position: absolute;
  -webkit-animation: fading 1s infinite linear;
  -moz-animation: fading 1s infinite linear;
  -ms-animation: fading 1s infinite linear;
  animation: fading 1s infinite linear;
  color: orange; }

.wx-snowy-ready:before {
  content: "\f10b";
  position: absolute;
  -webkit-animation: fading 2s infinite linear;
  -moz-animation: fading 2s infinite linear;
  -ms-animation: fading 2s infinite linear;
  animation: fading 2s infinite linear;
  color: #82b2e4; }

.wx-thunder-ready:before {
  content: "\f114";
  position: absolute;
  -webkit-animation: flicker 1s infinite linear;
  -moz-animation: flicker 1s infinite linear;
  -ms-animation: flicker 1s infinite linear;
  animation: flicker 1s infinite linear;
  color: orange; }

.wx-windy-ready:before {
  content: "\f115";
  position: absolute;
  -webkit-animation: fading 1s infinite linear;
  -moz-animation: fading 1s infinite linear;
  -ms-animation: fading 1s infinite linear;
  animation: fading 1s infinite linear;
  color: #cccccc; }

.wx-windyrain-ready:before {
  content: "\f10e";
  position: absolute;
  -webkit-animation: fading 1s infinite linear;
  -moz-animation: fading 1s infinite linear;
  -ms-animation: fading 1s infinite linear;
  animation: fading 1s infinite linear;
  color: #82b2e4; }

/* ANIMATIONS */
/* FADE */
@keyframes fading {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fading {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-moz-keyframes fading {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-ms-keyframes fading {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

/* FLICKER */
@keyframes flicker {
  0% {
    color: orange;
    opacity: 1; }
  50% {
    color: #82b2e4;
    opacity: 0.5; }
  100% {
    color: orange;
    opacity: 1; } }

@-webkit-keyframes flicker {
  0% {
    color: orange;
    opacity: 1; }
  50% {
    color: #82b2e4;
    opacity: 0.5; }
  100% {
    color: orange;
    opacity: 1; } }

@-moz-keyframes flicker {
  0% {
    color: orange;
    opacity: 1; }
  50% {
    color: #82b2e4;
    opacity: 0.5; }
  100% {
    color: orange;
    opacity: 1; } }

@-ms-keyframes flicker {
  0% {
    color: orange;
    opacity: 1; }
  50% {
    color: #82b2e4;
    opacity: 0.5; }
  100% {
    color: orange;
    opacity: 1; } }

/* ROTATE */
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }

@-ms-keyframes rotation {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(359deg); } }

/*
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: Manatee Technical Institute
Author: Odato Marketing

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.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.95em;
  line-height: 1.4;
  color: #58595b;
  background: #e5e4e4; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
.home #inner-content {
  padding-top: 0; }

/* home page */
/* blog template page */
.archive article.post {
  border-bottom: 1px solid #e5e4e4;
  margin-bottom: 1em; }

.archive .hentry header {
  margin-bottom: 0.6em; }

#main header .byline {
  font-size: 0.9em;
  margin-top: 0.3em; }

/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
.search-results .byline {
  display: none; }

/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

#inner-container {
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
  z-index: 998;
  position: relative; }

#inner-content {
  padding: 1.2em 0; }

#main {
  padding-bottom: 1.2em; }
  #main .widget {
    border: none;
    border-radius: none;
    margin: 0; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #252d60;
  text-decoration: underline;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    /*
		color: $link-hover;
		*/
    color: #008eca;
    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: #00a0e3; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
	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.6em;
  line-height: 1em;
  font-family: "RokkittRegular";
  color: #252d60;
  margin: 0 0 0.6em 0; }

h2, .h2 {
  font-size: 2em;
  margin: 0 0 0.5em 0;
  font-family: "RokkittRegular";
  line-height: 1em; }

h3, .h3 {
  font-size: 1.6em;
  margin: 0 0 0.3em 0;
  font-family: "RokkittRegular";
  line-height: 1.15; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 0.1em 0;
  line-height: 1.4; }

h4 + ul, h4 + table {
  margin-top: 1em; }

h5, .h5 {
  font-size: 1em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 0.5em 0; }

h6 {
  font-size: 1em;
  margin: 0 0 2.33em 0; }

ul.bullet-list {
  padding-left: 0.4em; }
  ul.bullet-list li {
    padding-left: 16px;
    background: url("../images/bullet-arrow.gif") no-repeat 0 7px; }

ul.class-list {
  margin-bottom: 0; }

ul.border-list.bullet-list li {
  padding: 5px 5px 5px 16px;
  background-position: 0 12px; }

ul.border-list li {
  border-bottom: 1px solid #e5e4e4; }

hr {
  border-top: 1px solid #bcbdc0;
  border-bottom: none; }

/*********************
TABLE STYLES
*********************/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2em;
  width: 100% !important;
  border: none; }
  table td, table th {
    padding: 0.5em;
    vertical-align: top;
    border: none; }
    table td ul, table th ul {
      margin: 0; }
    table td h1, table td h2, table td h3, table td h4, table th h1, table th h2, table th h3, table th h4 {
      margin: 0; }
  table td {
    border-bottom: 1px solid #bcbdc0; }
  table th, table tr:first-child {
    background: url("../images/bg-stripe-light.gif") repeat 0 0;
    border-bottom: 1px solid #bcbdc0;
    color: #252d60;
    text-align: left;
    border-top: 1px solid #bcbdc0;
    border-bottom: 1px solid #bcbdc0; }

.page-header, .landing-page-header {
  background: url("../images/bg-quicklinks.png") no-repeat 0 100%;
  margin-bottom: 1.6em; }
  .page-header h1, .landing-page-header h1 {
    color: #fff;
    margin: 0;
    padding: 15px 0 15px 20px; }
  .page-header img, .landing-page-header img {
    display: block;
    margin: 0; }

.landing-page-header {
  background: url("../images/bg-quicklinks.png") no-repeat 0 0; }

.list-table tr:first-child {
  background: none;
  color: inherit;
  text-align: left;
  border-top: none;
  border-bottom: inherit; }

.list-table a {
  text-decoration: none; }

.program-table td {
  padding: 1em 0; }

.enrichment-schedule-location {
  padding-top: 1em;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #87898f; }

/*********************
TAB STYLES
*********************/
/* Content Tabs */
#main .etabs {
  margin: 0 0 1em 0;
  padding: 0; }
  #main .etabs li {
    padding: 0;
    background-image: none; }

#main .tab {
  zoom: 1;
  float: left; }
  #main .tab a {
    font-size: 14px;
    line-height: normal;
    display: block;
    padding: 5px 10px;
    outline: none;
    text-decoration: none;
    background: url("../images/bg-stripe-dark.gif") repeat 0 0;
    color: #252d60;
    border-top: 1px solid #bcbdc0;
    border-bottom: 1px solid #bcbdc0; }
    #main .tab a:hover {
      text-decoration: none; }
    #main .tab a.active {
      background: url("../images/bg-stripe-light.gif") repeat 0 0;
      color: #252d60;
      font-weight: bold;
      border-top: 1px solid #bcbdc0;
      border-bottom: 1px solid #fff; }

.tabs-50 .tab {
  width: 50%; }

.tabs-33 .tab {
  width: 33.3%; }

.tabs-25 .tab {
  width: 25%; }

/* Footer Tabs */
.footer .etabs {
  margin: 1.2em 0;
  padding: 0;
  border: 1px solid #697899;
  border-bottom: none;
  border-right: none; }

.footer .tab {
  float: left;
  display: block;
  border-right: 1px solid #697899;
  border-bottom: 1px solid #697899;
  width: 100%; }
  .footer .tab.tab-main-campus a {
    background-image: url("../images/icon-campus-main.png"); }
  .footer .tab.tab-west-campus a {
    background-image: url("../images/icon-campus-west.png"); }
  .footer .tab.tab-north-campus a {
    background-image: url("../images/icon-campus-north.png"); }
  .footer .tab.tab-east-campus a {
    background-image: url("../images/icon-campus-east.png"); }
  .footer .tab a {
    background: #394f7e;
    color: #fff;
    font-family: "RokkittRegular";
    line-height: 2em;
    display: block;
    padding: 0 0 0 28px;
    outline: none;
    text-decoration: none;
    float: left;
    display: block;
    background-position: 3px 50%;
    background-repeat: no-repeat;
    width: 100%; }
    .footer .tab a:hover {
      text-decoration: none; }
    .footer .tab a.active {
      background-color: #47639e;
      position: relative; }

/* News/Events Tabs */
#tab-container-news-events .etabs {
  margin: 0;
  border: none; }

#tab-container-news-events .tab {
  float: left;
  display: block;
  width: 50%;
  border-radius: inherit;
  border: none; }
  #tab-container-news-events .tab.tab-news a {
    background-image: url("../images/icon-news-white.png"); }
  #tab-container-news-events .tab.tab-events a {
    background-image: url("../images/icon-events-white.png"); }
  #tab-container-news-events .tab a, #tab-container-news-events .tab a.active {
    padding: 7px 6px 7px 35px; }
  #tab-container-news-events .tab a {
    background: #252d60;
    color: #fff;
    font-family: "RokkittRegular";
    display: block;
    outline: none;
    text-decoration: none;
    float: left;
    display: block;
    width: 100%;
    line-height: normal;
    font-size: 1.6em;
    background-repeat: no-repeat;
    background-position: 10px 50%; }
    #tab-container-news-events .tab a:hover {
      text-decoration: none;
      background-color: #323d81; }
    #tab-container-news-events .tab a.active {
      background-color: #00a0e3;
      position: relative;
      background-repeat: no-repeat;
      background-position: 10px 50%;
      top: auto;
      color: #fff; }

#tab-container-news-events .widgettitle {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 7px;
  padding: 0; }

/* Featured Student/Staff/Program Tabs */
#tab-container-featured .etabs {
  margin: 0 0 1em 0;
  border: none; }

#tab-container-featured .tab {
  float: left;
  display: block;
  width: 33.3%;
  border: none;
  border-radius: inherit;
  border-right: 1px solid #a2a3a7; }
  #tab-container-featured .tab.tab-feat-student a, #tab-container-featured .tab.tab-feat-graduate a {
    background-image: url("../images/icon-student-white.png"); }
  #tab-container-featured .tab.tab-feat-staff a {
    background-image: url("../images/icon-staff-white.png"); }
  #tab-container-featured .tab.tab-feat-program a {
    background-image: url("../images/icon-programs-white.png");
    padding-left: 27px; }
    #tab-container-featured .tab.tab-feat-program a.active {
      padding-left: 27px; }
  #tab-container-featured .tab a, #tab-container-featured .tab a.active {
    padding: 7px 6px 7px 35px; }
  #tab-container-featured .tab a {
    background: #bcbdc0;
    color: #fff;
    font-family: "RokkittRegular";
    display: block;
    outline: none;
    text-decoration: none;
    float: left;
    display: block;
    line-height: normal;
    font-size: 1.1em;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    width: 100%; }
    #tab-container-featured .tab a:hover {
      text-decoration: none;
      background-color: #a2a3a7; }
    #tab-container-featured .tab a.active {
      background-color: #00a0e3;
      position: relative;
      background-repeat: no-repeat;
      background-position: 10px 50%;
      top: auto;
      color: #fff; }

/*********************
HEADER STYLES
*********************/
.top-navigation {
  text-align: center;
  padding-top: 0.5em; }
  .top-navigation .top-navigation-inner {
    position: relative; }
  .top-navigation ul {
    margin: 0; }
    .top-navigation ul li {
      display: inline-block; }

.menu-secondary-menu-container .menu li {
  padding: 0; }
  .menu-secondary-menu-container .menu li a {
    padding-left: 0;
    text-decoration: none;
    font-size: 1.1em;
    font-family: "RokkittRegular"; }
  .menu-secondary-menu-container .menu li:first-child {
    padding: 0; }
    .menu-secondary-menu-container .menu li:first-child a {
      padding-left: 0; }

.menu-secondary-menu-container .menu li#menu-item-132 a {
  background: url("../images/icon-phone-blue-sm.png") no-repeat 0 0; }

.menu-secondary-menu-container .menu li#menu-item-131 a {
  background: url("../images/icon-directions-blue-sm.png") no-repeat 0 0; }

.menu-secondary-menu-container .menu li#menu-item-130 a {
  background: url("../images/icon-sitemap-blue-sm.png") no-repeat 0 0; }

.header {
  /*background: url('../images/bg-stripe-light.gif') repeat 0 0;*/
  background: #fff;
  position: relative;
  z-index: 999;
  border-bottom: 4px solid #071689; }
  .header p.logo {
    padding: 0;
    margin: 1em 0 0 0;
    display: block;
    width: 100%;
    text-align: center; }
    .header p.logo a {
      width: 250px;
      height: 48px;
      display: block;
      /*background: url('../images/logo-mti.png') no-repeat 0 0;*/
      background: url("../images/logo-mti-2.png") no-repeat 0 0;
      text-align: left;
      margin: 0 auto; }
  .header div.widget_search {
    border: none;
    margin: 1.5em 0 0 0;
    padding: 5px;
    background: #bcbdc0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
    .header div.widget_search .screen-reader-text {
      display: none; }
    .header div.widget_search form {
      width: 85%; }
    .header div.widget_search #s {
      border: 1px solid #afb0b4;
      font-size: 0.9em;
      min-width: 192px;
      padding: 3px;
      width: 85%; }
    .header div.widget_search #searchsubmit {
      border: none;
      background: url("../images/icon-search-white.png") no-repeat 50% 50%;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 23px;
      height: 20px;
      text-align: left;
      padding: 0; }

.top-navigation-weather {
  display: none; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function, this is so we can
easily just write on group of styles for
the navs on the site and our css is cleaner
and moe scalable.
*/
.main-navigation {
  background: #071689;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
  border-bottom: 4px solid #fff;
  z-index: 1000;
  position: relative;
  /* end .menu-primary-menu-container .menu */ }
  .main-navigation .menu-primary-menu-container .menu {
    margin: 0;
    border-bottom: 0;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */ }
    .main-navigation .menu-primary-menu-container .menu li {
      /*
    		so you really have to rethink your dropdowns for mobile.
    		you don't want to have it expand too much because the
    		screen is so small. How you manage your menu should
    		depend on the project. Here's some great info on it:
    		http://www.alistapart.com/articles/organizing-mobile/
    		*/ }
      .main-navigation .menu-primary-menu-container .menu li a {
        display: block;
        text-decoration: none;
        padding: 5px 10px;
        color: #fff;
        font-family: "RokkittRegular";
        font-size: 1.3em;
        /*
    			remember this is for mobile ONLY, so there's no need
    			to even declare hover styles here, you can do it in
    			the style.scss file where it's relevant. We want to
    			keep this file as small as possible!
    			*/ }
        .main-navigation .menu-primary-menu-container .menu li a:hover, .main-navigation .menu-primary-menu-container .menu li a:focus {
          background: #091cb0; }
      .main-navigation .menu-primary-menu-container .menu li ul.sub-menu li a,
      .main-navigation .menu-primary-menu-container .menu li ul.children li a {
        padding-left: 30px; }

/* Toggle Nav */
a.toggle-nav-control {
  background: url(../images/icon-toggle-nav.png) no-repeat 0 0;
  width: 25px;
  height: 24px;
  display: block;
  position: absolute;
  bottom: 5px;
  right: 1.35em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

nav#toggle-nav {
  display: none; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content img {
  max-width: 100%;
  height: auto; }

#main ul {
  padding-left: 0.4em; }
  #main ul li {
    padding-left: 16px;
    background: url("../images/bullet-arrow.gif") no-repeat 0 7px; }

.alignleft, img.alignleft {
  display: block; }

.alignright, img.alignright {
  display: block; }

/* end .hentry */
article {
  border-bottom: 1px solid #e5e4e4;
  margin-bottom: 1em;
  padding-bottom: 1em; }
  article:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.single .article-header, .archive .article-header, .blog .article-header {
  margin-bottom: 2em; }
  .single .article-header h1, .single .article-header h2, .single .article-header h3, .archive .article-header h1, .archive .article-header h2, .archive .article-header h3, .blog .article-header h1, .blog .article-header h2, .blog .article-header h3 {
    margin-bottom: 0.2em; }

.article-footer {
  border-top: 1px solid #e5e4e4;
  padding-top: 1em; }

.article-header {
  /*.byline {display: none;}*/ }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #a2a3a7;
  text-transform: uppercase; }

em.byline {
  font-style: normal; }

/* entry content */
.entry-content {
  /*
			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.
			*/ }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  background: url("../images/bg-stripe-dark.gif") repeat 0 0;
  padding: 5px;
  margin-bottom: 1em;
  /* images inside wp-caption */ }
  .wp-caption img {
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* Call To Action Button */
.cta-button-wrap {
  background: url("../images/bg-stripe-light.gif") repeat 0 0;
  margin: 0 0 2em 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bcbdc0; }

a.cta-button, a.cta-button:visited {
  font-family: "RokkittRegular";
  font-size: 1.2em;
  text-decoration: none;
  line-height: normal;
  display: block;
  width: 100%;
  border-right: 55px solid #00a0e3;
  padding: 10px;
  position: relative;
  color: #a2a3a7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -border-radius: 2px;
  border-radius: 2px; }
  a.cta-button strong, a.cta-button:visited strong {
    color: #00a0e3;
    font-size: 1.5em;
    font-weight: normal; }
  a.cta-button span, a.cta-button:visited span {
    background: url("../images/arrow-large.png");
    display: block;
    height: 35px;
    width: 36px;
    position: absolute;
    top: 25%;
    right: -47px; }
  a.cta-button:hover, a.cta-button:focus, a.cta-button:visited:hover, a.cta-button:visited:focus {
    border-right: 55px solid #08b6ff; }

/*********************
 Event Calendar
*********************/
.single-ai1ec_event .article-header {
  margin-bottom: 2em; }

.single-ai1ec_event .byline {
  display: none; }

/*********************
 Student Organizations
*********************/
.page-template-page-student-organizations-php .post-item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

/*********************
 Custom Post Type Styles
*********************/
.class-header {
  margin-bottom: 2em; }
  .class-header h1 {
    margin-bottom: 0; }

.post-section {
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative; }

.section-header {
  margin-bottom: 1em;
  background: url("../images/bg-stripe-dark.gif") repeat 0 0;
  font-family: "RokkittRegular";
  font-size: 28px;
  font-weight: normal;
  padding: 3px 10px;
  color: #252d60;
  border: 1px solid #bcbdc0;
  border-left: none;
  border-right: none; }

.section-header + table {
  margin-top: -1.2em; }

.page-template-page-adult-general-education-php .post-section {
  margin-bottom: 0;
  padding-bottom: 0; }

/*
.medal {margin-bottom: 1em; padding-bottom: 1em;  background-repeat:no-repeat; background-position: 0 12px; padding-left: 40px;}
.medalGold, .awards_gold  {background-image: url('../images/icon-medal_gold_3.png');}
.medalSilver, .awards_silver {background-image: url('../images/icon-medal_silver_3.png');}
.medalBronze, .awards_bronze {background-image: url('../images/icon-medal_bronze_3.png');}
*/
.medal {
  background-repeat: no-repeat;
  background-position: 50% 10px;
  padding-top: 44px;
  text-align: center;
  vertical-align: bottom;
  width: 100px; }

.medalGold, .awards_gold {
  background-image: url("../images/icon-medal_gold_3.png"); }

.medalSilver, .awards_silver {
  background-image: url("../images/icon-medal_silver_3.png"); }

.medalBronze, .awards_bronze {
  background-image: url("../images/icon-medal_bronze_3.png"); }

.board-of-gov-info-2 {
  padding-top: 0.5em; }

.student-organizations-content img {
  float: left;
  margin-right: 1em; }

.job-placement-wrap .hentry p {
  margin-bottom: 0; }

.program-info table {
  font-size: 0.9em; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */ }
  .bones_page_navi li {
    float: left;
    margin-left: 10px; }
    .bones_page_navi li a {
      padding: 3px 6px;
      display: block;
      text-decoration: none;
      position: relative; }
      .bones_page_navi li a:hover, .bones_page_navi li a:focus {
        color: #00a0e3;
        text-decoration: underline; }
  .bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #00a0e3;
    position: relative; }
    .bones_page_navi li.bpn-current a {
      /* hovering on current page link */ }
  .bones_page_navi li.bpn-prev-link,
  .bones_page_navi li.bpn-next-link {
    font-weight: 700; }
    .bones_page_navi li.bpn-prev-link a,
    .bones_page_navi li.bpn-next-link a {
      padding: 0; }
  .bones_page_navi li.bpn-prev-link a:hover,
  .bones_page_navi li.bpn-next-link a:hover,
  .bones_page_navi li.bpn-first-page-link a:hover,
  .bones_page_navi li.bpn-last-page-link a:hover {
    background: none; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist .odd {
    background: #eee; }
  .commentlist .even {
    background: #fefefe; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content {
    margin-left: 50px; }
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form 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; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar img {
  max-width: 100%;
  height: auto; }

.widgettitle {
  margin: 0;
  background: url("../images/bg-stripe-dark.gif") repeat 0 0;
  font-family: "RokkittRegular";
  font-size: 28px;
  font-weight: normal;
  padding: 3px 10px;
  color: #252d60; }

.widget {
  margin: 0 0 2em 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bcbdc0; }
  .widget .widget-content {
    padding: 10px; }
  .widget h5 {
    margin-bottom: 1px;
    font-size: 1.1em;
    letter-spacing: inherit;
    text-transform: none;
    line-height: normal; }
  .widget ul li {
    /* deep nesting */ }
  .widget p.text-right, .widget p.text-center, .widget p.text-left {
    margin-bottom: 0; }
    .widget p.text-right .button, .widget p.text-center .button, .widget p.text-left .button {
      margin-bottom: 0.4em; }
  .widget .widget-button {
    margin-bottom: 0; }
    .widget .widget-button a.button {
      margin-bottom: 0.6em; }
  .widget .quick-links a {
    padding: 5px;
    border-bottom: 1px solid #e5e4e4;
    display: block;
    text-decoration: none; }
  .widget .quick-links a:hover, .widget .quick-links a:focus {
    background: url("../images/bg-stripe-light.gif") repeat 0 0; }
  .widget .quick-links strong {
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    background: url("../images/arrow-small-16.png") no-repeat 0 3px;
    padding-left: 25px; }
  .widget .quick-links br {
    display: none; }
  .widget .quick-links em {
    font-style: inherit;
    font-size: 0.9em;
    display: block;
    padding-left: 25px; }

.widget_become_student img {
  width: 100%; }

.widget_become_student .widget-button {
  text-align: center; }

.post-list.post-single {
  margin-bottom: 0; }
  .post-list.post-single li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.post-list li {
  border-bottom: 1px solid #e5e4e4;
  margin-bottom: 1em;
  padding-bottom: 1em; }

.post-list header {
  margin-bottom: 3px; }

.post-list .excerpt {
  font-size: 0.9em; }

.post-button {
  margin: 1em 0; }
  .post-button a.button {
    margin: 0; }

.byline {
  margin: 0;
  font-size: 0.8em; }

.landing-page-form-sidebar {
  padding-left: 1em;
  padding-right: 1em; }
  .landing-page-form-sidebar .gform_wrapper {
    width: 100% !important; }
    .landing-page-form-sidebar .gform_wrapper h3.gform_title {
      text-align: center;
      font-size: 2em; }
    .landing-page-form-sidebar .gform_wrapper .gform_footer {
      text-align: center; }

/*********************
LANDING PAGES
*********************/
.page-template-page-landing-page-php #main .menu li {
  background-image: none;
  padding: 0; }

.page-template-page-landing-page-php #main .menu > li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e5e4e4;
  text-decoration: none; }

.page-template-page-landing-page-php #main .menu > li a:hover, .page-template-page-landing-page-php #main .menu > li a:focus {
  background: url("../images/bg-stripe-light.gif") repeat 0 0; }

.page-template-page-landing-page-php #main .menu > .menu-item {
  display: none; }

.page-template-page-landing-page-php #main .menu .sub-menu {
  margin: 0;
  padding: 0;
  display: block; }

/* About */
.page-id-892 #main .menu > .menu-item-894, .page-id-892 #main .menu > .menu-item-1894 {
  display: block; }

.page-id-892 #main .menu > .menu-item-894 > a, .page-id-892 #main .menu > .menu-item-1894 > a {
  display: none; }

/* Programs */
.page-id-99 #main .menu > .menu-item-113 {
  display: block; }

.page-id-99 #main .menu > .menu-item-113 > a {
  display: none; }

/* Prospective Students */
.page-id-117 #main .menu > .menu-item-119 {
  display: block; }

.page-id-117 #main .menu > .menu-item-119 > a {
  display: none; }

/* Current Students */
.page-id-104 #main .menu > .menu-item-112 {
  display: block; }

.page-id-104 #main .menu > .menu-item-112 > a {
  display: none; }

/* Business & Community */
.page-id-106 #main .menu > .menu-item-2476 {
  display: block; }

.page-id-106 #main .menu > .menu-item-2476 > a {
  display: none; }

/* Site Map */
.page-id-128 #main .menu > .menu-item {
  display: block; }

.page-id-128 #main .menu .sub-menu {
  margin: 0 20px; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background: #252d60;
  color: #fff; }
  .footer .cta-button-wrap {
    margin-bottom: 20px; }

.top-footer {
  padding-top: 1em;
  padding-bottom: 1em; }

.footer-contact h3 {
  font-size: 1.1em;
  background: #394f7e;
  color: #fff;
  font-family: "RokkittRegular";
  line-height: 1;
  display: block;
  padding: 11px 0 10px 36px;
  outline: none;
  text-decoration: none;
  display: block;
  background-position: 7px 50%;
  background-repeat: no-repeat;
  width: 100%;
  border: 1px solid #697899; }
  .footer-contact h3.header-main-campus {
    background-image: url("../images/icon-campus-main.png"); }
  .footer-contact h3.header-west-campus {
    background-image: url("../images/icon-campus-west.png"); }
  .footer-contact h3.header-north-campus {
    background-image: url("../images/icon-campus-north.png"); }
  .footer-contact h3.header-east-campus {
    background-image: url("../images/icon-campus-east.png"); }

.footer-contact a, .footer-contact a:hover, .footer-contact a:focus {
  color: #fff;
  text-decoration: none; }

.footer-contact ul {
  font-size: 0.9em;
  line-height: 1.8em;
  margin-bottom: 20px; }
  .footer-contact ul li.footer-phone, .footer-contact ul li.footer-directions {
    /*
			width:40%;
			float: right;
			*/ }
    .footer-contact ul li.footer-phone a, .footer-contact ul li.footer-directions a {
      display: block;
      padding-left: 15px; }
  .footer-contact ul li.footer-phone a {
    background: url("../images/icon-phone-white-sm.png") no-repeat 0 50%; }
  .footer-contact ul li.footer-directions a {
    background: url("../images/icon-directions-white-sm.png") no-repeat 0 50%; }

/* Donate Section */
.footer-donate {
  margin-top: 1em; }

.footer-social-inner {
  margin-top: 1em;
  line-height: 1; }

.footer-social {
  text-align: center; }
  .footer-social h4 {
    display: inline-block;
    margin: 0 3px; }
  .footer-social img {
    display: block;
    max-width: 30px; }
  .footer-social .footer-extra img {
    max-width: 150px;
    margin: 0.75em auto 0; }

.footer-social-icons {
  display: inline-block;
  margin: 0;
  padding: 5px 0; }
  .footer-social-icons li {
    display: inline-block;
    line-height: 13px;
    padding: 0 3px; }

.inner-footer {
  color: #9093a7;
  font-size: 0.8em;
  border-top: 1px solid #5b6084;
  padding-top: 1em; }
  .inner-footer .menu {
    text-transform: uppercase;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em; }
    .inner-footer .menu li {
      display: inline-block;
      border-right: 1px solid #9093a7;
      padding-right: 9px;
      margin-right: 5px; }
      .inner-footer .menu li a {
        text-decoration: none;
        padding: 3px;
        display: block; }
        .inner-footer .menu li a:hover, .inner-footer .menu li a:focus {
          color: #fff; }
      .inner-footer .menu li:last-child {
        margin-right: 0;
        padding-right: 0;
        border: none; }
  .inner-footer p.copyright {
    text-align: center;
    margin-bottom: 1em; }
  .inner-footer a, .inner-footer a:hover {
    color: #9093a7; }

/*********************
Hero Content
*********************/
.hero-content .quick-links li {
  background: url("../images/bg-quicklinks.png") no-repeat 0 100%;
  display: block;
  margin-bottom: 1px;
  color: #fff;
  font-family: "RokkittRegular";
  overflow: hidden;
  white-space: nowrap;
  height: 58px; }
  .hero-content .quick-links li:first-child {
    height: 60px; }
  .hero-content .quick-links li strong {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.3em; }
  .hero-content .quick-links li em {
    font-style: inherit;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em; }
  .hero-content .quick-links li a {
    color: #fff;
    text-decoration: none;
    background: url("../images/arrow-large.png") no-repeat 9px 50%;
    display: block;
    padding: 0.7em 5px 0.7em 53px;
    line-height: normal; }
    .hero-content .quick-links li a:hover {
      color: #fff; }

.mapp-layout {
  margin-bottom: 1em; }

/* NextGen Gallery
--------------------------------*/
.slideshowlink {
  display: none; }

.ngg-galleryoverview {
  margin: 0 0 2em 0;
  border-bottom: 1px solid #e5e4e4;
  padding-bottom: 0; }

.ngg-gallery-thumbnail-box, .gallery-item {
  float: left;
  margin: 0 2% 1em 2%;
  max-width: 150px;
  height: 195px;
  overflow: hidden; }
  .ngg-gallery-thumbnail-box img, .gallery-item img {
    margin: 0 0 0.2em 0;
    border: 1px solid #bcbdc0; }
    .ngg-gallery-thumbnail-box img:hover, .gallery-item img:hover {
      background: #00a0e3;
      border: 1px solid #1a204e; }

.ngg-widget img {
  margin: 1px;
  border: 1px solid #bcbdc0;
  padding: 3px; }
  .ngg-widget img:hover {
    background: #00a0e3;
    border: 1px solid #1a204e; }

.ngg-gallery-thumbnail span {
  font-size: 0.8em;
  padding: 0; }

/* YouTube Feeder
--------------------------------*/
#main .youtubeFeederplaylist {
  border: none;
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  #main .youtubeFeederplaylist .youtubeFeederPlaylistList {
    width: 100%; }
  #main .youtubeFeederplaylist ul li {
    border: none;
    border-bottom: 1px solid #bcbdc0;
    background: none;
    width: 33.3%;
    font-size: 0.8em; }
    #main .youtubeFeederplaylist ul li:hover {
      background: url("../images/bg-stripe-light.gif") repeat 0 0; }
    #main .youtubeFeederplaylist ul li a {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #1a204e; }
    #main .youtubeFeederplaylist ul li.currentvideo {
      background: url("../images/bg-stripe-dark.gif") repeat 0 0 !important; }
  #main .youtubeFeederplaylist .youtubeVideo {
    width: 100%;
    margin: 0; }

/*
	Slider
--------------------------------*/
div.slider {
  display: none; }

/*
    Fancybox
--------------------------------*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/* Random Content
--------------------------------*/
.random-wrap li.post-list-item {
  display: none;
  /* hide the items at first only */
  background: none !important; }

/* Mobie Only */
@media only screen and (max-width: 768px) {
  .main-navigation .menu-primary-menu-container .sub-menu {
    display: none; } }

/*
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: Manatee Technical Institute
Author: Odato Marketing

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.scss styles.

******************************************************************/
  /*********************
POSTS & CONTENT STYLES
*********************/
  .alignleft, img.alignleft {
    float: left;
    margin: 0 1.5em 1em 0; }
  .alignright, img.alignright {
    float: right;
    margin: 0 0 1em 1.5em; }
  .aligncenter, img.aligncenter {
    clear: both;
    text-align: center;
    margin: 0 auto 1em auto;
    display: block; } }

/*
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: Manatee Technical Institute
Author: Odato Marketing

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss 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://susy.oddbird.net/ - Grids using Compass. Very elegant.
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: Manatee Technical Institute
Author: Odato Marketing

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 1140px; }
  /*********************
HEADER SYTLES
*********************/
  .top-navigation {
    padding: 0; }
    .top-navigation ul {
      position: absolute;
      top: 12px;
      right: 135px; }
  .top-navigation-weather {
    display: block;
    position: absolute;
    top: 6px;
    right: 0; }
    .top-navigation-weather-content {
      color: #252d60;
      font-family: "RokkittRegular";
      font-size: 1.8em;
      margin-left: 30px;
      top: 0;
      position: relative; }
      .top-navigation-weather-content a:hover, .top-navigation-weather-content a:focus {
        color: #00a0e3; }
    .top-navigation-weather .forecast-icon {
      top: -33px;
      position: relative; }
      .top-navigation-weather .forecast-icon * {
        font-size: 50px !important; }
    .top-navigation-weather a, .top-navigation-weather a:visited {
      text-decoration: none;
      outline: none; }
  .header {
    position: relative;
    border-bottom: none; }
    .header p.logo {
      float: left;
      margin: 34px 0 34px 10px;
      width: 250px; }
      .header p.logo a {
        margin: 0; }
    .header div.widget_search {
      float: right;
      margin-top: 48px;
      margin-right: 135px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      -border-radius: 4px;
      border-radius: 4px; }
      .header div.widget_search form {
        width: 300px; }
      .header div.widget_search #s {
        width: 272px; }
    .header .weather-text-link {
      display: block;
      font-size: 0.8em;
      width: 150px;
      padding-left: 1.8em;
      position: relative;
      top: -6px; }
  /*********************
NAVIGATION STYLES
*********************/
  .main-navigation {
    /* end .nav */ }
    .main-navigation .menu-primary-menu-container .menu {
      border: 0;
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .main-navigation .menu-primary-menu-container .menu li {
        float: left;
        border-right: 1px solid #525cad;
        position: relative;
        /*
    		plan your menus and drop-downs wisely.
    		*/
        /* showing sub-menus */ }
        .main-navigation .menu-primary-menu-container .menu li a {
          border-bottom: 0;
          font-size: 1em;
          padding: 5px 9px;
          /*
    			you can use hover styles here even though this size
    			has the possibility of being a mobile device.
    			*/ }
        .main-navigation .menu-primary-menu-container .menu li ul.sub-menu,
        .main-navigation .menu-primary-menu-container .menu li ul.children {
          width: 210px;
          border: 1px solid #525cad;
          border-top: 0;
          position: absolute;
          display: none;
          left: -1px;
          z-index: 8999;
          margin: 0;
          background: #091cb0;
          /* highlight sub-menu current page */ }
          .main-navigation .menu-primary-menu-container .menu li ul.sub-menu li,
          .main-navigation .menu-primary-menu-container .menu li ul.children li {
            border-right: none;
            /*
    				if you need to go deeper, go nuts
    				just remember deeper menus suck
    				for usability. k, bai.
    				*/ }
            .main-navigation .menu-primary-menu-container .menu li ul.sub-menu li a,
            .main-navigation .menu-primary-menu-container .menu li ul.children li a {
              border-right: 0;
              display: block;
              width: 208px;
              border-bottom: 1px solid #071893;
              font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
              padding: 5px 10px;
              font-size: 0.9em; }
              .main-navigation .menu-primary-menu-container .menu li ul.sub-menu li a:hover, .main-navigation .menu-primary-menu-container .menu li ul.sub-menu li a:focus,
              .main-navigation .menu-primary-menu-container .menu li ul.children li a:hover,
              .main-navigation .menu-primary-menu-container .menu li ul.children li a:focus {
                background: #0a1fc3; }
            .main-navigation .menu-primary-menu-container .menu li ul.sub-menu li:last-child a,
            .main-navigation .menu-primary-menu-container .menu li ul.children li:last-child a {
              border-bottom: 0; }
        .main-navigation .menu-primary-menu-container .menu li:hover ul {
          top: auto;
          display: block; }
  a.toggle-nav-control {
    display: none; }
  nav#toggle-nav {
    display: block !important; }
  .menu-secondary-menu-container .menu a:after {
    content: "|";
    display: inline;
    margin-left: 6px; }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 0; }
  .widget ul {
    margin: 0 0 1em 0; }
    .widget ul li {
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 1em;
        padding-left: 1em; }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
TAB STYLES
*********************/
  /* Footer Tabs */
  .footer .tab {
    width: 50%; }
  /*********************
CONTENT STYLES
*********************/
  .landing-page-header {
    background-position: 0 100%; }
  /*********************
 Custom Post Styles
*********************/
  /*********************
Home Page Styles
*********************/
  .hero-content .last {
    margin-left: 0; }
  .hero-content .first {
    width: 34.2%; }
  /*
	Slider
--------------------------------*/
  div.slider {
    display: block; }
  /* Browser Resets */
  .flex-container a:active,
  .flexslider a:active,
  .flex-container a:focus,
  .flexslider a:focus {
    outline: none; }
  .slides,
  .flex-control-nav,
  .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none; }
  /* FlexSlider Necessary Styles
*********************************/
  .flexslider {
    margin: 0;
    padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  .flexslider .slides img {
    width: 100%;
    display: block;
    margin-top: -2%; }
  .flex-pauseplay span {
    text-transform: capitalize; }
  /* Clearfix for the .slides element */
  .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  html[xmlns] .slides {
    display: block; }
  * html .slides {
    height: 1%; }
  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
  .no-js .slides > li:first-child {
    display: block; }
  /* FlexSlider Default Theme
*********************************/
  .flexslider {
    margin: 0;
    position: relative;
    zoom: 1; }
  .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease; }
  .loading .flex-viewport {
    max-height: 300px; }
  .flexslider .slides {
    zoom: 1; }
  .slides li {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 120%;
    width: 780px;
    display: block; }
  /* Direction Nav */
  .flex-direction-nav {
    *height: 0; }
  .flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(../images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease; }
  .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0; }
  .flex-direction-nav .flex-prev {
    left: 0; }
  .flexslider:hover .flex-next {
    opacity: 0.8;
    right: 1em; }
  .flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 1em; }
  .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1; }
  .flex-direction-nav .flex-disabled {
    opacity: 0.3 !important;
    filter: alpha(opacity=30);
    cursor: default; }
  /* Control Nav */
  .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7); }
  .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default; }
  .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
  .flex-control-thumbs img:hover {
    opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }
  /* FlexSlider Headlines
*********************************/
  .type {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 70px;
    display: block;
    overflow: hidden;
    position: relative; }
  .slide01 .type {
    background-image: url(../images/slider/career-type.png);
    top: 253px;
    background-position: 24% 0; }
  .slide02 .type {
    background-image: url(../images/slider/skils-usa-type.png);
    top: 25px; }
  .slide03 .type {
    background-image: url(../images/slider/programs-type.png);
    top: 262px; }
  .slide04 .type {
    background-image: url(../images/slider/student-loans-type.png);
    top: 262px; }
  .slide05 .type {
    background-image: url(../images/slider/campus-type.png);
    top: 40px;
    background-position: 25% 0; }
  /*********************
Plugin Styles
*********************/
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer {
    background: none; }
    .footer div.top-footer {
      background: #252d60; }
    .footer div.inner-footer {
      background: #252d60; }
  .inner-footer .menu li a {
    padding: 0; }
  .footer-social-inner {
    border: 1px solid #5b6084;
    border-left: none;
    border-right: none;
    padding: 6px 0; }
  /* Tablet Only */ }

@media only screen and (min-width: 768px) and (max-width: 1030px) {
  .hero-content .eightcol, .hero-content .fourcol {
    width: 100%; }
  .hero-content .slides li {
    background-size: 100% 120%; }
  .home .home-column-1 {
    width: 100%; }
    .home .home-column-1 .etabs {
      display: none; }
    .home .home-column-1 #tab-container-news-events .widgettitle {
      padding: 3px 10px;
      height: auto;
      text-indent: inherit; }
    .home .home-column-1 .tab-content {
      display: block !important;
      width: 48.6188%;
      float: left;
      margin-left: 2.76243%; }
    .home .home-column-1 #news.tab-content {
      margin-left: 0; }
  .home .home-column-2, .home .home-column-3 {
    width: 48.6188%; }
  .home .home-column-2 {
    margin-left: 0; }
  #tab-container-footer .tab-content {
    font-size: 0.9em; }
  .footer-contact .threecol {
    width: 48.6188%; }
    .footer-contact .threecol:nth-child(3n) {
      margin-left: 0; }
  .footer-contact {
    width: 65.7459%; }
  .footer-social {
    width: 31.4917%;
    float: right; } }

/*
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: Manatee Technical Institute
Author: Odato Marketing

Stylesheet: Desktop Stylsheet

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

******************************************************************/
  /*********************
HEADER SYTLES
*********************/
  .header div.widget_search form {
    width: 407px; }
  .header div.widget_search #s {
    width: 379px; }
  /*********************
MAIN NAVIGATION STYLES
*********************/
  .main-navigation .menu-primary-menu-container .menu li a {
    font-size: 1.3em;
    padding: 5px 15px; }
  /*********************
SLIDER STYLES
*********************/
  .slides li {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 110%;
    width: 780px;
    height: 414px;
    display: block; }
  /*********************
CUSTOM POST STYLES
*********************/
  .page-template-page-adult-general-education-php .post-section .button {
    position: absolute;
    top: 0;
    right: 0; }
  /*********************
WIDGET STYLES
*********************/
  /*********************
TAB STYLES
*********************/
  /* Footer Tabs */
  .footer .etabs {
    border-left: none;
    border-bottom: 1px solid #697899;
    width: 100%; }
  .footer .tab {
    border-bottom: none;
    width: 25%; }
    .footer .tab:last-child {
      border-right: none; } }

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: Manatee Technical Institute
Author: Odato Marketing

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: Manatee Technical Institute
Author: Odato Marketing

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. 

*/ }

/*
MOBILE ONLY */
@media only screen and (max-width: 768px) {
  .menu-primary-menu-container .menu {
    /* end .menu li */ }
    .menu-primary-menu-container .menu li {
      /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/ }
      .menu-primary-menu-container .menu li ul.sub-menu,
      .menu-primary-menu-container .menu li ul.children {
        display: none; }
  /* end .menu-primary-menu-container .menu */ }

/*
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: Manatee Technical Institute
Author: Odato Marketing

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