/* IMPORT SITE CUSTOM STYLES */
/* 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));
}
/*TYPOGRAPHY*/
/*

font-family:'Memphis LT W01 Light';
font-family:'MemphisLTW01-LightItali';
font-family:'Memphis LT W01 Medium';
font-family:'MemphisLTW01-MediumItal';
font-family:'Memphis LT W01 Bold';
font-family:'MemphisLTW01-BoldItalic';
font-family:'MemphisLTW01-ExtraBold';
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
*/
body {
  font-family: 'Memphis LT W01 Medium';
  font-size: 18px;
}
.light {
  font-family: 'Memphis LT W01 Light';
}
.lightem {
  font-family: 'MemphisLTW01-LightItali';
}
.medium {
  font-family: 'Memphis LT W01 Medium';
}
.mediumem {
  font-family: 'MemphisLTW01-MediumItal';
}
.bold {
  font-family: 'Memphis LT W01 Bold';
}
.boldem {
  font-family: 'MemphisLTW01-BoldItalic';
}
.xbold {
  font-family: 'MemphisLTW01-ExtraBold';
}
.sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.sans-serifbold {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.helveticabold {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.tan {
  color: #fffaf4;
}
.brown {
  color: #876c51;
}
.green {
  color: #918e6f;
}
.white {
  color: #ffffff;
}
.red {
  color: #D85645;
}
.bgtan {
  background-color: #fffaf4 !important;
}
.bgbrown {
  background-color: #876c51 !important;
}
.bggreen {
  background-color: #918e6f !important;
}
.bgwhite {
  background-color: #fff  !important;
}
.bgred {
  background-color: #D85645 !important;
}
.bgfacebook {
  background-color: #3B5998  !important;
}
.bgtwitter {
  background-color: #00aced  !important;
}
.bgyoutube {
  background-color: #e52d27  !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Memphis LT W01 Bold';
  font-weight: normal;
  color: #413428;
}
h1.nomargin,
h2.nomargin,
h3.nomargin,
h4.nomargin,
h5.nomargin,
h6.nomargin,
.h1.nomargin,
.h2.nomargin,
.h3.nomargin,
.h4.nomargin,
.h5.nomargin,
.h6.nomargin {
  margin-top: 0px !important;
  margin-bottom: 10px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
a {
  cursor: pointer;
  color: #918e6f;
}
a:hover {
  text-decoration: none;
  color: #876c51;
}
b,
strong {
  font-weight: normal;
  font-family: 'Memphis LT W01 Bold';
}
p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.btn {
  margin: 0px;
  background-color: #876c51 !important;
  color: #ffffff;
  font-family: 'Memphis LT W01 Medium';
  color: #fff;
}
.btn:hover {
  background-color: #D85645 !important;
  color: #ffffff;
}
.btn.btn-xl {
  font-size: 26px;
  padding: 20px 25px;
  margin: 15px 0px;
  color: #fff;
}
.btn.btn-rev {
  background-color: #fff  !important;
  color: #876c51;
  font-family: 'Memphis LT W01 Bold';
  border: 2px solid #876c51;
}
.btn.btn-rev:hover {
  background-color: #fff  !important;
  color: #D85645;
  border: 2px solid #D85645;
}
.btn-primary {
  border: none;
}
body {
  background-color: #fff;
}
body#home {
  background-image: url("/themes/burr/images/bg1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
body#home.bgalt {
  background-image: url("/themes/burr/images/bgalt.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
body#home.bg1 {
  background-image: url("/themes/burr/images/bg1.jpg");
}
body#home.bg1.bgalt {
  background-image: url("/themes/burr/images/bgalt1.jpg");
}
body#home.bg2 {
  background-image: url("/themes/burr/images/bg2.jpg");
}
body#home.bg2.bgalt {
  background-image: url("/themes/burr/images/bgalt2.jpg");
}
body#home.bg3 {
  background-image: url("/themes/burr/images/bg3.jpg");
}
body#home.bg3.bgalt {
  background-image: url("/themes/burr/images/bgalt3.jpg");
}
body#home.bg4 {
  background-image: url("/themes/burr/images/bg4.jpg");
}
body#home.bg4.bgalt {
  background-image: url("/themes/burr/images/bgalt4.jpg");
}
body#home.bg5 {
  background-image: url("/themes/burr/images/bg5.jpg");
}
body#home.bg5.bgalt {
  background-image: url("/themes/burr/images/bgalt5.jpg");
}
body#home.bg6 {
  background-image: url("/themes/burr/images/bg6.jpg");
}
body#home.bg6.bgalt {
  background-image: url("/themes/burr/images/bgalt6.jpg");
}
#header {
  -webkit-transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  -ms-transition: all 0s ease-in;
  transition: all 0s ease-in;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1039;
  padding-top: 30px;
  background-color: transparent;
}
#header .logo {
  -webkit-transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  -ms-transition: all 0s ease-in;
  transition: all 0s ease-in;
  background: url("/themes/burr/images/logo.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 165px;
  width: 184px;
  text-indent: -10000px;
  margin: 0px auto 0px;
  border-bottom: none;
  background-size: 100% auto;
}
#header .logo a {
  display: block;
  height: 165px;
  width: 184px;
  text-indent: -10000px;
  margin: 0;
  padding: 0;
}
#header a {
  color: #ffffff;
  font-family: 'Memphis LT W01 Bold';
  cursor: pointer;
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
}
#header a:hover {
  text-decoration: none;
  color: #876c51;
}
#header .contactlink {
  line-height: 24px;
  font-size: 30px;
  margin-right: 25px;
}
#header.shrink {
  -webkit-transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  -ms-transition: all 0s ease-in;
  transition: all 0s ease-in;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1039;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #876c51;
}
#header.shrink .navbar-header,
#header.shrink .srchbutton,
#header.shrink .contactlink {
  margin-top: 30px;
}
#header.shrink .logo {
  -webkit-transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  -ms-transition: all 0s ease-in;
  transition: all 0s ease-in;
  height: 89px;
  width: 100px;
}
#header.shrink .logo a {
  display: block;
  height: 89px;
  width: 100px;
  text-indent: -10000px;
  margin: 0;
  padding: 0;
}
#header.shrink a {
  color: #ffffff;
  font-family: 'Memphis LT W01 Bold';
  cursor: pointer;
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
}
#header.shrink a:hover {
  text-decoration: none;
  color: #876c51;
}
#header.shrink .contactlink {
  line-height: 24px;
  font-size: 30px;
  margin-right: 25px;
}
#home {
  padding-top: 800px;
}
#home #header {
  background: transparent;
}
#home #content {
  padding-top: 0px;
}
.full-row {
  margin-left: 0;
  margin-right: 0;
}
#content {
  background-color: #fff  !important;
}
body#newsroom .modal-title {
  color: #876c51;
}
body#newsroom .modal-dialog .modal-content .close {
  font-size: 40px;
  color: #876c51;
  opacity: .8;
  font-weight: 300;
}
body#newsroom .modal-dialog .modal-content .modal-body form select {
  width: 100%;
  color: #876c51;
  border: 1px solid #876c51;
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
body#newsroom .modal-backdrop.in {
  opacity: .98;
  background-color: #fff;
}
.modal-backdrop.in {
  opacity: .98;
  background-color: #fff;
}
#NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch,
#SearchModal .modal-dialog .modal-content .modal-body #sitesearch,
#ContactModal .modal-dialog .modal-content .modal-body #sitesearch {
  padding: 0px;
  border: 2px solid #918e6f;
  margin: 40px 40px 0px 0px;
  width: 100%;
  background-color: #918e6f;
}
#NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch button,
#SearchModal .modal-dialog .modal-content .modal-body #sitesearch button,
#ContactModal .modal-dialog .modal-content .modal-body #sitesearch button {
  border: none;
  font-size: 28px;
  padding: 14px;
  width: 12%;
  background-color: #918e6f;
}
#NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch button:hover,
#SearchModal .modal-dialog .modal-content .modal-body #sitesearch button:hover,
#ContactModal .modal-dialog .modal-content .modal-body #sitesearch button:hover {
  background-color: #D85645;
}
.navbar-toggle {
  display: block;
  position: relative;
  float: left;
  margin: 0px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  opacity: 1;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 6px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff  !important;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar-toggle:after {
  content: "MENU";
  display: block;
  position: absolute;
  color: #ffffff;
  top: 0px;
  left: 140%;
  font-size: 30px;
  font-family: 'Memphis LT W01 Bold';
  line-height: 24px;
}
.navbar-toggle:hover .icon-bar {
  background-color: #876c51 !important;
}
.navbar-toggle:hover:after {
  color: #876c51;
}
#NavMobileModal {
  z-index: 10000;
}
#NavMobileModal .modal-dialog {
  margin: 2% auto 5%;
  width: 80%;
  max-width: 900px;
}
#NavMobileModal .modal-dialog .modal-content {
  position: relative;
  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 {
  padding: 0;
  z-index: 100;
  float: left;
  width: 100%;
}
#NavMobileModal .modal-dialog .modal-content .close {
  color: #876c51;
  text-shadow: 0 1px 0 #000;
}
#NavMobileModal .modal-dialog .modal-content .btn {
  font-size: 30px;
}
#NavMobileModal .modal-dialog .modal-content .modal-header {
  /*border: none;
				position: absolute;
				top: 0px;
				right: -40px;
				width: 40px;*/
}
#NavMobileModal .modal-dialog .modal-content .modal-header h1 {
  font-size: 50px;
}
#NavMobileModal .modal-dialog .modal-content .modal-header .close {
  color: #876c51;
  text-shadow: 0 1px 0 #000;
}
#NavMobileModal .modal-dialog .modal-content .modal-body {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
#NavMobileModal .modal-dialog .modal-content .modal-body a {
  color: #876c51;
}
#NavMobileModal .modal-dialog .modal-content .modal-body a:hover {
  background-color: transparent;
  color: #D85645;
}
#NavMobileModal .modal-dialog .modal-content .modal-body .nav {
  float: left;
  width: 100%;
  display: block;
}
#NavMobileModal .modal-dialog .modal-content .modal-body .nav > li {
  float: left;
  width: 100%;
  display: block;
  border-bottom: 1px solid #876c51;
}
#NavMobileModal .modal-dialog .modal-content .modal-body .nav > li:last-child {
  border: none;
}
#NavMobileModal .modal-dialog .modal-content .modal-body .nav > li > a {
  float: left;
  width: 45%;
  font-size: 24px;
  padding: 0px;
  margin: 0px;
  display: block;
}
#NavMobileModal .modal-dialog .modal-content .modal-body .nav > li .dropdown-menu {
  position: relative;
  z-index: 1000;
  display: block;
  float: left;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -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);
  background-clip: padding-box;
  width: 50%;
  padding: 0px;
}
#NavMobileModal .modal-dialog .modal-content .modal-body .nav > li .dropdown-menu > li {
  float: left;
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  /*border-bottom: 1px solid rgba(255,255,255,.25);
								&:last-child{
									border:none;
								}*/
}
#NavMobileModal .modal-dialog .modal-content .modal-body .nav > li .dropdown-menu > li > a {
  display: block;
  padding: 10px 0px;
  clear: both;
  margin: 0px;
  font-weight: normal;
  line-height: 22px;
  white-space: normal;
  font-size: 20px;
  width: 100%;
  float: left;
}
#home .top {
  position: fixed;
  z-index: 0;
  width: 100%;
  top: 300px;
}
#home .lower {
  z-index: 1;
  position: relative;
  overflow-x: hidden !important;
}
#home .featuredtext {
  -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;
  width: 100%;
  margin: 0px auto 0px;
  background: rgba(255, 255, 255, 0.75);
  padding: 50px;
  text-align: center;
}
#home .featuredtext h1 {
  margin: 0px;
  font-weight: lighter;
}
#home .featuredtext h1 a {
  color: #685139;
}
#home .featuredtext h1 a:hover {
  color: #D85645;
}
#home #sociallinks {
  padding: 80px 0px 120px;
  text-align: center;
}
#home #sociallinks .socialblocks > li {
  margin: 30px 10px 0px;
}
#home #sociallinks .socialblocks > li a {
  display: table;
  height: 80px;
  width: 80px;
  background-color: #918e6f !important;
  font-size: 30px;
}
#home #sociallinks .socialblocks > li a:hover {
  background-color: #876c51 !important;
  text-decoration: none;
}
#home #sociallinks .socialblocks > li a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#home #sociallinks .socialblocks > li.facebook a:hover {
  background-color: #3B5998  !important;
}
#home #sociallinks .socialblocks > li.twitter a:hover {
  background-color: #00aced  !important;
}
#home #sociallinks .socialblocks > li.youtube a span {
  font-size: 40px;
}
#home #sociallinks .socialblocks > li.youtube a:hover {
  background-color: #e52d27  !important;
}
#home #newsgrid {
  position: relative;
  height: 691px;
}
#home #newsgrid #pressBodyHolder {
  -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;
  border: 2px solid #918e6f;
  color: #876c51;
  position: absolute;
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 13;
  margin: 0px;
  overflow: visible;
  background: #fff;
  float: left;
  min-height: 691px;
  left: -100%;
}
#home #newsgrid #pressBodyHolder #bodyhold {
  padding: 40px 60px 40px 40px;
  position: relative;
}
#home #newsgrid #pressBodyHolder #bodyhold #closepress {
  right: 20px;
  position: absolute;
  font-size: 30px;
}
#home #newsgrid #pressBodyHolder #bodyhold #morepress {
  margin-bottom: 20px;
}
#home #newsgrid #pressBodyHolder #loading {
  position: absolute;
  width: 100%;
  height: 601px;
  top: 0;
}
#home #newsgrid #pressBodyHolder #loading img {
  display: block;
  height: 50%;
  margin: 0 auto;
  width: auto;
  top: 25%;
  position: relative;
}
#home #newsgrid #pressBodyHolder.slidein {
  left: 0%;
  -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;
}
#home #newsgrid .gridhold {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  margin: 0px;
  border-bottom: 1px solid #918e6f;
}
#home #newsgrid .gridhold .item {
  display: block;
  background-color: #fff  !important;
  color: #918e6f;
  height: 230px;
  font-weight: 300;
  border-color: #918e6f;
  border-left: 1px solid;
  border-right: 0px solid;
  border-bottom: 0px solid;
  border-top: 1px solid;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
#home #newsgrid .gridhold .item:nth-child(3n) {
  border-right: 0px solid;
}
#home #newsgrid .gridhold .item a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #918e6f;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 20px 20px;
  border: 2px solid transparent;
  overflow: hidden;
}
#home #newsgrid .gridhold .item a .gridimg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  opacity: .2;
}
#home #newsgrid .gridhold .item a time {
  color: #ffffff;
  background-color: #918e6f !important;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  padding: 5px;
  margin: 0px;
  z-index: 1;
}
#home #newsgrid .gridhold .item a:hover {
  color: #876c51;
  border: 2px solid #876c51;
  text-decoration: none;
}
#home #newsgrid .gridhold .item a:hover time {
  color: #ffffff;
  background-color: #876c51 !important;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  padding: 5px;
  margin: 0px;
}
#home #newsgrid .gridhold .item a:hover .gridimg {
  opacity: .75;
}
#home #newsgrid .gridhold .item a .title {
  font-weight: 700;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
#home #newsgrid .gridhold .item a .summary {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
#home #newsgrid .gridhold .item .medialink {
  color: #876c51;
}
#home #newsgrid .gridhold .item .medialink:hover {
  color: #ffffff;
  background-color: #000;
}
#home #actionbuttons {
  text-align: center;
  padding: 120px 0px;
}
#home #actionbuttons a {
  display: block;
  height: 170px;
  width: 100%;
  color: #918e6f;
}
#home #actionbuttons a .text {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 35px;
}
#home #actionbuttons a .icon {
  display: block;
  margin: 0 auto;
  width: 137px;
  height: 116px;
  background: url("/themes/burr/images/icons/bubble.png") no-repeat scroll center top transparent;
  background-size: 100% auto;
}
#home #actionbuttons a.contact .icon {
  background: url("/themes/burr/images/icons/bubble.png") no-repeat scroll center top transparent;
  background-size: 100% auto;
}
#home #actionbuttons a.help .icon {
  background: url("/themes/burr/images/icons/bell.png") no-repeat scroll center top transparent;
  background-size: 100% auto;
}
#home #actionbuttons a.issues .icon {
  background: url("/themes/burr/images/icons/clipboard.png") no-repeat scroll center top transparent;
  background-size: 100% auto;
}
#home #actionbuttons a:hover {
  text-decoration: none;
  color: #876c51;
}
#home #actionbuttons a:hover .icon {
  background-position: center -116px;
  background-size: 100% auto;
}
#home #feeds {
  border-top: 1px solid #f3f3f3;
  padding: 200px 0px;
}
#home #feeds .socbox {
  border: 5px solid #876c51;
  background-color: #fff  !important;
  width: 100%;
  position: relative;
  float: left;
  font-weight: 700;
  padding: 35px 35px 35px 70px;
  font-size: 16px;
  height: 200px;
}
#home #feeds .socbox #sam-fb {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  font-size: 16px;
  font-weight: 700;
  color: #918e6f;
  height: 150px;
}
#home #feeds .socbox #facebook {
  display: none;
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  font-size: 16px;
  font-weight: 700;
  color: #918e6f;
  height: 150px;
}
#home #feeds .socbox #fb-loader {
  margin: 35px auto 0 auto;
  color: #918e6f;
}
#home #feeds .socbox #fb-loader img {
  margin: 0 5px 0 0;
}
#home #feeds .socbox .soclink {
  position: absolute;
  width: 80px;
  height: 80px;
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
  display: table;
  padding: 0px 0px 0px 0px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  top: 25%;
  left: -12%;
  border: 5px solid #876c51;
  overflow: hidden;
}
#home #feeds .socbox .soclink > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#home #feeds .socbox.twitter .soclink {
  background-color: #78cdf0;
}
#home #feeds .socbox.facebook .soclink {
  background-color: #537bbd;
}
#home #officelocations {
  border-top: 1px solid #876c51;
  padding: 120px 0px;
  text-align: center;
}
#home #officelocations .address_break {
  text-align: left;
}
#home #officelocations .address_break .address_break {
  text-align: left;
  min-height: 300px;
  display: block;
}
#home #officelocations .address_break .address_break span {
  font-size: 16px;
}
#home #officelocations .map-holder {
  width: 1250px;
  margin: 0 auto 0 auto;
  /*#locations-map.gastonia{
					background-position: 0 -342px;
				}*/
}
#home #officelocations .map-holder #locations-map {
  display: relative;
  width: 813px;
  height: 320px;
  overflow: hidden;
  background-image: url(/themes/burr/images/nc-dots.png);
  background-position: 0 0;
}
#home #officelocations .map-holder #locations-map img {
  z-index: 50;
}
#home #officelocations .map-holder #locations-map #dc {
  position: absolute;
  top: 250px;
  left: 175px;
  z-index: 100;
  cursor: pointer;
  font-family: 'Memphis LT W01 Bold';
  color: #FFF;
  font-size: 24px;
}
#home #officelocations .map-holder #locations-map #dc .icn {
  display: block;
  float: left;
  height: 30px;
  width: 28px;
  margin: 3px 10px 0 0;
  background-image: url(/themes/burr/images/star-white.png);
  background-position: 0 1;
  background-repeat: no-repeat;
}
#home #officelocations .map-holder #locations-map #dc .txt {
  display: block;
  float: left;
  margin: 0 0 0 0;
}
#home #officelocations .map-holder #locations-map #dc:hover {
  color: #876c51;
}
#home #officelocations .map-holder #locations-map #dc:hover .icn {
  background-image: url(/themes/burr/images/star-brwn.png);
}
#home #officelocations .map-holder #locations-map.asheville {
  background-position: 0 1;
}
#home #officelocations .map-holder #locations-map.winston-salem {
  background-position: 0 -672px;
}
#home #officelocations .map-holder #locations-map.rockymount {
  background-position: 0 -995px;
}
#home #officelocations .map-holder #locations-map.wilmington {
  background-position: 0 -1316px;
}
#home #officelocations .map-holder h1 {
  margin-bottom: 70px;
}
#home #officelocations .map-holder area {
  border: none;
  outline: 0;
}
#home #officelocations .map-holder .address {
  display: none;
  text-align: left;
}
#home #officelocations .map-holder .address a {
  display: block;
  float: left;
  width: 100%;
  font-family: 'Memphis LT W01 Bold';
}
#home #officelocations .map-holder .address.on {
  display: block;
}
#twitter ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#twitter ul li .user {
  display: none;
}
#twitter ul li .user a img {
  display: none;
}
#twitter ul li .user a span::first-child {
  display: none;
}
#twitter ul li .tweet {
  color: #876c51;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#twitter ul li .timePosted {
  display: none;
}
#banner-image {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
}
.topbanner {
  position: absolute;
  top: 0px;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  height: 690px;
}
.topbanner .banner_title {
  position: absolute;
  bottom: 50px;
  font-size: 80px;
}
#content {
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: #fff;
  width: 100%;
  position: relative;
}
#content #main_column .pagination-right {
  margin: 45px 0 0 0;
  float: left;
}
#content #main_column .pagination-right select {
  margin: 0 0 0 10px;
}
#content #main_column .pager {
  margin: 35px 0 0 0;
  float: right;
}
#content #main_column .pager li a {
  font-size: 18px;
}
#content #asides {
  margin: 50px 0 0 0;
}
#content #asides aside {
  margin-top: 25px;
}
#content #asides aside h1 {
  font-size: 26px;
}
#content #asides aside #search-thomas-pod {
  margin-top: 15px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#content #asides aside#filter-legislation {
  margin-top: 60px;
}
#content #asides aside#filter-legislation #search-thomas-pod {
  margin-top: 0px;
}
#content #asides aside#search-thomas {
  margin-top: 0px;
}
#content #asides aside#search-thomas #search-thomas-pod {
  margin-top: 0px;
}
#content.withbanner {
  padding-top: 0px;
  margin-top: 700px;
  display: block;
  position: relative;
}
#content.withbanner .main_page_title {
  display: none;
}
#content.withbanner #main_column {
  padding-top: 70px;
}
.vcard {
  margin-bottom: 30px;
}
.explore {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
#about-nc #senators .vcard,
#about-nc #representatives .vcard,
#about-nc #state-officials .vcard {
  padding: 0 15px 15px 0;
  margin: 0;
}
#about-nc #senators .vcard .pull-left,
#about-nc #representatives .vcard .pull-left,
#about-nc #state-officials .vcard .pull-left {
  display: none;
}
#about-nc #senators .vcard .media-body,
#about-nc #representatives .vcard .media-body,
#about-nc #state-officials .vcard .media-body {
  margin: 0 0 0 0;
}
.breakout {
  background-color: #ffffff;
  border: 2px solid #876c51;
  padding: 0px 15px 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
  display: block;
  width: 102.5%;
  float: left;
}
#issue .breakout {
  border: none;
  margin: 20px 0px 0px;
  padding: 0px;
  border-top: 1px solid #876c51;
}
#issue .breakout #issueFeed > li .imghold {
  height: 170px;
  background-size: 170px auto;
}
#issue .breakout #issueFeed > li iframe {
  width: 100%;
  height: 420px;
}
#issues-page-container #search-issues-page-form fieldset #search-issues-page-field-container #search-issues-page {
  border: 2px solid #b79f87;
  border-bottom: none;
}
#issues-page-container #search-issues-page-form fieldset #search-issues-page-field-container #search-issues-page:focus {
  color: #372c21;
  border: 2px solid #b79f87;
  border-bottom: none;
}
#search-issues-page-results {
  background-color: #fffaf4;
  margin-bottom: 20px;
  border: 2px solid #b79f87;
  border-top: 0px;
}
#search-issues-page-results .result {
  border-top: 2px solid #b79f87;
}
#search-issues-page-results .result-text h3 {
  margin-bottom: 5px;
}
#search-issues-page-results .result-text a {
  color: #67523e;
}
#search-issues-page-results .result-text:hover a {
  text-decoration: underline;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 10px 20px  !important;
  background-color: #413428;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  text-shadow: none;
  font-size: 22px  !important;
  color: #FFF;
  font-family: 'Memphis LT W01 Light';
  line-height: 24px;
  white-space: nowrap;
}
.votingtable,
.legislationtable {
  margin-top: 10px;
}
.votingtable td.Yea,
.legislationtable td.Yea,
.votingtable td.Nay,
.legislationtable td.Nay {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.votingtable td.Yea span,
.legislationtable td.Yea span,
.votingtable td.Nay span,
.legislationtable td.Nay span {
  display: none;
}
.votingtable td.Yea:before,
.legislationtable td.Yea:before {
  content: "\e125";
  top: 5px;
  position: relative;
  left: 5px;
  color: #a2bf65;
}
.votingtable td.Nay:before,
.legislationtable td.Nay:before {
  content: "\e126";
  top: 5px;
  position: relative;
  left: 5px;
  color: #D85645;
}
#browser_table thead tr th {
  border-top: medium none;
  font-size: 20px;
  padding-top: 0px;
  font-weight: normal;
}
#browser_table tbody tr.divider {
  border-top: none;
}
#browser_table tbody tr.divider td {
  border-top: medium none;
  font-size: 1.3em;
  padding-top: 20px;
}
#dcInternshipForm .note {
  font-size: 14px;
}
#missing .thing img {
  margin: 0 auto 0 auto;
}
.videoiframe {
  width: 100%;
  height: 500px;
  max-width: 800px;
}
body#accomp #main_container {
  width: 100%;
  padding: 0;
}
body#accomp #main_container .one_column {
  margin: 0;
}
body#accomp #main_container .one_column #main_column {
  padding: 0;
}
body#accomp #breadcrumb {
  display: none;
}
body#accomp .main_page_title {
  display: none;
}
body#accomp .lead {
  width: 75%;
}
body#accomp #accomp {
  margin-top: 50px;
  position: relative;
}
body#accomp #accomp .entry {
  padding: 100px 0px 0px;
  background-color: #fffaf4 !important;
}
body#accomp #accomp .entry h2 date {
  font-size: 21px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
body#accomp #accomp .entry p {
  font-size: 21px;
  width: 75%;
}
body#accomp #accomp .entry:nth-child(2n) {
  background-color: #fff  !important;
}
.accomp-list {
  float: left;
  width: 100%;
}
.accomp-list li {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0px;
}
img.full {
  width: 100%;
  margin-top: 50px;
}
#multimedia-browser .row .media-thumbnail {
  float: left;
  margin: 0 .89em 1em 0;
  width: 215px;
}
#multimedia-browser ul.nav-tabs {
  border-color: 3px solid #876c51;
  margin: 20px 0 35px 0;
}
#multimedia-browser ul.nav-tabs li a {
  background-color: #876c51;
  color: #fff;
}
#multimedia-browser ul.nav-tabs li a:hover {
  background-color: #918e6f;
  color: #fff;
}
#multimedia-browser ul.nav-tabs li.active a {
  background-color: #918e6f;
  color: #fff;
  border-color: transparent;
}
#multimedia-browser ul.nav-tabs li.active a:hover {
  background-color: #918e6f;
  color: #fff;
}
#multimedia-browser .pagination {
  margin-top: 25px;
  background-color: #918e6f;
}
#multimedia-browser .status {
  background-color: #918e6f;
}
#multimedia-browser .row .media-thumbnail .default-image {
  background-color: #876c51;
}
@media (max-width: 1200px) {
  #multimedia-browser .row .media-thumbnail {
    width: 175px;
  }
}
@media (max-width: 991px) {
  #multimedia-browser .row .media-thumbnail {
    width: 131px;
  }
}
@media (max-width: 767px) {
  #multimedia-browser .row .media-thumbnail {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #multimedia-browser .row .media-thumbnail {
    width: 100%;
  }
}
#flagForm #flag-options .head {
  margin: 15px 0 15px 0;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #876c51;
  background-color: #918e6f;
  color: #FFF;
}
#flagForm .radio .form-group {
  margin: 0 !important;
}
#flagForm .radio .form-group .radio {
  margin: 0;
}
.checkbox input[type="checkbox"] {
  margin-top: 6px;
}
#main_column form {
  /*label[for="form_type"]{
			font-size: 36px;
			margin-bottom: 20px;
		}*/
  /*.form_type_border{
			background-color: #ffffff;
			border: 2px solid #876c51;
			padding: 0px 15px 15px;
		}*/
}
#main_column form .btn {
  margin: 15px 0px;
  float: none;
  color: #ffffff;
}
#main_column form input[type='submit'] {
  float: right;
}
#main_column form fieldset label {
  font-size: 18px;
  margin: 0 10px 0 0;
}
#main_column form fieldset label abbr {
  color: #918e6f;
}
#main_column form fieldset label.title {
  font-size: 20px;
}
#main_column form #form_type {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #876c51;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  height: 60px;
  font-size: 22px;
}
#main_column form .beginButton_outer {
  width: 100%;
  text-align: center;
}
#main_column form .topicset {
  margin-top: 15px;
}
#main_column form .topicset .form-group {
  margin-bottom: 0px;
}
#main_column form .topicset #actions {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  height: 50px;
}
#main_column form > div {
  padding-top: 15px;
}
#main_column form #irs_fields p {
  padding-top: 15px;
}
/* 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: #000;
}
.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
*/
#main_column form #actions {
  font-size: 22px;
  height: 65px;
}
#main_column form fieldset {
  margin: 50px 0 0 0;
}
#main_column form fieldset legend {
  font-weight: 800;
  font-size: 30px;
}
#main_column form fieldset label {
  font-weight: 500;
}
#main_column form fieldset input,
#main_column form fieldset select {
  padding: 10px;
}
#main_column form fieldset input[type='radio'],
#main_column form fieldset input[type='checkbox'] {
  padding: 0px;
  padding-top: 2px;
}
#main_column form fieldset abbr[title],
#main_column form fieldset abbr[data-original-title] {
  color: rgba(0, 0, 0, 0.2);
  border-bottom: none;
  cursor: help;
  padding: 5px;
}
#main_column form fieldset textarea {
  min-height: 100px;
  font-size: 18px;
}
#main_column form fieldset input.form-control,
#main_column form fieldset select.form-control {
  height: 50px;
  font-size: 18px;
}
#main_column form fieldset input.form-control:focus,
#main_column form fieldset select.form-control:focus {
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#main_column form fieldset .note-text {
  padding: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.33);
}
#main_column form fieldset + fieldset {
  margin: 50px 0 0 0;
}
#main_column form .btn {
  /*
			margin: 15px;
			font-size:22px;
			padding:20px 45px 20px 45px;
			float: left;
			text-align: center;

*/
}
#main_column form .btn:hover {
  background-color: #D85645;
  color: #fff;
}
.popover {
  z-index: 1020;
}
.popover {
  z-index: 1020;
}
#main_column form fieldset legend {
  font-size: 20px;
}
#main_column form .topicset {
  margin: 0px;
}
#main_column form .btn {
  margin: 15px 0px;
}
#main_column form .btn + .btn {
  margin: 15px 15px;
}
#main_column #more-help {
  padding-top: 20px;
  font-size: 20px;
}
#main_column #contactForm {
  margin-top: 50px;
}
#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 select {
  width: 100%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  padding: 10px;
  height: 50px;
  font-size: 18px;
  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 {
  padding: 0px;
  width: 100%;
  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;
}
.hide-on-submit {
  display: none !important;
}
footer {
  background-color: #876c51 !important;
  position: relative;
  text-align: center;
  padding: 70px 0px;
}
footer .socialblocks > li {
  margin: 30px 10px 0px;
}
footer .socialblocks > li a {
  display: table;
  height: 80px;
  width: 80px;
  background-color: #fff  !important;
  font-size: 30px;
  color: #876c51;
}
footer .socialblocks > li a:hover {
  background-color: #918e6f !important;
  color: #ffffff;
  text-decoration: none;
}
footer .socialblocks > li a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
footer .socialblocks > li.facebook a:hover {
  background-color: #3B5998  !important;
}
footer .socialblocks > li.twitter a:hover {
  background-color: #00aced  !important;
}
footer .socialblocks > li.youtube a span {
  font-size: 40px;
}
footer .socialblocks > li.youtube a:hover {
  background-color: #e52d27  !important;
}
footer .footernav li {
  padding: 0 20px;
}
footer .footernav li a {
  font-family: 'Memphis LT W01 Bold';
  color: #ffffff;
  font-size: 30px;
}
footer .footernav li a:hover {
  color: #918e6f;
}
footer .footernav li a .srchbutton {
  font-size: 25px;
  top: 11px;
}
@media (max-width: 1330px) {
  /*body{border:5px solid red;}*/
}
@media (max-width: 1200px) {
  #home #officelocations .map-holder {
    width: 100%;
  }
  #issue .breakout {
    border: none;
    margin: 20px 0px 0px;
    padding: 0px;
    border-top: 1px solid #876c51;
  }
  #issue .breakout #issueFeed > li .imghold {
    height: 135px;
    background-size: 135px auto;
  }
  #issue .breakout #issueFeed > li iframe {
    width: 100%;
    height: 330px;
  }
}
@media (max-width: 991px) {
  #sociallinks,
  #newsgrid,
  #officelocations {
    width: 100% !important;
  }
  #officelocations .map-holder {
    width: 100% !important;
  }
  #officelocations .map-holder .col-sm-8 {
    width: 100%;
    float: none;
  }
  #officelocations .map-holder .col-sm-4 {
    width: 100%;
    float: none;
  }
  #officelocations .map-holder .col-sm-4 .address * {
    width: 100%;
    text-align: center;
  }
  .topbanner {
    position: relative;
    top: 0px;
    width: 100%;
    background-attachment: scroll;
    background-size: 100% auto;
    background-position: 0px 110px;
    height: 500px;
  }
  #content.withbanner {
    margin-top: 0px;
    padding-top: 0px;
  }
  #issue .breakout {
    border: none;
    margin: 20px 0px 0px;
    padding: 0px;
    border-top: 1px solid #876c51;
  }
  #issue .breakout #issueFeed > li .imghold {
    height: 355px;
    background-size: 355px auto;
    margin-bottom: 30px;
  }
  #issue .breakout #issueFeed > li iframe {
    width: 100%;
    height: 420px;
  }
  #home #header {
    border-bottom: none;
  }
  #home #feeds .socbox {
    margin-bottom: 25px;
  }
  #home #feeds .socbox .soclink {
    left: -5%;
  }
  #header {
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 10px;
    background-color: #918e6f;
    padding-bottom: 10px;
    border-bottom: 2px solid #876c51;
  }
  #header .navbar-header,
  #header .srchbutton,
  #header .contactlink {
    margin-top: 30px;
  }
  #header .logo {
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
    height: 89px;
    width: 100px;
  }
  #header .logo a {
    display: block;
    height: 89px;
    width: 100px;
    text-indent: -10000px;
    margin: 0;
    padding: 0;
  }
  #header a {
    color: #ffffff;
    font-family: 'Memphis LT W01 Bold';
    cursor: pointer;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
  }
  #header a:hover {
    text-decoration: none;
    color: #876c51;
  }
  #header .contactlink {
    line-height: 24px;
    font-size: 30px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  /*body{border:5px solid purple;}*/
  #officelocations {
    display: none;
  }
  body .navbar-toggle:after {
    content: "";
    display: none;
  }
  .breakout {
    background-color: #ffffff;
    border: 2px solid #876c51;
    padding: 0px 15px 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    display: block;
    width: 100%;
    float: left;
  }
  .topbanner {
    position: relative;
    top: 0px;
    width: 100%;
    background-attachment: scroll;
    background-size: 130% auto;
    background-position: 0px 110px;
    height: 400px;
  }
  .topbanner .banner_title {
    position: absolute;
    bottom: 50px;
    font-size: 44px;
  }
  #content.withbanner {
    margin-top: 0px;
    padding-top: 0px;
  }
  #content #browser_table thead {
    display: none;
  }
  #content #browser_table tbody tr {
    border-bottom: 5px solid #918e6f;
  }
  #content #browser_table tbody tr td {
    display: block;
    width: 100%;
  }
  #issue .breakout {
    border: none;
    margin: 20px 0px 0px;
    padding: 0px 15px 0px 0px;
    border-top: 1px solid #876c51;
  }
  #issue .breakout #issueFeed > li .imghold {
    width: 100%;
    height: auto;
    background-size: 355px auto;
    margin-bottom: 30px;
  }
  #issue .breakout #issueFeed > li .imghold .short,
  #issue .breakout #issueFeed > li .imghold .tall {
    position: relative;
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  #issue .breakout #issueFeed > li iframe {
    width: 100%;
    height: 220px;
  }
  #home #newsgrid {
    position: relative;
    height: 921px;
  }
  #home #newsgrid .gridhold .item:nth-child(9),
  #home #newsgrid .gridhold .item:nth-child(8),
  #home #newsgrid .gridhold .item:nth-child(7),
  #home #newsgrid .gridhold .item:nth-child(6),
  #home #newsgrid .gridhold .item:nth-child(5) {
    display: none;
  }
  #home #feeds .socbox .soclink {
    top: -25%;
    left: 4px;
  }
  #home #sociallinks .socialblocks > li a,
  #home footer .socialblocks > li a {
    display: table;
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
  #home #sociallinks .socialblocks > li.youtube a span,
  #home footer .socialblocks > li.youtube a span {
    font-size: 25px;
  }
  .footernav {
    display: none;
  }
  footer .socialblocks > li a {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  footer .socialblocks > li.youtube a span {
    font-size: 25px;
  }
  body#newsroom .modal-dialog .modal-content {
    width: 90%;
    margin: 0 auto;
  }
  #SearchModal .modal-dialog .modal-content .modal-body #sitesearch {
    width: 80%;
  }
  #SearchModal .modal-dialog .modal-content .modal-body #sitesearch input[type="search"] {
    width: 80%;
  }
  #SearchModal .modal-dialog .modal-content .modal-body #sitesearch button {
    width: 20%;
  }
}
@media (max-width: 360px) {
  #header .logo-col {
    margin-left: 0px !important;
    padding: 0 !important;
  }
  #header .logo {
    margin: 55px auto 0 auto;
  }
  #header.shrink .logo-col {
    position: absolute;
    left: 190px;
  }
  #header.shrink .logo {
    padding: 0;
    margin: 5px 0 0 0;
    width: 58px;
    height: 65px;
  }
  #content {
    padding-top: 100px;
  }
  #content #newscontent {
    margin-top: 25px;
  }
  .topbanner {
    /*background-position: top center;
		min-height: 400px;

		 .banner_title{
			 top:275px;
			 font-size: 40px;
		 }*/
  }
  #content.withbanner {
    /*margin-top:400px;
		padding-top: 0px;

		#main_column{
			padding-top: 25px;
		}*/
  }
}
@media (max-width: 320px) {
  #header .logo-col {
    margin-left: -10px !important;
    padding: 0 !important;
  }
  #header .logo {
    margin: 55px auto 0 auto;
  }
  #header.shrink .logo-col {
    left: 180px;
  }
}
/*IOS SPECIFIC */
/*iphone*/
.mobiledevice {
  background-attachment: scroll !important;
  background-size: 160% auto !important;
  background-position: 60% 108px !important;
}
.mobiledevice .navbar-toggle:after {
  content: "0";
  display: none;
}
.mobiledevice#home {
  padding-top: 0px;
}
.mobiledevice#home #feeds {
  background-attachment: scroll !important;
  background-size: 250% auto !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  padding: 70px 0px;
}
.mobiledevice#home #feeds .socbox {
  border: 3px solid #876c51;
  background-color: #fff  !important;
  width: 100%;
  position: relative;
  float: left;
  font-weight: 700;
  padding: 30px 15px 15px 30px;
  font-size: 16px;
  height: 150px;
}
.mobiledevice#home #feeds .socbox .soclink {
  width: 50px;
  height: 50px;
  top: -15%;
  left: -3px;
}
.mobiledevice#home.bg1 #feeds {
  background-image: url("/themes/burr/images/bgalt1.jpg");
}
.mobiledevice#home.bg2 #feeds {
  background-image: url("/themes/burr/images/bgalt2.jpg");
}
.mobiledevice#home.bg3 #feeds {
  background-image: url("/themes/burr/images/bgalt3.jpg");
}
.mobiledevice#home.bg4 #feeds {
  background-image: url("/themes/burr/images/bgalt4.jpg");
}
.mobiledevice#home.bg5 #feeds {
  background-image: url("/themes/burr/images/bgalt5.jpg");
}
.mobiledevice#home.bg6 #feeds {
  background-image: url("/themes/burr/images/bgalt6.jpg");
}
.mobiledevice#home h1 {
  font-size: 22px;
}
.mobiledevice#home h2 {
  font-size: 20px;
}
.mobiledevice#home .top {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-top: 108px;
  top: 0px;
  padding: 60px 0px 60px;
}
.mobiledevice#home .top #featured .container {
  width: 100%;
}
.mobiledevice#home .featuredtext h1 {
  font-size: 20px;
  line-height: 22px;
}
.mobiledevice#home #sociallinks .socialblocks > li a,
.mobiledevice#home footer .socialblocks > li a {
  display: table;
  height: 50px;
  width: 50px;
  font-size: 20px;
}
.mobiledevice#home #sociallinks .socialblocks > li.youtube a span,
.mobiledevice#home footer .socialblocks > li.youtube a span {
  font-size: 25px;
}
.mobiledevice#home .footernav {
  display: none;
}
.mobiledevice#home #actionbuttons a {
  margin-bottom: 30px;
}
.mobiledevice .topbanner .banner_title {
  bottom: 20px;
  font-size: 34px;
}
.mobiledevice form#sitesearch {
  padding: 0px;
  border: 2px solid #918e6f;
  margin: 40px auto !important;
  width: 80%;
}
.mobiledevice form#sitesearch input[type="search"] {
  width: 80%;
}
.mobiledevice form#sitesearch button {
  width: 20%;
}
/*ipad*/
.mobiledevicelarge .navbar-toggle:after {
  content: "MENU";
  display: block !important;
}
.mobiledevicelarge#home h1 {
  font-size: 28px;
}
.mobiledevicelarge#home h2 {
  font-size: 24px;
}
.mobiledevicelarge#home .top {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-top: 108px;
  top: 0px;
  padding: 200px 0px 200px;
}
.mobiledevicelarge#home .top #featured .container {
  width: 80%;
}
.mobiledevicelarge#home .featuredtext h1 {
  font-size: 28px;
  line-height: 30px;
}
.mobiledevicelarge#home #feeds {
  background-attachment: scroll !important;
  background-size: 150% auto !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  padding: 120px 0px;
}
.mobiledevicelarge#home #feeds .socbox {
  border: 3px solid #876c51;
  background-color: #fff  !important;
  width: 100%;
  position: relative;
  float: left;
  font-weight: 700;
  padding: 30px 15px 15px 30px;
  font-size: 16px;
  height: 150px;
}
.mobiledevicelarge#home #feeds .socbox .soclink {
  width: 50px;
  height: 50px;
  top: -15%;
  left: -3px;
}
.mobiledevicelarge .address_break a {
  color: #fff !important;
  font-weight: 400;
}
.ieold .ieoldonly,
.ie8 .ieoldonly,
.ie7 .ieoldonly {
  display: block !important;
}
.ieold .notoldie,
.ie8 .notoldie,
.ie7 .notoldie {
  display: none !important;
}
.ieold #home .featuredtext,
.ie8 #home .featuredtext,
.ie7 #home .featuredtext {
  background-color: #fff !important;
}
.ieold #home #feeds,
.ie8 #home #feeds,
.ie7 #home #feeds {
  background-color: #bdbba9 !important;
}
.ieold #search-issues-page-container,
.ie8 #search-issues-page-container,
.ie7 #search-issues-page-container {
  display: none;
}
.ieold #banner .bannerimg,
.ie8 #banner .bannerimg,
.ie7 #banner .bannerimg {
  width: 100%;
  display: block;
}
.ieold .withbanner#content,
.ie8 .withbanner#content,
.ie7 .withbanner#content {
  margin-top: 0px !important;
}
.ieold .topbanner,
.ie8 .topbanner,
.ie7 .topbanner {
  background-image: none !important;
  background-color: transparent !important;
}
.ieold .navbar-toggle,
.ie8 .navbar-toggle,
.ie7 .navbar-toggle {
  display: block !important;
}
.ieold #header.shrink,
.ie8 #header.shrink,
.ie7 #header.shrink,
.ieold #header,
.ie8 #header,
.ie7 #header {
  -webkit-transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  -ms-transition: all 0s ease-in;
  transition: all 0s ease-in;
  position: fixed;
  background-color: #918e6f !important;
  top: 0;
  width: 100%;
  z-index: 1040;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #876c51;
}
.ieold #header.shrink .navbar-header,
.ie8 #header.shrink .navbar-header,
.ie7 #header.shrink .navbar-header,
.ieold #header .navbar-header,
.ie8 #header .navbar-header,
.ie7 #header .navbar-header,
.ieold #header.shrink .srchbutton,
.ie8 #header.shrink .srchbutton,
.ie7 #header.shrink .srchbutton,
.ieold #header .srchbutton,
.ie8 #header .srchbutton,
.ie7 #header .srchbutton,
.ieold #header.shrink .contactlink,
.ie8 #header.shrink .contactlink,
.ie7 #header.shrink .contactlink,
.ieold #header .contactlink,
.ie8 #header .contactlink,
.ie7 #header .contactlink {
  margin-top: 30px;
}
.ieold #header.shrink .logo,
.ie8 #header.shrink .logo,
.ie7 #header.shrink .logo,
.ieold #header .logo,
.ie8 #header .logo,
.ie7 #header .logo {
  background: none !important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/burr/images/logo.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/burr/images/logo.png',sizingMethod='scale')";
  height: 89px;
  width: 100px;
}
.ieold #header.shrink .logo a,
.ie8 #header.shrink .logo a,
.ie7 #header.shrink .logo a,
.ieold #header .logo a,
.ie8 #header .logo a,
.ie7 #header .logo a {
  display: block;
  height: 89px;
  width: 100px;
  text-indent: -10000px;
  margin: 0;
  padding: 0;
}
.ieold #header.shrink a,
.ie8 #header.shrink a,
.ie7 #header.shrink a,
.ieold #header a,
.ie8 #header a,
.ie7 #header a {
  color: #ffffff;
  font-family: 'Memphis LT W01 Bold';
  cursor: pointer;
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
}
.ieold #header.shrink a:hover,
.ie8 #header.shrink a:hover,
.ie7 #header.shrink a:hover,
.ieold #header a:hover,
.ie8 #header a:hover,
.ie7 #header a:hover {
  text-decoration: none;
  color: #876c51;
}
.ieold #header.shrink .contactlink,
.ie8 #header.shrink .contactlink,
.ie7 #header.shrink .contactlink,
.ieold #header .contactlink,
.ie8 #header .contactlink,
.ie7 #header .contactlink {
  line-height: 24px;
  font-size: 30px;
  margin-right: 25px;
}
.ieold #NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch,
.ie8 #NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch,
.ie7 #NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch,
.ieold #SearchModal .modal-dialog .modal-content .modal-body #sitesearch,
.ie8 #SearchModal .modal-dialog .modal-content .modal-body #sitesearch,
.ie7 #SearchModal .modal-dialog .modal-content .modal-body #sitesearch,
.ieold #ContactModal .modal-dialog .modal-content .modal-body #sitesearch,
.ie8 #ContactModal .modal-dialog .modal-content .modal-body #sitesearch,
.ie7 #ContactModal .modal-dialog .modal-content .modal-body #sitesearch {
  padding: 0px;
  border: 2px solid #918e6f;
  margin: 40px 40px 0px 0px;
  width: 100%;
  color: #000;
  display: block;
}
.ieold #NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch input,
.ie8 #NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch input,
.ie7 #NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch input,
.ieold #SearchModal .modal-dialog .modal-content .modal-body #sitesearch input,
.ie8 #SearchModal .modal-dialog .modal-content .modal-body #sitesearch input,
.ie7 #SearchModal .modal-dialog .modal-content .modal-body #sitesearch input,
.ieold #ContactModal .modal-dialog .modal-content .modal-body #sitesearch input,
.ie8 #ContactModal .modal-dialog .modal-content .modal-body #sitesearch input,
.ie7 #ContactModal .modal-dialog .modal-content .modal-body #sitesearch input {
  display: block;
  float: left;
  height: 68px;
  width: 88%;
  color: #000;
}
.ieold #NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch button,
.ie8 #NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch button,
.ie7 #NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch button,
.ieold #SearchModal .modal-dialog .modal-content .modal-body #sitesearch button,
.ie8 #SearchModal .modal-dialog .modal-content .modal-body #sitesearch button,
.ie7 #SearchModal .modal-dialog .modal-content .modal-body #sitesearch button,
.ieold #ContactModal .modal-dialog .modal-content .modal-body #sitesearch button,
.ie8 #ContactModal .modal-dialog .modal-content .modal-body #sitesearch button,
.ie7 #ContactModal .modal-dialog .modal-content .modal-body #sitesearch button {
  border: none;
  font-size: 28px;
  padding: 14px;
  width: 12%;
  background-color: #918e6f;
  color: #fff;
}
.ieold #NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch button:hover,
.ie8 #NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch button:hover,
.ie7 #NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch button:hover,
.ieold #SearchModal .modal-dialog .modal-content .modal-body #sitesearch button:hover,
.ie8 #SearchModal .modal-dialog .modal-content .modal-body #sitesearch button:hover,
.ie7 #SearchModal .modal-dialog .modal-content .modal-body #sitesearch button:hover,
.ieold #ContactModal .modal-dialog .modal-content .modal-body #sitesearch button:hover,
.ie8 #ContactModal .modal-dialog .modal-content .modal-body #sitesearch button:hover,
.ie7 #ContactModal .modal-dialog .modal-content .modal-body #sitesearch button:hover {
  background-color: #D85645;
}
.ie7 .contact-col {
  float: right;
  margin: 0px !important;
}
.ie7 #header .container .row {
  float: left !important;
  width: 100% !important;
  display: block !important;
}
.ie7 #header .container .row .logo-col .logo a img {
  width: 108px;
  height: 90px;
}
.ie7 #newsgrid {
  display: none;
}
.ie7 #actionbuttons {
  background-color: #ffffff !important;
}
.ie7 #actionbuttons .row {
  background-color: #ffffff !important;
}
.ie7 #actionbuttons .row div {
  padding: 0px;
  float: left;
}
.ie .ieonly {
  display: block !important;
}
.ie .notie {
  display: none !important;
}
.ie .topbanner {
  position: absolute;
  top: 0px;
  width: 100%;
  min-height: 700px;
  background-attachment: scroll !important;
}
.ie .topbanner .banner_title {
  position: relative;
  top: 500px;
  font-size: 80px;
}
.ie.ie9 .modal-backdrop.in,
.ie.ie8 .modal-backdrop.in,
.ie.ie7 .modal-backdrop.in {
  opacity: 1 !important;
  filter: alpha(opacity=100);
}
@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;
  }
  html #content,
  html #newscontent {
    padding: 0 !important;
    margin: 0 !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 iframe {
    display: none  !important;
  }
  html #header {
    display: none  !important;
  }
  html .topbanner {
    min-height: 150px;
  }
  html .topbanner .banner_title {
    top: 50px;
    font-size: 46px;
  }
  html #content.withbanner {
    margin-top: 150px;
    padding-top: 10px;
  }
  html .lower #sociallinks {
    display: none !important;
  }
  html .lower #newsgrid .item {
    border: none !important;
  }
  html .lower #newsgrid .item .gridimg {
    display: none !important;
  }
  html .lower #feeds .col-sm-offset-1 {
    margin: 0 !important;
  }
  html .lower #feeds .col-sm-offset-1 .socbox {
    width: 100%;
  }
  html .lower #feeds .col-sm-offset-1 .socbox .soclink {
    border: none !important;
  }
  html .lower #officelocations #locations-map {
    display: none !important;
  }
  html .lower #officelocations .address {
    display: block !important;
  }
  html .lower #officelocations .address span {
    display: block;
    text-align: center;
    margin: 0 auto !important;
  }
  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;
  }
}
/*# sourceMappingURL=common.css.map */