/**
 * Vars
 */
/**
 * Colors
 */
/**
 * Cycle 2
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.strip-bootstrap-input-styles {
  box-shadow: none;
}
/**
 * General
 */
body {
  color: #5a5a5a;
  font-family: 'Nunito', verdana, arial, sans-serif;
}
.contents-fixed {
  background: #1d74b9;
  margin: 5px 0;
}
.contents-fixed .row-fluid .span12:first-child {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  float: none;
}
a:focus {
  outline: 0;
  /*removes the dotted border*/
}
h2[data-nsal-accordion-target] {
  height: 18px;
}
h2[data-nsal-accordion-target] span {
  background-position: left top;
  background-repeat: none;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 18px;
}
#events-and-news-header span {
  background: url(../images/headers/header-events-news.png) no-repeat left top;
}
#features-header span {
  background: url(../images/headers/header-features.png) no-repeat left top;
}
#ways-to-help-header span {
  background: url(../images/headers/header-ways-to-help.png) no-repeat left top;
}
#support-us-header span {
  background: url(../images/headers/header-support-us.png) no-repeat left top;
}
#thank-our-partners-header span {
  background: url(../images/headers/we-thank-you-muttigrees.png?nocache=4) no-repeat left top;
}
#top-nav-container {
  border: 5px solid #ffffff;
  border-width: 5px 0;
  padding: 0;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 399;
}
#top-nav-container.contents-fixed {
  margin-bottom: 0;
  margin-top: 0;
}
#top-nav-container #mobile-nav-trigger {
  display: none;
  padding: 0 10px;
  text-align: center;
  line-height: 30px;
}
#header-box {
  display: table;
  padding: 5px 0;
}
#header-box > div {
  display: table-cell;
  vertical-align: middle;
}
#header-box > div#tagline {
  padding-top: 20px;
  color: #969595;
}
#header-box > div.calltoaction {
  padding-top: 40px;
  text-align: right;
}
#header-box #adopt-button,
#header-box #donate-button {
  width: 160px;
  padding-left: 10px;
}
#header-box #fb-icon-lg {
  width: 53px;
  padding-left: 10px;
}
#topnav {
  position: relative;
  margin: 0;
  padding: 0;
  background: #ffffff;
  list-style: none;
}
#topnav li {
  font-size: 8pt;
  float: left;
  padding: 3px 10px;
  text-align: center;
  line-height: 24px;
  background: #1d74b9;
  border-left: 5px solid #ffffff;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: bold;
  min-width: 90px;
  min-height: 30px;
  text-transform: uppercase;
  /** Subnav window **/
}
#topnav li.first {
  border-left: none;
}
#topnav li.last {
  float: right;
}
#topnav li span.navtoggle {
  background: transparent url("../bootstrap/img/glyphicons-halflings-white.png") no-repeat -312px -96px;
  cursor: pointer;
  float: right;
  height: 14px;
  width: 14px;
  margin-top: 4px;
  vertical-align: text-top;
  display: none;
}
#topnav li > div {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  background: transparent url(../images/misc/subnav-background.png) repeat-x center top;
  margin-top: 40px;
  margin-left: 5px;
  margin-right: 5px;
  max-width: 1170px;
  padding: 3% 6% 2% 6%;
}
#topnav li > div > div {
  float: left;
  width: 20%;
  margin-right: 5%;
}
#topnav li > div h2 {
  text-align: left;
  font-size: 11pt;
  line-height: 15pt;
  text-transform: none;
}
#topnav li > div h2:first-child {
  margin-top: 0;
}
#topnav li > div ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
#topnav li > div ul li {
  float: none;
  display: block;
  text-align: left;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 12pt;
  min-height: 0;
  font-size: 10pt;
  font-weight: normal;
  padding: 2px 0;
  text-transform: none;
}
#topnav li.open span.navtoggle {
  background-position: -289px -96px;
}
#topnav li.open div {
  display: block;
}
#topnav a {
  color: #ffffff;
}
#topnav form {
  margin: 0;
  padding: 1px 0 0 0;
}
#topnav #searchbox {
  display: block;
  margin: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: none;
  font-size: 8pt;
  line-height: 18px;
  height: 16px;
  padding: 2px 20px 2px 4px;
  width: 210px;
  background: #ffffff url(../images/icon-magnifier.png) no-repeat 215px center;
}
/** Use mobile topnav at this size for touch devices only **/
html.touch #topnav {
  display: none;
}
html.touch #topnav li,
html.touch #topnav li.last {
  float: none;
  border: none;
  text-align: left;
}
html.touch html.touch #topnav li span.navtoggle,
html.touch html.touch #topnav li.last span.navtoggle {
  display: inline;
}
html.touch #topnav li > div,
html.touch #topnav li.last > div {
  position: relative;
  margin: 0;
}
html.touch #topnav li > div > div,
html.touch #topnav li.last > div > div {
  float: none;
  width: 100%;
}
html.touch #topnav li > div > div h2,
html.touch #topnav li.last > div > div h2,
html.touch #topnav li > div > div h2:first-child,
html.touch #topnav li.last > div > div h2:first-child {
  margin-top: 10px;
  font-size: 10pt;
}
html.touch #topnav li span.navtoggle,
html.touch #topnav li.last span.navtoggle {
  display: block;
}
html.touch #topnav li.open > div,
html.touch #topnav li.last.open > div {
  display: none;
}
html.touch #topnav #searchbox {
  width: 100px;
  max-width: 100%;
  background-position: 105px center;
}
html.touch #top-nav-container {
  margin-top: 0;
  margin-bottom: 5px;
}
html.touch #top-nav-container #mobile-nav-trigger {
  display: block;
  color: #fff;
  text-align: right;
}
#quick-nav {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  margin: 0;
  margin: 10px 0 0 0;
  font-size: 12pt;
  line-height: 20pt;
}
#quick-nav li {
  display: inline;
  margin-left: 15px;
}
#quick-nav li:first-child {
  margin-left: 0;
}
#quick-nav li a {
  text-transform: uppercase;
  color: #8e8d8d;
  text-decoration: underline;
}
#quick-nav li a:hover {
  color: #5b5a5a;
}
#quick-nav li a.hightlight1 {
  color: #ff5a5a;
}
#quick-nav li a.hightlight1:hover {
  color: #f30000;
}
#quick-nav li a.hightlight2 {
  color: #66cff6;
}
#quick-nav li a.hightlight2:hover {
  color: #0eade8;
}
#quick-nav .calltoaction {
  display: none;
}
#quick-nav #nsal-store-link {
  padding-left: 15px;
  background: transparent url(../images/icon-home.png) no-repeat left center;
}
.carousel-feature-container {
  margin-top: 30px;
}
.carousel-feature-container h2 {
  margin-top: 0;
}
.slideshow-container {
  margin: 0;
  padding: 0;
}
.slideshow-container .row-fluid {
  text-align: center;
}
.slideshow-container .row-fluid .span12:first-child {
  float: none;
}
.slideshow-container .cycle-pager span {
  font-size: 30pt;
  line-height: 10pt;
  color: #e0e0e0;
  cursor: pointer;
}
.slideshow-container .cycle-pager span.cycle-pager-active {
  color: #808080;
}
/**
 * Slideshows
 */
.slideshow .slide {
  display: none;
}
.slideshow .slide:first-child {
  display: block;
}
#homepage-slideshow-box {
  background: none;
}
#homepage-slideshow-xl.slideshow {
  margin: 0 auto;
  width: 1650px;
}
#homepage-slideshow-xl.slideshow .slide,
#homepage-slideshow-xl.slideshow .cycle-sentinel {
  max-width: 100%;
}
#homepage-slideshow-xl.slideshow .slide .caption,
#homepage-slideshow-xl.slideshow .cycle-sentinel .caption {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: transparent url(../images/semi-transparent-tile.png) repeat left top;
  color: #ffffff;
}
#homepage-slideshow-xl.slideshow .slide .caption > div,
#homepage-slideshow-xl.slideshow .cycle-sentinel .caption > div {
  position: relative;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding: 0 10px;
}
#homepage-slideshow-xl.slideshow .slide .caption h3,
#homepage-slideshow-xl.slideshow .cycle-sentinel .caption h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
}
#homepage-slideshow-xl.slideshow .slide .caption a,
#homepage-slideshow-xl.slideshow .cycle-sentinel .caption a,
#homepage-slideshow-xl.slideshow .slide .caption p,
#homepage-slideshow-xl.slideshow .cycle-sentinel .caption p {
  color: #ffffff;
}
#homepage-slideshow-xl.slideshow .slide .caption a:hover,
#homepage-slideshow-xl.slideshow .cycle-sentinel .caption a:hover {
  text-decoration: none;
}
#homepage-slideshow-xl.slideshow .slide .action-button,
#homepage-slideshow-xl.slideshow .cycle-sentinel .action-button {
  float: right;
  display: inline;
  background: #0f6cb6;
  padding: 15px;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 20px 20px;
}
#homepage-slideshow-xl.slideshow .cycle-pager {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 13px;
  height: 13px;
}
#homepage-slideshow-xl.slideshow .cycle-pager span {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: transparent url(../images/slideshow-pager-dots.png) no-repeat left top;
  margin-left: 40px;
}
#homepage-slideshow-xl.slideshow .cycle-pager span:first-child {
  margin-left: 0;
}
#homepage-slideshow-xl.slideshow .cycle-pager span.cycle-pager-active {
  background-position: right top;
}
#homepage-slideshow-xl.slideshow .cycle-next,
#homepage-slideshow-xl.slideshow .cycle-prev {
  position: relative;
  top: -50%;
  left: -469px;
  display: inline-block;
  z-index: 300;
  width: 31px;
  height: 55px;
  margin-top: -27.5px;
  cursor: pointer;
  background: transparent url(../images/arrows/slideshow-arrows.png) no-repeat left top;
}
#homepage-slideshow-xl.slideshow .cycle-next {
  left: auto;
  right: -469px;
  background-position: right top;
}
#feature-cycle-nav,
#ways-to-help-cycle-nav {
  width: 100%;
  text-align: center;
  line-height: 13px;
  height: 13px;
  padding-top: 20px;
}
#feature-cycle-nav #feature-cycle-pager,
#ways-to-help-cycle-nav #feature-cycle-pager,
#feature-cycle-nav #ways-to-help-cycle-pager,
#ways-to-help-cycle-nav #ways-to-help-cycle-pager {
  display: inline;
}
#feature-cycle-nav span,
#ways-to-help-cycle-nav span,
#feature-cycle-nav a,
#ways-to-help-cycle-nav a {
  display: inline-block;
  width: 13px;
  cursor: pointer;
  height: 13px;
  background: transparent url(../images/slideshow-pager-dots.png) no-repeat left top;
  margin-left: 20px;
  text-decoration: none;
}
#feature-cycle-nav span.cycle-pager-active,
#ways-to-help-cycle-nav span.cycle-pager-active,
#feature-cycle-nav a.cycle-pager-active,
#ways-to-help-cycle-nav a.cycle-pager-active {
  background-position: right top;
}
#feature-cycle-nav span.prev,
#ways-to-help-cycle-nav span.prev,
#feature-cycle-nav a.prev,
#ways-to-help-cycle-nav a.prev,
#feature-cycle-nav span.next,
#ways-to-help-cycle-nav span.next,
#feature-cycle-nav a.next,
#ways-to-help-cycle-nav a.next {
  background: transparent url(../images/arrows/carousel-arrow-vert3.png) no-repeat left top;
  width: 26px;
}
#feature-cycle-nav span.next,
#ways-to-help-cycle-nav span.next,
#feature-cycle-nav a.next,
#ways-to-help-cycle-nav a.next {
  background-position: left bottom;
}
#feature-cycle-nav span.prev,
#ways-to-help-cycle-nav span.prev,
#feature-cycle-nav a.prev,
#ways-to-help-cycle-nav a.prev {
  margin-left: 0;
}
/**
 * Events & News Carousel
 */
#events-news-carousel {
  max-width: 1020px;
  width: 1020px;
  min-height: 230px;
}
#events-news-carousel .slide {
  overflow: hidden;
}
#events-news-carousel .slide p {
  white-space: normal;
  margin-top: 6px;
}
#events-news-carousel .cycle-carousel-wrap {
  width: 8000px;
}
#events-news-carousel #en-slide-shim {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 20px;
  height: 100%;
  max-height: 100%;
}
#events-news-carousel-prev,
#events-news-carousel-next {
  position: absolute;
  left: -35px;
  top: 40%;
  z-index: 300;
  cursor: pointer;
  width: 15px;
  height: 27px;
  background: transparent url(../images/arrows/carousel-arrow-vert.png) no-repeat left top;
}
#events-news-carousel-prev > span,
#events-news-carousel-next > span {
  display: none;
}
#events-news-carousel-next {
  left: auto;
  right: -35px;
  background-position: right top;
}
/**
 * Feature Carousel
 */
#vertical-carousel-row > [class*="span"] {
  max-height: 395px;
  overflow: hidden;
}
#feature-slider-header-span {
  padding: 20px 0 50px 0;
}
#feature-slider {
  height: 395px;
}
#feature-slider .slide {
  width: 100% !important;
  margin-bottom: 10px;
  background: #fff;
}
#feature-slider .slide .thumb,
#feature-slider .slide .blurb {
  width: 50%;
  float: left;
}
#feature-slider .slide .blurb {
  padding: 1% 2%;
  width: 46%;
}
#feature-slider .slide .date {
  display: block;
  margin-bottom: 4px;
}
#feature-slider .slide h3 {
  margin-top: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
#feature-slider .cycle-pager {
  position: absolute;
  bottom: -20px;
}
#ways-to-help-col {
  background: transparent url(../images/misc/vert-spacer2.gif) repeat-y 5px top;
}
#ways-to-help-container #ways-to-help-slider .slide {
  padding-bottom: 42px;
  background: transparent url(../images/misc/dropshadow1.png) no-repeat 10px 145px;
  background-size: 100%;
  /** Some browsers render oddly without explicit dimensions here... **/
}
#ways-to-help-container #ways-to-help-slider .slide img {
  display: block;
  width: 290px;
  height: 156px;
}
.content-column,
.content-column--padded {
  background-color: #ffffff;
  box-shadow: 0 0 10px #000;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.content-column:before,
.content-column--padded:before {
  content: '';
  display: table;
}
.content-column:after,
.content-column--padded:after {
  content: '';
  display: table;
  clear: both;
}
.content-column--padded {
  padding: 0 20px;
}
#footer-callouts {
  margin: 50px 0 0;
}
#footer-callouts h2 {
  text-align: left;
}
#footer-callouts div {
  text-align: center;
}
#footer-callouts #footer-callout-stripe {
  display: none;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  background: #d3d3d3;
  max-width: 1650px;
  width: 100%;
  margin: 0 auto;
}
#footer {
  background-color: #ffffff;
  border-top: 1px solid #d3d3d3;
  text-align: center;
  font-size: 10pt;
  line-height: 12pt;
  color: #8d8d8d;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
#footer > div.row {
  margin-bottom: 20px;
}
#footer #social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer #social-links li {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 10px;
}
#footer #social-links li:first-child {
  padding-left: 0;
}
#footer #tagline-long {
  padding-top: 15px;
}
#footer #footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer #footer-nav li {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 5px;
  background: transparent url(../images/misc/vert-spacer1.gif) no-repeat left center;
}
#footer #footer-nav li a {
  color: #4d4d4f;
  text-decoration: underline;
  font-weight: bold;
}
#footer #footer-nav li a.alt {
  color: #1c409e;
}
#footer #footer-nav li:hover a {
  color: #7f7f83;
  text-decoration: none;
}
#footer #footer-nav li:first-child {
  background: none;
}
#enable-js-msg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #AE0000;
  padding: 2px;
}
#enable-js-msg .row-fluid [class*="span"] {
  min-height: 0;
}
#enable-js-msg p {
  text-align: center;
  width: 100%;
  margin: 0;
  color: #fff;
}
#enable-js-msg a {
  color: #fff;
  text-decoration: underline;
}
html.js #enable-js-msg {
  display: none;
}
/**
 * Misc
 */
#bg-runner {
  display: none;
}
.center {
  text-align: center;
}
.bg-radial {
  background: transparent url(../images/radial-grad1.jpg) no-repeat center top;
}
.relative {
  position: relative;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
#partners div[class*="span"] {
  text-align: center;
}
@media (min-width: 768px) {
  #partner-logos {
    border-top: 1px solid #d3d3d3;
    padding: 50px 0 40px 0;
  }
}
.partner-carousel {
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 10px 10px 8px -12px rgba(0, 0, 0, 0.95);
  -moz-box-shadow: 10px 10px 8px -12px rgba(0, 0, 0, 0.95);
  box-shadow: 10px 10px 8px -12px rgba(0, 0, 0, 0.95);
  height: 105px;
  max-height: 105px;
  padding: 20px;
  margin: 20px 30px;
  overflow: hidden;
}
.partner-carousel.static {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .partner-carousel.static {
    max-width: none;
  }
}
.partner-carousel.static .slide {
  padding: 0;
}
.partner-carousel.premier {
  border-color: #d3af37;
  max-height: 125px;
  height: 125px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.partner-carousel.premier .slide img {
  max-height: 125px;
}
.partner-carousel .slide {
  display: inline;
  padding: 0 25px;
}
.partner-carousel .slide img {
  max-height: 105px;
  max-width: 120px;
}
.partner-carousel.rotating .cycle-carousel-wrap {
  top: 20px !important;
}
#contact-info {
  text-align: center;
  color: #5a5a5a;
}
#contact-info a {
  color: #5a5a5a;
}
@media (min-width: 768px) {
  #contact-info {
    border-top: 1px solid #d3d3d3;
    padding: 50px 0 40px 0;
  }
}
@media (min-width: 768px) {
  #contact-info div[class*="span"] {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#contact-info div[class*="span"] div {
  padding: 10px;
}
@media (min-width: 768px) {
  #contact-info div[class*="span"] div {
    display: inline;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #contact-info div[class*="span"] div {
    display: flex;
    align-items: center;
  }
}
#contact-info div[class*="span"] div.address span.img {
  border-left: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  #contact-info div[class*="span"] span.img {
    border-left: 2px solid #5a5a5a;
    padding-left: 20px;
    padding-right: 5px;
  }
}
#contact-info div[class*="span"] address {
  display: block;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  #contact-info div[class*="span"] address {
    display: inline;
  }
}
#contact-info div[class*="span"] img {
  display: none;
  flex-direction: column;
}
@media (min-width: 768px) {
  #contact-info div[class*="span"] img {
    display: inline;
  }
}
.partner-link-row {
  text-align: center;
}
#gyro-callout {
  background: transparent url("http://www.animalleague.org/assets/images/gyro/homepage-section-bg.jpg") no-repeat center center;
  padding: 15px;
}
#gyro-callout .row-gyro-header {
  margin-bottom: 15px;
}
/**
 * Overrides
 **/
.span4.span4custom1 {
  width: 290px;
  padding-left: 30px;
}
.span4.span4custom1 .span4 {
  width: 290px;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
/**
 * Lightbox
 */
#shadowbox-feature {
  display: none;
}
.adoptathon-feature-2013 {
  width: 100%;
  text-align: center;
  max-height: 610px;
}
.adoptathon-feature-2013 > * {
  margin: 0 auto;
}
.pa-2013-timer {
  width: 470px;
  margin: 10px auto;
}
.pa-2013-counter {
  height: 77px;
}
.pa-2013-counter .cntSeparator {
  font-size: 30pt;
  font-weight: bold;
  padding-top: 26px;
  color: #000;
}
.adoptathon-feature-2013 {
  background: #ffffff url(http://www.animalleague.org/assets/images/adoptathon/pa-2013-bg.jpg) no-repeat center top;
  padding-bottom: 20px;
}
.pa-2013-logo {
  max-width: 180px;
  padding: 20px 0;
  margin-bottom: 10px;
}
.pa-2013-desc > div {
  float: left;
  font-weight: bold;
  font-family: georgia;
  text-transform: uppercase;
  font-size: 8pt;
  width: 105px;
  margin-left: 15px;
  padding-top: 3px;
}
.pa-2013-desc > div:first-child {
  margin-left: 0;
}
.pa-2013-enter {
  text-transform: uppercase;
  color: #0f6cb6;
}
.sb-player.html {
  background: #fff;
}
@media (max-width: 360px) {
  .adoptathon-feature-2013 {
    background-position: left top;
    padding-top: 10px;
  }
  .adoptathon-feature-2013 > div {
    padding: 0 10px;
  }
  .pa-2013-timer {
    width: 240px;
  }
  .pa-2013-desc > div {
    width: 45px;
    font-size: 6pt;
    text-transform: none;
    line-height: 10px;
  }
  .pa-2013-counter-mobile {
    height: 77px;
  }
  .pa-2013-counter-mobile .cntSeparator {
    font-size: 10pt;
    font-weight: bold;
    padding-top: 10px;
    color: #000;
  }
}
@media (max-width: 1670px) {
  .slideshow {
    max-width: 100%;
  }
}
/** Fringe cases at edge just before breakpoint **/
@media (min-width: 1200px) and (max-width: 1250px), (min-width: 1020px) and (max-width: 1070px), (min-width: 768px) and (max-width: 818px) {
  #events-news-carousel-prev,
  #events-news-carousel-next {
    background-color: #000;
    background-position: 5px 10px;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity=75);
    padding: 10px 5px;
    margin-top: -10px;
  }
  #events-news-carousel-prev:hover,
  #events-news-carousel-next:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  #events-news-carousel-prev {
    left: 0;
  }
  #events-news-carousel-next {
    background-position: -29px 10px;
    right: 0;
  }
}
@media all and (min-width: 1200px) {
  .contents-fixed .row-fluid .span12:first-child {
    width: 1170px;
  }
  .content-column--padded {
    padding: 0 30px;
  }
  #topnav {
    margin: 0 -5px;
    width: 1180px;
  }
  #topnav li {
    font-size: 10pt;
    min-width: 112px;
    padding: 3px 15px;
  }
  #topnav li.first {
    border-left: 5px solid #ffffff;
  }
  #topnav li.last {
    border-right: 5px solid #ffffff;
  }
  #topnav #searchbox {
    width: 212px;
    background-position: 203px center;
  }
  #homepage-slideshow-xl.slideshow .slide .caption > div {
    max-width: 1170px;
  }
  #homepage-slideshow-xl.slideshow .cycle-next,
  #homepage-slideshow-xl.slideshow .cycle-prev {
    left: -554px;
  }
  #homepage-slideshow-xl.slideshow .cycle-next {
    left: auto;
    right: -554px;
  }
  #feature-slider {
    height: 440px;
  }
  #callout-nav li {
    margin-left: 40px;
  }
  #events-news-carousel {
    min-height: 250px;
  }
  #events-news-carousel #en-slide-shim {
    width: 30px;
  }
  #events-news-carousel-prev,
  #events-news-carousel-next {
    top: 42%;
  }
  #events-news-carousel {
    max-width: 1200px;
    width: 1200px;
  }
  #vertical-carousel-row > [class*="span"] {
    max-height: 440px;
    overflow: hidden;
  }
  #ways-to-help-col {
    background: transparent url(../images/misc/vert-spacer2.gif) repeat-y 5px top;
  }
  #ways-to-help-container #ways-to-help-slider .slide {
    padding-bottom: 43px;
    background-position: 10px 165px;
  }
  #ways-to-help-container #ways-to-help-slider .slide img {
    display: block;
    width: 330px;
    height: 177px;
  }
  #ways-to-help-container {
    background-position: 15px top;
  }
  #header-box #tagline-first-break {
    display: none;
  }
  #gyro-callout {
    padding: 30px;
  }
  #gyro-callout .row-gyro-header {
    margin-bottom: 30px;
  }
  /**
  	 Overrides
  	 **/
  .span4.span4custom1 {
    width: 330px;
    padding-left: 40px;
  }
  .span4.span4custom1 .span4 {
    width: 330px;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1019px) {
  .contents-fixed .row-fluid .span12:first-child {
    width: 724px;
  }
  #topnav li,
  #topnav li.last {
    font-size: 7.5pt;
    min-width: 60px;
    padding: 3px 5px;
    border-width: 2px;
  }
  #topnav #searchbox {
    width: 125px;
    background-position: 130px center;
  }
  #header-box #logo img {
    width: 300px;
  }
  #homepage-slideshow-xl.slideshow .slide .caption > div {
    max-width: 724px;
  }
  #homepage-slideshow-xl.slideshow .cycle-next,
  #homepage-slideshow-xl.slideshow .cycle-prev {
    left: -331px;
  }
  #homepage-slideshow-xl.slideshow .cycle-next {
    left: auto;
    right: -331px;
  }
  #events-news-carousel {
    max-width: 744px;
    width: 744px;
    min-height: 210px;
  }
  #events-news-carousel-prev,
  #events-news-carousel-next {
    top: 37%;
  }
  #vertical-carousel-row > [class*="span"] {
    max-height: 290px;
    overflow: hidden;
  }
  #feature-slider {
    height: 290px;
    font-size: .85em;
    line-height: 1.25em;
  }
  #feature-slider .slide h3 {
    display: inline;
    font-size: inherit;
    line-height: inherit;
  }
  #feature-slider .slide h3:after {
    content: ":";
  }
  #ways-to-help-container #ways-to-help-slider .slide {
    padding-bottom: 43px;
    background-position: 10px 100px;
  }
  #ways-to-help-container #ways-to-help-slider .slide img {
    display: block;
    width: 198px;
    height: 106px;
  }
  #feature-cycle-nav span,
  #ways-to-help-cycle-nav span,
  #feature-cycle-nav a,
  #ways-to-help-cycle-nav a {
    margin-left: 7px;
  }
  #footer #footer-nav li {
    padding: 0 10px;
  }
  /**
	 * Overrides
	 **/
  .span4.span4custom1 {
    width: 198px;
    padding-left: 30px;
  }
  .span4.span4custom1 .span4 {
    width: 198px;
    padding-left: 0;
  }
}
@media (max-width: 1019px) {
  #header-box > div#tagline {
    display: none;
  }
}
@media (max-width: 767px) {
  #topnav {
    display: none;
  }
  #topnav li,
  #topnav li.last {
    float: none;
    border: none;
    text-align: left;
  }
  html.touch #topnav li span.navtoggle,
  html.touch #topnav li.last span.navtoggle {
    display: inline;
  }
  #topnav li > div,
  #topnav li.last > div {
    position: relative;
    margin: 0;
  }
  #topnav li > div > div,
  #topnav li.last > div > div {
    float: none;
    width: 100%;
  }
  #topnav li > div > div h2,
  #topnav li.last > div > div h2,
  #topnav li > div > div h2:first-child,
  #topnav li.last > div > div h2:first-child {
    margin-top: 10px;
    font-size: 10pt;
  }
  #topnav li span.navtoggle,
  #topnav li.last span.navtoggle {
    display: block;
  }
  #topnav li.open > div,
  #topnav li.last.open > div {
    display: none;
  }
  #topnav #searchbox {
    width: 100px;
    max-width: 100%;
    background-position: 105px center;
  }
  #top-nav-container {
    margin-top: 0;
    margin-bottom: 5px;
  }
  #top-nav-container #mobile-nav-trigger {
    display: block;
    color: #fff;
    text-align: right;
  }
  body {
    padding-left: 0;
    padding-right: 0;
  }
  #logo,
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  h2[data-nsal-accordion-target] {
    background-color: #1d74b9;
    padding: 15px 0;
    margin: 1px 0;
  }
  h2[data-nsal-accordion-target] span {
    background-position: center bottom;
  }
  #events-and-news-header span,
  #features-header span,
  #ways-to-help-header span,
  #support-us-header span,
  #thank-our-partners-header span {
    background-position: center bottom;
  }
  .contents-fixed .row-fluid .span12:first-child {
    width: 100%;
  }
  #header-box {
    display: block;
    padding: 20px 0 0 0;
  }
  #header-box > div {
    display: inherit;
  }
  #quick-nav {
    position: static;
  }
  #quick-nav li {
    margin: 0;
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    background: #efefef;
  }
  #quick-nav li.alt1 {
    background: #ff5a5a;
  }
  #quick-nav li.alt2 {
    background: #66cff6;
  }
  #quick-nav li a {
    display: block;
    padding: 5%;
    text-decoration: none;
    color: #333 !important;
    font-size: 8pt;
  }
  .carousel-feature-container {
    margin-top: 20px;
  }
  #fb-icon-lg {
    display: none;
  }
  #header-box .calltoaction {
    display: none;
  }
  #quick-nav .calltoaction {
    display: inline;
  }
  #quick-nav #fb-icon-sm {
    display: inline-block;
    width: 16px;
    vertical-align: top;
    padding-top: 2px;
  }
  #events-news-carousel .slide {
    padding: 0 2px;
  }
  #events-news-carousel #en-slide-shim {
    display: none;
  }
  #events-news-carousel {
    font-size: 8pt;
    line-height: 10pt;
  }
  #events-news-carousel-prev,
  #events-news-carousel-next {
    display: none;
  }
  #feature-slider-phone h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
  }
  [data-nsal-accordion-group] {
    display: none !important;
  }
  [data-nsal-accordion-group].showflat {
    display: block !important;
  }
  [data-nsal-accordion-group-toggle] {
    cursor: pointer;
  }
  .bg-radial {
    background: transparent;
  }
  #events-news-carousel-phone > div,
  #feature-slider-phone > div,
  #ways-to-help-slider-phone > div {
    margin: 20px 0;
  }
  #events-news-carousel-phone > div p,
  #feature-slider-phone > div p,
  #ways-to-help-slider-phone > div p {
    margin-bottom: 0;
  }
  #events-news-carousel-phone [class*="span"],
  #feature-slider-phone [class*="span"],
  #ways-to-help-slider-phone [class*="span"],
  #events-news-carousel-phone .uneditable-input[class*="span"],
  #feature-slider-phone .uneditable-input[class*="span"],
  #ways-to-help-slider-phone .uneditable-input[class*="span"],
  #events-news-carousel-phone .row-fluid [class*="span"],
  #feature-slider-phone .row-fluid [class*="span"],
  #ways-to-help-slider-phone .row-fluid [class*="span"] {
    width: 263px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer-callouts .row:not(:first-child) [class*="span"],
  #footer-callouts .row:not(:first-child) .uneditable-input[class*="span"],
  #footer-callouts .row:not(:first-child) .row-fluid [class*="span"] {
    width: 50%;
    padding: 0 2%;
    float: left;
    text-align: center;
  }
  #footer-callouts h2 {
    text-align: center;
  }
  #footer-callouts #footer-callout-stripe {
    margin-top: 15px;
  }
  #footer-callouts #footer-callout-quarters {
    margin-top: 15px;
  }
  #vertical-carousel-row > [class*="span"] {
    max-height: none;
    overflow: visible;
  }
  #feature-slider-header-span {
    padding-top: 0;
    padding-bottom: 0;
  }
  h2 {
    margin: 0;
    line-height: auto;
    text-align: center;
  }
  #homepage-slideshow-xl.slideshow .slide .caption,
  #homepage-slideshow-xl.slideshow .cycle-sentinel .caption {
    position: static;
    background: none;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  #homepage-slideshow-xl.slideshow .slide .caption h3,
  #homepage-slideshow-xl.slideshow .cycle-sentinel .caption h3 {
    margin-top: 0;
    padding-top: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
  }
  #homepage-slideshow-xl.slideshow .slide .caption h3,
  #homepage-slideshow-xl.slideshow .cycle-sentinel .caption h3,
  #homepage-slideshow-xl.slideshow .slide .caption h3 a,
  #homepage-slideshow-xl.slideshow .cycle-sentinel .caption h3 a,
  #homepage-slideshow-xl.slideshow .slide .caption p,
  #homepage-slideshow-xl.slideshow .cycle-sentinel .caption p {
    color: #5a5a5a;
  }
  #homepage-slideshow-xl.slideshow .slide .caption > div,
  #homepage-slideshow-xl.slideshow .cycle-sentinel .caption > div {
    padding: 0;
  }
  #homepage-slideshow-xl.slideshow .slide .caption .action-button,
  #homepage-slideshow-xl.slideshow .cycle-sentinel .caption .action-button {
    font-size: 16px;
    margin: 5px 0 10px 10px;
    padding: 5px;
  }
  #homepage-slideshow-xl.slideshow .cycle-next,
  #homepage-slideshow-xl.slideshow .cycle-prev {
    display: none;
  }
  #homepage-slideshow-xl.slideshow .cycle-pager {
    position: static;
  }
  #homepage-slideshow-xl.slideshow .cycle-pager span {
    margin-left: 20px;
  }
  #homepage-slideshow-xl.slideshow .cycle-pager span:first-child {
    margin-left: 0;
  }
  #footer-callouts {
    margin: 0;
  }
  #partner-logos {
    margin: 0 0 20px 0;
  }
  #footer > div.row {
    margin-bottom: 10px;
  }
  #footer #social-links li {
    padding-left: 2.762%;
  }
  #footer #social-links li:first-child {
    display: block;
  }
  #footer #footer-nav li {
    padding: 0 5px;
    background: none;
  }
  #ways-to-help-col {
    background: none;
  }
  /**
	 * Overrides
	 **/
  .span4.span4custom1 {
    width: 100%;
    padding-left: 0;
  }
  .span4.span4custom1 .span4 {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  #feature-slider .slide .thumb,
  #feature-slider .slide .blurb {
    width: 30%;
  }
  #feature-slider .slide .blurb {
    padding: 1% 2%;
    width: 66%;
  }
  #feature-slider-phone .date {
    font-weight: bold;
  }
  #feature-slider-phone .date:after {
    content: ":\00a0";
  }
}
@media (max-width: 360px) {
  #feature-slider {
    height: 230px;
  }
  #feature-slider .slide {
    width: 303px !important;
  }
}
html.ie9 #homepage-slideshow-xl {
  width: 100%;
  max-width: 1650px;
}
html.ie8 #homepage-slideshow-xl {
  width: 100%;
  max-width: 1650px;
}
@media (min-width: 768px) and (max-width: 1019px) {
  html.ie8 #topnav #searchform {
    width: 110px;
  }
  html.ie8 #topnav #searchform input {
    width: 85px;
    background-position: 91px center;
    line-height: 16px;
  }
  html.ie8 #logo {
    min-width: 344px;
  }
  html.ie8 #ways-to-help-container #ways-to-help-slider .slide {
    background-position: -70px 90px;
  }
}
@media (min-width: 1020px) and (max-width: 1199px) {
  html.ie8 #topnav #searchform {
    width: 195px;
  }
  html.ie8 #topnav #searchform input {
    width: 168px;
    background-position: 171px center;
    line-height: 16px;
  }
  html.ie8 #ways-to-help-container #ways-to-help-slider .slide {
    background-position: -20px bottom;
  }
}
@media (min-width: 1200px) {
  html.ie8 #topnav #searchform {
    width: 195px;
  }
  html.ie8 #topnav #searchform input {
    width: 173px;
    background-position: 181px center;
    line-height: 16px;
  }
}
html.ie7 #header-box > div {
  display: inline-block;
  float: left;
}
html.ie7 #social-links li,
html.ie7 #footer-nav li {
  float: left;
}
