/* RESET */
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 {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0; }

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.clear {
  clear: both; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none; }

/* COLORS */
/* FONTS */
/* @font-face {
  font-family: "Gandhi";
  src: url("/fonts/GandhiSans-Regular.eot");
  src: url("/fonts/GandhiSans-Regular.eot#iefix") format("embedded-opentype");
  src: url("/fonts/GandhiSans-Regular.woff") format("woff"), url("/fonts/GandhiSans-Regular.ttf") format("truetype"), url("/fonts/GandhiSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gandhi";
  src: url("/fonts/GandhiSans-Bold.eot");
  src: url("/fonts/GandhiSans-Bold.eot#iefix") format("embedded-opentype");
  src: url("/fonts/GandhiSans-Bold.woff") format("woff"), url("/fonts/GandhiSans-Bold.ttf") format("truetype"), url("/fonts/GandhiSans-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Gandhi";
  src: url("/fonts/GandhiSans-Italic.eot");
  src: url("/fonts/GandhiSans-Italic.eot#iefix") format("embedded-opentype");
  src: url("/fonts/GandhiSans-Italic.woff") format("woff"), url("/fonts/GandhiSans-Italic.ttf") format("truetype"), url("/fonts/GandhiSans-Italic.svg") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Gandhi";
  src: url("/fonts/GandhiSans-BoldItalic.eot");
  src: url("/fonts/GandhiSans-BoldItalic.eot#iefix") format("embedded-opentype");
  src: url("/fonts/GandhiSans-BoldItalic.woff") format("woff"), url("/fonts/GandhiSans-BoldItalic.ttf") format("truetype"), url("/fonts/GandhiSans-BoldItalic.svg") format("svg");
  font-weight: bold;
  font-style: italic; } */

  @font-face {
    font-family: 'Tw Cen MT Condensed';
    src: url('/fonts/TwCenMT-CondensedBold.woff2') format('woff2'),
        url('/fonts/TwCenMT-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* GLOBAL */
body {
  background-color: white;
  /* font-family: "Gandhi"; */
  font-family: proxima-nova,sans-serif;
  font-size: 13px;
  color: #414042; }

a {
  color: #48774e; }

ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0; }
  ul li {
    margin-bottom: 12px; }

span.required {
  color: #F00;
  margin-right: 4px; }

/* FORM ELEMENTS */
label {
  display: block;
  font-size: 15px;
  margin-bottom: 4px; }

input[type="text"],
input[type="password"],
input[type="file"] {
  border: 1px solid #c5c5c5;
  font-size: 15px;
  color: #414042;
  margin-bottom: 15px;
  padding: 5px;
border-radius: 2px; }

textarea {
  border: 1px solid #c5c5c5;
  font-size: 15px;
  color: #414042;
  margin-bottom: 15px;
  padding: 5px;
border-radius: 2px; }

select {
  border: 1px solid #c5c5c5;
  padding: 5px;
  font-size: 15px;
  color: #414042;
  margin-bottom: 15px;
  background-color: white;
border-radius: 2px; }

input[type="button"],
input[type="submit"] {
  display: block;
  cursor: pointer;
  border: 0;
  background-color: #48774e;
  color: white;
  padding: 9px 25px;
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 15px;
  font-family: proxima-nova,sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
text-transform: uppercase;
border-radius: 2px; }

input[type="button"].alt,
input[type="submit"].alt {
  display: block;
  cursor: pointer;
  border: 2px solid #48774e;
  background-color: white;
  color: #48774e;
  padding: 9px 14px 9px 14px;
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 15px; }

/* HEADER */
div#header_outer {
  width: 100%;
  text-align: center; }
  div#header_outer div#header_inner {
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px; }
    div#header_outer div#header_inner a[rel="home"] {
      display: block;
      margin: 0 auto;
      max-width: 235px;
    }
    @media screen and (min-width: 600px) {
      div#header_outer div#header_inner a[rel="home"] {
        margin-left: 0;
      }
    }
    div#header_outer div#header_inner img#logo {
      position: relative;
    width: 100%; }
    div#header_outer div#header_inner div#button_container {
      position: absolute;
      right: 0;
      bottom: 0;
      margin: 0;
      font-size: 0; }
    div#header_outer div#header_inner input#button_admin,
    div#header_outer div#header_inner input#button_logout,
    div#header_outer div#header_inner input#button_listening {
      display: inline-block;
      margin: 0 0 0 7px;
      border-radius: 2px;
     }
    div#header_outer div#header_inner a#hamburger {
      display: none; }

    div#header_outer div#header_inner input#button_listening {
		background-color: #b6902e;
		/*background: linear-gradient(340deg, #48774e 0%, #48774e 30%, #b6902e 100%);*/
	}

/* HERO */
div#hero_container {
  height: 550px;
  overflow: hidden; }

div.hero {
  display: block;
  position: relative;
  width: 100%;
  height: 550px;
  border-bottom: 6px solid #b6902e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  div.hero.herovideo {
  background-color:#000;
  }
  div.hero video {
  position:absolute;
  height: 100%;
  width: auto;
  margin-left: 19vw;
  }
  div.hero span.hero_overlay {
    display: block;
    position: relative;
    top: 110px;
    width: 500px;
    background-color: rgba(50, 50, 50, 0.5);
    padding: 30px; }
    div.hero span.hero_overlay h1 {
      color: #ffffff;
      font-size: 43px;
      font-weight: bold;
      margin: 0 0 22px 0; }
    div.hero span.hero_overlay p {
      color: #ffffff;
      font-size: 17px;
      line-height: 150%; }
  div.hero img.hero_arrow_left {
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: 30px; }
  div.hero img.hero_arrow_right {
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: 86px; }

/* HELLO */
div#hello {
  width: 100%;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px; }
  div#hello h1 {
    margin: 0;
    color: #48774e;
    font-weight: bold;
    font-size: 75px;
  font-family: 'Tw Cen MT Condensed'; }
  div#hello h2 {
    margin: 0;
    font-weight: bold;
    font-size: 40px; }

/* NAVIGATION */
div#navigation_outer {
  width: 100%;
  text-align: center;
  border-top: 1px solid #c5c5c5;
  background: linear-gradient(gainsboro 0%, white 5%, white 95%, white 95%, gainsboro 100%); }
  div#navigation_outer div#navigation_inner {
    max-width: 1600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px; }
    div#navigation_outer div#navigation_inner a.navigation_item_container {
      text-decoration: none;
      cursor: pointer;
      display: inline-block;
      margin: 0 28px 32px 28px;
      width: 22%; }
      div#navigation_outer div#navigation_inner a.navigation_item_container p {
        color: #9f9f9f;
        font-size: 22px;
        font-weight: bold;
        margin: 16px 0 0 0; }
      div#navigation_outer div#navigation_inner a.navigation_item_container p.calendarGreenText {
        color: #48774e; }


        @media screen and (min-width: 1000px) {
          div#navigation_outer div#navigation_inner a.navigation_item_container {
              width: 110px;
            }
        }
div.hideNav {
  display: block; }

/* PAGES */
div.container_outer {
  width: 100%;
  background-color: white;
  text-align: center; }
  div.container_outer div.container_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: left;
    font-size: 0;
    /* SIDEBAR */
    /* MAIN CONTENT AREA */ }
    div.container_outer div.container_inner div#sidebar {
      width: 25%;
      display: inline-block;
      font-size: 15px;
      vertical-align: top; }
      div.container_outer div.container_inner div#sidebar h3 {
        color:#48774e;
        font-weight: bold;
        font-size: 32px;
      font-family: 'Tw Cen MT Condensed'; }
      div.container_outer div.container_inner div#sidebar h4 {
        margin-top: 20px;
        color:#48774e;
        font-size: 23px;
        margin-bottom: 8px; }
      div.container_outer div.container_inner div#sidebar div#all_categories label {
        position: relative;
        top: 1px;
        display: inline;
        font-size: 17px;
        margin-left: 6px;
        line-height: 170%; }
      div.container_outer div.container_inner div#sidebar input[type="text"] {
        margin-bottom: 5px; }
      div.container_outer div.container_inner div#sidebar input[type="button"] {
        margin-bottom: 30px; }
      div.container_outer div.container_inner div#sidebar hr {
        border: 0;
        border-top: 1px solid #c5c5c5;
        margin-bottom: 30px; }
      div.container_outer div.container_inner div#sidebar ul {
        list-style-type: none;
        margin-top: 25px;
        margin-bottom: 40px; }
        div.container_outer div.container_inner div#sidebar ul li {
          margin-bottom: 18px; }
          div.container_outer div.container_inner div#sidebar ul li a {
            color: #414042; }
          div.container_outer div.container_inner div#sidebar ul li a.selected {
            color:#48774e;
            text-decoration: none; }
      div.container_outer div.container_inner div#sidebar div#news_sidebar_container p.news_item_display_date {
        font-size: 17px;
        font-weight: bold;
        margin: 30px 0 5px 0; }
      div.container_outer div.container_inner div#sidebar div#news_sidebar_container p.news_item_title {
        margin: 0; }
        div.container_outer div.container_inner div#sidebar div#news_sidebar_container p.news_item_title a {
          font-size: 17px;
          color: #414042;
          text-decoration: underline; }
    div.container_outer div.container_inner div#main_content {
      width: 75%;
      display: inline-block;
      font-size: 15px;
      vertical-align: top;
      box-sizing: border-box;
      padding-right: 60px; }
    div.container_outer div.container_inner h1 {
      font-size: 52px;
      font-weight: bold;
      color: #48774e;
      margin-bottom: 25px;
    font-family: 'Tw Cen MT Condensed'; }
    div.container_outer div.container_inner h1.center {
      text-align: center; }
    div.container_outer div.container_inner h2 {
      font-size: 27px;
      font-weight: bold;
      margin-bottom: 25px; }
    div.container_outer div.container_inner p {
      font-size: 18px;
      margin-bottom: 25px;
      line-height: 140%; }
    div.container_outer div.container_inner div.block_container {
      display: inline-block;
      font-size: 0; }
      div.container_outer div.container_inner div.block_container div.block {
        display: inline-block;
        overflow: hidden;
        width: 230px;
        height: 230px;
        border: 2px solid #c5c5c5;
        padding: 24px;
        margin: 14px;
        font-size: 16px;
        /*vertical-align: top;*/ }
        div.container_outer div.container_inner div.block_container div.block div.block_inner_container {
          width: 100%;
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
        div.container_outer div.container_inner div.block_container div.block h2 {
          font-size: 25px; }
        div.container_outer div.container_inner div.block_container div.block p {
          font-size: 15px; }
          div.container_outer div.container_inner div.block_container div.block p a {
            color: #48774e; }
        div.container_outer div.container_inner div.block_container div.block img.resource_image {
          max-width: 95%;
          max-height: 225px;
          margin-bottom: 10px; }
  div.container_outer div.container_inner_center {
    text-align: center; }

/* LOGIN */
/* CALENDARS */
/* MONTHLY */
div.wider_container {
  width: 100% !important;
  max-width: 1200px; }

div#filter_container p#what_categories {
  text-align: center;
  line-height: 120%; }
div#filter_container div#filter_category_container {
  text-align: center; }
div#filter_container div.filter_category_calendar {
  cursor: pointer;
  display: inline-block;
  margin-left: 28px;
  margin-right: 28px; }
  div#filter_container div.filter_category_calendar p.filter_name {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    top: 1px; }
div#allFilterButtons {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	text-align: center;
}
div#filter_container input#select_all_categories,
div#filter_container input#clear_all_categories {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

div#you_are_viewing_container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 15px; }
  div#you_are_viewing_container p {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 5px; }
  div#you_are_viewing_container div.you_are_viewing_color {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-right: 8px; }
  div#you_are_viewing_container span {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 32px; }

div#calendar_container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  div#calendar_container div#calendar_header {
    position: relative;
    color: #414042;
    background-color: #c5c5c5;
    font-size: 22px;
    text-align: center;
    height: 50px; }
    div#calendar_container div#calendar_header a#previous_month {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 20px;
      height: 100%;
      line-height: 50px; }
    div#calendar_container div#calendar_header a#next_month {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 20px;
      height: 100%;
      line-height: 50px; }
    div#calendar_container div#calendar_header h3 {
      font-size: 26px;
      line-height: 50px;
    font-family: 'Tw Cen MT Condensed'; }
  div#calendar_container table#calendar {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 10px;
    border-collapse: separate; }
    div#calendar_container table#calendar thead tr td {
      /*width: 14.2857143%;*/
      text-align: center;
      color: #c5c5c5;
      padding: 12px;
      font-size: 18px; }
    div#calendar_container table#calendar tbody tr td {
      cursor: pointer;
      position: relative;
      /*width: 14.2857143%;*/
      height: 150px;
      border-right: 1px solid #c5c5c5;
      border-bottom: 1px solid #c5c5c5;
      vertical-align: top; }
      div#calendar_container table#calendar tbody tr td div.calendarItem {
        display: block;
        font-size: 11px;
        border: 2px solid #414042;
        border-left-width: 10px;
        padding: 5px 5px 3px 5px;
        margin: 0 10px 7px 0;
        line-height: 120%;
        background-color: white; }
      div#calendar_container table#calendar tbody tr td div.date {
        display: inline-block;
        position: absolute;
        bottom: 7px;
        right: 10px;
        font-size: 26px;
        color: #c5c5c5; }
    div#calendar_container table#calendar tbody tr td:hover {
      border-right: 1px solid #b6902e;
      border-bottom: 1px solid #b6902e; }
      div#calendar_container table#calendar tbody tr td:hover div.date {
        color: #b6902e; }
    div#calendar_container table#calendar tbody tr td.currentDayMonth {
      border-right: 1px solid #48774e;
      border-bottom: 1px solid #48774e;
      background-color: #48774e; }
      div#calendar_container table#calendar tbody tr td.currentDayMonth div.date {
        color: white; }

/* DAILY */
div.daily_calendar_container h1 a {
  color:#48774e;
  text-decoration: none; }

div#selected_categories {
  margin-bottom: 30px; }

div.calendar_item_container {
  position: relative;
  display: block;
  width: 65%;
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #ffaa00 44px, #ffaa00 44px, white 44px, white 100%);
  padding: 28px 42px 28px 42px; }
  div.calendar_item_container img.icon_star {
    position: absolute;
    top: 6px;
    left: 5px;
    opacity: 0.5; }
  div.calendar_item_container p {
    margin: 0 !important; }
    div.calendar_item_container p span.label {
      font-weight: bold;
      margin-right: 5px; }
  div.calendar_item_container p.description {
    margin-top: 24px !important; }

div#print_calendar {
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 30px; }
  div#print_calendar p {
    display: inline-block;
    color: #48774e;
    font-size: 15px;
    margin-left: 5px;
    position: relative;
    top: -8px; }

button#select_all_categories {
  cursor: pointer; }

button#return_to_main_calendar {
  cursor: pointer; }

/* WEB TOOLS */
/* COMPANY DIRECTORY */
div#jumpTo {
  margin-bottom: 36px;
  font-size: 22px;
  font-weight: bold; }
  div#jumpTo a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: normal;
    color:#48774e; }
  div#jumpTo p {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: normal; }

div#allUserContainers {
  font-size: 0;
  margin: 0;
  padding: 0; }
  div#allUserContainers h2 {
    margin-bottom: 15px; }
    div#allUserContainers h2 a.letterHeader {
      cursor: default;
      text-decoration: none;
      color: #414042;
      font-size: 33px;
      margin-bottom: 0; }
  div#allUserContainers a {
    cursor: pointer;
    text-decoration: underline;
    display: block;
    font-size: 17px;
    color:#48774e;
    margin-bottom: 40px; }
  div#allUserContainers div.userContainer {
    display: inline-block;
    width: 42%;
    border: 2px solid #c5c5c5;
    margin: 0 25px 25px 0;
    padding: 25px; }
    div#allUserContainers div.userContainer h3 {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 3px; }
    div#allUserContainers div.userContainer p {
      font-size: 17px; }
      div#allUserContainers div.userContainer p a {
        color: #48774e; }
    div#allUserContainers div.userContainer p:last-of-type,
    div#allUserContainers div.userContainer p:last-of-type a {
      margin-bottom: 0px; }

/* RESOURCES */
div.block_container div.resource_block {
  width: 350px !important;
  height: 450px !important; }
  div.block_container div.resource_block img.resource_image {
    max-width: 95%;
    max-height: 125px;
    margin-bottom: 14px !important; }
  div.block_container div.resource_block h2.resource_name {
    font-size: 22px !important;
    margin-bottom: 14px; }
  div.block_container div.resource_block p {
    margin: 0; }
  div.block_container div.resource_block p:first-of-type {
    margin-bottom: 15px; }
  div.block_container div.resource_block a {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    color: #414042 !important; }

/* NEWS */
div#filter_container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 35px; }
  div#filter_container p {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px; }
  div#filter_container div.filter_category {
    cursor: pointer;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px; }
    div#filter_container div.filter_category div.filter_category_box {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 5px; }
    div#filter_container div.filter_category span {
      position: relative;
      top: -1px;
      font-size: 16px !important; }

div.news_block {
  /** cursor: pointer; **/
  position: relative;
  width: 400px !important;
  height: 400px !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 !important;
  padding: 0 !important; }
  div.news_block div.block_hover {
    display: none;
    /** cursor: pointer; **/
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.925);
    text-align: left; }
    div.news_block div.block_hover h3 {
      font-size: 22px !important;
      font-weight: bold;
      margin: 15px 15px 0 15px;
      line-height: 125%; }
    div.news_block div.block_hover p.date {
      margin: 5px 15px 0 15px; }
    div.news_block div.block_hover p.excerptText {
      margin: 20px 15px 0 15px; }
    div.news_block div.block_hover p.readArticle {
      margin: 20px 15px 0 15px; }
      div.news_block div.block_hover p.readArticle a {
        color: #414042 !important;
        text-decoration: underline; }
  div.news_block div.block_footer {
    position: absolute;
    bottom: 0;
    width: 400px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.925);
    text-align: left; }
    div.news_block div.block_footer p {
      font-size: 22px !important;
      font-weight: bold;
      margin: 15px 15px 0 15px;
      line-height: 125%; }

p.news_posted_in img {
  margin-right: 4px; }
p.news_posted_in span {
  position: relative;
  top: -1px; }

img.news_photo {
  float: right;
  margin: 0 0 25px 25px;
  max-width: 33%; }

/* FAQs */
h2.faq_question {
  margin-bottom: 3px !important; }

p.faq_answer {
  margin-bottom: 45px !important; }

/* HR */
/*h2.hr_item_title {
	margin-bottom: 3px !important;
}

p.hr_item_url {
	margin-bottom: 35px !important;

	a {
		color: $colorTertiary;
	}
}*/
div#filter_container div.filter_category_hr {
  cursor: pointer;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px; }
  div#filter_container div.filter_category_hr div.filter_category_box {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px; }
  div#filter_container div.filter_category_hr span {
    position: relative;
    top: -1px;
    font-size: 16px !important; }

/* FOOTER */
div#footer_outer {
  clear: both;
  width: 100%;
  text-align: center;
  /* background: linear-gradient(#b6902e 0px, #b6902e 24px, white 25px, white 29px, #b6902e 30px, #b6902e 38px, white 39px, white 43px, #b6902e 44px); */
  background: #48774e;
  padding-top: 67px;
  padding-bottom: 14px; }
  div#footer_outer div#footer_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto; }
    div#footer_outer div#footer_inner div#footer_right {
      float: right;
      width: 45%; }
      div#footer_outer div#footer_inner div#footer_right img#footer_logo {
        float: right;
        margin-top: 10px;
        margin-left: 20px;
        margin-bottom: 45px;
      max-width: 190px; }
      div#footer_outer div#footer_inner div#footer_right p {
        text-align: right;
        font-size: 14px;
        color:#FFF;
        line-height: 140%;
        margin: 4px 0 12px 0; }
      div#footer_outer div#footer_inner div#footer_right p:nth-of-type(2) {
        margin-top: 31px;
        clear: right; }
    div#footer_outer div#footer_inner div#footer_left p {
      text-align: left;
      font-size: 14px;
      color:#FFF;
      line-height: 140%;
      margin: 4px 0 12px 0; }
      div#footer_outer div#footer_inner div#footer_left p a {
        color:#FFF; }

/* ADMIN */
div.color_container {
  width: 24px;
  height: 24px;
  border: 1px solid #5f5f5f; }

div.session_response_container_outer {
  width: 100%;
  background-color: #48774e;
  padding-top: 11px;
  padding-bottom: 10px;
  text-align: center; }
  div.session_response_container_outer div.session_response_container_inner {
    background-image: url("/images/icon_alert.png");
    background-repeat: no-repeat;
    background-position: center left;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 15px;
    text-align: left;
    font-weight: bold; }
    div.session_response_container_outer div.session_response_container_inner p {
      position: relative;
      top: 1px;
      margin: 0 0 0 28px; }

div.session_response_container_outer_error {
  background-color: #F00; }

form.form_admin {
  font-size: 15px; }
  form.form_admin input[type='text'],
  form.form_admin input[type='password'] {
    min-width: 300px; }
  form.form_admin textarea {
    min-width: 500px;
    min-height: 150px; }
  form.form_admin select {
    min-width: 312px; }
  form.form_admin img.adminThumbnailImage_medium {
    max-width: 200px;
    margin-bottom: 4px; }

table.table_admin {
  width: 100%;
  font-size: 15px; }
  table.table_admin thead tr {
    font-weight: bold;
    /*border-bottom: 1px solid $colorNeutralLight;*/ }
    table.table_admin thead tr td {
      text-align: left;
      padding: 10px;
      white-space: nowrap; }
  table.table_admin tbody tr td {
    text-align: left;
    padding: 10px;
    line-height: 140%;
  word-break: break-word; }
    table.table_admin tbody tr td img.adminThumbnailImage {
      max-width: 100px; }
  table.table_admin tbody tr:nth-child(odd) {
    background-color: #dfdfdf; }
  table.table_admin td.nowrap {
    width: 1px;
    white-space: nowrap; }
