@import url("//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Playball|Mr+De+Haviland");
@import url("/apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Open Sans", sans-serif;
  font-size: 100%; }

html {
  height: 100%;
  background: url("/common_pics/header_base.png") top center repeat-x #ebebeb; }
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0; }
    body.index #content_main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }

  #header_main,
  #footer_main {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }

  #content_main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

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

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-bottom: 5px solid #dea048;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px; }

#header_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 197px; }

#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-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0;
  font-size: 1rem; }
  #header_title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    color: white;
    font-family: "Playball", sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 0; }
    #header_title a .first-line {
      font-size: 5.375em; }
    #header_title a .second-line {
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      color: #dea048; }

#topnav_holder {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%; }
  #topnav_holder #topnav_mobile {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double #dea048;
    border-bottom: 5px solid #dea048; }
  #topnav_holder #topnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.8s; }
    #topnav_holder #topnav.open {
      max-height: 2000px; }
  #topnav_holder a {
    text-decoration: none; }
  #topnav_holder .level a {
    padding: .5em;
    font-size: 1em; }
  #topnav_holder .level:hover > .level {
    display: block; }
  #topnav_holder .first a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }
  #topnav_holder .first .level a {
    padding-left: 1.5em; }
  #topnav_holder .first .flyout a {
    padding-left: 2.25em; }
  #topnav_holder .second {
    display: none; }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      position: relative; }
      #topnav_holder #topnav_mobile {
        display: none; }
      #topnav_holder #topnav {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: static;
        max-height: none;
        overflow: visible; }
        #topnav_holder #topnav section:last-child:hover .dropdown {
          left: auto;
          right: 0; }
          #topnav_holder #topnav section:last-child:hover .dropdown .flyout {
            right: 100%;
            left: auto; }
      #topnav_holder .first > header,
      #topnav_holder .first a {
        width: auto; }
      #topnav_holder .first:hover > .dropdown {
        display: block;
        position: absolute;
        left: 0; } }
  @media screen and (min-width: 1024px) {
    #topnav_holder .first {
      position: relative; }
      #topnav_holder .first .level {
        width: 11.5em; }
        #topnav_holder .first .level a {
          padding-left: .5em; }
    #topnav_holder .third {
      position: relative; }
      #topnav_holder .third:hover .flyout {
        display: block; }
    #topnav_holder .flyout {
      position: absolute;
      left: 100%;
      top: 0;
      display: none; } }

#topnav_mobile {
  top: 40px;
  right: 20px; }

#topnav {
  top: 100%;
  left: 0;
  background: white; }
  #topnav .first > header a {
    height: 50px;
    padding: 0 10px;
    font-size: 1.125em;
    font-weight: 400;
    color: #172b5e; }
  #topnav .first .level {
    background: white; }
    #topnav .first .level a {
      color: #172b5e; }
  #topnav .first:hover > header a,
  #topnav .first:hover .third:hover header a,
  #topnav .first:hover .level a:hover {
    color: white;
    background: #dea048; }
  @media screen and (min-width: 1024px) {
    #topnav {
      padding-top: 100px;
      background: transparent; }
      #topnav .first > header a {
        color: white; }
      #topnav .first:hover > header a {
        background: transparent;
        color: #dea048; } }

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5%);
  max-width: calc(1024px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px; }
  #content_main .pages-left-column-wrapper {
    overflow: hidden; }
  @media screen and (max-width: 1023px) {
    #content_main table {
      display: block;
      overflow-x: auto; }
    #content_main .bell-schedule {
      display: table; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .85em; }
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      width: auto; }
    #content_main #more-videos {
      display: none; }
    #content_main #staff_list_public .user-info-wrapper span[id*="staff"] {
      display: block; }
    #content_main #staff_list_public .user-info-wrapper .user-position-public {
      display: block;
      margin-left: 0;
      width: 100%; }
    #content_main #staff_list_public .user-info-wrapper p {
      display: block;
      float: left;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #content_main .news-list article .column {
      width: 100%; }
    #content_main .show-news .attached-images {
      float: none;
      margin: 0 auto 1em; }
    #content_main .single-video #big-video,
    #content_main .below-start #big-video {
      width: 100% !important; }
    #content_main .video-list .thumb_wrap {
      display: block;
      float: none; }
    #content_main .video-list li .description {
      padding-left: 0; }
    #content_main .video-list li .video-list-date {
      padding-left: 0; }
    #content_main .bell-schedule {
      width: 100%; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .7em; }
    #content_main .video-list-top .controls,
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      display: none; }
    #content_main #album_thumbnails table img {
      width: 90%;
      height: 90%;
      position: relative; }
    #content_main #edlio_search_form {
      max-width: 400px;
      width: auto; }
      #content_main #edlio_search_form input {
        width: 200px; }
    #content_main #contact_form {
      width: 100%; }
      #content_main #contact_form table {
        display: table;
        font-size: 12px;
        width: 280px !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 #calendar_wrapper .right-column #calendar_grid table {
        display: table; }
    #content_main .pages-column .page-block-text,
    #content_main .pages-column .page-block-photos {
      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;
      width: 100% !important;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
  #content_main .pages-content-wrapper {
    overflow: visible; }
  #content_main img.sub {
    border: none; }
  .index #content_main {
    background: transparent;
    box-shadow: none; }

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.5em;
  border-bottom: 1px solid black;
  color: #172b5e; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2)), #112e77; }
  @media screen and (max-width: 767px) {
    .right-column-page-navigation {
      margin: 20px auto; } }
  .right-column-page-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  .right-column-page-navigation a {
    text-decoration: none;
    color: inherit;
    display: block;
    font-weight: 400;
    padding: .8em 6% .8em 10%;
    width: 84%;
    margin: 0;
    line-height: auto; }
    .right-column-page-navigation a:hover {
      text-decoration: underline; }
    .right-column-page-navigation a .inner {
      text-decoration: none; }
      .right-column-page-navigation a .inner:hover {
        text-decoration: underline; }
  .right-column-page-navigation ul {
    padding: 5px 0; }
  .right-column-page-navigation li a {
    font-size: 1.125rem;
    color: white; }
  .right-column-page-navigation li.active a {
    color: #dea048; }

#index_top {
  position: relative;
  padding-bottom: 90px;
  background: url("/common_pics/shuffle_shadow.png") bottom center no-repeat; }

#index_main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  @media screen and (min-width: 1024px) {
    #index_main {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

#index_main_inner {
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    #index_main_inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

@media screen and (min-width: 768px) {
  #left_column {
    margin-right: 20px; } }

@media screen and (min-width: 768px) {
  #right_column {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 260px; } }

.content-container {
  margin: 0 0 1em;
  position: relative;
  margin-bottom: 26px;
  padding: 30px;
  background: white;
  border-top: 8px solid #dea048; }
  .content-container .section-title {
    margin: 0;
    font-weight: 400; }
    .content-container .section-title a {
      display: block;
      width: auto;
      margin: 0;
      padding: 0;
      text-decoration: none;
      color: inherit; }
      .content-container .section-title a:hover {
        text-decoration: none; }
  .content-container .read-more-link {
    text-decoration: none;
    display: inline-block; }
    .content-container .read-more-link:hover {
      text-decoration: underline; }
  .content-container:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 26px;
    background: url("/common_pics/container_shadow.png") right bottom no-repeat; }
  .content-container .section-title {
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: 400;
    color: #172b5e; }
  .content-container .item {
    margin-bottom: 20px; }
    .content-container .item-text {
      color: #333333; }
  .content-container .read-more-link-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .content-container .read-more-link:after {
    content: " \00BB"; }
  .content-container [class*="-name"] {
    width: 100%;
    margin: 0; }
    .content-container [class*="-name"] a {
      font-size: 1.125rem;
      font-weight: 400; }
  .content-container a {
    text-decoration: none;
    color: #333333; }
    .content-container a:hover {
      text-decoration: underline; }

#news_container .news-item-image {
  max-width: 300px; }
@media screen and (min-width: 768px) {
  #news_container .news-item-image-holder {
    float: left;
    margin-right: 15px; }
  #news_container .news-item-image {
    max-width: 170px; } }

#bbmessages_container #l {
  display: none; }
#bbmessages_container #r b {
  font-weight: 400; }

#shuffle_main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px; }

#index_motto {
  position: absolute;
  bottom: calc(90px + (100% - 90px)/10);
  right: 0;
  font-size: 2.5rem;
  font-family: "Mr De Haviland", cursive;
  text-shadow: black -5px -5px 13px;
  color: white; }
  @media screen and (min-width: 768px) {
    #index_motto {
      font-size: 4.625rem; } }
  @media screen and (min-width: 1200px) {
    #index_motto {
      right: calc(50% - 600px); } }

#quicklinks {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: -90px;
  padding: 25px 0; }
  #quicklinks a {
    display: block;
    min-height: 40px;
    padding: 0 0 0 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
    font-size: 1.125rem;
    color: #172b5e;
    background: url("/common_pics/qlink_divider.png") left top no-repeat; }
    #quicklinks a:hover {
      color: #dea048; }
  @media screen and (min-width: 768px) {
    #quicklinks {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      #quicklinks a {
        padding: 0 25px 0 65px;
        font-size: 1.25rem; }
        #quicklinks a:first-child {
          padding: 0 25px;
          background: none; } }

#schoollinks {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #schoollinks a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
    width: 213px;
    height: 104px;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px;
    line-height: 36px;
    font-family: "Playball", sans-serif;
    font-size: 1.25rem;
    color: #dea048;
    border: 5px solid white;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 7px; }
    #schoollinks a#school_district {
      background-image: url("/common_pics/school_district.jpg"); }
    #schoollinks a#school_hs {
      background-image: url("/common_pics/school_hs.jpg"); }
    #schoollinks a#school_jhs {
      background-image: url("/common_pics/school_jhs.jpg"); }
    #schoollinks a#school_es {
      background-image: url("/common_pics/school_es.jpg"); }
    #schoollinks a#school_ps {
      background-image: url("/common_pics/school_ps.jpg"); }
    #schoollinks a#school_is {
      background-image: url("/common_pics/school_is.jpg"); }
    #schoollinks a#school_echs {
      background-image: url("/common_pics/school_echs.jpg"); }
    #schoollinks a .first-line,
    #schoollinks a .second-line {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 36px; }
    #schoollinks a .first-line {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      width: 40%;
      padding-right: 20%;
      line-height: 1em; }
    #schoollinks a .second-line {
      width: 40%;
      font-family: "Open Sans", sans-serif;
      font-size: .725rem;
      line-height: 1em;
      text-align: center;
      color: white; }
    #schoollinks a:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("/common_pics/slink_bg.png") left top no-repeat; }
    #schoollinks a:hover {
      color: white; }
      #schoollinks a:hover:before {
        background-position: 0 -129px; }
  @media screen and (min-width: 1024px) {
    #schoollinks {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      width: 223px;
      margin-right: 20px; } }

#footer_main {
  width: 100%;
  height: auto;
  position: relative;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) 400px), #112e77; }
  #footer_main #footer_inner {
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: auto;
    margin: 0 auto; }
  #footer_main:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -199px;
    right: 0;
    width: 199px;
    height: 199px;
    background: url("/common_pics/ship.png"); }

#footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px 0; }
  @media screen and (min-width: 1024px) {
    #footer_inner {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

#footer_title {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  color: white;
  font-family: "Playball", sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 0; }
  #footer_title .first-line {
    font-size: 5.375em; }
  #footer_title .second-line {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #dea048; }

#footer_address {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.125em;
  color: rgba(255, 255, 255, 0.5); }
  #footer_address a {
    color: inherit;
    font-size: inherit; }
  #footer_address svg {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 -20px;
    fill: #dea048; }
  #footer_address .footer-info-block {
    margin-bottom: 30px; }

#footer_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

#social_nav {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 30px;
  width: 80px;
  padding-top: 3px;
  margin-left: 75%;
  z-index: 100; }
  #social_nav .button {
    height: 100%;
    width: 50%; }
  #social_nav svg {
    fill: white;
    width: 100%;
    height: 100%; }
  #social_nav a:hover svg, #social_nav #social_nav a:focus svg {
    fill: #dea048; }

#google_tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 25px; }

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  background: rgba(0, 0, 0, 0.2);
  margin-right: 10px;
  box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0; }
  #search input#q {
    margin: 0;
    height: 20px;
    line-height: 20px;
    border: none;
    vertical-align: top;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: content-box; }
  #search .edlio-search-button {
    margin: 0 0 0 -4px;
    vertical-align: top; }
  #search input#q {
    color: white; }
    #search input#q::-webkit-input-placeholder {
      color: white; }
  #search input#q {
    padding: 0 10px;
    width: 104px; }

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent; }
  #edlio_logo svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0;
    fill: rgba(255, 255, 255, 0.3); }

#mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #172b5e; }
  #mobile_nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .75em;
    text-decoration: none;
    color: white; }
    #mobile_nav a svg {
      width: 28px;
      height: 28px;
      margin-bottom: 5px;
      fill: white; }
    #mobile_nav a:hover {
      color: #dea048; }
      #mobile_nav a:hover svg {
        fill: #dea048; }
  @media screen and (min-width: 768px) {
    #mobile_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    #footer_main {
      padding-bottom: 64px; } }

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