/* IMPORT SITE CUSTOM STYLES */
/*INHERITING BASE STYLES FROM DEFAULT V2*/
/* common mix-ins */
/* ROUNDED CORNERS */
/* Implementation */
#RoundedCornerExample {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/* SHADOW */
#ShadowExample {
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
/* TRANSITION */
/* Implementation */
#TransitionExample {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#TransitionExample:hover {
  opacity: 0;
}
/* GRADIENT */
/* Implementation */
#GradientExample {
  background-color: #663333;
  background-image: -webkit-linear-gradient(left, #663333, #333333);
  background-image: -moz-linear-gradient(left, #663333, #333333);
  background-image: -o-linear-gradient(left, #663333, #333333);
  background-image: -ms-linear-gradient(left, #663333, #333333);
  background-image: linear-gradient(left, #663333, #333333);
}
/* QUICK GRADIENT	 */
/* Implementation */
#QuickGradientExample {
  background-color: #BADA55;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
/*
font-family:'Avenir LT W01 35 Light';
font-family:'AvenirLTW01-35LightObli';
font-family:'Avenir LT W01 45 Book';
font-family:'AvenirLTW01-45BookObliq';
font-family:'Avenir LT W01 55 Roman';
font-family:'AvenirLTW01-55Oblique';
font-family:'AvenirLTW01-65MediumObl';
font-family:'Avenir LT W01 85 Heavy';
font-family:'AvenirLTW01-85HeavyObli';
font-family:'Avenir LT W01 95 Black';
font-family:'AvenirLTW01-95BlackObli';
*/
/*@font-face {
  font-family: 'fontello';
  src: url('/themes/schumer/fonts/fontello.eot?60977817');
  src: url('/themes/schumer/fonts/fontello.eot?60977817#iefix') format('embedded-opentype'),
       url('/themes/schumer/fonts/fontello.woff?60977817') format('woff'),
       url('/themes/schumer/fonts/fontello.ttf?60977817') format('truetype'),
       url('/themes/schumer/fonts/fontello.svg?60977817#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/*TYPOGRAPHY*/
/*COLORS*/
/*FONTS*/
.light {
  font-family: 'Avenir LT W01 35 Light';
}
.lightem {
  font-family: 'AvenirLTW01-35LightObli';
}
.book {
  font-family: 'Avenir LT W01 45 Book';
}
.bookem {
  font-family: 'AvenirLTW01-45BookObliq';
}
.roman {
  font-family: 'Avenir LT W01 55 Roman';
}
.romanem {
  font-family: 'AvenirLTW01-55Oblique';
}
.medium {
  font-family: 'Avenir LT W01 65 Medium';
}
.mediumem {
  font-family: 'AvenirLTW01-65MediumObl';
}
.heavy {
  font-family: 'Avenir LT W01 85 Heavy';
}
.heavyem {
  font-family: 'AvenirLTW01-85HeavyObli';
}
.black {
  font-family: 'Avenir LT W01 95 Black';
}
.blackem {
  font-family: 'AvenirLTW01-95BlackObli';
}
body {
  font-family: 'Avenir LT W01 45 Book';
  font-size: 18px;
  font-weight: 400;
}
.main_page_title {
  font-family: 'Avenir LT W01 85 Heavy';
}
aside h1 {
  font-family: 'Avenir LT W01 85 Heavy';
  font-size: 32px;
}
a {
  color: #0399e5;
  cursor: pointer;
}
a:hover {
  color: #0278b3;
}
.btn {
  background-color: #0399e5;
  color: #fff;
  font-family: 'Avenir LT W01 65 Medium';
  white-space: normal;
}
.btn:hover {
  color: #fff;
  background-color: #0278b3 !important;
}
.btn-alt {
  background-color: #0399e5;
  color: #fff;
  font-family: 'Avenir LT W01 65 Medium';
}
.btn-alt:hover {
  color: #fff;
  background-color: #0278b3 !important;
}
.btn-xl {
  background-color: #0399e5;
  text-align: center;
  color: #fff;
  position: relative;
  height: auto;
  padding: 20px 0px 20px;
  font-size: 27px;
  margin: 20px 0px 0px;
  float: none;
  display: block;
  width: 50%;
}
.btn-huge {
  width: 100%;
  background-color: #0399e5;
  text-align: center;
  color: #fff;
  position: relative;
  height: 120px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 40px 0px 0px;
  font-size: 27px;
}
.nested {
  margin-left: 50px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.btn-huge + .btn-huge {
  margin-top: 10px;
}
/*MASTHEAD*/
.bggradient {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff, #e3e7e9);
  background-image: -moz-linear-gradient(top, #fff, #e3e7e9);
  background-image: -o-linear-gradient(top, #fff, #e3e7e9);
  background-image: -ms-linear-gradient(top, #fff, #e3e7e9);
  background-image: linear-gradient(top, #fff, #e3e7e9);
}
.bggradient + div {
  margin-top: 50px;
}
.bgtone {
  background-color: #f4f5f6 !important;
}
.bgtone + div {
  margin-top: 50px;
}
.bgwhite {
  background-color: #fff  !important;
  border: 1px solid #d4d9db;
}
.bgred {
  background-color: #d04b4c !important;
  color: #fff !important;
}
.bgred a {
  color: #fff !important;
}
.newblue {
  color: #0399e5;
}
.newdarkblue {
  color: #0278b3;
}
.red {
  color: #d04b4c;
}
.bggreen {
  background-color: #238aa0 !important;
}
.bgdarkgreen {
  background-color: #5b6f78 !important;
}
.bgnewblue {
  background-color: #0399e5 !important;
}
.bgnewdarkblue {
  background-color: #0278b3 !important;
}
html {
  background: #0399e5;
}
body {
  position: relative;
}
.alertMsg .alert {
  margin: 45px 0 0 0;
}
.alertMsg .bggradient {
  margin: -40px 0 0 0;
}
.alertMsg #fixedhead {
  margin: 0px 0 0 0;
  top: 0;
  position: relative;
}
.alertMsg #fixedhead.scrolling {
  top: 40px;
  position: fixed;
}



.alertMsg .alert.second {
  margin: 0px 0 0 0;
}

.alertMsg .alert.second {
  color: white;
  background-color: #333333;
}

.alertMsg .alert.second .headline a {
  color: white;
}

#content.scrolling{
position: relative;
margin-top: 13rem;
}

body#home .homepage{
  padding-top: 5rem;
}

#headerhome {
  margin-top: 40px;
  height: 850px;
  position: relative;
  width: 100%;
}
#headerhome #headerbg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 600px;
  background: url("/themes/schumer/images/header.png") no-repeat;
  background-position: top right;
  background-size: cover;
  max-width: 645px;
}

#headerhome #headerbg.newimage {

  background: url("/themes/schumer/images/headernew.png") no-repeat;
  background-position: top right;
  background-size: cover;

}

#headerhome .imageholder{
  display: block;
  width: 100%;
  max-width: 480px;
  position: relative;
  height: 175px;
}

#headerhome .logo {
  background: url("/themes/schumer/images/logo.png") no-repeat;

  background-size: contain;
  display: block;
  height: 115px;
  width: 413px;
  text-indent: -10000px;
  margin: 30px 0px 0px;
  border-bottom: none;
  background-size: 413px auto;
}

#headerhome .logo a {
  display: block;
  height: 221px;
  width: 482px;
  text-indent: -10000px;
  margin: 0;
  padding: 0;
}


#headerhome .imageholder .logo.newimage{
  background: url('/themes/schumer/images/newlogo.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  border-bottom: none;
  margin: 0;
  background-position: center;
}

#headerhome #aroundny {
  overflow: visible;
  position: relative;
  height: 680px;
}
#headerhome #aroundny .heading {
  float: left;
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 190px;
  left: 15px;
}
#headerhome #aroundny .heading a {
  display: block;
  width: 300px;
  height: 65px;
  color: #909ea4;
  margin: 0px;
  background: url("/themes/schumer/images/chuckaround.png") no-repeat scroll 0 0 transparent;
  background-size: 100% auto;
  text-indent: -1000px;
}
#headerhome #aroundny .state {
  position: relative;
  top: -20px;
  left: 0px;
  width: 850px;
  height: auto;
  z-index: 1;
}
#headerhome #aroundny .post {
  height: auto;
  width: 410px;
  position: absolute;
  top: 500px;
  left: 15px;
  padding: 0px;
  z-index: 2;
  color: #3a4d55;
}
#headerhome #aroundny .post #chuck-around-ny-header {
  margin-bottom: 5px;
  font-family: 'Avenir LT W01 45 Book';
  display: block;
  width: 100%;
  font-size: 28px;
  line-height: 24px;
}
#headerhome #aroundny .post p {
  font-family: 'Avenir LT W01 45 Book';
  color: #3a4d55;
  font-size: 16px;
  display: block;
  float: left;
  width: 100%;
}



#headerhome .buttons {
  margin-top: 220px;
}


#headerhome .buttons.newimage {
  margin-top: 335px;
}


#headerhome .buttons .btn-huge {
  width: 194px;
  text-align: center;
  color: #fff;
  position: relative;
  height: 194px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 0px;
  float: right;
  white-space: nowrap;
  /*
			&:hover{
				background-color: @newdarkblue !important;
				> span{
					color:@newdarkblue;
				}

			}*/
}
#headerhome .buttons .btn-huge .roundhold {
  overflow: hidden;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  position: relative;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#headerhome .buttons .btn-huge > span {
  font-family: 'Avenir LT W01 95 Black';
  font-size: 27px;
  position: absolute;
  bottom: -85px;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
#headerhome .buttons .btn-huge > span .small {
  font-family: 'Avenir LT W01 45 Book';
  position: relative;
  font-size: 27px;
  line-height: 17px;
  width: 100%;
  display: block;
  text-transform: none;
}
#headerhome .buttons .btn-huge.bgnewblue > span {
  color: #0399e5;
}
#headerhome .buttons .btn-huge.bgnewblue:hover {
  background-color: #0278b3;
}
#headerhome .buttons .btn-huge.bgnewblue:hover > span {
  color: #0278b3;
}
#headerhome .buttons .btn-huge.bgred > span {
  color: #d04b4c;
}
#headerhome .buttons .btn-huge.bgred:hover {
  background-color: #d04b4c !important;
}
#headerhome .buttons .btn-huge.bgred:hover > span {
  color: #d04b4c;
}
#headerhome .buttons .btn-huge span {
  z-index: 1;
}
#headerhome .buttons .btn-huge img {
  position: absolute;
  margin: -1px auto;
  width: 133px;
  max-width: 100%;
  bottom: 0px;
  opacity: .2;
  z-index: 0;
  left: 0;
  right: 0;
}
#headerhome .buttons .btn-huge .phone {
  opacity: .1;
}
#headerhome .buttons .btn-huge:hover img {
  opacity: 1;
}
#headerhome .buttons .btn-huge:hover .phone {
  opacity: 1;
}
#fixedhead {
  position: fixed;
  width: 100%;
  top: 40px;
  z-index: 1;
  height: 130px;
}
#fixedhead + #content {
  margin-top: 170px;
  box-sizing: border-box;
  /* z-index: 999; */
  /* position: relative; */
  background: #fff;
}
#header {
  /*border:1px solid green;*/
  background-color: transparent;
}
#header .logo {
  background: url("/themes/schumer/images/logo.png") no-repeat;
  background-size: contain;
  display: block;
  height: 80px;
  width: 291px;
  text-indent: -10000px;
  margin: 30px 0px 0px;
  border-bottom: none;
}
#header .logo a {
  display: block;
  height: 80px;
  width: 271px;
  text-indent: -10000px;
  margin: 0;
  padding: 0;
}
#header .buttons {
  margin-top: 28px;
}
#header .buttons .btnhold {
  float: left;
  width: 100%;
  display: block;
}
#header .buttons .btnhold .btn-huge {
  width: 75px;
  text-align: center;
  color: #fff;
  position: relative;
  height: 75px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 0px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
}
#header .buttons .btnhold .btn-huge img {
  position: absolute;
  margin: 0 auto;
  width: 133px;
  max-width: 100%;
  bottom: 0px;
  opacity: .2;
  z-index: 0;
  left: 0;
  right: 0;
}
#header .buttons .btnhold .btn-huge .phone {
  opacity: .2;
}
#header .buttons .btnhold .linktext {
  font-family: 'Avenir LT W01 95 Black';
  font-size: 13px;
  display: block;
  width: auto;
  text-transform: uppercase;
  padding-left: 10px;
  padding-top: 15px;
}
#header .buttons .btnhold .linktext:hover {
  text-decoration: none;
}
#header .buttons .btnhold .linktext .small {
  font-family: 'Avenir LT W01 45 Book';
  font-size: 16px;
  line-height: 15px;
  text-transform: none;
}
#header .buttons .btnhold:hover img,
#header .buttons .btnhold:hover .phone {
  opacity: 1;
}
#header .buttons .btnhold:hover .linktext {
  color: #0278b3;
}
#header .buttons .btnhold:hover .linktext:hover {
  text-decoration: none;
}
#header .buttons .btnhold:hover .btn-huge {
  background-color: #0278b3 !important;
}
#header .buttons .btnhold:hover .linktext.red {
  color: #d04b4c;
}
#header .buttons .btnhold:hover .linktext.red:hover {
  text-decoration: none;
}
#header .buttons .btnhold:hover .btn-huge.bgred {
  background-color: #d04b4c !important;
}
#sitesearch {
  background-color: #f0f2f3;
  width: 100%;
  display: block;
  height: 30px;
  padding: 0px 10px 0px 10px;
  margin: 6px 0px;
  border-radius: 5px;
}
#sitesearch input {
  background-color: transparent;
  border: none;
  margin: 0px;
  color: #000;
  font-size: 14px;
}
#sitesearch input:active,
#sitesearch input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#sitesearch input[placeholder],
#sitesearch input:placeholder,
#sitesearch input:-webkit-input-placeholder,
#sitesearch input::-moz-placeholder,
#sitesearch input:-moz-placeholder,
#sitesearch input:-ms-input-placeholder {
  color: #238aa0 !important;
  font-size: 14px;
}
#sitesearch button {
  float: right;
  background-color: transparent;
  border: none;
  margin: 0px;
  color: #fff;
  padding: 4px 0 0 0;
}
/*NAV*/
.navbar {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
  min-height: 0;
  margin-bottom: 0px;
  border: 1px solid transparent;
  background-color: #0399e5;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .collapse {
  padding: 0px;
  width: 100%;
}
.navbar .nav-pills > li {
  color: #fff;
  /*float:left;
			width:auto;*/
}
.navbar .nav-pills > li > a {
  font-family: 'Avenir LT W01 85 Heavy';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 16px;
  border: none;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
}
.navbar .nav-pills > li > a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #e3e7e9;
  color: #0278b3;
  border: none;
}
.navbar .nav-pills > li.selected {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  color: #0278b3;
  border: none;
}
.navbar .nav-pills > li.selected a {
  color: #0278b3;
}
.navbar .nav-pills > li:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #e3e7e9;
  color: #0278b3;
  border: none;
}
.navbar .nav-pills > li:hover a {
  color: #0278b3;
}
.navbar .nav-pills > li:hover .dropdown-menu {
  display: block;
}
.navbar .nav-pills > li .dropdown-menu {
  top: 99%;
  left: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.navbar .nav-pills > li .dropdown-menu > li a {
  background-color: #e3e7e9;
  color: #0278b3;
  font-size: 20px;
}
.navbar .nav-pills > li .dropdown-menu > li a:hover {
  background-color: #0278b3;
  color: #fff;
}
.modal-backdrop.in {
  opacity: .98 !important;
  background-color: #0278b3;
}
#NavMobileModal .modal-dialog {
  margin: 10% auto;
  width: 100% !important;
  max-width: 600px;
  z-index: 500;
}
#NavMobileModal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#NavMobileModal .modal-dialog .modal-content .modal-header {
  float: left;
  padding: 0;
  margin: 0;
  z-index: 500;
  width: 100%;
}
#NavMobileModal .modal-dialog .modal-content .close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  margin: 0 15px 0 0;
}
#NavMobileModal .modal-dialog .modal-content .btn {
  font-size: 30px;
}
#NavMobileModal .modal-dialog .modal-content .modal-header {
  border: none;
}
#NavMobileModal .modal-dialog .modal-content .modal-header h1 {
  font-size: 50px;
}
#NavMobileModal .modal-dialog .modal-content .modal-body {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
#NavMobileModal .modal-dialog .modal-content .modal-body a {
  color: #fff;
}
#NavMobileModal .modal-dialog .modal-content .modal-body a:hover {
  background-color: transparent;
  color: #d04b4c;
}
#NavMobileModal .modal-dialog .modal-content .modal-body #main-nav li {
  font-family: 'Avenir LT W01 45 Book';
}
#NavMobileModal .modal-dialog .modal-content .modal-body #main-nav li ul {
  position: relative;
  float: none;
  background: transparent;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#NavMobileModal .modal-dialog .modal-content .modal-body #main-nav li ul li {
  font-family: 'Avenir LT W01 45 Book';
  text-align: center;
}
#NavMobileModal .modal-dialog .modal-content .modal-body #main-nav li ul li a {
  font-family: 'Avenir LT W01 45 Book';
}
#NavMobileModal .modal-dialog .modal-content .modal-body #main-nav li ul.open {
  display: block;
}
/*home*/
#news .title,
#media .title {
  display: block;
  color: #26414c;
  cursor: pointer;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  font-family: 'Avenir LT W01 65 Medium';
  line-height: 20px;
}
#media {
  margin-bottom: 55px;
}
#media .title {
  display: block;
  color: #26414c;
  cursor: pointer;
  font-size: 20px;
  padding: 0px 0px 15px;
  border-bottom: 1px solid #d4d9db;
  margin: 0px 0px 35px;
  font-family: 'Avenir LT W01 95 Black';
  line-height: 20px;
}
#media .videocontent {
  margin-bottom: 55px;
  float: left;
  width: 100%;
}
#media .videocontent .holder {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 200px;
}
#media .videocontent .holder img {
  display: block;
  position: absolute;
  top: -35px;
  z-index: 2;
}
#media .videocontent .holder .blocker {
  position: absolute;
  top: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#media .videocontent .holder .blocker span {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: .3;
  font-size: 90px;
  color: #fff;
  top: 25%;
}
#media .videocontent .holder .blocker:hover {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#media .videocontent .holder .blocker:hover span {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: .9;
}
#media .videocontent .link {
  background: #0278b3;
  padding: 10px;
  float: left;
  width: 100%;
}
#media .videocontent .link a {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Avenir LT W01 85 Heavy';
  font-size: 18px;
  float: left;
}
#media .videocontent .link a:hover {
  color: #fff;
  text-decoration: none;
}
#media .videocontent .link .summary {
  color: #fff;
  font-size: 18px;
  font-family: 'Avenir LT W01 65 Medium';
  float: left;
}
#media .photocontent .gallery {
  width: 49%;
  float: left;
  margin-bottom: 2%;
  position: relative;
  height: 177px;
  overflow: hidden;
}
#media .photocontent .gallery:nth-child(2n) {
  float: right;
}
#media .photocontent .gallery .holder {
  width: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}
#media .photocontent .gallery .holder img {
  position: absolute;
  top: 0px;
  width: auto;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#media .photocontent .gallery .holder .tall {
  opacity: 1;
  height: auto;
  width: 100%;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#media .photocontent .gallery .holder .short {
  opacity: 1;
  width: auto  !important;
  height: 100% !important;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#media .photocontent .gallery .link {
  width: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#media .photocontent .gallery .link a {
  color: #fff;
  display: block;
  height: 100%;
  bottom: 0px;
  position: absolute;
  width: 100%;
}
#media .photocontent .gallery .link a span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
  padding: 10px;
  font-size: 18px;
}
#media .photocontent .gallery .link a span small {
  font-size: 14px;
}
#media .photocontent .gallery .link:hover {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#news {
  margin-bottom: 55px;
  /* end twitter */
  /*facebook */
}
#news .nav-tabs {
  border-bottom: none;
  padding: 0px 0px 15px;
  margin: 0px;
  background: transparent;
  border-bottom: 1px solid #d4d9db;
}
#news .nav-tabs > li {
  border: none;
  margin: 0px;
  padding: 0px 15px;
  text-transform: uppercase;
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-right: 2px solid #26414c;
}
#news .nav-tabs > li.active {
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-right: 2px solid #26414c;
}
#news .nav-tabs > li.active a {
  border: none;
  margin: none;
  background: none;
  color: #0399e5;
}
#news .nav-tabs > li.active a:hover {
  color: #0399e5;
  border: none;
  margin: none;
  background: none;
}
#news .nav-tabs > li:first-child {
  padding: 0px 15px 0px 0px;
}
#news .nav-tabs > li:last-child {
  border-right: none;
}
#news .nav-tabs > li a {
  border: none;
  margin: none;
  background: none;
  font-family: 'Avenir LT W01 95 Black';
}
#news .nav-tabs > li a:hover {
  color: #0278b3;
  border: none;
  margin: none;
  background: none;
}
#news #press li {
  margin: 30px 0px;
  border-bottom: 1px dotted #e1e6e8;
  padding: 0px 0px 30px;
}
#news #press li a {
  font-family: 'Avenir LT W01 55 Roman';
  color: #26414c;
  text-transform: capitalize;
}
#news #press li a:hover {
  color: #0399e5;
  text-decoration: none;
}
#news #press li a time {
  margin-right: 10px;
  font-family: 'Avenir LT W01 85 Heavy';
}
#news #press li:last-child {
  border: none;
}
#news #twitter {
  height: 750px;
  overflow-y: scroll;
  /*
		.user {
		  clear:left;
		}

		.user a {
		 width: 100px;
		}

		.user span span {
		  width:100px;
		  display:block;
		  margin-top:10px;
		}

		.user img, .user a > span {
		  float:left;
		}

		.user a > span {
		  margin-left:10px;
		}
		*/
}
#news #twitter h2 {
  clear: both;
}
#news #twitter p,
#news #twitter a {
  margin: 10px 0 0 0;
  color: #3d3d3d;
}
#news #twitter a,
#news #twitter a:visited {
  color: #427fed;
}
#news #twitter a:hover {
  color: #82afff;
}
#news #twitter ul {
  margin: 0;
  padding: 0;
}
#news #twitter ul li {
  list-style: none;
  overflow: hidden;
}
#news #twitter ul li:hover {
  background-color: #f7f9fa;
}
#news #twitter li {
  border-bottom: 1px solid #d4d9db;
}
#news #twitter .user {
  display: none;
}
#news #twitter .tweet {
  width: 88%;
  padding: 15px 0 15px 0;
  font-size: 18px;
  text-transform: uppercase;
}
#news #twitter .tweet a {
  color: #238aa0;
  font-size: 16px;
}
#news #twitter .timePosted {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #959595;
  padding: 0 0 10px 5px;
}
#news #twitter .interact {
  float: left;
  width: 10%;
  margin-top: -7px;
}
#news #twitter .interact a {
  margin-left: 5px;
  float: left;
  color: #238aa0 !important;
}
#news .fb_iframe_widget {
  margin: 25px auto 0 auto;
  width: 99% !important;
}
#news .fb_iframe_widget span {
  width: 100% !important;
}
#news .fb_iframe_widget span iframe {
  width: 99% !important;
  margin: 0 auto 0 auto;
}
.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.modal-content .modal-header .close {
  float: right;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  filter: alpha(opacity=100);
  opacity: 1;
}
.modal-content .modal-body iframe {
  width: 100%;
  height: 488px;
}
#headerhome #aroundny #chuck-around-ny-map {
  position: relative;
  width: 100%;
  height: 641px;
  background-image: url(/themes/schumer/images/state.png);
  background-size: 100% 100%;
}
#headerhome #aroundny #chuck-around-ny-map .marker {
  display: inline-block;
  margin: 0;
  width: 23px;
  height: 26px;
  background: url(/themes/schumer/images/marker.png);
  cursor: pointer;
  z-index: 999;
}
#headerhome #aroundny #chuck-around-ny-map .marker-past {
  background: url(/themes/schumer/images/marker.png);
  z-index: 998;
}
#headerhome #aroundny .post .blurb {
  position: absolute;
}
#headerhome #aroundny .post .blurb .offset {
  position: relative;
  left: -10px;
  padding: 0 10px 10px 10px;
}
#headerhome #aroundny .post .desc {
  position: absolute;
  display: none;
}
#headerhome #aroundny .post .desc .offset {
  position: relative;
  left: -10px;
  padding: 0 10px 10px 10px;
  width: 430px;
  background-color: #eaedef;
  background-image: -webkit-linear-gradient(top, #eaedef, #e3e7e9);
  background-image: -moz-linear-gradient(top, #eaedef, #e3e7e9);
  background-image: -o-linear-gradient(top, #eaedef, #e3e7e9);
  background-image: -ms-linear-gradient(top, #eaedef, #e3e7e9);
  background-image: linear-gradient(top, #eaedef, #e3e7e9);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
#headerhome #aroundny .post .expanded .blurb {
  display: none;
}
#headerhome #aroundny .post .expanded .desc {
  display: block;
}
#internetmodal {
  z-index: 100000000;
}
#internetmodal .modal-dialog .modal-header {
  border-bottom: none;
  height: 40px;
  padding: 5px 0px;
}
#internetmodal .modal-dialog .modal-content .close {
  margin-right: 10px;
  margin-top: 5px;
}
#internetmodal .modal-dialog .modal-content .modal-body {
  text-align: center;
}
#internetmodal .modal-dialog .modal-content .modal-body .loader {
  margin-bottom: 40px;
  margin-top: 20px;
}
/*

DETAIL PAGE OVERRIDES

*/
/*


NEWSROOM LANDING PAGE


*/
.banner {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff, #e3e7e9);
  background-image: -moz-linear-gradient(top, #fff, #e3e7e9);
  background-image: -o-linear-gradient(top, #fff, #e3e7e9);
  background-image: -ms-linear-gradient(top, #fff, #e3e7e9);
  background-image: linear-gradient(top, #fff, #e3e7e9);
  padding: 10px;
  width: 100%;
}
.main_page_title {
  margin-top: 50px;
}
.date + .main_page_title {
  margin-top: 20px;
}
body#newsroom .one_column p {
  margin: 0px 30% 10px 0px;
}
body#newsroom .modal-backdrop {
  background: #0399e5;
  opacity: .9;
}
body#newsroom .modal-dialog {
  margin: 10% auto;
  width: 500px;
}
body#newsroom .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  color: #fff;
}
body#newsroom .modal-dialog .modal-content .close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
body#newsroom .modal-dialog .modal-content .btn {
  font-size: 30px;
}
body#newsroom .modal-dialog .modal-content .modal-header {
  border: none;
}
body#newsroom .modal-dialog .modal-content .modal-header h1 {
  font-size: 50px;
}
body#newsroom .modal-dialog .modal-content .modal-body {
  padding: 0px;
  margin: 0px;
}
body#newsroom .modal-dialog .modal-content .modal-body form {
  width: 100%;
}
body#newsroom .modal-dialog .modal-content .modal-body form select {
  background-color: #fff;
  border: medium none;
  color: #000;
  font-size: 30px;
  height: 60px;
  padding: 0 10px;
  width: 100%;
}
body#newsroom .modal-dialog .modal-content .modal-body form .btn {
  background-color: #0278b3;
}
body#newsroom .modal-dialog .modal-content .modal-body form .btn:hover {
  background-color: #fff !important;
  color: #0399e5;
}
.votingtable {
  margin-top: 10px;
}
.votingtable td.Yea,
.votingtable td.Nay {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.votingtable td.Yea span,
.votingtable td.Nay span {
  display: none;
}
.votingtable td.Yea:before {
  content: "\e125";
  top: 5px;
  position: relative;
  left: 5px;
  color: #238aa0;
}
.votingtable td.Nay:before {
  content: "\e126";
  top: 5px;
  position: relative;
  left: 5px;
  color: #d04b4c;
}

#voting_record .page{
  margin: 30px 0;
  display: none;
  transition: 1s ease-in-out;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

#voting_record .page .row .vote{
  font-size: 16px;
  color:#666;
}

#voting_record .page .row .No{
  color:red;
}

#voting_record .page .row .Nay{
  color:red;
}

#voting_record .page .row .Yea{
  color:green;
}

#voting_record .page .row .Aye{
  color:green;
}

#voting_record .page .row .result{
  font-size: 16px;
  color:#666;
  padding: 10px 15px;
}


#voting_record .page .row .date{
padding: 10px 15px;
}

#voting_record .page .row .bill{
padding: 10px 15px;
}

#voting_record .page .row .vote{
padding: 10px 15px;
}

#voting_record .page .row .category{
padding: 10px 15px;
}
/* ----- */
.Failed{
    color:red !important;
  }
.Passed{
  color:green !important;
}
#typenav {
  margin-top: 29px;
}
#typenav .main_page_title {
  margin-top: 20px;
}
#typenav .nav-pills > li a:hover {
  background-color: #f4f5f6;
}
#typenav .nav-pills > li.active a {
  background-color: #0399e5;
  color: #fff;
}
#typenav .nav-pills > li.active a:hover,
#typenav .nav-pills > li.active a:active {
  background-color: #0399e5;
  color: #fff;
}
#typenav.affix {
  top: 0px;
}
.filtertext {
  margin-top: 25px;
  display: block;
  color: #909ea4;
}
.filtertext strong {
  color: #333;
}
.filtertext p {
  margin: 0px;
}
.newsroom_landing #newscontent {
  border-top: none;
  margin-top: 25px;
  padding-top: 25px;
}
#newscontent {
  border-top: 1px solid #f4f5f6;
  margin-top: 25px;
  padding-top: 25px;
}
#newscontent.article,
#newscontent.video {
  border-top: 1px solid transparent;
  margin-top: 25px;
  padding-top: 25px;
}
#press .subtitle {
  color: #626c70;
  margin-bottom: 20px;
}
#press .summary {
  /*
		line-height: 2em;
		margin-top: 20px;*/
}
#photos .img-wrap {
  max-height: 850px;
}
#contact #content ul {
  clear: both;
  overflow: hidden;
}
#contact #content ul li {
  width: 30%;
  float: left;
  margin: 1%;
}
#contact #content ul li a {
  font-size: 24px;
  text-align: center;
  display: block;
  color: #FFF;
  padding: 45px;
  background-color: #238aa0;
}
#contact #content ul li a:hover {
  background-color: #19748b;
  text-decoration: none;
}
/*--- crscontent ----------------------------------------------------*/
#crscontent {
  /*	ul{
		list-style-type: none;
		margin:0;
		padding:0;

		li{
		  	margin:0 !important;
		  	list-style-type: none;
		  }

	}*/
}
#crscontent h1 {
  display: none;
}
#crscontent abbr {
  text-decoration: none;
  border: none;
}
#crscontent #crsGrants {
  margin: 0 0 0 0 !important;
  padding: 0;
}
.schedule #main_column .dTodayInSenateDate {
  display: block;
  margin: 0 0 0 0;
}
.schedule #main_column .dTodayInSenateEntry {
  display: block;
}
#statepage .tod {
  position: absolute;
  z-index: 1;
  width: 334px;
  top: 60px;
  opacity: .89;
}
#statepage .main_page_title {
  display: none;
}
#statepage #state-map-container {
  position: relative;
  padding-top: 20px;
}
#statepage #state-map-container #state-map {
  width: 780px;
  height: 588px;
  background-image: url(/themes/schumer/images/state.png);
  background-size: 100% 100%;
}
#statepage #state-map-container #state-map .marker {
  display: inline-block;
  margin: 0;
  width: 23px;
  height: 26px;
  background: url(/themes/schumer/images/marker.png);
  cursor: pointer;
  z-index: 999;
  cursor: default;
}
#statepage #state-map-container #state-map .marker-past {
  background: url(/themes/schumer/images/marker.png);
  z-index: 998;
  cursor: default;
}
#statepage #state-map-content {
  position: absolute;
  top: 405px;
  width: 420px;
}
#statepage #state-map-content #state-map-header {
  margin-bottom: 5px;
  font-family: 'Avenir LT W01 45 Book';
  display: block;
  width: 100%;
  font-size: 28px;
  line-height: 24px;
}
#statepage #state-map-content #state-map-description p {
  font-size: 16px;
}
#statepage #state-map-content #state-map-description .blurb {
  position: absolute;
}
#statepage #state-map-content #state-map-description .blurb .offset {
  position: relative;
  left: -10px;
  padding: 0 10px 10px 10px;
}
#statepage #state-map-content #state-map-description .desc {
  position: absolute;
  display: none;
}
#statepage #state-map-content #state-map-description.expanded .blurb {
  display: none;
}
#statepage #state-map-content #state-map-description.expanded .desc {
  display: block;
}
#statepage #state-map-content #state-map-description.expanded .desc .offset {
  position: relative;
  left: -10px;
  padding: 0 10px 10px 10px;
  width: 430px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
#statepage .statelinks {
  float: left;
  width: 100%;
}
#statepage .statesymbols {
  margin-top: 20px;
}
#statepage .statefacts {
  margin-top: 20px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  padding: 10px 10px 0px;
  display: block;
  background: url("/imo/media/image/skyline.png") no-repeat scroll 0 bottom #eee;
  background-size: 100% auto;
}
#statepage .statefacts li {
  font-size: 20px;
  margin-bottom: 5px;
}
#statepage .stateslideshow {
  background-color: #f4f5f6;
  padding: 10px;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  margin: 20px auto;
  border-right: 10px solid #f4f5f6;
}
#statepage .stateslideshow img {
  display: inline-block;
  margin-right: 5px;
  padding: 0px;
  height: 250px;
  width: auto;
  vertical-align: top;
}
#statepage .stateslideshow img:last-child {
  margin-right: 0px;
}
#statepage .gallery {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  height: 259px;
  margin-bottom: 30px;
}
#statepage .gallery .holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#statepage .gallery .text {
  position: absolute;
  top: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0px;
  color: #fff;
  padding: 180px 0px 0px 10px;
  font-size: 26px;
}
#statepage .gallery .text:hover {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: rgba(0, 0, 0, 0.2);
}
#asides {
  margin-top: 135px;
}
#asides aside {
  margin-bottom: 40px;
}
#asides aside form fieldset {
  margin-top: 0px;
}
#asides aside form select {
  border: 2px solid #f4f5f6;
}
#asides aside form select + select {
  margin-top: 20px;
}
#asides aside form .btn {
  margin: 0;
  font-size: 19px;
  float: none;
  color: #FFF;
  background-color: #0399e5;
  padding: 3px 0px 2px;
  white-space: pre-line;
}
#asides aside form #thomas_search {
  margin-bottom: 5px;
}
#asides aside .btn {
  margin: 0 0 15px 0;
  font-size: 19px;
  float: none;
  background-color: #0399e5;
  color: #FFF;
  width: 100%;
  padding: 20px;
}
#asides aside .btn-lg {
  margin: 20px 0 0 0;
}
body.nobreadcrumbs #asides {
  margin-top: 85px;
}
body.printtitleicon #asides {
  margin-top: 170px;
}
body.nobreadcrumbs.printtitleicon #asides {
  margin-top: 122px;
}
#browser_table thead tr th {
  padding-top: 10px;
}
.pager li > a,
.pager li > span {
  background-color: #0399e5;
  color: #fff;
}
.pager li > a:hover,
.pager li > span:hover {
  background-color: #0278b3;
  color: #fff;
}
#listblocks .block {
  background-color: #f1f5f7;
}
#listblocks .block a {
  display: block;
  clear: both;
  overflow: auto;
  background-color: #e3e7e9;
}
#listblocks .block a > img {
  float: left;
  width: 70px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #0399e5;
}
#listblocks .block a .media-heading {
  font-size: 20px;
  color: #0399e5;
}
#listblocks .block:hover {
  background-color: #e3e7e9;
}
#listblocks .block:hover a {
  background-color: #d2d6d8;
}
#listblocks .block:hover a > img {
  border-radius: 43px;
  background: #d04b4c;
}
#listblocks .block:hover a .media-heading {
  color: #d04b4c;
}
.pagination-right {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
}
.tours > li {
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-top: 40px;
}
.location-item {
  min-height: 400px;
  margin-bottom: 30px;
}
#issues-page-container #search-issues-page-form fieldset #search-issues-page-field-container #search-issues-page {
  border: 2px solid #e3e7e9;
}
#issues-page-container #search-issues-page-form fieldset #search-issues-page-field-container #search-issues-page:focus,
#issues-page-container #search-issues-page-form fieldset #search-issues-page-field-container #search-issues-page:active {
  border: 2px solid #e3e7e9;
  outline: none;
}
#search-issues-page-results {
  margin-bottom: 40px;
  background-color: #f1f5f7;
}
#search-issues-page-results .result {
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}
#search-issues-page-results .result:last-child {
  border-bottom: none;
}
#search-issues-page-results .result:hover {
  background-color: #e3e7e9;
}
.searchresults .gsSearchTerm {
  font-family: 'Avenir LT W01 65 Medium';
}
.searchresults div.search-results {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.searchresults ol.search-results {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#academy #main_column .xtr-mrgn {
  margin: 20px 0 15px 0;
}
.titleimg {
  background-color: #0399e5;
  margin: 0px 10px 0px 0px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#multimedia-browser ul.nav-tabs {
  border-bottom: 3px solid #0278b3;
}
#multimedia-browser ul.nav-tabs li a:hover {
  background: #0399e5;
  color: #fff;
}
#multimedia-browser ul.nav-tabs li.active a {
  background: #0278b3;
  color: #fff;
}
#multimedia-browser ul.nav-tabs li.active a:hover {
  background: #0278b3;
  color: #fff;
}
#multimedia-browser .status {
  background-color: #0278b3 !important;
  font-size: 18px;
  padding: 8px;
  margin-bottom: 5px;
}
#multimedia-browser .pagination {
  background-color: #0399e5;
  color: #fff;
}
#multimedia-browser .row .media-thumbnail {
  width: 240px;
}
#multimedia-browser .row .media-thumbnail .default-image {
  background-color: #0278b3;
}
#flagForm #flag-options .head {
  background-color: rgba(91, 110, 120, 0.05);
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

#aroundny .title {
padding: 2rem 0;
}

#aroundny .title img {
  width: 100%;
  display: block;
}

#aroundny #mapbox {
  display: block;
  position: relative;
  z-index: 0;
  padding: 2rem 0;
}

#aroundny #mapbox #map{
  display: block;
  position: relative;
  width: 100%;
  min-height: 600px;
}


#aroundny #mapbox #map .leaflet-popup-content {
 
  text-align: center;
 
}

#aroundny #mapbox #map .leaflet-popup-content .marker-title{
 
  text-align: center;
  font-size: 20px;
}

#aroundny #mapbox #map .leaflet-popup-content .marker-city{
  font-family: 'Avenir LT W01 95 Black';
  font-size: 18px;
 
  text-align: center;
  text-transform: uppercase;
  color: #0399e5;
}

#aroundny #mapbox #map .leaflet-popup-content .marker-date{
  font-family: 'Avenir LT W01 95 Black';
  font-size: 16px;
 
  text-align: center;
  text-transform: uppercase;
  color: #d04b4c;
}

#aroundny #mapbox #map .leaflet-popup-content .marker-description{
  text-align: left;
  padding: 1rem;
  display: block;
}

#aroundny #mapbox #map .leaflet-marker-icon {
  margin-left: -8px!important;
  margin-top: -5px!important;
  width: 18px!important;
  height: 20px!important;
  background-color: transparent;
  border: none;

}

#aroundny #mapbox #map .leaflet-marker-icon:hover .icon-marker .icon{
  transform: scale(1.2);
}

#aroundny #mapbox #map .leaflet-marker-icon .icon-marker{
  display: block;
  width: 100%;

}

#aroundny #mapbox #map .leaflet-marker-icon .icon-marker .icon{
  position: absolute;
    top: -6px;
    left: -3px;
    transition: transform .2s ease-in-out;
}

#aroundny #mapbox #map .leaflet-marker-icon .icon-marker .icon-number{
  position: relative;
  top: -1px;
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 8px;

}




#chuck-around-ny .main_page_title {
  margin: 20px 0 0 0;
  width: 300px;
  height: 65px;
  background: url("/themes/schumer/images/chuckaround.png") no-repeat scroll 0 0 transparent;
  background-size: 100% auto;
  text-indent: -1000px;
}
#chuck-around-ny #map-bar {
  margin: 1em 0;
  padding: .5em .75em;
  width: 100%;
  background-color: #0399e5;
  font-size: 13px;
}
#chuck-around-ny #map-bar label {
  margin: 0;
  color: #fff;
}
#chuck-around-ny #map-bar label select {
  margin-left: .25em;
  color: #000;
}
#chuck-around-ny #map-bar label select option {
  color: #000;
}
#chuck-around-ny #map-container {
  display: none;
}
#chuck-around-ny #map-container #map {
  background-image: url(/themes/schumer/images/state.png);
  background-size: 100% 100%;
}
#chuck-around-ny #map-container #map .marker,
#chuck-around-ny #map-container #map .marker-past {
  display: none;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #d04b4c;
}
#chuck-around-ny #map-content {
  display: none;
  min-height: 140px;
}
#chuck-around-ny #map-listings ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#chuck-around-ny #map-listings ul li + li {
  margin-top: 20px;
  border-top: 1px solid #eee;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #chuck-around-ny .main_page_title {
    position: absolute;
    top: 80px;
    margin-top: 0;
  }
  #chuck-around-ny #map-bar {
    position: absolute;
    top: 140px;
    width: 277px;
    z-index: 999;
  }
  #chuck-around-ny #map-container {
    position: absolute;
    margin-top: 20px;
    width: 100%;
    display: block;
  }
  #chuck-around-ny #map-container #map {
    width: 837px;
    height: 630px;
  }
  #chuck-around-ny #map-content {
    display: block;
    margin-top: 455px;
    width: 485px;
  }
  #chuck-around-ny #map-listings {
    display: none;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #chuck-around-ny .main_page_title {
    top: 10px;
  }
  #chuck-around-ny #map-bar {
    top: 70px;
    width: 233px;
  }
  #chuck-around-ny #map-container #map {
    width: 586px;
    height: 441px;
  }
  #chuck-around-ny #map-content {
    margin-top: 330px;
    width: 350px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #chuck-around-ny .main_page_title {
    top: 80px;
  }
  #chuck-around-ny #map-bar {
    top: 140px;
    width: 277px;
  }
  #chuck-around-ny #map-container #map {
    width: 720px;
    height: 542px;
  }
  #chuck-around-ny #map-content {
    margin-top: 402px;
    width: 425px;
  }
}
@media (min-width: 1330px) {
  #chuck-around-ny #map-container #map {
    width: 817px;
    height: 615px;
  }
  #chuck-around-ny #map-content {
    margin-top: 443px;
    width: 425px;
  }
}
/* FORM SYSTEM styles page

This are mostly functional styles at the top, with customizations below...

*/
#accomp-all,
#accomp-1,
#accomp-2,
#accomp-3 {
  display: none;
}
.sel_all #accomp-all,
.sel_all #accomp-1,
.sel_all #accomp-2,
.sel_all #accomp-3,
.sel_1 #accomp-1,
.sel_2 #accomp-2,
.sel_3 #accomp-3 {
  display: block;
}
.show_form .form_mode,
.show_preview .preview_mode {
  display: block !important;
}
.show_form input,
.show_form select,
.show_form textarea {
  display: inline-block !important;
}
.show_form .preview_mode {
  display: none !important;
}
.show_preview .form-control,
.show_preview .form_mode,
.show_preview input,
.show_preview select,
.show_preview textarea {
  display: none !important;
}
abbr {
  outline: none;
  border: none;
}
.form-group .preview_mode {
  color: #0399e5;
}
.show_form .picker {
  display: inline-block !important;
}
.show_preview input#send-request {
  display: inline-block !important;
}
.button-right {
  float: right;
}
.button-left {
  float: left;
}
#edit-request {
  margin-right: 1em;
}
#qa-form {
  margin-bottom: 20px;
}
#qa-form .button {
  cursor: pointer;
  font-size: 1rem;
  font-family: sans-serif;
}
/*

FORM SYSTEM Customizations
*/
/*--- Global Forms / Overide Bootstrap Focus ---*/
#main_column {
  /* paragraphs have a 30% right margin, I don't know where it's being set. */
}
#main_column form fieldset abbr[title],
#main_column form fieldset abbr[data-original-title] {
  color: #0399e5;
}
#main_column form .btn {
  margin: 15px 0px 15px 15px;
  background-color: #0399e5;
}
#main_column form .btn:hover {
  background-color: #0278b3;
}
#main_column form .btn + .btn {
  margin-left: 30px;
}
#content .amend-form-container form {
  /*input[type="submit"] {
				padding: .25em .5em;
				font-size: 1.3em;
			}*/
}
#content .amend-form-container form h2 {
  margin: 0 0 1em 0;
  font-size: 25px;
  font-weight: bold;
}
#content .amend-form-container form h3 {
  margin: 0 0 1em 0;
  font-size: 20px;
}
#content .amend-form-container form input[type="text"],
#content .amend-form-container form input[type="email"],
#content .amend-form-container form textarea,
#content .amend-form-container form select {
  width: 100%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#content .amend-form-container form select {
  padding: 10px;
  height: 50px;
  font-size: 18px;
}
#content .amend-form-container form textarea {
  min-height: 125px;
}
#content .amend-form-container form input[type="checkbox"] + label,
#content .amend-form-container form input[type="radio"] + label {
  display: inline;
  position: relative;
  top: 2px;
  left: .5em;
}
#content .amend-form-container form .checkbox input[type="checkbox"] {
  margin-left: 0;
}
#content .amend-form-container form .checkbox input[type="checkbox"] + label {
  top: -1px;
  left: .25em;
}
#content .amend-form-container form .control-group + .control-group,
#content .amend-form-container form .control-group + .row,
#content .amend-form-container form .row + .control-group,
#content .amend-form-container form .row + .row {
  margin-top: 1em;
}
@media (max-width: 990px) {
  #content .amend-form-container form div[class^="col-"] + div[class^="col-"] {
    margin-top: 1em;
  }
}
.fc-tbx {
  padding: 9px 14px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.fc-tbx .arrow,
.fc-tbx .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fc-tbx .arrow {
  border-width: 11px;
}
.fc-tbx .arrow:after {
  content: "";
  border-width: 10px;
}
.fc-tbx .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.fc-tbx .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.fc-tbx ul.error-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-tbx ul.error-list li p {
  margin: 0;
  font-family: 'Nexa W01 Light';
  font-size: 18px;
  color: #464646;
}
/*FOOTER*/
footer {
  background-color: #0399e5;
  margin-top: 100px;
}
footer .nav-pills > li > a {
  font-family: 'Avenir LT W01 85 Heavy';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  border: none;
  padding: 10px;
  text-transform: uppercase;
}
footer .nav-pills > li > a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #e3e5e6;
  color: #5b6f78;
  border: none;
}
@media (max-width: 1330px) {
  body {
    /*border:5px solid purple;*/
  }
  #header .buttons {
    margin-top: 40px;
  }
  #header .buttons .btnhold .btn-huge {
    width: 56px;
    height: 56px;
  }
  #header .buttons .btnhold .linktext {
    padding-left: 10px;
    padding-top: 10px;
  }
  #headerhome .buttons {
    z-index: 11;
    position: relative;
  }
  #headerhome .buttons .btn-huge {
    width: 160px;
    height: 160px;
  }
  #headerhome .buttons .btn-huge > span {
    font-size: 21px;
    bottom: -70px;
    width: 100%;
  }
  #headerhome .buttons .btn-huge > span .small {
    font-size: 22px;
    line-height: 17px;
  }
  #statepage #state-map-container #state-map {
    width: 740px;
    height: 558px;
  }
  #statepage #state-map-content {
    top: 385px;
  }
  #statepage .gallery {
    height: 230px;
  }
  #statepage .gallery .text {
    padding: 163px 0px 0px 10px;
    font-size: 21px;
  }
  #statepage .btn-huge {
    padding: 30px 15px 30px;
    font-size: 24px;
    height: 101px;
    white-space: pre-line;
    display: block;
  }
  #listblocks .block {
    background-color: #f1f5f7;
  }
  #listblocks .block a {
    display: block;
    clear: both;
    overflow: auto;
    background-color: #e3e7e9;
  }
  #listblocks .block a > img {
    float: left;
    width: 50px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #0399e5;
  }
  #listblocks .block a .media-heading {
    font-size: 18px;
    top: 10px;
  }
  #listblocks .block .desc {
    height: 200px;
  }
  #listblocks .block .desc p {
    font-size: 16px;
  }
  #listblocks .block.noimg a {
    height: auto !important;
    min-height: 77px;
  }
  #multimedia-browser .row .media-thumbnail {
    width: 215px;
  }
}
/*
	the following breakpoints are max-width versions of the min-width bootstrap queries:
		480px
		768px
		992px
		1200px


		//menu
		 financial-aid menu disapears

*/
@media (max-width: 1199px) {
  body {
    /*border:5px solid orange;*/
  }
  #media .photocontent .gallery {
    height: 143px;
  }
  #media .videocontent .holder {
    height: 157px;
  }
  #headerhome #aroundny .heading {
    bottom: 280px;
  }
  #headerhome #aroundny #chuck-around-ny-container {
    width: 650px;
  }
  #headerhome #aroundny #chuck-around-ny-container #chuck-around-ny-map {
    height: 490px;
  }
  #headerhome #aroundny .post {
    top: 410px;
  }
  #headerhome .logo {
    height: 115px;
    width: 350px;
    background-size: contain !important;
  }
  #headerhome .buttons {
    margin-top: 200px;
    z-index: 11;
    position: relative;
  }
  #headerhome .buttons .btn-huge {
    width: 120px;
    height: 120px;
  }
  #headerhome .buttons .btn-huge > span {
    font-size: 17px;
    bottom: -55px;
    width: 100%;
  }
  #headerhome .buttons .btn-huge > span .small {
    font-size: 17px;
    line-height: 17px;
  }
  #headerhome #headerbg {
    width: 100%;
  }
  #statepage #state-map-container #state-map {
    width: 630px;
    height: 475px;
  }
  #statepage .tod {
    position: absolute;
    z-index: 1;
    width: 211px;
    top: 40px;
    opacity: .89;
  }
  #statepage #state-map-content {
    top: 325px;
    width: 350px;
  }
  #statepage .gallery {
    height: 185px;
  }
  #statepage .gallery .text {
    padding: 125px 0px 0px 10px;
    font-size: 18px;
  }
  #statepage .statefacts li {
    font-size: 16px;
    margin-bottom: 0px;
  }
  #statepage .btn-huge {
    height: 83px;
    padding: 25px 15px;
    font-size: 19px;
  }
  #photos li .imghold {
    height: 215px;
    background-size: 215px auto;
  }
  #multimedia-browser .row .media-thumbnail {
    width: 180px;
  }
}
@media (max-width: 991px) {
  body {
    /*border:5px solid blue;*/
  }
  #headerhome #headerbg {
    width: 100%;
  }
  #headerhome .logo {
    position: relative;
    z-index: 100;
  }

  #media .photocontent .gallery {
    float: left;
    height: 223px;
    width: 100%;
  }
  #media .videocontent .holder {
    height: 123px;
  }
  #media .videocontent .holder img {
    top: -21px;
  }
  #media .videocontent .holder .blocker span {
    font-size: 60px;
    top: 25%;
  }
  .navbar .nav-pills > li > a {
    font-size: 13px;
    padding: 12px 8px;
  }
  .navbar .nav-pills > li .dropdown-menu > li a {
    font-size: 14px;
    padding: 3px 8px;
  }
  #headerhome {
    background-size: 420px auto;
    height: 750px;
  }
  #headerhome #aroundny {
    display: none;
  }
  #headerhome .buttons {
    margin-top: 50px;
  }

  #headerhome .buttons.newimage {
    margin-top: 50px;
  }
  
  #headerhome .buttons .btn-huge {
    width: 100%;
    height: 200px;
    float: none;
    background-color: transparent !important;
    margin-bottom: 50px;
  }
  #headerhome .buttons .btn-huge:hover {
    background-color: transparent !important;
  }
  #headerhome .buttons .btn-huge .roundhold {
    height: 200px;
    width: 200px;
  }
  #headerhome .buttons .btn-huge > span {
    font-size: 40px;
    bottom: 70%;
    width: 60%;
    text-align: left;
    float: left;
    position: relative;
    margin-left: 230px;
  }
  #headerhome .buttons .btn-huge > span .small {
    font-size: 40px;
    line-height: 30px;
  }
  #headerhome .buttons .btn-huge.bgnewblue .roundhold {
    background-color: #0399e5;
  }
  #headerhome .buttons .btn-huge.bgnewblue:hover {
    background-color: transparent !important;
  }
  #headerhome .buttons .btn-huge.bgred .roundhold {
    background-color: #d04b4c;
  }
  #headerhome .buttons .btn-huge.bgred:hover {
    background-color: transparent !important;
  }
  #header .buttons {
    margin-top: 56px;
  }
  #header .buttons .btnhold .btn-huge {
    width: 45px;
    height: 45px;
  }
  #header .buttons .btnhold .linktext {
    font-size: 13px;
    padding-left: 10px;
    padding-top: 6px;
  }
  #statepage #state-map-container #state-map {
    width: 480px;
    height: 362px;
  }
  #statepage #state-map-content {
    top: 250px;
    width: 300px;
  }
  #statepage #state-map-content #state-map-header {
    font-size: 25px;
  }
  #statepage #state-map-content #state-map-description p {
    font-size: 14px;
  }
  #statepage .statefacts {
    background: url("/imo/media/image/skyline.png") no-repeat scroll 0 8px #eeeeee;
    background-size: 100% auto;
  }
  #statepage .statefacts li {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #typenav,
  #typenav.affix {
    width: 160px;
  }
  #typenav .main_page_title,
  #typenav.affix .main_page_title {
    font-size: 31px;
  }
  #typenav .nav-pills > li a,
  #typenav.affix .nav-pills > li a {
    font-size: 14px;
  }
  #photos li .imghold {
    height: 160px;
    background-size: 160px auto;
  }
  #listblocks .block a {
    height: 150px;
  }
  #listblocks .block a > img {
    display: block;
    float: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #0399e5;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  #listblocks .block a .media-heading.withimg {
    font-size: 20px;
    width: 100%;
    left: 0;
    text-align: center;
  }
  #listblocks .block .desc {
    height: 260px;
  }
  #listblocks .block.noimg a {
    height: auto;
    min-height: 100px;
  }
  #multimedia-browser .row .media-thumbnail {
    width: 135px;
  }
}
@media (max-width: 767px) {
  body {
    /*border:5px solid green;*/
  }
  #headerhome #headerbg {
    width: 100%;
    top: 0px;
    opacity: .5;
    right: 0px;
  }
  #news .nav-tabs > li {
    border-right: none !important;
  }
  #media .photocontent .gallery {
    height: auto;
    width: 100%;
  }
  #media .photocontent .gallery .holder {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
    z-index: 1;
  }
  #media .photocontent .gallery .holder img.short,
  #media .photocontent .gallery .holder img.tall {
    opacity: 1;
    width: 100% !important;
    height: auto !important;
    display: block;
    float: left;
    position: relative;
  }
  #media .photocontent .gallery .link {
    width: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    height: 100%;
    z-index: 2;
    top: 0px;
  }
  #media .photocontent .gallery .link a span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 10px;
    padding: 10px;
    font-size: 30px;
  }
  #media .videocontent .holder {
    height: auto;
  }
  #media .videocontent .holder img {
    top: 0px;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
  }
  #media .videocontent .holder .blocker span {
    font-size: 120px;
    top: 35%;
  }
  .navbar {
    height: 40px;
  }
  #header .buttons {
    margin-top: 10px;
  }
  #header .buttons.newimage {
    margin-top: 10px;
  }
  #header .buttons .btnhold {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  #header .buttons .btnhold > span {
    font-size: 36px;
    bottom: 70%;
  }
  #header .buttons .btnhold > span .small {
    font-size: 36px;
    line-height: 30px;
  }
  #headerlower .buttons {
    margin-top: 10px;
  }

  #headerlower .buttons.newimage {
    margin-top: 10px;
  }

  #headerlower .buttons .btn-huge .roundhold {
    height: 180px;
    width: 180px;
  }
  #headerlower .buttons .btn-huge > span {
    font-size: 34px;
    bottom: 70%;
    margin-left: 200px;
  }
  #headerlower .buttons .btn-huge > span .small {
    font-size: 34px;
    line-height: 30px;
  }
  .navbar-toggle {
    position: relative;
    float: left;
    margin-right: 0px;
    padding: 6px 4px;
    margin-top: 5px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: .8;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
  }
  .navbar-toggle:after {
    content: "MENU";
    display: block;
    position: absolute;
    color: #FFF;
    top: 0px;
    left: 120%;
    font-size: 24px;
    font-family: 'Avenir LT W01 85 Heavy';
    line-height: 27px;
  }
  .navbar-toggle:hover {
    opacity: 1;
  }
  #statepage #state-map-container,
  #statepage #state-map-content,
  #statepage .tod {
    display: none;
  }
  #statepage .gallery {
    height: auto;
    display: block;
    position: relative;
    float: left;
    width: 100%;
  }
  #statepage .gallery .holder {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  #statepage .gallery .holder img {
    width: 100%;
  }
  #statepage .gallery .text {
    padding: 10px 0px 0px 10px;
    font-size: 40px;
  }
  body#newsroom .one_column p {
    margin: 0px 0px 10px 0px;
  }
  body#newsroom .modal-dialog {
    margin: 10% auto;
    width: 80%;
  }
  body#newsroom .modal-dialog .modal-content .modal-header h1 {
    font-size: 34px;
  }
  body#newsroom .modal-dialog .modal-content .modal-body form select {
    font-size: 18px;
    height: 40px;
  }
  #photos li .imghold {
    height: auto;
    width: 100%;
    background-size: 350px auto;
    margin-bottom: 15px;
  }
  #photos li .imghold .short,
  #photos li .imghold .tall {
    width: 100% !important;
    height: auto !important;
    position: relative;
  }
  #listblocks .block a {
    height: auto;
    min-height: 0;
  }
  #listblocks .block a > img {
    display: block;
    float: left;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #0399e5;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  #listblocks .block a .media-heading.withimg {
    font-size: 20px;
    width: 75%;
    left: 20px;
    text-align: left;
  }
  #listblocks .block .desc {
    height: auto;
    min-height: 0px;
  }
  #listblocks .block.noimg a {
    height: auto;
    min-height: 77px;
  }
  #listblocks .block.noimg a .media-heading {
    font-size: 27px;
    top: 5px;
  }
  #multimedia-browser .row .media-thumbnail {
    width: 49%;
    height: 320px;
    margin: 0 2% 1em 0;
  }
}
@media (max-width: 479px) {
  body {
    border: transparent;
  }
  #sitesearch #search-field {
    width: 160px;
  }
  #fixedhead {
    height: 100px;
  }
  #fixedhead #header .buttons {
    display: none;
  }
  #headerhome {
    height: 450px;
    background: none;
  }
  #headerhome #headerbg {
    display: none;
  }
  #header .logo,
  #headerhome .logo {
    width: 100%;
    background-size: contain !important;
    margin-bottom: 30px;
  }
  #header .logo a,
  #headerhome .logo a {
    height: 100%;
    width: 100%;
  }
  #header .buttons,
  #headerhome .buttons {
    margin-top: 10px;
    width: 100%;
  }

  #header .buttons,
  #headerhome .buttons.newimage {
    margin-top: 10px;
    width: 100%;
  }
  #header .buttons .btnhold,
  #headerhome .buttons .btnhold {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  #header .buttons .btnhold .btn-huge,
  #headerhome .buttons .btnhold .btn-huge {
    width: 30px;
    height: 30px;
  }
  #header .buttons .btnhold .btn-huge .roundhold,
  #headerhome .buttons .btnhold .btn-huge .roundhold {
    height: 200px;
    width: 200px;
  }
  #header .buttons .btnhold .btn-huge > span,
  #headerhome .buttons .btnhold .btn-huge > span {
    font-size: 40px;
    bottom: 70%;
    width: 60%;
    text-align: left;
    float: left;
    position: relative;
    margin-left: 230px;
  }
  #header .buttons .btnhold .btn-huge > span .small,
  #headerhome .buttons .btnhold .btn-huge > span .small {
    font-size: 40px;
    line-height: 30px;
  }
  #header .buttons .btnhold .linktext,
  #headerhome .buttons .btnhold .linktext {
    font-size: 12px;
    padding-left: 4px;
    padding-top: 0px;
  }
  #headerlower .buttons .btn-huge {
    height: 85px;
  }
  #headerlower .buttons .btn-huge .roundhold {
    width: 80px;
    height: 80px;
  }
  #headerlower .buttons .btn-huge > span {
    font-size: 30px;
    bottom: 0;
    margin-left: 100px;
    position: absolute;
  }
  .navbar-toggle:after {
    content: "";
    display: none;
  }
  #news .nav-tabs > li,
  #news .nav-tabs > li.active {
    float: none;
    margin: 0;
    padding: 5px 0 0 0;
    border: 0px solid transparent;
  }
  #main_column h1 {
    margin: 0 0 10px 0;
  }
  #asides aside .btn {
    font-size: 16px;
  }
  /* state page */
  #statepage .twitterholder {
    margin-top: 0px;
  }
  #statepage .twitterholder h1 {
    font-size: 32px;
  }
  #statepage .statesymbols .gallery {
    height: 335px;
  }
  .newsroom_landing #newscontent {
    margin-top: 15px;
    padding-top: 0;
  }
  #multimedia-browser .row .media-thumbnail {
    height: auto;
    margin: 0 0 1em;
    width: 100%;
  }
  .btn-xl {
    width: 100%;
    font-size: 26px;
  }
  .services .btn {
    width: 100%;
  }
  #multimedia-browser .row .media-thumbnail {
    width: 100%;
    height: 320px;
    margin: 0 2% 1em 0;
  }
}
@media (min-width: 1330px) {
  .container {
    width: 1300px;
  }
}
/**/
.ie8 .bggradient {
  background-color: #e3e7e9;
}
.ie8 #headerhome {
  margin-top: 40px;
  height: 850px;
  position: relative;
  width: 100%;
}
.ie8 #headerhome #headerbg {
  position: absolute;
  top: 0;
  right: 0;
  height: 600px;
  background: url("/themes/schumer/images/header.png") no-repeat;
  background-position: top right;
  background-size: cover;
  width: 645px  !important;
  float: right  !important;
}
.ie8 #headerhome #headerbg img {
  position: absolute !important;
  width: 100%  !important;
  height: auto  !important;
  top: 0px  !important;
  right: 0px  !important;
}
.ie8 #header .buttons {
  margin-top: 28px;
}
.ie8 #header .buttons .btnhold {
  float: left;
  width: 100%;
  display: block;
}
.ie8 #header .buttons .btnhold .btn-huge img {
  width: 70px;
}
@media print {
  html {
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
  }
  html body {
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
    overflow-x: visible !important;
  }
  html #logo,
  html .logohold,
  html .navbar,
  html #toolbar,
  html .footer,
  html footer,
  html #breadcrumb {
    display: none!important;
  }
  html .rss-subscribe:after {
    content: "";
  }
  html #masthead {
    display: none;
  }
  html #searchnav {
    display: none;
  }
  html #searchnav .navbarhold {
    display: none;
  }
  html #searchnav #searchform {
    display: none;
  }
  html .container {
    color: #333333 !important;
    width: 100%;
  }
  html .container ul {
    width: 100%;
  }
  html .container ul li {
    color: #ccc !important;
    width: 100%;
  }
  html .container div {
    color: #333333 !important;
    width: 100%;
  }
  html .container div * {
    color: #333333 !important;
  }
  html .container img:after,
  html .container a:after {
    content: "";
  }
  html .container #asides .social,
  html .container #asides .servicespod {
    display: none;
  }
  html .container img {
    margin: 10px;
  }
  html .container .inline-search {
    display: none;
  }
  html .container #search-issues-page-container,
  html .container #search-issues-page-results {
    display: none;
  }
  html .container .media-list .media {
    page-break-inside: avoid;
  }
  html .container .media-list a.pull-left,
  html .container .media-body {
    display: block;
    float: left;
    width: 15%;
  }
  html .container .media-list a.pull-left {
    margin-right: 5% !important;
  }
  html .container .media-list a img {
    width: 100%;
  }
  html .container .media-body {
    width: 80%;
  }
  #content .container #main_column {
    border-right: none;
  }
  #content .banner #alt-caption {
    position: static !important;
  }
  /* about */
  #content #myAffix {
    display: none;
  }
  #content #main_column .dateblock {
    border-bottom: none;
    width: 100%;
    clear: both;
  }
  #content #main_column .dateblock h2 {
    clear: both;
  }
  /* about */
  #issue #asides {
    display: none;
  }
}

#info #asides{
  margin-top: 30px;
}

#info #asides .blueblockquote{
  background-color: #cae8fa;
  padding: 2rem 4rem;
}

#info .navbuttons{
  margin-top: 5rem;
  margin-bottom: 2rem;
}

#info .navbuttons .btn{
  font-size: 20px;
  padding: 2rem 1rem;
  font-weight: bold;
}

#info .navbuttons .btn.active{
  background-color: #d04b4c;
}

.faqsection{
  border-top: 10px solid rgba(0, 0, 0, 0.05);
  border-bottom: 10px solid rgba(0, 0, 0, 0.05);
  display: table;
  width: 100%;
  padding: 1rem 0rem;
  margin-bottom: 5rem;
  margin-top: 5rem;

}

@media (max-width:767px){
  .faqsection{
    display: table;
    width: 100%;
    padding: 0px;
  }
}

.faqsection .faqheader{

  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  font-size: 34px;
  font-weight: bold;
  color: #363636;

}

.faqsection .panel{
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}


.faqsection .panel-heading{
  color: #363636;
  background-color: transparent;
  border-color: #d04b4c;
  border-radius: 0;
  border: 0;
  border-bottom: 5px solid #d04b4c;
}
.faqsection .panel-title{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  color: #d04b4c;
}

.faqsection .panel-heading a{

  text-decoration: none;
  display: block;

}

.faqsection .panel-heading a:hover .panel-title{
  color: #363636;
}

.faqsection .panel-heading .panel-title{
  color:#d04b4c;
}

.faqsection .panel-heading .panel-title .pull-right .fa{
  color: #363636;
}

.faqsection .panel-collapse .panel-body{
  border-bottom: 5px solid #f8f8f9;
}

.faqsection .panel-collapse .panel-body ul{
margin-top: 10px;
}


.faqsection .panel-collapse .panel-body p{
  margin-bottom: 10px;
}

/*# sourceMappingURL=common.css.map */

