@import 'https://fonts.googleapis.com/css?family=Lato|Oswald:300,400,700|Roboto+Condensed:300,400,700';
@import 'https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i';

/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
*/
/* We use these to set the background colors for parts of Clearing. */
/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video { display: inline-block; }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address styling not present in IE 8/9. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/** 1. Prevent system color scheme's background color being used in Firefox, IE, and Opera. 2. Prevent system color scheme's text color being used in Firefox, IE, and Opera. 3. Set default font family to sans-serif. 4. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { background: #fff; /* 1 */ color: #000; /* 2 */ font-family: sans-serif; /* 3 */ -ms-text-size-adjust: 100%; /* 4 */ -webkit-text-size-adjust: 100%; /* 4 */ }

/** Remove default margin. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }

/** Improve readability of pre-formatted text in all browsers. */
pre { white-space: pre-wrap; }

/** Set consistent quote types. */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ========================================================================== Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9. */
img { border: 0; }

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and 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; }

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve 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; }

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body { font-size: 14px; }

body { background: white; color: black; padding: 0; margin: 0; font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; }

a:focus { outline: none; }

img, object, embed { max-width: 100%; height: auto; }

object, embed { height: 100%; }

img { -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; }

.left { float: left !important; }

.right { float: right !important; }

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

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

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

.text-justify { text-align: justify !important; }

.hide { display: none; }

.antialiased { -webkit-font-smoothing: antialiased; }

img { display: inline-block; vertical-align: middle; }

textarea { height: auto; min-height: 50px; }

select { width: 100%; }

/* Grid HTML Classes */
.row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 1024px; *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }
.row.collapse .column, .row.collapse .columns { position: relative; padding-left: 0; padding-right: 0; float: left; }
.row .row { width: auto; margin-left: -15px; margin-right: -15px; margin-top: 0; margin-bottom: 0; max-width: none; *zoom: 1; }
.row .row:before, .row .row:after { content: " "; display: table; }
.row .row:after { clear: both; }
.row .row.collapse { width: auto; margin: 0; max-width: none; *zoom: 1; }
.row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; }
.row .row.collapse:after { clear: both; }

.column, .columns { position: relative; padding-left: 15px; padding-right: 15px; width: 100%; float: left; }

@media only screen { .column, .columns { position: relative; padding-left: 15px; padding-right: 15px; float: left; }
  .small-1 { position: relative; width: 4.16667%; }
  .small-2 { position: relative; width: 8.33333%; }
  .small-3 { position: relative; width: 12.5%; }
  .small-4 { position: relative; width: 16.66667%; }
  .small-5 { position: relative; width: 20.83333%; }
  .small-6 { position: relative; width: 25%; }
  .small-7 { position: relative; width: 29.16667%; }
  .small-8 { position: relative; width: 33.33333%; }
  .small-9 { position: relative; width: 37.5%; }
  .small-10 { position: relative; width: 41.66667%; }
  .small-11 { position: relative; width: 45.83333%; }
  .small-12 { position: relative; width: 50%; }
  .small-13 { position: relative; width: 54.16667%; }
  .small-14 { position: relative; width: 58.33333%; }
  .small-15 { position: relative; width: 62.5%; }
  .small-16 { position: relative; width: 66.66667%; }
  .small-17 { position: relative; width: 70.83333%; }
  .small-18 { position: relative; width: 75%; }
  .small-19 { position: relative; width: 79.16667%; }
  .small-20 { position: relative; width: 83.33333%; }
  .small-21 { position: relative; width: 87.5%; }
  .small-22 { position: relative; width: 91.66667%; }
  .small-23 { position: relative; width: 95.83333%; }
  .small-24 { position: relative; width: 100%; }
  .small-offset-1 { position: relative; margin-left: 4.16667%; }
  .small-offset-2 { position: relative; margin-left: 8.33333%; }
  .small-offset-3 { position: relative; margin-left: 12.5%; }
  .small-offset-4 { position: relative; margin-left: 16.66667%; }
  .small-offset-5 { position: relative; margin-left: 20.83333%; }
  .small-offset-6 { position: relative; margin-left: 25%; }
  .small-offset-7 { position: relative; margin-left: 29.16667%; }
  .small-offset-8 { position: relative; margin-left: 33.33333%; }
  .small-offset-9 { position: relative; margin-left: 37.5%; }
  .small-offset-10 { position: relative; margin-left: 41.66667%; }
  .small-offset-11 { position: relative; margin-left: 45.83333%; }
  .small-offset-12 { position: relative; margin-left: 50%; }
  .small-offset-13 { position: relative; margin-left: 54.16667%; }
  .small-offset-14 { position: relative; margin-left: 58.33333%; }
  .small-offset-15 { position: relative; margin-left: 62.5%; }
  .small-offset-16 { position: relative; margin-left: 66.66667%; }
  .small-offset-17 { position: relative; margin-left: 70.83333%; }
  .small-offset-18 { position: relative; margin-left: 75%; }
  .small-offset-19 { position: relative; margin-left: 79.16667%; }
  .small-offset-20 { position: relative; margin-left: 83.33333%; }
  .small-offset-21 { position: relative; margin-left: 87.5%; }
  .small-offset-22 { position: relative; margin-left: 91.66667%; }
  [class*="column"] + [class*="column"]:last-child { float: right; }
  [class*="column"] + [class*="column"].end { float: left; }
  .column.small-centered, .columns.small-centered { position: relative; margin-left: auto; margin-right: auto; float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media (min-width: 768px) { .large-1 { position: relative; width: 4.16667%; }
  .large-2 { position: relative; width: 8.33333%; }
  .large-3 { position: relative; width: 12.5%; }
  .large-4 { position: relative; width: 16.66667%; }
  .large-5 { position: relative; width: 20.83333%; }
  .large-6 { position: relative; width: 25%; }
  .large-7 { position: relative; width: 29.16667%; }
  .large-8 { position: relative; width: 33.33333%; }
  .large-9 { position: relative; width: 37.5%; }
  .large-10 { position: relative; width: 41.66667%; }
  .large-11 { position: relative; width: 45.83333%; }
  .large-12 { position: relative; width: 50%; }
  .large-13 { position: relative; width: 54.16667%; }
  .large-14 { position: relative; width: 58.33333%; }
  .large-15 { position: relative; width: 62.5%; }
  .large-16 { position: relative; width: 66.66667%; }
  .large-17 { position: relative; width: 70.83333%; }
  .large-18 { position: relative; width: 75%; }
  .large-19 { position: relative; width: 79.16667%; }
  .large-20 { position: relative; width: 83.33333%; }
  .large-21 { position: relative; width: 87.5%; }
  .large-22 { position: relative; width: 91.66667%; }
  .large-23 { position: relative; width: 95.83333%; }
  .large-24 { position: relative; width: 100%; }
  .row .large-offset-1 { position: relative; margin-left: 4.16667%; }
  .row .large-offset-2 { position: relative; margin-left: 8.33333%; }
  .row .large-offset-3 { position: relative; margin-left: 12.5%; }
  .row .large-offset-4 { position: relative; margin-left: 16.66667%; }
  .row .large-offset-5 { position: relative; margin-left: 20.83333%; }
  .row .large-offset-6 { position: relative; margin-left: 25%; }
  .row .large-offset-7 { position: relative; margin-left: 29.16667%; }
  .row .large-offset-8 { position: relative; margin-left: 33.33333%; }
  .row .large-offset-9 { position: relative; margin-left: 37.5%; }
  .row .large-offset-10 { position: relative; margin-left: 41.66667%; }
  .row .large-offset-11 { position: relative; margin-left: 45.83333%; }
  .row .large-offset-12 { position: relative; margin-left: 50%; }
  .row .large-offset-13 { position: relative; margin-left: 54.16667%; }
  .row .large-offset-14 { position: relative; margin-left: 58.33333%; }
  .row .large-offset-15 { position: relative; margin-left: 62.5%; }
  .row .large-offset-16 { position: relative; margin-left: 66.66667%; }
  .row .large-offset-17 { position: relative; margin-left: 70.83333%; }
  .row .large-offset-18 { position: relative; margin-left: 75%; }
  .row .large-offset-19 { position: relative; margin-left: 79.16667%; }
  .row .large-offset-20 { position: relative; margin-left: 83.33333%; }
  .row .large-offset-21 { position: relative; margin-left: 87.5%; }
  .row .large-offset-22 { position: relative; margin-left: 91.66667%; }
  .row .large-offset-23 { position: relative; margin-left: 95.83333%; }
  .push-1 { position: relative; left: 4.16667%; right: auto; }
  .pull-1 { position: relative; right: 4.16667%; left: auto; }
  .push-2 { position: relative; left: 8.33333%; right: auto; }
  .pull-2 { position: relative; right: 8.33333%; left: auto; }
  .push-3 { position: relative; left: 12.5%; right: auto; }
  .pull-3 { position: relative; right: 12.5%; left: auto; }
  .push-4 { position: relative; left: 16.66667%; right: auto; }
  .pull-4 { position: relative; right: 16.66667%; left: auto; }
  .push-5 { position: relative; left: 20.83333%; right: auto; }
  .pull-5 { position: relative; right: 20.83333%; left: auto; }
  .push-6 { position: relative; left: 25%; right: auto; }
  .pull-6 { position: relative; right: 25%; left: auto; }
  .push-7 { position: relative; left: 29.16667%; right: auto; }
  .pull-7 { position: relative; right: 29.16667%; left: auto; }
  .push-8 { position: relative; left: 33.33333%; right: auto; }
  .pull-8 { position: relative; right: 33.33333%; left: auto; }
  .push-9 { position: relative; left: 37.5%; right: auto; }
  .pull-9 { position: relative; right: 37.5%; left: auto; }
  .push-10 { position: relative; left: 41.66667%; right: auto; }
  .pull-10 { position: relative; right: 41.66667%; left: auto; }
  .push-11 { position: relative; left: 45.83333%; right: auto; }
  .pull-11 { position: relative; right: 45.83333%; left: auto; }
  .push-12 { position: relative; left: 50%; right: auto; }
  .pull-12 { position: relative; right: 50%; left: auto; }
  .push-13 { position: relative; left: 54.16667%; right: auto; }
  .pull-13 { position: relative; right: 54.16667%; left: auto; }
  .push-14 { position: relative; left: 58.33333%; right: auto; }
  .pull-14 { position: relative; right: 58.33333%; left: auto; }
  .push-15 { position: relative; left: 62.5%; right: auto; }
  .pull-15 { position: relative; right: 62.5%; left: auto; }
  .push-16 { position: relative; left: 66.66667%; right: auto; }
  .pull-16 { position: relative; right: 66.66667%; left: auto; }
  .push-17 { position: relative; left: 70.83333%; right: auto; }
  .pull-17 { position: relative; right: 70.83333%; left: auto; }
  .push-18 { position: relative; left: 75%; right: auto; }
  .pull-18 { position: relative; right: 75%; left: auto; }
  .push-19 { position: relative; left: 79.16667%; right: auto; }
  .pull-19 { position: relative; right: 79.16667%; left: auto; }
  .push-20 { position: relative; left: 83.33333%; right: auto; }
  .pull-20 { position: relative; right: 83.33333%; left: auto; }
  .push-21 { position: relative; left: 87.5%; right: auto; }
  .pull-21 { position: relative; right: 87.5%; left: auto; }
  .push-22 { position: relative; left: 91.66667%; right: auto; }
  .pull-22 { position: relative; right: 91.66667%; left: auto; }
  .push-23 { position: relative; left: 95.83333%; right: auto; }
  .pull-23 { position: relative; right: 95.83333%; left: auto; }
  .small-push-1 { left: inherit; }
  .small-pull-1 { right: inherit; }
  .small-push-2 { left: inherit; }
  .small-pull-2 { right: inherit; }
  .small-push-3 { left: inherit; }
  .small-pull-3 { right: inherit; }
  .small-push-4 { left: inherit; }
  .small-pull-4 { right: inherit; }
  .small-push-5 { left: inherit; }
  .small-pull-5 { right: inherit; }
  .small-push-6 { left: inherit; }
  .small-pull-6 { right: inherit; }
  .small-push-7 { left: inherit; }
  .small-pull-7 { right: inherit; }
  .small-push-8 { left: inherit; }
  .small-pull-8 { right: inherit; }
  .small-push-9 { left: inherit; }
  .small-pull-9 { right: inherit; }
  .small-push-10 { left: inherit; }
  .small-pull-10 { right: inherit; }
  .small-push-11 { left: inherit; }
  .small-pull-11 { right: inherit; }
  .small-push-12 { left: inherit; }
  .small-pull-12 { right: inherit; }
  .small-push-13 { left: inherit; }
  .small-pull-13 { right: inherit; }
  .small-push-14 { left: inherit; }
  .small-pull-14 { right: inherit; }
  .small-push-15 { left: inherit; }
  .small-pull-15 { right: inherit; }
  .small-push-16 { left: inherit; }
  .small-pull-16 { right: inherit; }
  .small-push-17 { left: inherit; }
  .small-pull-17 { right: inherit; }
  .small-push-18 { left: inherit; }
  .small-pull-18 { right: inherit; }
  .small-push-19 { left: inherit; }
  .small-pull-19 { right: inherit; }
  .small-push-20 { left: inherit; }
  .small-pull-20 { right: inherit; }
  .small-push-21 { left: inherit; }
  .small-pull-21 { right: inherit; }
  .small-push-22 { left: inherit; }
  .small-pull-22 { right: inherit; }
  .small-push-23 { left: inherit; }
  .small-pull-23 { right: inherit; }
  .column.large-centered, .columns.large-centered { position: relative; margin-left: auto; margin-right: auto; float: none !important; }
  .column.large-uncentered, .columns.large-uncentered { margin-left: 0; margin-right: 0; float: none; } }
/* Foundation Block Grids for below small breakpoint */
@media only screen { [class*="block-grid-"] { display: block; padding: 0; margin: 0 -7px; *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; }
  [class*="block-grid-"]:after { clear: both; }
  [class*="block-grid-"] > li { display: inline; height: auto; float: left; padding: 0 7px 7px; }
  .small-block-grid-1 > li { width: 100%; padding: 0 7px 7px; }
  .small-block-grid-1 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  .small-block-grid-2 > li { width: 50%; padding: 0 7px 7px; }
  .small-block-grid-2 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  .small-block-grid-3 > li { width: 33.33333%; padding: 0 7px 7px; }
  .small-block-grid-3 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  .small-block-grid-4 > li { width: 25%; padding: 0 7px 7px; }
  .small-block-grid-4 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  .small-block-grid-5 > li { width: 20%; padding: 0 7px 7px; }
  .small-block-grid-5 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  .small-block-grid-6 > li { width: 16.66667%; padding: 0 7px 7px; }
  .small-block-grid-6 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  .small-block-grid-7 > li { width: 14.28571%; padding: 0 7px 7px; }
  .small-block-grid-7 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  .small-block-grid-8 > li { width: 12.5%; padding: 0 7px 7px; }
  .small-block-grid-8 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  .small-block-grid-9 > li { width: 11.11111%; padding: 0 7px 7px; }
  .small-block-grid-9 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  .small-block-grid-10 > li { width: 10%; padding: 0 7px 7px; }
  .small-block-grid-10 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  .small-block-grid-11 > li { width: 9.09091%; padding: 0 7px 7px; }
  .small-block-grid-11 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  .small-block-grid-12 > li { width: 8.33333%; padding: 0 7px 7px; }
  .small-block-grid-12 > li:nth-of-type(n) { clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }

@media only screen and (min-width: 480px) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }



/* Foundation Block Grids for above small breakpoint */
@media (min-width: 768px) { /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) { clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) { clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) { clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) { clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) { clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) { clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) { clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) { clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) { clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) { clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) { clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) { clear: none; }
  .large-block-grid-1 > li { width: 100%; padding: 0 7px 7px; }
  .large-block-grid-1 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  .large-block-grid-2 > li { width: 50%; padding: 0 7px 7px; }
  .large-block-grid-2 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  .large-block-grid-3 > li { width: 33.33333%; padding: 0 7px 7px; }
  .large-block-grid-3 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  .large-block-grid-4 > li { width: 25%; padding: 0 7px 7px; }
  .large-block-grid-4 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  .large-block-grid-5 > li { width: 20%; padding: 0 7px 7px; }
  .large-block-grid-5 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  .large-block-grid-6 > li { width: 16.66667%; padding: 0 7px 7px; }
  .large-block-grid-6 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  .large-block-grid-7 > li { width: 14.28571%; padding: 0 7px 7px; }
  .large-block-grid-7 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  .large-block-grid-8 > li { width: 12.5%; padding: 0 7px 7px; }
  .large-block-grid-8 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  .large-block-grid-9 > li { width: 11.11111%; padding: 0 7px 7px; }
  .large-block-grid-9 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  .large-block-grid-10 > li { width: 10%; padding: 0 7px 7px; }
  .large-block-grid-10 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  .large-block-grid-11 > li { width: 9.09091%; padding: 0 7px 7px; }
  .large-block-grid-11 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  .large-block-grid-12 > li { width: 8.33333%; padding: 0 7px 7px; }
  .large-block-grid-12 > li:nth-of-type(n) { clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }
/* Foundation Visibility HTML Classes */
.show-for-small, .show-for-medium-down, .show-for-large-down { display: inherit !important; }

.show-for-medium, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; }

.hide-for-medium, .hide-for-medium-up, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: inherit !important; }

.hide-for-small, .hide-for-medium-down, .hide-for-large-down { display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge { display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge { display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge { display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge { display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, th.show-for-small, th.show-for-medium-down, th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge { display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media (min-width: 768px) { .show-for-medium, .show-for-medium-up { display: inherit !important; }
  .show-for-small { display: none !important; }
  .hide-for-small { display: inherit !important; }
  .hide-for-medium, .hide-for-medium-up { display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small { display: table; }
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small { display: table-header-group !important; }
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small { display: table-row-group !important; }
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small { display: table-row !important; }
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small, th.show-for-medium, th.show-for-medium-up, th.hide-for-small { display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media (min-width: 1024px) { .show-for-large, .show-for-large-up { display: inherit !important; }
  .show-for-medium, .show-for-medium-down { display: none !important; }
  .hide-for-medium, .hide-for-medium-down { display: inherit !important; }
  .hide-for-large, .hide-for-large-up { display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down { display: table; }
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down { display: table-header-group !important; }
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down { display: table-row-group !important; }
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down { display: table-row !important; }
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down, th.show-for-large, th.show-for-large-up, th.hide-for-medium, th.hide-for-medium-down { display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media (min-width: 1500px) { .show-for-xlarge { display: inherit !important; }
  .show-for-large, .show-for-large-down { display: none !important; }
  .hide-for-large, .hide-for-large-down { display: inherit !important; }
  .hide-for-xlarge { display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down { display: table; }
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down { display: table-header-group !important; }
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down { display: table-row-group !important; }
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down { display: table-row !important; }
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down, th.show-for-xlarge, th.hide-for-large, th.hide-for-large-down { display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait { display: inherit !important; }

.hide-for-landscape, .show-for-portrait { display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait { display: table; }

thead.hide-for-landscape, thead.show-for-portrait { display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait { display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait { display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait { display: table-cell !important; }

@media (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: inherit !important; }
  .hide-for-landscape, .show-for-portrait { display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait { display: table; }
  thead.show-for-landscape, thead.hide-for-portrait { display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait { display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait { display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait { display: table-cell !important; } }
@media (orientation: portrait) { .show-for-portrait, .hide-for-landscape { display: inherit !important; }
  .hide-for-portrait, .show-for-landscape { display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape { display: table; }
  thead.show-for-portrait, thead.hide-for-landscape { display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape { display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape { display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape { display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch { display: none !important; }

.hide-for-touch { display: inherit !important; }

.touch .show-for-touch { display: inherit !important; }

.touch .hide-for-touch { display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch { display: table; }

.touch table.show-for-touch { display: table; }

thead.hide-for-touch { display: table-header-group !important; }

.touch thead.show-for-touch { display: table-header-group !important; }

tbody.hide-for-touch { display: table-row-group !important; }

.touch tbody.show-for-touch { display: table-row-group !important; }

tr.hide-for-touch { display: table-row !important; }

.touch tr.show-for-touch { display: table-row !important; }

td.hide-for-touch { display: table-cell !important; }

.touch td.show-for-touch { display: table-cell !important; }

th.hide-for-touch { display: table-cell !important; }

.touch th.show-for-touch { display: table-cell !important; }

/* Panels */
.panel { border-style: solid; border-width: 0; border-color: #9fb321; margin-bottom: 1.42857em; padding: 1.14286em; background: #97C800; }
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p { color: #333333; }
.panel > :first-child { margin-top: 0; }
.panel > :last-child { margin-bottom: 0; }
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 { line-height: 1; margin-bottom: 0.71429em; }
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader { line-height: 1.4; }
.panel.callout { border-style: solid; border-width: 0; border-color: #004977; margin-bottom: 1.42857em; padding: 1.14286em; background: #0069aa; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p { color: white; }
.panel.callout > :first-child { margin-top: 0; }
.panel.callout > :last-child { margin-bottom: 0; }
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 { line-height: 1; margin-bottom: 0.71429em; }
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader { line-height: 1.4; }
.panel.radius { -webkit-border-radius: 3px; border-radius: 3px; }

p.lead { font-size: 1.25em; line-height: 1.6; }

.subheader { line-height: 1.3; color: #737373; font-weight: normal; margin-top: 0.2em; margin-bottom: 0.5em; }

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; }

/* Default Link Styles */
a { color: #004C97; text-decoration: none; line-height: inherit; }
a:hover, a:focus { color: #005990; }
a:focus {outline: -webkit-focus-ring-color auto 5px;}
a img { border: none; }

/* Default paragraph styles */
p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 20px; margin-bottom: 25px; text-rendering: optimizeLegibility; }
p aside { font-size: 1em; line-height: 20px; font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 { font-family: "Oswald", sans-serif; font-weight: normal; font-style: normal; color: #2e2e2e; text-rendering: optimizeLegibility; margin-top: 0; margin-bottom: 0.25em; line-height: 1.28571em; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #7b7b7b; line-height: 0; }

h1 { font-size: 1.21429em; }

h2 { font-size: 1.0em; }

h3 { font-size: 0.92857em; }

h4 { font-size: 1.07143em; }

h5 { font-size: 1.14286em; }

h6 { font-size: 1em; }

hr { border: solid #8DC8E8; border-width: 2px 0 0; clear: both; margin: 1.78571em 0 1.71429em; height: 0; }

/* Helpful Typography Defaults */
em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 60%; line-height: inherit; }

code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: bold; color: #8f2424; }

/* Lists */
ul, ol, dl {font-size: 1em; line-height: 20px; margin-bottom: 25px; list-style-position: inside; font-family: inherit; }
/* Unordered Lists */
ul li ul, ul li ol { margin-left: 1.28571em; margin-bottom: 0; font-size: 1em; /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; }
ul.square { list-style-type: square; }
ul.circle { list-style-type: circle; }
ul.disc { list-style-type: disc; overflow: hidden; }
ul.no-bullet { list-style: none; }

/* Ordered Lists */
ol li ul, ol li ol { margin-left: 1.28571em; margin-bottom: 0; }

/* Definition Lists */
dl dt { margin-bottom: 1em; font-weight: bold; }
dl dd { margin-bottom: 0.85714em; }

/* Abbreviations */
abbr, acronym { text-transform: uppercase; font-size: 90%; color: black; border-bottom: 1px dotted #dddddd; cursor: help; }

abbr { text-transform: none; }

/* Blockquotes */
blockquote { margin: 0 0 25px; padding: 15px; border-left: none; }
blockquote cite { display: block; font-size: 1em; color: #666666; }
blockquote cite:before { content: "\2014"; }
blockquote cite a, blockquote cite a:visited { color: black; }

blockquote, blockquote p { line-height: 20px; color: black; }

/* Microformats */
.vcard { display: inline-block; margin: 0 0 1.42857em 0; border: 1px solid #dddddd; padding: 0.71429em 0.85714em; }
.vcard li { margin: 0; display: block; }
.vcard .fn { font-weight: bold; font-size: 1.07143em; }

.vevent .summary { font-weight: bold; }
.vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 0.07143em; }

@media (min-width: 768px) { h1, h2, h3, h4, h5, h6 { line-height: 1.5; }
  h1 { font-size: 1.92857em; }
  h2 { font-size: 1.71429em; }
  h3 { font-size: 1.28571em; }
  h4 { font-size: 1.42857em; } }
/* Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only { display: none !important; }

@media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  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; /* h5bp.com/t */ }
  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; }
  .hide-on-print { display: none !important; }
  .print-only { display: block !important; }
  .hide-for-print { display: none !important; }
  .show-for-print { display: inherit !important; } }
button, .button {border-style: solid; border-width: 0; cursor: pointer; font-family: 'Roboto Condensed', "Helvetica", "Arial", sans-serif; font-weight: normal; line-height: 1; margin: 0 0 1.78571em; position: relative; text-decoration: none; text-align: center; display: inline-block; padding-top: 0.85714em; padding-right: 1.71429em; padding-bottom: 0.92857em; padding-left: 1.71429em; font-size: 1.14286em; background-color: #004C97; border-color: #004977; color: white; }
button:hover, button:focus, .button:hover, .button:focus { background-color: #015cb5; }
button:hover, button:focus, .button:hover, .button:focus { color: white; }
button.secondary, .button.secondary { background-color: #009CDE; border-color: #005227; color: white; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { background-color: #007cb1; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { color: white; }
button.success, .button.success { background-color: #5da423; border-color: #457a1a; color: white; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { background-color: #457a1a; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { color: white; }
button.alert, .button.alert { background-color: #cc3333; border-color: #a32929; color: white; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { background-color: #a32929; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { color: white; }
button.large, .button.large { padding-top: 1.14286em; padding-right: 2.28571em; padding-bottom: 1.21429em; padding-left: 2.28571em; font-size: 1.42857em; }
button.small, .button.small { padding-top: 0.64286em; padding-right: 1.28571em; padding-bottom: 0.71429em; padding-left: 1.28571em; font-size: 0.92857em; }
button.tiny, .button.tiny { padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.57143em; padding-left: 1em; font-size: 0.78571em; }
button.expand, .button.expand { padding-right: 0px; padding-left: 0px; width: 100%; }
button.left-align, .button.left-align { text-align: left; text-indent: 0.85714em; }
button.right-align, .button.right-align { text-align: right; padding-right: 0.85714em; }
button.disabled, button[disabled], .button.disabled, .button[disabled] { background-color: #004C97; border-color: #004977; color: white; cursor: default; opacity: 0.6; -webkit-box-shadow: none; box-shadow: none; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #004977; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { color: white; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #004C97; }
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary { background-color: #00853f; border-color: #005227; color: white; cursor: default; opacity: 0.6; -webkit-box-shadow: none; box-shadow: none; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #005227; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { color: white; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #00853f; }
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success { background-color: #5da423; border-color: #457a1a; color: white; cursor: default; opacity: 0.6; -webkit-box-shadow: none; box-shadow: none; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #457a1a; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { color: white; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #5da423; }
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert { background-color: #cc3333; border-color: #a32929; color: white; cursor: default; opacity: 0.6; -webkit-box-shadow: none; box-shadow: none; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #a32929; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { color: white; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #cc3333; }

button, .button { padding-top: 0.92857em; padding-bottom: 0.85714em; }
button.tiny, .button.tiny { padding-top: 0.57143em; padding-bottom: 0.5em; }
button.small, .button.small { padding-top: 0.71429em; padding-bottom: 0.64286em; }
button.large, .button.large { padding-top: 1.17857em; padding-bottom: 1.17857em; }

@media only screen { button, .button { -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -webkit-transition: background-color 300ms ease-out; -moz-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; }
  button:active, .button:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
  button.radius, .button.radius { -webkit-border-radius: 3px; border-radius: 3px; }
  button.round, .button.round { -webkit-border-radius: 1000px; border-radius: 1000px; } }
@media (min-width: 768px) { button, .button { display: inline-block; } }
@media only screen and (max-width: 767px) { .f-dropdown { max-width: 100%; left: 0; } }
/* Foundation Dropdowns */
.f-dropdown { position: absolute; top: -9999px; list-style: none; padding: 1.42857em; width: 100%; height: auto; max-height: none; background: white; border: solid 1px #cccccc; font-size: 14px; z-index: 99; margin-top: 2px; max-width: 200px; }
.f-dropdown *:first-child { margin-top: 0; }
.f-dropdown *:last-child { margin-bottom: 0; }
.f-dropdown:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: transparent transparent white transparent; border-bottom-style: solid; position: absolute; top: -12px; left: 10px; z-index: 99; }
.f-dropdown:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: transparent transparent #cccccc transparent; border-bottom-style: solid; position: absolute; top: -14px; left: 9px; z-index: 98; }
.f-dropdown.right:before { left: auto; right: 10px; }
.f-dropdown.right:after { left: auto; right: 9px; }
.f-dropdown li { font-size: 1em; cursor: pointer; line-height: 1.28571em; margin: 0; }
.f-dropdown li:hover, .f-dropdown li:focus { background: #eeeeee; }
.f-dropdown li a { display: block; padding: 0.35714em 0.71429em; color: #555555; }
.f-dropdown.content { position: absolute; top: -9999px; list-style: none; padding: 1.42857em; width: 100%; height: auto; max-height: none; background: white; border: solid 1px #cccccc; font-size: 14px; z-index: 99; max-width: 200px; }
.f-dropdown.content *:first-child { margin-top: 0; }
.f-dropdown.content *:last-child { margin-bottom: 0; }
.f-dropdown.tiny { max-width: 200px; }
.f-dropdown.small { max-width: 300px; }
.f-dropdown.medium { max-width: 500px; }
.f-dropdown.large { max-width: 800px; }

/* Standard Forms */
form { margin: 0 0 1.14286em; }

/* Using forms within rows, we need to set some defaults */
form .row .row { margin: 0 -0.57143em; }
form .row .row .column, form .row .row .columns { padding: 0 0.57143em; }
form .row .row.collapse { margin: 0; }
form .row .row.collapse .column, form .row .row.collapse .columns { padding: 0; }
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns { padding-left: 0.57143em; }

/* Label Styles */
label { font-size: 1em; color: #4d4d4d; cursor: pointer; display: block; font-weight: 500; margin-bottom: 0.21429em; }
label.right { float: none; text-align: right; }
label.inline { margin: 0 0 1.14286em 0; padding: 0.57143em 0; }

/* Attach elements to the beginning or end of an input */
.prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; border-style: solid; border-width: 1px; overflow: hidden; font-size: 1em; height: 2.64286em; line-height: 2.64286em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.42857em; }

.prefix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.42857em; }

.prefix.button.radius { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

.postfix.button.radius { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }

.prefix.button.round { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-bottomleft: 1000px; -moz-border-radius-topleft: 1000px; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }

.postfix.button.round { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-topright: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-top-right-radius: 1000px; -webkit-border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix { background: #f2f2f2; border-color: #d9d9d9; border-right: none; color: #333333; }
span.prefix.radius { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

span.postfix { background: #f2f2f2; border-color: #cccccc; border-left: none; color: #333333; }
span.postfix.radius { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * { -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * { -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * { -moz-border-radius-bottomleft: 1000px; -moz-border-radius-topleft: 1000px; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * { -moz-border-radius-topright: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-top-right-radius: 1000px; -webkit-border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { background-color: white; font-family: inherit; border: 0px solid #cccccc; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 1em; margin: 0 0 1.14286em 0; padding: 0.57143em; height: 2.64286em; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out; -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { -webkit-box-shadow: 0 0 5px black; -moz-box-shadow: 0 0 5px black; box-shadow: 0 0 5px black; border-color: black; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #fafafa; border-color: black; outline: none; }
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="week"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { background-color: #dddddd; }

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select { margin: 0 0 1.14286em 0; }

/* Normalize file input width */
input[type="file"] { width: 100%; }

/* We add basic fieldset styling */
fieldset { border: solid 1px #dddddd; padding: 1.42857em; margin: 1.28571em 0; }
fieldset legend { font-weight: bold; background: white; padding: 0 0.21429em; margin: 0; margin-left: -0.21429em; }

/* Error Handling */
.error input, input.error, .error textarea, textarea.error { border-color: #cc3333; background-color: rgba(204, 51, 51, 0.1); }
.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus { background: #fafafa; border-color: black; }

.error label, label.error { color: #cc3333; }

.error small, small.error { display: block; padding: 0.42857em 0.28571em; margin-top: -1.5em; margin-bottom: 1.14286em; font-size: 0.85714em; font-weight: bold; background: #cc3333; color: white; }

/* Tables */
table { background: white; margin-bottom: 1.42857em; border: solid 1px #009cde; }
table th, table tfoot { background: #009cde url('/media/style-assets/images/pattern-fade-trans.png') repeat-x 0 0; font-weight: normal; }
table tr th { padding: 0.57143em 0.85714em; font-size: 1.28571em !important; color: white !important; text-align: left; }
table tr th, table tr td { padding: 0.57143em 1.14286em; font-size: 1em; color: inherit; }
table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #ebf9fc; }
table tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.28571em; }

.orbit-container { overflow: hidden; width: 100%; position: relative; background: transparent; }
.orbit-container .orbit-slides-container { list-style: none; margin: 0; padding: 0; position: relative; }
.orbit-container .orbit-slides-container img { display: block; }
.orbit-container .orbit-slides-container > * { position: relative; float: left; height: 100%; }
.orbit-container .orbit-slides-container > * .orbit-caption { position: absolute; bottom: 0; background-color: black; background-color: rgba(0, 0, 0, 0.6); color: #fff; width: 100%; padding: 10px 14px; font-size: 1em; }
.orbit-container .orbit-slides-container > * .orbit-caption * { color: white; }
.orbit-container .orbit-slide-number { position: absolute; top: 10px; left: 10px; font-size: 12px; color: white; background: rgba(0, 0, 0, 0); }
.orbit-container .orbit-slide-number span { font-weight: 700; padding: 0.35714em; }
.orbit-container .orbit-timer { position: absolute; top: 10px; right: 10px; height: 6px; width: 100px; }
.orbit-container .orbit-timer .orbit-progress { height: 100%; background-color: black; background-color: rgba(0, 0, 0, 0.6); display: block; width: 0%; }
.orbit-container .orbit-timer > span { display: none; position: absolute; top: 10px; right: 0px; width: 11px; height: 14px; border: solid 4px #000; border-top: none; border-bottom: none; }
.orbit-container .orbit-timer.paused > span { right: -6px; top: 9px; width: 11px; height: 14px; border: inset 8px; border-right-style: solid; border-color: transparent transparent transparent #000; }
.orbit-container:hover .orbit-timer > span { display: block; }
.orbit-container .orbit-prev, .orbit-container .orbit-next { position: absolute; top: 50%; margin-top: -25px; background-color: black; background-color: rgba(0, 0, 0, 0.6); width: 50px; height: 60px; line-height: 50px; color: white; text-indent: -9999px !important; }
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span { position: absolute; top: 50%; margin-top: -16px; display: block; width: 0; height: 0; border: inset 16px; }
.orbit-container .orbit-prev { left: 0; }
.orbit-container .orbit-prev > span { border-right-style: solid; border-color: transparent; border-right-color: #fff; }
.orbit-container .orbit-prev:hover > span { border-right-color: #ccc; }
.orbit-container .orbit-next { right: 0; }
.orbit-container .orbit-next > span { border-color: transparent; border-left-style: solid; border-left-color: #fff; left: 50%; margin-left: -8px; }
.orbit-container .orbit-next:hover > span { border-left-color: #ccc; }

.orbit-bullets { margin: 0 auto 30px auto; overflow: hidden; position: relative; top: 10px; }
.orbit-bullets li { display: block; width: 18px; height: 18px; background: #cccccc; float: left; margin-right: 6px; border: solid 2px #97C800; -webkit-border-radius: 1000px; border-radius: 1000px; }
.orbit-bullets li.active { background: #97C800; }
.orbit-bullets li:last-child { margin-right: 0; }

.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next { display: none; }
.touch .orbit-bullets { display: none; }

@media (min-width: 768px) { .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next { display: inherit; }
  .touch .orbit-bullets { display: block; } }
/* Clearing Styles */
[data-clearing] { *zoom: 1; margin-bottom: 0; list-style: none; }
[data-clearing]:before, [data-clearing]:after { content: " "; display: table; }
[data-clearing]:after { clear: both; }
[data-clearing] li { float: left; margin-right: 10px; }

.clearing-blackout { background: #111111; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 998; }
.clearing-blackout .clearing-close { display: block; }

.clearing-container { position: relative; z-index: 998; height: 100%; overflow: hidden; margin: 0; }

.visible-img { height: 95%; position: relative; }
.visible-img img { position: absolute; left: 50%; top: 50%; margin-left: -50%; max-height: 100%; max-width: 100%; }

.clearing-caption { color: white; line-height: 1.3; margin-bottom: 0; text-align: center; bottom: 0; background: #111111; width: 100%; padding: 10px 30px; position: absolute; left: 0; }

.clearing-close { z-index: 999; padding-left: 20px; padding-top: 10px; font-size: 40px; line-height: 1; color: white; display: none; }
.clearing-close:hover, .clearing-close:focus { color: #ccc; }

.clearing-assembled .clearing-container { height: 100%; }
.clearing-assembled .clearing-container .carousel > ul { display: none; }

@media (min-width: 768px) { .clearing-main-prev, .clearing-main-next { position: absolute; height: 100%; width: 40px; top: 0; }
  .clearing-main-prev > span, .clearing-main-next > span { position: absolute; top: 50%; display: block; width: 0; height: 0; border: solid 16px; }
  .clearing-main-prev { left: 0; }
  .clearing-main-prev > span { left: 5px; border-color: transparent; border-right-color: white; }
  .clearing-main-next { right: 0; }
  .clearing-main-next > span { border-color: transparent; border-left-color: white; }
  .clearing-main-prev.disabled, .clearing-main-next.disabled { opacity: 0.5; }
  .clearing-feature ~ li { display: none; }
  .clearing-assembled .clearing-container .carousel { background: #111111; height: 150px; margin-top: 5px; }
  .clearing-assembled .clearing-container .carousel > ul { display: block; z-index: 999; width: 200%; height: 100%; margin-left: 0; position: relative; left: 0; }
  .clearing-assembled .clearing-container .carousel > ul li { display: block; width: 175px; height: inherit; padding: 0; float: left; overflow: hidden; margin-right: 1px; position: relative; cursor: pointer; opacity: 0.4; }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img { min-height: 100%; height: 100%; max-width: none; }
  .clearing-assembled .clearing-container .carousel > ul li a.th { border: none; -webkit-box-shadow: none; box-shadow: none; display: block; }
  .clearing-assembled .clearing-container .carousel > ul li img { cursor: pointer !important; min-width: 100% !important; }
  .clearing-assembled .clearing-container .carousel > ul li.visible { opacity: 1; }
  .clearing-assembled .clearing-container .visible-img { background: #111111; overflow: hidden; height: 75%; }
  .clearing-close { position: absolute; top: 10px; right: 20px; padding-left: 0; padding-top: 0; } }
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: black; background: rgba(0, 0, 0, 0.45); z-index: 98; display: none; top: 0; left: 0; }

.reveal-modal { visibility: hidden; display: none; position: absolute; left: 50%; z-index: 99; height: auto; background-color: #fff; margin-left: -40%; width: 80%; background-color: white; padding: 1.42857em; border: solid 1px #666666; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); top: 50px; }
.reveal-modal .column, .reveal-modal .columns { min-width: 0; }
.reveal-modal > :first-child { margin-top: 0; }
.reveal-modal > :last-child { margin-bottom: 0; }
.reveal-modal .close-reveal-modal { font-size: 1.57143em; line-height: 1; position: absolute; top: 0.57143em; right: 0.78571em; color: #aaaaaa; font-weight: bold; cursor: pointer; }

@media screen and (min-width: 768px) { .reveal-modal { padding: 2.14286em; top: 7.14286em; }
  .reveal-modal.tiny { margin-left: -15%; width: 30%; }
    .reveal-modal.small { margin-left: -20%; width: 40%; }
  .reveal-modal.medium { margin-left: -30%; width: 60%; }
  .reveal-modal.large { margin-left: -35%; width: 70%; }
  .reveal-modal.xlarge { margin-left: -47.5%; width: 95%; } }

@media print { .reveal-modal { background: #fff !important; } }
.topic-slider-container { max-width: 1050px; position: relative; overflow: hidden; margin: 0 auto; padding: 0 15px; border-bottom: none; }
.topic-slider-container .topic-container { position: relative; background: #2379b6; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2379b6), color-stop(100%, #01619d)); background-image: -webkit-linear-gradient(top, #2379b6, #01619d); background-image: -moz-linear-gradient(top, #2379b6, #01619d); background-image: -o-linear-gradient(top, #2379b6, #01619d); background-image: linear-gradient(top, #2379b6, #01619d); }
.topic-slider-container .topic-container:before { content: ''; background: url('/media/style-assets/images/pattern-fade-trans.png') repeat-x 50% 0; position: absolute; top: 0; right: 0; left: 0; height: 60px; }
.topic-slider-container .topic { position: relative; text-align: center; cursor: pointer; padding-top: 20px; padding-bottom: 20px; height: 100%; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); color: white; }
.topic-slider-container .topic h3 { font: normal 32px/1 "Oswald"; color: white; margin-bottom: 0; }
.topic-slider-container .topic p { margin-bottom: 0; display: none; }
.topic-slider-container .slide { background: white; background: rgba(255, 255, 255, 0.9); font-size: 12px; line-height: 1.1; padding: 15px 10px; display: block; text-align: left; color: #005288; *zoom: 1; }
.topic-slider-container .slide:after { content: ""; display: table; clear: both; }
.topic-slider-container .slide img { float: left; margin: 0 10px 0 0; border: 2px solid #8DC8E8; max-width: 30%; }
.topic-slider-container .slide h4 { font-size: 20px; font-family: "Oswald", sans-serif; color: #005288; margin: 0; }
.topic-slider-container .slide p { font-size: 12px; margin: 0; }
.topic-slider-container .topic-slides, .topic-slider-container .topic-cloned, .topic-slider-container .slide-cloned { display: none; }
.topic-slider-container .is-active { position: relative; }
.topic-slider-container .is-active:after { content: '>'; speak: none; position: absolute; top: 12px; right: 10px; display: block; cursor: pointer; z-index: 30; font-size: 15px; line-height: 0; }
@media (min-width: 768px) { .topic-slider-container { padding: 0; border-bottom: 5px solid #8DC8E8; }
  .topic-slider-container .topic-slider { display: block; width: 175%; *zoom: 1; }
  .topic-slider-container .topic-slider:before, .topic-slider-container .topic-slider:after { content: " "; display: table; }
  .topic-slider-container .topic-slider:after { clear: both; }
  .topic-slider-container .topic:before { content: ''; position: absolute; width: 5px; height: 80px; background: #1798cb; left: 0; top: 20px; bottom: 20px; }
  .topic-slider-container .topic p { display: block; }
  .topic-slider-container .topic h3 { margin-bottom: 7px; }
  .topic-slider-container .topic, .topic-slider-container .topic h3 { -webkit-transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; transition: color 0.3s ease-out; }
  .topic-slider-container .topic-container:first-child .topic:before { background: none; }
  .topic-slider-container .topic.dimmed, .topic-slider-container .topic.dimmed h3 { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); color: #1c93c8; }
  .topic-slider-container .slide, .topic-slider-container .topic-container { height: 116px; float: left; width: 14.285%; }
  .topic-slider-container .slide-cloned { display: block; }
  .topic-slider-container .topic-cloned { display: block; position: absolute; left: 0; top: 0; width: 25%; z-index: 10; }
  .topic-slider-container .topic-cloned .topic:before { background: none; } }
@media (min-width: 1024px) { .topic-slider-container .slide img { max-width: 38%; } }

.slideshow { position: relative; background: url('/media/style-assets/images/orbit-shadow.png') no-repeat 50% 100%; background-size: 100%; padding-bottom: 25px; margin: 20px 0 0; }
.slideshow p, .slideshow ul { margin: 0 0 12px; text-align: center; }
.slideshow li { float: left; padding: 0 10px; margin: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; font-size: 14px; }
.slideshow a { display: block; text-align: center; color: black; }
.slideshow a:hover { color: black; }
.slideshow img { display: inline-block; }

.slideshow-inner { overflow: hidden; margin: 0 50px; }

.slideshow-next, .slideshow-prev { display: block; position: absolute; top: 19%; height: 40px; width: 40px; left: 0; text-indent: -9999px; background: url('/media/style-assets/images/slide-left.png') no-repeat 0 0; }

.slideshow-next { left: auto; right: 0; background: url('/media/style-assets/images/slide-right.png') no-repeat 0 0; }

.slideshow-caption { color: white; padding: 8px 20px 20px; background: black; background: rgba(0, 0, 0, 0.4); }
/*Slideshow Header style update*/

.slideshow-caption h1, .slideshow-caption h2 { font-size: 38px; font-family: "Oswald", sans-serif; color: #97C800 !important; margin: 0; font-weight: 300;}
.slideshow-caption p { margin: 0; }

html, body { height: 100%; }

h1 { color: black; font-weight: bold; font-family: "Oswald", sans-serif; font-size: 27px; }

h2 { font-size: 24px; }

h3 { font-size: 20px; }

h4 { font-size: 18px; }

h4 { color: black; font-family: 'Roboto Condensed', "Helvetica", "Arial", sans-serif; font-weight: 700;}

h5 {font-weight: 700; font-family: 'Roboto', "Helvetica", "Arial", sans-serif;}

h4 { line-height: 24px; }

h5 { line-height: 20px; }

h6 { color: black; font-family: inherit; font-weight: 700;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: black; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: black; }

ul { list-style-type: none; }

li { margin: 0.2em 0; }

ol li { font-size: 14px; }

ol ol ol ol, ol ol { list-style-type: lower-alpha; }

ol ol ol ol ol, ol ol ol { list-style-type: lower-roman; }

blockquote { clear: both; background: #eff5d3 url('/media/style-assets/images/pattern.png'); }
blockquote p { font-size: 18px; line-height: 1.5; margin-bottom: 0; }
blockquote cite { margin-top: 6px; }

table { width: 100%; overflow: auto; }

th { font-weight: normal; font-family: "Oswald", sans-serif; }

td { border-right: 1px solid #009cde; }
td:last-child { border: none; }

figure img { display: block; /*border: 1px solid #cccccc;*/ margin-bottom: 1em; width: auto !important; height: auto !important; }
figure a { display: block; }

figcaption { border-left: 4px solid #009cde; padding-left: 10px; font-size: 0.85714em; line-height: 1.83333em; margin-bottom: 25px;}
figcaption p { line-height: 1.83333em; margin-bottom: 0; }
@media (min-width: 768px) { figcaption { font-size: 1.14286em; line-height: 1.375em; }
  figcaption p { line-height: 1.375em; margin-bottom: 0; } }

a[x-apple-data-detectors=true] { color: inherit !important; background-color: inherit !important; }

.group { *zoom: 1; position: relative; }
.group:after { content: ""; display: table; clear: both; }

@media (max-width: 767px) { .row { max-width: 550px; } }
.l-alert { text-align: center; background: #cc3333; padding: 8px 0 6px; }
.y-alert { text-align: center; background: #ffcc00; padding: 8px 0 6px; }

.l-header { border-top: 4px solid #97C800; border-bottom: 1px solid white; position: relative; background: #004C97; }
.l-header .columns { position: static; }
.l-header .l-utility { margin: 8px 0; position: absolute; bottom: 8px; left: 50%; width: 300px; margin-left: -145px; }
.l-header .l-logo { text-align: center; margin: 15px auto 21px auto; width: 100%; }
.l-header .l-search { width: 60%; margin: 0 auto; }
.l-header .l-my-uwf { display: none; }
@media (min-width: 350px) { .l-header .l-logo { width: 315px; } }
@media (min-width: 768px) { .l-header .l-header-inner { text-align: left; padding-bottom: 15px; }
  .l-header .l-logo { text-align: left; float: left; margin-left: 0; margin-right: 0; }
  .l-header .l-utility { float: right; position: static; }
  .l-header .l-search { margin-top: -5px; float: right; width: auto; }
  .l-header .l-my-uwf { display: block; float: right; margin-left: 12px; }
  .l-header .l-main-nav { float: left; }
  .l-header .l-header-inner {  } }
@media (min-width: 768px) and (max-width: 995px) { .l-header .l-search { position: absolute; top: 50px; right: 15px; width: 216px; } }

.l-menu-toggle { text-align: center; }

.l-menu-container { margin-bottom: 45px; padding: 10px 0 20px; background: #009CDE; }

@media (min-width: 768px) { .l-menu-toggle { display: none; }
  .l-menu-container { background: none; padding: 0; margin: 0; } }
@media (min-width: 768px) { .l-page { min-height: 100%; }
  .l-page-inner { overflow: auto; padding-bottom: 180px; } }
.l-footer { padding: 25px 0; background: #004C97; position: relative; border-bottom: 5px solid #97C800;}
.l-footer:before { content: ''; background: white; position: absolute; height: 1px; top: 1px; right: 0; left: 0; }
.l-footer:after { content: ''; background: url('/media/style-assets/images/pattern-fade-trans.png') repeat-x 50% 0; height: 47px; width: 100%; position: absolute; left: 0; right: 0; top: 2px; z-index: 0;  }
.l-footer .nested-row { z-index: 5; position: relative; padding-left: 15px; padding-right: 15px; width: 100%; float: left;  }
.l-footer .col-3 { display: none; }
@media (min-width: 768px) { .l-footer .col-1 { position: relative; padding-left: 15px; padding-right: 15px; width: 33.33333%; float: left; padding-left: 0; padding-right: 30px; border-right: 5px solid #1798cb; }
  .l-footer .col-2 { position: relative; padding-left: 15px; padding-right: 15px; width: 66.66667%; float: left; padding-left: 30px; } }
@media (min-width: 768px) { .l-footer { height: 240px; margin-top: -180px; }
  .l-footer .col-1 { position: relative; padding-left: 15px; padding-right: 15px; width: 33.33333%; margin-left: 16.66667%; float: left; padding-left: 0; }
  .l-footer .col-2 { text-align: center; position: relative; padding-left: 15px; padding-right: 15px; width: 50%; float: left; padding-left: 30px; }
  .l-footer.show-col-3 .nested-row { position: relative; padding-left: 15px; padding-right: 15px; width: 79.16667%; float: left; }
  .l-footer.show-col-3 .nested-columns { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 1024px; *zoom: 1; padding: 0; }
  .l-footer.show-col-3 .nested-columns:before, .l-footer.show-col-3 .nested-columns:after { content: " "; display: table; }
  .l-footer.show-col-3 .nested-columns:after { clear: both; }
  .l-footer.show-col-3 .col-1 { position: relative; padding-left: 15px; padding-right: 15px; width: 41.66667%; margin-left: 0%; float: left; }
  .l-footer.show-col-3 .col-2 { position: relative; padding-left: 15px; padding-right: 15px; width: 58.33333%; float: left; border-right: 5px solid #1798cb; }
  .l-footer.show-col-3 .col-3 { display: block; position: relative; padding-left: 15px; padding-right: 15px; width: 20.83333%; float: left; } }

.l-feedback { width: 300px; margin-right: -300px; position: fixed; right: -3px; bottom: 0; margin-top: -40px; z-index: 50; -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.4); box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.4); -webkit-transition: margin 0.4s ease-out; -moz-transition: margin 0.4s ease-out; transition: margin 0.4s ease-out; }
.l-feedback .feedback-close { color: white; font-size: 26px; line-height: 0; float: right; margin-right: 3px; text-shadow: -1px 1px 1px #83983a; }
.l-feedback.is-open { margin-right: 0; }
.l-feedback-response {color: #900;}

.l-feedback-button { display: none; background: #97C800; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); text-transform: uppercase; text-shadow: 1px 1px 1px #83983a; color: white; padding: 6px 8px; position: fixed; right: -37px; top: 60%; border: 1px solid #c6dc63; border-left: 1px solid #7a8d37; width: 100px; text-align: center; letter-spacing: 1px; z-index: 50; }
.l-feedback-button:hover { color: white; }

@media (min-width: 768px) { .l-feedback { bottom: auto; top: 60%; } }
@media (min-width: 1070px) { .l-feedback-button { display: block; } }

.l-feedback p.errors{color: #900;}
/* Bot catcher */
.l-feedback p.pbody {display: none;}
p.ii_pbody {display: none;}

.l-section-header { background:  #d6d7d8 url('/media/style-assets/images/pattern-fade-section.png') repeat-x center 0; padding: 20px 0 25px; }
.l-section-inner { margin-top: -20px; position: relative; }
@media (min-width: 550px) and (max-width: 767px) { .l-section-inner:after, .l-section-inner:before { content: ''; background: url('/media/style-assets/images/section-shadow-left.png') no-repeat 0 0; width: 8px; height: 542px; position: absolute; left: -8px; top: 0; }
  .l-section-inner:after { background-image: url('/media/style-assets/images/section-shadow-right.png'); left: auto; right: -8px; } }
@media (min-width: 1025px) { .l-section-inner:after, .l-section-inner:before { content: ''; background: url('/media/style-assets/images/section-shadow-left.png') no-repeat 0 0; width: 8px; height: 542px; position: absolute; left: -8px; top: 0; }
  .l-section-inner:after { background-image: url('/media/style-assets/images/section-shadow-right.png'); left: auto; right: -8px; } }

/* Sidebar and Main Base classes */
.l-main { position: relative; padding-left: 15px; padding-right: 15px; width: 100%; float: left; border-top: 5px solid #8DC8E8; position: relative; background: white; }

.l-sidebar { position: relative; padding-left: 15px; padding-right: 15px; width: 100%; float: left; padding-top: 20px; border-top: 5px solid #8DC8E8; background: white; }

@media (min-width: 768px) { .l-sidebar { position: relative; padding-left: 15px; padding-right: 15px; width: 29.16667%; right: 70.83333%; left: auto; float: left; }
  .l-sidebar:after { content: ''; width: 8px; height: 542px; position: absolute; top: 0; background: url('/media/style-assets/images/section-shadow-right.png') no-repeat 0 0; right: -8px; }
  .l-main { position: relative; padding-left: 15px; padding-right: 15px; width: 70.83333%; left: 29.16667%; right: auto; float: left; } }
/* Offcanvas Syles */
.l-offcanvas { overflow: hidden; }
.l-offcanvas .l-main { padding-top: 55px; float: right; -webkit-transition: margin 0.2s ease; -moz-transition: margin 0.2s ease; transition: margin 0.2s ease; }
.l-offcanvas .l-main .l-main-close { background: #8DC8E8 url('/media/style-assets/images/icon_menu.png') no-repeat center 9px; width: 42px; height: 39px; position: absolute; top: 0; left: 0; cursor: pointer; z-index: 10; }
.l-offcanvas .l-main:only-child { padding-left: 15px; }
.l-offcanvas .l-main:only-child .l-main-close { display: none; }
.l-offcanvas .l-sidebar { float: right; width: 85%; margin-left: -85%; }
.l-offcanvas .l-main:only-child { padding-top: 20px; }
.l-offcanvas.notransition .l-main { -webkit-transition: 0 300ms ease-out; -moz-transition: 0 300ms ease-out; transition: 0 300ms ease-out; }
.l-offcanvas.sidebar-open .l-main { margin: 0 -85% 0 0; }
.l-offcanvas.sidebar-open .l-sidebar:after { content: ''; width: 8px; height: 542px; position: absolute; top: 0; background: url('/media/style-assets/images/section-shadow-right.png') no-repeat 0 0; right: -8px; }

@media (min-width: 768px) { .l-offcanvas .l-main { width: 100%; left: auto; padding: 20px 55px; float: right; }
  .l-offcanvas .l-sidebar { right: auto; width: 30%; margin-left: -30%; float: right; }
  .l-offcanvas .l-sidebar:after { display: none; }
  .l-offcanvas .l-main:only-child { padding: 20px 15px; }
  .l-offcanvas.sidebar-open .l-main { margin-right: -30%; }
  .l-offcanvas.sidebar-open .l-sidebar:after { display: block; }
  .dept .l-offcanvas .l-main { padding-left: 15px; padding-right: 15px; } }
@media (min-width: 880px) { .l-offcanvas { overflow: visible; }
  .l-offcanvas .l-main { padding: 20px 15px; position: relative; padding-left: 15px; padding-right: 15px; width: 70.83333%; left: 29.16667%; right: auto; float: left; }
  .l-offcanvas .l-main .l-main-close { display: none; }
  .l-offcanvas .l-main:only-child { border-top: 5px solid #8DC8E8; position: relative; padding-left: 15px; padding-right: 15px; width: 100%; left: 0%; right: auto; float: left; }
  .l-offcanvas .l-sidebar { margin-left: 0; position: relative; padding-left: 15px; padding-right: 15px; width: 29.16667%; right: 70.83333%; left: auto; float: left; }
  .l-offcanvas .l-sidebar:after { display: block; }
  .l-offcanvas.sidebar-open .l-main { margin-right: 0; }
  .l-section.dept .l-offcanvas .l-section-inner:before { display: block; } }
.l-section { position: relative; background: white; }
.l-section.dept, .l-section.landing { position: relative; }
.l-section.dept .l-main, .l-section.landing .l-main { border-top: none; padding-top: 0; }
.l-section.dept .l-sidebar:after, .l-section.landing .l-sidebar:after { display: none; }
.l-section.landing .l-section-header { padding-bottom: 160px; }
.l-section.landing .l-section-inner { margin-top: -160px; }
.l-section.landing .l-sidebar { border-top-color: #009cde; }
.l-section.dept { position: relative; }
.l-section.dept:before { content: ''; position: absolute; background: #d6d7d8 url('/media/style-assets/images/pattern-fade-section.png') repeat-x center 0; height: 240px; top: 0; right: 0; left: 0; }
.l-section.dept .l-dept-header { padding-left: 45px; }
.l-section.dept .l-section-inner { margin-top: 20px; }
.l-section.dept .l-section-inner:before, .l-section.dept .l-section-inner:after { display: none; }
.l-section.dept .l-main { background: none; }
@media (min-width: 768px) { .l-section.landing .l-main { position: relative; padding-left: 15px; padding-right: 15px; width: 70.83333%; left: 0%; right: auto; float: left; }
  .l-section.landing .l-sidebar { margin-top: -20px; position: relative; padding-left: 15px; padding-right: 15px; width: 29.16667%; right: 0%; left: auto; float: left; } }
@media (min-width: 880px) { .l-section.dept .l-dept-header { padding-left: 0; } }

.l-banner { margin-top: -25px; }
.l-banner ul.inline, .l-banner ul.breadcrumb, .l-banner hr.pattern, .l-banner .sidenav hr, .sidenav .l-banner hr { margin: 14px 0 16px; }

.l-home-bg { position: absolute; width: 100%; height: 750px; overflow: hidden; }
.l-home-bg img { width: 100%; }
.l-home-bg .overlay { background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0)); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0)); background-image: linear-gradient(top, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0)); position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.l-home-bg:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 230px; background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), white); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff)); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff); background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff); background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff); background-image: linear-gradient(top, rgba(255, 255, 255, 0), #ffffff); }

.l-callout-slider, .l-home-section { position: relative; max-width: 1050px; margin: 0 auto; background: white; }

.l-home-section { padding: 20px 0 0; margin-bottom: -60px; }
.l-home-section .l-home-button, .l-home-section .l-home-callout { text-align: center; margin-bottom: 12px; }
.l-home-section .l-home-button .button, .l-home-section .l-home-callout .button { margin-bottom: 0; }
.l-home-section .row { z-index: 10; position: relative; }

.l-home-landscape { height: 147px; background-image: -ms-linear-gradient(top, white, #8ddaee); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #8ddaee)); background-image: -webkit-linear-gradient(top, #ffffff, #8ddaee); background-image: -moz-linear-gradient(top, #ffffff, #8ddaee); background-image: -o-linear-gradient(top, #ffffff, #8ddaee); background-image: linear-gradient(top, #ffffff, #8ddaee); width: 100%; position: relative; }
.l-home-landscape:after { content: ''; display: block; background: url('/media/style-assets/images/landscape.png') no-repeat center 100%; height: 147px; width: 100%; }

.l-cfpa-header { position: relative; background: #004C97;}
.l-cfpa-header .l-cfpa-header-top { padding-top: 30px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #9dc4df; }
.l-cfpa-header .menu-toggle-container { margin-bottom: 0; }

.l-cfpa-feature { background: white; position: relative; }

.l-cfpa-section { position: relative; background: white; padding: 20px 0; }

@media (min-width: 1024px) { .l-cfpa-header.landing { padding-bottom: 530px; }
  .l-cfpa-header.landing + .l-cfpa-feature { margin-top: -530px; } }
/* Background Colors */
.tan { background-color: #eff5d3; }

.light-blue { background-color: #d7eff9; }

.blue { background-color: #ded1f0; }

.grey { background-color: #d6d7d8; }

.red { background-color: #cc3333; }

.yellow { background-color: #ffcc00; }

@media print { .l-header, .l-bei-header, .l-cfpa-header, .l-ii-header, .l-cyber-header, .l-footer, .l-home-bg, .orbit, .topic-slider-container { display: none; }
  .l-section.dept .l-dept-header { padding-left: 0; }
  .panel { padding: 0; } }
.logo { display: block; text-indent: -119988px; overflow: hidden; text-align: left; background-image: url('/media/style-assets/images/uwf_logo.svg'); background-repeat: no-repeat; background-position: 50% 50%; height: 0; padding-bottom: 20%; background-size: contain; }
.logo.logo-small { margin-bottom: 10px; }
.logo.logo-smaller { width: 190px; height: 36px; padding: 0; }

.logo-cfpa { font-size: 40px; font-family: 'Oswald', sans-serif; color: white; }
.logo-cfpa:visited { color: white; }
.logo-cfpa:focus { color: white; }
.logo-cfpa:hover { color: white; }
.logo-cfpa:active { color: white; }
.logo-cfpa span { color: #97C800; }

.nav ul { margin: 0; line-height: 1; }
.nav a { color: white; display: inline-block; }
.nav a:hover { text-decoration: underline; }
.nav li:first-child { border: none; }
.nav li:first-child a { padding-left: 0; }

.nav-utility { margin: 20px 0 0; }
.nav-utility a { padding-right: 10px; padding-left: 12px; }
.nav-utility li { border-left: 2px solid #1c93c8; display: inline-block; }
@media (min-width: 768px) { .nav-utility { margin: 0; } }

.nav-main { text-transform: uppercase; margin-bottom: 20px; *zoom: 1; }
.nav-main:after { content: ""; display: table; clear: both; }
.nav-main li { font-size: 18px; width: 50%; float: left; text-align: center; }
.nav-main a { padding: 10px 0; }
@media (min-width: 768px) { .nav-main { margin: 0; }
  .nav-main a { padding: 0 21px; }
  .nav-main li { border-left: 2px solid #1c93c8; text-align: left; width: auto; } }

.nav-cfpa { text-transform: uppercase; }
.nav-cfpa li { font-size: 19px; display: inline-block; width: 48%; text-align: center; }
.nav-cfpa a { padding: 10px 0; }
@media (min-width: 768px) { .nav-cfpa { text-align: center; margin-bottom: 20px; }
  .nav-cfpa a { padding: 0 26px 0 28px; text-align: left; }
  .nav-cfpa li { width: auto; border-left: 2px solid #a6c9e2; } }

.feature { position: relative; display: block; }
.feature:after { content: ''; padding-top: 43%; display: block; }
.feature .content { position: absolute; bottom: 20px; color: white; font-size: 16px; text-shadow: 0px 0px 26px black; }
.feature .content h2 { font: bold 22px "Roboto Condensed"; position: relative; color: white; margin: 0; display: inline-block; margin-bottom: 5px; }
.feature .content h2:after { content: ''; background: url('/media/style-assets/images/pattern.png'); position: absolute; bottom: 0; left: 0; right: 0; height: 3px; }
.feature .content p { margin: 0; line-height: 1.3; }
@media (min-width: 480px) { .feature .content { font-size: 18px; }
  .feature .content h2 { font-size: 42px; } }
@media (min-width: 768px) { .feature .content { font-size: 24px; }
  .feature .content h2 { font-size: 64px; }
  .feature .content h2:after { height: 7px; } }

.alert-box { margin: 30px 0; background: #cc3333; padding: 0 13px 13px; position: relative; }
.alert-box .alert-close { color: white; position: absolute; top: 0; right: 13px; font-size: 32px; cursor: pointer; speak: none; }
.alert-box .header { text-align: center; padding: 8px; }
.alert-box .header h1 { background: url('/media/style-assets/images/argoalert.svg') no-repeat 0 0; text-indent: -99999px; display: inline-block; width: 232px; height: 22px; margin-bottom: 0; }
.alert-box .content { background: white; width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 1024px; *zoom: 1; padding: 27px 0; min-height: 288px; }
.alert-box .content:before, .alert-box .content:after { content: " "; display: table; }
.alert-box .content:after { clear: both; }
.alert-box .content h2 { color: #cc3333; }
.alert-box .primary { position: relative; padding-left: 15px; padding-right: 15px; width: 100%; float: left; }
.alert-box .secondary { position: relative; padding-left: 15px; padding-right: 15px; width: 100%; float: left; }
@media (min-width: 768px) { .alert-box .primary { position: relative; padding-left: 15px; padding-right: 15px; width: 70.83333%; float: left; padding-right: 30px; }
  .alert-box .secondary { position: relative; padding-left: 15px; padding-right: 15px; width: 29.16667%; float: left; padding-left: 30px; border-left: 4px solid #e5e5e5; } }

.alert-box + .feature { display: none; }

.address { color: white; font-size: 12px; line-height: 1.4; margin-bottom: 20px; max-width: 262px; }
.address .phone { font-weight: bold; font-size: 15px; line-height: 2; color: white; }
.address .phone:before { content: url('/media/style-assets/images/phone.svg'); margin-right: 6px; }
.address a[href^="tel:"] { color: white; }
@media (min-width: 768px) { .address { margin-bottom: 0; } }

.nav-footer { list-style: none; }
.nav-footer li { list-style-image: none; list-style-type: none; margin-left: 0;z-index:99; }
.nav-footer ul { margin-bottom: 12px; text-align: left;}
.nav-footer li { font-size: 13px; text-align: left; display: inline-block; vertical-align: top; width: 44%; padding-right: 2%; margin-bottom: 0; margin-right: 12px; }
.nav-footer a { color: white; padding:5px 0 5px 0; display: inline-block; z-index:111; }
.nav-footer a:before { content: ''; width: 0; height: 0; display: inline-block; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 3px solid white; margin-right: 5px; position: relative; top: -2px; z-index:99;}
.nav-footer a:hover { text-decoration: underline; }

.social-icons { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; margin: 0; padding: 0; border: 0; *zoom: 1; text-align: left; width: 96%; }
.social-icons:before, .social-icons:after { content: " "; display: table; }
.social-icons:after { clear: both; }
.social-icons li { list-style-image: none; list-style-type: none; margin-left: 0; display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; white-space: nowrap; }
.social-icons li { margin-right: 15px; }
.social-icons li:before { content: ''; }
.social-icons a { display: block; text-indent: -119988px; overflow: hidden; text-align: left; background-image: url('/media/style-assets/images/facebook_sept16.svg'); background-repeat: no-repeat; background-position: 50% 50%; height: 24px; width: 24px; background-size: 100%; }
.social-icons .twitter { background-image: url('/media/style-assets/images/twitter2.svg'); }
.social-icons .youtube { background-image: url('/media/style-assets/images/youtube_sept16_blue-2.svg'); }
.social-icons .zeemee { background-image: url('/media/style-assets/images/ZeeMee_icon_160x160_white.svg'); }
.social-icons .instagram { background-image: url('/media/style-assets/images/instagram.svg'); }
.social-icons .flickr { background-image: url('/media/style-assets/images/flickr.svg'); }

.logo-spartan { width: 142px; height: 135px; display: block; text-indent: -9999px; background: url('/media/style-assets/images/spartan.svg') no-repeat 0 0; margin: -7px auto 0; }

.slats { list-style: none; }
.slats li { font-size: 14px; margin: 20px 0; }
.slats li:first-child { margin-top: 0; }
.slats li:last-child { margin-bottom: 0; }
.slats a { display: block; color: inherit; *zoom: 1; }
.slats a:after { content: ""; display: table; clear: both; }
.slats img { display: none; float: left; margin-right: 12px; max-width: 36%; }
.slats .datetime { color: #009cde; font-size: 13px; line-height: 1; margin-bottom: 6px; }
.slats .datetime.stripe { background: url('/media/style-assets/images/pattern-grey.png'); }
.slats .datetime.stripe span { background-color: white; display: inline-block; padding-right: 12px; padding-left: 12px; margin-left: -12px; }
.slats .cal { float: left; margin-right: 10px; line-height: 1; font-family: 'Roboto Condensed', "Helvetica", "Arial", sans-serif; background: #00853f; background-image: -ms-linear-gradient(top, #00853f, #44ad51); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00853f), color-stop(100%, #44ad51)); background-image: -webkit-linear-gradient(top, #00853f, #44ad51); background-image: -moz-linear-gradient(top, #00853f, #44ad51); background-image: -o-linear-gradient(top, #00853f, #44ad51); background-image: linear-gradient(top, #00853f, #44ad51); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); text-decoration: uppercase; padding: 7px 4px; text-align: center; color: white; min-width:40px; }
.slats .cal .m { text-transform: uppercase; min-width: 30px;}
.slats .cal .d { font-size: 24px; }
.slats .cal .mm { text-transform: uppercase; min-width: 30px;}
.slats .cal .dd { font-size: 24px; }
@media (min-width: 768px) { .slats img { display: block; } }
/*Custom Event Colors*/
.slats-blue { list-style: none; }
.slats-blue  li { font-size: 14px; margin: 20px 0; }
.slats-blue  li:first-child { margin-top: 0; }
.slats-blue  li:last-child { margin-bottom: 0; }
.slats-blue  a { display: block; color: inherit; *zoom: 1; }
.slats-blue  a:after { content: ""; display: table; clear: both; }
.slats-blue  img { display: none; float: left; margin-right: 12px; max-width: 36%; }
.slats-blue  .datetime { color: #009cde; font-size: 13px; line-height: 1; margin-bottom: 6px; }
.slats-blue  .datetime.stripe { background: url('/media/university-of-west-florida/style-assets/images/pattern-blue.png'); }
.slats-blue  .datetime.stripe span { background-color: white; display: inline-block; padding-right: 12px; padding-left: 12px; margin-left: -12px; }
.slats-blue  .cal { float: left; margin-right: 10px; line-height: 1; font-family: 'Roboto Condensed', "Helvetica", "Arial", sans-serif; background: #004b85; background-image: -ms-linear-gradient(top, #004b85, #4478ad); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #004b85), color-stop(100%, #4478ad)); background-image: -webkit-linear-gradient(top, #004b85, #4478ad); background-image: -moz-linear-gradient(top, #004b85, #4478ad); background-image: -o-linear-gradient(top, #004b85, #4478ad); background-image: linear-gradient(top, #004b85, #4478ad); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); text-decoration: uppercase; padding: 7px 4px; text-align: center; color: white; min-width:40px; }
.slats-blue  .cal .m { text-transform: uppercase; min-width: 30px;}
.slats-blue  .cal .d { font-size: 24px; }
.slats-blue  .cal .mm { text-transform: uppercase; min-width: 30px;}
.slats-blue  .cal .dd { font-size: 24px; }
@media (min-width: 768px) { .slats-blue  img { display: block; } }
/*------*/
.gallery li { margin-bottom: 20px; }
.gallery a { display: block; color: black; }
.gallery a:hover { color: black; }
.gallery a:hover .video, .gallery a:hover img { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: #8c8c8c 0px 2px 2px; -moz-box-shadow: #8c8c8c 0px 2px 2px; box-shadow: #8c8c8c 0px 2px 2px; margin: -4px -4px 4px; border: 4px solid #97C800; }
.gallery .video, .gallery img { margin-bottom: 6px; border: 1px solid #cccccc; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
.gallery p { margin: 0; font-size: 13px; }
.gallery .date { color: #009cde; }

.video { position: relative; padding-bottom: 75%; /* 4:3 */ height: 0; margin-bottom: 20px; /* 16:9 */ }
.video.sixteen-nine { padding-bottom: 56.25%; }

.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.panel { background-image: url('/media/style-assets/images/pattern-fade-trans.png'); background-repeat: repeat-x; text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px; }
.panel.grey { background-color: #dedfe0; }

hr.pattern, .sidenav hr { border: none; display: block; height: 3px; background: url('/media/style-assets/images/pattern-black.png'); }

.sidenav { margin-bottom: 25px; }
.sidenav h6 { color: #004C97; cursor: pointer; padding: 4px 0; margin-bottom: 0; }
.sidenav h6:before { content: ''; margin-right: 5px; display: inline-block; background: url('/media/style-assets/images/exp-closed.svg') no-repeat
0 0; width: 13px; height: 13px; }
.sidenav h6.is-open:before { content: ''; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.sidenav span h6.is-open:before { content: ''; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }


.sidenav ul { margin-left: 19px; margin-bottom: 0; display: none; }
.sidenav ul a { color: black; padding: 4px 0; display: inline-block; }
.sidenav ul a:hover { color: black; }
.sidenav ul a:hover { text-decoration: underline; }
.sidenav ul li { margin: 0; }
.sidenav ul.is-open { display: block; }
.sidenav hr { margin: 10px 0; }
.sidenav .selected { font-weight: bold; text-decoration: underline; }

.tight { margin-bottom: 25px; }
.tight > * { margin-bottom: 10px; }
.tight > h1, .tight h2, .tight h3, .tight h4, .tight h5, .tight h6 { margin-bottom: 0; }
.tight > .hr-underline { margin-bottom: 0.5em; }
.tight > hr { margin: 10px 0; }
.tight > :last-child { margin-bottom: 0; }
.tight > figure img, .tight > img { margin: 10px 0; }
.tight > figure.fig-left img, .tight > figure.fig-right img { margin-top: 0; }

ul.disc { list-style-type: none; }
ul.disc li { font-size: 16px; padding-left: 14px; position: relative; }
ul.disc li:before { color: #009cde; content: '• '; position: absolute; left: 0; speak: none; }
ul.disc li ul { margin-left: 0; }
ul.disc li li li li li:before, ul.disc li li:before { content: '○ '; font-size: 14px; }
ul.disc li li li li li li:before, ul.disc li li li:before { content: '■ '; }
ul.disc li li li li li li li:before, ul.disc li li li li:before { content: '• '; }

ul.inline { margin-left: 0; }
ul.inline li { display: inline-block; margin: 0 20px 0 0; }
ul.inline a { padding: 4px 0; }

ul.large-list li { font-size: 16px; margin: 0.5em 0; }

ul.more-list { padding-left: 8px; margin: 2px 0; }
ul.more-list li { margin: 0; }
ul.more-list a.more { padding: 3px 0; }

ul.breadcrumbs { display: block; margin-bottom: 15px; }
ul.breadcrumbs li { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; margin: 0 18px 0 0; }
ul.breadcrumbs li:last-child a { color: black; }
ul.breadcrumbs li:last-child a:hover { color: black; }
ul.breadcrumbs a { display: block; }
ul.breadcrumbs a:after { content: ' >'; }

ul.block-breadcrumbs { display: none; }
ul.block-breadcrumbs a { padding: 8px 10px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; background: #004C97; background-image: -ms-linear-gradient(top, #004C97, #448cc0); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #004C97), color-stop(100%, #448cc0)); background-image: -webkit-linear-gradient(top, #004C97, #448cc0); background-image: -moz-linear-gradient(top, #004C97, #448cc0); background-image: -o-linear-gradient(top, #004C97, #448cc0); background-image: linear-gradient(top, #004C97, #448cc0); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); color: white; display: inline-block; position: relative; z-index: 5; cursor: pointer; }
ul.block-breadcrumbs li { position: relative; display: inline-block; margin: 0; z-index: 5; }
ul.block-breadcrumbs li + li { margin-left: -2px; z-index: 4; }
ul.block-breadcrumbs li + li a { padding-left: 25px; }
ul.block-breadcrumbs li + li + li { z-index: 3; }
ul.block-breadcrumbs li + li + li + li { z-index: 2; }
ul.block-breadcrumbs li + li + li + li + li { z-index: 1; }
ul.block-breadcrumbs li:after { position: absolute; top: 50%; right: 0; margin: -14px; width: 28px; height: 28px; border-right: 2px solid white; border-top: 2px solid white; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); content: ''; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; background: #004C97; background-image: -ms-linear-gradient(top, #004C97, #448cc0); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #004C97), color-stop(100%, #448cc0)); background-image: -webkit-linear-gradient(top, #004C97, #448cc0); background-image: -moz-linear-gradient(top, #004C97, #448cc0); background-image: -o-linear-gradient(top, #004C97, #448cc0); background-image: linear-gradient(top, #004C97, #448cc0); }
ul.block-breadcrumbs li:last-child a { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; background: #006094; background-image: -ms-linear-gradient(top, #006094, #0f4e70); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006094), color-stop(100%, #0f4e70)); background-image: -webkit-linear-gradient(top, #006094, #0f4e70); background-image: -moz-linear-gradient(top, #006094, #0f4e70); background-image: -o-linear-gradient(top, #006094, #0f4e70); background-image: linear-gradient(top, #006094, #0f4e70); }
ul.block-breadcrumbs li:last-child:after { display: none; }
@media (min-width: 768px) { ul.block-breadcrumbs { display: block; } }

ul.alert { margin: 0; background: white; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; padding: 4px 12px 5px; text-align: left; }
@media (min-width: 768px) { ul.alert { display: inline-block; padding: 4px 12px 5px; }
  ul.alert li { display: inline-block; margin: 0 10px 0 0; }
  ul.alert li:after { content: '|'; margin-left: 12px; }
  ul.alert li:last-child { margin: 0; }
  ul.alert li:last-child:after { content: ''; margin: 0; } }

ol.results { margin-left: 20px; list-style-position: outside; }
ol.results a { color: inherit; display: block; }
ol.results a:hover { color: inherit; }
ol.results a:hover p span { text-decoration: underline; }
ol.results h3 { margin: 0; }
ol.results span { color: #004C97; display: block; }

ul.pagination { margin: 25px -6px 100px; }
ul.pagination li { display: inline-block; vertical-align: middle; }
ul.pagination a { background: #1f79b4; display: inline-block; width: 30px; height: 30px; padding-top: 5px; text-align: center; color: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 6px;}
ul.pagination span { background: #1f79b4; display: inline-block; width: 30px; height: 30px; padding-top: 5px; text-align: center; color: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 6px;}
ul.pagination a:hover { color: white; }
ul.pagination span.currentpage  { background-image: -ms-linear-gradient(top, #009cde, #03a3cc); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cde), color-stop(100%, #03a3cc)); background-image: -webkit-linear-gradient(top, #009cde, #03a3cc); background-image: -moz-linear-gradient(top, #009cde, #03a3cc); background-image: -o-linear-gradient(top, #009cde, #03a3cc); background-image: linear-gradient(top, #009cde, #03a3cc); }
ul.pagination .arrow a { padding-top: 3px; }

[class^="icon"] { display: inline-block; }
[class^="icon"]:before { position: relative; content: ''; margin-right: 5px; top: 1px; width: 14px; height: 13px; display: inline-block; background-size: 100%; background-repeat: no-repeat; background-position: 0 center; }
[class^="icon"].icon-large:before { width: 20px; height: 20px; margin-right: 8px; }

.icon-map:before { background-image: url('/media/style-assets/images/icon_blue_map.svg'); }

.icon-phone:before { background-image: url('/media/style-assets/images/phone_icon.svg'); }

.icon-alert:before { background-image: url('/media/style-assets/images/icon_emergency.svg'); width: 13px; height: 13px; }

.icon-info:before { background-image: url('/media/style-assets/images/info-icon.png'); width: 13px; height: 13px; }

[data-dropdown]:before { content: ''; width: 0; height: 0; display: inline-block; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 3px solid white; margin-right: 5px; position: relative; top: -3px; }

.button { padding: 8px 24px 8px 8px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); position: relative; }
.button:after { content: ''; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid white; border-left-color: rgba(255, 255, 255, 0.5); display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; position: absolute; top: 50%; right: 8px; margin-top: -6px; }
.button.initiatives:after { content: ''; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid white; border-left-color: rgba(0, 76, 151, 0.5); display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; position: absolute; top: 50%; right: 8px; margin-top: -6px; }
.button i b, .button i strong, .button em b, .button em strong { font-weight: normal; }
.button.secondary { background-color: #009CDE; }
.button.large { font-family: "Oswald", sans-serif; font-weight: 300; padding: 10px 24px 10px 9px; }
.button.large:after { border-top-width: 8px; border-bottom-width: 8px; border-left-width: 8px; margin-top: -8px; }
.button.my-uwf { padding: 6px 24px 6px 10px; -webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; -ms-border-radius: 0 0 2px 2px; -o-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; background: #97C800; border-bottom: 1px solid #35783f; border-right: 1px solid #89a528; font: normal 16px/1 "Oswald"; margin-bottom: 0; }
.button.inline { margin-right: 20px; }

/* :after isn't allowed on form inputs to display the arrow
	Make padding uniform */
button.button, input[type="submit"].button { padding-right: 8px; }

@media only screen { .button.my-uwf { -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; } }
.menu-toggle { display: inline-block; background: #009CDE; font: normal 20px/1 "Roboto Condensed"; padding: 10px 18px; text-transform: uppercase; color: white; -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; -ms-border-radius: 2px 2px 0 0; -o-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; }
.menu-toggle:visited { color: white; }
.menu-toggle:focus { color: white; }
.menu-toggle:hover { color: white; }
.menu-toggle:active { color: white; }
.menu-toggle:before { content: ''; display: inline-block; width: 13px; height: 13px; background-image: url('/media/style-assets/images/icon_menu.png'); background-size: 100%; position: relative; top: -1px; margin-right: 7px; }
.menu-toggle.is-open:before { content: '×'; speak: none; background-image: none; top: -1px; line-height: 14px; }

.more { padding: 4px 0; display: inline-block; }
.more:after { content: '>'; margin-left: 5px; position: relative; top: -1px; speak: none; }

.hr-title { text-transform: uppercase; line-height: 1.4; font-size: 38px; }

.hr-slat-title { color: #43B02A; font: normal 34px/1.29 "Roboto Condensed"; font-style: normal; }
.hr-slat-title a { color: #43B02A; }
.hr-slat-title a:visited { color: #43B02A; }
.hr-slat-title a:hover { color: #43B02A; }
.hr-slat-title a:active { color: #43B02A; }

.hr-green { color: #43B02A; }
.hr-green a { color: #43B02A; }
.hr-green a:visited { color: #43B02A; }
.hr-green a:hover { color: #43B02A; }
.hr-green a:active { color: #43B02A; }

.hr-underline { position: relative; padding-bottom: 10px; }
.hr-underline:after { content: ''; background: url('/media/style-assets/images/pattern-grey.png'); height: 10px; position: absolute; bottom: 0; left: 0; right: 0; }

.hr-light { font-family: "Oswald", sans-serif; font-weight: 300;}

.hr-background { font-family: "Oswald", sans-serif; color: white; padding: 6px 10px 3px; margin-bottom: 20px; background-image: -ms-linear-gradient(top, #004C97, #3683bc); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #004C97), color-stop(100%, #3683bc)); background-image: -webkit-linear-gradient(top, #004C97, #3683bc); background-image: -moz-linear-gradient(top, #004C97, #3683bc); background-image: -o-linear-gradient(top, #004C97, #3683bc); background-image: linear-gradient(top, #004C97, #3683bc); text-shadow: 1px 1px 1px #15547e; }
.hr-background.argo { background: #002d62; margin: 60px 0 30px; }
.hr-background.argo a { display: block; color: inherit; }
.hr-background.argo a:hover { color: inherit; }
.hr-background.argo a:after { content: ''; background: url('/media/style-assets/images/spartan.svg') no-repeat 0 0; height: 112px; width: 105px; float: right; margin-top: -45px; margin-right: -30px; background-size: contain; }

.fittext { max-width: 100%; }

.callout { color: #666666; font-size: 18px; line-height: 26px; }

.updated { color: #999999; font-size: 11px; font-style: italic; margin-bottom: 13px; }

.dont-speak { speak: none; }

.dont-show { text-indent: -99999px; height: 0; width: 0; }

.fig-right, .fig-left { max-width: 37%; }
.fig-full { max-width: 100%; margin: 0 auto; width: 90%;}

.fig-right { float: right; margin: 0 0 25px 25px; }

.fig-left { float: left; margin: 0 25px 25px 0; }

.text-submit { position: relative; margin: 0; }
.text-submit input { margin: 0; display: block; padding: 4px 30px 4px 8px; height: 30px; width: 30px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.text-submit input[type="text"] { width: 100%; }
.text-submit input[type="submit"] { background-color: transparent; text-indent: -119988px; overflow: hidden; text-align: left; background-image: url('/media/style-assets/images/search_arrow.svg'); background-repeat: no-repeat; background-position: 50% 50%; border: 0; position: absolute; top: 0; right: 0; }
.text-submit.text-submit-main { margin: 0 0 20px; -webkit-box-shadow: #c6c6c6 0 1px 3px; -moz-box-shadow: #c6c6c6 0 1px 3px; box-shadow: #c6c6c6 0 1px 3px; }

.orbit { position: relative; margin-bottom: 25px; }

.orbit-bullets, .orbit-slide-number, .orbit-timer { display: none;}

.orbit-container li { margin: 0; }
.orbit-container .orbit-caption { padding-top: 4px !important; padding-bottom: 4px !important; }
.orbit-container .orbit-caption h2 { font-size: 16px; font-family: inherit; }
.orbit-container .orbit-caption p { display: none; margin-bottom: 0; }
.orbit-container .orbit-next, .orbit-container .orbit-prev { display: none !important; /* override foundation no matter what */ }

.orbit-bullets { position: absolute; top: auto; bottom: 14px; left: 20px; margin-bottom: 0; }
.orbit-bullets li { border-width: 0; width: 14px; height: 14px; padding: 0 !important;}

@media (min-width: 768px) { .orbit-container .orbit-caption { padding: 8px 20px 45px !important; }
  .orbit-container .orbit-caption h2 { font-size: 20px; }
  .orbit-bullets { display: block; } }
@media (min-width: 1024px) { .orbit-container .orbit-caption p { display: block; }
  .orbit-container .orbit-caption h2 { font-size: 24px; } }
[data-clearing] li { margin-left: 0; margin-right: 0; }

.clearing-assembled .clearing-container .carousel > ul li.fix-height a { display: inline; }

.clearing-assembled .clearing-container .carousel > ul li.fix-height img { margin-left: -13px; }

.clearing-assembled .small-block-grid-2 > li:nth-of-type(2n+1), .clearing-assembled .large-block-grid-4 > li:nth-of-type(4n+1) { clear: none; }

.clearing-caption { padding-bottom: 50px; }

.reveal-modal h2 { margin-bottom: 20px; }

@media print { [class^="icon"]:before { display: none; }
  .hr-underline { padding-bottom: 0; }
  .hr-underline:after { background: transparent; }
  input[type="text"] { border: 1px solid black; }
  .button { padding: 0; text-decoration: underline; }
  .alert-box { padding: 0; }
  .alert-box .alert-close { display: none; } }
.menu-toggle-content { display: none; }
.menu-toggle-content.is-open { display: block; }

@media (min-width: 768px) { .menu-toggle-content { display: block; } }
.no-svg .logo { background-image: url('/media/style-assets/images/uwf_logo.png'); }
.no-svg .logo.logo-small, .no-svg .logo.logo-smaller { width: 190px; height: 37px; background-image: url('/media/style-assets/images/uwf_logo_smaller.png'); }
.no-svg .logo.logo-small:before, .no-svg .logo.logo-smaller:before { display: none; }
.no-svg .logo-spartan { background-image: url('/media/style-assets/images/spartan.png'); }
.no-svg .text-submit input[type="submit"] { background-image: url('/media/style-assets/images/search_arrow.png'); }
.no-svg .sidenav h6:before { background-image: url('/media/style-assets/images/exp-closed.png'); }
.no-svg .sidenav h6.is-open:before { background-image: url('/media/style-assets/images/exp-open.png'); }
.no-svg .social-icons a { background-image: url('/media/style-assets/images/facebook.png'); }
.no-svg .social-icons .twitter { background-image: url('/media/style-assets/images/twitter2.png'); }
.no-svg .social-icons .youtube { background-image: url('/media/style-assets/images/youtube_sept16.png'); }
.no-svg .social-icons .zeemee { background-image: url('/media/style-assets/images/ZeeMee_icon_160x160_white.svg'); }
.no-svg .social-icons .instagram { background-image: url('/media/style-assets/images/instagram.png'); }
.no-svg .social-icons .flickr { background-image: url('/media/style-assets/images/flickr.png'); }
.no-svg .icon-map:before { background-image: url('/media/style-assets/images/icon_blue_map.png'); }
.no-svg .icon-phone:before { background-image: url('/media/style-assets/images/icon_blue_phone.png'); }
.no-svg .icon-alert:before { background-image: url('/media/style-assets/images/icon_emergency.png'); width: 14px; height: 14px; }
.no-svg .icon-info:before { background-image: url('/media/style-assets/images/info-icon-01.svg'); width: 14px; height: 14px; }
.no-svg .icon-alert.icon-large:before { background-image: url('/media/style-assets/images/icon_emergency_large.png'); width: 26px; height: 26px; }
.no-svg .address .phone:before { background-image: url('/media/style-assets/images/phone.png'); width: 14px; height: 13px; }



#skip a { 
  position:absolute; 
  left:-10000px; 
  top:auto; 
  width:1px; 
  height:1px; 
  overflow:hidden;
} 
 
#skip a:focus { 
  position:static; 
  width:auto; 
  height:auto; 
} 









