@import url("https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic%7CLibre+Baskerville");
/*

  ______   .__   __.  __      ____    ____     __    __  .______    _______       ___   .___________. _______ 
 /  __  \  |  \ |  | |  |     \   \  /   /    |  |  |  | |   _  \  |       \     /   \  |           ||   ____|
|  |  |  | |   \|  | |  |      \   \/   /     |  |  |  | |  |_)  | |  .--.  |   /  ^  \ `---|  |----`|  |__   
|  |  |  | |  . `  | |  |       \_    _/      |  |  |  | |   ___/  |  |  |  |  /  /_\  \    |  |     |   __|  
|  `--'  | |  |\   | |  `----.    |  |        |  `--'  | |  |      |  '--'  | /  _____  \   |  |     |  |____ 
 \______/  |__| \__| |_______|    |__|         \______/  | _|      |_______/ /__/     \__\  |__|     |_______|
                                                                                                              
     _______.  ______     _______.     _______.    _______  __   __       _______     _______.
    /       | /      |   /       |    /       |   |   ____||  | |  |     |   ____|   /       |
   |   (----`|  ,----'  |   (----`   |   (----`   |  |__   |  | |  |     |  |__     |   (----`
    \   \    |  |        \   \        \   \       |   __|  |  | |  |     |   __|     \   \    
.----)   |   |  `----.----)   |   .----)   |      |  |     |  | |  `----.|  |____.----)   |   
|_______/     \______|_______/    |_______/       |__|     |__| |_______||_______|_______/    
                                                                                              
*/
@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%;
}

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;
}

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;
}

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

#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;
}

body {
  margin: 0;
  background-position: center 175px;
  background-repeat: no-repeat;
}

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

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#header_inner {
  width: 100%;
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  background: white;
}

#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 {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  #header_title {
    padding-top: 50px;
  }
}

#header_title a {
  display: block;
  overflow: hidden;
  height: 280px;
  width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  background: url("none") center center no-repeat;
  background-position: center top;
}

@media screen and (min-width: 768px) {
  #header_title a {
    height: 180px;
    background-position: center top;
  }
}

#topbar {
  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;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

@media screen and (min-width: 768px) {
  #topbar {
    -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: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    top: 28px;
    right: 10px;
    left: auto;
    height: auto;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {
  #topbar {
    top: 70px;
    right: 0;
  }
}

#topbar_nav {
  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;
}

#topbar_nav a {
  text-decoration: none;
}

#topbar_nav #donate_link {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 27px;
  padding: 0 10px;
  margin-right: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  color: white;
  background-color: #bb2539;
}

#topbar_nav #donate_link:hover {
  background-color: #2c468e;
}

@media screen and (min-width: 768px) {
  #topbar_nav {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #topbar_nav #donate_link {
    margin: 0 0 5px;
  }
}

#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 a {
  text-decoration: none;
}

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

#social_nav li a {
  display: block;
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 8px;
  overflow: hidden;
  background-color: #fced37;
  border-radius: 27px;
}

#social_nav li a:hover {
  background-color: #da802c;
}

@media screen and (min-width: 768px) {
  #social_nav li a {
    margin: 0 6px;
  }
}

#social_nav li svg {
  width: 19px;
  height: 19px;
  padding: 4px;
  fill: white;
}

#social_nav li:nth-of-type(2) a {
  background-color: #2c468e;
}

#social_nav li:nth-of-type(2) a:hover {
  background-color: #bb2539;
}

#social_nav li:nth-of-type(3) a {
  background-color: #da802c;
}

#social_nav li:nth-of-type(3) a:hover {
  background-color: #2c468e;
}

#social_nav li:nth-of-type(4) a {
  background-color: #3d6f62;
}

#social_nav li:nth-of-type(4) a:hover {
  background-color: #fced37;
}

@media screen and (min-width: 1024px) {
  #topnav_holder {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
  }
  [class*="translated-"] #topnav_holder {
    top: 40px;
  }
}

#topnav_mobile {
  position: absolute;
  display: block;
  top: 90px;
  right: 10px;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double #2c468e;
  border-bottom: 5px solid #2c468e;
}

@media screen and (min-width: 768px) {
  #topnav_mobile {
    top: 105px;
    right: 22px;
  }
}

@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 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 a {
  text-decoration: none;
}

#topnav > ul > li > a {
  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;
  height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background: #2c468e;
}

@media screen and (min-width: 1024px) {
  #topnav > ul > li > a {
    height: 50px;
    background: transparent;
    color: #2c468e;
  }
  #topnav > ul > li > a span {
    padding-bottom: 5px;
    border-bottom: 9px solid #da802c;
  }
  #topnav > ul > li:nth-of-type(2) > a span {
    border-bottom-color: #fced37;
  }
  #topnav > ul > li:nth-of-type(3) > a span {
    border-bottom-color: #2c468e;
  }
  #topnav > ul > li:nth-of-type(4) > a span {
    border-bottom-color: #3d6f62;
  }
  #topnav > ul > li:nth-of-type(5) > a span {
    border-bottom-color: #bb2539;
  }
  #topnav > ul > li:hover > a {
    background: transparent !important;
  }
}

#topnav ul ul {
  background: #2c468e;
}

#topnav ul ul a, #topnav ul ul li:hover ul a {
  color: white;
}

#content_main {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  width: 86%;
  padding: 20px 5%;
  min-height: 400px;
  margin: 0 2% 20px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0 3px 7px;
}

#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: 984px;
    padding: 30px 20px 20px;
    margin: 0 auto 60px;
  }
}

.index #content_main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.75em;
  font-family: "Libre Baskerville", sans-serif;
  color: #2c468e;
}

#pageNav {
  border: none;
  background: #2c468e;
}

#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;
}

#index_top {
  position: relative;
  overflow: hidden;
  height: 494px;
}

#index_top #shuffle_main {
  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_mid {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 15px;
}

@media screen and (min-width: 1024px) {
  #index_mid {
    max-width: 888px;
  }
}

#index_main {
  max-width: 1024px;
  width: 96%;
  margin: 0 2%;
  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-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #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-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  #index_main {
    width: 950px;
    margin: 0 auto;
  }
}

#left_column {
  width: 300px;
}

@media screen and (max-width: 767px) {
  #left_column {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #left_column {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    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;
    width: 100%;
  }
}

#center_column {
  width: 300px;
}

@media screen and (max-width: 767px) {
  #center_column {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #center_column {
    width: 50%;
  }
}

#right_column {
  width: 300px;
}

@media screen and (max-width: 767px) {
  #right_column {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #right_column {
    width: 50%;
  }
}

#index_mid .spotlightmessage {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  color: white;
  border-radius: 10px;
  box-shadow: rgba(255, 255, 255, 0.35) 0 0 7px;
}

#index_mid .spotlightmessage .spotlightmessage-title a {
  font-weight: 400;
  font-family: "Libre Baskerville", sans-serif;
  text-decoration: none;
  color: white;
}

#index_mid .spotlightmessage .spotlightmessage-text-wrapper {
  padding: 0 15px;
  overflow: hidden;
  line-height: 1.25em;
  padding-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  #index_mid .spotlightmessage {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 223px;
    width: 440px;
    height: 333px;
  }
  #index_mid .spotlightmessage .spotlightmessage-title a {
    font-size: 1.25em;
  }
}

#facebook_container {
  margin: 0 0 1em;
}

#facebook_container h1 {
  margin: 0;
}

#facebook_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

#facebook_container table {
  width: 100%;
  color: black;
  line-height: 1.5em;
}

#facebook_container table #l {
  display: none;
}

#facebook_container table #r b {
  font-weight: 400;
}

#facebook_container [class*="-title"] {
  margin-bottom: 10px;
  font-size: 1em;
}

#facebook_container [class*="-title"] a {
  display: block;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 1.75em;
  color: #2c468e;
}

#facebook_container article {
  color: #2c468e;
}

#facebook_container article .title {
  font-size: 1em;
}

#facebook_container article .title a {
  text-decoration: none;
  font-size: 1.25em;
  color: #2c468e;
}

#facebook_container article .title a:hover {
  text-decoration: underline;
}

#facebook_container article .thumbnail {
  float: left;
  margin: 1em 1em 1em 0;
}

#facebook_container article .thumbnail img {
  max-height: 77px;
  width: auto;
  max-width: 115px;
}

#facebook_container [class*="-more-link"] {
  text-decoration: none;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 1.25em;
  color: #2c468e;
}

#facebook_container [class*="-more-link"]:hover {
  text-decoration: underline;
}

#events_container,
#links_container {
  margin: 0 0 1em;
}

#events_container h1,
#links_container h1 {
  margin: 0;
}

#events_container h1 a,
#links_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

#events_container table,
#links_container table {
  width: 100%;
  color: black;
  line-height: 1.5em;
}

#events_container table #l,
#links_container table #l {
  display: none;
}

#events_container table #r b,
#links_container table #r b {
  font-weight: 400;
}

#events_container [class*="-title"],
#links_container [class*="-title"] {
  margin-bottom: 10px;
  font-size: 1em;
}

#events_container [class*="-title"] a,
#links_container [class*="-title"] a {
  display: block;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 1.75em;
  color: #2c468e;
}

#events_container table,
#links_container table {
  color: #2c468e;
}

#events_container table img.sub,
#links_container table img.sub {
  border: none;
}

#events_container table #r,
#links_container table #r {
  padding: 0 0 10px;
}

#events_container table a,
#links_container table a {
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 700;
  color: #2c468e;
}

#events_container table a:hover,
#links_container table a:hover {
  text-decoration: underline;
}

#events_container table [id*="showAll"] #r, #events_container table .autoCalendarLinks #r,
#links_container table [id*="showAll"] #r,
#links_container table .autoCalendarLinks #r {
  padding: 0;
}

#events_container table [id*="showAll"] #r a, #events_container table .autoCalendarLinks #r a,
#links_container table [id*="showAll"] #r a,
#links_container table .autoCalendarLinks #r a {
  font-size: 1.25em;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
}

#shuffle_main {
  width: 1024px;
  height: 484px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 3px 3px 5px;
  overflow: hidden;
}

#index_motto {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 30px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25em;
  letter-spacing: .5em;
  color: white;
}

@media screen and (min-width: 768px) {
  #index_motto {
    height: 62px;
    margin-top: -10px;
    padding: 0;
    font-size: 1.75em;
    letter-spacing: .65em;
  }
}

#donate_button {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 40vh;
  width: 140px;
  height: 52px;
  padding-top: 18px;
  margin-right: -52px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5em;
  color: white;
  border-radius: 0 0 140px 140px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#quicklinks 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;
}

#quicklinks ul a {
  text-decoration: none;
}

#quicklinks ul {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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) {
  #quicklinks ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}

#quicklinks ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 11px;
}

@media screen and (min-width: 768px) {
  #quicklinks ul li {
    margin: 0 0 11px;
  }
}

@media screen and (min-width: 1024px) {
  #quicklinks ul li {
    width: 50%;
  }
  #quicklinks ul li:nth-of-type(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}

#quicklinks ul li a {
  display: block;
  height: 162px;
  width: 192px;
  line-height: 56px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 1.5em;
  border-radius: 10px;
}

#quicklinks ul li svg {
  display: block;
  height: 75px;
  width: 75px;
  margin: 0 auto;
  fill: white;
}

#footer_main {
  width: 100%;
  height: auto;
  background: white url("/common_pics/footer_bg.png") center top repeat-x;
}

#footer_main > div {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#footer_main > div {
  background: url("/common_pics/footer_logo.png") no-repeat;
}

#footer_main #footer_inner {
  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: 167px;
  max-width: 1024px;
  margin: 0 auto;
  background-position: left 20px;
  background-size: 104px auto;
}

@media screen and (min-width: 768px) {
  #footer_main #footer_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 110px;
    padding-bottom: 5px;
    background-position: left 5px;
    background-size: auto auto;
  }
}

#footer_address {
  font-style: normal;
  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-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0 0 0 120px;
  margin-bottom: 20px;
  height: 105px;
  color: #2c468e;
  font-weight: 700;
}

#footer_address a {
  color: inherit;
  font-size: inherit;
}

@media screen and (min-width: 768px) {
  #footer_address {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    height: auto;
    padding: 0 0 0 140px;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  #footer_address {
    font-size: 1.125em;
  }
}

#edlio_logo svg {
  width: 140px;
  height: 20px;
  fill: #cccccc;
}

#topbar {
  right: 0;
}

@media screen and (max-width: 764px) {
  #topnav_mobile {
    top: 10px;
  }
}

@media screen and (min-width: 1020px) {
  #social_nav {
    margin-right: 720px;
  }
}

@media screen and (max-width: 764px) {
  #topbar {
    top: 160px;
  }
}
