@font-face {
  font-family: 'montserrat';
  src: url('fonts/montserrat-bold-webfont.eot');
  src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
       url('fonts/montserrat-bold-webfont.woff') format('woff'),
       url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
       url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('fonts/montserrat-hairline-webfont.eot');
  src: url('fonts/montserrat-hairline-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/montserrat-hairline-webfont.woff2') format('woff2'),
       url('fonts/montserrat-hairline-webfont.woff') format('woff'),
       url('fonts/montserrat-hairline-webfont.ttf') format('truetype'),
       url('fonts/montserrat-hairline-webfont.svg#montserrathairline') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('fonts/montserrat-light-webfont.eot');
  src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/montserrat-light-webfont.woff2') format('woff2'),
       url('fonts/montserrat-light-webfont.woff') format('woff'),
       url('fonts/montserrat-light-webfont.ttf') format('truetype'),
       url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('fonts/montserrat-regular-webfont.eot');
  src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
       url('fonts/montserrat-regular-webfont.woff') format('woff'),
       url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
       url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('fonts/montserrat-semibold-webfont.eot');
  src: url('fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
       url('fonts/montserrat-semibold-webfont.woff') format('woff'),
       url('fonts/montserrat-semibold-webfont.ttf') format('truetype'),
       url('fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
  font-weight: 600;
  font-style: normal;
}


body {
	font-family: 'montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'montserrat', sans-serif;
	color: #32383f;
	margin-top: 2rem;
}

h1 {
	font-size: 1.875rem;
	color: #32383f;
	margin-top: 0;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.488rem;
	color: #32383f;
}
h2.subheader {
	color: #32383f;
}
h3 {
	color: #004282;
	font-size: 1.125rem;
}
h3 a {
	color: inherit;
}
h3 a:hover {
	color: #2f76c0;
}
h3.nomargin {
	margin: 0;
}
h4 {
	font-size: 1.063rem;
	font-weight: bold;
	color: #222;
	margin: 0 0 0.5rem 0;
}
h4.subheader {
	font-size: 0.6875rem;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
}
h5 {
	font-size: 1.375em;
	font-weight: normal;
	color: #004282;
	position: relative;
}
h5.success {
	font-size: 1rem;
	font-weight: normal;
	text-transform: uppercase;
	color: #88cf18;
	margin: 0 0 0.4rem 0;
}
.callouts h5 {
	padding-bottom: 0.4em;
	margin-bottom: 0.6em;
	margin-top: 0;
}
.callouts h5:before {
	content: '';
	width: 24px;
	height: 1px;
	background: #e15707;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
}
.callouts i {
	color: #3e3e3e;
	font-size: 3.5em;
	margin-bottom: 0.3em;
}
h6 {
	font-size: 0.938em;
	font-weight: bold;
	color: #004282;
	margin-bottom: 0.3em;
}
h6.subheader {
	font-size: 0.750em;
	color: #737373;
	margin-bottom: 0;
}
h6.line {
	color: #515151;
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 20px 1rem 20px;
	position: relative;
}
#logos h6:before {
	content: '';
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	background: #c8c6c2;
	position: absolute;
	z-index: 0;
}
#logos h6 span {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 0 10px;
}


time {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.6875rem;
	letter-spacing: 0.02em;
}
.clearfix {
	clear: both;
}
p {
	margin-bottom: 1.4rem;
	font-size: 0.9375rem;
	font-weight: 300;
}
p.small {
	font-size: 0.8125rem;
}
label {
	font-size: 0.938em;
	font-weight: 300;
}
label.small {
	font-size: 0.6875rem;
}
label.small input {
	margin-bottom: 0.5rem;
}
label.inline {
	display: inline-block;
	margin-right: 0.625rem;
	line-height: 39px;
}
.date label {
	float: left;
	width: 2.5rem;
	line-height: 39px;
}

hr {
	height: 1px;
	background: #d9d8d8;
	border: 0;
	margin: 1.8em 0 2.2em 0;
}
hr.dash {
	border-top: dashed 1px #d9d8d8;
	background: none;
	margin: 1.5em 0 1.5em 0;
}
hr.space {
	background: none;
	margin: 1em 0 0 0;
}
hr.space.x2 {
	margin: 2rem 0 0 0;
}
hr.space.large {
	margin: 3em 0 0 0;
}

a {
	-webkit-transition: all .2s ease-in-out;	
	-moz-transition: all .2s ease-in-out;	
	-o-transition: all .2s ease-in-out;	
	-ms-transition: all .2s ease-in-out;	
	transition: all .2s ease-in-out;
  color: #2f76c0;
}
a:hover, a:focus {
  color: #2865a5; 
}
a.alert {
	color: #ff0000;
}
a.alert:hover {
	color: #cc0000;
}
a.primary {
	color: #fd6717;
}

strong.primary {
	color: #fd6717;
}

.collapse-bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
.collapse-top {
	margin-top: 0;
	padding-top: 0;
}
img.float-left {
	float: left;
	margin: 0 1em 1em 0;
}

img.float-right {
	float: right;
	margin: 0 0 1em 1em;
}

table.stack {
	font-size: 0.9375rem;
	font-weight: 300;
	margin-bottom: 2rem;
}
table.stack thead {
	border: 0;
	background: #004282;
	color: #fff;
	text-transform: uppercase;
	font-size:  0.75rem;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
table.stack td {
	vertical-align: top;
}
table.stack tbody {
	border: 0;
}
table.stack thead th:first-child {
	border-top-left-radius: 5px;
}
table.stack thead th:last-child {
	border-top-right-radius: 5px;
}
table.stack th, table.stack td {
	padding: 0.75rem 1.25rem;
}
table.stack .article, table.stack .author {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
table.stack tbody tr td {
	border-top: solid 1px #d4d4d4;
	background: #fff;
}
table.stack.search-results tbody tr td:last-child {
	border-bottom: solid 1px #d4d4d4;
}
table.stack tbody tr:first-child td {
	border-top: 0;
}
table.stack tbody tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}
table.stack tbody tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}
table.stack h3 {
	font-size: 1.063rem;
	margin-top: 1.5rem;
}
table.stack p {
	margin-bottom: 1rem;
}
table.stack .button {
	margin-bottom: 0;
}
table.stack .button.block {
	margin-bottom: 0.5rem;
}
table.stack td *:last-child {
	margin-bottom: 0;
}
table.stack .slider {
	margin-bottom: 2rem !important;
}
.slider {
	background: rgb(32,72,45);
	background: -moz-linear-gradient(45deg,  rgba(32,72,45,1) 0%, rgba(253,103,23,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(32,72,45,1) 0%,rgba(253,103,23,1) 100%);
	background: linear-gradient(45deg,  rgba(32,72,45,1) 0%,rgba(253,103,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20482d', endColorstr='#fd6717',GradientType=1 );
	height: 1.25rem;
	margin: 2rem 0;
	border-radius: 10px;
}
.slider-fill {
	background: transparent;
}
.slider-handle {
	background: #004282;
	border: solid 2px #fff;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	line-height: 1.9rem;
	box-shadow: 0 0 5px rgba(147,147,147,0.6);
	height: 2rem;
	width: 2rem;
}
.slider-handle input {
	border: 0;
	background: #004282;
	width: 100%;
	padding: 3px 0;
	height: auto;
	text-align: center;
	position: absolute;
	top: -30px;
	left: 0;
	outline: 0 none;
	color: #fff;
	font-weight: bold;
	display: none;
}
.slider-handle.is-dragging input {
	display: block;
}
.slider-handle:hover {
	background: #004282;
}
.slider-label {
	position: relative;
	bottom: -1.5rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: #fd6717;
}
.slider-label.float-left {
	color: #20482d;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	box-shadow: none;
	border-color: #cbcbcb;
	margin-bottom: 0.5rem;
	font-size: 1em;
	height: 3rem;
  padding: 0.5rem;  
  padding: 0.5rem;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
	background-color: #ecf1f3;
	border-color: #004282;
	box-shadow: none;	  
}
.error [type='text'], .error [type='password'], .error [type='date'], .error [type='datetime'], .error [type='datetime-local'], .error [type='month'], .error [type='week'], .error [type='email'], .error [type='number'], .error [type='search'], .error [type='tel'], .error [type='time'], .error [type='url'], .error [type='color'], .error textarea,
[type='text'].error, [type='password'].error, [type='date'].error, [type='datetime'].error, [type='datetime-local'].error, [type='month'].error, [type='week'].error, [type='email'], [type='number'], [type='search'].error, [type='tel'].error, [type='time'].error, [type='url'].error, [type='color'].error, textarea.error {
	background-color: #fff6f6;
	border-color: #ff0000;
}
[type='file'] {
	font-size: 0.750em;
	outline: 0 none;
}
input[type="checkbox"],
input[type="radio"] {
	outline: 0 none;	
}
select {
	outline: 0 none;
	border-color: #cbcbcb;
	font-size: 1em;
  padding: 0.5rem 0 0.5rem 1.25rem;
  height: 3rem;
  background-image: url(/assets/img/select.png);
  background-position: right center;
  background-size: 45px 48px;
  position: relative;
}
select.thin {
	font-weight: 300;
	color: #0a0a0a;
	font-size: 0.8125rem;
}
select.inline {
	width: auto;
	font-size: 0.8125rem;
	font-weight: 300;
	color: #222;
	border-color: #bcc3c6;
	height: 2rem;
	padding: 0.25rem 0 0.25rem 0.75rem;
	min-width: 64px;
	background-image: url(/assets/img/select-arrow.png);
	background-size: 26px 8px;
	
}
.required label:after {
	content: ' *';
	color: #004282;
}
.error small, small.error {
	color: #ff0000;
	text-align: right;
	display: block;
	margin-top: -0.7em;
	margin-bottom: 0.7em;
	font-size: 0.750em;
}
.field {
	overflow: hidden;
	*overflow: visible;
	zoom: 1;
}

form h3 {
	margin-bottom: 1.4rem;
	color: #0a0a0a;
	font-size: 0.9em;
	font-weight: 300;
}

ul.features {
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
}
ul.features li {
	background: url(/assets/img/ico-check.png) no-repeat 0 5px;
	padding: 0.625rem 0 0.625rem 2.5rem;
	font-size: 0.8125rem;
	min-height: 32px;
	margin-bottom: 0.25rem;
}

.lead {
	font-size: 1.25rem;
}
.lead small {
	display: block;
	margin-top: 0.5em;
	font-size: 0.650em;
}

.info {
	border-top: solid 1px #d9d8d8;
	border-bottom: solid 1px #d9d8d8;
	padding: 1.25rem 0;
}
.callouts {
	padding-top: 2em;
	padding-bottom: 2em;
	border-radius: 0;
	border-color: #d9d8d8;
}
.ad {
	text-align: center;
}
.ad .pad4 {
	margin-top: 4em;
}
.ad.pad22 {
	margin-top: 2em;
	margin-bottom: 2em;
}
.thumbnail {
	border-radius: 0;
	box-shadow: none;
	border: solid 3px #bebebe;
}
.thumbnail:hover, .thumbnail:focus {
	box-shadow: none;
}
.thumbnail.float-left {
	margin-right: 1.5rem;
}
.thumbnail.magazine.float-left {
	margin-right: 2.5rem;
}
.thumbnail.float-right {
	margin-left: 1.5rem;
}
.thumbnail.magazine.float-right {
	margin-left: 2.5rem;
}
.thumbnail.magazine {
	border: 0;
	-webkit-box-shadow: 0 3px 10px rgba(147,147,147,0.6);
	-moz-box-shadow: 0 3px 10px rgba(147,147,147,0.6);
	box-shadow: 0 3px 10px rgba(147,147,147,0.6);
}
a.link-black {
	color: #0a0a0a;
}
.back {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #2f76c0;
	font-size: 0.750em;
	font-weight: 300;
}
.back:before {
	content: '‹';
	padding: 0 4px 0 2px;
	font-size: 1.6em;
	line-height: 1em;
	position: relative;
	top: 1px;
}

.button {
	text-transform: uppercase;
	border-radius: 50px;
}
.button.small {
	font-size: 0.688em;
	padding: 0.375rem 0.8125rem 0.3125rem 0.8125rem;
}
.float-right .button.small {
	position: relative;
	top: 6px;
}
.button.gray {
	background: #dfdfdf;
	font-weight: bold;
	color: #8d8d8d;
}
.button.gray:hover, .button.gray:focus {
	background: #8d8d8d;
	color: #fff;
}

.button.blue {
	background: #004282;
	font-weight: bold;
	color: #fff;
}
.button.blue:hover, .button.blue:focus {
	background: #2f76c0;
}
p.bio-go-long,
p.bio-go-short {
	margin-top: 0;
}
.candidate-bio-long {
	display: none;
}
.box {
	position: relative;
}
.box:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #d4d3d3;
	position: absolute;
	top: 0;
	left: 0;
}
.box:first-child:before {
	display: none;
}

.button.large {
	font-size: 1.125em;
	font-weight: 300;
	padding: 0.9375rem 3rem;
}

.button-search {
	border-radius: 5px;
	margin-left: 10px;
	padding: 0.875rem 0.9375rem;
	font-size: 1.125rem;
}

.button.arrow:after {
	content: ' ';
	background: url(/assets/img/arrow-btn.png) no-repeat center center;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 22px;
	height: 14px;
	position: relative;
	top: 1px;
	margin-left: 0.75rem;
}
.button.hollow.arrow:after {
	background: url(/assets/img/arrow-btn-o.png) no-repeat center center;
}
.button.hollow.arrow {
	padding-left: 2rem;
	padding-right: 2rem;
}

.button-bottom {
	position: relative;
}
.button-bottom .button {
	position: absolute;
	bottom: 0;
	right: 0.9375rem;
}

small.middle {
	position: relative;
	top: -0.5rem;
	padding-left: 1rem;
}

.button-green {
	background-color: green;
}
.button.button-green:hover {
	background-color: dark-green;
}

.mask {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;	-webkit-transform-style: preserve-3d;  -moz-transform-style: preserve-3d;  transform-style: preserve-3d; }
.valignmiddle {	position: relative;  top: 50%;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%); }

.logo {
	background: url(/assets/img/logo.png) no-repeat center center;
	background-size: 100% auto;
	font-size: 0em;
	text-indent: -9999999px;
	display: block;
	width: 385px;
	height: 73px;
}

#top {
	background: #383f43;
	padding: 2px 0;
}
#top .button {
	margin-left: 10px;
	margin-bottom: 0;
	vertical-align: top;
}
#top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	font-size: 0.688em;
	line-height: 24px;
	color: #969ea3;
}
#top ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;	
}
#top ul li:before {
	content: ' | ';
	padding: 0 10px;
}
#top ul li:first-child:before {
	display: none;
}
#top ul li a {
	color: #969ea3;
	text-transform: uppercase;
	display: inline-block;
	*display: inline;
	zoom: 1;	
}
#top ul li a i {
	margin-right: 5px;
	font-size: 1.125em;
}
#top ul li a:hover, #top ul li a.active {
	color: #e15707;
}

#header {
	background: url(/assets/img/banner.jpg) no-repeat center center #004282;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px 0 32px 0;
}
.home #header, .landing #header {
	background: transparent;
	position: relative;
	z-index: 22;
	border-bottom: solid 1px #6489b1;
}
#header .logo {
	float: left;
}
#header nav {
	float: right;
	padding-top: 20px;
	 position: relative;
}
#header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
#header nav ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding-left: 20px;
}
#header nav ul li a {
	display: block;
	line-height: 50px;
	color: #fff;
	font-size: 0.938em;
}
#header nav ul li a:hover, #header nav ul li a.active {
	color: #fd6717;
}

#header nav .ico-search {
	background: url(/assets/img/ico-search.png) no-repeat center center;
	background-size: 21px 21px;
	border: solid 1px #fd6717;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 0em;
	text-indent: -9999999px;
	vertical-align: top;
	margin-left: 20px;
	border-radius: 50px;
}
#header nav .ico-search:hover {
	border-color: #fff;
}

#header aside {
	float: right;
	font-size: 0em;
	padding-top: 10px;
}
#header aside a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-indent: -9999999px;
	vertical-align: top;
	width: 20px;
	height: 20px;
}
#header aside .toggle-nav {
	background: url(/assets/img/menu.png) no-repeat center center;
	background-size: 26px 20px;
	width: 26px;
	margin-left: 30px;
}
#header aside .search {
	background: url(/assets/img/ico-search.png) no-repeat center center;
	background-size: 20px 20px;
}
#header .search-form-box { 
	top: 15px;
	right: -5px;
	position: absolute;
	background: #383f43;
	color: #000;
	height: 59px;
	padding: 5px;
	border-radius: 15px 50px 50px 15px;
	display: none; 
}

#header .search-form-box input { 
	height: 3.05rem;
	width: 315px; 
	display: inline-block; 
}

#header .button-search {
	background: url(/assets/img/ico-search.png) no-repeat center center;
	background-size: 21px 21px;
	border: solid 1px #fd6717;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 0em;
	text-indent: -9999999px;
	vertical-align: top;
	margin-left: 12px;
	border-radius: 50px;
}

#mobile-nav {
	background: #383f43;
	/*padding-bottom: 1.375rem;*/
	display: none;
	position: absolute;
	top: 79px;
	left: 0;
	width: 100%;
	z-index: 9999;
}
#mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #4d565b;
	/*margin-bottom: 1.375rem;*/
}
#mobile-nav ul li {
	display: block;
	border-bottom: solid 1px #4d565b;
}
#mobile-nav ul li a {
	display: block;
	color: #fff;
	font-size: 1.063em;
	padding: 0.75rem 0.9375rem;
}
/*#mobile-nav ul li a.has-children {
	background: url(/assets/img/arrow-m.png) no-repeat right center;
}*/
/*#mobile-nav ul li a.has-children.active {
	background: url(/assets/img/arrow-md.png) no-repeat right center;
}*/
#mobile-nav ul ul {
	background: #4d565b;
	margin-bottom: 0;
	display: none;
}
#mobile-nav ul ul li {
	border-bottom: 0;
	border-top: solid 1px #626d74;
}
#mobile-nav ul ul li:first-child {
	/*border-top: 0;*/
}
#mobile-nav ul ul li a {
	background-image: none;
	color: #adbbc3;
	font-size: 0.938em;
	font-weight: 300;
	padding: 0.8125rem 1.9375rem;
}
/*#mobile-nav ul ul li a:hover,
#mobile-nav ul ul li.active a {
	background: #DBDDDE;
	color: #fd6717;
}*/

#mobile-nav ul ul ul {
	background: #4d565b;
	margin-bottom: 0;
	display: block;
	border-top: solid 1px #626d74;
}
#mobile-nav ul ul ul li {
	border-bottom: 0;
	border-top: solid 1px #626d74;
}
#mobile-nav ul ul ul li:first-child {
	border-top: 0;
}
#mobile-nav ul ul ul li a {
	background-image: none;
	color: #adbbc3;
	font-size: 0.938em;
	font-weight: 300;
	padding: 0.8125rem 0.9375rem 0.8125rem 3.9375rem;
	line-height: 1.3em;
}
/*#mobile-nav ul ul ul li a:hover,
#mobile-nav ul ul ul li.active a {
	background: #DBDDDE;
	color: #fd6717;
}*/
#mobile-nav ul ul ul ul {
	background: #4d565b;
	margin-bottom: 0;
	display: block;
}
#mobile-nav ul ul ul ul li {
	border-bottom: 0;
	border-top: solid 1px #626d74;
}
#mobile-nav ul ul ul ul li:first-child {
	border-top: 0;
}
#mobile-nav ul ul ul ul li a {
	background-image: none;
	color: #adbbc3;
	font-size: 0.838em;
	font-weight: 300;
	padding: 0.8125rem 0.9375rem 0.8125rem 5.9375rem;
}
/*#mobile-nav ul ul ul li a:hover,
#mobile-nav ul ul ul li.active a {
	background: #DBDDDE;
	color: #fd6717;
}*/
#mobile-nav .userinfo {
	padding: 1em 0;
	text-align: center;
}
#mobile-nav .userinfo .button {
	margin-bottom: 0;
}
#mobile-nav .userinfo a.link {
	color: #969ea3;
	text-transform: uppercase;
	font-size: 0.938em;
	line-height: 30px;
	margin-right: 1em;
}
#mobile-nav .userinfo .button {
	font-size: 0.875em;
	padding: 0.4375rem 1.375rem;
	margin: 0 1rem;
}
#mobile-nav .userinfo a i {
	font-size: 1.125em;
}
#mobile-nav .userinfo.in .link {
	float: left;
}
#mobile-nav .userinfo.in .button {
	float: right;
}

#mobile-search {
	background: #383f43;
	padding-top: 1em;
	display: none;
}

.simple #header {
	background: rgba(14,80,130,1);
	background: -moz-linear-gradient(top, rgba(14,80,130,1) 0%, rgba(16,82,132,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14,80,130,1)), color-stop(100%, rgba(16,82,132,1)));
	background: -webkit-linear-gradient(top, rgba(14,80,130,1) 0%, rgba(16,82,132,1) 100%);
	background: -o-linear-gradient(top, rgba(14,80,130,1) 0%, rgba(16,82,132,1) 100%);
	background: -ms-linear-gradient(top, rgba(14,80,130,1) 0%, rgba(16,82,132,1) 100%);
	background: linear-gradient(to bottom, rgba(14,80,130,1) 0%, rgba(16,82,132,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5082', endColorstr='#105284', GradientType=0 );
}
.simple #header .logo {
	float: none;
	margin: 0 auto;
}

#hero {
	position: relative;
	margin-top: -126px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding-top: 150px;
	padding-bottom: 30px;
}
.landing #hero {
	padding-top: 180px;
	padding-bottom: 0;
}
#hero .bg {
	display: none;
}
#hero .orbit-caption {
	background-color: rgba(10, 10, 10, 0.7);
}
#hero .orbit-caption h2 {
	color: #fff;
	font-size: 1.6rem;
	margin: 0;
}
#hero .orbit-caption p {
	color: #fff;
	line-height: 1.2rem;
	margin: 0;
}
#hero .orbit-caption p.button-wrapper {
	margin-top: 0.5rem;
}
#hero .orbit-caption .button {
	font-size: 0.8rem;
	margin-bottom: 0;
}
ul.orbit-container {
    height: auto !important;
}
li.orbit-slide {
    max-height: none !important;
}
#hero .orbit-previous, #hero .orbit-next {
	font-size: 30px;
}
#hero .icons {
	display: block;
	margin: 1rem auto -1.625rem auto;
	position: relative;
}
#hero h1 {
	font-weight: 100;
	font-size: 50px;
	text-transform: none;
	line-height: 1.1em;
	color: #fff;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
#hero .button.arrow,
#hero .button.white {
	color: #fff;
	margin-bottom: 2rem;
}
#hero .button.arrow:hover,
#hero .button.white:hover {
	border-color: #fff;
}
#hero .button.hollow:after {
	background-image: url(/assets/img/arrow-btn.png);
}
#magazines {
	padding: 1rem 0 2rem 0;
}
#main.search-results table.stack h3 {
	margin-top: 0;
}
.issue {
	background: rgba(56,63,67,0.3);
	border-radius: 5px;
	max-width: 314px;
	padding: 1.25rem;
	margin-left: auto;
	margin-top: -2rem;
}
.issue, .issue aside {
	overflow: hidden;
	*overflow: visible;
	zoom: 1;
}
.issue .float-left {
	margin-right: 1rem;
}
.issue h5 {
	font-size: 18px;
	color: #ffffff;
	margin-top: 0;
}
.issue h5 small {
	font-size: 0.6875rem;
	color: #4f94db;
	font-weight: bold;
}
.issue .button {
	font-weight: bold;
}

.icon-menu {
	background: #383f43;
}
.icon-menu .columns {
	position: relative;
}
.icon-menu .columns:before {
	content: '';
	position: absolute;
	top: 25%;
	left: 0;
	width: 1px;
	height: 50%;
	background: #586166;
}
.icon-menu .columns:first-child:before {
	display: none;
}
.icon-menu a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 300;
	text-transform: uppercase;
	padding: 1.5rem 0 2rem 0;
	position: relative;
	z-index: 2;
}
.icon-menu a:hover {
	background: #40484c;
}
.icon-menu a i {
	display: block;
	font-size: 3.5rem;
	color: #fd6717;
	font-weight: normal;
	margin-bottom: 0.5rem;
}

#main {
	padding-bottom: 4em;
	font-weight: 300;
}
.home #main {
	padding-top: 4em;
	background: url(/assets/img/bg-main.jpg) no-repeat center bottom;
}
.landing #main {
	padding-top: 4em;
}
.simple.landing #main {
	padding-top: 2em;
}
.landing #main h2 {
	margin-bottom: 1.4rem;
}
.wish-list #main {
	padding-bottom: 1em;
}

#breadcrumb {
	margin: 1.625em 0 0;
	color: #4f4f4f;
}
#breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.688em;
}
#breadcrumb ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
}
#breadcrumb ul li:before {
	content: '›';
	color: #004282;
	padding: 0 4px 0 2px;
	font-size: 1.6em;
	line-height: 1em;
	position: relative;
	top: 1px;
}
#breadcrumb ul li:first-child:before {
	display: none;
}
#breadcrumb ul li a {
	color: inherit;
}
#breadcrumb ul li a:hover {
	color: #004282;
}
#breadcrumb ul li span {
	font-weight: bold;
}

#sidebar {
	margin: 1.375em 0;
}
#sidebar nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.938em;
}
#sidebar nav ul li {
	margin-bottom: 1px;
}
#sidebar nav ul li a {
	color: #32383f;
	display: block;
	padding: 1em 1.667em 1em 1.667em;
	background: #d5dee2;
	font-weight: bold;
	font-size: 0.938em;
}
#sidebar nav ul li.bod a {
	color: #e15707;
	text-shadow: 1px 1px 1px #fff;
}
#sidebar nav ul li a:hover,
#sidebar nav ul li.active a,
#sidebar nav ul li.parent-active a {
	border-right: solid 4px #e15707;
}
#sidebar nav ul ul {
	display: none;
	background: #ecf1f3;
	padding: 0 1.667em;
	border-top: solid 1px #fff;
}
#sidebar nav ul li.parent-active.has-children>ul,
#sidebar nav ul li.active>ul {
	display: block;
}
#sidebar nav ul li.level-2.active>a,
#sidebar nav ul li.level-3.active>a {
	color: #004282;
	font-weight: 500;
}
#sidebar nav ul ul li {
	margin-bottom: 0;
	border-top: dashed 1px #acacac;
}
#sidebar nav ul ul li:first-child {
	border: 0;
}
#sidebar nav ul ul li a {
	background: #ecf1f3;
	padding: 10px 0;
	font-weight: 300;
	border: 0 !important;
}
#sidebar nav ul ul li a:hover {
	border: 0;
}
#sidebar nav ul>ul>li.active a {
	color: #004282;
	font-weight: bold;
}
#sidebar nav ul ul ul {
	border-top: dashed 1px #acacac;
	padding: 0 0 0 1.667em;
}
.account-info, .user-info {
	background: #d5dee2;
	padding: 0 1.5rem 1.5rem 1.5rem;
	top: 1.5rem;
	position: relative;
	margin: 0 auto 2.5rem auto;
	max-width: 300px;
}
/*#sidebar .account-info, */
.user-info.collapse {
	position: static;
	top: 0;
	margin-bottom: 1rem;
}
.account-info figure, .user-info figure {
	margin:0 auto;
	width: 166px;
	height: 166px;
	border: solid 2px #fff;
	position: relative;
	top: -1.5rem;
	background: #d5dee2;
	text-align: center;
}
.account-info figure img, .user-info figure img {
	width: 100%;
	height: auto;
}
.account-info figure .mask a, .user-info figure .mask a {
	display: block;
	font-size: 0.75rem;
}
.account-info figure a i, .user-info figure a i {
	display: block;	
	color: #383f43;
	font-size: 3rem;
}
.account-info p, .user-info p {
	position: relative;
	margin-bottom: 0.7rem;
	line-height: 1.3em;
}
.account-info p a, .user-info p a {
	font-size: 0.75rem;
}
.account-info p i, .user-info p i {
	color: #383f43;
	width: 15px;
	text-align: center;
}
.user-info {
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}
.user-info h5 {
	font-size: 1.063rem;
	font-weight: bold;
	color: #222222;
	margin-top: 0;
}
.user-info p {
	font-size: 0.75rem;
	margin-bottom: 1rem;
}
.user-info p:last-child {
	margin-bottom: 0;
}
.user-info a i {
	color: #a1a9ad;
}
#sidebar .widget, .mobile-widget {
	margin-bottom: 1rem;
}
.mobile-widget {
	margin: 0 auto 2.5rem auto;
	max-width: 300px;
}
#sidebar .widget h4, .mobile-widget h4 {
	text-transform: uppercase;
	color: #fff;
	font-size: 0.75rem;
	font-weight: bold;
	background: #004282;
	padding: 0.75rem 1.125rem;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
}
#sidebar .widget div, .mobile-widget div {
	border: solid 1px #bebebe;
	border-top: 0;
	padding: 1.125rem;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#sidebar .widget ul, .mobile-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8125rem;
}
#sidebar .widget ul.category-list img.child-marker,
.mobile-widget ul.category-list img.child-marker {
	position: relative;
	top: -5px;
}
#page {
	margin: 1.375em 0;
}
.home #page {
	margin: 0;
}
.large-9 #page {
	margin-left: 1.750em;
}
#page ul, #page ol {
	font-size: 0.9375rem;
	margin-bottom: 1.4rem;
	margin-left: 2rem;
}
#page ul.menu.photo-gallery,
#page ul.tabs {
	margin-bottom: 0;
	margin-left: 0;
}
#page ul.sitemap ul {
	margin-bottom: 0;
}
#page .callouts {
	max-width: 300px;
	margin-left: auto;
}

.group {
	margin-bottom: 1.4rem;
}
.group aside {
	font-size: 0.938em;
	margin-bottom: 0.3em;
}
.group, .group aside,
.thumb, .thumb aside {
	overflow: hidden;
	*overflow: visible;
	zoom: 1;
}
.group h6 {
	float: left;
	min-width: 140px;
	padding-right: 1em;
	margin-top: 0;
}

.thumb {
	margin-top: 1.2rem;
}
.thumb h3 {
	border-bottom: solid 1px #d9d8d8;
	margin-bottom: 1.4rem;
	padding-bottom: 0.7rem;
}
.thumb .thumbnail {
	float: left;
	margin-right: 20px;
}
.thumb aside p {
	margin-bottom: 0.2em;
}

.unlock {
	background: url(/assets/img/bg-unlock.jpg) no-repeat left center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 2.5rem 0 1rem 0;
}
.unlock h2 {
	width: 100%;
	color: #004282;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 0.2em;
	margin-top: 0;
}

.albums {
	margin: 0 -7px;
	font-size: 0em;
	text-align: left;
}
.albums a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 1rem 0 1.5rem 0;
	padding: 0 7px;
	vertical-align: top;
	width: 16.6666666667%;
}
.albums a .thumbnail {
	display: block;
	margin: 0 auto 0.7rem auto;
	width: 100%;
}

.carousel {
	padding: 0 60px;
	position: relative;
	overflow: hidden;
}
.carousel .prev, .carousel .next {
	background: #d5dee2;
	position: absolute;
	left: -60px;
	top: 0;
	width: 63px;
	height: 100%;
	cursor: pointer;
	color: #32383f;
}
.carousel .prev:hover, .carousel .next:hover {
	color: #004282;
}
.carousel .prev:before, .carousel .next:before {
	font-family:'FontAwesome';
	content:"\f053";
	font-size: 1.6rem;
	top: 50%;
	left: 0;
	position: absolute;
	line-height: 1em;
	width: 100%;
	text-align: center;
	margin-top: -12px;
}
.carousel .next:before {
	content:"\f054";
}
.carousel .next {
	left: auto;
	right: -60px;
}
.carousel .zoom-mask {
	position: relative;
}
.carousel .zoom {
	padding: 0 3px;
	margin-bottom: 10px;
}

.carousel .zoom,
.carousel .zoom .cycle-slideshow,
.carousel .zoom .cycle-slideshow div {
	/*width: 100%;*/
}
.carousel .zoom img {
	/*width: 100%;*/
	height: auto;
	display: block;
}
.carousel .thumbnails {
}
.carousel .thumbnails .cycle-slideshow div {
	padding: 0 3px;
}
.carousel .thumbnails .cycle-slide-active img {
	opacity: 0.7;
}
.carousel .thumbnails img {
	width: 100%;
	height: auto;
  border: solid 1px #000;
}

.panel {
	padding-bottom: 3rem;
}
.account-page .panel {
	padding-bottom: 1rem;
}
.panel h3 {
	border-bottom: solid 1px #d9d8d8;
	padding-bottom: 1rem;
	margin-bottom: 1.4rem;
}
.panel h3 a {
	color: #e15707;
	font-size: 0.875rem;
	font-weight: 300;
	position: relative;
	top: 3px;
}
.panel h3 a:hover {
	color: #a94105;
}
.panel h6 {
	font-weight: 300;
}
.panel p {
	margin-bottom: 0.5rem;
}
.panel p a {
	font-size: 0.750em;
}

.sort {
	background: #ecf1f3;
	border-radius: 5px;
	/*margin-top: 2rem;*/
	line-height: 1em;
	padding: 8px 13px;
	margin-bottom: 0.25em;
}
.sort span {
	padding: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}
.sort small {
	margin-left: 1rem;
	margin-right: 0.325rem;
	position: relative;
	top: 7px;
}
.sort .order select {
	min-width: 150px;
}
.sort select {
	margin-bottom: 0;
}
.sort .prev, .sort .next, .sort .first {
	border: solid 1px #bcc3c6;
	border-radius: 5px;
	background: #fff url(/assets/img/prev.png) no-repeat center center;
	text-align: center;
	width: 2rem;
	height: 2rem;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}
.sort .next {
	background-image: url(/assets/img/next.png);
}
.sort .first {
	background-image: url(/assets/img/first.png);
}
.sort .last {
	background-image: url(/assets/img/last.png);
}
.sort .pag-num {
	border: solid 1px #bcc3c6;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	width: 2rem;
	height: 2rem;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding-top: 8px;
}
.sort strong.pag-num {
	background-color: #eee;
	font-weight: normal;
	padding-top: 7px;
	font-size: 16px;
}
.sort h3 {
	margin: 0;
	position: relative;
	bottom: -1rem;
	margin-left: -13px;
}
#main.search-results .sort.has-pagination {
	margin-top: 0;
}
.search-results h3 {
	margin-top: 0;
}
.results article {
	border-bottom: solid 1px #d9d8d8;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.results.list {
	/*margin-top: 3rem;*/
}
.results.list article {
	border-bottom: 0;
}
.results.list article h3 {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: solid 1px #d9d8d8;
}
.results article small {
	font-size: 0.9375rem;
	display: block;
	margin-bottom: 0.4em;
}
.results article small a {
	font-weight: bold;
	color: #222;
}
.results article small a:hover {
	color: #004282;
}
.results.list article p {
	line-height: 2em;
}

.downloads {
	margin-bottom: 3.5rem;
}
.downloads p {
	font-weight: normal;
	line-height: 2.2rem;
	margin-bottom: 0.6rem;
}
.downloads p small {
	display: block;
	line-height: 1.2rem;
	font-weight: 300;
}
.downloads a i {
	color: #383f43;
	margin-right: 4px;
}

.ask {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	background: rgba(227,233,235,0.65);
	border: solid 1px #fff;
	padding: 2.5rem 1rem 2rem 1rem;
}

.text-image {
	background: #ecf1f3;
	position: relative;
}
.text-image .half {
	width: 50%;
	height: auto;
	margin-left: auto;
	display: block;
}
.text-image article {
	padding-right: 100px;
}
#content {
	background: #ecf1f3 url(/assets/img/bg-content.png) repeat-x center top;
	padding: 5rem 0;
}
.wish-list #content {
	padding-top: 1em;
}
#content.bg-white {
	background: #fff;
}
#content .products {
	margin-left: -5px;
	margin-right: -5px;
}
#content .products .panel {
	float: left;
	width: 25%;
	padding: 0 5px 8px 5px;
}
#content .products .panel a {
	display: block;
	background: #fff;
	border: solid 1px #dbdedf;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	color: #1a1a1a;
	font-size: 0.875rem;
	padding: 1.25rem 1rem 1.75rem 1rem;
}
#content .products .panel a img {
	display: block;
	margin: 0 auto 1.25rem auto;
}

#content #breadcrumb {
	margin-top: -3.5rem;
	margin-bottom: 2.5rem;
}
#content .sort {
	margin-top: -2.5rem;
	margin-bottom: 1rem;
}

.article h3 {
	margin-bottom: 0;
}
.article p {
	font-size: 0.8125rem;
}
.article, .article aside {
	overflow: hidden;
	*overflow: visible;
	zoom: 1;
}
.article .thumbnail, .author .thumbnail {
	float: left;
	margin-right: 1.5rem;
	margin-bottom: 0;
}
.article aside *:last-child {
	margin-bottom: 0;
}

.author {
	font-size: 0.8125rem; 
	min-width: 300px;
}
.author, .author aside {
	overflow: hidden;
	*overflow: visible;
	zoom: 1;
	padding-top: 0.4rem;
}
.author .thumbnail {
	margin-right: 1rem;
}
.author a {
	font-weight: bold;
	color: #222;
}
.author a:hover {
	color: #004282;
}

.filters {
	font-weight: 300;
	font-size: 0.75rem;
	/*margin-bottom: 0.75rem;*/
	position: relative;
	top: 2px;
}
.filters.top-space {
	top: 8px;
}
.filters strong {
	font-size: 1.063rem;
	margin-right: 24px;
}
.filters span {
	font-size: 0.8125rem;
	font-weight: bold;
	color: #004282;
	margin-right: 4px;
	position: relative;
	top: -1px;
}

.tag {
	background: #d8dadb;
	border-radius: 5px;
	color: #8d8d8d;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.825rem;
	padding: 6px 0.625rem 4px;
	margin-right: 8px;
	white-space: nowrap;
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	top: -1px;
}
.tag:after {
	content:"\f00d";
	font-family:'FontAwesome';
	margin-left: 5px;
	position: relative;
}

.tag:hover {
	color: #8d8d8d;
}
.tag:hover:after {
	color: #AE1C23;
}

.meta {
	margin: 1rem 0;
	font-size: 0.8125rem;
}

.stack a.primary {
	font-size: 0.6875rem;
}

#latest {
	background: #ecf1f3;
	padding: 4.5rem 0 3rem 0;
}
#latest h2 {
	margin-bottom: 2rem;
}
#latest h2.subheader {
	margin-bottom: 0.5rem;
}

.latest-box {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 2rem;
}
.latest-box h4 {
	padding: 0.625rem 1.25rem;
	margin: 0;
	background: #004282;
	color: #fff;
	font-size: 0.75rem;
	text-transform: uppercase;
	position: relative;
}
.latest-box h4 a {
	text-transform: none;
	font-weight: 300;
	font-size: 0.6875rem;
	color: #7daad9;
	position: absolute;
	top: 0.625rem;
	right: 1.25rem;
}
.latest-box h4 a:hover {
	text-decoration: underline;
}
.latest-box article {
	padding: 0.95rem;
	border-top: solid 1px #d4d4d4;
	font-size: 13px;
}
.latest-box article p {
	font-size: 13px;
}
.home .latest-box article .meta {
	margin-left: 1.5rem;
}
.home .latest-box.chat article .meta {
	margin-left: 2rem;
}
.latest-box article.media-object {
	margin-bottom: 0;
}
.latest-box article.media-object *:last-child {
	margin-bottom: 0;
}
.latest-box article:first-child {
	border: 0;
}
.latest-box.news article,
.latest-box.chat article {
	padding-left: 2.25rem;
}
.latest-box article h3 {
	margin-bottom: 0.2rem;
	margin-top: 0;
	margin-left: 1.5rem;
	font-size: 1.063rem;
	position: relative;
}
.latest-box article h3.aw {
	margin-left: 0;
}
.latest-box.chat article h3 {
	margin-left: 2rem;
}
.latest-box.news article h3:before {
	content:"\f0f6";
	font-family:'FontAwesome';
	font-size: 2.5rem;
	font-weight: normal;
	position: absolute;
	top: -4px;
	left: -2.75rem;
}
.latest-box.chat article h3:before {
	content:"\f0e6";
	font-family:'FontAwesome';
	font-size: 2.7rem;
	font-weight: normal;
	position: absolute;
	top: -10px;
	left: -3.25rem;
}
.latest-box article p {
	margin-left: 1.5rem;
}
.latest-box article .meta {
	font-weight: 300;
	margin: 0;
}
.latest-box article .meta a {
	font-weight: bold;
	color: #222;
}
.latest-box article .meta a:hover {
	color: #004282;	
}


#logos {
	padding: 4em 0;
}
#logos aside {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 20px;
}
#logos aside img {
	margin: 0 20px;
}

.gray {
	background: #383f43;
	padding: 100px 0;
	color: #969ea3;
}
.gray .button:hover {
	border-color: #fff;
	color: #fff;
}
.gray h3 {
	color: #fff;
	font-size: 1.75rem;
	font-weight: normal;
}
.gray .columns {
	position: relative;
}
.gray .columns:before {
	content: '';
	border-left: dashed 1px #586166;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.gray .columns:first-child:before {
	display: none;
}
.gray article {
	padding: 0 1.5rem;
}
.gray article img {
	margin-bottom: 1.5rem;
}

#footer {
	background: #004282;
	color: #fff;
	padding: 20px 0 24px 0;
}
#footer .logo {
	width: 315px;
	height: 60px;
	margin-bottom: 20px;
}
#footer p {
	color: #6182aa;
	font-size: 0.688em;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.688em;
}
#footer ul li {
	display: inline-block;
	*diplay: inline;
	zoom: 1;
}
#footer ul li:before {
	content: ' | ';
	padding: 0 5px;
}
#footer ul li:first-child:before {
	display: none;
}
#footer ul li a {
	color: #fff;
}
#footer ul li a:hover {
	color: #fd6717;
}

#footer .social {
	padding-top: 25px;
	font-size: 0em;
}
#footer .social a {
	color: #4f83ba;
	border: solid 2px #4f83ba;
	border-radius: 32px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 32px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	margin-left: 7px;
}
#footer .social a:hover {
	color: #fff;
	border-color: #fff;
}


/*.toggle-target {
	display: none;
}*/


ul.clean {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.toggle {
	cursor: pointer;
}

#account_products input[type=checkbox] {
	margin-bottom: 0;
}

#account_products label {
	line-height: 1.5rem;
	padding-bottom: 0.75em;
}

#account_products i {
	font-style: normal;
}

#account_email_subscriptions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#account_email_subscriptions li {
	display: inline;
	margin-right: 20px;
}


.callout.callout-thin {
	height: 3rem;
	padding: 0.75rem 1.25rem;
}

.ce_tweet {
	background: #f9f9f9;
	border: 1px solid #ddd;
	margin-bottom: 0.5em;
	padding: 0.5em;
	border-radius: 6px;
}
.ce_tweet_left {
	float: left;
}
.ce_tweet_left img {
	border-radius: 6px;
}
.ce_tweet_right {
	margin-left: 60px;
}
.ce_tweet_row {
	font-size: 0.8em;
}
.ce_tweet_row a {
	color: #777;
}
.ce_tweet_username {
	color: #000;
	font-weight: 500;
}
.ce_tweet_reply:hover {
	color: blue;
}
.ce_tweet_retweet:hover {
	color: green;
}
.ce_tweet_favorite:hover {
	color: red;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}



.products article {
	background: #fcfcfc;
	border: 1px solid #f3f3f3;
	margin-bottom: 0.5em;
	padding: 0.5em;
}

.products article p {
	margin-bottom: 0;
	line-height: 1.25em;
}

.products article .meta {
	margin: 0; 
}

.cover {
	text-align: center;
}
.cover img {
	/*border: 2px solid #ccc;*/
	margin-bottom: 0.25em;
}
.cover p {
	font-weight: 500;
	margin: 0;
}
#page .cover ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 3em;
}
.cover li {
	font-size: 0.9em;
	margin-left: 0;
}
.forum-listing-wrapper {
	float: right;
	width: 40%;
}
.forum-listing {
	border: 2px solid #ddd;
	border-radius: 6px;
	list-style-type: none;
	margin: 0 0 1em 1em; 
	padding: 1em;
}

.forum-listing li {
	border-bottom: 1px solid #eee;
	padding: 0.5em 0;
}
.forum-listing li:first-child {
	padding-top: 0;
}
.forum-listing li:last-child {
	border: 0;
	padding-bottom: 0;
}

.forum-listing p {
	font-size: 0.8em;
	margin: 0;
}

.join-intro {
	background: #fd6717;
	text-align: center;
}

.join-intro h1 {
	color: #fff;
	font-size: 2.5em;
	margin: 2em 0;
}

.join-facts {
	margin-top: 4em;
	text-align: center;
}

.join-facts ul {
	list-style-type: none;
}

.join-facts li:before {
	content: "\b7\a0";
	font-weight: bold;
}

.join-plans h3 {
	font-size: 1.6em;
	margin-bottom: 2em;
	text-align: center;
}

.join-start {
	background: #eee;
	margin-top: 2em;
}

.join-start h2 {
	margin: 2em 0;
}

#pricing-tables .basic, #pricing-tables .premier, #pricing-tables .professional {
	border: solid 1px #d4d4d4;
}
#pricing-tables aside {
	margin: 0 18px;
	
}
#content .benefits aside {
	margin: 0 18px;
	padding-top: 0;
	padding-bottom: 10px;
}
#pricing-tables .premier {
	
}
#pricing-tables .professional {
	
}

#pricing-tables .title, #content .benefits .title {
	padding: 16px 18px;
	text-align: center;
	background: #f8f6f2;
	position: relative;
	border-bottom: solid 1px #d4d4d4;
}
 #content .benefits .title {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
#pricing-tables .title h2, #content .benefits .title h2 {
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 0.03em;
	margin: 0;
}
#pricing-tables .title i {
	display: block;
	width: 34px;
	height: 34px;
	border: solid 1px #d5d5d5;
	background: #fff;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	margin: 0 auto 16px auto;
}
#pricing-tables .selected .title:before {
	height: 5px;
	background: #004181;
	content: '';
	position: absolute;
	top: -1px;
	left: 1px;
	width: 100%;
	margin-left: -1px;
	margin-right: -1px;
}
#pricing-tables .selected .title i {
	background: #1ebb0a;
	border-color: #1ebb0a;
}
#pricing-tables .premier {
	position: relative;
	top: -16px;
	margin-bottom: -16px;
	min-height: 876px;
}
#pricing-tables .premier .title {
	padding-top: 32px;
	padding-bottom: 26px;
	margin-bottom: -16px;
}
#pricing-tables .premier .title h2 {
	font-size: 20px;
}
#pricing-tables .basic .title {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
#pricing-tables .professional .title {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

#pricing-tables .price-mask {
	text-align: center;
	margin-bottom: 25px;
	min-height: 124px;
	padding-top: 40px;
}
#pricing-tables .price-mask span {
	font-weight: 900;
	font-size: 19px;
	color: #004181;
	display: block;
	text-align: center;
	margin-bottom: 14px;
}
#pricing-tables .price {
	font-size: 65px;
	color: #222;
	margin-bottom: 5px;
	line-height: 1em;
}
#pricing-tables .price small {
	font-size: 20px;
	line-height: 1em;
	position: relative;
}
#pricing-tables .price small sup {
	position: absolute;
	top: -28px;
	left: 0;
	font-size: 25px;
}
#pricing-tables .info {
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #222;
	border-top: 0;
	padding-top: 0;
}
#pricing-tables .info strong {
	font-weight: 900;
}
#pricing-tables h6, #content .benefits h6 {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1em;
}
.img {
	border: 2px solid #ddd;
}
#pricing-tables h3 {
	margin: 0 0 25px 0;
	font-size: 18px;
	min-height: 50px;
}
#pricing-tables .basic h3 {
	color: #222;
}
#pricing-tables ul, #content .benefits ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}
#pricing-tables ul li, #content .benefits ul li {
	background: url(../img/ico-check.png) no-repeat 0 4px;
	padding: 12px 0 12px 40px;
	
	line-height: 1.2em;
}

#pricing-tables.pt-normal .premier {
	top: 0;
	margin-bottom: 0;
	min-height: 0;
}

#pricing-tables.pt-normal .pricing-select {
	min-height: 850px;
}

#pricing-tables.pt-normal .premier .title {
	padding: 16px 18px;
	margin-bottom: 0;
}

#pricing-tables.pt-normal .premier .title h2 {
	font-size: 17px;
}

.join-form {
	background: #eee;
	padding-bottom: 2em;
}

.join-form #accept_terms {
	margin-bottom: 0;
}

.join-form label {
	text-align: left;
}

.join-form #atcheck {
	line-height: 1.5em;
}

#steps {
	list-style-type: none;
	margin: 1em 0 2em;
	padding: 0;
	text-align: center;
}
#steps li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	width: 158px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.07em;
}
#steps li.active {
	color: #004181;
}
#steps li span {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	margin: 0 auto 16px auto;
	font-size: 22px;
	color: #222;
	font-weight: 900;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d7d7d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d7d7d7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
}
#steps li.active span {
	color: #fff;
	text-shadow: 0px 1px 0px rgba(9, 91, 178, 1);
	background: #1174dd; /* Old browsers */
	background: -moz-linear-gradient(top,  #1174dd 0%, #004186 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1174dd), color-stop(100%,#004186)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1174dd 0%,#004186 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1174dd 0%,#004186 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1174dd 0%,#004186 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1174dd 0%,#004186 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1174dd', endColorstr='#004186',GradientType=0 ); /* IE6-9 */
}

.min400 {
	min-height: 400px;
}

#rank_form {
	margin: 20px 0 40px;
}

#ranker {
	position: relative;
	width: 500px;
}

#ranker input#bSubmit {
	margin-left: 30px;
	margin-top: 6px;
}

#slider {
	background: url(/assets/img/rank-bg.png) no-repeat ;
	float: left;
}

#content #slider a {
	border: 2px solid #999;
	cursor: move;
	height: 40px;
	margin-top: -14px;
}

.needit {
	color: #c30;
	position: absolute;
	font-size: 0.9em;
	font-weight: bold;
	bottom: -8px;
	right: 200px;
	text-transform: uppercase;
}

.dont {
	color: #06f;
	position: absolute;
	font-size: 0.9em;
	font-weight: bold;
	bottom: -8px;
	left: 0;
	text-transform: uppercase;
}

#wish-listing th, #wish-listing td {
	font-size: 0.9em;
	text-align: left;
}

#wish-listing .title {
	width: 35%;
}
#wish-listing .ranking {
	width: 8%;
}
#wish-listing .date {
	width: 12%;
}
#wish-listing .product {
	width: 15%;
}
#wish-listing .feature {
	width: 30%;
}

.wish-tab-container {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 500px;
	overflow: auto;
}
#wish-tabs li a {
	font-size: 0.9em;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}
#wish-tabs li a.selected {
	background-color: #e6f7d9;
}
#wish-tabs li.is-active a.selected {
	background-color: #e6e6e6;
}

#wish-tabs-content h2 {
	margin-bottom: 1em;
}

.wish_vote_form span {
	font-size: 1.5em;
	position: relative;
	top: 2px;
	left: 5px;
}

p.num-votes {
	font-size: 2em;
	margin: 1em 0 0.25em;
}

.wish_buy_form .buy_amt {
	display: inline;
	width: 60px;
}


.gc-home i {
	color: #fd6717;
	float: left;
	position: relative;
	top: 6px;
}

.gc-home h2 {
	margin: 0 0 0 90px;
}
.gc-home p {
	margin-left: 90px;
}

.subscription-banner {
	background-color: #fd6717;
	padding: 20px 0;
	text-align: center;
}

.subscription-banner .headline {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 4px;
}

.subscription-banner a {
	color: #fff;
	margin: 0;
	text-decoration: underline;
}

.subscription-banner .link,
.subscription-banner .support {
	color: #fff;
	font-size: 16px;
	margin: 0 0 4px;
}
.payment-errors li,
label.error {
	color: #f00;
	font-size: 12px;
	font-style: italic;
}

.align-left {
	text-align: left;
}


#voting p.current-votes {
	margin: 0 0 1em;
}


#voting .bod-name h2 {
	margin-top: 0;
}

#voting .bod-vote {

}

#voting .vote-button {
	margin: 0;
	vertical-align: middle;
}

#voting .vote-button .button {
	font-size: 14px;
	font-weight: 500;
}

#voting .vote-button .vote-yes {
	color: green;
	position: relative;
	top: -5px;
	left: 5px;
}

p.num-votes {
	color: green;
}

.gmap {
	border: 2px solid #aaa;
}


/* UP TO 1239 - Special case a little larger than medium */
@media only screen and (max-width: 77.4975em) and (min-width: 75em) { 

	#header nav ul li a {
		font-size: 0.8em;
	}

}



/* UP TO 1200 - Small and medium */
@media only screen and (max-width: 74.9375em) { 
	.large-9 #page {
		margin-left: 0;
	}
	#header {
		padding: 10px 0 12px 0;
	}
	.home #header, .landing #header {
		padding: 22px 0 32px;
	}
	#header .logo {
		background-image: url(/assets/img/logo-s.png);
		width: 138px;
		height: 57px;
	}
	
	.issue {
		margin-left: 0;
		margin-top: 0;
	}
	
	.carousel {
		padding: 0 39px;
	}
	.carousel .prev, .carousel .next {
		width: 42px;
		left: -39px;
	}
	.carousel .prev:before, .carousel .next:before {
		font-size: 1.2rem;
	}
	.carousel .next {
		left: auto;
		right: -39px;
	}
	
	#sidebar {
		margin: 1rem 0;
	}
	#page {
		margin: 1rem 0;
	}
	
	.text-image article {
		padding-right: 0;
	}
	
	#footer {
		padding: 1.5rem 0;
	}
	#footer, #footer .text-right {
		text-align: center;
	}
	#footer .large-6 {
		float: none;
	}
	#footer .logo {
		width: 290px;
		height: 55px;
		display: block;
		float: none;
		margin: 0 auto 24px auto;
	}
	#footer .social {
		margin-bottom: 20px;
		display: block;
		padding-top: 0;
	}
	#footer ul {
		margin-bottom: 20px;
	}
}
























/* UP TO 1024 Small and medium */
@media only screen and (max-width: 63.9375em) { 
	.text-left-on-medium {
		text-align: left !important;
	}
	#page .callouts {
		margin-left: 0;
	}
	.button-bottom {
		text-align: left;
		margin-top: 1.5rem;
	}
	.button-bottom .button {
		position: static;
	}
	
	.home #header, .landing #header {
		border: 0;
		padding-top: 0;
	}
	.home #header .logo, .landing #header .logo {
		position: relative;
		top: 10px;
	}
	#hero {
		margin-top: -90px;
		padding-top: 100px;
	}
	ul.orbit-container {
	    height: auto !important;
	}
	li.orbit-slide {
	    max-height: none !important;
	}
	.landing #hero {
		padding-top: 130px;
	}
	#hero h1 {
		font-size: 45px;
	}
	.issue {
		background: none;
		padding: 0;
		border-radius: 0;
	}
	
	
	.text-image .mask {
		position: static;
		padding: 2rem 0;
	}
	.text-image .valignmiddle {
		top: 0;  -webkit-transform: translateY(0);  -ms-transform: translateY(0);  transform: translateY(0); 
	}
	.text-image .half {
		position: static;
		width: 100%;
		display: block;
	}
	
	.gray {
		padding: 3rem 0 1rem 0;
	}
	.gray .columns:before {
		display: none;
	}
	.gray article {
		margin-bottom: 2rem;
	}
	
	#content {
		padding: 3.5rem 0;
	}
	#content .products .panel {
		width: 50%;
	}
	
	#content #breadcrumb {
		margin-top: -2rem;
		margin-bottom: 2rem;
	}
	#content .sort {
		margin-top: -1rem;
	}
	
	.box {
		margin-bottom: 1rem;
	}
	.box:before {
		display: none;
	}
	
	table.stack thead {
		display: block;
	}
	table.stack thead th {
		display: none;
	}
	table.stack thead th:first-child {
		display: block;
	}
	
	table.stack tbody tr td {
		border-top-width: 0;
	}
	table.stack tbody tr td:first-child {
		border-top-width: 1px;
	}
	
	table.stack .article {
		padding-bottom: 0;
	}
	table.stack .author {
		padding-top: 0;
	}
	
	table.stack tbody tr:last-child td:first-child {
		border-bottom-left-radius: 0;
	}
	table.stack tbody tr:last-child td:last-child {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	
	.filters {
		margin-bottom: 2rem;
	}
	
	.icon-menu .columns:before {
		display: none;
	}
	
	#logos aside {
		display: block;
		margin: 0 0 3rem auto;
	}
	#logos aside:last-child {
		margin-bottom: 0;
	}
	
}

















/* UP TO 640 - Small */
@media screen and (max-width: 39.9375em) {
	h1 {
		font-size: 1.475rem;
	}
	h2 {
		font-size: 1.275rem;
	}
	h3 {
		font-size: 1.1rem;
	}
	#hero h1 {
		font-size: 30px;
	}
	#hero * {
		text-align: center;
	} 
	.issue {
		max-width: none;
	}
	.issue .float-left {
		margin: 0;
		float: none !important;
	}
	.issue h5 {
		margin: 0.5em 0;
	}
	.issue h5 small {
		display: none;
	}
	.icon-menu a {
		font-size: 0.65em;
	}
	.icon-menu a i {
		font-size: 2.5em;
	}
	.ad {
		display: none;
	}
	.ask {
		padding-top: 0.5em;
		padding-bottom: 1em;
	}
	.gray article img {
		margin-bottom: .5rem;
	}
	.gray h3 {
		margin-top: 0;
	}
	.gray p {
		margin-bottom: 2.5rem;
	}
	.text-left-on-small {
		text-align: left !important;
	}
	.text-left-on-small .order {
		display: block;
	}
	.text-left-on-small small {
		margin-left: 0;
	}
	small.middle {
		position: relative;
		top: 0;
		padding-left: 0;
		display: block;
	}
	.button.large {
		padding: 0.9375rem 2rem;
	}
	.unlock .button {
		width: 100%;
		max-width: 290px;
	}

	
	.thumbnail.float-left {
		float: none;
		margin: 1rem 0;
	}
	
	#main {
		padding-bottom: 2rem;
	}
	.home #main, .landing #main {
		padding-top: 2rem;
	}
	.landing #main {
		padding-top: 3rem;
	}
	
	.group h6 {
		float: none;
		width: auto;
		padding: 0;
	}
	#page .callouts { 
		max-width: 100%;
	}
	
	.carousel {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0;
	}
	.carousel .prev, .carousel .next {
		width: 15px;
		left: 0px;
	}
	.carousel .prev:before, .carousel .next:before {
		font-size: 0.725rem;
		margin-top: -6px;
	}
	.carousel .next {
		left: auto;
		right: 0px;
	}
	
	.carousel .zoom {
		padding: 0 15px;
	}
	.carousel .thumbnails {
		margin-left: -3px;
		margin-right: -3px;
	}
	
	.albums {
		margin: 0 -10px;
	}
	.albums a {
		width: 50%;
		padding: 0 10px;
		margin: 0.2rem 0;
	}
	.albums a .thumbnail {
		margin-bottom: 0.3rem;
	}
	
	.downloads {
		margin-bottom: 1rem;
	}
	.downloads p {
		font-size: 0.8125rem;
	}
	.downloads p small {
		font-size: 0.75rem;
	}
	
	#content {
		padding: 2.5rem 0;
	}
	#content .products .panel {
		width: 100%;
		float: none;
	}
	
	#content #breadcrumb {
		margin-top: -1rem;
		margin-bottom: 2rem;
	}
	
	.article .thumbnail {
		float: none;
		margin: 0 0 0.625rem 0;
	}
	
	.author {
		min-width: 0;
	}
	
	.sort h3 {
		float: none !important;
		bottom: 0;
		text-align: left !important;
	}
	.filters * {
		margin-bottom: 5px;
	}
	
	.ask p small {
		display: block;
	}
	
	#latest {
		padding: 1.5rem 0;
	}
	.latest-box h4 a {
		position: static;
		display: block;
		margin-top: 0.4rem;
	}
	
	.gray article {
		padding: 0;
	}
	
	#logos aside img {
		margin-bottom: 1rem;
	}
	
	#magazines .flipster__item img {
		width: 200px;
	}

	#page ul.forum-listing {
		margin-left: 0;
		width: 100%;
	}
	table.stack h3 {
		margin-top: 0;
	}
	table.stack td.author {
		padding-top: 0;
	}
	table.stack td.article-title {
		padding-bottom: 0;
	}
	#page .mobile-widget ul.category-list {
		margin-left: 0;
		margin-bottom: 0;
	}
	#page .mobile-widget ul.category-list ul {
		margin-left: 0;
		margin-bottom: 0;
	}

	.gc-home i {
		color: #fd6717;
		float: left;
		position: relative;
		top: 6px;
		font-size: 3em;
	}

	.gc-home h2 {
		margin: 0 0 0 60px;
	}
	.gc-home p {
		margin-left: 60px;
	}

	#hero .orbit-previous, #hero .orbit-next {
		font-size: 20px;
	}
	#hero .orbit-caption h2 {
		font-size: 1.4rem;
		line-height: 1.2em;
	}
	#hero .orbit-previous,
	#hero .orbit-next {
		bottom: 0;
		transform: translateY(-0%);
		top: inherit;
	}
}










/*! jQuery.Flipster,  v1.0.1 (built 2015-11-02) */
.flipster--carousel .flipster__item,.flipster--coverflow .flipster__item{perspective:800px}.flipster{display:block;overflow-x:hidden;overflow-y:visible;position:relative}.flipster:focus{outline:0}.flipster__container,.flipster__item{margin:0;padding:0;list-style-type:none;position:relative}.flipster__container{display:block;white-space:nowrap;word-spacing:-.25em;transform-origin:50% 50%;backface-visibility:hidden}.flipster__item{display:inline-block;white-space:normal;word-spacing:normal;vertical-align:bottom}.flipster--click .flipster__item--future,.flipster--click .flipster__item--past{cursor:pointer}.flipster__item img{max-width:100%; }.flipster__button{position:absolute;top:50%;display:block;appearance:none;background:0 0;border:none;padding:0;z-index:999;cursor:pointer;font-size:15px;opacity:.5;transition:opacity .5s ease;margin:-1em 2em}.flipster__button svg{width:2em;stroke:currentColor;fill:transparent;stroke-width:3;stroke-linecap:round}.flipster__button:focus,.flipster__button:hover{opacity:1}.flipster__button--prev{left:0}.flipster__button--next{right:0}.flipster__nav,.flipster__nav__item{list-style-type:none;padding:0}.flipster__nav{display:block;margin:0 0 4em;text-align:center;position:relative}.flipster__nav__item{display:inline-block;margin:0 .25em}.flipster__nav__link{display:block;color:inherit;padding:.5em 1em;position:relative;overflow:hidden;transition:all 250ms ease-out;transition-timing-function:cubic-bezier(.56,.12,.12,.98)}.flipster__nav__child .flipster__nav__link,.flipster__nav__item--current>.flipster__nav__link,.flipster__nav__link:focus,.flipster__nav__link:hover{color:#fff}.flipster__nav__link::after{content:'';display:block;background:#232221;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transform:translateY(100%) translateY(-.25em);transition:inherit}.flipster__nav__item--current>.flipster__nav__link::after,.flipster__nav__link:focus::after,.flipster__nav__link:hover::after{transform:translateY(0)}.flipster__nav__child{display:none;position:absolute;top:100%;left:0;right:0;margin-top:-1px;padding:.5em;background:#4e4441;z-index:1}.flipster--coverflow .flipster__item__content img:only-child,.flipster--wheel .flipster__item__content img:only-child,.flipster__nav__item--current .flipster__nav__child{display:block}.flipster__nav__child .flipster__nav__link::after{background:#fff}.flipster__nav__child .flipster__nav__item--current>.flipster__nav__link,.flipster__nav__child .flipster__nav__link:focus,.flipster__nav__child .flipster__nav__link:hover{color:#232221}.flipster--carousel .flipster__container,.flipster--carousel .flipster__item,.flipster--carousel .flipster__item__content{transition:all 350ms ease-in-out;transition-timing-function:cubic-bezier(.56,.12,.12,.98)}.flipster--carousel .flipster__item--future,.flipster--carousel .flipster__item--past{opacity:0;transition-delay:115ms}.flipster--carousel .flipster__item--future-2,.flipster--carousel .flipster__item--past-2{opacity:1;transition-delay:90ms}.flipster--carousel .flipster__item--future-1,.flipster--carousel .flipster__item--past-1{opacity:1;transition-delay:60ms}.flipster--carousel .flipster__item--past .flipster__item__content{transform:translateX(100%) rotateY(-20deg) scale(.5)}.flipster--carousel .flipster__item--past-2 .flipster__item__content{transform:translateX(25%) rotateY(0) scale(.55)}.flipster--carousel .flipster__item--past-1 .flipster__item__content{transform:rotateY(0) scale(.75)}.flipster--carousel .flipster__item--future .flipster__item__content{transform:translateX(-100%) rotateY(20deg) scale(.5)}.flipster--carousel .flipster__item--future-2 .flipster__item__content{transform:translateX(-25%) rotateY(0) scale(.55)}.flipster--carousel .flipster__item--future-1 .flipster__item__content{transform:rotateY(0) scale(.75)}.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content{transform:translateX(175%) scale(.5)}.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content{transform:translateX(25%) scale(.65)}.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content{transform:translateX(0) scale(.8)}.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content{transform:translateX(-175%) scale(.5)}.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content{transform:translateX(-25%) scale(.65)}.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content{transform:translateX(0) scale(.8)}.flipster--carousel .flipster__item--current .flipster__item__content{transform:translateX(0) rotateY(0) scale(1);transition-delay:60ms}.flipster--coverflow .flipster__container,.flipster--coverflow .flipster__item,.flipster--coverflow .flipster__item__content{transition:all 350ms ease-in-out;transition-timing-function:cubic-bezier(.56,.12,.12,.98)}.flipster--coverflow .flipster__container{padding-bottom:5%}.flipster--coverflow .flipster__item__content{transform-origin:50% 100%;box-reflect:below 0 -webkit-gradient(linear,left bottom,left top,color-stop(.05,rgba(255,255,255,.12)),color-stop(.2,transparent));-webkit-box-reflect:below 0 -webkit-gradient(linear,left bottom,left top,color-stop(.05,rgba(255,255,255,.12)),color-stop(.2,transparent))}.flipster--coverflow .flipster__item--past .flipster__item__content{transform-origin:0 50%;transform:scale(.75) rotateY(55deg)}.flipster--coverflow .flipster__item--future .flipster__item__content{transform-origin:100% 50%;transform:scale(.75) rotateY(-55deg)}.flipster--coverflow .flip-current .flipster__item__content{transform:rotateY(0)}.flipster--flat .flipster__container,.flipster--flat .flipster__item,.flipster--flat .flipster__item__content{transition:all .4s ease-in-out}.flipster--flat .flipster__item--future,.flipster--flat .flipster__item--past{opacity:.5}.flipster--flat .flipster__item--future .flipster__item__content,.flipster--flat .flipster__item--past .flipster__item__content{transform:scale(.75)}.flipster--wheel{overflow:hidden}.flipster--wheel .flipster__container,.flipster--wheel .flipster__item__content{transition:all .4s ease-in-out;transition-timing-function:cubic-bezier(.56,.12,.12,.98)}.flipster--wheel .flipster__container{padding-bottom:20%}.flipster--wheel .flipster__item__content{transform-origin:50% 100%}.flipster--wheel .flipster__item--past .flipster__item__content{transform-origin:100% 100%}.flipster--wheel .flipster__item--future .flipster__item__content{transform-origin:0 100%}.flipster--wheel .flipster__item--past .flipster__item__content{opacity:0;transform:rotateZ(-80deg) translate(-170%,110%)}.flipster--wheel .flipster__item--future .flipster__item__content{opacity:0;transform:rotateZ(80deg) translate(170%,110%)}.flipster--wheel .flipster__item--past-3 .flipster__item__content{opacity:1;transform:rotateZ(-60deg) translate(-70%,75%)}.flipster--wheel .flipster__item--future-3 .flipster__item__content{opacity:1;transform:rotateZ(60deg) translate(70%,75%)}.flipster--wheel .flipster__item--past-2 .flipster__item__content{opacity:1;transform:rotateZ(-40deg) translate(-17%,30%)}.flipster--wheel .flipster__item--future-2 .flipster__item__content{opacity:1;transform:rotateZ(40deg) translate(17%,30%)}.flipster--wheel .flipster__item--past-1 .flipster__item__content{opacity:1;transform:rotateZ(-20deg)}.flipster--wheel .flipster__item--future-1 .flipster__item__content{opacity:1;transform:rotateZ(20deg)}.flipster--wheel .flip-current .flipster__item__content{transform:rotateX(0)}

.super_search_results_text { display: none; }

.search_pagination_bar_results { 
	display: inline; 
	position: relative;
	top: 6px;
}
