/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #BAD1FA; text-shadow: none; }
::selection { background: #BAD1FA; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

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


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

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

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  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: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}
.tweet { color: #085258; }
.tweet .tweet_list a { color: #0C717A; }
.tweet .tweet_time a { color: #999; }

.tweet .tweet_list {
  -webkit-border-radius: .5em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.tweet .tweet_list li {
  overflow: auto;
  height: auto !important;
  padding: .5em;
  border-bottom: 1px solid #cccccc;
}
.tweet .tweet_even { background-color: #fff; }
.tweet .tweet_avatar { padding-right: .5em; float: left; }
.tweet .tweet_avatar img { vertical-align: middle; }
/* line 1, ../../app/assets/stylesheets/datepicker.scss */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 2, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker {
  width: 100%;
  padding: 0.2em 0.2em 0;
  display: none;
}

/* line 3, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

/* line 4, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 5, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 6, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 7, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 8, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 9, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 10, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 11, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: left;
  color: #6e6c6c;
  font-size: 18px;
}

/* line 12, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 13, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 15, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 16, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

/* line 17, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 18, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 19, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
  color: #474646;
  font-size: 14px;
  font-weight: normal;
}

/* line 20, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 21, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

/* line 22, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 25, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 26, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 27, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

/* line 28, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 29, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 30, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 31, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

/* line 32, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 33, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 34, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
/* line 37, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 38, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 39, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 40, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 41, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 42, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 43, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 44, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

/* line 45, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 46, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 47, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* line 50, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

/* line 60, ../../app/assets/stylesheets/datepicker.scss */
.ui-datepicker-calendar th {
  background-color: #eeeeee;
  color: #a9a6a6;
}

/* line 61, ../../app/assets/stylesheets/datepicker.scss */
.ui-icon-circle-triangle-w {
  background: url(/assets/datepicker/prev-927f0131ec5007b8ca313e5463fbc8d6.png);
  font-size: 0px;
  display: block;
  width: 24px;
  height: 24px;
}

/* line 62, ../../app/assets/stylesheets/datepicker.scss */
.ui-icon-circle-triangle-e {
  background: url(/assets/datepicker/next-6fea51c6a52bf8b4e7879658edae2806.png);
  font-size: 0px;
  display: block;
  width: 24px;
  height: 24px;
}
/* Carousel */
/* line 5, ../../app/assets/stylesheets/billy.carousel.scss */
#billy-holder {
  position: relative;
  overflow: hidden;
  left: -380px;
}

/* line 6, ../../app/assets/stylesheets/billy.carousel.scss */
#billy-holder ul, #billy-holder li {
  padding: 0;
  margin: 0;
}

/* line 7, ../../app/assets/stylesheets/billy.carousel.scss */
#billy-clip {
  overflow: hidden;
  z-index: 100;
}

/* line 9, ../../app/assets/stylesheets/billy.carousel.scss */
#billy-holder, #billy-clip, ul#billy-scroller, ul#billy-scroller li {
  width: 1800px;
  height: 310px;
  text-align: left;
}

/* line 11, ../../app/assets/stylesheets/billy.carousel.scss */
.testimonials #billy-holder, #testimonials-clip, ul#testimonials-scroller, ul#testimonials-scroller li {
  width: 310px;
  height: auto;
  min-height: 400px;
  text-align: left;
}

/* line 12, ../../app/assets/stylesheets/billy.carousel.scss */
ul#testimonials-scroller, ul#testimonials-scroller li {
  min-height: 0;
  height: 360px;
}

/* line 15, ../../app/assets/stylesheets/billy.carousel.scss */
.testimonials #billy-holder {
  left: 0;
}

/* line 17, ../../app/assets/stylesheets/billy.carousel.scss */
ul#billy-scroller {
  width: 17000px;
}

/* line 18, ../../app/assets/stylesheets/billy.carousel.scss */
ul#testimonials-scroller {
  width: 2000px;
}

/* line 20, ../../app/assets/stylesheets/billy.carousel.scss */
ul#billy-scroller > li,
ul#testimonials-scroller > li {
  float: left;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

/* Indicators */
/* line 24, ../../app/assets/stylesheets/billy.carousel.scss */
ul#billy-indicators {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
}
/* line 25, ../../app/assets/stylesheets/billy.carousel.scss */
ul#billy-indicators li {
  display: inline-block;
  margin-right: 5px;
}
/* line 26, ../../app/assets/stylesheets/billy.carousel.scss */
ul#billy-indicators li a {
  display: block;
  background: transparent url(/assets/carousel/indicator-84060a777843613c1558320591d2ca7b.png);
  width: 11px;
  height: 11px;
}
/* line 27, ../../app/assets/stylesheets/billy.carousel.scss */
ul#billy-indicators li a:hover, ul#billy-indicators li.active a {
  background: transparent url(/assets/carousel/indicator-current-cac5f3c753aee319802d8e90b4881c9a.png);
}

/* Controls */
/* line 31, ../../app/assets/stylesheets/billy.carousel.scss */
#billy-prev, #billy-next {
  width: 45px;
  height: 44px;
  z-index: 1000;
  cursor: pointer;
}

/* line 32, ../../app/assets/stylesheets/billy.carousel.scss */
#billy-prev {
  background: transparent url(/assets/carousel/billy-prev-5fbf4bc504007d018a71ddd84cedb6be.png);
  position: absolute;
  left: 280px;
  top: 180px;
}

/* line 33, ../../app/assets/stylesheets/billy.carousel.scss */
#billy-next {
  background: transparent url(/assets/carousel/billy-next-8523a8eb3c7786b2ea69270792edd8f8.png);
  position: absolute;
  right: 300px;
  top: 180px;
}

/* line 35, ../../app/assets/stylesheets/billy.carousel.scss */
.testimonials #billy-controls {
  position: relative;
  width: 100%;
  height: 30px;
  background: #186344;
}

/* line 44, ../../app/assets/stylesheets/billy.carousel.scss */
#testimonial-prev {
  background: transparent url(/assets/carousel/testimonials-prev-a04ceb287c26dca4b27d00c572d74f1c.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 80%;
  top: 5px;
}

/* line 45, ../../app/assets/stylesheets/billy.carousel.scss */
#testimonial-next {
  background: transparent url(/assets/carousel/testimonials-next-945ec74ec9c13161000e57df9172cd99.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 90%;
  top: 5px;
}

/* line 47, ../../app/assets/stylesheets/billy.carousel.scss */
#billy-holder .carousel-title {
  position: absolute;
  right: 0px;
  bottom: 68px;
}

/* line 49, ../../app/assets/stylesheets/billy.carousel.scss */
.carousel-title .outer {
  font: 30px/1 "patua_oneregular";
  color: #2d57a7;
  margin-bottom: 5px;
}

/* line 50, ../../app/assets/stylesheets/billy.carousel.scss */
.carousel-title .inner {
  font: 30px/1 "patua_oneregular";
  color: #fff;
  width: 265px;
  height: 70px;
  background: url(/assets/carousel/title-bg-84dcc96693c7f7f2db82cd9c99e89ded.png);
  line-height: 70px;
  padding-left: 15px;
}
/* navbar */
/* line 3, ../../app/assets/stylesheets/superfish.scss */
.sf-menu {
  /* adjust top value to make sure that children are aligned correctly */
  /* adjust 'left' below to match 'width' */
}
/* line 4, ../../app/assets/stylesheets/superfish.scss */
.sf-menu, .sf-menu ul, .sf-menu li {
  margin: 0;
  padding: 0;
}
/* line 7, ../../app/assets/stylesheets/superfish.scss */
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  top: 34px;
  left: 0;
  z-index: 99;
}
/* line 8, ../../app/assets/stylesheets/superfish.scss */
.sf-menu a {
  text-decoration: none;
  display: block;
}
/* line 10, ../../app/assets/stylesheets/superfish.scss */
.sf-menu ul {
  position: absolute;
}
/* line 11, ../../app/assets/stylesheets/superfish.scss */
.sf-menu li {
  list-style: none;
  float: left;
  position: relative;
}
/* line 13, ../../app/assets/stylesheets/superfish.scss */
.sf-menu ul, .sf-menu li:hover li ul, .sf-menu ul li.sfHover li ul, .sf-menu li li:hover li ul, .sf-menu ul li li.sfHover li ul {
  top: -999em;
}
/* line 15, ../../app/assets/stylesheets/superfish.scss */
.sf-menu ul li {
  width: 150px;
}
/* line 16, ../../app/assets/stylesheets/superfish.scss */
.sf-menu li li:hover ul, .sf-menu ul li li.sfHover ul {
  left: 150px;
  top: 0;
}
/* line 17, ../../app/assets/stylesheets/superfish.scss */
.sf-menu li li li:hover ul, .sf-menu ul li li li.sfHover ul {
  left: 150px;
  top: 0;
}

/* line 21, ../../app/assets/stylesheets/superfish.scss */
#sidebar ul.sf-submenu li.sfHover a {
  color: #fff;
}

/* line 23, ../../app/assets/stylesheets/superfish.scss */
#sidebar ul.sf-submenu li.sfHover:first-child ul {
  padding-top: 30px;
}

/* line 24, ../../app/assets/stylesheets/superfish.scss */
#sidebar ul.sf-submenu li.sfHover ul {
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 30px;
  position: absolute;
  left: 302px;
  top: 0px;
  background: #8b4a9c;
  width: 345px;
}
/* line 36, ../../app/assets/stylesheets/superfish.scss */
#sidebar ul.sf-submenu li.sfHover ul li a {
  display: inline-block;
  width: 340px;
}
/* line 37, ../../app/assets/stylesheets/superfish.scss */
#sidebar ul.sf-submenu li.sfHover ul li {
  border-bottom: 1px solid #a877b5;
  padding-left: 0px;
}
/* line 38, ../../app/assets/stylesheets/superfish.scss */
#sidebar ul.sf-submenu li.sfHover ul li:last-child {
  border-bottom: 0px;
}
/* line 39, ../../app/assets/stylesheets/superfish.scss */
#sidebar ul.sf-submenu li.sfHover ul li a:after {
  content: "";
  background: transparent url(/assets/icons/submenu-link-1db341740764c7d7effb7d7c281fc227.png);
  float: right;
  display: block;
  width: 7px;
  height: 13px;
  margin-top: 5px;
  margin-right: -5px;
}
/* Forms (adapted from Blueprint CSS 0.81) */


form.formtastic ul          { background: none; border: none; margin: 0; padding: 0; }
form.formtastic ul li       { list-style: none; background: none; margin: 0; padding: 0; }
form.formtastic label    { display: block; width: 150px; display: inline-block; font-weight: bold; vertical-align: top; margin-bottom: 15px; }
form.formtastic abbr[title=required] { margin-left: 2px; color: red; text-decoration: none; border-bottom: none; }
form.formtastic .inline-hints { display: inline; font-size: 9px; margin-left: 3px; }
form.formtastic fieldset    { padding: 0px; margin: 0; border: 1px solid #ccc; border: none; }
form.formtastic fieldset legend { float: left;}
form.formtastic fieldset ol { float: left; }
form.formtastic fieldset li label { margin-bottom: 8px; }
form.formtastic legend      { font-weight: bold; font-size:1.2em; border: none; }
form.formtastic input.text,
form.formtastic input.title   { width: 300px;  }
form.formtastic li.boolean label { padding: 0px 5px; width: 240px; }
form.formtastic li.hidden { display: none; }
form.formtastic input[type=submit], form.formtastic input[type=text], form.formtastic input[type=password], form.formtastic input[type=file],
form.formtastic input[type=tel], form.formtastic input[type=email], form.formtastic input[type=url],
form.formtastic input.text, form.formtastic input.title, form.formtastic textarea, form.formtastic select { margin:0.5em 0; width: 220px; padding: 5px; }
form.formtastic input[type=submit] { width: auto; }

input[type=text], input[type=password],
input[type=tel], input[type=email], input[type=url],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border: 1px solid #bbb;
  font-family: inherit;
  font-size: inherit;
  padding: 3px;
}
textarea { overflow: auto; }

input[type=text]:focus, input[type=password]:focus, input[type=tel]:focus,
input[type=email]:focus, input[type=url]:focus, input.text:focus,
input.title:focus, textarea:focus, select:focus { border-color: #666; outline: 1px solid #bbb; }


input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}

form.inline p { margin-bottom:0; }

.button-to { display: inline-block; }
/* Please use fonts from http://www.fontsquirrel.com/ or from x:\fonts\fontkits */
/* Place fonts in public/fonts/ */
/* Ensure URLs have are prefixed with /fonts/
/* Check license before using non-fontsquirerle fonts */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 1, 2012 */
@font-face {
  font-family: 'open_sansbold';
  src: url("/fonts/opensans-bold-webfont.eot");
  src: url("/fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-bold-webfont.woff") format("woff"), url("/fonts/opensans-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold_italic';
  src: url("/fonts/opensans-bolditalic-webfont.eot");
  src: url("/fonts/opensans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-bolditalic-webfont.woff") format("woff"), url("/fonts/opensans-bolditalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_lightregular';
  src: url("/fonts/opensans-light-webfont.eot");
  src: url("/fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-light-webfont.woff") format("woff"), url("/fonts/opensans-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_extrabolditalic';
  src: url("/fonts/opensans-extrabolditalic-webfont.eot");
  src: url("/fonts/opensans-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-extrabolditalic-webfont.woff") format("woff"), url("/fonts/opensans-extrabolditalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansitalic';
  src: url("/fonts/opensans-italic-webfont.eot");
  src: url("/fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-italic-webfont.woff") format("woff"), url("/fonts/opensans-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_semiboldregular';
  src: url("/fonts/opensans-semibold-webfont.eot");
  src: url("/fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-semibold-webfont.woff") format("woff"), url("/fonts/opensans-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_lightitalic';
  src: url("/fonts/opensans-lightitalic-webfont.eot");
  src: url("/fonts/opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-lightitalic-webfont.woff") format("woff"), url("/fonts/opensans-lightitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url("/fonts/OpenSans-Regular-webfont.eot");
  src: url("/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/fonts/OpenSans-Regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_semibolditalic';
  src: url("/fonts/opensans-semibolditalic-webfont.eot");
  src: url("/fonts/opensans-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-semibolditalic-webfont.woff") format("woff"), url("/fonts/opensans-semibolditalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'patua_oneregular';
  src: url("/fonts/patuaone-regular-webfont.eot");
  src: url("/fonts/patuaone-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/patuaone-regular-webfont.woff") format("woff"), url("/fonts/patuaone-regular-webfont.ttf") format("truetype"), url("/fonts/patuaone-regular-webfont.svg#patua_oneregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 6, ../../app/assets/stylesheets/application.scss */
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

/* force a vertical scrollbar to prevent a jumpy page */
/* line 7, ../../app/assets/stylesheets/application.scss */
img, object, embed {
  max-width: 100%;
}

/* Main application stylesheet */
/* general tag styles */
/* line 11, ../../app/assets/stylesheets/application.scss */
body {
  font: 14px/1.4 OpenSansRegular, Arial, sans-serif;
  color: #444;
}

/* line 16, ../../app/assets/stylesheets/application.scss */
a, a:visited {
  color: #2d57a7;
  text-decoration: none;
}

/* line 17, ../../app/assets/stylesheets/application.scss */
a:hover {
  text-decoration: underline;
}

/* line 18, ../../app/assets/stylesheets/application.scss */
a:focus, input[type=submit]:focus, input[type=image]:focus {
  outline: none;
}

/* line 20, ../../app/assets/stylesheets/application.scss */
p {
  margin: 0 0 10px;
}

/* line 22, ../../app/assets/stylesheets/application.scss */
strong, b {
  font-family: "open_sansbold", Arial, sans-serif;
}

/* line 24, ../../app/assets/stylesheets/application.scss */
h1, h2, h3, h4, h5, h6 {
  font: 14px/1 "OpenSansRegular";
  margin: 0 0 0.5em 0;
}

/* line 25, ../../app/assets/stylesheets/application.scss */
h1 {
  font-size: 24px;
}

/* line 26, ../../app/assets/stylesheets/application.scss */
h2 {
  font-size: 20px;
}

/* useful general styles */
/* line 29, ../../app/assets/stylesheets/application.scss */
.hide {
  display: none;
}

/* line 30, ../../app/assets/stylesheets/application.scss */
.clear {
  clear: both;
}

/* a holder for floats / clearfix, will automatically float child elements */
/* line 33, ../../app/assets/stylesheets/application.scss */
.group:before, .group:after {
  content: "";
  display: table;
}

/* line 34, ../../app/assets/stylesheets/application.scss */
.group:after {
  clear: both;
}

/* line 35, ../../app/assets/stylesheets/application.scss */
.group > * {
  float: left;
  min-height: 1px;
}

/* outer container styles */
/* line 38, ../../app/assets/stylesheets/application.scss */
#primary-wrapper {
  margin: auto;
  width: 1020px;
}

/* line 43, ../../app/assets/stylesheets/application.scss */
#secondary-wrapper {
  text-align: center;
}

/* header */
/* line 48, ../../app/assets/stylesheets/application.scss */
#header {
  height: 75px;
  text-align: left;
  position: relative;
  z-index: 1000;
  clear: both;
}

/* line 56, ../../app/assets/stylesheets/application.scss */
#header #logo {
  position: absolute;
  left: 0px;
  top: 10px;
}

/* line 57, ../../app/assets/stylesheets/application.scss */
.carousel-space #social-media-links {
  position: absolute;
  right: 20px;
  top: 0px;
  width: 215px;
  z-index: 3000;
}

/* line 58, ../../app/assets/stylesheets/application.scss */
#header #social-media-links {
  position: absolute;
  right: 20px;
  bottom: -25px;
  width: 150px;
  z-index: 3000;
}

/* line 59, ../../app/assets/stylesheets/application.scss */
#header .moodle {
  position: absolute;
  right: 235px;
  top: 20px;
  line-height: 16px;
  vertical-align: bottom;
  width: 100px;
}

/* line 60, ../../app/assets/stylesheets/application.scss */
#header .moodle .icon img {
  vertical-align: top;
}

/* line 61, ../../app/assets/stylesheets/application.scss */
#header .tag {
  position: absolute;
  left: 0px;
  bottom: -19px;
  line-height: 20px;
  color: #2d57a7;
  font-size: 14px;
  font-weight: 500;
  background-color: white;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 12px;
}

/* line 63, ../../app/assets/stylesheets/application.scss */
.carousel-space {
  width: 1020px;
  height: 310px;
  text-align: left;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 64, ../../app/assets/stylesheets/application.scss */
.carousel-space .title {
  position: absolute;
  bottom: 68px;
  right: 0px;
  z-index: 100;
}

/* line 66, ../../app/assets/stylesheets/application.scss */
#header .text-size-changer {
  position: absolute;
  right: 127px;
  top: 15px;
  width: 50px;
}

/* line 67, ../../app/assets/stylesheets/application.scss */
#header .contact-info {
  position: absolute;
  right: 15px;
  top: 45px;
  text-align: right;
  font-size: 15px;
  color: #505152;
}

/* line 68, ../../app/assets/stylesheets/application.scss */
#header .contact-info .phone {
  margin-right: 20px;
}

/* line 70, ../../app/assets/stylesheets/application.scss */
#navbar-main {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2000;
}

/* line 71, ../../app/assets/stylesheets/application.scss */
#navbar-main li a {
  padding: 5px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font: 16px/1 "patua_oneregular";
  color: #fff;
  background: #8c469d;
  height: 43px;
  max-width: 87px;
}

/* line 72, ../../app/assets/stylesheets/application.scss */
#navbar-main li a:hover {
  background: #555;
  text-decoration: none;
}

/* line 73, ../../app/assets/stylesheets/application.scss */
#navbar-main li.current > a {
  background: #fff;
  text-decoration: none;
  color: #000;
}

/* content_for_layout container */
/* line 77, ../../app/assets/stylesheets/application.scss */
body.controller-contact-us #main-content {
  min-height: 620px;
}

/* line 81, ../../app/assets/stylesheets/application.scss */
#main-content {
  min-height: 500px;
  text-align: left;
  position: relative;
  z-index: 5;
}

/* ---- homepage navbars ----- */
/* line 92, ../../app/assets/stylesheets/application.scss */
#navbar-homepage_departments {
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 97, ../../app/assets/stylesheets/application.scss */
.homepage-nav ul li {
  display: block;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 2px 0px;
}

/* line 105, ../../app/assets/stylesheets/application.scss */
.homepage-nav ul li.purple, .homepage-nav ul li.grey {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 4px;
}

/* line 112, ../../app/assets/stylesheets/application.scss */
.homepage-nav ul li.purple {
  background-color: #8c469d;
}

/* line 115, ../../app/assets/stylesheets/application.scss */
.homepage-nav ul li.purple a {
  color: #fff;
}

/* line 117, ../../app/assets/stylesheets/application.scss */
.homepage-nav ul li.grey {
  background-color: #efefef;
}

/* line 121, ../../app/assets/stylesheets/application.scss */
#navbar-homepage_left li {
  padding: 20px;
  margin-bottom: 5px;
  text-align: center;
  background: #8c469d;
}
/* line 126, ../../app/assets/stylesheets/application.scss */
#navbar-homepage_left li a {
  color: #fff;
}

/* line 131, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li {
  width: 30%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  min-height: 110px;
  padding: 10px 2%;
  text-align: center;
}
/* line 39, ../../app/assets/stylesheets/_shared.scss */
.content #navbar-homepage_departments li:nth-child(n) {
  margin-bottom: 5%;
  margin-right: 5%;
}
/* line 43, ../../app/assets/stylesheets/_shared.scss */
.content #navbar-homepage_departments li:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 0;
}
/* line 138, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.animal-health {
  background: #9659b8;
}
/* line 141, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.animal-health:before {
  content: url(/assets/course-big-icons/animal-1b88ace5c16fcd19a89a55f5740f3111.png);
  display: block;
}
/* line 146, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.arts {
  background: #268b61;
}
/* line 149, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.arts:before {
  content: url(/assets/course-big-icons/arts-327b65cc3a50b9f002ed8f62d864abc6.png);
  display: block;
}
/* line 154, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.computing {
  background: #e27839;
}
/* line 157, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.computing:before {
  content: url(/assets/course-big-icons/computing-c6b9776579b9bf0614b990538ea2eff2.png);
  display: block;
}
/* line 162, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.craft {
  background: #316f97;
}
/* line 165, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.craft:before {
  content: url(/assets/course-big-icons/craft-9b95bd4d2c9aa7d608387be94ff75944.png);
  display: block;
}
/* line 170, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.healthcare {
  background: #35a4bc;
}
/* line 173, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.healthcare:before {
  content: url(/assets/course-big-icons/healthcare-99653883b4e53d1cdecb512daa23517f.png);
  display: block;
}
/* line 178, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.food {
  background: #4cce98;
}
/* line 181, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.food:before {
  content: url(/assets/course-big-icons/food-0ae9c39af4eea2ed7893e83966597864.png);
  display: block;
}
/* line 186, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.media {
  background: #e34553;
}
/* line 189, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li.media:before {
  content: url(/assets/course-big-icons/media-81b7755d6f1d69cfe631121727c70232.png);
  display: block;
}
/* line 194, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li:last-child {
  margin-left: 34.5%;
}
/* line 198, ../../app/assets/stylesheets/application.scss */
.content #navbar-homepage_departments li a {
  color: #fff;
  font-size: 15px;
  font-family: "patua_oneregular", Arial, Helvetica, sans-serif;
}

/* departments menu homepage */
/* line 207, ../../app/assets/stylesheets/application.scss */
.info-box.narrow .homepage-nav ul li {
  padding: 0px 10px;
}

/* line 210, ../../app/assets/stylesheets/application.scss */
.info-box.narrow .homepage-nav ul li a {
  font-size: 11px;
}

/* line 213, ../../app/assets/stylesheets/application.scss */
.homepage-nav ul li a {
  display: block;
  margin-top: 3px;
}

/* line 217, ../../app/assets/stylesheets/application.scss */
.homepage-nav ul li .department-icon {
  width: 25px;
  float: left;
  margin-right: 10px;
}

/* ----- sidebar menu -------- */
/* line 226, ../../app/assets/stylesheets/application.scss */
#sidebar .homepage-nav ul li {
  padding: 10px 10px;
  margin-top: 5px;
}

/* ------ breadcrumbs --------- */
/* line 237, ../../app/assets/stylesheets/application.scss */
.breadcrumbs {
  margin-left: 193px;
  margin-top: 10px;
}

/* line 242, ../../app/assets/stylesheets/application.scss */
.breadcrumbs-inner, .breadcrumbs-crumb, .breadcrumbs-crumb:visited {
  font-size: 12px;
  line-height: 40px;
  color: #8c469d;
}

/* line 250, ../../app/assets/stylesheets/application.scss */
#main-content-inner {
  padding: 0px 0px;
}

/* course page */
/* line 255, ../../app/assets/stylesheets/application.scss */
.course-subtitle {
  font-size: 20px;
  color: #000;
  font-family: "patua_oneregular", Arial, Helvetica, sans-serif;
}

/* line 261, ../../app/assets/stylesheets/application.scss */
.course-duration-award-wrapper {
  margin-bottom: 20px;
}
/* line 264, ../../app/assets/stylesheets/application.scss */
.course-duration-award-wrapper > * {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/* line 269, ../../app/assets/stylesheets/application.scss */
.course-duration-award-wrapper > .course-award {
  padding-left: 20px;
}

/* line 274, ../../app/assets/stylesheets/application.scss */
.course-requirements, .course-modules {
  padding: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 320px;
}
/* line 279, ../../app/assets/stylesheets/application.scss */
.course-requirements ul, .course-requirements ol, .course-modules ul, .course-modules ol {
  padding-left: 15px;
}

/* line 284, ../../app/assets/stylesheets/application.scss */
.course-requirements {
  margin-right: 20px;
}

/* footer */
/* line 290, ../../app/assets/stylesheets/application.scss */
#footer {
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
  text-align: center;
  width: 1021px;
  color: #2d57a7;
}
/* line 298, ../../app/assets/stylesheets/application.scss */
#footer ul {
  padding: 0px;
  margin: 0px;
}
/* line 299, ../../app/assets/stylesheets/application.scss */
#footer ul li {
  list-style: none;
  display: inline-block;
  margin-left: 0px;
}
/* line 300, ../../app/assets/stylesheets/application.scss */
#footer .nav {
  position: relative;
  bottom: 30px;
  text-align: left;
  height: 30px;
}
/* line 301, ../../app/assets/stylesheets/application.scss */
#footer .nav a, #footer nav .institute {
  padding-right: 20px;
  font-weight: normal;
}
/* line 303, ../../app/assets/stylesheets/application.scss */
#footer img {
  max-width: 90%;
}

/* line 306, ../../app/assets/stylesheets/application.scss */
.nav div.institute {
  margin-top: 40px;
  font-size: 16px;
}

/* line 309, ../../app/assets/stylesheets/application.scss */
.subpage #footer .nav {
  bottom: 0px;
}

/* line 310, ../../app/assets/stylesheets/application.scss */
.subpage #footer .nav .institute {
  float: left;
  font-size: 16px;
  margin-top: -3px;
  margin-right: 65px;
}

/* line 315, ../../app/assets/stylesheets/application.scss */
#footer ul {
  padding: 0px;
  margin: 0px;
  margin-top: 60px;
}
/* line 319, ../../app/assets/stylesheets/application.scss */
#footer ul li {
  list-style: none;
  display: inline-block;
  margin-left: 0px;
}

/* line 322, ../../app/assets/stylesheets/application.scss */
#copyright-credits {
  padding: 10px 20px;
  font-size: 10px;
  color: #333;
  text-align: center;
}

/* line 329, ../../app/assets/stylesheets/application.scss */
#copyright-credits a {
  text-decoration: underline;
  color: #333;
}

/* line 330, ../../app/assets/stylesheets/application.scss */
#copyright-credits a:hover {
  text-decoration: underline;
}

/* line 332, ../../app/assets/stylesheets/application.scss */
#flash-alert, #flash-notice, #flash-error, #flash-success {
  padding: 3px 10px;
  font-family: 'open_sansbold';
  text-align: center;
}

/* line 333, ../../app/assets/stylesheets/application.scss */
#flash-notice {
  color: black;
  background: #fff1a8;
}

/* line 334, ../../app/assets/stylesheets/application.scss */
#flash-alert, #flash-error {
  color: white;
  background: #cc0000;
}

/* line 335, ../../app/assets/stylesheets/application.scss */
#flash-success {
  color: black;
  background: #e6efc2;
}

/* line 337, ../../app/assets/stylesheets/application.scss */
#userbar {
  position: absolute;
  right: 30px;
  top: 50px;
}

/* line 341, ../../app/assets/stylesheets/application.scss */
#search-box {
  position: absolute;
  right: 0;
  top: 15px;
  width: 125px;
}

/* line 342, ../../app/assets/stylesheets/application.scss */
#search-input {
  margin: 0;
  width: 80px;
  height: 12px;
  vertical-align: top;
  background: #eee;
  border: 1px solid #eeeeee;
}

/* line 343, ../../app/assets/stylesheets/application.scss */
#search-go {
  margin: 0;
  vertical-align: top;
  position: relative;
  left: -1px;
}

/* line 345, ../../app/assets/stylesheets/application.scss */
.qterm {
  color: black;
  background: #ffff66;
  font-family: 'open_sansbold';
}

/* line 347, ../../app/assets/stylesheets/application.scss */
.testimonial p {
  display: inline;
}

/* line 348, ../../app/assets/stylesheets/application.scss */
.testimonials {
  margin-top: 30px;
}
/* line 351, ../../app/assets/stylesheets/application.scss */
.testimonials h4 {
  font: 16px/20px "open_sans_semiboldregular", Arial, Helvetica;
}
/* line 353, ../../app/assets/stylesheets/application.scss */
.testimonials h4 span {
  border-bottom: 1px solid #186344;
}
/* line 358, ../../app/assets/stylesheets/application.scss */
.testimonials #testimonials-scroller {
  background: white !important;
  opacity: 1 !important;
}
/* line 362, ../../app/assets/stylesheets/application.scss */
.testimonials #testimonials-scroller li {
  padding-left: 0;
}
/* line 366, ../../app/assets/stylesheets/application.scss */
.testimonials blockquote {
  margin: 0 0 1em;
  font-size: 13px;
  font-family: "open_sansitalic";
  min-height: 135px;
}
/* line 373, ../../app/assets/stylesheets/application.scss */
.testimonials blockquote:before, .testimonials blockquote:after {
  content: '\201C';
}
/* line 375, ../../app/assets/stylesheets/application.scss */
.testimonials .name {
  display: block;
  color: #3a3a3a;
  font-size: 13px;
  font-family: "open_sans_semiboldregular";
  width: 45%;
  float: right;
  text-align: left;
}
/* line 384, ../../app/assets/stylesheets/application.scss */
.testimonials .image {
  margin-top: 10px;
  width: 100%;
  min-height: 190px;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 395, ../../app/assets/stylesheets/application.scss */
#blog-box ul li {
  list-style: none;
  margin: 0;
}

/* line 396, ../../app/assets/stylesheets/application.scss */
#contact-box input, #contact-box textarea {
  display: block;
  margin-bottom: 5px;
  width: 160px;
  padding: 3px;
}

/* line 398, ../../app/assets/stylesheets/application.scss */
nav.pagination .first, nav.pagination .last {
  display: none;
}

/* line 400, ../../app/assets/stylesheets/application.scss */
.addthis {
  min-height: 30px;
}

/* line 401, ../../app/assets/stylesheets/application.scss */
.addthis_toolbox {
  float: right !important;
}

/* line 403, ../../app/assets/stylesheets/application.scss */
.subpage .column {
  margin-top: 10px;
}

/* line 405, ../../app/assets/stylesheets/application.scss */
.column {
  width: 310px;
  float: left;
  margin-right: 40px;
  padding: 0px;
  margin-top: 30px;
}

/* line 406, ../../app/assets/stylesheets/application.scss */
.column:last-child {
  width: 320px;
  margin-right: 0px;
}

/* line 407, ../../app/assets/stylesheets/application.scss */
.column.content {
  width: 626px;
  padding-top: 60px;
}

/* line 408, ../../app/assets/stylesheets/application.scss */
.column.content p {
  margin: 0 0 1em;
}

/* line 410, ../../app/assets/stylesheets/application.scss */
.subpage .content {
  vertical-align: top;
  color: #676767;
}
/* line 413, ../../app/assets/stylesheets/application.scss */
.subpage .content h1, .subpage .content h2, .subpage .content h3, .subpage .content h4 {
  font-family: 'patua_oneregular';
}
/* line 414, ../../app/assets/stylesheets/application.scss */
.subpage .content h1 {
  color: #000;
  font-size: 30px;
  margin-bottom: 5px;
}
/* line 415, ../../app/assets/stylesheets/application.scss */
.subpage .content h2, .subpage .content h3, .subpage .content h4 {
  color: #000;
}
/* line 416, ../../app/assets/stylesheets/application.scss */
.subpage .content h2 {
  font-size: 26px;
}
/* line 417, ../../app/assets/stylesheets/application.scss */
.subpage .content h3 {
  font-size: 22px;
}
/* line 418, ../../app/assets/stylesheets/application.scss */
.subpage .content h4 {
  font-size: 18px;
}
/* line 419, ../../app/assets/stylesheets/application.scss */
.subpage .content h2 a, .subpage .content h3 a, .subpage .content h4 a {
  color: #8c469d;
}
/* line 420, ../../app/assets/stylesheets/application.scss */
.subpage .content a {
  color: #8c469d;
}
/* line 423, ../../app/assets/stylesheets/application.scss */
.subpage .content table {
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #343434;
  font-family: OpenSansRegular, Arial, sans-serif;
}
/* line 430, ../../app/assets/stylesheets/application.scss */
.subpage .content table tr td {
  vertical-align: middle;
  height: 60px;
  border: 1px solid #bfbebe;
  padding: 0 10px;
}
/* line 432, ../../app/assets/stylesheets/application.scss */
.subpage .content table th {
  height: 40px;
  color: #8c469d;
  font-family: 'open_sansbold';
  border: 1px solid #bfbebe;
  padding: 5px 10px 0;
}
/* line 440, ../../app/assets/stylesheets/application.scss */
.subpage .content table td:nth-child(2n+1) {
  background-color: #efefef;
}
/* line 441, ../../app/assets/stylesheets/application.scss */
.subpage .content table td:nth-child(2n) {
  background-color: #e6e6e6;
}

/* line 445, ../../app/assets/stylesheets/application.scss */
.info-box {
  padding-bottom: 15px;
}
/* line 447, ../../app/assets/stylesheets/application.scss */
.info-box h1 {
  font: 22px/1 "patua_oneregular";
  margin-bottom: 0px;
}
/* line 448, ../../app/assets/stylesheets/application.scss */
.info-box hr {
  padding: 0;
  border: none;
  border-top: medium double #dfdfdf;
  margin: 3px;
  margin-bottom: 10px;
}
/* line 449, ../../app/assets/stylesheets/application.scss */
.info-box a {
  color: #265ecb;
}
/* line 450, ../../app/assets/stylesheets/application.scss */
.info-box .date {
  color: #7d7b7b;
  font-size: 13px;
  margin-top: -3px;
}
/* line 451, ../../app/assets/stylesheets/application.scss */
.info-box .news-item {
  padding-bottom: 15px;
  overflow: hidden;
}
/* line 452, ../../app/assets/stylesheets/application.scss */
.info-box .news-item .excerpt {
  font: 13px/1.4 OpenSansRegular, Arial, sans-serif;
}
/* line 456, ../../app/assets/stylesheets/application.scss */
.info-box .all-news {
  display: block;
  width: 107px;
  height: 32px;
  background: url(/assets/link-button-bg-16455ea45f0e10612073b17ffff8cc40.png);
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}
/* line 468, ../../app/assets/stylesheets/application.scss */
.info-box .info {
  color: #525454;
  font-size: 14px;
}
/* line 469, ../../app/assets/stylesheets/application.scss */
.info-box .description {
  margin-top: 10px;
}
/* line 470, ../../app/assets/stylesheets/application.scss */
.info-box .description a {
  font-weight: normal;
  color: #2d57a7;
  font-size: 13px;
}
/* line 471, ../../app/assets/stylesheets/application.scss */
.info-box .news-image {
  float: left;
  width: 120px;
}
/* line 475, ../../app/assets/stylesheets/application.scss */
.info-box .news-details {
  float: left;
  width: 190px;
}
/* line 479, ../../app/assets/stylesheets/application.scss */
.info-box .news-details.full {
  width: 100%;
}

/* line 485, ../../app/assets/stylesheets/application.scss */
.link-box {
  background-color: #efefef;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  white-space: nowrap;
  size: 14px;
}
/* line 493, ../../app/assets/stylesheets/application.scss */
.link-box a {
  color: #265ecb;
  font-weight: normal;
  font-size: 15px;
}
/* line 494, ../../app/assets/stylesheets/application.scss */
.link-box .date {
  display: inline;
  color: #807e7e;
  padding-left: 5px;
}
/* line 496, ../../app/assets/stylesheets/application.scss */
.link-box.purple {
  background-color: #8c469d;
}
/* line 497, ../../app/assets/stylesheets/application.scss */
.link-box.purple a {
  color: #fff;
}
/* line 498, ../../app/assets/stylesheets/application.scss */
.link-box.bottom {
  width: 300px;
  margin-bottom: 20px;
}
/* line 499, ../../app/assets/stylesheets/application.scss */
.link-box.bottom a {
  padding-left: 20px;
}

/* line 502, ../../app/assets/stylesheets/application.scss */
.controller-welcome .column:first-child .link-box:not(.purple) {
  background: #efefef url(/assets/more-4040b3ee2a241c68744bed71b0f60788.png) no-repeat 308px 15px;
}

/* line 504, ../../app/assets/stylesheets/application.scss */
.department {
  margin-bottom: 5px;
  color: #7a7b7b;
}
/* line 508, ../../app/assets/stylesheets/application.scss */
.department p {
  display: inline;
}
/* line 509, ../../app/assets/stylesheets/application.scss */
.department a {
  font-weight: normal;
  color: #2d57a7;
  font-size: 11px;
  line-height: 2.4px;
}

/* line 512, ../../app/assets/stylesheets/application.scss */
.icon {
  width: 30px;
}
/* line 515, ../../app/assets/stylesheets/application.scss */
.icon img {
  margin-bottom: 5px;
}

/* line 517, ../../app/assets/stylesheets/application.scss */
.home-video iframe {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-bottom: 15px;
  border: 2px solid #186344;
}

/* line 525, ../../app/assets/stylesheets/application.scss */
table.finance-table {
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #343434;
  font-family: OpenSansRegular, Arial, sans-serif;
}
/* line 532, ../../app/assets/stylesheets/application.scss */
table.finance-table tr td {
  vertical-align: middle;
  height: 60px;
  border: 1px solid #bfbebe;
  background: none !important;
}
/* line 534, ../../app/assets/stylesheets/application.scss */
table.finance-table tr:first-child {
  height: 40px;
  color: #8c469d;
  font-family: 'open_sansbold';
}
/* line 540, ../../app/assets/stylesheets/application.scss */
table.finance-table tr:nth-child(2n+1) {
  background-color: #efefef;
}
/* line 541, ../../app/assets/stylesheets/application.scss */
table.finance-table tr:nth-child(2n) {
  background-color: #e6e6e6;
}

/* line 544, ../../app/assets/stylesheets/application.scss */
table.no-style {
  background: none;
}
/* line 546, ../../app/assets/stylesheets/application.scss */
table.no-style td {
  background: none;
  background-color: white !important;
  border: none !important;
  padding: 0 !important;
  height: 30px !important;
  line-height: 24px;
  color: #676767;
  vertical-align: top !important;
}

/* line 559, ../../app/assets/stylesheets/application.scss */
#sidebar .link-box {
  width: 263px;
  margin-top: 5px;
  padding-left: 30px;
}
/* line 561, ../../app/assets/stylesheets/application.scss */
#sidebar #sidebar_inner {
  background-color: #eee;
}
/* line 563, ../../app/assets/stylesheets/application.scss */
#sidebar ul {
  margin: 0 0 0 -10px;
  margin-left: 0px;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 565, ../../app/assets/stylesheets/application.scss */
#sidebar ul li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
/* line 566, ../../app/assets/stylesheets/application.scss */
#sidebar ul li a {
  color: #4f5051;
  font-weight: normal;
}
/* line 567, ../../app/assets/stylesheets/application.scss */
#sidebar ul li a.current {
  color: #8c469d;
}
/* line 569, ../../app/assets/stylesheets/application.scss */
#sidebar ul.sf-submenu > li:not(.link-box):first-child {
  padding-top: 30px;
}
/* line 570, ../../app/assets/stylesheets/application.scss */
#sidebar ul.sf-submenu > li:not(.link-box):last-child {
  padding-bottom: 30px;
}
/* line 571, ../../app/assets/stylesheets/application.scss */
#sidebar ul.sf-submenu li:not(.level1) a {
  padding-bottom: 10px;
  padding-top: 10px;
}
/* line 572, ../../app/assets/stylesheets/application.scss */
#sidebar ul.sf-submenu li:not(.level1) {
  padding-bottom: 0px;
  padding-top: 0px;
}
/* line 574, ../../app/assets/stylesheets/application.scss */
#sidebar ul li.link-box {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 575, ../../app/assets/stylesheets/application.scss */
#sidebar ul li.purple a {
  color: #fff;
}
/* line 576, ../../app/assets/stylesheets/application.scss */
#sidebar ul li.uppercase {
  text-transform: uppercase;
}
/* line 577, ../../app/assets/stylesheets/application.scss */
#sidebar ul li.uppercase.link-box a {
  font-size: 14px;
}
/* line 579, ../../app/assets/stylesheets/application.scss */
#sidebar p {
  display: inline;
}
/* line 580, ../../app/assets/stylesheets/application.scss */
#sidebar a.link-box {
  display: block;
}
/* line 581, ../../app/assets/stylesheets/application.scss */
#sidebar a.link-box.purple {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 599, ../../app/assets/stylesheets/application.scss */
#sidebar li.animal:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(/assets/departments/animal-02c1bf6277f05cb8ee460c8465e48dce.png) no-repeat;
}
/* line 592, ../../app/assets/stylesheets/application.scss */
#sidebar li.animal a {
  line-height: 24px;
  vertical-align: top;
}
/* line 607, ../../app/assets/stylesheets/application.scss */
#sidebar li.media:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(/assets/departments/media-e2d2ae72fa06b38d8eb72102544c13c6.png) no-repeat;
}
/* line 592, ../../app/assets/stylesheets/application.scss */
#sidebar li.media a {
  line-height: 24px;
  vertical-align: top;
}
/* line 615, ../../app/assets/stylesheets/application.scss */
#sidebar li.craft:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(/assets/departments/craft-98621754b068fbee8596a9dc54529f0e.png) no-repeat;
}
/* line 592, ../../app/assets/stylesheets/application.scss */
#sidebar li.craft a {
  line-height: 24px;
  vertical-align: top;
}
/* line 623, ../../app/assets/stylesheets/application.scss */
#sidebar li.health:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(/assets/departments/health-685c85208cf9565a2a14d225c4dfdaec.png) no-repeat;
}
/* line 592, ../../app/assets/stylesheets/application.scss */
#sidebar li.health a {
  line-height: 24px;
  vertical-align: top;
}
/* line 631, ../../app/assets/stylesheets/application.scss */
#sidebar li.computing:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(/assets/departments/computing-0f64e1d9c24c9846e9e8a06343a8fff2.png) no-repeat;
}
/* line 592, ../../app/assets/stylesheets/application.scss */
#sidebar li.computing a {
  line-height: 24px;
  vertical-align: top;
}
/* line 639, ../../app/assets/stylesheets/application.scss */
#sidebar li.arts:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(/assets/departments/arts-c701237017748f75f55a7cc87cd9539e.png) no-repeat;
}
/* line 592, ../../app/assets/stylesheets/application.scss */
#sidebar li.arts a {
  line-height: 24px;
  vertical-align: top;
}
/* line 647, ../../app/assets/stylesheets/application.scss */
#sidebar li.security:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(/assets/departments/security-19f88ff575d4d6f02e975909760e4d8d.png) no-repeat;
}
/* line 592, ../../app/assets/stylesheets/application.scss */
#sidebar li.security a {
  line-height: 24px;
  vertical-align: top;
}

/* line 658, ../../app/assets/stylesheets/application.scss */
.departments h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
/* line 663, ../../app/assets/stylesheets/application.scss */
.departments #sidebar_inner {
  background-color: white !important;
  margin-top: 120px;
}
/* line 667, ../../app/assets/stylesheets/application.scss */
.departments #sidebar_inner .link-box {
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: center;
}
/* line 674, ../../app/assets/stylesheets/application.scss */
.departments .content ul {
  padding: 0 0 0 10px;
}
/* line 677, ../../app/assets/stylesheets/application.scss */
.departments .content ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 19px;
}
/* line 682, ../../app/assets/stylesheets/application.scss */
.departments .content ul li:before {
  content: ">";
}
/* line 686, ../../app/assets/stylesheets/application.scss */
.departments .content ul li a {
  font: 19px/24px "open_sansbold", Arial, Helvetica, sans-serif;
  color: #000;
}
/* line 690, ../../app/assets/stylesheets/application.scss */
.departments .content ul li a:hover {
  color: #8c469d;
  text-decoration: none;
}
/* line 701, ../../app/assets/stylesheets/application.scss */
.departments.animal-health-care .content iframe {
  border: 3px solid #9659b8;
}
/* line 706, ../../app/assets/stylesheets/application.scss */
.departments.animal-health-care .content ul li:before {
  color: #9659b8;
}
/* line 710, ../../app/assets/stylesheets/application.scss */
.departments.animal-health-care .content ul li a:hover {
  color: #9659b8;
}
/* line 715, ../../app/assets/stylesheets/application.scss */
.departments.animal-health-care .link-box {
  background: #9659b8;
}
/* line 722, ../../app/assets/stylesheets/application.scss */
.departments.arts-business-humanities .content iframe {
  border: 3px solid #268b61;
}
/* line 727, ../../app/assets/stylesheets/application.scss */
.departments.arts-business-humanities .content ul li:before {
  color: #268b61;
}
/* line 731, ../../app/assets/stylesheets/application.scss */
.departments.arts-business-humanities .content ul li a:hover {
  color: #268b61;
}
/* line 736, ../../app/assets/stylesheets/application.scss */
.departments.arts-business-humanities .link-box {
  background: #268b61;
}
/* line 743, ../../app/assets/stylesheets/application.scss */
.departments.computing-and-technology .content iframe {
  border: 3px solid #e27839;
}
/* line 748, ../../app/assets/stylesheets/application.scss */
.departments.computing-and-technology .content ul li:before {
  color: #e27839;
}
/* line 752, ../../app/assets/stylesheets/application.scss */
.departments.computing-and-technology .content ul li a:hover {
  color: #e27839;
}
/* line 757, ../../app/assets/stylesheets/application.scss */
.departments.computing-and-technology .link-box {
  background: #e27839;
}
/* line 764, ../../app/assets/stylesheets/application.scss */
.departments.craft-design-and-construction .content iframe {
  border: 3px solid #316f97;
}
/* line 768, ../../app/assets/stylesheets/application.scss */
.departments.craft-design-and-construction .content ul li:before {
  color: #316f97;
}
/* line 772, ../../app/assets/stylesheets/application.scss */
.departments.craft-design-and-construction .content ul li a:hover {
  color: #316f97;
}
/* line 776, ../../app/assets/stylesheets/application.scss */
.departments.craft-design-and-construction .link-box {
  background: #316f97;
}
/* line 783, ../../app/assets/stylesheets/application.scss */
.departments.health-and-sport .content iframe {
  border: 3px solid #35a4bc;
}
/* line 787, ../../app/assets/stylesheets/application.scss */
.departments.health-and-sport .content ul li:before {
  color: #35a4bc;
}
/* line 791, ../../app/assets/stylesheets/application.scss */
.departments.health-and-sport .content ul li a:hover {
  color: #35a4bc;
}
/* line 795, ../../app/assets/stylesheets/application.scss */
.departments.health-and-sport .link-box {
  background: #35a4bc;
}
/* line 802, ../../app/assets/stylesheets/application.scss */
.departments.media-radio-sound .content iframe {
  border: 2px solid #e34553;
}
/* line 806, ../../app/assets/stylesheets/application.scss */
.departments.media-radio-sound .content ul li:before {
  color: #e34553;
}
/* line 810, ../../app/assets/stylesheets/application.scss */
.departments.media-radio-sound .content ul li a:hover {
  color: #e34553;
}
/* line 814, ../../app/assets/stylesheets/application.scss */
.departments.media-radio-sound .link-box {
  background: #e34553;
}
/* line 821, ../../app/assets/stylesheets/application.scss */
.departments.food-and-hospitality .content iframe {
  border: 2px solid #4cce98;
}
/* line 824, ../../app/assets/stylesheets/application.scss */
.departments.food-and-hospitality .link-box {
  background: #4cce98;
}

/* line 832, ../../app/assets/stylesheets/application.scss */
.day_courses #sidebar {
  margin-top: 60px;
}
/* line 835, ../../app/assets/stylesheets/application.scss */
.day_courses #sidebar .link-box {
  width: 100%;
  padding: 20px 0 20px 0;
  margin-bottom: 10px;
  text-align: center;
}

/* line 843, ../../app/assets/stylesheets/application.scss */
a.purple-box {
  display: inline-block;
  background: #8c469d;
  padding: 10px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 853, ../../app/assets/stylesheets/application.scss */
a.purple-box:after {
  content: "";
  margin-left: 30px;
  display: inline-block;
  width: 7px;
  height: 15px;
  vertical-align: middle;
  background: transparent url(/assets/icons/purple-link-arrow-right-9cec27da061b057d3363b3a66f4cf59b.png) no-repeat;
}

/* line 863, ../../app/assets/stylesheets/application.scss */
a.printable {
  display: block;
  width: 37px;
  height: 37px;
  background: transparent url(/assets/icons/printable-88de2cd4497ac5e2273b0a30054ed0b3.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 20px;
}

/* line 871, ../../app/assets/stylesheets/application.scss */
img.logo {
  display: block;
  width: 37px;
  height: 37px;
  position: absolute;
  right: 60px;
  top: 20px;
}

/* line 878, ../../app/assets/stylesheets/application.scss */
a.up-to-top {
  display: block;
  width: 37px;
  height: 37px;
  background: transparent url(/assets/icons/up-to-top-1674ba4c775205e9cb1895ae02869dc8.png) no-repeat;
  float: right;
}

/* line 886, ../../app/assets/stylesheets/application.scss */
body.subpage {
  background: white url(/assets/news-bg-f48800be099b1f3dde065c3d1b7834a3.jpg) no-repeat top center;
}

/* line 887, ../../app/assets/stylesheets/application.scss */
body.about_us {
  background: white url(/assets/about-us-bg-34b038286062ea4e22171e88a0ccade4.jpg) no-repeat top center;
}

/* line 888, ../../app/assets/stylesheets/application.scss */
body.day_courses {
  background: white url(/assets/day-courses-bg-680d56452e7f567cd3c135bc136d1cec.jpg) no-repeat top center;
}

/* line 889, ../../app/assets/stylesheets/application.scss */
body.evening_courses {
  background: white url(/assets/evening-courses-bg-22261305ce1db944b725ce90aeef8e93.jpg) no-repeat top center;
}

/* line 890, ../../app/assets/stylesheets/application.scss */
body.faqs {
  background: white url(/assets/faqs-bg-4585b80301fbceba89c6b76ecb308b5f.jpg) no-repeat top center;
}

/* line 891, ../../app/assets/stylesheets/application.scss */
body.admissions_info {
  background: white url(/assets/admissions-bg-454828b828a0695751c4581857449290.jpg) no-repeat top center;
}

/* line 892, ../../app/assets/stylesheets/application.scss */
body.controller-contact-us {
  background: #fff;
}

/* line 895, ../../app/assets/stylesheets/application.scss */
body.action-sitemap,
body.controller-events,
body.controller-news-items {
  background: white url(/assets/carousel/privacy-edb155ef46d0a18afe4fa63212c12b5a.jpg) no-repeat center 72px;
}

/* line 897, ../../app/assets/stylesheets/application.scss */
#sitemap nav ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 898, ../../app/assets/stylesheets/application.scss */
#sitemap nav ul li {
  list-style: disc;
}

/* line 57, ../../app/assets/stylesheets/_shared.scss */
body.subpage.red .breadcrumbs-inner, body.subpage.red .breadcrumbs-crumb, body.subpage.red .breadcrumbs-crumb:visited {
  color: #e34553;
}
/* line 61, ../../app/assets/stylesheets/_shared.scss */
body.subpage.red iframe {
  margin: 25px 0;
  border: 3px solid #e34553;
}
/* line 67, ../../app/assets/stylesheets/_shared.scss */
body.subpage.red #sidebar_inner {
  background: none !important;
  margin-top: 120px;
}
/* line 71, ../../app/assets/stylesheets/_shared.scss */
body.subpage.red #sidebar_inner .link-box {
  display: block;
  width: 100%;
  background: #e34553;
  padding: 20px 0;
  text-align: center;
}
/* line 79, ../../app/assets/stylesheets/_shared.scss */
body.subpage.red #sidebar_inner h3 {
  display: block;
  background: #e34553;
  z-index: 10;
  margin: 30px 0 0;
  padding: 15px 0 10px 20px;
  color: #fff;
}
/* line 87, ../../app/assets/stylesheets/_shared.scss */
body.subpage.red #sidebar_inner ul {
  background: #e34553;
  opacity: 0.7;
}
/* line 91, ../../app/assets/stylesheets/_shared.scss */
body.subpage.red #sidebar_inner ul li {
  padding-top: 8px !important;
}
/* line 94, ../../app/assets/stylesheets/_shared.scss */
body.subpage.red #sidebar_inner ul li a {
  color: #fff;
}
/* line 97, ../../app/assets/stylesheets/_shared.scss */
body.subpage.red #sidebar_inner ul li a:before {
  content: "> ";
}
/* line 102, ../../app/assets/stylesheets/_shared.scss */
body.subpage.red .link-box.bottom {
  background-color: #e34553;
}
/* line 104, ../../app/assets/stylesheets/_shared.scss */
body.subpage.red .link-box.bottom a {
  color: #fff;
}
/* line 57, ../../app/assets/stylesheets/_shared.scss */
body.subpage.blue .breadcrumbs-inner, body.subpage.blue .breadcrumbs-crumb, body.subpage.blue .breadcrumbs-crumb:visited {
  color: #35a4bc;
}
/* line 61, ../../app/assets/stylesheets/_shared.scss */
body.subpage.blue iframe {
  margin: 25px 0;
  border: 3px solid #35a4bc;
}
/* line 67, ../../app/assets/stylesheets/_shared.scss */
body.subpage.blue #sidebar_inner {
  background: none !important;
  margin-top: 120px;
}
/* line 71, ../../app/assets/stylesheets/_shared.scss */
body.subpage.blue #sidebar_inner .link-box {
  display: block;
  width: 100%;
  background: #35a4bc;
  padding: 20px 0;
  text-align: center;
}
/* line 79, ../../app/assets/stylesheets/_shared.scss */
body.subpage.blue #sidebar_inner h3 {
  display: block;
  background: #35a4bc;
  z-index: 10;
  margin: 30px 0 0;
  padding: 15px 0 10px 20px;
  color: #fff;
}
/* line 87, ../../app/assets/stylesheets/_shared.scss */
body.subpage.blue #sidebar_inner ul {
  background: #35a4bc;
  opacity: 0.7;
}
/* line 91, ../../app/assets/stylesheets/_shared.scss */
body.subpage.blue #sidebar_inner ul li {
  padding-top: 8px !important;
}
/* line 94, ../../app/assets/stylesheets/_shared.scss */
body.subpage.blue #sidebar_inner ul li a {
  color: #fff;
}
/* line 97, ../../app/assets/stylesheets/_shared.scss */
body.subpage.blue #sidebar_inner ul li a:before {
  content: "> ";
}
/* line 102, ../../app/assets/stylesheets/_shared.scss */
body.subpage.blue .link-box.bottom {
  background-color: #35a4bc;
}
/* line 104, ../../app/assets/stylesheets/_shared.scss */
body.subpage.blue .link-box.bottom a {
  color: #fff;
}
/* line 57, ../../app/assets/stylesheets/_shared.scss */
body.subpage.orange .breadcrumbs-inner, body.subpage.orange .breadcrumbs-crumb, body.subpage.orange .breadcrumbs-crumb:visited {
  color: #e27839;
}
/* line 61, ../../app/assets/stylesheets/_shared.scss */
body.subpage.orange iframe {
  margin: 25px 0;
  border: 3px solid #e27839;
}
/* line 67, ../../app/assets/stylesheets/_shared.scss */
body.subpage.orange #sidebar_inner {
  background: none !important;
  margin-top: 120px;
}
/* line 71, ../../app/assets/stylesheets/_shared.scss */
body.subpage.orange #sidebar_inner .link-box {
  display: block;
  width: 100%;
  background: #e27839;
  padding: 20px 0;
  text-align: center;
}
/* line 79, ../../app/assets/stylesheets/_shared.scss */
body.subpage.orange #sidebar_inner h3 {
  display: block;
  background: #e27839;
  z-index: 10;
  margin: 30px 0 0;
  padding: 15px 0 10px 20px;
  color: #fff;
}
/* line 87, ../../app/assets/stylesheets/_shared.scss */
body.subpage.orange #sidebar_inner ul {
  background: #e27839;
  opacity: 0.7;
}
/* line 91, ../../app/assets/stylesheets/_shared.scss */
body.subpage.orange #sidebar_inner ul li {
  padding-top: 8px !important;
}
/* line 94, ../../app/assets/stylesheets/_shared.scss */
body.subpage.orange #sidebar_inner ul li a {
  color: #fff;
}
/* line 97, ../../app/assets/stylesheets/_shared.scss */
body.subpage.orange #sidebar_inner ul li a:before {
  content: "> ";
}
/* line 102, ../../app/assets/stylesheets/_shared.scss */
body.subpage.orange .link-box.bottom {
  background-color: #e27839;
}
/* line 104, ../../app/assets/stylesheets/_shared.scss */
body.subpage.orange .link-box.bottom a {
  color: #fff;
}
/* line 57, ../../app/assets/stylesheets/_shared.scss */
body.subpage.green .breadcrumbs-inner, body.subpage.green .breadcrumbs-crumb, body.subpage.green .breadcrumbs-crumb:visited {
  color: #268b61;
}
/* line 61, ../../app/assets/stylesheets/_shared.scss */
body.subpage.green iframe {
  margin: 25px 0;
  border: 3px solid #268b61;
}
/* line 67, ../../app/assets/stylesheets/_shared.scss */
body.subpage.green #sidebar_inner {
  background: none !important;
  margin-top: 120px;
}
/* line 71, ../../app/assets/stylesheets/_shared.scss */
body.subpage.green #sidebar_inner .link-box {
  display: block;
  width: 100%;
  background: #268b61;
  padding: 20px 0;
  text-align: center;
}
/* line 79, ../../app/assets/stylesheets/_shared.scss */
body.subpage.green #sidebar_inner h3 {
  display: block;
  background: #268b61;
  z-index: 10;
  margin: 30px 0 0;
  padding: 15px 0 10px 20px;
  color: #fff;
}
/* line 87, ../../app/assets/stylesheets/_shared.scss */
body.subpage.green #sidebar_inner ul {
  background: #268b61;
  opacity: 0.7;
}
/* line 91, ../../app/assets/stylesheets/_shared.scss */
body.subpage.green #sidebar_inner ul li {
  padding-top: 8px !important;
}
/* line 94, ../../app/assets/stylesheets/_shared.scss */
body.subpage.green #sidebar_inner ul li a {
  color: #fff;
}
/* line 97, ../../app/assets/stylesheets/_shared.scss */
body.subpage.green #sidebar_inner ul li a:before {
  content: "> ";
}
/* line 102, ../../app/assets/stylesheets/_shared.scss */
body.subpage.green .link-box.bottom {
  background-color: #268b61;
}
/* line 104, ../../app/assets/stylesheets/_shared.scss */
body.subpage.green .link-box.bottom a {
  color: #fff;
}
/* line 57, ../../app/assets/stylesheets/_shared.scss */
body.subpage.food-hospitality .breadcrumbs-inner, body.subpage.food-hospitality .breadcrumbs-crumb, body.subpage.food-hospitality .breadcrumbs-crumb:visited {
  color: #4cce98;
}
/* line 61, ../../app/assets/stylesheets/_shared.scss */
body.subpage.food-hospitality iframe {
  margin: 25px 0;
  border: 3px solid #4cce98;
}
/* line 67, ../../app/assets/stylesheets/_shared.scss */
body.subpage.food-hospitality #sidebar_inner {
  background: none !important;
  margin-top: 120px;
}
/* line 71, ../../app/assets/stylesheets/_shared.scss */
body.subpage.food-hospitality #sidebar_inner .link-box {
  display: block;
  width: 100%;
  background: #4cce98;
  padding: 20px 0;
  text-align: center;
}
/* line 79, ../../app/assets/stylesheets/_shared.scss */
body.subpage.food-hospitality #sidebar_inner h3 {
  display: block;
  background: #4cce98;
  z-index: 10;
  margin: 30px 0 0;
  padding: 15px 0 10px 20px;
  color: #fff;
}
/* line 87, ../../app/assets/stylesheets/_shared.scss */
body.subpage.food-hospitality #sidebar_inner ul {
  background: #4cce98;
  opacity: 0.7;
}
/* line 91, ../../app/assets/stylesheets/_shared.scss */
body.subpage.food-hospitality #sidebar_inner ul li {
  padding-top: 8px !important;
}
/* line 94, ../../app/assets/stylesheets/_shared.scss */
body.subpage.food-hospitality #sidebar_inner ul li a {
  color: #fff;
}
/* line 97, ../../app/assets/stylesheets/_shared.scss */
body.subpage.food-hospitality #sidebar_inner ul li a:before {
  content: "> ";
}
/* line 102, ../../app/assets/stylesheets/_shared.scss */
body.subpage.food-hospitality .link-box.bottom {
  background-color: #4cce98;
}
/* line 104, ../../app/assets/stylesheets/_shared.scss */
body.subpage.food-hospitality .link-box.bottom a {
  color: #fff;
}
/* line 57, ../../app/assets/stylesheets/_shared.scss */
body.subpage.purple .breadcrumbs-inner, body.subpage.purple .breadcrumbs-crumb, body.subpage.purple .breadcrumbs-crumb:visited {
  color: #9659b8;
}
/* line 61, ../../app/assets/stylesheets/_shared.scss */
body.subpage.purple iframe {
  margin: 25px 0;
  border: 3px solid #9659b8;
}
/* line 67, ../../app/assets/stylesheets/_shared.scss */
body.subpage.purple #sidebar_inner {
  background: none !important;
  margin-top: 120px;
}
/* line 71, ../../app/assets/stylesheets/_shared.scss */
body.subpage.purple #sidebar_inner .link-box {
  display: block;
  width: 100%;
  background: #9659b8;
  padding: 20px 0;
  text-align: center;
}
/* line 79, ../../app/assets/stylesheets/_shared.scss */
body.subpage.purple #sidebar_inner h3 {
  display: block;
  background: #9659b8;
  z-index: 10;
  margin: 30px 0 0;
  padding: 15px 0 10px 20px;
  color: #fff;
}
/* line 87, ../../app/assets/stylesheets/_shared.scss */
body.subpage.purple #sidebar_inner ul {
  background: #9659b8;
  opacity: 0.7;
}
/* line 91, ../../app/assets/stylesheets/_shared.scss */
body.subpage.purple #sidebar_inner ul li {
  padding-top: 8px !important;
}
/* line 94, ../../app/assets/stylesheets/_shared.scss */
body.subpage.purple #sidebar_inner ul li a {
  color: #fff;
}
/* line 97, ../../app/assets/stylesheets/_shared.scss */
body.subpage.purple #sidebar_inner ul li a:before {
  content: "> ";
}
/* line 102, ../../app/assets/stylesheets/_shared.scss */
body.subpage.purple .link-box.bottom {
  background-color: #9659b8;
}
/* line 104, ../../app/assets/stylesheets/_shared.scss */
body.subpage.purple .link-box.bottom a {
  color: #fff;
}
/* line 57, ../../app/assets/stylesheets/_shared.scss */
body.subpage.navy .breadcrumbs-inner, body.subpage.navy .breadcrumbs-crumb, body.subpage.navy .breadcrumbs-crumb:visited {
  color: #316f97;
}
/* line 61, ../../app/assets/stylesheets/_shared.scss */
body.subpage.navy iframe {
  margin: 25px 0;
  border: 3px solid #316f97;
}
/* line 67, ../../app/assets/stylesheets/_shared.scss */
body.subpage.navy #sidebar_inner {
  background: none !important;
  margin-top: 120px;
}
/* line 71, ../../app/assets/stylesheets/_shared.scss */
body.subpage.navy #sidebar_inner .link-box {
  display: block;
  width: 100%;
  background: #316f97;
  padding: 20px 0;
  text-align: center;
}
/* line 79, ../../app/assets/stylesheets/_shared.scss */
body.subpage.navy #sidebar_inner h3 {
  display: block;
  background: #316f97;
  z-index: 10;
  margin: 30px 0 0;
  padding: 15px 0 10px 20px;
  color: #fff;
}
/* line 87, ../../app/assets/stylesheets/_shared.scss */
body.subpage.navy #sidebar_inner ul {
  background: #316f97;
  opacity: 0.7;
}
/* line 91, ../../app/assets/stylesheets/_shared.scss */
body.subpage.navy #sidebar_inner ul li {
  padding-top: 8px !important;
}
/* line 94, ../../app/assets/stylesheets/_shared.scss */
body.subpage.navy #sidebar_inner ul li a {
  color: #fff;
}
/* line 97, ../../app/assets/stylesheets/_shared.scss */
body.subpage.navy #sidebar_inner ul li a:before {
  content: "> ";
}
/* line 102, ../../app/assets/stylesheets/_shared.scss */
body.subpage.navy .link-box.bottom {
  background-color: #316f97;
}
/* line 104, ../../app/assets/stylesheets/_shared.scss */
body.subpage.navy .link-box.bottom a {
  color: #fff;
}
/* style sheet for welcome page  */
/* #body-welcome-index #main-content-inner {
  margin: 0px;
  width: 100%;
  padding: 0 0 20px 0;
} */
/* Please use fonts from http://www.fontsquirrel.com/ or from x:\fonts\fontkits */
/* Place fonts in public/fonts/ */
/* Ensure URLs have are prefixed with /fonts/
/* Check license before using non-fontsquirerle fonts */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 1, 2012 */
@font-face {
  font-family: 'open_sansbold';
  src: url("/fonts/opensans-bold-webfont.eot");
  src: url("/fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-bold-webfont.woff") format("woff"), url("/fonts/opensans-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold_italic';
  src: url("/fonts/opensans-bolditalic-webfont.eot");
  src: url("/fonts/opensans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-bolditalic-webfont.woff") format("woff"), url("/fonts/opensans-bolditalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_lightregular';
  src: url("/fonts/opensans-light-webfont.eot");
  src: url("/fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-light-webfont.woff") format("woff"), url("/fonts/opensans-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_extrabolditalic';
  src: url("/fonts/opensans-extrabolditalic-webfont.eot");
  src: url("/fonts/opensans-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-extrabolditalic-webfont.woff") format("woff"), url("/fonts/opensans-extrabolditalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansitalic';
  src: url("/fonts/opensans-italic-webfont.eot");
  src: url("/fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-italic-webfont.woff") format("woff"), url("/fonts/opensans-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_semiboldregular';
  src: url("/fonts/opensans-semibold-webfont.eot");
  src: url("/fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-semibold-webfont.woff") format("woff"), url("/fonts/opensans-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_lightitalic';
  src: url("/fonts/opensans-lightitalic-webfont.eot");
  src: url("/fonts/opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-lightitalic-webfont.woff") format("woff"), url("/fonts/opensans-lightitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url("/fonts/OpenSans-Regular-webfont.eot");
  src: url("/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/fonts/OpenSans-Regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_semibolditalic';
  src: url("/fonts/opensans-semibolditalic-webfont.eot");
  src: url("/fonts/opensans-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-semibolditalic-webfont.woff") format("woff"), url("/fonts/opensans-semibolditalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'patua_oneregular';
  src: url("/fonts/patuaone-regular-webfont.eot");
  src: url("/fonts/patuaone-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/patuaone-regular-webfont.woff") format("woff"), url("/fonts/patuaone-regular-webfont.ttf") format("truetype"), url("/fonts/patuaone-regular-webfont.svg#patua_oneregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 11, ../../app/assets/stylesheets/welcome.scss */
body.controller-welcome {
  background: white url(/assets/background-64c55c83a5624636820b7ad815a020aa.jpg) repeat-x;
}
/* line 14, ../../app/assets/stylesheets/welcome.scss */
body.controller-welcome h2 {
  padding: 12px 0;
  background: #186344;
  color: #fff;
  font: 16px/20px "patua_oneregular", Arial, Helvetica, sans-serif;
  letter-spacing: .5px;
  text-align: center;
}
/* line 23, ../../app/assets/stylesheets/welcome.scss */
body.controller-welcome .news-item a {
  color: #3b3931;
  font-family: "patua_oneregular", Arial, Helvetica, sans-serif;
}
/* line 27, ../../app/assets/stylesheets/welcome.scss */
body.controller-welcome .news-item .read-more {
  color: #186344;
  text-decoration: underline;
  font: 15px/20px "open_sansitalic", Arial, Helvetica, sans-serif;
}
/* line 32, ../../app/assets/stylesheets/welcome.scss */
body.controller-welcome .news-item .read-more:hover {
  color: #333;
}
@media print {
  #footer, #sidebar, .sf-menu, #search-box, #contact-form, #blog-comments-form, input[type=submit], #copyright-credits, #social-media-buttons { display: none; }

  a img { border: none; }
  a:link:after, a:visited:after {
    content: "";
  }

  body, #primary-wrapper, #secondary-wrapper, #main-content, #main-content-inner, #header {
    display: block !important;
    width: auto;
    margin: 0;
    padding: 1em;
    background: white !important;
    color: black;
    font-size: 11pt !important;
    position: static;
    border: none;
  }


  #footer {
    text-align: center;
    margin: 1em;
    margin-top: 5pt;
    padding-top: 3pt;
    border-top: 0.5pt solid #cccccc;
    font-size: 9pt !important;
  }

  .carousel-space,
  .text-size-changer,
  .moodle,
  .tag,
  #search-box,
  #social-media-links{ display: none; }

  .subpage .column.content {width: 100%;}
  .subpage .column {width: 0px}

  #logo {width: 320px; float: left;}
  .contact-info { margin-top: 30px;}
}
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.









*/

