/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

iframe {
  box-sizing:initial;
}


/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

label {
    min-width: 110px;
    display: inline-block;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?qm1kxo');
  src:  url('../fonts/icomoon.eot?qm1kxo#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?qm1kxo') format('truetype'),
    url('../fonts/icomoon.woff?qm1kxo') format('woff'),
    url('../fonts/icomoon.svg?qm1kxo#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e911";
}
.icon-youtube:before {
  content: "\e912";
}
.icon-refresh:before {
	content: "\e90b";
}
.icon-reply:before {
	content: "\e90d";
}
.icon-search:before {
  content: "\e90e";
}
.icon-angle-right:before {
  content: "\e90f";
}
.icon-angle-left:before {
  content: "\e910";
}
.icon-medium:before {
  content: "\e90a";
}
.icon-star:before {
  content: "\e900";
}
.icon-dots-three-horizontal:before {
  content: "\e901";
}
.icon-pinterest:before {
  content: "\e902";
}
.icon-book:before {
  content: "\e903";
}
.icon-share:before {
  content: "\e904";
}
.icon-google:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-facebook:before {
  content: "\e909";
}

#header .social-list,
#nav ul,
#content .post .meta .social,
#footer .social-list,
#footer .list,
.cycle-gallery .pagination ul,
.votes-box .accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#content .post .meta:after,
#footer .location:after,
#footer .location .frame:after,
#main:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #363636;
	background: #f5f5f5;
	font: 20px/1.3125 "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 25px;
	text-transform: uppercase;
}

h3,
.h3 {
	font-size: 22px;
	font-weight: 500;
}

h4,
.h4, {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #0969ad;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #cf0012;
}

/* NEWS and PHOTOS Overrides */

.int h3.middleheadline {
	font-size: 20px;
	font-weight: 500;
	margin-bottom:10px;
}

.int h4.middleheadline {
	font-size: 18px;
}

.int a.middleheadline {
	font-size: 22px;
	color: #0969ad;
}

.int .reldochead {
	font-weight:bold;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    display:block;
}

.relatedpicsholder {
	display:none;
}

.middlecopy .blockquote {
	display:none;
}

.buffer .news-comments {
    display: none;
}

.buffer button, .buffer input, .buffer optgroup, .buffer select, .buffer textarea {
    font-size: 15px;
}

.int .ytdescription {
	font-size:20px;
}

#albumbox img {
	max-width:initial;
}

#albums .albumname {
	width: 185px;
    height: 40px;
    font-size: 17px;
}

.searchblock {
	background: #ddd;
	padding: 13px;
	margin: 0 0 25px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    display:inline-block;
    width:100%;
}

.searchblock h2 {
	font-size: 18px;
}

.newssearch {
	clear:both;
	margin: 8px 0 5px;
}

.newssearch #SearchPhrase {
    width: 85.59% !important;
}

.topsearch {
	min-height: 34px;
}

.topsearch .change-year, .topsearch .change-cat {
    width: 33.33%;
}


.topsearch select.nicedrop {
    width: 70%;
    float:left;
    margin-right: 1%;
}

.topsearch input[type="submit"] {
	width: 28%;
	margin: 0;
	float:left;
}

.topsearch input[type="submit"],
.datesearch input[type="submit"] {
	text-shadow: none;
	min-width: 40px;
	border: none;
	background: #004f87;
	color: #fff;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}

/*form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}*/

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #363636;
	padding: .4em;
	min-width: 50px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #363636;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #363636;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #363636;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #363636;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #363636;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#header .top-line {
	overflow: hidden;
	text-align: left;
	padding: 12px 0 24px;
}

#header .top-line .container {
	position: relative;
}

#header .portrait-box {
	position: absolute;
	bottom: -58px;
	left: -13px;
	max-width: 130px;
}

#header .portrait-box img {
	display: block;
}

#header .logo {
	display: inline-block;
	vertical-align: top;
	max-width: 209px;
	margin: 38px 0 0 73px;
}

#header .logo a {
	display: block;
}

#header .social-list {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 17px;
	line-height: 17px;
}

#header .social-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0;
}

#header .social-list a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background: #cf0012;
	border-radius: 3px;
	padding: 5px 0;
	width: 30px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

#header .social-list a:hover {
	background: #004f87;
}

#header .social-list a i {
	display: inline-block;
	vertical-align: top;
}

#header .fake-line {
	min-height: 40px;
}

#header .bottom-line {
	background: #004f87;
}

#header.fixed .bottom-line {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

#nav {
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	min-height: 40px;
}

#nav .nav-opener {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 54px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	width: 97px;
}

#nav .nav-opener:before,
#nav .nav-opener:after,
#nav .nav-opener span {
	content: "";
	position: absolute;
	display: block;
	right: 14px;
	width: 25px;
	height: 3px;
	border-radius: 4px;
	background: #f5f5f5;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

#nav .nav-opener:before {
	top: 11px;
}

#nav .nav-opener:after {
	bottom: 11px;
}

#nav .nav-opener span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#nav .nav-opener .ttl {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 11px;
	font-size: 13px;
}

#nav .main-nav {
	position: absolute;
	top: 100%;
	left: -20px;
	right: -20px;
	opacity: 0;
	visibility: hidden;
	font-size: 20px;
	font-weight: 500;
	padding: 39px 20px;
	z-index: 999;
	background: #f5f5f5;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	height: calc(100vh - 40px);
	overflow: auto;
}

#nav .main-nav > li {
	text-transform: uppercase;
	margin: 0 0 20px;
	font-weight: 600;
	position: relative;
	padding: 0 0 0 20px;
}

#nav .main-nav > li .drop {
	max-height: 0;
	overflow: hidden;
	padding: 0 0;
	text-transform: none;
	font-size: 16px;
	font-weight: 500;
	/*-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;*/
}

#nav .main-nav > li .drop li {
	margin: 0 0 10px;
}

#nav .main-nav > li .drop a {
	padding: 0;
	color: #363636;
	font-weight: 500;
	white-space: inherit;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#nav .main-nav > li .drop a:hover {
	color: #004f87;
	font-weight: 700;
	background: transparent;
}

#nav .main-nav > li.hover > a,
#nav .main-nav > li.active > a {
	color: #004f87;
}

#nav .main-nav > li.hover .drop,
#nav .main-nav > li.active .drop {
	max-height: 3000px;
	padding: 9px 0px;
}

#nav .main-nav > li.has-drop-down:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9.5px 0 9.5px 13px;
	border-color: transparent transparent transparent #004f87;
}

#nav .main-nav a {
	display: block;
	color: #363636;
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

#nav .main-nav a:hover {
	color: #004f87;
}

#nav .main-nav a.active {
	font-weight: 700;
}

#nav .main-nav a.active:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	height: 2px;
	background: #fff;
	display: none;
}

#nav .search-opener {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	width: 39px;
	color: #fff;
	text-decoration: none;
	background: #cf0012;
	text-align: center;
	padding: 10px 0;
	font-size: 21px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

#nav .search-opener:hover {
	background: #b60010;
}

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .95);
	padding: 25px 0;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.search-popup .container {
	position: relative;
}

.search-popup .search-close {
	position: absolute;
	top: -24px;
	right: 22px;
	text-decoration: none;
	color: #363636;
	font-size: 45px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.search-popup .search-close:hover {
	color: #cf0012;
}

.search-popup .search-form {
	color: #363636;
	overflow: hidden;
}

.search-popup label {
	font-size: 36px;
	display: block;
	margin: 0 0 10px;
}

.search-popup input {
	font-size: 16px;
	border: solid #363636;
	border-width: 0 0 1px;
	background: none;
	padding: 1px 0;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}

.search-popup input:focus {
	outline: none;
}

.nav-active #nav .nav-opener {
	background: #f5f5f5;
	color: #004f87;
}

.nav-active #nav .nav-opener:before,
.nav-active #nav .nav-opener:after,
.nav-active #nav .nav-opener span {
	background: #004f87;
}

.nav-active #nav .main-nav {
	opacity: 1;
	visibility: visible;
}

.search-active .search-popup {
	opacity: 1;
	visibility: visible;
}

#sidebar {
	max-width: 400px;
	margin: 0 auto;
}

#sidebar .signup-box {
	background: #004f87;
	padding: 28px 16px 26px;
	color: #fff;
	text-align: center;
	margin: 0 0 35px;
}

#sidebar .signup-box h3 {
	display: block;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 5px;
}

#sidebar .signup-box h3 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#sidebar .signup-box h3 span:before,
#sidebar .signup-box h3 span:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	width: 600px;
	background: #fff;
}

#sidebar .signup-box h3 span:before {
	right: 100%;
	margin-right: 20px;
}

#sidebar .signup-box h3 span:after {
	left: 100%;
	margin-left: 20px;
}

#sidebar .signup-box input {
	background: rgba(255, 255, 255, .8);
	border: 1px solid #9d7e3b;
	color: #000;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	font-size: 13px;
	width: 100%;
	padding: 17px 13px;
	margin: 0 0 17px;
}

#sidebar .signup-box .btn-submit {
	display: block;
	width: 156px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 800;
	color: #fff;
	padding: 13px 5px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 4px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#sidebar .signup-box .btn-submit:hover {
	background: #fff;
	color: #004f87;
}

#sidebar .download-ad {
	display: block;
	height: 109px;
	background: #004f87;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	padding: 32px 0 0 109px;
	margin: 0 0 35px;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

#sidebar .download-ad:hover {
	opacity: .85;
}

#sidebar .twitter-box {
	padding: 4px 0;
	margin: 0 0 28px;
}

#sidebar .twitter-box h3 {
	display: block;
	overflow: hidden;
	color: #004f87;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 8px;
	text-align: center;
}

#sidebar .twitter-box h3 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#sidebar .twitter-box h3 span:before,
#sidebar .twitter-box h3 span:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	width: 600px;
	background: #004f87;
}

#sidebar .twitter-box h3 span:before {
	right: 100%;
	margin-right: 20px;
}

#sidebar .twitter-box h3 span:after {
	left: 100%;
	margin-left: 20px;
}

#sidebar .twitter-box .follow-txt {
	display: block;
	text-align: center;
	margin: 0 0 25px;
}

#sidebar .twitter-box a {
	color: #cf0012;
}

#sidebar .twitter-box .tweet {
	padding: 17px 16px 14px;
	font-size: 18px;
	margin: 0 0 19px;
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
}

#sidebar .twitter-box .tweet p {
	margin: 0 0 4px;
}

#sidebar .twitter-box .info {
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	font-size: 13px;
	display: block;
	margin: 0 0 8px;
}

#sidebar .twitter-box .action-link {
	font-family: "Helvetica Neue", "Roboto", "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	color:#cf0012;
	font-weight: 600;
	margin: 0 27px 0 0;
}

#sidebar .twitter-box .action-link [class^="icon-"] {
	font-size: 13px;
	margin: 0 3px 0 0;
}

#sidebar .scrollable {
	max-width: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

#sidebar .facebook-box {
	margin: 0 0 35px;
}

#sidebar .facebook-box h3 {
	display: block;
	overflow: hidden;
	color: #004f87;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 21px;
	text-align: center;
}

#sidebar .facebook-box h3 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#sidebar .facebook-box h3 span:before,
#sidebar .facebook-box h3 span:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	width: 600px;
	background: #004f87;
}

#sidebar .facebook-box h3 span:before {
	right: 100%;
	margin-right: 20px;
}

#sidebar .facebook-box h3 span:after {
	left: 100%;
	margin-left: 20px;
}

#sidebar .insta-box {
	text-align:center;
}

#sidebar .insta-box h3 {
	display: block;
	overflow: hidden;
	color: #004f87;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 21px;
	text-align: center;
}

#sidebar .insta-box h3 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#sidebar .insta-box h3 span:before,
#sidebar .insta-box h3 span:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	width: 600px;
	background: #004f87;
}

#sidebar .insta-box h3 span:before {
	right: 100%;
	margin-right: 20px;
}

#sidebar .insta-box h3 span:after {
	left: 100%;
	margin-left: 20px;
}

#sidebar .img-list {
	padding: 0;
}

#sidebar .img-list a {
    display: block;
    position: relative;
}

#sidebar .img-list li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 33.33%;
    padding: 0 2px 23px 0;
}

#content .page-title {
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	padding-bottom: 39px;
}

#content .page-title h1 {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 2px;
	color: #004f87;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
}

#content .page-title h1 span {
	display: inline-block;
	position: relative;
}

.int #content .content-holder {
	padding-bottom: 20px;
}

.int #content .page-title {
	padding-bottom: 15px;
}

.int #content .page-title h1 span:before {
	display:none;
}

.int #content .page-title h1 {
	text-align:left;
	padding: 0;
}

#content .page-title h1 span:before,
#content .page-title h1 span:after {
	content: "";
	position: absolute;
	height: 1px;
	background: #004f87;
	top: 50%;
	margin-top: -1px;
	width: 600px;
}

#content .page-title h1 span:before {
	right: 100%;
	margin-right: 19px;
}

#content .page-title h1 span:after {
	left: 100%;
	margin-left: 19px;
}

#content .page-title p {
	margin: 0 0 10px;
}

#content .post {
	margin-bottom: 40px;
	padding: 34px 17px 25px;
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
}

#content .post .visual {
	margin: -34px -17px 13px;
	text-align: center;
}

#content .post .visual img {
	width: 100%;
	max-width: none;
}

#content .post p {
	margin-bottom: 19px;
}

#content .post .date-box {
	font-size: 12px;
	display: block;
	line-height: 20px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 11px;
	color: #004f87;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	text-align: center;
}

#content .post .date-box .date {
	display: inline-block;
	position: relative;
}

#content .post .date-box .date:before,
#content .post .date-box .date:after {
	content: "";
	position: absolute;
	height: 1px;
	background: #004f87;
	top: 50%;
	margin-top: -1px;
	width: 600px;
}

#content .post .date-box .date:before {
	right: 100%;
	margin-right: 9px;
}

#content .post .date-box .date:after {
	left: 100%;
	margin-left: 9px;
}

#content .post .meta {
	border-top: 1px solid #004f87;
	padding-top: 20px;
	text-align: center;
}

#content .post .meta .more-link {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 9px;
	display: inline-block;
	color: #cf0012;
	font-weight: 700;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	vertical-align: top;
	text-transform: uppercase;
}

#content .post .meta .more-link .icon-book {
	margin: 0 10px 0 0;
	font-size: 24px;
	vertical-align: top;
	display: inline-block;
}

#content .post .meta .social {
	font-size: 15px;
}

#content .post .meta .social .icon-facebook, 
#content .post .meta .social .icon-twitter, 
#content .post .meta .social .icon-share {
    font-size: 20px;
    line-height: 22px;
    display: block;
    padding: 1px 0 3px 7px;
    color: #cf0012;
    -webkit-transition: background .3s ease 0s, color .3s ease 0s;
    transition: background .3s ease 0s, color .3s ease 0s;
    position: relative;
}

#content .post .meta .social a {
    text-decoration: none;
    width: 23px;
    height: 24px;
    display: block;
}

#content .post .meta .social li span > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

#content .post .meta .social span.stLarge {
    background: transparent;
    background-image: none !important;
}

#content .post .meta .social li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 0 6px;
	font-weight: bold;
}

#content .post h2 {
	color: #363636;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px;
}

#content .post h2 a {
	color: #363636;
}

#content .post h2 a:hover {
	color: black;
}

#footer {
	background: #004f87;
	padding: 47px 0 36px;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ccc;
}

#footer .title-box {
	text-align: center;
	line-height: 20px;
	padding-bottom: 37px;
}

#footer .title-box h4 {
	font-size: 21px;
	line-height: 30px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

#footer .title-box p {
	margin: 0 0 10px;
}

#footer .location {
	padding-bottom: 36px;
}

#footer .location .ttl {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	margin-bottom: 12px;
}

#footer .location address {
	text-align: left;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 30px;
}

#footer .location .logo {
	display: inline-block;
	vertical-align: top;
}

#footer .bottom-row {
	overflow: hidden;
}

#footer .social-list {
	font-size: 36px;
	line-height: 36px;
}

#footer .social-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px 0 7px;
}

#footer .list {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 33px;
}

#footer .list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 6px 0 7px;
	position: relative;
}

#footer .list li:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	background: #fff;
	width: 1px;
	height: 12px;
	content: "";
}

#footer .list li:first-child:before {
	display: none;
}

/* cycle carousel basic styles */

.cycle-gallery {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.cycle-gallery .mask .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .mask .slide {
	height: 511px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.cycle-gallery .mask .slide.active {
	z-index: 1;
}

.cycle-gallery .container {
	position: relative;
	height: 100%;
}

.cycle-gallery .text-box {
	background: rgba(255, 255, 255, .85);
	position: absolute;
	bottom: 34px;
	left: 20px;
	right: 20px;
	padding: 9px 12px;
	font-size: 16px;
	line-height: 1.41;
	max-width: 100%;
}

.cycle-gallery .text-box.right {
	left: 20px;
	right: 20px;
}

.cycle-gallery .text-box .title {
	text-transform: uppercase;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
	line-height: 1.3125;
	font-weight: 600;
	display: block;
	margin: 0 0 14px;
}

.cycle-gallery .text-box p {
	margin: 0 0 25px;
}

.cycle-gallery .more-btn {
	background: #cf0012;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	padding: 12px;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	margin: 0 auto;
	width: 157px;
}

.cycle-gallery .more-btn:hover {
	background: #004f87;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	position: absolute;
	top: 37.5%;
	width: 42px;
	height: 42px;
	background: rgba(0, 0, 0, .5);
	z-index: 99;
	text-align: center;
	color: #fff;
	font-size: 35px;
	line-height: 100%;
	padding: 3px 0;
	display: none;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover {
	background: black;
}

.cycle-gallery .btn-prev {
	left: 0;
}

.cycle-gallery .btn-next {
	right: 0;
}

.cycle-gallery .pagination {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 2px;
	z-index: 99;
}

.cycle-gallery .pagination ul li {
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px;
	border-radius: 100%;
	overflow: hidden;
	width: 11px;
	height: 11px;
	margin: 0 3px;
	border: 1px solid #606060;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.cycle-gallery .pagination ul li:hover {
	border-color: #cf0012;
}

.cycle-gallery .pagination ul li a {
	display: block;
	background: transparent;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.cycle-gallery .pagination ul li.active {
	border-color: #cf0012;
}

.cycle-gallery .pagination ul li.active a {
	background: #cf0012;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

#crumbs .crumbtext {
	text-transform:uppercase;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 15px;
}

#crumbs .crumbtext a {
	padding: 0px 7px 0 0;
	color: #363636;
}

#crumbs .crumbtext .homer {
	font-size: 30px;
	height: 30px;
	position:relative;
	top: 5px;
}

#main {
	padding-top: 37px;
	padding-bottom: 15px;
}

.more-btn {
	background: #cf0012;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	padding: 12px;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	margin: 0 auto 25px;
	min-width: 157px;
}

.more-btn.newsie {
	width: 260px;
	display:block;
}

.more-btn:hover {
	background: #004f87;
	color: #fff;
}

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

.votes-box {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 21px 0;
}

.votes-box h3 {
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 2px;
	color: #004f87;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
}

.votes-box h3 span {
	display: inline-block;
	position: relative;
}

.votes-box h3 span:before,
.votes-box h3 span:after {
	content: "";
	position: absolute;
	height: 1px;
	background: #004f87;
	top: 50%;
	margin-top: -1px;
	width: 600px;
}

.votes-box h3 span:before {
	right: 100%;
	margin-right: 19px;
}

.votes-box h3 span:after {
	left: 100%;
	margin-left: 19px;
}

.votes-box .accordion {
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
	margin-bottom: 35px;
	text-align: left;
}

.votes-box .accordion li {
	border-top: 1px solid #f5f5f5;
}

.votes-box .accordion li:first-child {
	border: none;
}

.votes-box .accordion li.active .opener {
	color: #08244a;
	font-weight: 600;
}

.votes-box .accordion li.active .opener:after {
	content: "-";
}

.votes-box .accordion .slide {
	padding: 0 20px 30px;
}

.votes-box .accordion .vote-table {
	margin: 0 -20px;
}

.votes-box .accordion .vote-table table {
	width: 100%;
}

.votes-box .accordion .vote-table table tr:nth-child(even) {
	background: #ebebeb;
}

.votes-box .accordion .vote-table table th {
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #727272;
	padding: 0 15px 12px 0;
}

.votes-box .accordion .vote-table table th:first-child {
	padding-left: 32px;
}

.votes-box .accordion .vote-table table td {
	color: #727272;
	font-size: 20px;
	line-height: 24px;
	padding: 9px 15px 9px 0;
}

.votes-box .accordion .vote-table table td:first-child {
	padding-left: 32px;
}

.votes-box .accordion .vote-table table td .pos {
	color: #34c218;
}

.votes-box .accordion .vote-table table td .neg {
	color: #c80000;
}

.votes-box .accordion .opener {
	font-size: 20px;
	line-height: 22px;
	font-weight: 900;
	display: block;
	padding: 21px 64px 21px 32px;
	color: #004f87;
	position: relative;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.votes-box .accordion .opener:after {
	position: absolute;
	content: "+";
	font-size: 81px;
	font-weight: 400;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 81px;
	right: 5px;
	top: 50%;
	margin-top: -45px;
}

.votes-box .accordion .opener:hover {
	color: #08244a;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.votes-box .accordion .opener:focus {
	color: #004f87;
}

@media (min-width: 620px) {
	#footer .location .frame {
		float: left;
		margin-right: 214px;
	}

	#footer .location {
		padding-bottom: 0;
	}

	#footer .location .logo {
		float: right;
		max-width: 169px;
		margin: 12px 0 0 -169px;
	}
}

@media (max-width: 560px) {
	.topsearch select.nicedrop, 
	.topsearch input[type="submit"] {
    width: 96%;
    margin: 2px 0;
    float:none;
	}

	.topsearch {
		display:inline-block;
		height:60px;
	}

	.newssearch #SearchPhrase {
    width: 90% !important;
	}

	select.issuedrop,
	.issuedrop option {
		max-width:220px;
	}

	.buffer iframe {
	  max-width:100%;
	}

	div.topWrapSpacer {
	    display:none !important;
	}

	.ytdescription, 
	.vidlinkbox,
	.linkbox, 
	.embedbox,
	.linkbox, 
	.embedbox,
	#current-media,
	#media-player,
	#featured-media,
	#media-archive,
	#flashcontent
	 {
		max-width:600px !important;
		width:100% !important;
	}

	.buffer #current-media {
		max-width: 90% !important;
	}

	.buffer .vidtext {
		width: 100%;
		max-width:380px;
		margin: 5px 0px;
	}

	.buffer .linkbox, 
	.buffer .embedbox {
		display:none;
	}

}


@media (min-width: 620px) and (min-width: 1024px) {
	#footer .location .logo {
		float: none;
		margin: 0 auto;
		margin: -143px 0 0;
	}
}

@media (min-width: 768px) {
	#header .top-line {
		padding: 25px 0 56px;
		text-align: center;
	}

	#header .portrait-box {
		bottom: -117px;
		left: -39px;
		max-width: 289px;
	}

	#header .logo {
		margin: 67px 0 0 103px;
		max-width: 421px;
	}

	#header .social-list {
		font-size: 23px;
		line-height: 23px;
		right: 30px;
	}

	#header .social-list a {
		padding: 4px 0;
		width: 35px;
	}

	#header .fake-line {
		min-height: 61px;
	}

	#nav {
		min-height: 61px;
	}

	#nav .nav-opener {
		right: 87px;
		width: 137px;
	}

	#nav .nav-opener:before,
	#nav .nav-opener:after,
	#nav .nav-opener span {
		height: 5px;
		right: 20px;
		width: 40px;
	}

	#nav .nav-opener:before {
		top: 17px;
	}

	#nav .nav-opener:after {
		bottom: 17px;
	}

	#nav .nav-opener .ttl {
		font-size: 17px;
		left: 17px;
	}

	#nav .main-nav {
		font-size: 24px;
		padding: 39px 30px;
		left: -30px;
		right: -30px;
		height: auto;
		overflow: visible;
	}

	#nav .search-opener {
		width: 62px;
		padding: 17px 0;
		font-size: 31px;
	}

	.search-popup {
		padding: 84px 0;
	}

	.search-popup .search-close {
		top: -67px;
		right: 31px;
	}

	.search-popup label {
		float: left;
		margin: 0;
	}

	.search-popup .row {
		margin: 9px 43px 0 127px;
	}

	.search-popup input {
		font-size: 24px;
	}

	#sidebar .signup-box {
		padding: 26px 30px 38px;
		font-size: 20px;
	}

	#sidebar .signup-box h3 {
		font-size: 20px;
		margin: 0 0 12px;
	}

	#sidebar .signup-box h3 span:before {
		margin-right: 35px;
	}

	#sidebar .signup-box h3 span:after {
		margin-left: 35px;
	}

	#sidebar .signup-box p {
		margin: 0 0 30px;
	}

	#sidebar .signup-box input {
		margin: 0 0 20px;
	}

	#sidebar .signup-box .btn-submit {
		font-size: 14px;
		padding: 15px 5px;
	}

	#sidebar .download-ad {
		height: 153px;
		padding: 48px 0 0 155px;
		font-size: 22px;
	}

	#sidebar .twitter-box h3 {
		font-size: 20px;
		margin: 0 0 12px;
	}

	#sidebar .twitter-box h3 span:before {
		margin-right: 35px;
	}

	#sidebar .twitter-box h3 span:after {
		margin-left: 35px;
	}

	#sidebar .twitter-box .follow-txt {
		font-size: 20px;
	}

	#sidebar .facebook-box h3 {
		font-size: 20px;
		margin: 0 0 12px;
	}

	#sidebar .facebook-box h3 span:before {
		margin-right: 35px;
	}

	#sidebar .facebook-box h3 span:after {
		margin-left: 35px;
	}

	#content .page-title {
		line-height: 24px;
		padding-bottom: 40px;
		font-size: 20px;
	}

	#content .page-title h1 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	#content .page-title h1 span:before {
		margin-right: 38px;
	}

	#content .page-title h1 span:after {
		margin-left: 38px;
	}

	.int #content .page-title h1 span:after {
		margin-left: 19px;
	}

	#content .post {
		padding: 22px 102px 15px;
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 34px;
	}

	#content .post .visual {
		margin: -22px -102px 20px;
	}

	#content .post p {
		margin-bottom: 25px;
	}

	#content .post .date-box {
		font-size: 14px;
		margin-bottom: 15px;
	}

	#content .post .date-box .date:before {
		margin-right: 20px;
	}

	#content .post .date-box .date:after {
		margin-left: 20px;
	}

	#content .post .meta {
		text-align: left;
		padding-top: 25px;
	}

	#content .post .meta .more-link {
		float: left;
		margin-bottom: 0;
	}

	#content .post .meta .social {
		float: right;
	}

	#content .post h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	#footer {
		padding: 50px 0 36px;
	}

	#footer .title-box {
		line-height: 24px;
		padding-bottom: 45px;
	}

	#footer .title-box h4 {
		position: relative;
		overflow: hidden;
		font-size: 28px;
		line-height: 30px;
		padding: 0 20px;
		margin-bottom: 9px;
	}

	#footer .title-box h4 span {
		display: inline-block;
		position: relative;
	}

	#footer .title-box h4 span:before,
	#footer .title-box h4 span:after {
		content: "";
		position: absolute;
		height: 1px;
		background: #fff;
		top: 50%;
		margin-top: -1px;
		width: 600px;
	}

	#footer .title-box h4 span:before {
		right: 100%;
		margin-right: 39px;
	}

	#footer .title-box h4 span:after {
		left: 100%;
		margin-left: 39px;
	}

	#footer .location address {
		margin-bottom: 36px;
		font-weight: 500;
	}

	#footer .location address:last-child {
		margin-bottom: 31px;
	}

	#footer .social-list {
		float: right;
	}

	#footer .social-list li {
		padding-right: 3px;
	}

	#footer .list {
		font-size: 14px;
		float: left;
		margin-bottom: 0;
		padding-top: 6px;
	}

	#footer .list li {
		padding-left: 8px;
	}

	#footer .list li:first-child {
		padding-left: 0;
	}

	.cycle-gallery .mask .slide {
		height: 600px;
	}

	.cycle-gallery .text-box {
		padding: 25px 30px;
		font-size: 20px;
		left: 30px;
		right: auto;
		bottom: 60px;
		max-width: 500px;
		min-height: 272px;
	}

	.cycle-gallery .text-box.right {
		left: auto;
		right: 30px;
	}

	.cycle-gallery .text-box .title {
		font-size: 22px;
	}

	.cycle-gallery .more-btn {
		display: inline-block;
		vertical-align: top;
		margin: 0;
		width: auto;
		min-width: 157px;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		display: block;
	}

	.container {
		padding: 0 30px;
	}

	#main {
		padding-top: 55px;
	}

	.votes-box h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.votes-box h3 span:before {
		margin-right: 38px;
	}

	.votes-box h3 span:after {
		margin-left: 38px;
	}

	.votes-box h3 + p {
		font-size: 20px;
	}
}

@media (min-width: 1024px) {
	#header .top-line {
		padding: 20px 0 48px;
	}

	#header .portrait-box {
		max-width: none;
		bottom: -219px;
		left: -26px;
	}

	#header .logo {
		margin: 49px 0 0 -30px;
		max-width: none;
	}

	#header .social-list {
		font-size: 30px;
		line-height: 30px;
		right: 15px;
	}

	#header .social-list a {
		padding: 6px 0;
		width: 44px;
	}

	#nav .main-nav {
		left: -15px;
		right: -15px;
	}

	.search-popup {
		padding: 106px 0;
	}

	.search-popup .search-close {
		top: -58px;
		right: 23px;
	}

	.search-popup label {
		font-size: 48px;
	}

	.search-popup .row {
		margin: 15px 70px 0 168px;
	}

	.search-popup input {
		padding: 1px 0 8px;
	}

	#sidebar {
		float: right;
		width: 400px;
		margin-left: -400px;
	}

	#sidebar .signup-box {
		margin: 0 0 50px;
	}

	#content {
		float: left;
		width: 100%;
	}

	#content:only-child .content-holder {
		margin: 0;
	}

	#content .content-holder {
		margin-right: 470px;
	}

	#content .page-title {
		padding-bottom: 40px;
	}

	#content .post .date-box {
		margin-bottom: 14px;
	}

	#content .post .meta .more-link .icon-book {
		margin-right: 6px;
	}

	#content .post .meta .social li {
		margin: 0 2px 0 7px;
	}

	#content .post h2 {
		margin-bottom: 17px;
	}

	#footer {
		padding: 50px 0 36px;
	}

	#footer .title-box {
		padding-bottom: 47px;
	}

	#footer .location .frame {
		float: none;
		margin: 0;
	}

	#footer .location {
		padding-bottom: 7px;
	}

	#footer .location .ttl {
		margin-bottom: 13px;
	}

	#footer .location .ttl {
		margin-bottom: 10px;
	}

	#footer .location address {
		margin: 0;
	}

	#footer .location address:nth-child(odd) {
		float: left;
		padding-right: 100px;
		width: 50%;
	}

	#footer .location address:nth-child(even) {
		float: right;
		padding-left: 112px;
		width: 50%;
	}

	#footer .location address:last-child {
		margin-bottom: 0;
	}

	#footer .social-list li {
		padding: 0 7px 0 2px;
	}

	#footer .list {
		padding-top: 13px;
	}

	.cycle-gallery .text-box {
		bottom: 53px;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		top: 45%;
		width: 55px;
		height: 55px;
		font-size: 48px;
	}

	.container {
		padding: 0 15px;
	}

	.int #main {
		padding-top: 30px;
	}

	#main {
		padding-top: 95px;
		padding-bottom: 58px;
	}
}

@media (min-width: 1100px) {
	#header .fake-line {
		min-height: 70px;
	}

	#nav .nav-opener {
		display: none;
	}

	#nav .main-nav {
		position: relative;
		padding: 0 60px 0 0;
		opacity: 1;
		left: auto;
		right: auto;
		visibility: visible;
		background: none;
		font-size: 20px;
	}

	#nav .main-nav > li {
		display: inline-block;
		vertical-align: top;
		font-size: 15px;
		line-height: 19px;
		padding: 0;
		margin: 0 8px 0 0;
	}

	#nav .main-nav > li .drop {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 330px;
		padding: 20px 21px 16px;
		opacity: 0;
		visibility: hidden;
		box-shadow: 2px 2px 2px rgba(54, 54, 54, .5);
		background: #fafafa;
		text-transform: none;
		max-height: none;
	}

	#nav .main-nav > li .drop a {
		white-space: inherit;
	}

	#nav .main-nav > li .drop li {
		margin: 0 0 12px;
	}

	#nav .main-nav > li.hover > a,
	#nav .main-nav > li.active > a {
		background: #fafafa;
	}

	#nav .main-nav > li.hover .drop,
	#nav .main-nav > li.active .drop {
		opacity: 1;
		visibility: visible;
		padding: 20px 21px 16px;
	}

	#nav .main-nav > li.has-drop-down:before {
		display: none;
	}

	#nav .main-nav a {
		color: #fff;
		padding: 26px 5px;
	}

	#nav .main-nav a:hover {
		background: #fafafa;
	}

	#nav .main-nav a.active:before {
		display: block;
	}

	#nav .search-opener {
		width: 70px;
		padding: 17px 0;
		font-size: 35px;
	}
}

@media (min-width: 1200px) {
	#nav .main-nav {
		margin: 0 0 0 -12px;
		font-size: 24px;
	}

	#nav .main-nav a {
		padding: 26px 8px;
	}

	#content .post .visual img {
		max-width: 700px;
	}
}

@media (min-width: 1300px) {
	.cycle-gallery .text-box {
		bottom: auto;
		top: 70%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 15px;
	}

	.cycle-gallery .text-box.right {
		right: 15px;
	}
}

