@charset "UTF-8";
/*--------------- Design 1402 ---------------*/
/* START transition functions */
/* END transition functions */
/*--------------------------------------------------
  Global Styles 
--------------------------------------------------*/
/* Make IE10 "snap-mode" behave with RWD */
@-ms-viewport {
  width: device-width; }
body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  background: #FFFBD5 url(images/bg.jpg) top center fixed;
  color: #241F20;
  font-family: 'Verdana';
  font-size: 100%;
  line-height: 1.7;
  word-wrap: break-word; }

a {
  color: #7CC140;
  font-weight: bold;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

address {
  font-style: normal; }

blockquote {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0;
  padding: 0 0 0 2em;
  position: relative; }
  blockquote p {
    margin: 0; }
  blockquote:before {
    content: 'ô';
    font-size: 3em;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0; }

h1, .ContentHeader {
  color: #7CC140;
  font-family: 'Questrial';
  font-size: 2em;
  font-weight: normal; }

h2, .ContentSubHeader, .SidebarLabel {
  color: #7CC140;
  font-family: 'Questrial';
  font-size: 1.5em;
  font-weight: normal; }

h2 > a {
  color: #7CC140;
  font-weight: normal; }

h2.inline {
  line-height: 1.4; }

h3 {
  color: #7CC140;
  font-family: 'Questrial';
  font-size: 1.25em;
  font-weight: normal; }

hr {
  background: #d4d1ba;
  border: 0;
  height: 1px;
  margin: 1em 0; }

@media screen and (max-width: 30em) {
  body {
    font-size: .9em;
    -webkit-text-size-adjust: none; } }
/*--------------------------------------------------
  Container
--------------------------------------------------*/
#container {
  -webkit-transition: -webkit-transform 0.5s 0.25s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s 0.25s, opacity 0.5s;
  -o-transition: -o-transform 0.5s 0.25s, opacity 0.5s;
  transition: transform 0.5s 0.25s, opacity 0.5s; }

#container.body_push {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  -moz-transform: scale3d(0.9, 0.9, 0.9);
  -ms-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s; }

/*--------------------------------------------------
  Site Search
--------------------------------------------------*/
#site_search {
  background: #7CC140;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  padding: 10%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 999999;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s, visibility 0s 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s, visibility 0s 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s; }
  @media screen and (max-width: 768px) {
    #site_search {
      font-size: .75em; } }
  #site_search h2 {
    color: #fff;
    font-size: 3em; }
  #site_search.site_search_visible {
    opacity: .93;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.5s 0.25s, -webkit-transform 0.5s 0.25s, visibility 0s 0.25s;
    -moz-transition: opacity 0.5s 0.25s, -moz-transform 0.5s 0.25s, visibility 0s 0.25s;
    -o-transition: opacity 0.5s 0.25s, -o-transform 0.5s 0.25s, visibility 0s 0.25s;
    transition: opacity 0.5s 0.25s, transform 0.5s 0.25s, visibility 0s 0.25s; }

#site_search_form {
  position: relative; }
  #site_search_form input.search_field {
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #fff !important;
    font-size: 2em;
    margin: 0;
    opacity: .5;
    padding: 2% 7% 2% 0;
    width: 100%;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    @media screen and (max-width: 1023px) {
      #site_search_form input.search_field {
        padding-right: 10%; } }
    @media screen and (max-width: 768px) {
      #site_search_form input.search_field {
        padding-right: 12%; } }
    @media screen and (max-width: 480px) {
      #site_search_form input.search_field {
        padding-right: 14%; } }
    #site_search_form input.search_field:focus {
      opacity: 1; }
    #site_search_form input.search_field:focus ~ input.search_submit {
      opacity: 1; }
  #site_search_form input.search_submit {
    background: 0;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-family: 'fe-icons';
    font-size: 3em;
    font-weight: normal;
    height: 100%;
    margin: 0;
    opacity: .5;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }

#site_search_close {
  cursor: pointer;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0; }
  #site_search_close:after {
    color: #fff;
    content: '\78';
    display: block;
    font-family: 'fe-icons';
    font-size: 1.5em; }

/*--------------------------------------------------
  Header
--------------------------------------------------*/
#header_container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  float: left;
  width: 100%; }

#header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  padding: 40px 0;
  width: 940px; }
  @media screen and (max-width: 940px) {
    #header {
      display: block;
      float: left;
      padding: 4% 2%;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    #header {
      padding: 5% 3%; } }
  @media screen and (max-width: 480px) {
    #header {
      padding: 6% 4%; } }
  @media screen and (max-width: 320px) {
    #header {
      padding: 8% 4%; } }

#header_left {
  display: table-cell;
  padding-right: 30px;
  width: 40%;
  vertical-align: middle; }
  @media screen and (max-width: 940px) {
    #header_left {
      display: block;
      clear: both;
      float: left;
      line-height: 0;
      margin: 0 0 4%;
      padding: 0;
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    #header_left {
      margin: 0 0 5%; } }
  @media screen and (max-width: 480px) {
    #header_left {
      margin: 0 0 6%; } }
  @media screen and (max-width: 320px) {
    #header_left {
      margin: 0 0 8%; } }
  #header_left h1 {
    margin: 0; }

#logo {
  float: left;
  line-height: 0;
  max-width: 100%; }
  @media screen and (max-width: 940px) {
    #logo {
      display: inline-block;
      float: none; } }
  #logo img {
    max-width: 100%; }

#header_right {
  display: table-cell;
  padding-left: 30px;
  width: 60%;
  vertical-align: middle; }
  @media screen and (max-width: 940px) {
    #header_right {
      display: block;
      clear: both;
      float: left;
      padding: 0;
      width: 100%; } }

#services {
  float: right;
  text-align: right; }
  @media screen and (max-width: 940px) {
    #services {
      float: left;
      text-align: center;
      width: 100%; } }
  #services h2 {
    color: #B0D689;
    font-family: 'Questrial';
    font-size: 1.75em;
    line-height: 1;
    margin: 0;
    text-transform: uppercase; }
  #services div {
    color: #241F20;
    font-size: .875em;
    margin: 10px 0 0; }

/*--------------------------------------------------
  Navbar
--------------------------------------------------*/
#navbar_container {
  clear: both;
  float: left;
  height: 52px;
  width: 100%; }

#navbar:before {
  background: url(images/trans_black20.png);
  content: '';
  display: block;
  float: left;
  height: 2px;
  width: 100%; }

#navbar {
  margin: 0 auto;
  position: relative;
  width: 940px; }

#site_search_open {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  float: right;
  line-height: 1;
  margin: 0;
  padding: 11px; }
  #site_search_open:after {
    color: #241F20;
    content: '\75';
    display: block;
    font-family: 'fe-icons';
    font-size: 1.75em;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    @media screen and (max-width: 768px) {
      #site_search_open:after {
        font-size: 1.75rem; } }
  #site_search_open:hover:after {
    color: #B0D689; }

/* serve touch menu to touch-enabled devices with screen res 1024 or less */
@media (min--moz-device-pixel-ratio: 1.5) and (max-width: 1024px), (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 1024px), (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1024px), (min-device-pixel-ratio: 1.5) and (max-width: 1024px), (min-resolution: 144dpi) and (max-width: 1024px), (min-resolution: 1.5dppx) and (max-width: 1024px), (max-width: 1024px) {
  .touch .menu {
    display: none !important; }

  .touch .nav_button_navpanel {
    display: block !important; }

  .touch #left_side_nav {
    display: block !important; } }
@media screen and (max-width: 58.75em) {
  #navbar {
    width: 96%; } }
@media screen and (max-width: 48em) {
  #navbar {
    width: 94%; } }
@media screen and (max-width: 30em) {
  #navbar {
    width: 92%; } }
/*--------------------------------------------------
  Primary
--------------------------------------------------*/
#primary_container {
  clear: both;
  float: left;
  padding: 0;
  width: 100%; }

#primary {
  margin: 0 auto;
  width: 940px; }

#marquee {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 58.75em) {
  #primary {
    width: 96%; } }
@media screen and (max-width: 48em) {
  #primary {
    width: 94%; } }
@media screen and (max-width: 30em) {
  #primary {
    width: 92%; } }
/*--------------------------------------------------
  Recent Media
--------------------------------------------------*/
#download_container {
  clear: both;
  float: left;
  padding: 30px 0 0;
  width: 100%; }

#download_widget {
  margin: 0 auto;
  width: 940px; }

#download_widget_header {
  background: url(images/trans_black20.png);
  border-radius: 5px 0 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-right: .5%;
  padding: 2%;
  width: 13%; }

#download_widget_header h2 {
  line-height: .75;
  margin: 6px 0 2px 5px;
  text-transform: uppercase; }

#download_widget_header a {
  color: #fff;
  text-decoration: none; }

#download_widget_header span {
  color: #B0D689;
  display: block;
  font-size: .66em;
  padding: 0 0 12px; }

.widget_viewall {
  display: none; }

#download_list {
  background: url(images/trans_black20.png);
  border-radius: 0 5px 5px 0;
  float: left;
  list-style: none;
  margin: 0;
  padding: 2%;
  width: 86.5%; }

.list_meta {
  float: left;
  width: 82%; }

.list_title {
  color: #fff;
  height: 28px;
  margin: -2px 0 0;
  overflow: hidden; }

.list_title:hover {
  text-decoration: underline; }

.list_details {
  color: #B0D689;
  font-size: .875em;
  font-weight: normal;
  height: 24px;
  overflow: hidden; }

.download_link, .play_link {
  border-radius: 3px;
  float: right;
  height: 50px;
  width: 50px;
  text-indent: -9999em;
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  transition: background-color .1s linear; }

.download_link {
  background: #7CC140 url(images/button_download.png) center center no-repeat; }

.play_link {
  background: #7CC140 url(images/button_play.png) center center no-repeat;
  margin-right: 10px; }

.download_link:hover, .play_link:hover {
  background-color: #89c753; }

@media screen and (max-width: 58.75em) {
  #download_container {
    padding: 3% 0 0; }

  #download_widget {
    width: 96%; }

  #download_widget_header {
    display: none; }

  #download_list {
    border-radius: 5px;
    width: 100%; }

  .download_link {
    display: none; }

  .play_link {
    margin-right: 0; } }
@media screen and (max-width: 48em) {
  #download_container {
    padding: 4% 0 0; }

  #download_widget {
    width: 94%; } }
@media screen and (max-width: 47em) {
  #download_list {
    padding: 3%; } }
@media screen and (max-width: 30em) {
  #download_container {
    padding: 5% 0 0; }

  #download_widget {
    text-align: center;
    width: 92%; }

  #download_widget_header {
    border-radius: 5px 5px 0 0;
    display: block;
    margin-right: 0;
    margin-bottom: 1%;
    padding: 2.5%;
    text-align: center;
    width: 100%; }

  #download_widget_header span {
    display: inline;
    font-size: 1em; }

  #download_list {
    border-radius: 0 0 5px 5px; }

  .list_meta {
    width: 100%; }

  .list_title {
    height: 24px; }

  .list_details {
    height: 20px; }

  .play_link {
    display: none; } }
/*--------------------------------------------------
  Image Links (4, no borders)
--------------------------------------------------*/
.imglink4_wrap {
  clear: both;
  float: left;
  padding: 30px 0;
  width: 100%; }

.imglink4 {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 940px; }

.imglink4 li {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  float: left;
  line-height: 0;
  width: 220px; }

.imglink4_1, .imglink4_2, .imglink4_3 {
  margin-right: 20px; }

.imglink4 img {
  height: auto !important;
  width: 100% !important; }

@media screen and (max-width: 58.75em) {
  .imglink4_wrap {
    padding: 3% 0; }

  .imglink4 {
    width: 96%; }

  .imglink4 li {
    width: 23.5%; }

  .imglink4_1, .imglink4_2, .imglink4_3 {
    margin-right: 2%; } }
@media screen and (max-width: 48em) {
  .imglink4_wrap {
    padding: 4% 0; }

  .imglink4 {
    width: 94%; } }
@media screen and (max-width: 36em) {
  .imglink4 li {
    width: 49%; }

  .imglink4_1 {
    margin: 0 2% 2% 0; }

  .imglink4_2 {
    margin: 0 0 2%; }

  .imglink4_3 {
    margin: 0 2% 0 0; } }
@media screen and (max-width: 30em) {
  .imglink4_wrap {
    padding: 5% 0; }

  .imglink4 {
    width: 92%; } }
/*--------------------------------------------------
  Footer 
--------------------------------------------------*/
#footer_container {
  clear: both;
  float: left;
  padding: 0 0 30px;
  width: 100%; }

#footer {
  font-size: .8125em;
  margin: 0 auto;
  overflow: hidden;
  width: 940px; }

#footer:before {
  background: url(images/trans_black20.png);
  content: '';
  display: block;
  float: left;
  height: 2px;
  width: 100%;
  margin-bottom: 20px; }

/* Remove divider line on subpages */
.sub_footer:before {
  display: none !important; }

#footer_info {
  color: #241F20;
  float: left;
  width: 88%; }

#social_media_links_list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0; }

#social_media_links_list li {
  float: left;
  line-height: 0;
  margin-right: 5px; }

#footer h2 {
  margin: 0; }

#fc_logo {
  background: url(images/fc_logo.png);
  display: block;
  float: right;
  height: 30px;
  width: 40px;
  margin-top: 5px;
  text-indent: -9999em; }

#fc_logo:hover {
  background-position: 0 -30px; }

@media screen and (max-width: 58.75em) {
  #footer_container {
    padding: 0 0 3%; }

  #footer {
    width: 96%; }

  #footer:before {
    margin-bottom: 2%; } }
@media screen and (max-width: 48em) {
  #footer_container {
    padding: 0 0 4%; }

  #footer {
    width: 94%; }

  #footer:before {
    margin-bottom: 3%; } }
@media screen and (max-width: 47em) {
  #footer_info {
    width: 100%; }

  #fc_logo {
    clear: both;
    float: left;
    margin: 15px 0 0; } }
@media screen and (max-width: 30em) {
  #footer_container {
    padding: 0 0 5%; }

  #footer {
    width: 92%; }

  #footer:before {
    margin-bottom: 4%; } }
/*--------------------------------------------------
  Sub Primary
--------------------------------------------------*/
#sub_primary_container {
  clear: both;
  float: left;
  padding: 0 0 30px;
  width: 100%; }

#sub_primary {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  padding: 10px 10px 0 10px;
  width: 940px; }

#sub_marquee {
  line-height: 0;
  margin: 0 0 10px; }

#main {
  border-right: 1px solid #d4d1ba;
  float: left;
  font-size: .875em;
  padding: 0 3% 3% 2%;
  width: 67%; }

#main_sans {
  font-size: .875em;
  margin: 0 2% 3%; }

#sidebar {
  border-left: 1px solid #d4d1ba;
  float: left;
  font-size: .875em;
  margin-left: -1px;
  padding: 0 0 3%;
  width: 33%; }

#sans_sidebar {
  display: none; }

@media screen and (max-width: 58.75em) {
  #sub_primary_container {
    padding: 0 0 3%; }

  #sub_primary {
    width: 96%; } }
@media screen and (max-width: 48em) {
  #sub_primary_container {
    padding: 0 0 4%; }

  #sub_primary {
    width: 94%; }

  #main, #sidebar {
    border: 0;
    width: 100%; }

  #main {
    padding-right: 2%; }

  #sidebar {
    margin-left: 0; } }
@media screen and (max-width: 30em) {
  #sub_primary_container {
    padding: 0 0 5%; }

  #sub_primary {
    width: 92%; } }
/*--------------------------------------------------
  Sidebar 
--------------------------------------------------*/
#sidebar_content {
  padding: 10px 20px 20px; }

/*----- Courtesy Nav ------*/
#courtesy_header {
  background: #241F20;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-family: 'Questrial';
  font-size: 1.375em;
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase; }

#courtesy_nav {
  list-style: none;
  margin: 0 0 10px;
  padding: 0; }

#courtesy_nav li a {
  border-bottom: 1px solid #d4d1ba;
  color: #241F20;
  display: block;
  font-weight: normal;
  padding: 10px 15px;
  -webkit-transition: background .1s linear, color .1s linear;
  -moz-transition: background .1s linear, color .1s linear;
  transition: background .1s linear, color .1s linear; }

#courtesy_nav li a:hover {
  background: #FFFBD5;
  color: #7CC140;
  text-decoration: none; }

#courtesy_nav li.active a {
  color: #7CC140; }

/*------ Quick Survey ------*/
#poll_header {
  background: #241F20;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-family: 'Questrial';
  font-size: 1.375em;
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase; }

#poll {
  padding: 20px; }

#poll .SidebarLabel {
  display: none; }

#poll .ColumnHeader {
  background: #B0D689;
  color: #FFFBD5; }

@media screen and (max-width: 58.75em) {
  #sidebar_content {
    font-size: .92em; } }
@media screen and (max-width: 48em) {
  #courtesy_header, #poll_header {
    border-radius: 0; } }
/*--------------------------------------------------
  Breadcrumbs 
--------------------------------------------------*/
#breadcrumbs {
  border: 1px solid #d4d1ba;
  clear: both;
  font-size: 12px;
  margin: 10px 0;
  padding: 10px 10px 8px 12px; }

#breadcrumbs a {
  font-weight: bold !important; }

#printable a, #page_qr a, .addthis_toolbox a {
  border: 0;
  margin: 2px;
  padding: 0; }

@media screen and (max-width: 47em) {
  #page_qr, #printable, .addthis_toolbox {
    display: none; } }
@media screen and (max-width: 29em) {
  #breadcrumbs {
    border: 0;
    height: 0;
    padding: 0;
    overflow: hidden; } }
/*--------------------------------------------------
  CSS MENU 
--------------------------------------------------*/
/* ------ Menu Structure/Functionality ------ */
.menu, .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1999; }

.menu {
  float: left; }

.menu a {
  display: block;
  text-decoration: none; }

.menu > li {
  float: left; }

.menu > li > a {
  line-height: 1;
  padding: 17px 15px 15px; }

.menu ul {
  height: 0;
  overflow: hidden;
  position: absolute;
  left: -9999em; }

.menu ul a {
  line-height: 1.5;
  padding: 6px 10px; }

.menu li:hover > ul {
  height: auto;
  overflow: visible;
  padding: 7px;
  left: auto;
  width: 200px; }

.menu li:hover > ul ul {
  margin-top: -38px;
  left: 207px; }

.menu .navimg {
  position: relative; }

.menu span {
  display: none; }

/* don't show ie6 text */
/* ------- Menu Aesthetics --------*/
/* 1st lvl (text styles handled by graphic menu in app.cfm) */
.menu a {
  color: #241F20;
  font-family: 'Questrial';
  font-size: 18px;
  font-weight: normal; }

/* 2nd+ lvl container */
.menu li ul {
  background: #fff;
  border-radius: 0 3px 3px 3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

/* 2nd+ lvl links */
.menu li ul li a {
  color: #241F20;
  font-family: 'Verdana';
  font-size: 13px; }

/* 3rd+ lvl container */
.menu li ul li ul {
  border-radius: 3px; }

/* ------- Hover Styling --------*/
/* 1st lvl : hover */
.menu li:hover > a {
  background: #fff url(http://www.scov.org/images/content_bg.png);
  color: #7CC140; }

.menu li:hover > a.active {
  color: #B0D689; }

/* 1st lvl : active */
.menu li:hover > a.active {
  background: #fff url(http://www.scov.org/images/content_bg.png);
  color: #7CC140; }

/* 2nd lvl : hover */
.menu li ul li:hover > a {
  background: #7CC140;
  color: #fff; }

/* 2nd+ lvl : active */
.menu li ul li a.active {
  color: #7CC140; }

/* 2nd+ lvl : active+hover */
.menu li ul li:hover > a.active {
  background: #7CC140;
  color: #fff; }

/*----- .nav_animation_sub3 -----*/
.menu li.firstlevel > ul {
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: top;
  -webkit-transition: -webkit-transform .35s;
  transform: rotate3d(1, 0, 0, 90deg);
  transform-origin: top;
  transition: transform .35s; }

.menu li.firstlevel:hover > ul {
  -webkit-transform: rotate3d(1, 0, 0, 0);
  transform: rotate3d(1, 0, 0, 0); }

.menu ul ul {
  -webkit-transform: rotate3d(0, 1, 0, -60deg);
  -webkit-transform-origin: left;
  -webkit-transition: -webkit-transform .35s;
  transform: rotate3d(0, 1, 0, -60deg);
  transform-origin: left;
  transition: transform .35s; }

.menu ul li:hover > ul {
  -webkit-transform: rotate3d(0, 1, 0, 0);
  transform: rotate3d(0, 1, 0, 0); }

/*--------------------------------------------------
  Calendar 
--------------------------------------------------*/
/* ----------- Tooltip Functionality ------------*/
a.tt {
  position: relative;
  text-decoration: none; }

a.tt span.tooltip {
  display: none; }

a.tt:hover span.tooltip, .boxoverbody {
  display: block;
  position: absolute;
  width: 200px;
  z-index: 101; }

a.tt:hover span.tooltip {
  top: 15px;
  left: 15px; }

/* No JS */
/*----------- Tooltip Styles --------------*/
a.tt:hover span.tooltip,
.boxoverbody {
  background: #fff;
  border: 1px solid #d4d1ba;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: normal;
  padding: 10px 15px;
  text-align: left; }

.CalOverTitle {
  font-weight: bold;
  color: #7CC140; }

/* ----------- Mini Cal Styles ------------*/
#calendartable {
  border-collapse: collapse; }

#calendartable td a {
  display: block;
  height: 30px;
  text-align: center; }

#calendartable td a:hover {
  background: #d4d1ba;
  z-index: 1; }

#calendartable .emptyday a:hover {
  background: transparent; }

#calnav {
  margin: 0 0 10px; }

#calendartable .CalendarDayNumber,
#calendartable .CalendarCurrentDayNumber {
  font-size: 10px;
  margin: 0; }

/* ----------- MAIN Cal Styles ------------*/
#mainCal {
  border-collapse: collapse;
  clear: both;
  table-layout: fixed;
  /* Fix word-wrap in IE */ }

#mainCal td {
  border-collapse: collapse;
  max-width: 0;
  /* Keep table cells consistent */
  padding: 0;
  vertical-align: top;
  width: 14%;
  word-wrap: break-word; }

#mainCal td.ColumnHeader {
  padding: 5px; }

/* ----------- Inside Each Day ------------*/
img.caldot {
  border: 0px;
  padding-right: 2px;
  vertical-align: middle; }

#mainCal img.caldot {
  display: none; }

/* Remove dot from main calendar */
div.calEventName {
  line-height: 1.3 !important; }

#mainCal a.tt {
  background: #FFFBD5;
  border-radius: 3px;
  display: block;
  font-size: 11px;
  line-height: 1.5;
  margin: 3px;
  padding: 3px 5px; }

#mainCal a.tt:hover {
  background: #7CC140;
  color: #fff;
  z-index: 1; }

#mainCal .ToDay a.tt:hover {
  background: #fff;
  color: #7CC140; }

.ToDay, .WeekendDay, .WeekDay {
  border: 1px solid #d4d1ba;
  border-top: none; }

.ToDay {
  background: #FFFBD5; }

.emptyday, .EmptyDay {
  border: 1px solid #d4d1ba;
  border-top: none; }

.CalendarDayNumber, .CalendarCurrentDayNumber {
  font-weight: normal;
  margin: 2px 5px; }

.CalendarCurrentDayNumber {
  color: #fff; }

.ColumnHeader {
  color: #fff;
  background: #241F20;
  font-weight: bold;
  padding: 5px; }

h2.ColumnHeader {
  font-weight: normal;
  padding-left: 12px; }

/*--------------------------------------------------
  Global Front End 
--------------------------------------------------*/
.SmallNote {
  font-style: italic;
  font-size: 80%; }

.PicOff {
  border: 5px solid #d4d1ba;
  margin: 5px;
  vertical-align: middle;
  -webkit-transition: border .1s linear;
  -moz-transition: border .1s linear;
  transition: border .1s linear; }

.PicOn, .PicOff:hover {
  border: 5px solid #7CC140;
  margin: 5px;
  vertical-align: middle; }

.GraphBar {
  background: #7CC140;
  margin: 0 10px; }

/* Giving Progress Meter */
.app_chartbg {
  background-color: #d4d1ba !important; }

.app_chartfg {
  background-color: #7CC140 !important; }

.borderbox {
  border: 1px solid #d4d1ba;
  padding: 8px; }

.borderbox input {
  margin: 0 3px 0 0; }

.iconlink {
  margin: 0 5px; }

a.accordion_header {
  font-size: 1em !important; }

/*----- Pagination -----*/
#pagination a {
  border: 1px solid #d4d1ba;
  font-weight: bold;
  line-height: 2em;
  padding: 3px 5px;
  text-decoration: none; }

#pagination a:hover {
  background: #d4d1ba;
  border: 1px solid #d4d1ba; }

#pagination .OnPageNumber {
  border: 1px solid transparent;
  color: #7CC140; }

/*----- Table Styles -----*/
table td.top, table th.top, #mainCal td {
  vertical-align: top; }

table.contentTable, table.itemTable {
  border-collapse: collapse;
  width: 100%; }

.contentTable td, .itemTable td {
  border-bottom: 1px solid #d4d1ba;
  text-align: left; }

.contentTable th {
  color: #241F20;
  border-bottom: 2px solid #d4d1ba;
  text-align: left; }

.contentTable th strong, .itemTable th strong {
  font-size: 100%; }

.contentTable th span {
  font-size: 100%;
  font-weight: normal; }

.contentTable td, .contentTable th, .itemTable td, .itemTable th {
  padding: 5px; }

.itemTable th {
  border-bottom: 1px solid #d4d1ba;
  color: #241F20;
  padding-right: 20px;
  text-align: right;
  width: 100px; }

.contentTable tr:hover td {
  background: url(sr/images/datahoverbg.png); }

.itemTable td, .itemTable th, .contentTable td, .contentTable th {
  vertical-align: middle; }

.itemTable tr.last td, .contentTable tr.last td, .itemTable tr.last th, .contentTable tr.last th {
  border-bottom: none; }

table td.center, table th.center {
  text-align: center; }

table td.right, table th.right {
  text-align: right; }

.tdcheckbox {
  width: 75px;
  text-align: center; }

/*----- Form Styles -----*/
form {
  margin: 0px;
  padding: 0px; }

fieldset {
  border: 1px solid #d4d1ba;
  margin: 20px 0;
  padding: 0px 15px 15px; }

fieldset legend {
  color: #241F20;
  font-size: 120%;
  font-weight: bold; }

input, select, textarea {
  background: #fff;
  border: 1px solid #d4d1ba;
  border-radius: 3px;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  color: #241F20;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 5px;
  vertical-align: middle;
  -webkit-transition: border .1s linear;
  -moz-transition: border .1s linear;
  transition: border .1s linear; }

input:focus, select:focus, textarea:focus {
  background: #fff;
  border: 1px solid #7CC140; }

input[type=radio], input[type=checkbox] {
  background: none;
  border: 0;
  box-shadow: 0 0 0 #fff;
  margin: 0 2px 0 15px; }

.smallselect {
  background: #fff; }

.RequiredFieldLabel {
  font-weight: bold; }

/*----- Special Buttons -----*/
.submitbutton {
  background: #7CC140;
  border: 1px solid #7CC140;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: 'Questrial';
  font-size: 1.25em;
  font-weight: normal;
  overflow: visible;
  padding: 5px 10px;
  -webkit-transition: background .1s linear, border .1s linear;
  -moz-transition: background .1s linear, border .1s linear;
  transition: background .1s linear, border .1s linear;
  -webkit-appearance: none; }

.smallbutton, .link_button {
  background: #7CC140;
  border: 1px solid #7CC140;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: 'Arial';
  font-weight: bold;
  overflow: visible;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: background .1s linear, border .1s linear;
  -moz-transition: background .1s linear, border .1s linear;
  transition: background .1s linear, border .1s linear;
  -webkit-appearance: none; }

.link_button {
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none; }

.link_button:hover {
  text-decoration: none; }

.submitbutton:hover, .smallbutton:hover, .link_button:hover, input.submitbutton:focus, input.smallbutton:focus {
  background-color: #89c753;
  border: 1px solid #89c753; }

.submitbutton:active, .smallbutton:active, .link_button:active {
  background-color: #7CC140; }

/*--------------------------------------------------
  Marquee Rotator 
--------------------------------------------------*/
#marquee, #sub_marquee, #sub_marquee img {
  height: auto !important;
  max-width: 100% !important;
  /* width: 100% !important; */
  /* max-height: 400px !important; */
  /* overflow: hidden !important; */ }

#sub_marquee img {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important; }

#marquee, #marquee-rotator-container, .br-screen {
  overflow: visible !important; }

/*----- PREV & BACK BUTTONS -----*/
.br-side-prev, .br-side-next {
  display: block;
  height: 60px;
  width: 70px;
  margin: 5px;
  position: absolute;
  text-align: center;
  text-indent: -9999px;
  z-index: 11;
  -webkit-transition: top .1s linear, left .1s linear, right .1s linear;
  -moz-transition: top .1s linear, left .1s linear, right .1s linear;
  transition: top .1s linear, left .1s linear, right .1s linear; }

.br-side-prev {
  background: url(images/marquee_arrow_left.png) no-repeat left top;
  top: 40%;
  left: 5px; }

.br-side-next {
  background: url(images/marquee_arrow_right.png) no-repeat right top;
  top: 40%;
  right: 5px; }

.br-side-prev:hover {
  top: 39%; }

.br-side-next:hover {
  top: 39%; }

.br-side-prev:active {
  top: 40%; }

.br-side-next:active {
  top: 40%; }

/*------ PAGINATION -----*/
.br-thumbnails li.br-bullet {
  background: url(sr/images/marquee_controls.png) -20px -100px;
  height: 15px;
  width: 15px;
  margin: 3px;
  /* --- keep margin even on both left and right --- */
  text-align: center; }

.br-thumbnails li.br-bullet:hover {
  background: url(sr/images/marquee_controls.png) -40px -100px; }

.br-thumbnails li.br-curr {
  background: url(sr/images/marquee_controls.png) -80px -100px; }

.br-thumbnails li.br-curr:hover {
  background: url(sr/images/marquee_controls.png) -60px -100px; }

@media screen and (max-width: 999em) {
  .br-side-prev {
    left: -75px; }

  .br-side-next {
    right: -75px; } }
@media screen and (max-width: 68em) {
  .br-side-prev {
    left: 5px; }

  .br-side-next {
    right: 5px; } }
/* --- END Marquee Box --- */
/*--------------------------------------------------
  Color Swatches
--------------------------------------------------*/
/* Pulled from link color */
.cs_accent_fg {
  color: #7CC140 !important; }

.cs_accent_bg {
  background-color: #7CC140 !important; }

.cs_accent_border {
  border-color: #7CC140 !important; }

/* Pulled from .columnheader bg */
.cs_dark_fg {
  color: #241F20 !important; }

.cs_dark_bg {
  background-color: #241F20 !important; }

.cs_dark_border {
  border-color: #241F20 !important; }

/* Pulled from .columnheader text */
.cs_light_fg {
  color: #fff !important; }

.cs_light_bg {
  background-color: #fff !important; }

.cs_light_border {
  border-color: #fff !important; }

/* Pulled from .borderbox border */
.cs_line_fg {
  color: #d4d1ba !important; }

.cs_line_bg {
  background-color: #d4d1ba !important; }

.cs_line_border {
  border-color: #d4d1ba !important; }

/*--------------------------------------------------
  END Color Swatches
--------------------------------------------------*/

/*# sourceMappingURL=style_sheet.css.map */