@charset "UTF-8";
/*--------------- Design 1414 ---------------*/
/* START transition functions */
/* END transition functions */
/*--------------------------------------------------
  Global Styles 
--------------------------------------------------*/
/* Make IE10 "snap-mode" behave with RWD */
@-ms-viewport {
  width: device-width; }
body, html {
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

html {
  background: #393228 url(./images/library/design_assets/bg.jpg) fixed; }

body {
  color: #393228;
  font-family: 'Lato', 'arial', sans-serif;
  font-size: 100%;
  line-height: 1.7;
  overflow-x: hidden;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #881719;
  font-weight: 900;
  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, h2, h3, .ContentHeader, .ContentSubHeader, .SidebarLabel {
  color: #393228;
  font-family: 'Lato'; }

h1, .ContentHeader {
  font-size: 3em;
  font-weight: 300; }

h2, .ContentSubHeader, .SidebarLabel {
  font-size: 1.5em;
  font-weight: 900;
  text-transform: uppercase; }

h2 > a {
  color: #393228; }

h3 {
  font-size: 1.25em;
  font-weight: 900; }

hr {
  background: #E6E3Da;
  border: 0;
  height: 1px;
  margin: 1em 0; }

.back-to-top {
  bottom: 0 !important;
  right: 3px !important; }

@media screen and (max-width: 30em) {
  body {
    font-size: .9em;
    -webkit-text-size-adjust: none; } }
/*--------------------------------------------------
  Container
--------------------------------------------------*/
#container {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s 0.25s;
  -moz-transition: -moz-transform 0.5s 0.25s;
  -o-transition: -o-transform 0.5s 0.25s;
  transition: transform 0.5s 0.25s; }

#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: #881719;
  -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;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  z-index: 999999;
  -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;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    -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: 400;
    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; }

/*--------------------------------------------------
  Wrapper
--------------------------------------------------*/
#wrapper {
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px 0;
  width: 100%; }
  @media screen and (max-width: 1140px) {
    #wrapper {
      padding: 0; } }

/*--------------------------------------------------
  Header
--------------------------------------------------*/
#header {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
  display: table;
  margin: 0 auto;
  padding: 50px 40px 50px 50px;
  position: relative;
  width: 100%;
  z-index: 2; }
  @media screen and (max-width: 1140px) {
    #header {
      border-radius: 0;
      display: block;
      float: left;
      padding: 40px 20px 10px; } }
  @media screen and (max-width: 480px) {
    #header {
      padding: 30px 0 0; } }

#header_left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding-right: 30px;
  width: 35%;
  vertical-align: middle; }
  @media screen and (max-width: 1140px) {
    #header_left {
      border: 0;
      border-bottom: 2px solid #d1ccbc;
      border-image: url(./images/library/design_assets/border_darklines.png) 0 0 2 0 repeat;
      display: block;
      clear: both;
      float: left;
      line-height: 0;
      margin: 0 0 10px;
      padding: 0 0 40px;
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    #header_left {
      margin: 0;
      padding: 0 30px 30px; } }
  #header_left h1 {
    margin: 0; }

#logo {
  float: left;
  line-height: 0;
  max-width: 100%; }
  @media screen and (max-width: 1140px) {
    #logo {
      display: inline-block;
      float: none; } }
  #logo img {
    max-width: 100%; }

#header_right {
  z-index: 2 !important;
  display: table-cell;
  padding-left: 30px;
  position: relative;
  /* fix safari 8 flicker bug */
  width: 65%;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  /* fix safari 8 flicker bug */
  z-index: 1;
  /* fix safari 8 flicker bug */ }
  @media screen and (max-width: 1140px) {
    #header_right {
      display: block;
      clear: both;
      float: left;
      padding: 0;
      width: 100%; } }

/*--------- Search Toggle ---------*/
#site_search_open {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  line-height: 1;
  margin-left: 5px;
  padding: 10px; }
  #site_search_open:after {
    color: #989a5B;
    content: '\75';
    display: block;
    font-family: 'fe-icons';
    font-size: 28px; }
  #site_search_open:hover {
    background: #E6E3Da; }
  #site_search_open:hover:after {
    color: #881719; }

/*---------- Campuses ------------*/
#campus_selector {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  line-height: 1;
  padding: 10px;
  position: relative;
  z-index: 10001; }
  #campus_selector:hover {
    background: #E6E3Da;
    border-radius: 3px 3px 0 0; }
  #campus_selector:before {
    color: #989a5B;
    content: '\79';
    display: inline-block;
    font-family: 'fe-icons';
    font-size: 28px; }
  #campus_selector:hover:before {
    color: #881719; }
  #campus_selector:hover #campus_dropdown {
    opacity: 1;
    left: auto;
    right: 0;
    -webkit-transform: rotate3d(1, 0, 0, 0);
    -moz-transform: rotate3d(1, 0, 0, 0);
    -ms-transform: rotate3d(1, 0, 0, 0);
    transform: rotate3d(1, 0, 0, 0);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s; }

#campus_dropdown {
  background: #E6E3Da;
  border-radius: 3px 0 3px 3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: -9999em;
  right: auto;
  width: 200px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0;
  -moz-transition: -moz-transform 0;
  -o-transition: -o-transform 0;
  transition: transform 0;
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  -moz-transform: rotate3d(1, 0, 0, 90deg);
  -ms-transform: rotate3d(1, 0, 0, 90deg);
  transform: rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }
  #campus_dropdown a {
    color: #393228;
    display: block;
    font-weight: 400;
    line-height: 1;
    padding: .5em; }
    #campus_dropdown a:hover {
      background: #cfcbbe;
      text-decoration: none; }

/*---------- Login Panel ------------*/
#my_account_panel {
  border-radius: 3px 3px 0 0;
  color: #393228;
  cursor: pointer;
  float: right;
  position: relative;
  z-index: 10001; }
  #my_account_panel:hover {
    background: #E6E3Da; }
    #my_account_panel:hover #my_account_panel_dropdown {
      -webkit-transform: rotate3d(1, 0, 0, 0);
      -moz-transform: rotate3d(1, 0, 0, 0);
      -ms-transform: rotate3d(1, 0, 0, 0);
      transform: rotate3d(1, 0, 0, 0);
      -webkit-transition: -webkit-transform 0.2s;
      -moz-transition: -moz-transform 0.2s;
      -o-transition: -o-transform 0.2s;
      transition: transform 0.2s; }
    #my_account_panel:hover #my_account_panel_username:before {
      color: #881719; }

#my_account_panel_username {
  display: inline-block;
  font-family: 'fe-icons';
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  padding: 12px; }
  #my_account_panel_username:before {
    color: #989a5B;
    content: '\7a'; }

#my_account_panel_dropdown {
  background: #E6E3Da;
  border-radius: 3px 0 3px 3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  cursor: auto;
  font-size: 15px;
  padding: 10px;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0;
  -moz-transition: -moz-transform 0;
  -o-transition: -o-transform 0;
  transition: transform 0;
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  -moz-transform: rotate3d(1, 0, 0, 90deg);
  -ms-transform: rotate3d(1, 0, 0, 90deg);
  transform: rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }
  #my_account_panel_dropdown a {
    color: #393228;
    display: block;
    font-weight: 400;
    line-height: 1;
    padding: .5em; }
    #my_account_panel_dropdown a:hover {
      background: #cfcbbe;
      text-decoration: none; }

#my_account_panel_status {
  border-bottom: 1px solid #cfcbbe;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: .5em;
  padding: .5em .5em .75em; }

.no-csstransitions #my_account_panel_dropdown {
  display: none; }

.no-csstransitions #my_account_panel:hover #my_account_panel_dropdown {
  display: block; }

/*--------------------------------------------------
  Navbar
--------------------------------------------------*/
#navbar {
  float: right; }
  @media screen and (max-width: 1140px) {
    #navbar {
      float: left; } }

#navbar .nav_button_navpanel {
  background: none !important;
  border-radius: 3px;
  color: #989a5B;
  display: none;
  line-height: 1;
  height: auto;
  width: auto;
  opacity: 1;
  padding: 12px; }
  #navbar .nav_button_navpanel:hover {
    background: #E6E3Da;
    color: #881719; }
  #navbar .nav_button_navpanel:after {
    content: '\77';
    display: block;
    font-family: 'fe-icons';
    font-size: 24px;
    letter-spacing: -4px;
    padding: 0 2px; }

/* Show/Hide mobile nav in lte IE9 */
.no-csstransitions #left_side_nav {
  display: none !important; }

.no-csstransitions #left_side_nav.left_side_nav_open {
  display: block !important; }

/* 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 (min-width: 940px) {
  #left_side_nav_mask {
    opacity: 0 !important; } }
@media screen and (max-width: 940px) {
  .menu {
    display: none !important; }

  .nav_button_navpanel {
    display: block !important; }

  #left_side_nav {
    display: block !important; }

  #left_side_nav_mask {
    opacity: .75 !important; } }
/*--------------------------------------------------
  Marquee / Sub Marquee
--------------------------------------------------*/
#marquee_container,
#sub_marquee_container {
  background: #645949;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  float: left;
  width: 100%; }

/*--------------------------------------------------
  Countdown
--------------------------------------------------*/
.countdown_container {
  background: #E6E3Da;
  display: table;
  float: left;
  max-width: 1140px;
  padding: 45px 50px;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .countdown_container {
      padding: 35px 40px; } }
  @media screen and (max-width: 767px) {
    .countdown_container {
      display: block;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .countdown_container {
      padding: 25px 30px; } }

.countdown_text {
  display: table-cell;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .countdown_text {
      display: block;
      width: 100%; } }

.countdown_heading {
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase; }

.countdown_event a {
  display: block;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3;
  margin: 5px 0 7px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }
  .countdown_event a:hover {
    color: #989a5B;
    text-decoration: none; }

#countdown_timer {
  display: table-cell;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    #countdown_timer {
      display: inline-block;
      margin: 20px 0 0;
      text-align: center;
      width: 100%; } }
  #countdown_timer li {
    display: inline-block;
    margin-left: 40px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #countdown_timer li {
        display: inline-block;
        float: none;
        margin: 0 15px; } }
    @media screen and (max-width: 480px) {
      #countdown_timer li {
        margin: 0 10px; } }

.countdown_number {
  display: block;
  font-size: 2.25em;
  font-weight: 300;
  line-height: 1.2; }

.countdown_label {
  font-weight: 900;
  text-transform: uppercase; }

/*--------------------------------------------------
  Image Links
--------------------------------------------------*/
#image_links {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin: 0;
  max-width: 1140px;
  padding: 50px;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    #image_links {
      padding: 40px; } }
  @media screen and (max-width: 480px) {
    #image_links {
      padding: 30px; } }
  #image_links li {
    float: left;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 332px; }
    @media screen and (max-width: 1180px) {
      #image_links li {
        width: 31.9%; } }
    @media screen and (max-width: 767px) {
      #image_links li {
        width: 48.5%; } }
    @media screen and (max-width: 400px) {
      #image_links li {
        width: 100%; } }
    #image_links li:nth-child(1) {
      margin: 0 20px 20px 0; }
      @media screen and (max-width: 1180px) {
        #image_links li:nth-child(1) {
          margin: 0 2.15% 2.15% 0; } }
      @media screen and (max-width: 767px) {
        #image_links li:nth-child(1) {
          margin: 0 3% 3% 0; } }
      @media screen and (max-width: 400px) {
        #image_links li:nth-child(1) {
          margin: 0 0 5%; } }
    #image_links li:nth-child(2) {
      margin: 0 20px 20px 0; }
      @media screen and (max-width: 1180px) {
        #image_links li:nth-child(2) {
          margin: 0 2.15% 2.15% 0; } }
      @media screen and (max-width: 767px) {
        #image_links li:nth-child(2) {
          margin: 0 0 3% 0; } }
      @media screen and (max-width: 400px) {
        #image_links li:nth-child(2) {
          margin: 0 0 5%; } }
    #image_links li:nth-child(3) {
      margin: 0 0 20px; }
      @media screen and (max-width: 1180px) {
        #image_links li:nth-child(3) {
          margin: 0 0 2.15%; } }
      @media screen and (max-width: 767px) {
        #image_links li:nth-child(3) {
          margin: 0 3% 3% 0; } }
      @media screen and (max-width: 400px) {
        #image_links li:nth-child(3) {
          margin: 0 0 5%; } }
    #image_links li:nth-child(4) {
      margin: 0 20px 0 0; }
      @media screen and (max-width: 1180px) {
        #image_links li:nth-child(4) {
          margin: 0 2.15% 0 0; } }
      @media screen and (max-width: 767px) {
        #image_links li:nth-child(4) {
          margin: 0 0 3% 0; } }
      @media screen and (max-width: 400px) {
        #image_links li:nth-child(4) {
          margin: 0 0 5%; } }
    #image_links li:nth-child(5) {
      margin: 0 20px 0 0; }
      @media screen and (max-width: 1180px) {
        #image_links li:nth-child(5) {
          margin: 0 2.15% 0 0; } }
      @media screen and (max-width: 767px) {
        #image_links li:nth-child(5) {
          margin: 0 3% 0 0; } }
      @media screen and (max-width: 400px) {
        #image_links li:nth-child(5) {
          margin: 0 0 5%; } }
    #image_links li img {
      max-width: 100%;
      height: auto !important;
      position: relative;
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-transition: -webkit-transform 1s;
      -moz-transition: -moz-transform 1s;
      -o-transition: -o-transform 1s;
      transition: transform 1s; }
    #image_links li:hover img {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      -moz-transform: scale3d(1.05, 1.05, 1.05);
      -ms-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05); }
    #image_links li:before {
      border: 2px solid #fff;
      border-image: url(./images/library/design_assets/border_image.png) 2 repeat;
      content: '';
      display: block;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      -webkit-transform: scale3d(1.3, 1.3, 1.3);
      -moz-transform: scale3d(1.3, 1.3, 1.3);
      -ms-transform: scale3d(1.3, 1.3, 1.3);
      transform: scale3d(1.3, 1.3, 1.3);
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      z-index: 1;
      -webkit-transition: opacity 0.6s, -webkit-transform 0.4s;
      -moz-transition: opacity 0.6s, -moz-transform 0.4s;
      -o-transition: opacity 0.6s, -o-transform 0.4s;
      transition: opacity 0.6s, transform 0.4s; }
    #image_links li:hover:before {
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      opacity: 1; }

/* Disable overlay in lte IE9 */
.no-csstransitions #image_links li:before {
  display: none; }

/*--------------------------------------------------
  Event Rotator
--------------------------------------------------*/
#event_widget {
  background: #E6E3Da;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  max-width: 1140px;
  padding: 50px 50px 45px;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    #event_widget {
      padding: 40px 40px 35px; } }
  @media screen and (max-width: 480px) {
    #event_widget {
      padding: 30px 30px 25px; } }

#event_header {
  border: 0;
  border-bottom: 2px solid #d1ccbc;
  border-image: url(./images/library/design_assets/border_darklines.png) 0 0 2 0 repeat;
  margin: 0 0 40px;
  padding: 0 0 30px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 1023px) {
    #event_header {
      margin-bottom: 30px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    #event_header {
      margin-bottom: 20px; } }
  #event_header h2 {
    font-size: 2.25em;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    padding: 0 16%;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      #event_header h2 {
        font-size: 2em;
        line-height: 1.8; } }
  #event_header a:hover {
    text-decoration: none; }

#event_list_prev {
  cursor: pointer;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  #event_list_prev:before {
    background: #fff;
    border-radius: 50%;
    content: '\6b';
    display: block;
    font-family: 'fe-icons';
    font-size: 24px;
    line-height: 1;
    padding: 16px; }
  #event_list_prev:hover {
    opacity: 1; }

#event_list_next {
  cursor: pointer;
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  #event_list_next:before {
    background: #fff;
    border-radius: 50%;
    content: '\6c';
    display: block;
    font-family: 'fe-icons';
    font-size: 24px;
    line-height: 1;
    padding: 16px; }
  #event_list_next:hover {
    opacity: 1; }

#event_list {
  list-style: none;
  margin: 0;
  padding: 0; }
  #event_list li {
    float: left;
    padding: 0 16px; }
  #event_list .widget_title {
    font-size: 1.5em;
    font-weight: 900;
    height: 2em;
    overflow: hidden;
    text-transform: uppercase; }
    #event_list .widget_title a {
      -webkit-transition: color 0.2s;
      -moz-transition: color 0.2s;
      -o-transition: color 0.2s;
      transition: color 0.2s; }
      #event_list .widget_title a:hover {
        color: #989a5B;
        text-decoration: none; }
  #event_list .widget_description {
    margin-top: 10px; }

/* Control spacing between slides */
.owl-item:nth-child(3n-2) li {
  padding: 0 33px 0 0 !important; }

.owl-item:nth-child(3n+3) li {
  padding: 0 0 0 33px !important; }

@media screen and (max-width: 1023px) {
  .owl-item li {
    padding: 0 !important; }

  .owl-item:nth-child(odd) li {
    padding-right: 25px !important; }

  .owl-item:nth-child(even) li {
    padding-left: 25px !important; } }
@media screen and (max-width: 767px) {
  .owl-item li {
    padding: 0 !important; }

  .owl-item:nth-child(odd) li {
    padding: 0 !important; }

  .owl-item:nth-child(even) li {
    padding: 0 !important; } }
/*--------------------------------------------------
  Twitter Widget 
--------------------------------------------------*/
#twitter_widget {
  background: #989a5B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 50px;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    #twitter_widget {
      min-height: 0;
      padding: 40px;
      width: 100%; } }
  @media screen and (max-width: 480px) {
    #twitter_widget {
      padding: 30px; } }

#twitter_header {
  float: left;
  margin: 0 0 30px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #twitter_header {
      width: 100%; } }
  #twitter_header:before {
    color: #c1c299;
    content: '\76';
    display: block;
    float: left;
    font-family: 'fe-icons';
    font-size: 4em;
    line-height: 1; }
  #twitter_header .twitter_list_prev,
  #twitter_header .twitter_list_next {
    display: none; }
    @media screen and (max-width: 767px) {
      #twitter_header .twitter_list_prev,
      #twitter_header .twitter_list_next {
        display: block; } }

#twitter_list {
  float: left;
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
  width: calc(100% - 240px); }
  @media screen and (max-width: 767px) {
    #twitter_list {
      margin: 0;
      width: 100%; } }

.tweet_title {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0 0 10px; }
  .tweet_title a {
    color: #393228; }

.tweet_user a, .tweet_date {
  color: #393228; }

#twitter_nav {
  display: block; }
  @media screen and (max-width: 767px) {
    #twitter_nav {
      display: none; } }

.twitter_list_next,
.twitter_list_prev {
  cursor: pointer;
  float: right;
  position: relative;
  z-index: 1; }
  .twitter_list_next:before,
  .twitter_list_prev:before {
    background: #c1c299;
    border-radius: 1.25em;
    color: #393228;
    display: block;
    float: left;
    font-family: 'fe-icons';
    font-size: 24px;
    line-height: 1;
    padding: 16px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s; }
  .twitter_list_next:hover:before,
  .twitter_list_prev:hover:before {
    background: #fff; }

.twitter_list_next:before {
  content: '\6c'; }

.twitter_list_prev:before {
  content: '\6b';
  margin-right: 10px; }

/*--------------------------------------------------
  Map
--------------------------------------------------*/
#map {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  float: left;
  width: 100%;
  height: 300px; }
  @media screen and (max-width: 480px) {
    #map {
      height: 200px; } }
  #map a, #map .gmnoprint {
    display: none !important; }

/*--------------------------------------------------
  Basement
--------------------------------------------------*/
#basement {
  background: #E6E3Da;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding: 50px;
  width: 1140px; }
  @media screen and (max-width: 1023px) {
    #basement {
      padding: 40px; } }
  @media screen and (max-width: 480px) {
    #basement {
      padding: 30px; } }
  #basement > li {
    float: left;
    width: 30%; }
    #basement > li h2 {
      border: 0;
      border-bottom: 2px solid #d1ccbc;
      border-image: url(./images/library/design_assets/border_darklines.png) 0 0 2 0 repeat;
      color: #393228;
      font-size: 1.375em;
      font-weight: 900;
      line-height: 1;
      margin: 0 0 15px;
      padding: 0 0 20px;
      text-transform: uppercase; }

li#basement_col1 {
  margin-right: 5%; }
  @media screen and (max-width: 1023px) {
    li#basement_col1 {
      margin-right: 40px;
      width: calc(50% - 20px); } }
  @media screen and (max-width: 640px) {
    li#basement_col1 {
      margin: 0;
      width: 100%; } }

li#basement_col2 {
  margin-right: 5%; }
  @media screen and (max-width: 1023px) {
    li#basement_col2 {
      margin: 0;
      width: calc(50% - 20px); } }
  @media screen and (max-width: 640px) {
    li#basement_col2 {
      margin-top: 40px;
      width: 100%; } }
  @media screen and (max-width: 480px) {
    li#basement_col2 {
      margin-top: 30px; } }

@media screen and (max-width: 1023px) {
  li#basement_col3 {
    margin-top: 40px;
    width: 100%; } }
@media screen and (max-width: 640px) {
  li#basement_col3 {
    width: 100%; } }
@media screen and (max-width: 480px) {
  li#basement_col3 {
    margin-top: 30px; } }

#social_media_links_list {
  clear: both;
  float: left;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  position: relative; }
  #social_media_links_list li {
    border-radius: 16px;
    float: left;
    margin-right: 10px; }
  #social_media_links_list img {
    display: none; }
  #social_media_links_list a:hover {
    text-decoration: none; }
  #social_media_links_list a:before {
    background: #989a5B;
    color: #E6E3Da;
    display: inline;
    font-family: 'fe-social';
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.7;
    padding: .5em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s; }
  #social_media_links_list a:hover:before {
    background: #881719; }
  #social_media_links_list .social_facebook:before {
    content: '\61'; }
  #social_media_links_list .social_twitter:before {
    content: '\62'; }
  #social_media_links_list .social_pinterest:before {
    content: '\63'; }
  #social_media_links_list .social_instagram:before {
    content: '\64'; }
  #social_media_links_list .social_googleplus:before {
    content: '\65'; }
  #social_media_links_list .social_linkedin:before {
    content: '\66'; }
  #social_media_links_list .social_myspace:before {
    content: '\67'; }
  #social_media_links_list .social_flickr:before {
    content: '\68'; }
  #social_media_links_list .social_youtube:before {
    content: '\69'; }
  #social_media_links_list .social_vimeo:before {
    content: '\6a'; }
  #social_media_links_list .social_blog:before {
    content: '\6b'; }
  #social_media_links_list .social_rss_feed:before {
    content: '\6c'; }
  #social_media_links_list .social_email_address:before {
    content: '\6d'; }
  #social_media_links_list .social_site_level_qr_code:before {
    content: '\6e'; }

/*--------------------------------------------------
  Footer
--------------------------------------------------*/
#footer {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  clear: both;
  margin: 0 auto;
  max-width: 1140px;
  padding: 35px 40px;
  width: 100%; }
  @media screen and (max-width: 1140px) {
    #footer {
      border-radius: 0; } }
  @media screen and (max-width: 1023px) {
    #footer {
      padding: 35px 40px 40px; } }
  @media screen and (max-width: 480px) {
    #footer {
      padding: 25px 30px 35px; } }
  #footer h2 {
    margin: 0; }
    @media screen and (max-width: 767px) {
      #footer h2 {
        text-align: center;
        width: 100%; } }

#secondary_nav {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 90%; }
  @media screen and (max-width: 767px) {
    #secondary_nav {
      width: 100%; } }
  #secondary_nav li {
    float: left;
    padding: 7px 30px 5px 0; }
    @media screen and (max-width: 767px) {
      #secondary_nav li {
        padding: 7px 20px 4px 0; } }
    @media screen and (max-width: 480px) {
      #secondary_nav li {
        padding: 4px 12px 2px 0; } }
  #secondary_nav a {
    color: #393228;
    font-weight: 400;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    #secondary_nav a:hover {
      color: #881719;
      text-decoration: none; }

#fc_logo {
  display: block;
  float: right;
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    #fc_logo {
      float: left;
      margin-top: 20px; } }
  #fc_logo span {
    position: absolute;
    left: -9999em; }
  #fc_logo:hover {
    text-decoration: none; }
  #fc_logo:before {
    color: #989a5B;
    content: '\7c';
    display: inline-block;
    font-family: 'fe-icons';
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
  #fc_logo:hover:before {
    color: #881719; }

/*--------------------------------------------------
  Sub Primary
--------------------------------------------------*/
#sub_primary {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  float: left;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 50px;
  width: 1140px; }
  @media screen and (max-width: 1023px) {
    #sub_primary {
      padding: 40px; } }
  @media screen and (max-width: 480px) {
    #sub_primary {
      padding: 30px; } }

#sub_marquee {
  line-height: 0; }

#page_title {
  background: #7f7361;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  float: left;
  width: 100%;
  line-height: 1.4;
  margin: 0;
  padding: 35px 50px; }
  @media screen and (max-width: 1023px) {
    #page_title {
      padding: 30px 40px; } }
  @media screen and (max-width: 480px) {
    #page_title {
      padding: 20px 30px; } }

#main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 50px 0 0;
  width: 67%; }
  @media screen and (max-width: 1023px) {
    #main {
      padding: 0 0 50px 0;
      width: 100%; } }

#main_sans {
  width: 100%; }

#sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 33%; }
  @media screen and (max-width: 1023px) {
    #sidebar {
      width: 100%; } }

#sans_sidebar {
  display: none; }

/*--------------------------------------------------
  Sidebar 
--------------------------------------------------*/
#sidebar_content {
  margin: 0 5px; }

/*----- Courtesy Nav ------*/
#courtesy_header {
  background: #393228;
  color: #fff;
  font-size: 1.375em;
  margin: 0;
  padding: 13px 20px 10px; }

#courtesy_nav {
  list-style: none;
  margin: 0 0 30px;
  padding: 0; }
  #courtesy_nav li a {
    border-bottom: 1px solid #E6E3Da;
    color: #393228;
    display: block;
    font-weight: 900;
    padding: 12px 20px 10px;
    -webkit-transition: background .2s, color .2s;
    -moz-transition: background .2s, color .2s;
    transition: background .2s, color .2s; }
  #courtesy_nav li.active a {
    color: #881719; }
  #courtesy_nav li a:hover, #courtesy_nav li.active a:hover {
    background: #E6E3Da;
    text-decoration: none; }

/*------ Quick Survey ------*/
#poll_header {
  background: #393228;
  color: #fff;
  font-size: 1.375em;
  margin: 30px 0 0;
  padding: 10px 15px; }

#poll {
  padding: 20px; }

#poll .SidebarLabel {
  display: none; }

#poll .ColumnHeader {
  background: #393228; }

#pollbutton {
  margin-top: 10px; }

/*--------------------------------------------------
  Breadcrumbs 
--------------------------------------------------*/
#breadcrumbs {
  border: 1px solid #E6E3Da;
  clear: both;
  line-height: 1;
  margin: 0 0 50px;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    #breadcrumbs {
      border: 0;
      height: 0;
      margin: 0;
      padding: 0;
      overflow: hidden; } }

#breadcrumbs_trail a {
  box-shadow: 0 1px 0 #E6E3Da;
  float: left;
  font-weight: 400;
  line-height: 0;
  padding: 1.25em 1em 1.25em 2.25em;
  position: relative;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }
  #breadcrumbs_trail a:hover {
    background: #fbfaf8;
    text-decoration: none; }
    #breadcrumbs_trail a:hover:before {
      background: #fbfaf8; }
  #breadcrumbs_trail a:first-child {
    padding-left: 1.5em; }
  #breadcrumbs_trail a:last-child {
    background: #fbfaf8;
    font-weight: 700; }
    #breadcrumbs_trail a:last-child:before {
      background: #fbfaf8; }
  #breadcrumbs_trail a:before {
    background: #fff;
    border-radius: 0 0 0 300px;
    border-top: 1px solid #E6E3Da;
    border-right: 1px solid #E6E3Da;
    content: '';
    height: 2.5em;
    width: 2.5em;
    position: absolute;
    top: 0;
    right: -1.25em;
    -webkit-transform: scale(0.707) rotate(45deg);
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s; }

/*--------------------------------------------------
  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: 14px 15px 16px; }

.menu ul {
  height: 0;
  overflow: hidden;
  position: absolute;
  left: -9999em;
  padding: 0;
  width: 0; }

.menu ul a {
  line-height: 1.5;
  padding: 8px; }

.menu li:hover > ul {
  height: auto;
  overflow: visible;
  left: auto;
  padding: 10px;
  width: 220px; }

.menu li:hover > ul ul {
  margin-top: -48px;
  left: 215px; }

.menu .navimg {
  position: relative; }

.menu span {
  display: none; }

/* don't show ie6 text */
/* ------- Menu aesthetics -------*/
/* 1st level */
.menu a {
  color: #393228;
  font-size: 1.125em;
  font-weight: 400; }

/* Sub Level */
.menu ul {
  background: #E6E3Da;
  border-radius: 0 3px 3px 3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }

.menu ul a {
  border-top: 1px solid #d1ccbc;
  color: #393228;
  font-size: 15px;
  font-weight: 400; }

.menu ul li.first > a {
  border-top: 0; }

.menu ul ul {
  border-radius: 3px;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2); }

/* ------- Menu Hovers -------*/
/* 1st lvl : hover if submenu */
.menu > li:hover > a {
  background: #E6E3Da;
  border-radius: 3px 3px 0 0;
  color: #881719; }

/* 1st lvl : hover if NO submenu */
.menu > li:hover > a:last-child {
  background: #E6E3Da;
  border-radius: 3px;
  color: #881719; }

/* 1st lvl : active */
.menu li > a.active {
  color: #881719; }

/* 2nd lvl : hover */
.menu li ul li:hover > a {
  background: #989a5B;
  color: #fff; }

/* 2nd+ lvl : active */
.menu li ul li a.active {
  color: #881719; }

/* 2nd+ lvl : active+hover */
.menu li ul li:hover > a.active {
  background: #989a5B;
  color: #fff; }

/*----- .nav_animation_sub3 -----*/
.menu li.firstlevel > ul {
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  -moz-transform: rotate3d(1, 0, 0, 90deg);
  -ms-transform: rotate3d(1, 0, 0, 90deg);
  transform: rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s; }

.menu li.firstlevel:hover > ul {
  -webkit-transform: rotate3d(1, 0, 0, 0);
  -moz-transform: rotate3d(1, 0, 0, 0);
  -ms-transform: rotate3d(1, 0, 0, 0);
  transform: rotate3d(1, 0, 0, 0); }

.menu ul ul {
  -webkit-transform: rotate3d(0, 1, 0, -60deg);
  -moz-transform: rotate3d(0, 1, 0, -60deg);
  -ms-transform: rotate3d(0, 1, 0, -60deg);
  transform: rotate3d(0, 1, 0, -60deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s; }

.menu ul li:hover > ul {
  -webkit-transform: rotate3d(0, 1, 0, 0);
  -moz-transform: rotate3d(0, 1, 0, 0);
  -ms-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: 3px solid #E6E3Da;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  font-weight: 400;
  padding: 10px 15px;
  text-align: left; }

.CalOverTitle {
  font-weight: 900;
  color: #881719; }

/* ----------- Mini Cal Styles ------------*/
#calendartable {
  border-collapse: collapse; }

#calendartable td a {
  display: block;
  height: 30px;
  text-align: center; }

#calendartable td a:hover {
  background: #E6E3Da;
  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 {
  display: block;
  font-size: .875em;
  line-height: 1.5;
  margin: 0 7px 7px;
  padding: 3px 5px;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s; }
  #mainCal a.tt:hover {
    background: #881719;
    color: #fff;
    z-index: 1; }

.ToDay, .WeekendDay, .WeekDay {
  border: 1px solid #E6E3Da;
  border-top: none; }

.ToDay {
  background: #E6E3Da; }

.emptyday, .EmptyDay {
  border: 1px solid #E6E3Da;
  border-top: none; }

.CalendarDayNumber, .CalendarCurrentDayNumber {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin: 7px; }

.ColumnHeader {
  color: #fff;
  background: #393228;
  font-weight: 900;
  padding: 5px; }

h2.ColumnHeader {
  font-weight: 400;
  padding-left: 12px; }

/*--------------------------------------------------
  Global Front End 
--------------------------------------------------*/
.SmallNote {
  font-style: italic;
  font-size: 80%; }

.PicOff {
  border: 5px solid #E6E3Da;
  margin: 5px;
  vertical-align: middle;
  -webkit-transition: border 0.1s linear;
  -moz-transition: border 0.1s linear;
  -o-transition: border 0.1s linear;
  transition: border 0.1s linear; }

.PicOn, .PicOff:hover {
  border: 5px solid #881719;
  margin: 5px;
  vertical-align: middle; }

.GraphBar {
  background: #881719;
  margin: 0 10px; }

/* Giving Progress Meter */
.app_chartbg {
  background-color: #E6E3Da !important; }

.app_chartfg {
  background-color: #881719 !important; }

.borderbox {
  border: 1px solid #E6E3Da;
  padding: 8px; }

.borderbox input {
  margin: 0 3px 0 0; }

.iconlink {
  margin: 0 5px; }

a.accordion_header {
  font-size: 1em !important; }

.blog_entry_header h2 {
  display: inline-block !important;
  line-height: 1.4;
  margin-bottom: 5px; }

.blog_social_toolbox {
  color: #393228;
  font-weight: 900; }

/*----- Pagination -----*/
#pagination a {
  border: 1px solid #881719;
  font-weight: 900;
  line-height: 2em;
  padding: 3px 5px;
  text-decoration: none; }
  #pagination a:hover {
    background: #E6E3Da;
    border: 1px solid #E6E3Da; }

.OnPageNumber {
  border: 1px solid transparent;
  color: #881719; }

/*----- 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 #E6E3Da;
  text-align: left; }

.contentTable th {
  color: #393228;
  border-bottom: 2px solid #E6E3Da;
  text-align: left; }

.contentTable th strong, .itemTable th strong {
  font-size: 100%; }

.contentTable th span {
  font-size: 100%;
  font-weight: 400; }

.contentTable td, .contentTable th, .itemTable td, .itemTable th {
  padding: 10px; }

.itemTable th {
  border-bottom: 1px solid #E6E3Da;
  color: #393228;
  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 #881719;
  margin: 20px 0;
  padding: 0px 15px 15px; }
  fieldset legend {
    color: #393228;
    font-size: 120%;
    font-weight: 900; }

input, select, textarea {
  background: #fff;
  border: 1px solid #E6E3Da;
  border-radius: 3px;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  color: #393228;
  font-family: 'Lato', 'arial', sans-serif;
  font-size: 1em;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 8px;
  vertical-align: middle;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s; }
  input:focus, select:focus, textarea:focus {
    border: 1px solid #881719; }

input[type=radio], input[type=checkbox] {
  background: none;
  border: 0;
  box-shadow: 0 0 0 #fff;
  margin: 0 5px 0 2px !important; }

#formFields .form_checkbox, #formFields .form_multiple_choice {
  vertical-align: middle !important; }

.filters {
  margin-bottom: 4% !important; }

.filters select {
  width: auto !important; }

.smallselect {
  background: #fff;
  font-size: .875em; }

.RequiredFieldLabel {
  color: #881719;
  font-weight: 900; }

/*----- Special Buttons -----*/
.submitbutton, .smallbutton, .link_button {
  background: #989a5B;
  border: 1px solid #989a5B;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 1.25em;
  font-weight: 900;
  overflow: visible;
  padding: 11px 20px;
  -webkit-appearance: none;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }
  .submitbutton:hover, .smallbutton:hover, .link_button:hover, .submitbutton:focus, .smallbutton:focus, .link_button:focus {
    background: #aeb078;
    border: 1px solid transparent; }
  .submitbutton:active, .smallbutton:active, .link_button:active {
    background-color: #881719; }

.smallbutton, .link_button {
  font-size: 1.125em;
  padding: 6px 10px; }

.link_button {
  display: inline-block;
  text-decoration: none; }
  .link_button:hover {
    text-decoration: none; }

/*--------------------------------------------------
  Marquee Rotator 
--------------------------------------------------*/
#marquee, #marquee img {
  height: auto !important;
  max-width: 100% !important; }

#sub_marquee, #sub_marquee img {
  height: auto !important;
  width: 100% !important; }

#marquee, #sub_marquee, #marquee-rotator-container, .br-screen {
  overflow: visible !important; }

.br-img {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important; }

/*----- PREV & BaCK BUTTONS -----*/
.br-side-prev {
  cursor: pointer;
  margin-top: -41px;
  position: absolute;
  top: 50%;
  left: -42px;
  z-index: 1;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -moz-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  transition: transform 0.1s; }
  @media screen and (max-width: 1279px) {
    .br-side-prev {
      left: 20px;
      margin-top: -31px;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; } }
  .br-side-prev:before {
    background: #fff;
    border-radius: 42px 0 0 42px;
    content: '\6b';
    display: block;
    font-family: 'fe-icons';
    font-size: 32px;
    line-height: 1;
    padding: 25px 3px 25px 7px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    @media screen and (max-width: 1279px) {
      .br-side-prev:before {
        border-radius: 32px;
        padding: 15px; } }
  .br-side-prev:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  .br-side-prev:active {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0;
    -moz-transition: -moz-transform 0;
    -o-transition: -o-transform 0;
    transition: transform 0; }
  .br-side-prev:hover:before {
    color: #881719; }

.br-side-next {
  cursor: pointer;
  margin-top: -41px;
  position: absolute;
  top: 50%;
  right: -42px;
  z-index: 1;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -moz-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  transition: transform 0.1s; }
  @media screen and (max-width: 1279px) {
    .br-side-next {
      right: 20px;
      margin-top: -31px;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; } }
  .br-side-next:before {
    background: #fff;
    border-radius: 0 42px 42px 0;
    content: '\6c';
    display: block;
    font-family: 'fe-icons';
    font-size: 32px;
    line-height: 1;
    padding: 25px 7px 25px 3px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    @media screen and (max-width: 1279px) {
      .br-side-next:before {
        border-radius: 32px;
        padding: 15px; } }
  .br-side-next:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  .br-side-next:active {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0;
    -moz-transition: -moz-transform 0;
    -o-transition: -o-transform 0;
    transition: transform 0; }
  .br-side-next:hover:before {
    color: #881719; }

/*------ PaGINaTION -----*/
.br-cpanel {
  margin: 20px !important; }

.br-thumbnails li {
  overflow: visible !important; }

.br-thumbnails li.br-bullet {
  background: #E6E3Da;
  border: 5px solid #fff;
  border-radius: 15px;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  position: relative;
  text-align: center; }
  .br-thumbnails li.br-bullet:after {
    background: #881719;
    border-radius: 10px;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s, -moz-transform 0.5s;
    -o-transition: opacity 0.5s, -o-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s; }
  .br-thumbnails li.br-bullet:hover:after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

.br-thumbnails li.br-curr:after {
  background: #881719;
  content: '';
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s; }

/*------ TIMER -----*/
#marquee .br-bar-timer div,
#sub_marquee .br-bar-timer div {
  background-color: #881719;
  box-shadow: none;
  height: 7px;
  max-width: 100%;
  opacity: 1; }

/* --- END Marquee Box --- */
@media screen and (max-width: 30em) {
  .br-side-prev, .br-side-next, .br-thumbnails {
    display: none; } }
/*--------------------------------------------------
  animations (divPeek.js, preloader.cfm)
--------------------------------------------------*/
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media screen and (min-width: 1025px) {
  #preloader {
    background-color: #fff;
    background-image: url(./images/library/design_assets/logo.png);
    background-position: center 35%;
    background-repeat: no-repeat, no-repeat;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    /* makes sure it stays on top */ }
    #preloader:after {
      -webkit-animation: preloader .75s linear infinite;
      animation: preloader .75s linear infinite;
      border: 5px solid #E6E3Da;
      border-right-color: #881719;
      border-radius: 25px;
      content: '';
      display: block;
      height: 40px;
      width: 40px;
      margin-left: -20px;
      position: absolute;
      top: 65%;
      left: 50%; }

  #header_left {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
    #header_left.animateafterLoad {
      opacity: 0; }

  #header_right {
    z-index: 2 !important;
    opacity: 1;
    -webkit-transition: opacity 1s 0.25s;
    -moz-transition: opacity 1s 0.25s;
    -o-transition: opacity 1s 0.25s;
    transition: opacity 1s 0.25s; }
    #header_right.animateafterLoad {
      opacity: 0; }

  #marquee_anim {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
    -moz-transition: opacity 1s 0.5s, -moz-transform 1s 0.5s;
    -o-transition: opacity 1s 0.5s, -o-transform 1s 0.5s;
    transition: opacity 1s 0.5s, transform 1s 0.5s; }
    #marquee_anim.animateafterLoad {
      opacity: 0;
      -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); }

  .countdown_text {
    opacity: 1;
    -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 1s 0.75s, -webkit-transform 1s 0.75s;
    -moz-transition: opacity 1s 0.75s, -moz-transform 1s 0.75s;
    -o-transition: opacity 1s 0.75s, -o-transform 1s 0.75s;
    transition: opacity 1s 0.75s, transform 1s 0.75s; }
    .countdown_text.animateafterLoad {
      opacity: 0;
      -webkit-transform: translate3d(-50px, 0, 0);
      -moz-transform: translate3d(-50px, 0, 0);
      -ms-transform: translate3d(-50px, 0, 0);
      transform: translate3d(-50px, 0, 0); }

  #countdown_timer {
    opacity: 1;
    -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 1s 0.75s, -webkit-transform 1s 0.75s;
    -moz-transition: opacity 1s 0.75s, -moz-transform 1s 0.75s;
    -o-transition: opacity 1s 0.75s, -o-transform 1s 0.75s;
    transition: opacity 1s 0.75s, transform 1s 0.75s; }
    #countdown_timer.animateafterLoad {
      opacity: 0;
      -webkit-transform: translate3d(50px, 0, 0);
      -moz-transform: translate3d(50px, 0, 0);
      -ms-transform: translate3d(50px, 0, 0);
      transform: translate3d(50px, 0, 0); }

  #image_link1 {
    opacity: 1;
    -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 1s 1s, -webkit-transform 1s 1s;
    -moz-transition: opacity 1s 1s, -moz-transform 1s 1s;
    -o-transition: opacity 1s 1s, -o-transform 1s 1s;
    transition: opacity 1s 1s, transform 1s 1s; }
    #image_link1.animateafterLoad {
      opacity: 0;
      -webkit-transform: translate3d(0, -50px, 0);
      -moz-transform: translate3d(0, -50px, 0);
      -ms-transform: translate3d(0, -50px, 0);
      transform: translate3d(0, -50px, 0); }

  #image_link2 {
    opacity: 1;
    -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 1s 1.25s, -webkit-transform 1s 1.25s;
    -moz-transition: opacity 1s 1.25s, -moz-transform 1s 1.25s;
    -o-transition: opacity 1s 1.25s, -o-transform 1s 1.25s;
    transition: opacity 1s 1.25s, transform 1s 1.25s; }
    #image_link2.animateafterLoad {
      opacity: 0;
      -webkit-transform: translate3d(0, -50px, 0);
      -moz-transform: translate3d(0, -50px, 0);
      -ms-transform: translate3d(0, -50px, 0);
      transform: translate3d(0, -50px, 0); }

  #image_link3 {
    opacity: 1;
    -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 1s 1.5s, -webkit-transform 1s 1.5s;
    -moz-transition: opacity 1s 1.5s, -moz-transform 1s 1.5s;
    -o-transition: opacity 1s 1.5s, -o-transform 1s 1.5s;
    transition: opacity 1s 1.5s, transform 1s 1.5s; }
    #image_link3.animateafterLoad {
      opacity: 0;
      -webkit-transform: translate3d(0, -50px, 0);
      -moz-transform: translate3d(0, -50px, 0);
      -ms-transform: translate3d(0, -50px, 0);
      transform: translate3d(0, -50px, 0); }

  #image_link4 {
    opacity: 1;
    -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 1s 1.75s, -webkit-transform 1s 1.75s;
    -moz-transition: opacity 1s 1.75s, -moz-transform 1s 1.75s;
    -o-transition: opacity 1s 1.75s, -o-transform 1s 1.75s;
    transition: opacity 1s 1.75s, transform 1s 1.75s; }
    #image_link4.animateafterLoad {
      opacity: 0;
      -webkit-transform: translate3d(0, -50px, 0);
      -moz-transform: translate3d(0, -50px, 0);
      -ms-transform: translate3d(0, -50px, 0);
      transform: translate3d(0, -50px, 0); }

  #image_link5 {
    opacity: 1;
    -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 1s 2s, -webkit-transform 1s 2s;
    -moz-transition: opacity 1s 2s, -moz-transform 1s 2s;
    -o-transition: opacity 1s 2s, -o-transform 1s 2s;
    transition: opacity 1s 2s, transform 1s 2s; }
    #image_link5.animateafterLoad {
      opacity: 0;
      -webkit-transform: translate3d(0, -50px, 0);
      -moz-transform: translate3d(0, -50px, 0);
      -ms-transform: translate3d(0, -50px, 0);
      transform: translate3d(0, -50px, 0); }

  #image_link6 {
    opacity: 1;
    -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 1s 2.25s, -webkit-transform 1s 2.25s;
    -moz-transition: opacity 1s 2.25s, -moz-transform 1s 2.25s;
    -o-transition: opacity 1s 2.25s, -o-transform 1s 2.25s;
    transition: opacity 1s 2.25s, transform 1s 2.25s; }
    #image_link6.animateafterLoad {
      opacity: 0;
      -webkit-transform: translate3d(0, -50px, 0);
      -moz-transform: translate3d(0, -50px, 0);
      -ms-transform: translate3d(0, -50px, 0);
      transform: translate3d(0, -50px, 0); }

  #basement_col1.animateOnScroll {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    -webkit-transition: opacity 1s 0.25s, -webkit-transform 1s 0.25s;
    -moz-transition: opacity 1s 0.25s, -moz-transform 1s 0.25s;
    -o-transition: opacity 1s 0.25s, -o-transform 1s 0.25s;
    transition: opacity 1s 0.25s, transform 1s 0.25s; }
  #basement_col1.inViewPort, #basement_col1.hasanimated {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  #basement_col2.animateOnScroll {
    opacity: 0;
    -webkit-transition: opacity 1s 0.5s;
    -moz-transition: opacity 1s 0.5s;
    -o-transition: opacity 1s 0.5s;
    transition: opacity 1s 0.5s; }
  #basement_col2.inViewPort, #basement_col2.hasanimated {
    opacity: 1; }

  #basement_col3.animateOnScroll {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    -webkit-transition: opacity 1s 0.75s, -webkit-transform 1s 0.75s;
    -moz-transition: opacity 1s 0.75s, -moz-transform 1s 0.75s;
    -o-transition: opacity 1s 0.75s, -o-transform 1s 0.75s;
    transition: opacity 1s 0.75s, transform 1s 0.75s; }
  #basement_col3.inViewPort, #basement_col3.hasanimated {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/*--------------------------------------------------
  If no JS/CSS transition support...
--------------------------------------------------*/
.no-js #preloader {
  display: none; }

.no-js .animateafterLoad,
.no-js .animateOnScroll,
.no-csstransitions .animateafterLoad,
.no-csstransitions .animateOnScroll {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

/*--------------------------------------------------
  Color Swatches
--------------------------------------------------*/
/* Pulled from link color */
.cs_accent_fg {
  color: #881719 !important; }

.cs_accent_bg {
  background-color: #881719 !important; }

.cs_accent_border {
  border-color: #881719 !important; }

/* Pulled from .columnheader bg */
.cs_dark_fg {
  color: #393228 !important; }

.cs_dark_bg {
  background-color: #393228 !important; }

.cs_dark_border {
  border-color: #393228 !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: #E6E3Da !important; }

.cs_line_bg {
  background-color: #E6E3Da !important; }

.cs_line_border {
  border-color: #E6E3Da !important; }

/*--------------------------------------------------
  END Color Swatches
--------------------------------------------------*/

/*# sourceMappingURL=style_sheet.css.map */
