@import url("//fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Oswald|Permanent+Marker");
/*

  ______   .__   __.  __      ____    ____     __    __  .______    _______       ___   .___________. _______ 
 /  __  \  |  \ |  | |  |     \   \  /   /    |  |  |  | |   _  \  |       \     /   \  |           ||   ____|
|  |  |  | |   \|  | |  |      \   \/   /     |  |  |  | |  |_)  | |  .--.  |   /  ^  \ `---|  |----`|  |__   
|  |  |  | |  . `  | |  |       \_    _/      |  |  |  | |   ___/  |  |  |  |  /  /_\  \    |  |     |   __|  
|  `--'  | |  |\   | |  `----.    |  |        |  `--'  | |  |      |  '--'  | /  _____  \   |  |     |  |____ 
 \______/  |__| \__| |_______|    |__|         \______/  | _|      |_______/ /__/     \__\  |__|     |_______|
                                                                                                              
     _______.  ______     _______.     _______.    _______  __   __       _______     _______.
    /       | /      |   /       |    /       |   |   ____||  | |  |     |   ____|   /       |
   |   (----`|  ,----'  |   (----`   |   (----`   |  |__   |  | |  |     |  |__     |   (----`
    \   \    |  |        \   \        \   \       |   __|  |  | |  |     |   __|     \   \    
.----)   |   |  `----.----)   |   .----)   |      |  |     |  | |  `----.|  |____.----)   |   
|_______/     \______|_______/    |_______/       |__|     |__| |_______||_______|_______/    
                                                                                              
*/
@import url("/apps/js/polls/polls-pack.css");
html {
  height: 100%;
  background: #f8f8f8;
}

body {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0;
}

body.index #content_main {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0f145b), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#0f145b, rgba(255, 255, 255, 0));
}

body #header_title a {
  background-image: url("/pics/logo.png");
  background-repeat: no-repeat;
  background-position: center top 20px;
}

@media screen and (min-width: 768px) {
  body #header_title a {
    background-position: 50px center;
    background-size: contain;
    height: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  body #index_top:before {
    content: "";
    position: absolute;
    top: 408px;
    left: 0;
    height: 258px;
    width: 100%;
  }
}

body #topnav > ul > li > a {
  padding: 0 10px;
}

body #shuffle_main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0f145b), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#0f145b, rgba(255, 255, 255, 0));
  z-index: 999;
}

body #quicklinks a {
  width: 15%;
}

body #spotlightmessage1044 {
  padding: 0 5px 5px;
}

body #spotlightmessage1044 .spotlightmessage-title a {
  text-decoration: none;
  display: block;
  font-family: "lato", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #273891;
}

body #spotlightmessage1044 .spotlightmessage-title a:hover {
  text-decoration: underline;
}

body #spotlightmessage1044 .spotlightmessage-image {
  float: left;
  padding: 0 10px 5px 0;
}

body #spotlightmessage1044 .spotlightmessage-image img {
  max-width: 300px;
}

body #footer_main {
  background: url(/pics/footer_bg.png) top center no-repeat;
}

body #footer_main:before {
  content: "";
  position: absolute;
  top: -679px;
  left: 0;
  height: 939px;
  width: 100%;
  background: url("/pics/body_bg.png") bottom center no-repeat;
}

body #footer_main:after {
  content: "";
  position: absolute;
  top: -52px;
  left: 50%;
  height: 120px;
  width: 120px;
  margin-left: -60px;
  background: url("/pics/logo.png") top center no-repeat;
}

body .external-link-icon {
  opacity: 1;
  fill: white;
}

@media screen and (max-width: 698px) {
  #quicklinks a {
    width: 26% !important;
  }
}

h1.spotlightmessage-title a {
  text-decoration: none;
  display: block;
  font-family: "lato", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #273891;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  max-width: 593px;
  margin: 0 auto;
  height: 125px;
  z-index: 9999999;
}

@media screen and (min-width: 1024px) {
  .social-links {
    max-width: 593px;
  }
}

@media screen and (min-width: 1085px) {
  .social-links {
    max-width: 620px;
  }
}

.social-links a {
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  background-color: transparent;
  text-decoration: none;
  margin: 0 12px;
}

.social-links a svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: 3px;
  fill: white;
}

@media screen and (min-width: 768px) {
  .social-ql {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  #quicklinks {
    background: #273891 !important;
    margin: auto !important;
  }
}

#spanishTranslate {
  display: block !important;
}

@media screen and (min-width: 1024px) {
  #index_main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#topnav ul li a {
  font-size: 1em !important;
}
/*# sourceMappingURL=main.css.map */