@charset "UTF-8";
/*
	SITE - RESPONSIVE
*/
/*
---------------------------------------------------------------------
LAYOUT
---------------------------------------------------------------------
*/
/*
---------------------------------------------------------------------
BREAK POINTS
---------------------------------------------------------------------
*
$fw-desktop-breakpoints: (
  desktop : 1024px
);
$fw-responsive-breakpoints: (
  tablet: 1024px,
  phone : 600px
);
*/
/*
	VARIABLES
	Define all variables here. These variables will be available in all the partials included in the site sass files.
*/
/* FONTS */
/* LAYOUT */
/* COLORS */
/* CUSTOM COLORS */
/*
	WEB FONTS
	Declare all webfonts here.
*/
@font-face {
  font-family: 'Novecentosanswide-Bold';
  src: url('../webfonts/Novecentosanswide-Bold-webfont.woff2') format('woff2'), url('../webfonts/Novecentosanswide-Bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Novecentosanswide-Normal';
  src: url('../webfonts/Novecentosanswide-Normal-webfont.woff2') format('woff2'), url('../webfonts/Novecentosanswide-Normal-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
	TYPOGRAPHY
	Define all basic html tags. These can be overridden in but this should be the base.
*/
body {
  font: 400 1rem/1rem Arial, sans-serif; }

h1 {
  font: 700 4rem/2rem Arial, sans-serif; }

h2 {
  font: 700 2rem/1.7rem Arial, sans-serif; }

h3 {
  font: 700 1.5rem/1.4rem Arial, sans-serif; }

h4 {
  font: 700 1.7rem/1.1rem Arial, sans-serif; }

h5 {
  font: 700 2rem/1rem Arial, sans-serif; }

h6 {
  font: 700 2rem/0.9rem Arial, sans-serif; }

p {
  font: 400 0.875rem/1.4rem Arial, sans-serif; }

ul, ol {
  font: 400 0.875rem/1.4rem Arial, sans-serif;
  list-style: disc outside; }

ul {
  list-style: disc outside; }

ol {
  list-style: decimal outside; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

form {
  width: 100%; }
  form .control-label {
    color: #8c939c;
    padding: 10px 0; }
  form label {
    float: left;
    margin-bottom: 4px;
    margin-top: 10px;
    padding: 0;
    text-align: left;
    width: 100%; }
  form .field {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left; }
  form input, form select {
    border: 1px solid #c2c8cf;
    color: #353c45;
    font-size: 16px;
    padding: 18px 14px;
    max-width: 600px;
    width: 100%; }
    form input.invalid, form select.invalid {
      border: none;
      -webkit-box-shadow: 0px 0px 0px 1px red;
      -moz-box-shadow: 0px 0px 0px 1px red;
      box-shadow: 0px 0px 0px 1px red; }
  form .checkbox {
    position: relative; }
    form .checkbox label {
      color: #353c45;
      float: none;
      margin: 0;
      width: 80%; }
    form .checkbox input {
      width: auto; }
  form #acyusersubscription .acym_list {
    margin: 10px 0; }
    form #acyusersubscription .acym_list .acystatus {
      margin-right: 15px; }
    form #acyusersubscription .acym_list input[type="radio"], form #acyusersubscription .acym_list input[type="checkbox"] {
      width: auto; }
      form #acyusersubscription .acym_list input[type="radio"] + label, form #acyusersubscription .acym_list input[type="checkbox"] + label {
        display: inline;
        float: none; }
  form input[type="radio"], form input[type="checkbox"] {
    width: auto; }
  form .checkbox {
    position: relative; }
    form .checkbox label {
      color: #353c45;
      float: none;
      margin: 0;
      width: 80%; }
    form .checkbox input {
      width: auto; }
  form .radio input {
    float: left;
    width: 5%; }
  form .radio label {
    float: left;
    margin: 0;
    width: 10%; }
  form .Action {
    float: left;
    margin: 10px 0;
    width: 100%; }
    form .Action input {
      background-color: #5aa215 !important;
      border: none !important;
      color: #ffffff;
      position: relative;
      text-decoration: none;
      white-space: nowrap;
      padding: 10px 21px;
      border: none;
      cursor: pointer;
      text-shadow: none !important;
      -webkit-appearance: none;
      width: auto; }
      form .Action input:hover {
        background-color: #80e221; }
  form .btn {
    background-color: #559535;
    color: #ffffff !important;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 21px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    width: auto; }
    form .btn:hover {
      background-color: #79c254; }
    form .btn.btn-advanced {
      font-size: 0.875rem; }

/* RS FORMS OVER RIDE */
.formControlLabel {
  float: none !important;
  padding: 10px 0 !important;
  text-align: left !important;
  width: 100% !important; }

.formControls {
  display: block;
  margin-left: 0 !important;
  width: 100% !important; }
  .formControls .formBody {
    width: 100% !important; }
    .formControls .formBody label {
      margin: 0 !important;
      width: 80% !important; }
    .formControls .formBody .rsform-button {
      background-color: #5aa215 !important;
      border: none !important;
      color: #ffffff;
      position: relative;
      text-decoration: none;
      white-space: nowrap;
      padding: 10px 21px;
      border: none;
      cursor: pointer;
      text-shadow: none !important;
      -webkit-appearance: none;
      width: auto; }
      .formControls .formBody .rsform-button:hover {
        background-color: #80e221; }

/*
---------------------------------------------------------------------
FLEX BOX
---------------------------------------------------------------------
Flex Container - all items should be wrapped with .flex-container
Flex Itme - all items should be tagged with the class .flex-item
*/
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }

.flex-item {
  align-self: flex-start; }

.flex-image {
  width: 100%;
  height: auto; }

.flex-half {
  width: 0.5%;
  min-height: 1px; }

.flex-iframe {
  width: 100%; }
  .flex-iframe iframe {
    width: 100%; }

/*
---------------------------------------------------------------------
SPACING
---------------------------------------------------------------------
$spacing variable is defined in _framewerk_variables.scss
Can be overridden as well in a separate sass file if need be
*/
.space {
  padding: 20px; }
  .space.double {
    padding: 40px; }
  .space.one-forth {
    padding: 5px; }
  .space.three-forths {
    padding: 15px; }
  .space.half {
    padding: 10px; }
  .space.noleft {
    padding-left: 0; }
  .space.noright {
    padding-right: 0; }
  .space.halfleft {
    padding-left: 10px; }
  .space.halfright {
    padding-right: 10px; }
  .space.notop {
    padding-top: 0; }
  .space.nobottom {
    padding-bottom: 0; }
  .space.halftop {
    padding-top: 10px; }
  .space.halfbottom {
    padding-bottom: 10px; }

/*
---------------------------------------------------------------------
DEFAULT DESKTOP
---------------------------------------------------------------------
If no breakpoints are defined, these will be the fallback width percentages
*/
.desktop-1 {
  width: 1%; }
.desktop-2 {
  width: 2%; }
.desktop-3 {
  width: 3%; }
.desktop-4 {
  width: 4%; }
.desktop-5 {
  width: 5%; }
.desktop-6 {
  width: 6%; }
.desktop-7 {
  width: 7%; }
.desktop-8 {
  width: 8%; }
.desktop-9 {
  width: 9%; }
.desktop-10 {
  width: 10%; }
.desktop-11 {
  width: 11%; }
.desktop-12 {
  width: 12%; }
.desktop-13 {
  width: 13%; }
.desktop-14 {
  width: 14%; }
.desktop-15 {
  width: 15%; }
.desktop-16 {
  width: 16%; }
.desktop-17 {
  width: 17%; }
.desktop-18 {
  width: 18%; }
.desktop-19 {
  width: 19%; }
.desktop-20 {
  width: 20%; }
.desktop-21 {
  width: 21%; }
.desktop-22 {
  width: 22%; }
.desktop-23 {
  width: 23%; }
.desktop-24 {
  width: 24%; }
.desktop-25 {
  width: 25%; }
.desktop-26 {
  width: 26%; }
.desktop-27 {
  width: 27%; }
.desktop-28 {
  width: 28%; }
.desktop-29 {
  width: 29%; }
.desktop-30 {
  width: 30%; }
.desktop-31 {
  width: 31%; }
.desktop-32 {
  width: 32%; }
.desktop-33 {
  width: 33%; }
.desktop-34 {
  width: 34%; }
.desktop-35 {
  width: 35%; }
.desktop-36 {
  width: 36%; }
.desktop-37 {
  width: 37%; }
.desktop-38 {
  width: 38%; }
.desktop-39 {
  width: 39%; }
.desktop-40 {
  width: 40%; }
.desktop-41 {
  width: 41%; }
.desktop-42 {
  width: 42%; }
.desktop-43 {
  width: 43%; }
.desktop-44 {
  width: 44%; }
.desktop-45 {
  width: 45%; }
.desktop-46 {
  width: 46%; }
.desktop-47 {
  width: 47%; }
.desktop-48 {
  width: 48%; }
.desktop-49 {
  width: 49%; }
.desktop-50 {
  width: 50%; }
.desktop-51 {
  width: 51%; }
.desktop-52 {
  width: 52%; }
.desktop-53 {
  width: 53%; }
.desktop-54 {
  width: 54%; }
.desktop-55 {
  width: 55%; }
.desktop-56 {
  width: 56%; }
.desktop-57 {
  width: 57%; }
.desktop-58 {
  width: 58%; }
.desktop-59 {
  width: 59%; }
.desktop-60 {
  width: 60%; }
.desktop-61 {
  width: 61%; }
.desktop-62 {
  width: 62%; }
.desktop-63 {
  width: 63%; }
.desktop-64 {
  width: 64%; }
.desktop-65 {
  width: 65%; }
.desktop-66 {
  width: 66%; }
.desktop-67 {
  width: 67%; }
.desktop-68 {
  width: 68%; }
.desktop-69 {
  width: 69%; }
.desktop-70 {
  width: 70%; }
.desktop-71 {
  width: 71%; }
.desktop-72 {
  width: 72%; }
.desktop-73 {
  width: 73%; }
.desktop-74 {
  width: 74%; }
.desktop-75 {
  width: 75%; }
.desktop-76 {
  width: 76%; }
.desktop-77 {
  width: 77%; }
.desktop-78 {
  width: 78%; }
.desktop-79 {
  width: 79%; }
.desktop-80 {
  width: 80%; }
.desktop-81 {
  width: 81%; }
.desktop-82 {
  width: 82%; }
.desktop-83 {
  width: 83%; }
.desktop-84 {
  width: 84%; }
.desktop-85 {
  width: 85%; }
.desktop-86 {
  width: 86%; }
.desktop-87 {
  width: 87%; }
.desktop-88 {
  width: 88%; }
.desktop-89 {
  width: 89%; }
.desktop-90 {
  width: 90%; }
.desktop-91 {
  width: 91%; }
.desktop-92 {
  width: 92%; }
.desktop-93 {
  width: 93%; }
.desktop-94 {
  width: 94%; }
.desktop-95 {
  width: 95%; }
.desktop-96 {
  width: 96%; }
.desktop-97 {
  width: 97%; }
.desktop-98 {
  width: 98%; }
.desktop-99 {
  width: 99%; }
.desktop-100 {
  width: 100%; }

.flex-container.desktop-ltr {
  flex-direction: row; }

.flex-container.desktop-rtl {
  flex-direction: row-reverse; }

/*
---------------------------------------------------------------------
DESKTOP BREAKPOINTS
---------------------------------------------------------------------
*
@each $label, $breakpoint in $fw-desktop-breakpoints{
  @media screen and (min-width: $breakpoint) {
    @for $i from 1 through 100 {
      .#{$label}-#{$i} {
        width : round(percentage($i/100));
      }
    }
    .flex-container.#{$label}-ltr{
      flex-direction: row;
    }
    .flex-container.#{$label}-rtl{
      flex-direction: row-reverse;
    }
    .flex-container.#{$label}-ttb{
      flex-direction: column;
    }
    .flex-container.#{$label}-btt{
      flex-direction: column-reverse;
    }
  }
}
*/
@media handheld, only screen and (min-width: 1024px) {
  .desktop-hide {
    display: none; } }

/*
---------------------------------------------------------------------
RESPONSIVE BREAKPOINTS
---------------------------------------------------------------------
Simply out puts classes with a width set from 1-100 for each
breakpoint defiend.
*/
/*
  TABLET
*/
@media handheld, only screen and (max-width: 1024px) {
  .tablet-1 {
    width: 1%; }
  .tablet-2 {
    width: 2%; }
  .tablet-3 {
    width: 3%; }
  .tablet-4 {
    width: 4%; }
  .tablet-5 {
    width: 5%; }
  .tablet-6 {
    width: 6%; }
  .tablet-7 {
    width: 7%; }
  .tablet-8 {
    width: 8%; }
  .tablet-9 {
    width: 9%; }
  .tablet-10 {
    width: 10%; }
  .tablet-11 {
    width: 11%; }
  .tablet-12 {
    width: 12%; }
  .tablet-13 {
    width: 13%; }
  .tablet-14 {
    width: 14%; }
  .tablet-15 {
    width: 15%; }
  .tablet-16 {
    width: 16%; }
  .tablet-17 {
    width: 17%; }
  .tablet-18 {
    width: 18%; }
  .tablet-19 {
    width: 19%; }
  .tablet-20 {
    width: 20%; }
  .tablet-21 {
    width: 21%; }
  .tablet-22 {
    width: 22%; }
  .tablet-23 {
    width: 23%; }
  .tablet-24 {
    width: 24%; }
  .tablet-25 {
    width: 25%; }
  .tablet-26 {
    width: 26%; }
  .tablet-27 {
    width: 27%; }
  .tablet-28 {
    width: 28%; }
  .tablet-29 {
    width: 29%; }
  .tablet-30 {
    width: 30%; }
  .tablet-31 {
    width: 31%; }
  .tablet-32 {
    width: 32%; }
  .tablet-33 {
    width: 33%; }
  .tablet-34 {
    width: 34%; }
  .tablet-35 {
    width: 35%; }
  .tablet-36 {
    width: 36%; }
  .tablet-37 {
    width: 37%; }
  .tablet-38 {
    width: 38%; }
  .tablet-39 {
    width: 39%; }
  .tablet-40 {
    width: 40%; }
  .tablet-41 {
    width: 41%; }
  .tablet-42 {
    width: 42%; }
  .tablet-43 {
    width: 43%; }
  .tablet-44 {
    width: 44%; }
  .tablet-45 {
    width: 45%; }
  .tablet-46 {
    width: 46%; }
  .tablet-47 {
    width: 47%; }
  .tablet-48 {
    width: 48%; }
  .tablet-49 {
    width: 49%; }
  .tablet-50 {
    width: 50%; }
  .tablet-51 {
    width: 51%; }
  .tablet-52 {
    width: 52%; }
  .tablet-53 {
    width: 53%; }
  .tablet-54 {
    width: 54%; }
  .tablet-55 {
    width: 55%; }
  .tablet-56 {
    width: 56%; }
  .tablet-57 {
    width: 57%; }
  .tablet-58 {
    width: 58%; }
  .tablet-59 {
    width: 59%; }
  .tablet-60 {
    width: 60%; }
  .tablet-61 {
    width: 61%; }
  .tablet-62 {
    width: 62%; }
  .tablet-63 {
    width: 63%; }
  .tablet-64 {
    width: 64%; }
  .tablet-65 {
    width: 65%; }
  .tablet-66 {
    width: 66%; }
  .tablet-67 {
    width: 67%; }
  .tablet-68 {
    width: 68%; }
  .tablet-69 {
    width: 69%; }
  .tablet-70 {
    width: 70%; }
  .tablet-71 {
    width: 71%; }
  .tablet-72 {
    width: 72%; }
  .tablet-73 {
    width: 73%; }
  .tablet-74 {
    width: 74%; }
  .tablet-75 {
    width: 75%; }
  .tablet-76 {
    width: 76%; }
  .tablet-77 {
    width: 77%; }
  .tablet-78 {
    width: 78%; }
  .tablet-79 {
    width: 79%; }
  .tablet-80 {
    width: 80%; }
  .tablet-81 {
    width: 81%; }
  .tablet-82 {
    width: 82%; }
  .tablet-83 {
    width: 83%; }
  .tablet-84 {
    width: 84%; }
  .tablet-85 {
    width: 85%; }
  .tablet-86 {
    width: 86%; }
  .tablet-87 {
    width: 87%; }
  .tablet-88 {
    width: 88%; }
  .tablet-89 {
    width: 89%; }
  .tablet-90 {
    width: 90%; }
  .tablet-91 {
    width: 91%; }
  .tablet-92 {
    width: 92%; }
  .tablet-93 {
    width: 93%; }
  .tablet-94 {
    width: 94%; }
  .tablet-95 {
    width: 95%; }
  .tablet-96 {
    width: 96%; }
  .tablet-97 {
    width: 97%; }
  .tablet-98 {
    width: 98%; }
  .tablet-99 {
    width: 99%; }
  .tablet-100 {
    width: 100%; }
  .flex-container.tablet-ltr {
    flex-direction: row; }
  .flex-container.tablet-rtl {
    flex-direction: row-reverse; }
  .flex-container.tablet-ttb {
    flex-direction: column; }
  .flex-container.tablet-btt {
    flex-direction: column-reverse; }
    .space.tablet-space-reset {
      padding: 20px; }
  .tablet-hide {
    display: none; } }

/*
  PHONE
*/
@media handheld, only screen and (max-width: 600px) {
  .phone-1 {
    display: block !important;
    width: 1%; }
  .phone-2 {
    display: block !important;
    width: 2%; }
  .phone-3 {
    display: block !important;
    width: 3%; }
  .phone-4 {
    display: block !important;
    width: 4%; }
  .phone-5 {
    display: block !important;
    width: 5%; }
  .phone-6 {
    display: block !important;
    width: 6%; }
  .phone-7 {
    display: block !important;
    width: 7%; }
  .phone-8 {
    display: block !important;
    width: 8%; }
  .phone-9 {
    display: block !important;
    width: 9%; }
  .phone-10 {
    display: block !important;
    width: 10%; }
  .phone-11 {
    display: block !important;
    width: 11%; }
  .phone-12 {
    display: block !important;
    width: 12%; }
  .phone-13 {
    display: block !important;
    width: 13%; }
  .phone-14 {
    display: block !important;
    width: 14%; }
  .phone-15 {
    display: block !important;
    width: 15%; }
  .phone-16 {
    display: block !important;
    width: 16%; }
  .phone-17 {
    display: block !important;
    width: 17%; }
  .phone-18 {
    display: block !important;
    width: 18%; }
  .phone-19 {
    display: block !important;
    width: 19%; }
  .phone-20 {
    display: block !important;
    width: 20%; }
  .phone-21 {
    display: block !important;
    width: 21%; }
  .phone-22 {
    display: block !important;
    width: 22%; }
  .phone-23 {
    display: block !important;
    width: 23%; }
  .phone-24 {
    display: block !important;
    width: 24%; }
  .phone-25 {
    display: block !important;
    width: 25%; }
  .phone-26 {
    display: block !important;
    width: 26%; }
  .phone-27 {
    display: block !important;
    width: 27%; }
  .phone-28 {
    display: block !important;
    width: 28%; }
  .phone-29 {
    display: block !important;
    width: 29%; }
  .phone-30 {
    display: block !important;
    width: 30%; }
  .phone-31 {
    display: block !important;
    width: 31%; }
  .phone-32 {
    display: block !important;
    width: 32%; }
  .phone-33 {
    display: block !important;
    width: 33%; }
  .phone-34 {
    display: block !important;
    width: 34%; }
  .phone-35 {
    display: block !important;
    width: 35%; }
  .phone-36 {
    display: block !important;
    width: 36%; }
  .phone-37 {
    display: block !important;
    width: 37%; }
  .phone-38 {
    display: block !important;
    width: 38%; }
  .phone-39 {
    display: block !important;
    width: 39%; }
  .phone-40 {
    display: block !important;
    width: 40%; }
  .phone-41 {
    display: block !important;
    width: 41%; }
  .phone-42 {
    display: block !important;
    width: 42%; }
  .phone-43 {
    display: block !important;
    width: 43%; }
  .phone-44 {
    display: block !important;
    width: 44%; }
  .phone-45 {
    display: block !important;
    width: 45%; }
  .phone-46 {
    display: block !important;
    width: 46%; }
  .phone-47 {
    display: block !important;
    width: 47%; }
  .phone-48 {
    display: block !important;
    width: 48%; }
  .phone-49 {
    display: block !important;
    width: 49%; }
  .phone-50 {
    display: block !important;
    width: 50%; }
  .phone-51 {
    display: block !important;
    width: 51%; }
  .phone-52 {
    display: block !important;
    width: 52%; }
  .phone-53 {
    display: block !important;
    width: 53%; }
  .phone-54 {
    display: block !important;
    width: 54%; }
  .phone-55 {
    display: block !important;
    width: 55%; }
  .phone-56 {
    display: block !important;
    width: 56%; }
  .phone-57 {
    display: block !important;
    width: 57%; }
  .phone-58 {
    display: block !important;
    width: 58%; }
  .phone-59 {
    display: block !important;
    width: 59%; }
  .phone-60 {
    display: block !important;
    width: 60%; }
  .phone-61 {
    display: block !important;
    width: 61%; }
  .phone-62 {
    display: block !important;
    width: 62%; }
  .phone-63 {
    display: block !important;
    width: 63%; }
  .phone-64 {
    display: block !important;
    width: 64%; }
  .phone-65 {
    display: block !important;
    width: 65%; }
  .phone-66 {
    display: block !important;
    width: 66%; }
  .phone-67 {
    display: block !important;
    width: 67%; }
  .phone-68 {
    display: block !important;
    width: 68%; }
  .phone-69 {
    display: block !important;
    width: 69%; }
  .phone-70 {
    display: block !important;
    width: 70%; }
  .phone-71 {
    display: block !important;
    width: 71%; }
  .phone-72 {
    display: block !important;
    width: 72%; }
  .phone-73 {
    display: block !important;
    width: 73%; }
  .phone-74 {
    display: block !important;
    width: 74%; }
  .phone-75 {
    display: block !important;
    width: 75%; }
  .phone-76 {
    display: block !important;
    width: 76%; }
  .phone-77 {
    display: block !important;
    width: 77%; }
  .phone-78 {
    display: block !important;
    width: 78%; }
  .phone-79 {
    display: block !important;
    width: 79%; }
  .phone-80 {
    display: block !important;
    width: 80%; }
  .phone-81 {
    display: block !important;
    width: 81%; }
  .phone-82 {
    display: block !important;
    width: 82%; }
  .phone-83 {
    display: block !important;
    width: 83%; }
  .phone-84 {
    display: block !important;
    width: 84%; }
  .phone-85 {
    display: block !important;
    width: 85%; }
  .phone-86 {
    display: block !important;
    width: 86%; }
  .phone-87 {
    display: block !important;
    width: 87%; }
  .phone-88 {
    display: block !important;
    width: 88%; }
  .phone-89 {
    display: block !important;
    width: 89%; }
  .phone-90 {
    display: block !important;
    width: 90%; }
  .phone-91 {
    display: block !important;
    width: 91%; }
  .phone-92 {
    display: block !important;
    width: 92%; }
  .phone-93 {
    display: block !important;
    width: 93%; }
  .phone-94 {
    display: block !important;
    width: 94%; }
  .phone-95 {
    display: block !important;
    width: 95%; }
  .phone-96 {
    display: block !important;
    width: 96%; }
  .phone-97 {
    display: block !important;
    width: 97%; }
  .phone-98 {
    display: block !important;
    width: 98%; }
  .phone-99 {
    display: block !important;
    width: 99%; }
  .phone-100 {
    display: block !important;
    width: 100%; }
  .flex-container.phone-ltr {
    flex-direction: row; }
  .flex-container.phone-rtl {
    flex-direction: row-reverse; }
  .flex-container.phone-ttb {
    flex-direction: column; }
  .flex-container.phone-btt {
    flex-direction: column-reverse; }
    .space.phone-space-reset {
      padding: 20px; }
  .phone-hide {
    display: none; } }

/*
  VERTICAL ALIGN
  requires the parent container to have a set height
*/
/*
  HORIZONTAL ALIGN
*/
/*
  HORIZONTAL VERICAL ALIGN
*/
/*
  FONT SIZE
*/
body {
  background: #23292f; }

.container {
  max-width: 1140px;
  margin: 0 auto; }

/* TOP HEADER */
#topheader {
  background: #23292f;
  color: #FFF;
  height: 40px;
  z-index: 999; }
  #topheader .container {
    height: 100%;
    align-content: center; }
  #topheader span {
    font-size: 0.85rem; }
  #topheader a {
    color: #FFF;
    font-size: 0.85rem;
    text-decoration: none; }
  #topheader ul {
    display: flex;
    justify-content: flex-end;
    list-style: none; }
    #topheader ul li {
      position: relative; }
      #topheader ul li a {
        padding: 0 12px; }
  #topheader #user-info p {
    float: left; }
  #topheader #user-info .logout-form {
    width: auto; }
    #topheader #user-info .logout-form button {
      border: none;
      background: none;
      color: #FFF;
      cursor: pointer;
      padding: 5px; }
  #topheader #language {
    z-index: 999; }
    #topheader #language ul {
      display: inline-flex; }
      #topheader #language ul li ul {
        background: #23292f;
        display: none;
        width: 100%; }
        #topheader #language ul li ul li {
          display: block;
          position: relative; }
          #topheader #language ul li ul li a {
            border-bottom: 1px solid #FFF;
            display: block;
            padding: 5px; }
            #topheader #language ul li ul li a:hover {
              background: #7f8f9f; }
      #topheader #language ul li:hover ul {
        display: inline-block; }

/* HEADER */
#header {
  position: relative;
  z-index: 2;
  background: #FFF; }
  #header .container {
    height: 100px; }
    #header .container .logo {
      display: flex; }
      #header .container .logo .space {
        padding-top: 5px; }
        #header .container .logo .space a img {
          height: 90px; }
    #header .container .nav {
      display: block; }
      #header .container .nav ul {
        display: flex;
        justify-content: flex-end;
        list-style: none; }
        #header .container .nav ul li {
          border-right: 1px solid #EEE;
          display: flex;
          flex-flow: column;
          justify-content: space-evenly;
          position: relative;
          min-width: 250px;
          height: 100px;
          text-align: center;
          /* SECONDARY */ }
          #header .container .nav ul li.active a {
            background-image: linear-gradient(to top, #5aa215 3px, transparent 3px);
            background-size: 100% 95%; }
          #header .container .nav ul li:last-child {
            border-right: none; }
          #header .container .nav ul li.search {
            min-width: 110px; }
          #header .container .nav ul li a {
            color: #353c45;
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            text-transform: uppercase;
            transition: all 0.25s ease;
            height: 100px; }
            #header .container .nav ul li a.search {
              text-indent: 9999px; }
          #header .container .nav ul li ul {
            display: none;
            position: absolute;
            top: 100px;
            min-width: 200px; }
            #header .container .nav ul li ul li {
              border: none;
              text-align: left;
              height: auto;
              /* THIRD LEVEL */ }
              #header .container .nav ul li ul li a {
                border-bottom: 1px solid #FFF;
                color: #FFF;
                display: flow-root;
                padding: 10px;
                height: auto; }
                #header .container .nav ul li ul li a:hover {
                  background: #FFF;
                  color: #5aa215; }
              #header .container .nav ul li ul li ul {
                top: 0;
                position: relative; }
                #header .container .nav ul li ul li ul li {
                  text-indent: 15px; }
          #header .container .nav ul li:hover ul {
            display: flex;
            flex-direction: column;
            background: #5aa215; }
            #header .container .nav ul li:hover ul li a {
              background-image: none; }
          #header .container .nav ul li:hover a {
            background-image: linear-gradient(to top, #5aa215 3px, transparent 3px);
            background-size: 100% 95%; }

#marquee {
  background: #FFF; }
  #marquee .banner-content {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #ffffff; }
    #marquee .banner-content .standout {
      font-size: 1.5em;
      text-transform: uppercase;
      line-height: 1.75; }

/*
  ICONS/TABS FRONT END EDITING
  Edit, Print ect. listings
*/
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none; }

.tab-content > .active, .pill-content > .active {
  display: block; }

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; }

.nav-list > li > a, .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.nav-list > li > a {
  padding: 3px 15px; }

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #1fa2d6; }

.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
  margin-right: 2px; }

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff; }

.nav-tabs, .nav-pills {
  list-style: none;
  margin: 10px 0 !important;
  *zoom: 1; }

.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
  display: table;
  content: "";
  line-height: 0; }

.nav-tabs:after, .nav-pills:after {
  clear: both; }

.nav-tabs > li, .nav-pills > li {
  display: inline-flex; }

.nav-tabs > li > a, .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  margin-bottom: -1px; }

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #dddddd #dddddd #dddddd;
  background-color: #eee; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  color: #666666;
  background-color: #eee;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #1fa2d6; }

.icons .btn-group .dropdown-menu {
  margin: 0 !important; }
  .icons .btn-group .dropdown-menu li {
    display: inline-flex;
    padding: 0 5px; }
    .icons .btn-group .dropdown-menu li a span {
      font-size: 1.25rem; }

#editor-xtd-buttons a {
  display: inline-block;
  padding: 10px; }

/*
  CONTENT
  All default page content should be contained in an element with the id of #content
*/
#content {
  /*
  All text is inherited from _typography.scss - keep in mind when adjusting font sizes here
  */
  /*
  CONTENT - TYPOGRAPHY
  This should be include in _frame.scss in the main content tag, usually #content
  We use this for when creating the editor.scss file
*/
  background: #FFF;
  /* TABLES */
  /* SIDEBAR */
  /* WHOS ONLINE */ }
  #content h1 {
    margin-bottom: 10px;
    color: #5aa215;
    text-transform: uppercase;
    font-size: 4rem; }
  #content h2 {
    margin: 20px 0;
    color: #5aa215;
    text-transform: uppercase;
    font-size: 2rem; }
  #content h3 {
    margin: 20px 0;
    color: #23292f;
    text-transform: uppercase;
    font-size: 1.5rem; }
  #content h4 {
    margin-bottom: 10px;
    color: #5aa215;
    text-transform: uppercase;
    font-size: 1.7rem; }
  #content h5 {
    margin-bottom: 10px;
    color: #23292f;
    font-size: 1.5rem; }
  #content h6 {
    margin-bottom: 10px;
    color: #5aa215;
    font-size: 1.25rem; }
  #content p {
    margin-bottom: 15px;
    color: #353c45;
    font-size: 0.875rem; }
  #content ul {
    margin-left: 20px;
    margin-bottom: 10px;
    color: #353c45;
    font-size: 0.875rem; }
  #content ol {
    margin-left: 20px;
    margin-bottom: 10px;
    color: #353c45;
    font-size: 0.875rem; }
  #content a {
    color: #559535;
    text-decoration: none;
    text-transform: none; }
    #content a:link {
      color: #559535; }
    #content a:visited {
      color: #6abb42; }
    #content a:hover {
      color: #6abb42; }
    #content a:active {
      color: #406f28; }
  #content img.left {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px; }
  #content img.right {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px; }
  #content img.center {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px; }
  #content img.leftAlone {
    display: block;
    text-align: left;
    padding: 20px; }
  #content a.btn {
    color: #438edb; }
    #content table thead tr th {
      border-bottom: 1px solid #CCC;
      font: 400 0.875rem/1.4rem Arial, sans-serif;
      padding: 10px; }
      #content table thead tr th span.icon-arrow-down-3 {
        margin-left: 3px; }
        #content table thead tr th span.icon-arrow-down-3::before {
          content: "";
          font-family: 'FontAwesome';
          font-size: 0.875rem; }
      #content table thead tr th span.icon-arrow-up-3 {
        margin-left: 3px; }
        #content table thead tr th span.icon-arrow-up-3::before {
          content: "";
          font-family: 'FontAwesome';
          font-size: 0.875rem; }
  #content table tbody tr:nth-child(even) {
    background: #EEE; }
  #content table tbody tr td {
    font: 400 0.875rem/1.4rem Arial, sans-serif;
    padding: 10px; }
    #content table tbody tr th span.icon-arrow-down-3 {
      margin-left: 3px; }
      #content table tbody tr th span.icon-arrow-down-3::before {
        content: "";
        font-family: 'FontAwesome';
        font-size: 0.875rem; }
    #content table tbody tr th span.icon-arrow-up-3 {
      margin-left: 3px; }
      #content table tbody tr th span.icon-arrow-up-3::before {
        content: "";
        font-family: 'FontAwesome';
        font-size: 0.875rem; }
#content .sidebar h5 a {
  color: #5aa215; }
  #content .sidebar h5 a:hover {
    color: #73cf1b; }
#content .sidebar ul {
  list-style: none;
  margin: 0; }
  #content .sidebar ul li {
    /* SECOND LEVEL DEEP */ }
    #content .sidebar ul li.current {
      color: #5aa215; }
      #content .sidebar ul li.current > a {
        color: #5aa215; }
    #content .sidebar ul li a {
      color: #353c45; }
      #content .sidebar ul li a:hover {
        color: #5aa215; }
    #content .sidebar ul li .deeper {
      margin-left: 10px; }
      #content .sidebar ul li .deeper li {
        color: #8c939c; }
        #content .sidebar ul li .deeper li.current {
          color: #5aa215; }
          #content .sidebar ul li .deeper li.current > a {
            color: #5aa215; }
        #content .sidebar ul li .deeper li a {
          color: #8c939c; }
          #content .sidebar ul li .deeper li a:hover {
            color: #5aa215; }
#content .whos-online {
  background: #eee;
  border-radius: 5px;
  margin-bottom: 10px; }

/* NEWSLETTER */
.newsletter-subscribe {
  background: #eee;
  margin: 10px auto; }

.newsletter-subscribe .page-header {
  margin: 10px 0 !important; }

.newsletter-subscribe table.acym_lists tbody tr td {
  padding: 5px !important; }

@media handheld, only screen and (max-width: 600px) {
  .newsletter-subscribe table.acym_form tbody tr td {
    display: block; } }

/* FOOTER*/
#footer {
  color: #FFF; }
  #footer #copyright {
    display: flex;
    flex-flow: row wrap; }
    #footer #copyright #footer-logo {
      display: flex;
      justify-content: flex-end; }
    #footer #copyright #footer-content {
      align-self: center;
      display: flex;
      justify-content: center; }

/* MODALS */
.modal {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .modal .bg {
    background: #282828 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; }
  .modal .form {
    margin: 0 auto;
    position: relative;
    top: 100px;
    width: 40%;
    z-index: 1001; }
    .modal .form form {
      background: #ffffff none repeat scroll 0 0;
      float: left;
      width: 100%; }
      .modal .form form input {
        border: medium none;
        color: #282828;
        float: left;
        font-size: 1.375em;
        height: 75px;
        max-width: 90%;
        outline: medium none;
        padding: 0 4%;
        width: 90%; }
        .modal .form form input:-moz-placeholder {
          color: #282828; }
        .modal .form form input::-moz-placeholder {
          color: #282828; }
      .modal .form form button {
        background: #FFF;
        border-left: 1px solid #EEE;
        border-right: none;
        border-top: none;
        border-bottom: none;
        font-size: 1.5rem;
        padding: 25px 19px; }
        .modal .form form button:hover {
          cursor: pointer; }

.modal-video {
  display: none;
  background-color: rgba(40, 40, 40, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .modal-video .modal-content {
    z-index: 1001;
    position: absolute;
    top: 75%;
    left: 75%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%; }

/* MESSAGES */
.alert {
  border-radius: 10px;
  padding: 10px; }
  .alert.alert-message, .alert.alert-notice {
    background: #d9edf7;
    border-color: #bce8f1;
    color: #31708f !important; }
    .alert.alert-message h4, .alert.alert-notice h4 {
      color: #31708f !important; }
  .alert.alert-warning {
    border: 1px solid #faebcc;
    background: #fcf8e3;
    color: #8a6d3b !important; }
    .alert.alert-warning h4 {
      color: #8a6d3b !important; }
  .alert.alert-error {
    background: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442 !important; }
    .alert.alert-error h4 {
      color: #a94442 !important; }
    .alert.alert-error .close {
      background: none;
      border: 0;
      color: #ff1919; }
  .alert .close:hover {
    cursor: pointer; }

/* TOOLTIP */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip .tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
    .tooltip.top .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
    .tooltip.right .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
    .tooltip.bottom .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }
    .tooltip.left .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
    .popover.top .arrow {
      left: 50%;
      margin-left: -11px;
      border-bottom-width: 0;
      border-top-color: #999;
      border-top-color: rgba(0, 0, 0, 0.25);
      bottom: -11px; }
      .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff; }
  .popover.right {
    margin-left: 10px; }
    .popover.right .arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-left-width: 0;
      border-right-color: #999;
      border-right-color: rgba(0, 0, 0, 0.25); }
      .popover.right .arrow:after {
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff; }
  .popover.bottom {
    margin-top: 10px; }
    .popover.bottom .arrow {
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: #999;
      border-bottom-color: rgba(0, 0, 0, 0.25);
      top: -11px; }
      .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.left {
    margin-left: -10px; }
    .popover.left .arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: #999;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.left .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px; }
  .popover .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
    .popover .popover-title:empty {
      display: none; }
  .popover .popover-content {
    padding: 9px 14px; }
  .popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow {
    border-width: 11px; }
  .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

/*NAC Adds/Edits */
.nav-global i.customicon-faith-arc {
  background: url(../images/FaithArc_White_Icon.png);
  width: 28px !important;
  height: 28px !important;
  background-repeat: no-repeat;
  vertical-align: text-bottom; }

.well .page-header.custom {
  margin: -19px -19px 10px;
  padding: 10px;
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-bottom-color: #000000; }

/*PPC Adds/Edits */
html {
  background-image: url(../images/back3.jpg);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  padding-bottom: 100px;
  background-attachment: fixed;
  backface-visibility: visible; }

body.site.fluid {
  background-color: transparent; }

.container-fluid {
  background-color: #fff; }

.nav-top .logo {
  background: none;
  width: 0px; }

.nav-top .logo1 {
  position: absolute;
  left: -21px;
  top: 0;
  width: 300px;
  height: 100%;
  margin-left: 0px;
  background: #fafafa url(../images/ndi_logo.png) no-repeat center bottom;
  z-index: 1; }

.nav-top-border-ghost {
  display: block;
  height: 35px !important;
  background: #0088cc;
  top: 0px;
  position: absolute;
  left: -20px;
  right: -20px;
  z-index: 10; }

.nav-top .course-name {
  position: absolute;
  left: 312px;
  top: 0;
  padding-left: 0px;
  max-width: 20%; }

.nav-top .course-name h1 {
  max-width: 455px;
  margin-top: 36px;
  /*color: #559535;*/
  font-weight: 100; }

.nav-top {
  height: 112px; }

.nav-top-fixer {
  padding-top: 143px; }

ul.flyout-menu.text-left .menu-link a {
  line-height: 20px; }

ul.jlmsarticle, ol.jlmsarticle {
  padding: 0px 50px; }

a, .nav-side ul li .caption:hover {
  color: black; }

.itemid-101 .nav-top .course-name h1 {
  display: none; }

#grid {
  width: 100%;
  float: left; }

.tilebig {
  height: 140px;
  width: 780px;
  background-color: rgba(85, 148, 52, 0.75);
  color: #fff;
  min-height: 225px;
  float: left;
  font-size: 30px; }

.tilebig2 {
  height: 140px;
  width: 780px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #333;
  min-height: 225px;
  float: left;
  text-indent: 15px;
  font-size: 30px; }

.tilebig2 p {
  font-size: 14px;
  text-indent: 0; }

.tilebig h2 {
  color: #fff; }

.tile {
  height: 53px;
  width: 360px;
  background: rgba(72, 145, 220, 0.8);
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  float: left;
  padding: 20px 20px 40px; }

.tile:hover {
  border-left: 4px solid #fff; }

.tile a {
  color: #fff; }

.tile2 {
  background: rgba(167, 88, 227, 0.8); }

.tile3 {
  background: rgba(255, 228, 99, 0.8); }

.tile4 {
  background: rgba(234, 99, 64, 0.8); }

.itemid-101 .container-fluid {
  background-color: transparent;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-left: 0px solid #e8e8e8;
  border-right: 0px solid #e8e8e8; }

.footer {
  background-color: #549534;
  color: #fff;
  padding: 20px 15px 15px 15px;
  margin-top: 100px; }

.footer a {
  color: #fff; }

body.itemid-101 .nav-top .logo1 {
  left: 0px; }

.nav-top {
  background-color: #559535; }

body.no-task.itemid-101 .nav-top {
  background-color: #fff; }

.nav-top .nav-main .my-account, .nav-top .nav-main .my-account:after {
  background-color: #fff; }

/* SIDE MENU */
#content .nav-global.span9 {
  width: 10%; }

#content .nav-global li {
  line-height: 35px; }

.jlms_table_no_borders td input {
  width: 15px; }

.jlmsicon-::before {
  display: none; }

[class^="jlmsicon-"], [class*=" jlmsicon-"] {
  color: #559535 !important; }

.chzn-container-single .chzn-single {
  color: #444 !important; }

.jlms-menu-title {
  color: #559535 !important; }

#content .nav-global [class^="jlmsicon-"], #content .nav-global .jlmsicon-grid {
  /* .jlmsicon-list, */
  color: #559535 !important; }

i:hover, i:active, .nav-side ul li a:hover, .nav-side ul li a:focus, .nav-side ul li a:active, .jlms-icon-large, .jlmsicon, .jlmsicon-course, .jlmsicon-user, .jlmsicon-teacher, .page-header.custom i, .jlms-icon-medium, #gradebook h3 i {
  color: #559535 !important; }

.nav-main i:hover {
  color: #ccc !important; }

.btn-success, .btn-primary {
  color: #fff !IMPORTANT;
  background-color: #559535 !IMPORTANT;
  background-image: none !IMPORTANT; }

.btn-group > .dropdown-toggle {
  color: #559535; }

#content {
  min-height: 500px; }

.alert-info {
  background-color: #ddd;
  border-color: transparent;
  color: red; }

.dj-main {
  background: #707070 !important;
  border-bottom: 1px solid #fff; }

.dj-main li a.dj-up_a, .dj-main li a.dj-up_a span {
  background: #707070 !important;
  color: #fff; }

.dj-main li a.dj-up_a span:hover {
  color: #c2d6b3; }

.nav-top .nav-main .my-account {
  background-color: #fff;
  height: 112px; }

.dropdown-menu li > a:hover {
  background: #559535 !important;
  color: #fff !important; }

@media (min-width: 980px) {
  .nav-top {
    max-width: 1180px; } }

.nav-top .nav-main .my-account {
  padding-left: 10px; }

.nav-top:after {
  background-color: #559535 !important;
  right: -41px;
  width: 41px; }

.itemid-101.no-task .nav-top:after {
  background-color: #fff !important;
  right: -41px;
  width: 41px; }

.nav-top .nav-icon i {
  line-height: 5.7;
  color: #fff; }

.nav-top .nav-icon i:hover {
  color: #aaa !important; }

#HLsiteemu {
  max-width: 1200px !important; }

/* UPDATES TO OVER RIDE GROUP ROWS */
.ninety-four {
  float: left;
  width: 94%; }

.five {
  float: left;
  margin-left: 1%;
  width: 5%; }

@media (min-width: 900px) {
  .nav-top .nav-main .my-account {
    display: none; } }

@media (max-width: 1024px) {
  .tile {
    height: 53px;
    width: 300px; }
  .tilebig, .tilebig2 {
    width: 567px;
    padding: 0px 12px; }
  .nav-top .nav-main .my-account li .login-form-jlms-outter {
    display: none; } }

@media (max-width: 767px) {
  .tile {
    height: 62px;
    width: 222px;
    padding: 25px 10px; }
  .tilebig, .tilebig2 {
    font-size: 24px !important;
    width: 400px;
    padding: 0px 12px; }
  .nav-top.tablet .nav-main .my-account {
    background-color: #559535 !important; }
  .nav-top {
    border-top: 0px solid #0088cc !important; }
  .nav-top .logo1 {
    left: 0px; }
  #content {
    padding: 0px 12px; }
  .nav-top .nav-main .my-account li i.jlmsicon-user {
    display: none; }
  .ninety-four, .five {
    margin: 0;
    width: 100%; } }

@media (max-width: 480px) {
  .tilebig, .tilebig2 {
    font-size: 14px !important;
    width: 90%;
    height: 100%;
    padding: 0px 12px; } }

.media-heading a {
  color: black; }

.media:nth-child(odd) {
  background-color: #ededed; }

/*
	PAGE - RESPONSIVE
	All responsive related css should be placed here.
*/
@media handheld, only screen and (max-width: 1024px) {
  /* SEARCH MODAL */
    .modal .form {
      width: 90%; }
    .tablet-hide {
      display: none; } }

@media handheld, only screen and (max-width: 600px) {
  /* HEADER */
  /**/
  /**/
  /* SEARCH MODAL */
    #header {
      top: 0; }
      #header .container {
        height: auto; }
    #content {
      /**/
      /**/ }
      #content img.left, #content img.right, #content img.center, #content img.leftAlone {
        display: block;
        height: auto;
        padding: 20px 0;
        width: 96%; }
    #footer #copyright #footer-logo, #footer #copyright #footer-content {
      justify-content: center; }
  .modal .form form input {
    width: auto; }
  .phone-hide {
    display: none; } }
@media handheld, only screen and (max-width: 600px) and (max-width: 1024px) {
  #content h1 {
    font-size: 3rem; }
  #content h2 {
    font-size: 1.5rem; }
  #content h3 {
    font-size: 1.25rem; }
  #content h4 {
    font-size: 1.7rem; }
  #content h5 {
    font-size: 1rem; }
  #content h6 {
    font-size: 1rem; } }
@media handheld, only screen and (max-width: 600px) and (max-width: 600px) {
  #content h1 {
    font-size: 2rem; }
  #content h2 {
    font-size: 1rem; }
  #content h3 {
    font-size: 1rem; }
  #content h4 {
    font-size: 1.7rem; }
  #content h5 {
    font-size: 1rem; }
  #content h6 {
    font-size: 1rem; } }

/* MODULES */
/* SIDENAV */
#sidenav_button {
  cursor: pointer;
  position: relative;
  z-index: 2;
  text-align: right; }
  #sidenav_button .svg {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 50px;
    position: relative; }

/* SIDENAV CONTAINER */
#sidenav_container {
  background: #5aa215 none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  width: 85%;
  z-index: 2;
  /* HIDE DROPDOWN MENUS */
  /* MENU ITEMS */ }
  #sidenav_container .space {
    padding: 0; }
  #sidenav_container .supermenu .menu {
    display: none; }
  #sidenav_container ul {
    background: none repeat scroll 0 0 #5aa215;
    float: left;
    margin: 0;
    width: 100%;
    list-style: outside none none; }
    #sidenav_container ul li {
      float: left;
      width: 100%;
      /* SECONDARY ITEMS */ }
      #sidenav_container ul li a {
        color: #ffffff;
        float: left;
        font-size: 1.5em;
        font-weight: 300;
        line-height: 1em;
        padding: 10px 5%;
        text-decoration: none;
        text-transform: uppercase;
        width: 90%; }
        #sidenav_container ul li a img {
          width: 25px;
          height: auto; }
        #sidenav_container ul li a:hover {
          background: none repeat scroll 0 0 #ffffff;
          color: #5aa215; }
      #sidenav_container ul li ul li {
        /* TERIARY ITEMS */ }
        #sidenav_container ul li ul li a {
          font-size: 1em;
          padding: 8px 5%;
          font-weight: 300;
          padding-left: 10%;
          width: 85%; }
          #sidenav_container ul li ul li a:hover {
            background: none repeat scroll 0 0 #ffffff;
            color: #5aa215; }
        #sidenav_container ul li ul li ul li a {
          font-size: 0.8em;
          padding: 8px 5%;
          font-weight: 300;
          padding-left: 15%;
          width: 80%;
          color: #ffffff; }

.sidebar li.opened > ul {
  display: block; }
.sidebar li.opened > i {
  transform: rotate(90deg) translate(5px, 5px); }
  .sidebar li.opened > i.opened {
    transform: rotate(0deg) translate(5px); }
.sidebar li.deepest i {
  visibility: hidden; }
.sidebar li ul {
  display: none; }
.sidebar i {
  padding-right: 10px;
  cursor: pointer;
  transform: rotate(0deg) translate(5px); }
  .sidebar i.opened {
    transform: rotate(90deg) translate(5px, 5px); }

@media handheld, only screen and (max-width: 600px) {
  .sidebar {
    display: none !important; } }

@media handheld, only screen and (max-width: 600px) {
  .stackabletable table {
    position: relative;
    width: 100%;
    float: left; }
    .stackabletable table tr {
      background: #CCC none repeat scroll 0 0;
      width: 100%;
      float: left; }
    .stackabletable table thead {
      display: none; }
    .stackabletable table tbody {
      width: 100%; }
      .stackabletable table tbody tr th {
        width: 100%;
        float: left;
        text-align: center;
        padding: 2%; }
      .stackabletable table tbody tr td {
        width: 96%;
        float: left;
        padding: 2%;
        background: #ffffff; }
      .stackabletable table tbody tr th + td {
        width: 96%;
        float: left; }
    .stackabletable table tfoot tr.total th {
      padding: 2%;
      float: left; }
    .stackabletable table tfoot tr th {
      padding: 2%;
      float: left; } }

/* FONTS */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../webfonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../webfonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("../webfonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("../webfonts/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("../webfonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("../webfonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: 0.3em; }
.fa.fa-pull-right {
  margin-left: 0.3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }
.fa.pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before, .fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before, .fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before, .fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before, .fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before, .fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before, .fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before, .fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before, .fa-users:before {
  content: ""; }

.fa-chain:before, .fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before, .fa-scissors:before {
  content: ""; }

.fa-copy:before, .fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before, .fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before, .fa-sort:before {
  content: ""; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before, .fa-undo:before {
  content: ""; }

.fa-legal:before, .fa-gavel:before {
  content: ""; }

.fa-dashboard:before, .fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before, .fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before, .fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before, .fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before, .fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before, .fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before, .fa-usd:before {
  content: ""; }

.fa-rupee:before, .fa-inr:before {
  content: ""; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: ""; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: ""; }

.fa-won:before, .fa-krw:before {
  content: ""; }

.fa-bitcoin:before, .fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before, .fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before, .fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: ""; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before, .fa-car:before {
  content: ""; }

.fa-cab:before, .fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: ""; }

.fa-ge:before, .fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before, .fa-weixin:before {
  content: ""; }

.fa-send:before, .fa-paper-plane:before {
  content: ""; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before, .fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before, .fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before, .fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: ""; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before, .fa-battery-half:before {
  content: ""; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before, .fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before, .fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: ""; }

.fa-fa:before, .fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before, .fa-address-card:before {
  content: ""; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before, .fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* PAGES */
/*
  PAGE STYLES
*/
#title {
  height: 325px;
  text-align: center; }
  #title .container {
    display: flex;
    flex-direction: column;
    height: inherit;
    justify-content: flex-end; }
    #title .container .space {
      padding: 20px 20px 40px; }
    #title .container h1 {
      color: #000;
      font-size: 3em;
      font-weight: 300;
      text-transform: none; }

/* CONTENT */
#content {
  /* DOCMAN OVERRIDES */
  /* FILE ICONS */
  /* DOCMAN CATEGORY LIST OVER RIDES */
  /* HEADINGS */
  /* DOCMAN TABLE STYLING */
  /* SEARCH PAGE RESULTS */
  /* LOGIN */
  /* BLOG */ }
  #content #breadcrumbs {
    width: 100%; }
    #content #breadcrumbs ul {
      background: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      list-style: none;
      margin: 0; }
      #content #breadcrumbs ul li {
        position: relative;
        text-align: center; }
        #content #breadcrumbs ul li a {
          color: #8c939c;
          font-size: 0.875rem;
          padding: 0 5px;
          text-decoration: none; }
          #content #breadcrumbs ul li a:hover {
            color: #5aa215; }
        #content #breadcrumbs ul li span {
          font-size: 0.875rem;
          padding: 0 5px; }
        #content #breadcrumbs ul li:after {
          content: ">>"; }
          #content #breadcrumbs ul li.active:after {
            content: ""; }
          #content #breadcrumbs ul li.active a {
            color: #5aa215; }
  #content .side-menu {
    width: 15%; }
  #content .docmanlist {
    list-style: none;
    margin: 0;
    padding-bottom: 10px; }
    #content .docmanlist li {
      padding: 5px 0; }
  #content .docmanlist_submit_file, #content .docmanlist-editable, #content .docmanlist-deletable {
    font-size: 0.875rem !important; }
  #content .fa-file-pdf-o {
    color: #FF0000; }
  #content .fa-file-video-o {
    color: #80CCFF; }
  #content .fa-file-powerpoint-o {
    color: #FF9752; }
  #content .fa-file-word-o {
    color: #0000FF; }
  #content .fa-file-zip-o {
    color: #FFD700; }
  #content .fa-file-audio-o {
    color: #009900; }
  #content .fa-file-excel-o {
    color: #02723b; }
  #content .fa-file-image-o {
    color: #006a9c; }
    #content .docmanlist_nested .docmanlist_nested_folder {
      padding: 5px 0 !important; }
  #content .docmanlist_category {
    font-weight: normal;
    text-transform: capitalize; }
    #content .docmanlist_category.secondary_category {
      color: #353c45; }
  #content table.docmanlist thead tr {
    border-bottom: 1px solid #353c45 !important; }
    #content table.docmanlist thead tr th {
      background-color: #FFF !important;
      color: #353c45 !important;
      padding: 5px; }
#content table.docmanlist tbody tr:hover {
  outline: none !important;
  background-color: #FFF !important; }
  #content table.docmanlist tbody tr:hover td {
    background-color: #FFF !important; }
#content table.docmanlist tbody tr td {
  padding: 5px; }
  #content table.docmanlist tbody tr td a {
    font-weight: normal; }
#content .search-area h2 {
  font-size: 1.5rem;
  margin: 10px 0; }
#content .search-results .result {
  border-bottom: 1px solid #ccc; }
  #content .search-results .result h3 {
    margin: 10px 0; }
  #content .search-results .result .section {
    color: #97a1af;
    font-style: italic; }
  #content .search-results .result .highlight {
    background: #FFFF5C; }
#content .pagination ul {
  display: flex;
  justify-content: flex-start;
  list-style: none; }
  #content .pagination ul li {
    position: relative; }
    #content .pagination ul li a, #content .pagination ul li span {
      padding: 0 5px; }
#content .forgot-reset ul {
  list-style: none;
  margin: 0; }
  #content .forgot-reset ul li {
    padding: 5px 0; }
#content .blog-results .blog-item {
  border-bottom: 1px solid #CCC; }
#content .content {
  /*.space{
      margin-left: 5%;
    }*/ }
  #content .content .lms-content {
    margin-left: 15%; }
  #content .content .full-width-content {
    margin-left: 0; }

/* SEARCH RESULTS */
.dropdown-search {
  border-top: 1px solid #CCC;
  position: relative; }
  .dropdown-search ul.results {
    list-style: none; }
    .dropdown-search ul.results li {
      padding: 10px; }
      .dropdown-search ul.results li .result-title {
        border: none;
        font: 400 1rem/1rem 'Novecentosanswide-Bold', sans-serif; }
      .dropdown-search ul.results li.result {
        border-bottom: 1px dotted #eaeaea; }
        .dropdown-search ul.results li.result:hover {
          background: #c0f192; }
      .dropdown-search ul.results li.divider {
        border-top: 1px solid #CCC;
        padding: 0; }
        .dropdown-search ul.results li.search-moreresults a {
          color: #559535; }
      .dropdown-search ul.results li a {
        color: #353c45;
        text-decoration: none; }
  .dropdown-search .highlight {
    background: #FFFF5C; }

.nav-side {
  font-family: 'jlmsicons';
  position: absolute;
  width: auto;
  height: auto;
  z-index: 999; }

.nav-side .show-hide {
  display: block;
  margin-bottom: 0;
  cursor: pointer; }

.nav-side .show-hide a {
  display: block; }

.nav-side .show-hide i {
  position: relative;
  top: 8px;
  margin-right: 8px;
  color: #fff;
  font-size: 22px; }

.nav-side .show-hide i:before {
  content: ""; }

.nav-side ul h4.category {
  display: none;
  margin-left: 66px;
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5); }

.nav-side ul li {
  height: 35px;
  box-sizing: border-box;
  line-height: 34px;
  list-style-type: none; }

.nav-side ul li i {
  position: relative;
  display: inline-block;
  top: 5px;
  width: 66px;
  font-size: 21px;
  text-align: center;
  color: #fff; }

.nav-side ul li a {
  display: block; }

.nav-side ul li .caption {
  display: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.nav-side ul li:last-child .caption {
  border-bottom: none; }

.nav-side.expanded {
  width: 240px; }

.nav-side.expanded ul {
  display: block;
  margin-top: 0; }

.nav-side.expanded ul h4.category {
  display: block; }

.nav-side.expanded ul li .caption {
  display: inline-block;
  width: 174px; }

.nav-side.expanded .show-hide {
  margin-bottom: 8px; }

.nav-side.expanded .show-hide i:before {
  content: ""; }

@media (max-width: 979px) {
  .nav-side {
    top: 0;
    width: 40px;
    height: auto; }
  .nav-side ul h4.category {
    margin-left: 48px; }
  .nav-side ul li i {
    width: 40px; }
  .nav-side ul li .caption {
    margin-left: 7px; }
  .nav-side.expanded {
    width: 217px;
    height: auto; }
  .nav-side.expanded ul li .caption {
    display: inline-block;
    width: 170px; } }

.teacher .nav-side {
  /*top: 215px;*/
  top: 155px; }

@media (max-width: 979px) and (min-width: 768px) {
  .teacher .nav-side {
    top: 200px; } }

@media (max-width: 767px) {
  .teacher .nav-side {
    top: 83px; } }

.jlmsicon-course-home:before {
  font-family: "FontAwesome";
  content: "";
  /* color: #559535; */ }

.jlmsicon-announcements:before {
  font-family: "FontAwesome";
  content: "";
  /* color: #559535; */ }

.jlmsicon-documents:before {
  font-family: "FontAwesome";
  content: "";
  /* color: #559535; */ }

.jlmsicon-learning_path:before {
  font-family: "FontAwesome";
  content: "";
  /* color: #559535; */ }

.jlmsicon-links:before {
  font-family: "FontAwesome";
  content: "";
  /* color: #559535; */ }

.jlmsicon-quizzes:before {
  font-family: "FontAwesome";
  content: "";
  /* color: #559535; */ }

.jlmsicon-assignments:before {
  font-family: "FontAwesome";
  content: "";
  /* color: #559535; */ }

.jlmsicon-chat:before {
  font-family: "FontAwesome";
  content: "";
  /* color: #559535; */ }

.jlmsicon-webinars:before {
  font-family: "FontAwesome";
  content: "";
  /* color: #559535; */ }

.jlmsicon-gradebook:before {
  font-family: "FontAwesome";
  content: "";
  /* color: #559535; */ }

.jlmsicon-mailbox:before {
  font-family: "FontAwesome";
  content: "";
  /* color: #559535; */ }

#jlms_topdiv {
  line-height: 1.25;
  font-size: 3rem !important;
  color: #000 !important; }

.joomlalms-top-menu {
  display: none; }

.joomlalms-courselogo-image {
  display: none; }

.jlms-courseslist-item-image img {
  display: none; }

.jlms-courseslist-item {
  display: flex; }

.jlms-courseslist-item-info {
  min-height: 200px; }

.jlms-courseslist-item-title a {
  position: absolute;
  top: 120px; }
  .jlms-courseslist-item-title a:before {
    font-family: "FontAwesome";
    content: "";
    color: #000;
    font-size: 6rem;
    vertical-align: bottom;
    position: absolute;
    top: -80px;
    left: 144px; }

.media-left {
  position: relative; }

.jlms-icon-logo-link {
  position: relative;
  line-height: 5rem; }
  .jlms-icon-logo-link:before {
    font-family: "FontAwesome";
    content: "";
    color: #000;
    font-size: 4rem;
    vertical-align: bottom;
    /*position: absolute;
    top: 30px;
    left: 17px;*/ }

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

#filtercoursecategory_chzn {
  width: 225px !important; }

#limit_chzn {
  width: 60px !important; }

.steps {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.steps .steps-container {
  display: table;
  width: 100%;
  font-family: 'Open Sans', sans-serif; }

.steps .steps-container .step-block {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  padding: 15px 5px 15px 15px;
  color: #c5c5c5;
  line-height: 19px; }

.steps .steps-container .step-block.step-done {
  color: #444;
  background-color: #f5f5f5; }

.steps .steps-container .step-block.step-active {
  color: #fff;
  /*background-color: #0088cc;*/
  /*added to index.php with templateColor */ }

.steps .steps-container .step-block .step {
  display: table;
  width: 100%; }

.steps .steps-container .step-block .step .step-number {
  display: table-cell;
  min-width: 40px;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 44px;
  font-weight: 800;
  text-align: right; }

.steps .steps-container .step-block .step .step-name {
  display: table-cell;
  vertical-align: top;
  font-size: 17px;
  font-weight: normal;
  text-align: left; }

.steps .steps-container .step-block:not(:last-child):after, .steps .steps-container .step-block:not(:last-child):before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  right: -24px;
  z-index: 3;
  border-width: 33px 0 33px 24px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff; }

.steps .steps-container .step-block.step-done:not(:last-child):after {
  border-left-color: #f5f5f5; }

.steps .steps-container .step-block.step-active:not(:last-child):after {
  /*border-left-color: #0088cc;*/
  /*added to index.php with templateColor */ }

.steps .steps-container .step-block:not(:last-child):before {
  right: -26px;
  z-index: 2;
  border-left-color: rgba(0, 0, 0, 0.08); }

.steps .steps-container .step-block:first-child .step-number {
  max-width: 24px; }

.steps .steps-container .step-block.step-active a {
  color: #fff;
  /*background-color: #0088cc;*/
  /*added to index.php with templateColor */ }

@media (max-width: 979px) and (min-width: 768px) {
  .steps .steps-container .step-block {
    padding: 10px 0 10px 10px; }
  .steps .steps-container .step-block .step .step-number {
    min-width: 33px;
    padding-right: 5px;
    font-size: 36px; }
  .steps .steps-container .step-block .step .step-name {
    font-size: 14px; }
  .steps .steps-container .step-block:first-child .step-number {
    max-width: 15px; }
  .steps .steps-container .step-block:not(:last-child):after, .steps .steps-container .step-block:not(:last-child):before {
    right: -15px;
    border-width: 28px 0 28px 15px; }
  .steps .steps-container .step-block:not(:last-child):before {
    right: -17px; } }

@media (max-width: 767px) {
  .steps .steps-container .step-block {
    display: block;
    padding: 11px 0 11px 20px; }
  .steps .steps-container .step-block .step {
    display: block; }
  .steps .steps-container .step-block .step .step-number {
    min-width: inherit;
    padding-right: 15px;
    font-size: 32px; }
  .steps .steps-container .step-block .step .step-name {
    font-size: 20px; }
  .steps .steps-container .step-block .step .step-name br {
    display: none; }
  .steps .steps-container .step-block:not(:last-child):after, .steps .steps-container .step-block:not(:last-child):before {
    border: none; }
  .steps .steps-container .step-block:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); } }

@media (max-width: 767px) {
  .steps {
    box-sizing: border-box;
    width: auto; } }

.steps .step-description {
  position: relative;
  width: 100%;
  bottom: 0;
  margin-bottom: 0 !important;
  background-color: #fff;
  border-radius: 0 0 4px 4px; }

.steps .step-description span {
  display: block;
  padding: 10px 15px;
  line-height: 1.2;
  background-color: #cceeff;
  border-radius: 0 0 4px 4px;
  text-align: justify; }

.well.custom {
  background-color: #ffffff;
  border: 1px solid #ebebeb; }

@media (max-width: 980px) {
  .well.custom {
    padding: 19px; } }

@media (min-width: 980px) {
  .nav-top-border-ghost {
    display: block;
    height: 3px !important;
    background: #0088cc;
    top: 0px;
    position: absolute;
    left: -20px;
    right: -20px;
    z-index: 10; }
  .container-fluid {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    max-width: 1200px;
    margin: auto;
    position: relative;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    margin-top: -23px;
    margin-bottom: -20px;
    padding-bottom: 20px; }
  .nav-top-fixer {
    padding-top: 103px; }
  .nav-top .nav-main .my-account:after {
    width: 22px; }
  .nav-top {
    margin: 3px 0px 20px;
    left: auto;
    right: auto;
    max-width: 1200px;
    z-index: 1003;
    border-top: 0px solid !important; }
  .nav-top .logo {
    width: 85px; }
  .steps {
    width: auto;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
    margin: 0px -20px 20px; }
  .steps .step-description span {
    border-radius: 0px; }
  .btn-toolbar.control-group.joomlalms-content-toolbar.affix {
    top: 80px; }
  .steps.affix {
    position: fixed;
    max-width: 1240px;
    width: 100%;
    top: 0px;
    z-index: 10004; } }

.btn-toolbar.control-group.joomlalms-content-toolbar.affix {
  z-index: 100;
  padding: 9px;
  margin: 0px -9px;
  background: #FFF;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

@media (min-width: 980px) {
  .nav-top .nav-main .my-account li .login-form-jlms-outter {
    display: inherit !important;
    visibility: inherit; }
  a.jlmsico-a.logged-off {
    display: none !important; }
  .btn-toolbar.control-group.joomlalms-content-toolbar.affix {
    top: 80px; }
  .nav-top .form-horizontal div {
    line-height: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top; } }

@media (max-width: 979px) {
  .btn-toolbar.control-group.joomlalms-content-toolbar.affix {
    top: 60px; }
  .nav-top .form-horizontal div .input-small {
    width: 90px; }
  .nav-top .nav-main .my-account li .login-form-jlms-outter a.hidden {
    display: inline-block;
    top: 0px;
    visibility: inherit;
    margin: 5px 10px;
    line-height: 30px;
    vertical-align: -webkit-baseline-middle; }
  .nav-top .nav-main .my-account li .login-form-jlms-outter form {
    margin: 0px; }
  .nav-top .nav-main .my-account li .login-form-jlms-outter {
    position: absolute;
    right: -9px;
    background: #e8e8e8;
    line-height: 20px;
    padding: 10px;
    /*width: 280px;*/
    height: 40px;
    margin-right: 9px; }
  .nav-top .nav-main .my-account li a span {
    display: none; }
  .nav-top .nav-main .my-account li .login-form-jlms-outter input[name=username], .nav-top .nav-main .my-account li .login-form-jlms-outter input[name=password] {
    margin-top: 5px; }
  .btn {
    padding: 4px 6px; } }

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em; }

.btn-group:first-child {
  *margin-left: 0; }

.btn-group + .btn-group {
  margin-left: 5px; }

.btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px; }

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
  margin-left: 5px; }

.btn-group label {
  width: auto !important; }

.btn-group ul {
  list-style: none; }

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-group > .btn + .btn {
  margin-left: -1px; }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 13px; }

.btn-group > .btn-mini {
  font-size: 9.75px; }

.btn-group > .btn-small {
  font-size: 12px; }

.btn-group > .btn-large {
  font-size: 16.25px; }

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

.dropdown-menu {
  /* display: none; */
  margin: 0 !important; }

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }

.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  background-color: #333 !important;
  z-index: 2; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px; }

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px; }

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px; }

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px; }

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6; }

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc; }

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406; }

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f; }

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351; }

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4; }

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222; }

.btn .caret {
  margin-top: 8px;
  margin-left: 0; }

.btn-large .caret {
  margin-top: 6px; }

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px; }

.btn-mini .caret, .btn-small .caret {
  margin-top: 8px; }

.dropup .btn-large .caret {
  border-bottom-width: 5px; }

.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px; }

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.nav-main i:hover {
  color: #ccc !important; }

.btn-group > .dropdown-toggle {
  /* color: #559535; */ }

.span9 {
  margin-left: 0; }

@media (max-width: 979px) {
  #content .content .lms-content {
    margin-left: 5%;
    padding: 5%;
    min-height: 700px; }
  #lms-sidenav-list {
    position: absolute;
    top: 290px; }
  .jlms-menu-title {
    display: none; } }

@media (max-width: 480px) {
  #lms-sidenav-list {
    margin-left: 0 !important;
    position: absolute;
    top: 575px; }
  #jlms_mainarea {
    max-width: 450px; }
  #jlms_lpath_menu {
    text-align: left !important; }
    form input, form select {
      width: 100%; }
  .media-left {
    display: none; }
  .media-right {
    display: block; }
  .jlms-media-del-overflow {
    overflow: hidden !important; }
  .jlms-course {
    display: flex;
    flex-flow: column; }
  .media-body {
    width: 290px !important; }
  .jlms-courseslist-item-title a:before {
    left: 64px; }
  .tout-title {
    font-size: 1rem !important;
    line-height: 1; } }

#jlms_lpath_contents_container {
  display: table-cell; }

#gradebook .span6 {
  width: 100% !important; }

button {
  background-image: none !important; }

.btn {
  background-image: none !important; }

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

[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none; }

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: 0.3em;
  line-height: 14px; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none; }

[class^="icon-"].disabled, [class*=" icon-"].disabled {
  font-weight: normal; }

.icon-joomla:before {
  content: ""; }

.icon-chevron-up:before, .icon-uparrow:before, .icon-arrow-up:before {
  content: ""; }

.icon-chevron-right:before, .icon-rightarrow:before, .icon-arrow-right:before {
  content: ""; }

.icon-chevron-down:before, .icon-downarrow:before, .icon-arrow-down:before {
  content: ""; }

.icon-chevron-left:before, .icon-leftarrow:before, .icon-arrow-left:before {
  content: ""; }

.icon-arrow-first:before {
  content: ""; }

.icon-arrow-last:before {
  content: ""; }

.icon-arrow-up-2:before {
  content: ""; }

.icon-arrow-right-2:before {
  content: ""; }

.icon-arrow-down-2:before {
  content: ""; }

.icon-arrow-left-2:before {
  content: ""; }

.icon-arrow-up-3:before {
  content: ""; }

.icon-arrow-right-3:before {
  content: ""; }

.icon-arrow-down-3:before {
  content: ""; }

.icon-arrow-left-3:before {
  content: ""; }

.icon-menu-2:before {
  content: ""; }

.icon-arrow-up-4:before {
  content: ""; }

.icon-arrow-right-4:before {
  content: ""; }

.icon-arrow-down-4:before {
  content: ""; }

.icon-arrow-left-4:before {
  content: ""; }

.icon-share:before, .icon-redo:before {
  content: "'"; }

.icon-undo:before {
  content: "("; }

.icon-forward-2:before {
  content: ""; }

.icon-backward-2:before, .icon-reply:before {
  content: ""; }

.icon-unblock:before, .icon-refresh:before, .icon-redo-2:before {
  content: "l"; }

.icon-undo-2:before {
  content: ""; }

.icon-move:before {
  content: "z"; }

.icon-expand:before {
  content: "f"; }

.icon-contract:before {
  content: "g"; }

.icon-expand-2:before {
  content: "h"; }

.icon-contract-2:before {
  content: "i"; }

.icon-play:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-stop:before {
  content: ""; }

.icon-previous:before, .icon-backward:before {
  content: "|"; }

.icon-next:before, .icon-forward:before {
  content: "{"; }

.icon-first:before {
  content: "}"; }

.icon-last:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-pause-circle:before {
  content: ""; }

.icon-stop-circle:before {
  content: ""; }

.icon-backward-circle:before {
  content: ""; }

.icon-forward-circle:before {
  content: ""; }

.icon-loop:before {
  content: ""; }

.icon-shuffle:before {
  content: ""; }

.icon-search:before {
  content: "S"; }

.icon-zoom-in:before {
  content: "d"; }

.icon-zoom-out:before {
  content: "e"; }

.icon-apply:before, .icon-edit:before, .icon-pencil:before {
  content: "+"; }

.icon-pencil-2:before {
  content: ","; }

.icon-brush:before {
  content: ";"; }

.icon-save-new:before, .icon-plus-2:before {
  content: "]"; }

.icon-ban-circle:before, .icon-minus-sign:before, .icon-minus-2:before {
  content: "^"; }

.icon-delete:before, .icon-remove:before, .icon-cancel-2:before {
  content: "I"; }

.icon-publish:before, .icon-save:before, .icon-ok:before, .icon-checkmark:before {
  content: "G"; }

.icon-new:before, .icon-plus:before {
  content: "*"; }

.icon-plus-circle:before {
  content: ""; }

.icon-minus:before, .icon-not-ok:before {
  content: "K"; }

.icon-minus-circle:before {
  content: ""; }

.icon-unpublish:before, .icon-cancel:before {
  content: "J"; }

.icon-cancel-circle:before {
  content: ""; }

.icon-checkmark-2:before {
  content: ""; }

.icon-checkmark-circle:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-info-2:before, .icon-info-circle:before {
  content: ""; }

.icon-question:before, .icon-question-sign:before, .icon-help:before {
  content: "E"; }

.icon-question-2:before, .icon-question-circle:before {
  content: ""; }

.icon-notification:before {
  content: ""; }

.icon-notification-2:before, .icon-notification-circle:before {
  content: ""; }

.icon-pending:before, .icon-warning:before {
  content: "H"; }

.icon-warning-2:before, .icon-warning-circle:before {
  content: ""; }

.icon-checkbox-unchecked:before {
  content: "="; }

.icon-checkin:before, .icon-checkbox:before, .icon-checkbox-checked:before {
  content: ">"; }

.icon-checkbox-partial:before {
  content: "?"; }

.icon-square:before {
  content: ""; }

.icon-radio-unchecked:before {
  content: ""; }

.icon-radio-checked:before, .icon-generic:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-signup:before {
  content: ""; }

.icon-grid:before, .icon-grid-view:before {
  content: "X"; }

.icon-grid-2:before, .icon-grid-view-2:before {
  content: "Y"; }

.icon-menu:before {
  content: "Z"; }

.icon-list:before, .icon-list-view:before {
  content: "1"; }

.icon-list-2:before {
  content: ""; }

.icon-menu-3:before {
  content: ""; }

.icon-folder-open:before, .icon-folder:before {
  content: "-"; }

.icon-folder-close:before, .icon-folder-2:before {
  content: "."; }

.icon-folder-plus:before {
  content: ""; }

.icon-folder-minus:before {
  content: ""; }

.icon-folder-3:before {
  content: ""; }

.icon-folder-plus-2:before {
  content: ""; }

.icon-folder-remove:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-file-2:before {
  content: ""; }

.icon-file-add:before, .icon-file-plus:before {
  content: ")"; }

.icon-file-remove:before, .icon-file-minus:before {
  content: ""; }

.icon-file-check:before {
  content: ""; }

.icon-file-remove:before {
  content: ""; }

.icon-save-copy:before, .icon-copy:before {
  content: ""; }

.icon-stack:before {
  content: ""; }

.icon-tree:before {
  content: ""; }

.icon-tree-2:before {
  content: ""; }

.icon-paragraph-left:before {
  content: ""; }

.icon-paragraph-center:before {
  content: ""; }

.icon-paragraph-right:before {
  content: ""; }

.icon-paragraph-justify:before {
  content: ""; }

.icon-screen:before {
  content: ""; }

.icon-tablet:before {
  content: ""; }

.icon-mobile:before {
  content: ""; }

.icon-box-add:before {
  content: "Q"; }

.icon-box-remove:before {
  content: "R"; }

.icon-download:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-home:before {
  content: "!"; }

.icon-home-2:before {
  content: ""; }

.icon-out-2:before, .icon-new-tab:before {
  content: ""; }

.icon-out-3:before, .icon-new-tab-2:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-picture:before, .icon-image:before {
  content: "/"; }

.icon-pictures:before, .icon-images:before {
  content: "0"; }

.icon-palette:before, .icon-color-palette:before {
  content: ""; }

.icon-camera:before {
  content: "U"; }

.icon-camera-2:before, .icon-video:before {
  content: ""; }

.icon-play-2:before, .icon-video-2:before, .icon-youtube:before {
  content: "V"; }

.icon-music:before {
  content: "W"; }

.icon-user:before {
  content: '"'; }

.icon-users:before {
  content: ""; }

.icon-vcard:before {
  content: "m"; }

.icon-address:before {
  content: "p"; }

.icon-share-alt:before, .icon-out:before {
  content: "&"; }

.icon-enter:before {
  content: ""; }

.icon-exit:before {
  content: ""; }

.icon-comment:before, .icon-comments:before {
  content: "$"; }

.icon-comments-2:before {
  content: "%"; }

.icon-quote:before, .icon-quotes-left:before {
  content: "`"; }

.icon-quote-2:before, .icon-quotes-right:before {
  content: "a"; }

.icon-quote-3:before, .icon-bubble-quote:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-phone-2:before {
  content: ""; }

.icon-envelope:before, .icon-mail:before {
  content: "M"; }

.icon-envelope-opened:before, .icon-mail-2:before {
  content: "N"; }

.icon-unarchive:before, .icon-drawer:before {
  content: "O"; }

.icon-archive:before, .icon-drawer-2:before {
  content: "P"; }

.icon-briefcase:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-tag-2:before {
  content: ""; }

.icon-tags:before {
  content: ""; }

.icon-tags-2:before {
  content: ""; }

.icon-options:before, .icon-cog:before {
  content: "8"; }

.icon-cogs:before {
  content: "7"; }

.icon-screwdriver:before, .icon-tools:before {
  content: "6"; }

.icon-wrench:before {
  content: ":"; }

.icon-equalizer:before {
  content: "9"; }

.icon-dashboard:before {
  content: "x"; }

.icon-switch:before {
  content: ""; }

.icon-filter:before {
  content: "T"; }

.icon-purge:before, .icon-trash:before {
  content: "L"; }

.icon-checkedout:before, .icon-lock:before, .icon-locked:before {
  content: "#"; }

.icon-unlock:before {
  content: ""; }

.icon-key:before {
  content: "_"; }

.icon-support:before {
  content: "F"; }

.icon-database:before {
  content: "b"; }

.icon-scissors:before {
  content: ""; }

.icon-health:before {
  content: "j"; }

.icon-wand:before {
  content: "k"; }

.icon-eye-open:before, .icon-eye:before {
  content: "<"; }

.icon-eye-close:before, .icon-eye-blocked:before, .icon-eye-2:before {
  content: ""; }

.icon-clock:before {
  content: "n"; }

.icon-compass:before {
  content: "o"; }

.icon-broadcast:before, .icon-connection:before, .icon-wifi:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-lightning:before, .icon-flash:before {
  content: "y"; }

.icon-print:before, .icon-printer:before {
  content: ""; }

.icon-feed:before {
  content: "q"; }

.icon-calendar:before {
  content: "C"; }

.icon-calendar-2:before {
  content: "D"; }

.icon-calendar-3:before {
  content: ""; }

.icon-pie:before {
  content: "w"; }

.icon-bars:before {
  content: "v"; }

.icon-chart:before {
  content: "u"; }

.icon-power-cord:before {
  content: "2"; }

.icon-cube:before {
  content: "3"; }

.icon-puzzle:before {
  content: "4"; }

.icon-attachment:before, .icon-paperclip:before, .icon-flag-2:before {
  content: "r"; }

.icon-lamp:before {
  content: "t"; }

.icon-pin:before, .icon-pushpin:before {
  content: "s"; }

.icon-location:before {
  content: "c"; }

.icon-shield:before {
  content: ""; }

.icon-flag:before {
  content: "5"; }

.icon-flag-3:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-bookmark-2:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-heart-2:before {
  content: ""; }

.icon-thumbs-up:before {
  content: "["; }

.icon-thumbs-down:before {
  content: "\\"; }

.icon-unfeatured:before, .icon-asterisk:before, .icon-star-empty:before {
  content: "@"; }

.icon-star-2:before {
  content: "A"; }

.icon-featured:before, .icon-default:before, .icon-star:before {
  content: "B"; }

.icon-smiley:before, .icon-smiley-happy:before {
  content: ""; }

.icon-smiley-2:before, .icon-smiley-happy-2:before {
  content: ""; }

.icon-smiley-sad:before {
  content: ""; }

.icon-smiley-sad-2:before {
  content: ""; }

.icon-smiley-neutral:before {
  content: ""; }

.icon-smiley-neutral-2:before {
  content: ""; }

.icon-cart:before {
  content: ""; }

.icon-basket:before {
  content: ""; }

.icon-credit:before {
  content: ""; }

.icon-credit-2:before {
  content: ""; }

.icon-expired:before {
  content: "K"; }

/*
	HOMEPAGE - RESPONSIVE
	All responsive related css should be placed here.
*/
@media handheld, only screen and (max-width: 1024px) {
  #title .container h1 {
    font-size: 2em; } }

/**/
@media handheld, only screen and (max-width: 600px) {
  /* TITLE */
    #title {
      height: 200px; }
      #title .container h1 {
        font-size: 1.5em; } }

/* MARQUEE */
#marquee {
  background: #FFF;
  width: 100%;
  z-index: -1; }
  #marquee .moduletablemarquees > h3 {
    display: none; }
  #marquee .rotate {
    position: relative;
    height: 700px; }
    #marquee .rotate .rotatee {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
      #marquee .rotate .rotatee a {
        display: inline-block;
        height: 100%;
        width: 100%; }
    #marquee .rotate .button_container {
      bottom: 5%;
      position: absolute;
      width: 100%; }
      #marquee .rotate .button_container .button_list_container {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: auto;
        position: relative;
        width: 25%; }
        #marquee .rotate .button_container .button_list_container .button_list_item {
          align-self: center;
          background: #FFF;
          border-radius: 15px;
          cursor: pointer;
          float: left;
          height: 15px;
          margin: 0 2px;
          position: relative;
          width: 15px; }
          #marquee .rotate .button_container .button_list_container .button_list_item.active {
            background: #5aa215;
            border-radius: 20px;
            height: 20px;
            width: 20px; }

/* TOUTS */
.touts .tout {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 265px;
  transition: all 0.25s ease; }
  .touts .tout a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .touts .tout .tout-content {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%; }
    .touts .tout .tout-content .tout-title {
      color: #FFF !important;
      text-align: center;
      min-height: 45px;
      vertical-align: middle;
      margin: 15px 0 !important;
      display: flex;
      justify-content: center;
      align-items: center; }

/*
	HOMEPAGE - RESPONSIVE
	All responsive related css should be placed here.
*/
/**/
@media handheld, only screen and (max-width: 600px) {
  /* MARQUEE */
  /* TOUTS */
    .touts .tout {
      min-height: 150px; } }

/* DASHBOARD */
.rsticket-box {
  border: 1px solid #CCC;
  border-radius: 10px; }

/* SUBMIT TICKET */
.icon-user::before {
  color: #FFF;
  content: "";
  font-family: 'FontAwesome'; }

/* MODAL */
body.contentpane {
  background: #FFF; }

table thead tr th {
  border-bottom: 1px solid #CCC;
  font: 400 0.875rem/1.4rem Arial, sans-serif;
  padding: 10px; }
  table thead tr th span.icon-arrow-down-3 {
    margin-left: 3px; }
    table thead tr th span.icon-arrow-down-3::before {
      content: "";
      font-family: 'FontAwesome';
      font-size: 0.875rem; }
  table thead tr th span.icon-arrow-up-3 {
    margin-left: 3px; }
    table thead tr th span.icon-arrow-up-3::before {
      content: "";
      font-family: 'FontAwesome';
      font-size: 0.875rem; }
table tbody tr:nth-child(even) {
  background: #EEE; }
table tbody tr td {
  font: 400 0.875rem/1.4rem Arial, sans-serif;
  padding: 10px; }
  table tbody tr th span.icon-arrow-down-3 {
    margin-left: 3px; }
    table tbody tr th span.icon-arrow-down-3::before {
      content: "";
      font-family: 'FontAwesome';
      font-size: 0.875rem; }
  table tbody tr th span.icon-arrow-up-3 {
    margin-left: 3px; }
    table tbody tr th span.icon-arrow-up-3::before {
      content: "";
      font-family: 'FontAwesome';
      font-size: 0.875rem; }

a {
  color: #559535;
  text-decoration: none; }

.pagination-list {
  list-style: none; }
  .pagination-list li {
    display: inline;
    padding: 0 10px; }
/*# sourceMappingURL=/templates/ndi/css/site.responsive.css.map */