@import url("https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic%7CRosarivo%7CFjalla+One");
@import url("/apps/js/polls/polls-pack.css");
/*

  ______   .__   __.  __      ____    ____     __    __  .______    _______       ___   .___________. _______ 
 /  __  \  |  \ |  | |  |     \   \  /   /    |  |  |  | |   _  \  |       \     /   \  |           ||   ____|
|  |  |  | |   \|  | |  |      \   \/   /     |  |  |  | |  |_)  | |  .--.  |   /  ^  \ `---|  |----`|  |__   
|  |  |  | |  . `  | |  |       \_    _/      |  |  |  | |   ___/  |  |  |  |  /  /_\  \    |  |     |   __|  
|  `--'  | |  |\   | |  `----.    |  |        |  `--'  | |  |      |  '--'  | /  _____  \   |  |     |  |____ 
 \______/  |__| \__| |_______|    |__|         \______/  | _|      |_______/ /__/     \__\  |__|     |_______|
                                                                                                              
     _______.  ______     _______.     _______.    _______  __   __       _______     _______.
    /       | /      |   /       |    /       |   |   ____||  | |  |     |   ____|   /       |
   |   (----`|  ,----'  |   (----`   |   (----`   |  |__   |  | |  |     |  |__     |   (----`
    \   \    |  |        \   \        \   \       |   __|  |  | |  |     |   __|     \   \    
.----)   |   |  `----.----)   |   .----)   |      |  |     |  | |  `----.|  |____.----)   |   
|_______/     \______|_______/    |_______/       |__|     |__| |_______||_______|_______/    
                                                                                              
*/
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Lato", sans-serif;
  font-size: 100%; }

html {
  height: 100%;
  background: url("/pics/html_bg.jpg") top center repeat-x;
  background-size: 39.96px; }
  html body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0; }
    html body #header_main,
    html body #footer_main {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none; }
    html body #content_main {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    html body.index #content_main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }

body {
  background: url("/pics/body_bg.jpg") top center no-repeat; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body {
      background-position: center 51px; } }

body, #footer_main {
  min-width: 320px; }

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    #header_main {
      height: 343px; } }
  @media screen and (min-width: 1024px) {
    #header_main {
      height: 344px; } }

#skip_to_content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  #skip_to_content:focus {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    color: #fff; }

#header_title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0; }
  #header_title a {
    position: relative;
    display: block\d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-top: 65px;
    height: 170px;
    font-family: "Rosarivo", sans-serif;
    font-weight: 400;
    color: white;
    text-align: center;
    text-decoration: none; }
    #header_title a span {
      display: inline-block; }
    #header_title a .first-line {
      font-size: 1.875em;
      line-height: 1em; }
      @media screen and (min-width: 768px) {
        #header_title a .first-line {
          font-size: 2.25em; } }
      @media screen and (min-width: 1024px) {
        #header_title a .first-line {
          font-size: 2.875em; } }
    #header_title a .second-line {
      font-size: .5em;
      line-height: 2em;
      text-transform: uppercase;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      @media screen and (min-width: 768px) {
        #header_title a .second-line {
          padding: 0 35px;
          font-size: .625em; } }
      @media screen and (min-width: 1024px) {
        #header_title a .second-line {
          font-size: .875em; } }

#topbar {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0.7) 100%);
  border-bottom: 6px solid white; }

#topbar_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #topbar_inner {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #topbar_inner > * {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
  @media screen and (min-width: 1024px) {
    #topbar_inner {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }

#topbar_section1 {
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

#search {
  display: inline-block;
  height: 22px;
  width: 155px;
  display: block;
  background: rgba(69, 108, 194, 0.44);
  margin-right: 15px;
  border-radius: 22px; }
  #search input#q {
    margin: 0;
    border: none;
    vertical-align: top;
    background: transparent;
    -webkit-appearance: none; }
  #search .edlio-search-button {
    margin: 0 0 0 -4px;
    vertical-align: top; }
  #search input#q {
    padding: 0 10px;
    height: 22px;
    width: 110px;
    line-height: 22px;
    color: white; }

#social_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none; }
  #social_nav ul > * {
    float: left\d; }
  #social_nav ul a {
    text-decoration: none; }
#social_nav a {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 7px;
  overflow: hidden; }
  #social_nav a:hover svg {
    fill: #456cc2; }
#social_nav svg {
  width: 24px;
  height: 24px;
  fill: #ffcc00; }

#topbar_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none; }
  #topbar_nav ul > * {
    float: left\d; }
  #topbar_nav ul a {
    text-decoration: none; }
@media screen and (max-width: 767px) {
  #topbar_nav {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #topbar_nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    #topbar_nav ul > * {
      float: left\d; }
    #topbar_nav ul a {
      text-decoration: none; } }
#topbar_nav li:first-child a {
  border: none; }
#topbar_nav li a {
  display: inline-block;
  padding: 0 5px;
  line-height: 51px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875em;
  color: #1e356c;
  border-left: 1px solid white; }
  #topbar_nav li a:hover {
    color: #456cc2; }

#topnav_holder {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      height: 51px;
      background: #456cc2; } }

#topnav_mobile {
  position: absolute;
  display: block;
  top: 72px;
  left: 5px;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double white;
  border-bottom: 5px solid white; }
  @media screen and (min-width: 768px) {
    #topnav_mobile {
      top: 124px;
      left: 15px; } }
  @media screen and (min-width: 1024px) {
    #topnav_mobile {
      display: none; } }

#topnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none; }
  #topnav ul > * {
    float: left\d; }
  #topnav ul a {
    text-decoration: none; }
#topnav li {
  position: relative; }
  #topnav li a {
    position: relative; }
  #topnav li > ul {
    position: absolute;
    left: -999999px;
    display: block; }
    #topnav li > ul li a {
      display: block; }
#topnav li:hover > ul {
  left: 0; }
  #topnav li:hover > ul li:hover ul {
    top: 0;
    left: 100%; }
#topnav ul ul {
  width: 11.5em; }
  #topnav ul ul li {
    text-align: left; }
  #topnav ul ul a, #topnav ul ul li:hover ul a {
    width: 10em;
    padding: .5em .5em .5em 1em;
    background: transparent none; }
@media screen and (max-width: 1023px) {
  #topnav {
    position: static;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #topnav #topnav_list {
      display: none; }
    #topnav > ul {
      width: 100%; }
      #topnav > ul > li {
        display: block;
        width: 100%; }
        #topnav > ul > li:hover ul {
          position: relative;
          display: block !important;
          width: 100%; }
          #topnav > ul > li:hover ul li {
            display: block;
            width: 100%; }
            #topnav > ul > li:hover ul li a {
              display: block;
              width: auto; }
            #topnav > ul > li:hover ul li ul {
              display: none !important; }
            #topnav > ul > li:hover ul li:hover ul {
              left: 0;
              display: block !important; }
              #topnav > ul > li:hover ul li:hover ul li a {
                display: block;
                padding-left: 1.5em; } }
#topnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  #topnav ul > * {
    float: left\d; }
  #topnav ul a {
    text-decoration: none; }
@media screen and (min-width: 1024px) {
  #topnav {
    width: 1000px;
    margin: 0 auto; } }
#topnav #topnav_list {
  background: #ffcc00; }
  @media screen and (min-width: 1024px) {
    #topnav #topnav_list {
      background: transparent; } }
@media screen and (min-width: 1024px) {
  #topnav > ul > li:first-child > a:before {
    display: none; } }
#topnav > ul > li > a {
  display: block;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  font-size: 1.125em;
  color: #456cc2; }
  @media screen and (min-width: 768px) {
    #topnav > ul > li > a {
      height: 40px;
      line-height: 40px; } }
  @media screen and (min-width: 1024px) {
    #topnav > ul > li > a {
      position: relative;
      padding: 0 15px;
      height: 51px; }
      #topnav > ul > li > a .nav-item-inner {
        display: inline-block;
        padding: 0 20px;
        height: 51px;
        font-family: "Rosarivo", sans-serif;
        text-transform: uppercase;
        line-height: 51px;
        color: white; }
      #topnav > ul > li > a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 51px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 100%); } }
#topnav > ul > li:hover > a {
  color: white; }
  @media screen and (min-width: 1024px) {
    #topnav > ul > li:hover > a .nav-item-inner {
      background: #ffcc00;
      color: #1e356c; } }
#topnav ul ul a, #topnav ul ul li:hover ul a {
  color: #456cc2; }
#topnav ul ul li:hover a, #topnav ul ul li:hover ul li:hover a {
  background: #456cc2;
  color: white; }
@media screen and (min-width: 1024px) {
  #topnav ul ul {
    margin-left: 15px;
    background: rgba(30, 53, 108, 0.9); }
    #topnav ul ul a, #topnav ul ul li:hover ul a {
      color: white; }
    #topnav ul ul li:hover a, #topnav ul ul li:hover ul li:hover a {
      background: #456cc2; } }

#content_main {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  width: 90%;
  padding: 25px 5%;
  min-height: 400px;
  margin: 0 auto 80px;
  background: white; }
  #content_main:before, #content_main:after {
    content: "";
    display: table; }
  #content_main:after {
    clear: both; }
  #content_main img.sub {
    border: none; }
  @media screen and (min-width: 1024px) {
    #content_main {
      width: 100%;
      max-width: 950px;
      padding: 35px 25px 25px;
      box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none; }
  @media screen and (max-width: 1023px) {
    #content_main #more-videos {
      display: none; } }
  @media screen and (max-width: 767px) {
    #content_main #album_thumbnails table img {
      width: 90%;
      height: 90%;
      position: relative; }
    #content_main #contact_form {
      width: 100%; }
    #content_main #contact_form table {
      font-size: 12px;
      width: 290px !important; }
    #content_main #contact_form #f_name {
      width: 200px !important; }
    #content_main #contact_form #f_email {
      width: 200px !important; }
    #content_main #contact_form #f_message {
      width: 200px !important; }
    #content_main #calendar_wrapper .right-column {
      float: none;
      width: 100%; }
    #content_main .pages-left-column-wrapper {
      margin-left: 0 !important;
      float: none; }
      #content_main .pages-left-column-wrapper .pages-left-column {
        margin-left: 0 !important; }
    #content_main .pages-right-column {
      float: none;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-self: flex-end; } }

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.75em;
  font-family: "Rosarivo", sans-serif;
  color: #456cc2; }

#pageNav {
  border: none;
  background: #1e356c; }
  #pageNav img {
    display: none; }
  #pageNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important; }
  #pageNav a, #pageNav b {
    text-decoration: none;
    display: block;
    padding: 10px 15px 10px 25px;
    width: 210px;
    margin: 0;
    font-weight: 400;
    line-height: auto; }
    #pageNav a:hover, #pageNav b:hover {
      text-decoration: underline; }
  #pageNav b:hover {
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    #pageNav {
      margin-top: 30px; } }
  #pageNav ul {
    padding: 5px 0; }
  #pageNav li a, #pageNav li b {
    color: white; }
  #pageNav li b {
    background: #456cc2; }

#index_top {
  position: relative;
  overflow: hidden;
  height: 420px; }
  #index_top #index_top_inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #index_top {
      display: none; } }

#index_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  background: white; }
  @media screen and (min-width: 1024px) {
    #index_main {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }

#left_column {
  width: 100%;
  float: left\d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #left_column {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      #left_column > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
  @media screen and (min-width: 1024px) {
    #left_column {
      width: 600px; } }

#right_column {
  width: 100%;
  float: left\d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #right_column {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      #right_column > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
  @media screen and (min-width: 1024px) {
    #right_column {
      width: 350px; } }

#news_container,
#featured_story_container {
  margin: 0 0 1em;
  padding: 0 5%; }
  #news_container h1,
  #featured_story_container h1 {
    margin: 0; }
    #news_container h1 a,
    #featured_story_container h1 a {
      display: block;
      width: auto;
      margin: 0;
      padding: 0;
      font-weight: 400;
      text-decoration: none; }
  #news_container table,
  #featured_story_container table {
    width: 100%;
    color: black;
    line-height: 1.5em; }
    #news_container table #l,
    #featured_story_container table #l {
      display: none; }
    #news_container table #r b,
    #featured_story_container table #r b {
      font-weight: 400; }
  @media screen and (min-width: 1024px) {
    #news_container,
    #featured_story_container {
      padding: 0; } }
  #news_container [class*="-title"],
  #featured_story_container [class*="-title"] {
    margin-bottom: 10px;
    font-size: 1em; }
    #news_container [class*="-title"] a,
    #featured_story_container [class*="-title"] a {
      display: block;
      font-family: "Rosarivo", sans-serif;
      font-size: 2.375em;
      color: #456cc2; }
  #news_container article,
  #featured_story_container article {
    color: #5a5a5a; }
    #news_container article .title,
    #featured_story_container article .title {
      margin: 0;
      font-size: 1em;
      background: none; }
      #news_container article .title a,
      #featured_story_container article .title a {
        text-decoration: none;
        display: block;
        padding: 0;
        font-family: "Lato", sans-serif;
        font-size: 1.25em;
        background: none;
        color: #2a2a2a; }
        #news_container article .title a:hover,
        #featured_story_container article .title a:hover {
          text-decoration: underline; }
    #news_container article .thumbnail,
    #featured_story_container article .thumbnail {
      float: left;
      margin: 1em 1em 1em 0; }
      #news_container article .thumbnail img,
      #featured_story_container article .thumbnail img {
        max-height: 77px;
        width: auto;
        max-width: 115px; }
  #news_container a.read-more-link,
  #featured_story_container a.read-more-link {
    text-decoration: none;
    color: #456cc2;
    font-weight: 700; }
    #news_container a.read-more-link:hover,
    #featured_story_container a.read-more-link:hover {
      text-decoration: underline; }

#featured_story_container article .thumbnail {
  float: none;
  margin: 1em 0; }
  #featured_story_container article .thumbnail img {
    max-height: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #featured_story_container article .thumbnail img {
        max-width: 307.2px; } }
#featured_story_container article .summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

#events_container {
  margin: 0 0 1em;
  padding: 0 5%; }
  #events_container h1 {
    margin: 0; }
    #events_container h1 a {
      display: block;
      width: auto;
      margin: 0;
      padding: 0;
      font-weight: 400;
      text-decoration: none; }
  #events_container table {
    width: 100%;
    color: black;
    line-height: 1.5em; }
    #events_container table #l {
      display: none; }
    #events_container table #r b {
      font-weight: 400; }
  @media screen and (min-width: 1024px) {
    #events_container {
      padding: 0; } }
  #events_container [class*="-title"] {
    margin-bottom: 10px;
    font-size: 1em; }
    #events_container [class*="-title"] a {
      display: block;
      font-family: "Rosarivo", sans-serif;
      font-size: 2.375em;
      color: #456cc2; }
  #events_container h1 {
    margin-bottom: 10px;
    font-size: 1em; }
    #events_container h1 a {
      display: block;
      font-family: "Rosarivo", sans-serif;
      font-size: 2.375em;
      color: #456cc2; }
  #events_container table {
    color: #5a5a5a; }
    #events_container table img.sub {
      border: none; }
    #events_container table #r {
      padding: 0 0 10px; }
    #events_container table a {
      text-decoration: none;
      font-size: 1.25em;
      font-weight: 400;
      color: #2a2a2a; }
      #events_container table a:hover {
        text-decoration: underline; }
    #events_container table [id*="showAll"] #r, #events_container table .autoCalendarLinks #r {
      padding: 0; }
      #events_container table [id*="showAll"] #r a, #events_container table .autoCalendarLinks #r a {
        font-size: 1em;
        font-weight: 700;
        color: #456cc2; }

#shuffle_main {
  width: 1100px; }

#index_motto {
  position: absolute;
  top: 256px;
  left: 30px;
  z-index: 9;
  padding: 15px 20px;
  font-family: "Fjalla One", sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.55); }
  @media screen and (min-width: 1024px) {
    #index_motto {
      left: 50%;
      margin-left: -440px; } }
  #index_motto em {
    display: block;
    font-family: "Georgia", times, serif;
    font-size: .875em;
    text-transform: none;
    color: #ffcc00; }

#footer_main {
  width: 100%;
  height: auto;
  background: #1e356c url("/pics/footer_bg.jpg") center top no-repeat;
  height: 325px;
  position: relative; }
  #footer_main > div {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  #footer_main > div {
    background: none; }
  #footer_main:before {
    content: "";
    position: absolute;
    top: -58px;
    left: 50%;
    margin-left: -143px;
    width: 286px;
    height: 100%;
    background-image: url("/pics/footer_logo.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto; }
    @media screen and (min-width: 768px) {
      #footer_main:before {
        width: 370px;
        margin-left: -185px;
        top: -80px; } }
  @media screen and (min-width: 768px) {
    #footer_main {
      height: 196px; } }
  @media screen and (min-width: 1024px) {
    #footer_main {
      height: 196px; } }
  #footer_main #footer_inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center; }

#footer_address {
  font-style: normal;
  padding-top: 120px;
  margin-bottom: 15px;
  font-size: 1.125em;
  font-family: "Rosarivo", sans-serif;
  text-transform: uppercase;
  color: #ffcc00; }
  #footer_address a {
    color: inherit;
    font-size: inherit; }

#edlio_logo {
  position: absolute;
  top: 144px;
  left: 50%;
  margin-left: -70px; }

#footer_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  #footer_nav ul > * {
    float: left\d; }
  #footer_nav ul a {
    text-decoration: none; }
#footer_nav ul {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #footer_nav ul li {
    margin-bottom: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    #footer_nav ul li:first-child {
      border: none; }
    #footer_nav ul li a {
      display: inline-block;
      text-decoration: none;
      padding: 0 8px;
      font-size: .875em;
      color: white; }
      #footer_nav ul li a:hover {
        text-decoration: underline; }
