/* customizable styles */
body {
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

#tinymce {
  background-color: #fff; }

#header {
  /* customize_header-background */
  padding-bottom: 0; }
  #header .site-name a {
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }
    #header .site-name a:before, #header .site-name a:after {
      content: " ";
      display: table; }
    #header .site-name a:after {
      clear: both; }
    #header .site-name a {
      *zoom: 1; }
  #header h1 {
    font-size: 28px;
    margin-left: 45px;
    margin-bottom: 0;
    display: inline; }
    #header h1 a, #header h1 a:link, #header h1 a:visited, #header h1 a:active, #header h1 a:hover {
      color: #000;
      text-decoration: none; }

.breadcrumbs {
  margin-top: 80px;
  margin-left: 20px;
  position: relative;
  z-index: 10; }
  .breadcrumbs a {
    color: #000; }

.section {
  padding-left: 15px; }

.section:before {
  content: '\25b6';
  font-size: 16px;
  color: #264057;
  position: relative;
  top: -5px;
  left: -10px;
  width: 0;
  height: 0; }

.main-container {
  /* customize_main-background */
  background-color: #f8f8f8;
  /* customize_main-background */
  /* customize_p-font */
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8em;
  font-size: 14px;
  /* customize_p-font */
  /* customize_text */
  color: #000;
  /* customize_text */ }
  .main-container #main-content-container img {
    max-width: 100%;
    height: auto; }

.main-container, .main-container ul li {
  /* customize_p-font */
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8em;
  font-size: 14px;
  /* customize_p-font */
  /* customize_text */
  color: #000;
  /* customize_text */ }

.main-container ul {
  margin-top: 5px; }
  .main-container ul li {
    padding-bottom: 5px; }
    .main-container ul li p {
      margin: 0; }

/* text styles */
.main-container a:hover {
  text-decoration: underline; }

.main-container p {
  margin-bottom: 15px;
  margin-top: 10px; }
  .main-container p + p {
    margin-top: 0; }

.main-container h1, h2, strong {
  color: #99332f;
  text-shadow: 0 1px 0 white; }

.main-container h1 {
  font-size: 28px;
  padding-top: 0px;
  margin-bottom: 8px; }

.main-container h2 {
  font-size: 22px;
  padding-top: 0px;
  line-height: 26px;
  vertical-align: top;
  margin-bottom: 0; }

.main-container h3 {
  font-size: 18px;
  padding-top: 6px;
  line-height: 22px;
  margin-bottom: 0; }

.main-container h4 {
  font-size: 20px;
  padding-top: 8px;
  line-height: 20px;
  margin-bottom: 0; }

.main-container h5 {
  font-size: 16px;
  margin-bottom: 0;
  color: #99332f;}

.main-container h6 {
  font-size: 12px;
  margin-bottom: 0; }

.main-container hr {
  margin: 20px 0; }

.archive-list a {
  text-decoration: none; }
  .archive-list a:hover {
    text-decoration: none; }

#footer {
  /* customize_footer-background */
  background: #375e7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #375e7f 0%, #264057 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #375e7f), color-stop(100%, #264057));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #375e7f 0%, #264057 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #375e7f 0%, #264057 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #375e7f 0%, #264057 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #375e7f 0%, #264057 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#375e7f', endColorstr='#264057',GradientType=0 );
  /* IE6-9 */
  width: 960px;
  min-height: 50px; }

ul li a.nav-path-selected, ul li.nav-selected {
  font-weight: bold; }

/* alternate emphasis style for inclusion in content block editor aka tinymce */
.serif-emphasis {
  /* color: #0099ff; */
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 100;
  font-style: italic; }

/* footer styles */
.footer-copyright {
  float: left; }

.footer-sign-in {
  float: left; }

/* about-us page committee table styling */
table.committee-header {
  width: 40%; }
  table.committee-header td {
    width: 50%; }

table.committee {
  border-collapse: separate;
  border-spacing: 0 10px; }
  table.committee tr + tr td p {
    border-top: 1px solid #cbcbbf; }
  table.committee tr + tr td p + p {
    border: none; }
  table.committee td {
    width: 33%;
    padding: 10px;
    padding-top: 0; }
    table.committee td p {
      margin-top: -5px;
      padding-top: 10px;
      margin-bottom: 0; }
    table.committee td p + p {
      margin-top: 0; }
  table.committee td + td {
    border-left: 1px solid #cbcbbf; }

.sponsors {
  table-layout: fixed;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: inset 0 0 5px #45749e; }
  .sponsors img {
    max-width: 100%; }
  .sponsors td {
    width: 25%;
    padding: 20px;
    vertical-align: middle; }

.content-well {
  margin-bottom: 20px;
  padding: 10px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: inset 0 0 5px #45749e; }
  .content-well h3 {
    text-align: center; }
  .content-well img {
    max-height: 60px;
    max-width: 200px !important;
    width: auto !important; }

.main-container blockquote,
#tinymce blockquote {
  border-left: 4px solid #99332f;
  padding-left: 120px;
  background: url(images/quote-icon.png) 20px center no-repeat; }
  .main-container blockquote p,
  #tinymce blockquote p {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 5px;
    color: #99332f;
    text-align: left; }
  .main-container blockquote p + p,
  #tinymce blockquote p + p {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px; }

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1; }
