html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #ecf0f1;
  font-family: 'Source Sans Pro400:700', Arial, sans-serif;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}
body {
  font-size: 1.2rem;
}
a {
  color: #900;
}
a:visited {
  color: #900;
}
.container {
  min-width: 90vw !important;
}
@media screen and (min-width: 769px) {
  .hidden-desktop {
    display: none;
  }
}
#main-content {
  margin: 3rem auto;
}
#index #navigation {
  display: none;
}
#index #navigation-home {
  display: block !important;
}
@media screen and (max-width: 768px) {
  #dropdown {
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.5s;
  }
  #nav-toggle {
    position: absolute;
    left: -9999px;
    float: right;
  }
  #nav-toggle ~ label {
    position: relative;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 100%;
    height: 4rem;
    z-index: 0;
    background: #333;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
  }
  #nav-toggle ~ label span,
  #nav-toggle ~ label span:before,
  #nav-toggle ~ label span:after {
    cursor: pointer;
    border-radius: 0px;
    height: 4px;
    width: 36px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    transition: all 0.125s;
    transition-timing-function: ease-in-out;
  }
  #nav-toggle ~ label span {
    right: 1rem ;
    top: 50%;
  }
  #nav-toggle ~ label span:before {
    top: -10px;
    right: 0;
    transition: all 0.25s;
    background: #ED2224;
  }
  #nav-toggle ~ label span:after {
    bottom: -10px;
    right: 0;
    transition: all 0.25s;
    background: #48A4DB;
  }
  #nav-toggle:checked ~ label span {
    width: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  #nav-toggle:checked ~ label span:before {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    opacity: 1;
    background: #FFFFFF;
  }
  #nav-toggle:checked ~ label span:after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    bottom: 0;
    opacity: 1;
    background: #FFFFFF;
  }
  #nav-toggle:checked ~ #dropdown {
    max-height: 100rem;
  }
}
header {
  background: #343434;
}
header .container {
  position: relative;
}
header img {
  max-width: 100%;
}
header h2 {
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin: 2rem 0;
}
.logo {
  position: relative;
}
.logo .bars {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.logo .right,
.logo .left,
.logo .middle {
  display: block;
  float: left;
  height: 13.5rem;
  background-size: 80%;
}
.logo .right {
  width: 20%;
  background: url('images/right.svg') no-repeat;
  background-position: right;
}
.logo .left {
  width: 20%;
  background: url('images/left.svg') no-repeat;
  background-position: left;
}
.logo .middle {
  width: 60%;
  background: url('images/middle.svg') repeat-x;
  background-position: center;
}
.home-logo {
  display: block;
  position: relative;
  z-index: 1;
}
img {
  /* max-width: 100%; */
}
header nav {
  background: #4d4d4d;
  position: relative;
  z-index: 20000;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  float: left;
  border-right: 1px solid #cdcdcf;
  position: relative;
}
header nav ul li:last-of-type {
  border: none;
}
header nav ul li:hover ul,
header nav ul li.over ul,
header nav ul li.firstover ul,
header nav ul li.lastover ul {
  display: block;
}
header nav ul li a {
  padding: 0.5rem 2rem;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #cdcdcf;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.25s;
}
header nav ul li a:hover {
  background: #ffffff;
  color: #b3b3b6 !important;
}
header nav ul li a:visited {
  color: #cdcdcf;
}
header nav ul li ul {
  position: absolute;
  display: none;
  min-width: 20vw;
  left: -1px;
  border: solid #000 1px;
  border-top: none;
}
header nav ul li ul li {
  display: inline;
  text-align: left;
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
}
header nav ul li ul li a {
  display: block;
  padding: 3px 10px 5px 10px;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  border: none;
  background: #eaeaea;
  color: black;
  /* IE is being dumb again */
  width: 100%;
  cursor: pointer;
}
header nav ul li ul li a:visited {
  color: #000 !important;
}
/*
#navigation li 
ul {
	  position: absolute;
	  display: none;
	  min-width: 20vw;
	  left: -1px;
	  border: solid #000 1px;
	  border-top: none;
	}
	#navigation li:hover ul,
	#navigation li.over ul,
	#navigation li.firstover ul,
	#navigation li.lastover ul {
	  display: block;
	}

	#navigation li ul li {
	  display: inline;
	  text-align: left;
	  float: left;
	  width: 100%;
	  margin: 0px;
	  padding: 0px;
	  border: none;
	}

	#navigation li ul li a {
	  display: block;
	  padding: 3px 10px 5px 10px;
	  margin: 0;
	  text-decoration: none;
	  text-transform: none;
	  font-weight: normal;
	  font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	  border: none;
	  background: #eaeaea;
	  color: black;
	  /* IE is being dumb again #/
	  width: 106px;
	  cursor: pointer;
	}

	#navigation li ul li > a {
	  width: auto;
	  background: #eaeaea;
	  color: black;
	}

	#navigation li ul li a:hover {
	  background: #999999;
	  color: white;
	}




*/
.content {
  margin: 3rem auto;
}
.content-box {
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
  margin: 2rem 0;
}
.content-box h5 {
  border-radius: 0.5rem 0.5rem 0 0;
  background: #4c4c4c;
  font-size: 1.4rem;
  color: #fff;
  padding: 1rem;
  text-transform: uppercase;
}
.content-box-alt {
  /*h5{
 	background: #fff;
  	color:  #4c4c4c;
	}*/
}
.box-content {
  padding: 1rem 2rem;
}
.box-content p {
  font-size: 1.5rem;
}
.customs-callout {
  float: right;
  background: #19a5c9;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
footer {
  background: #4d4d4d;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4d4d4d), color-stop(50%, #4d4d4d), color-stop(50%, #666666), color-stop(100%, #666666));
  background: linear-gradient(to right, #4d4d4d 0%, #4d4d4d 50%, #666666 50%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#666666', GradientType=1);
}
footer h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
footer .row {
  padding: 3rem 0;
}
footer .social-media {
  background: #4d4d4d;
}
footer .social-media a {
  display: inline-block;
  width: 4rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
footer .social-media a img {
  max-width: 100%;
}
footer .updates {
  padding-left: 4rem;
  background: #666666;
}
footer .updates a {
  color: #fff;
}
.colophon {
  background: #343434;
  padding: 1rem 0;
}
.colophon a {
  color: #cdcdcf;
  font-size: 1rem;
  text-decoration: none;
  padding: 0 0.5rem;
}
.colophon li {
  border-right: 1px solid #cdcdcf;
}
.colophon li:last-of-type {
  border: none;
}
.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inline-list li {
  float: left;
}
.inline-list:after {
  content: '';
  display: block;
  clear: both;
}
.critiques p {
  font-size: 1.8rem;
  padding: 1rem;
  text-align: center;
}
.critiques a {
  display: block;
  text-align: center;
  padding: 0.5rem 0.5rem 1.5rem 0.5rem;
}
.search #cse {
  padding: 1rem;
}
.rss:after {
  content: '';
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 0.5rem;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  background: url('images/rss.svg') no-repeat;
  background-size: cover;
}
.money-maker {
  text-align: center;
  margin: 1.5rem 0;
  position: absolute;
  top: 2.25rem;
  right: 10rem;
  z-index: 10000;
}
.money-maker img {
  border: 0.5rem solid #343434;
}
@media (max-width: 1200px) {
  .money-maker {
    position: relative;
    text-align: center;
    top: auto;
    right: auto;
  }
  .money-maker img {
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .container {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  header {
    text-align: center;
  }
  header img {
    margin: 0.5rem 0;
  }
  header nav .container {
    padding: 0 !important;
  }
  header nav .customs-callout {
    padding: 1rem 0;
  }
  header nav ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    border: none;
    color: #333;
  }
  header nav ul li a {
    padding: 0.5rem 0;
    width: 100%;
  }
  header nav ul li ul {
    position: static;
    max-height: 100rem;
    overflow: hidden;
  }
  header nav ul li ul li {
    display: block;
  }
  header nav ul li ul li a {
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    padding: 0.75rem;
  }
  .home-logo {
    display: block;
    background: none;
  }
  .home-logo img {
    margin: 0 auto;
  }
  footer {
    background: none;
  }
  footer .row {
    padding: 0;
  }
  footer .social-media,
  footer .updates {
    padding: 2rem;
  }
}
.slick-slider {
  overflow-x: hidden;
}
.slide {
  min-width: 200px;
  padding: 0 0.5rem;
  text-align: center;
  overflow-x: hidden;
}
.slide img {
  height: 180px;
  width: auto;
  margin: 0 auto;
  padding: 0 1rem;
}
.slide p {
  padding: 0 1rem;
}
.slick-slide {
  height: auto;
}
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 1rem;
  left: 0;
  width: 3rem;
  padding: 1 rem;
  background: #fff;
  background: url('images/arrow.svg') no-repeat #ffffff;
  background-size: 16px 25px;
  background-position: center;
  border: none;
  font-size: 0;
  z-index: 10000;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.slick-arrow.slick-next {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.facebook blockquote {
  text-align: center;
  margin: 0;
}
.fb_iframe_widget span {
  overflow: initial !important;
}
.fb_iframe_widget iframe {
  position: relative;
}
/*.fb_iframe_widget iframe {
  width: 90vw !important;
  height: 500px !important;
}*/
.fb-page span {
  text-align: center;
}
.news-section {
  padding: 0.5rem 1rem 1rem;
}
.news-section .main-story {
  margin-bottom: 2rem;
}
.news-section ul {
  list-style: none;
}
.news-section ul li {
  font-size: 1.6rem;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #ccc;
}
.news-section ul li:last-of-type {
  border: none;
}
.feed {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  font-family: monospace;
  padding: 0;
  min-width: 20%;
  margin: 0.25rem;
  border: 1px solid #fff;
  outline: 1px solid #333;
}
.feed:hover {
  color: #eee;
}
.feed:before {
  display: inline-block;
  padding: 2px 5px;
  background: #660099;
  border-right: 1px solid #fff;
}
.feed span {
  padding: 2px 5px;
}
.email {
  background: #0099ff;
}
.email:before {
  background: #660099;
  content: 'Email';
}
.rss {
  background: #ff6600;
}
.rss:after {
  display: none;
}
.rss:before {
  background: #898e79;
  content: 'RSS';
}
#userpanel {
  padding: 0.5rem 1rem 1rem;
}
@media screen and (max-width: 320px) {
  #userpanel a {
    display: block;
  }
  #userpanel span {
    display: none;
  }
}
.tagline {
  background: #343434;
}
.tagline h2 {
  color: #fff;
  font-size: 1.8rem;
  padding: 1rem 0;
  text-align: center;
  letter-spacing: 0.25px;
}


.lightbox{z-index:99999 !important;}
.lightboxOverlay{z-index:99998 !important;}


/* New mobile stuff*/
.avatar_row img{max-width:100px;max-height:100px;}
@media screen and (max-width:767px)
{
	.hide_mobile{display:none;}
	.post_content img{max-width:100%;}
	.datetime{display:none;}
	#quickreply .tablebg tr:nth-child(2),form .tablebg .row1{display:none;}
	.newsearchresults .row1,.loginform .row1{display:table-cell !important;}	
	.newsearchresults th:nth-child(1),.newsearchresults td.row1:nth-child(1),
	.newsearchresults th:nth-child(3),.newsearchresults td.row1:nth-child(2),
	.newsearchresults th:nth-child(4),.newsearchresults td.row1:nth-child(4),.newsearchresults td.row2,
	.newsearchresults th:nth-child(5),.newsearchresults td.row1:nth-child(5),.newsearchresults th:nth-child(6){display:none !important;}
	.normsearchresults .row1,.loginform .row1,.profile .row1{display:table-cell !important;}
	.normsearchresults .row1:nth-child(even)>td:nth-child(1){display:none !important;}
	.postbody object{max-width:100% !important;}
	.postbody{word-break:break-word;}
	.pms form .tablebg .row1{display:table-cell;}
	.pms .cat div:nth-child(1),.pms form[name=sortmsg]{display:none;}
	.loginform td{width:auto !important;}
	.loginform th{white-space:inherit !important;text-align:center;}

}

@media (min-width:1920px){
    .row,.body,.logo,.credits,#navigation{
    max-width:1920px !important;
    margin:0 auto;
	}
    .container{min-width:1920px!important;}
}
