/*
 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.html') format('woff2'), url('../webfonts/Novecentosanswide-Bold-webfont-2.html') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Novecentosanswide-Normal';
  src: url('../webfonts/Novecentosanswide-Normal-webfont.html') format('woff2'), url('../webfonts/Novecentosanswide-Normal-webfont-2.html') 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 .radio input {
  float: left;
  width: 5%;
}
form .radio label {
  float: left;
  margin: 0;
  width: 10% !important;
}
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}-100 {
 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: 1366px;
  margin: 0 auto;
}
/* TOP HEADER */
#topheader {
  background: #23292f;
  color: #FFF;
  height: 30px;
  z-index: 999;
}
#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;
  align-items: center;
}
#header .container .logo img {
  max-width: 350px;
}
#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;
  height: 100px;
  text-align: center;
}
#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: 80px;
}
#header .container .nav ul li a {
  color: #353c45;
  padding: 10px 20px;
  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;
  /* SECONDARY */
}
#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;
}
#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;
  /* THIRD LEVEL */
}
#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 .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;
}
#content h1 {
  margin-bottom: 10px;
  color: #5aa215;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
}
#content h2 {
  margin: 20px 0;
  color: #5aa215;
  text-transform: uppercase;
  font-size: 2rem;
}
#content h3 {
  margin: 20px 0;
  color: #5aa215;
  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;
  /* TABLES */
}
#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: "\f063";
  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: "\f062";
  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: "\f063";
  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: "\f062";
  font-family: 'FontAwesome';
  font-size: 0.875rem;
  /* SIDEBAR */
}
#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.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;
  /* SECOND LEVEL DEEP */
}
#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;
  /* WHOS ONLINE */
}
#content .whos-online {
  background: #eee;
  border-radius: 5px;
  margin-bottom: 10px;
}
/* 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;
}
/*PPC Adds/Edits */
html {
  background-image: url(../images/back3.html);
  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;
}
.footer {
  background-color: #549534;
  color: #fff;
  padding: 20px 15px 15px 15px;
  margin-top: 100px;
}
.footer a {
  color: #fff;
}
/*
 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 */
  #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;
    /* SEARCH MODAL */
  }
  .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;
    line-height: 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;
}
#sidenav_container .space {
  padding: 0;
  /* HIDE DROPDOWN MENUS */
}
#sidenav_container .supermenu .menu {
  display: none;
  /* MENU ITEMS */
}
#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%;
}
#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;
  /* SECONDARY 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;
  /* TERIARY ITEMS */
}
#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-webfont3e6e.eot?v=4.7.0");
  src: url("../webfonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("../webfonts/fontawesome-webfont3e6e.woff2?v=4.7.0") format('woff2'), url("../webfonts/fontawesome-webfont3e6e.woff?v=4.7.0") format('woff'), url("../webfonts/fontawesome-webfont3e6e.ttf?v=4.7.0") format('truetype'), url("../webfonts/fontawesome-webfont3e6e.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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}
.fa-won:before, .fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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 {
  background: #5aa215;
  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: #5aa215;
  font-size: 3em;
  font-weight: 300;
  text-transform: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
/* CONTENT */
#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: "\003e\003e";
}
#content #breadcrumbs ul li.active:after {
  content: "";
}
#content #breadcrumbs ul li.active a {
  color: #5aa215;
}
#content .side-menu {
  width: 15%;
  /* DOCMAN OVERRIDES */
}
#content .docmanlist {
  list-style: none;
  margin: 0;
  padding-bottom: 10px;
}
#content .docmanlist li {
  padding: 15px 0;
}
#content .docmanlist_submit_file, #content .docmanlist-editable, #content .docmanlist-deletable {
  font-size: 0.875rem !important;
  /* FILE ICONS */
}
#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;
  /* DOCMAN CATEGORY LIST OVER RIDES */
}
#content .docmanlist_nested .docmanlist_nested_folder {
  padding: 15px 0 !important;
  /* HEADINGS */
}
#content .docmanlist_category {
  font-weight: normal;
  text-transform: capitalize;
}
#content .docmanlist_category.secondary_category {
  color: #353c45;
  /* DOCMAN TABLE STYLING */
}
#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;
  margin: 0 10px;
  /* SEARCH PAGE RESULTS */
}
#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;
  /* LOGIN */
}
#content .forgot-reset ul {
  list-style: none;
  margin: 0;
}
#content .forgot-reset ul li {
  padding: 5px 0;
  /* BLOG */
}
#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: "\e628";
}
.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: "\e62a";
}
@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: "\f015";
  /* color: #559535; */
}
.jlmsicon-announcements:before {
  font-family: "FontAwesome";
  content: "\f0a1";
  /* color: #559535; */
}
.jlmsicon-documents:before {
  font-family: "FontAwesome";
  content: "\f07c";
  /* color: #559535; */
}
.jlmsicon-learning_path:before {
  font-family: "FontAwesome";
  content: "\f279";
  /* color: #559535; */
}
.jlmsicon-links:before {
  font-family: "FontAwesome";
  content: "\f0c1";
  /* color: #559535; */
}
.jlmsicon-quizzes:before {
  font-family: "FontAwesome";
  content: "\f2b9";
  /* color: #559535; */
}
.jlmsicon-assignments:before {
  font-family: "FontAwesome";
  content: "\f0c0";
  /* color: #559535; */
}
.jlmsicon-chat:before {
  font-family: "FontAwesome";
  content: "\f075";
  /* color: #559535; */
}
.jlmsicon-webinars:before {
  font-family: "FontAwesome";
  content: "\f26c";
  /* color: #559535; */
}
.jlmsicon-gradebook:before {
  font-family: "FontAwesome";
  content: "\f02d";
  /* color: #559535; */
}
.jlmsicon-mailbox:before {
  font-family: "FontAwesome";
  content: "\f2b6";
  /* 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: "\f26c";
  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: "\f26c";
  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 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 {
  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/IcoMoond41d.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: "\e200";
}
.icon-chevron-up:before, .icon-uparrow:before, .icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before, .icon-rightarrow:before, .icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before, .icon-downarrow:before, .icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before, .icon-leftarrow:before, .icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before, .icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before, .icon-reply:before {
  content: "\e206";
}
.icon-unblock:before, .icon-refresh:before, .icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before, .icon-backward:before {
  content: "\7c";
}
.icon-next:before, .icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before, .icon-edit:before, .icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before, .icon-plus-2:before {
  content: "\5d";
}
.icon-ban-circle:before, .icon-minus-sign:before, .icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before, .icon-remove:before, .icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before, .icon-save:before, .icon-ok:before, .icon-checkmark:before {
  content: "\47";
}
.icon-new:before, .icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before, .icon-not-ok:before {
  content: "\4b";
}
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before, .icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before, .icon-info-circle:before {
  content: "\e221";
}
.icon-question:before, .icon-question-sign:before, .icon-help:before {
  content: "\45";
}
.icon-question-2:before, .icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before, .icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before, .icon-warning:before {
  content: "\48";
}
.icon-warning-2:before, .icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before, .icon-checkbox:before, .icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before, .icon-generic:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before, .icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before, .icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before, .icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before, .icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before, .icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before, .icon-file-plus:before {
  content: "\29";
}
.icon-file-remove:before, .icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before, .icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before, .icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before, .icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before, .icon-image:before {
  content: "\2f";
}
.icon-pictures:before, .icon-images:before {
  content: "\30";
}
.icon-palette:before, .icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before, .icon-video:before {
  content: "\e015";
}
.icon-play-2:before, .icon-video-2:before, .icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before, .icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before, .icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before, .icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before, .icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before, .icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before, .icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before, .icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before, .icon-drawer:before {
  content: "\4f";
}
.icon-archive:before, .icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before, .icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before, .icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before, .icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before, .icon-lock:before, .icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before, .icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before, .icon-eye-blocked:before, .icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before, .icon-connection:before, .icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before, .icon-flash:before {
  content: "\79";
}
.icon-print:before, .icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before, .icon-paperclip:before, .icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before, .icon-pushpin:before {
  content: "\73";
}
.icon-location:before {
  content: "\63";
}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before, .icon-asterisk:before, .icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before, .icon-default:before, .icon-star:before {
  content: "\42";
}
.icon-smiley:before, .icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before, .icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
.icon-expired:before {
  content: "\4b";
}
/*
 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 {
  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: "\f2c0";
  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: "\f063";
  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: "\f062";
  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: "\f063";
  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: "\f062";
  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;
}
