/*
Theme Name: TRN
Theme URI: http://www.tollroadnews.com
Author: Kessler Freedman, Inc.
Author URI: http://www.kesslerfreedman.com
Description: An Undersocres-based theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trn
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Karks Underscores is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Structure
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Columns
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Lato:400,700,900|Libre+Baskerville:400,700';
@import url(https://fonts.googleapis.com/css?family=Courgette);
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #252525;
	font-family: 'Libre Baskerville',sans-serif;
	font-size: 15px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:700;
	clear: both;
}

h2 {
	font-size:28px;
	line-height:34px;
	color:#2774c2;
}

h3 {
	font-size:24px;
	line-height:30px;
	color:#252525;
}

p {
	margin-top:0px;
	margin-bottom: 18px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

header#masthead {
	width:100%;
	height:86px;
	background-image:url(images/bg_header.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#34495e;
	margin:0;
}

header#masthead .site-branding {
	width:auto;
	max-width:1500px;
	height:86px;
	padding:0px 20px;
	margin:0px auto;
}

#logo {
	display:block;
	margin:0px 0px;
	padding:0px 0px;
}

a#logo {
	line-height:0px;
}

/* Layout for No Flexbox */

.no-flexbox #content {
	width:auto;
	display:table;
	max-width:1500px;
	height:auto;
	padding:0px 10px;
	margin:15px auto;
}

.no-flexbox #left-sidebar {
	display:table-cell;
	width:13%;
	margin: 15px 40px 0 0;
	vertical-align:top;
}

.no-flexbox #primary {
	display:table-cell;
	width:50%;
	margin: 15px 5% 0 0;
	padding:15px;
	background-color:#FFF;
	vertical-align:top;
}

.no-flexbox #right-sidebar {
	display:table-cell;
	width:20%;
	margin-top:15px;
	vertical-align:top;
}

/* Layout for Flexbox */

.flexbox #content, .flexboxtweener #content {
	width:auto;
	max-width:1500px;
	padding:0px 20px;
	margin:15px auto;
	display: -webkit-box;
 	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display:flex;
	-ms-flex-direction:row;
	-ms-flex-pack:justify;
	 -ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items: flex-start;
	align-content:space-between;
}

.flexbox #left-sidebar, .flexboxtweener #left-sidebar {
	width:13%;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	-webkit-order: 1;
	order:1;
	-webkit-box-flex: 1 0 13%;
	-moz-box-flex: 1 0 13%;
	-webkit-flex: 1 0 13%;
	-ms-flex: 1 0 13%;
	flex: 1 0 13%;
	margin-top:15px;
	margin-right:40px;
	/*margin-right:40px;*/
}

.flexbox #primary, .flexboxtweener #primary {
	width:55%;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 2;
	order:2;
	-ms-align-self:stretch;
	align-self: stretch;
	margin-top:15px;
	margin-right:0px;
	padding:15px;
	-webkit-box-flex: 1 0 55%;
	-moz-box-flex: 1 0 55%;
	-webkit-flex: 1 0 55%;
	-ms-flex: 1 0 55%;
	flex: 1 0 55%;
	background-color:#FFF;
}

.flexbox #right-sidebar, .flexboxtweener #right-sidebar {
	width:23%;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 1;
	-webkit-order: 3;
	order:3;
	-webkit-box-flex: 1 0 23%;
	-moz-box-flex: 1 0 23%;
	-webkit-flex: 1 0 23%;
	-ms-flex: 1 0 23%;
	flex: 1 0 23%;
	margin-left:40px;
	margin-top:15px;
	/*margin-left:40px;*/
}

/* Make sure these items display in IE10 */
.flexboxtweener #left-sidebar, .flexboxtweener #primary, .flexboxtweener #right-sidebar {
	display:block;
}


footer#colophon {
	width:100%;
	height:auto;
	margin:0;
	background-color:#363636;
}

footer#colophon .footer-inner {
	width:960px;
	margin:0px auto;
	text-align:center;
	color:#FFF;
	font-family:'Lato',sans-serif;
	padding:10px 0px;
}

#backtop {
	display:none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f4f4f4; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #979797;
	border: 0;
	height: 4px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	border:1px solid #ddd;
	width:100%;
	margin:18px 0px;
}
table th {
	padding:5px 20px;
	text-align:left;
	font-weight:bold;
	color:#111;
}
table td {
	border-top:1px solid #ddd;
	padding:5px 20px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color:#0057a8;
	border:1px solid #dadada;
	padding:5px 10px;
	font-size:18px;
	line-height:18px;
	font-weight:700;
	color:#FFF;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#252525;
	border:1px solid #dadada;
	transition:ease-in;
	transition-duration:225ms;
	transition-property:all;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color:#252525;
	border:1px solid #dadada;
	transition:ease-in;
	transition-duration:225ms;
	transition-property:all;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border:1px solid #dadada;
	border-radius: 6px;
	background-color:#FFF;
	padding:5px;
	font-size:14px;
	line-height:14px;
	color:#252525;
}

select {
	border: 1px solid #ccc;
	padding:4px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border:1px solid #000;
	background-color:#FBFFEA;
	transition:ease-in;
	transition-duration:225ms;
	transition-property:all;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/* Gravity Forms Label Placement */
.gform_wrapper .top_label .gfield_label {
    clear: both;
    display: inline-block;
    font-weight: 700;
    line-height: 1.3;
    margin: 1.0em 0 0.25em !important;
}

/* Search in the Header */

.searchbox {
	text-align:right;
	margin-top:20px;
}

.searchbox input#s {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	 border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color:#FFF;
	height:40px;
	width:66%;
	border:0px;
	display:inline;
}

.searchbox input#searchsubmit {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	 border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottomright-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color:#d12115;
	color:#FFF;
	font-family:'Lato',sans-serif;
	font-size:16px;
	font-weight:400;
	height:40px;
	width:33%;
	border:0px;
	display:inline;
	margin-left:-5px;
	padding:0px 5px;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #d12115;
}

a:visited {
	color: #d12115;
}

a:hover,
a:focus,
a:active {
	color: #8c1810;
	transition-property:all;
	transition-timing-function:ease-in;
	transition-duration:175ms;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

header#masthead nav {
	width:100%;
	height:36px;
	margin:0;
	background-color:#2774c2;
}

header#masthead nav div.main-navigation-inner {
	width:960px;
	margin:0px auto;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	border-right:1px solid #1f5b99;
}

.main-navigation li.current_page_item, .main-navigation li.current_page_ancestor {
	background-color:#1c5893;
}

.main-navigation li.last {
	border-radius:none;
}

.main-navigation a {
	display: block;
	font-family:'Lato',sans-serif;
	font-size:16px;
	text-decoration: none;
	color:#FFF;
	padding:3px 11px;
	line-height:30px;
	margin:0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 30px;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	font-size:14px;
	width: 200px;
}

.main-navigation ul ul li {
	background-color:#3578BB;
	border-right:none;
}

.main-navigation li:hover {
	background-color:#1c5893;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#FFF;
}

.main-navigation ul ul li a:before {
	content:'»';
	padding-right:3px;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	background-color:#1c5893;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	background-color:#1c5893;
}

/* Small menu. */
button.menu-toggle {
	display:none;
}

.slicknav_menu {
	display:none;
}


/* Mobile Login Link */
li.mobile-login a {
	display: none;
}


@media screen and (min-width: 37.5em) {

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* Clearfix */

.clearfix {
margin:0px auto;
clear:both;
}

.clearfix:before, .clearfix:after, .post:before, .post:after {
content: " "; /* 1 */
display: table; /* 2 */
}

.clearfix:after, .post:before {
clear:both;
}

.ie7 .clearfix {
*zoom: 1;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
aside ul, aside .xoxo ul {
	list-style:none;
	margin:0;
	padding:0;
}
.widget-title {
	font-family:'Lato',sans-serif;
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	background-image:url(images/widget-title-background.png);
	background-repeat:repeat-x;
	background-position:top center;
	margin-bottom:10px;
	text-align:left;
}

.widget-title span {
	color:#252525;
	background-color:#FFF;
	padding-right:10px;
}

.widget {
	position:relative;
	background-color:#FFF;
	padding:5px 15px 10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #d9d9d9;
	margin-bottom:40px;
}

#right-sidebar .widget {
	margin-bottom:15px;
}

.widget_adbutler {
	padding:15px 15px 10px;
}

.widget ul {
	padding-bottom:5px;
}

.widget ol {
	margin-left:0px;
	padding-left:0px;
}

.widget li a, .widget li a:visited {
	display:block;
	padding:5px 0px;
	border-top:0px solid #ccc;
}
.widget li a:hover, .widget li a:active {
	color:#508ecd;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Recent Posts Widget Extended */

.rpwe-block ul {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.rpwe-block li {
    border-bottom: 0px solid #eee;
    margin-bottom: 0px;
    padding-bottom: 0px;
    list-style-type: none;
}
.rpwe-block a {
	font-size:14px;
	font-weight:700;
	font-family:'Lato',sans-serif;
	color:#2774c2;
	text-transform:uppercase;
    display: inline !important;
    text-decoration: none;
}
.rpwe-block h3 {
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 21px;
}
.rpwe-thumb {
    border: 1px solid #eee !important;
    box-shadow: none !important;
    margin: 2px 10px 2px 0;
    padding: 3px !important;
}
.rpwe-summary {
	font-family:'Lato',sans-serif;
    font-size: 14px;
}
.rpwe-time {
	font-family:'Lato',sans-serif;
    color: #737373 !important;
    font-size: 14px !important;
}
.rpwe-alignleft {
    display: inline;
    float: left;
}
.rpwe-alignright {
    display: inline;
    float: right;
}
.rpwe-aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.rpwe-clearfix:before,.rpwe-clearfix:after {
    content: "";
    display: table !important;
}
.rpwe-clearfix:after {
    clear: both;
}
.rpwe-clearfix {
    zoom: 1;
}

/* The Events Calendar Widget */

h4.tribe-event-title {
	margin-top:0px;
	margin-bottom:0px;
}

li.tribe-events-list-widget-events {
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	margin-bottom:10px !important;
}

.tribe-event-title a {
	font-size:14px;
	font-weight:700;
	font-family:'Lato',sans-serif;
	color:#2774c2;
	text-transform:uppercase;
    display: inline !important;
    text-decoration: none;
}

.tribe-event-duration {
	font-family:'Lato',sans-serif;
    color: #9f9f9f !important;
    font-size: 14px !important;
}

.tribe-events-widget-link a {
	font-weight:400 !important;
	text-decoration:underline !important;
}

.tribe-events-widget-link a:after {
	content:' »';
}

/* View All Button */

.viewall {
	display:block;
	width:90px;
	background-color:#FFF;
	position:absolute;
	top:15px;
	right:5px;
	padding:0px 5px;
	font-family: 'Courgette', cursive;
	font-size:16px;
	text-decoration:none;
	border:1px solid #e9e9e9;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	text-align:center;
}

/* Login Button */

.login-button-mobile { 
	display: none;
	}

.login-button {
	float:right;
	width:150px;
	line-height:26px;
}

a.login {
	display:block;
	width:150px;
	background-color:#d12115;
	color:#FFF;
	font-family:'Lato',sans-serif;
	font-size:15px;
	text-align:center;
	text-decoration:none;
	padding:0px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin:2px 0px 0px;
}

a.login:hover {
	background-color:#a71910;
	transition-property:all;
	transition-timing-function:ease-in;
	transition-duration:175ms;
}

/* In-Post Ad */

.in-post-ad {
	clear:both;
	margin:20px auto;
	text-align:center;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

/* Daily News Brief */

.home-subtitle {
	font-family:'Lato', sans-serif;
	padding:5px 0px;
	border-bottom:1px dotted #ccc;
}

.home-subtitle .fa {
	color:#8498aa;
}

.brief-featured {
	margin:10px auto 20px;
}

.brief-featured img {
	width:100%;
	height:auto;
}

a.readmore, a.tribe-events-widget-link {
	display:block;
	width:100px;
	background-color:#2774c2;
	color:#FFF;
	font-family:'Lato',sans-serif;
	font-size:15px;
	text-align:center;
	text-decoration:none;
	padding:4px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin:10px 0px;
}

a.readmore:hover {
	background-color:#508ecd;
	transition-property:all;
	transition-timing-function:ease-in;
	transition-duration:175ms;
}

a img.wp-post-image {
	border:1px solid #CCC;
}

.adbreak {
	display:block;
	margin:10px 0px 15px;
	text-align:center;
}

.post-share {
	margin:10px auto 20px;
	text-align:center;
}

.center {
	text-align: center;
}

a.archivebutton:before {
	font-family:'FontAwesome';
	font-weight:normal;
	content:'\f1ea';
	color:#979797;
	padding-right:5px;
}

a.archivebutton {
	display:inline-block;
	width:auto;
	height:46px;
	background-color:#FFF;
	border:1px solid #2774c2;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin:18px auto;
	font-family:'Lato',sans-serif;
	font-size:24px;
	font-weight:700;
	line-height:46px;
	color:#2774c2;
	text-decoration:none;
	text-align:center;
	padding: 0px 10px;
}

a.archivebutton:hover {
	background-color:#2774c2;
	color:#FFF;
	border:1px solid #898989;
}

a.archivebutton:hover .fa {
	color:#FFF;
}

.brief .fa {
	color:#8498aa;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.sticky {}
article.post, article.news-briefs, article.jobs, article.rfp, article.mailbag {
	padding-bottom:0px;
	border-bottom:4px solid #979797;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
}
.single article.post, .single article.news-briefs, .single article.jobs, .single article.rfp, .single article.mailbag {
	border:0;
	margin-bottom:0;
}

.page-title {
	font-size:32px;
	line-height:38px;
	display:block;
	margin:0px 0px 30px;
	color:#2774c2;
	clear:none;
}

.entry-title {
	font-size:28px;
	line-height:36px;
	display:block;
	margin:20px 0px 15px;
	color:#2774c2;
}

.entry-title-linked {
	font-size:20px;
	line-height:28px;
	color:#252525;
	margin:0px 0px 6px;
}

.entry-title-linked a, .entry-title-linked a:visited {
	color:#252525;
	text-decoration:none;
}

.entry-title-linked a:before {
	font-family:'FontAwesome';
	font-weight:normal;
	content:'\f101';
	color:#8498aa;
	padding-right:5px;
}

.entry-meta:before {
	font-family:'FontAwesome';
	font-weight:normal;
	content:'\f017';
	color:#8498aa;
	padding-right:5px;
}

.entry-meta {
	font-family:'Lato', sans-serif;
	font-size:14px;
	color:#737373;
	margin-bottom:22px;
}
.entry-photo {
	margin:0 0 15px 15px;
	position:relative;
	float:right;
}
.entry-content {
	position:relative;
}
.entry-footer {
	position:relative;
	clear:both;
	font-size:14px;
	margin-top:18px;
}
.entry-tags {
	display:block;
	margin-bottom:15px;
	position:relative;
	float:left;
}


.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

iframe {
	margin:18px auto;
	text-align:center;
}

.grecaptcha-badge iframe {
    margin: 0;
}


.nav-previous a:before {
	content:'« ';
}

.nav-next a:after {
	content:' »';
}

/* MemberPress */

.mepr-price-box {
	font-family:'Lato',sans-serif;
}

.mepr-price-menu.minimal_vertical.minimal_chill_vertical .mepr-price-box:hover {
	background-color:#2774c2;
	transition-property:all;
	transition-timing-function:ease-in;
	transition-duration:175ms;
}

.mepr-price-menu.minimal_vertical.minimal_chill_vertical .mepr-price-box.highlighted:hover {
	background-color:#5ea939;
	transition-property:all;
	transition-timing-function:ease-in;
	transition-duration:175ms;
}

.mepr-price-menu.minimal_vertical.minimal_chill_vertical .mepr-price-box, .mepr-price-menu.minimal_vertical.minimal_chill_vertical .mepr-price-box.highlighted {
	color:#FFF;
}

.mepr-price-box-title:before {
	font-family:'FontAwesome';
	font-weight:normal;
	content:'\f15c';
	color:#FFF;
	padding-right:5px;
}

.mepr-price-box-benefits-item:before {
	font-family:'FontAwesome';
	font-weight:normal;
	content:'\f058';
	color:#FFF;
	padding-right:5px;
}

.mepr-price-menu.minimal_vertical .mepr-price-box-benefits .mepr-price-box-benefits-list {
	margin:10px 0px 20px;
}

a.member-signup {
	font-size:18px;
	text-decoration:none;
	color:#FFF;
	background-color:#d12115 !important;
	padding:10px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.mp_wrapper .mp-form-row {
    margin-bottom: 24px;
    width: 100%;
}

.mp_wrapper .mp-form-row label {
	font-weight: bold;
}

/* Hide Price on Subscription Page (while free subscription is going on) */
.mepr_price {display: none !important;}


/* Pricing Tables */ 

table.pricing-table {
	width: 100%;
	height: auto;
	margin: 24px auto;
	border: 1px solid #8498aa;
	border-collapse: collapse;
}

table.pricing-table th {
	background-color: #34495e;
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	padding: 10px 5px;
	border-bottom:1px solid #8498aa;
	text-align: right;
}

table.pricing-table td {
	font-family: 'Lato',sans-serif;
	background-color: #fff;
	padding: 10px 5px;
	border-top: 1px solid #8498aa;
	text-align: center;
}

table.pricing-table td.title {
	background-color: #3F3F3F;
	color: #FFF;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	border-right: 1px solid #508ecd;
	text-align: center;
}

table.pricing-table td.pricing-plan-name {
	background-color: #2774c2;
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	border-right: 1px solid #508ecd;
}

table.pricing-table td.pricing-terms {
	background-color: #2774c2;
	color: #FFF;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	border-right: 1px solid #508ecd;
}

table.pricing-table i.fa-check-circle-o {
	color: #24ac12;
}

table.pricing-table i.fa-ban {
	color: #d12115;
}

a.plan-signup-button {
	display: inline-block;
	margin: 10px auto;
	padding: 10px 5px;
	border-radius: 6px;
	background-color: #d12115;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}

a.plan-signup-button:hover {
	background-color: #a71910;
	transition-timing-function: ease-in;
	transition-property: all;
	transition-duration: 175ms;
}

a.plan-signup-button:before {
	font-family: 'FontAwesome';
	content: '\f138';
	font-weight: normal;
	padding-right: 5px;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/

.column { width:100%; margin-right:4%; position:relative; float:left; }
.column.last { clear:right; margin-right:0; }
.one_half { width:48%; }
.one_third { width:30.66%; }
.two_thirds { width:65.33%; }
.one_fourth { width:22%; }
.three_fourths { width:74%; }
.one_fifth { width:16.8%; }
.two_fifths { width:37.6%; }
.three_fifths { width:58.4%; }
.four_fifths { width:79.2%; }
.one_sixth { width:13.33%; }
.five_sixths { width:82.67%; }


/*--------------------------------------------------------------
# Responsive Items
--------------------------------------------------------------*/

@media screen and (min-width: 320px) and (max-width: 1000px) {


body {
	background:#FFF;
	line-height:1.5em;
	margin:0;
	padding:0;
}
	
img, .wp-caption {
	max-width:480px;
	height:auto;
}

img.alignr, .alignright, .right {
	display:block;
	position:relative;
	float:none !important;
	margin:18px auto !important;
	margin-left:auto !important;
}

ul,
ol {
	margin: 0 0 20px 10px;
}	

/* Structure */

/* Layout for No Flexbox

.no-flexbox #content {
	width:auto;
	display:block;
	max-width:98%;
	height:auto;
	padding:0px 10px;
	margin:15px auto;
}

.no-flexbox #left-sidebar {
	display:block;
	width:100%;
	margin: 15px 0px 0 0;
	vertical-align:top;
}

.no-flexbox #primary {
	display:block;
	width:100%;
	margin: 15px 0 0 0;
	padding:15px;
	background-color:#FFF;
	vertical-align:top;
}

.no-flexbox #right-sidebar {
	display:block;
	width:100%;
	margin-top:15px;
	vertical-align:top;
} */

/* Layout for Flexbox */

.flexbox #content, .flexboxtweener #content {
	display:block;
	width:98%;
	max-width:98%;
	padding:0px 10px;
	margin:15px auto;
}

.flexbox #left-sidebar, .flexboxtweener #left-sidebar {
	display:block;
	width:100%;
	margin-top:15px;
	margin-right:0px;
	text-align:center;
}

.flexbox #primary, .flexboxtweener #primary {
	display:block;
	width:100%;
	margin-top:15px;
	padding:15px;
	background-color:#FFF;
}

.flexbox #right-sidebar, .flexboxtweener #right-sidebar {
	display:block;
	width:100%;
	margin-top:15px;
	margin-left:0px;
	/*margin-left:40px;*/
}

header#masthead {
	width:100%;
	height:auto;
}

header#masthead .site-branding {
	width:100%;
	height:auto;
	margin:0px auto;
}

#logo {
	margin:10px auto;
	text-align:center;
	display:block;
	position:relative;
}

/* Mobile Login Link */
li.mobile-login a {
	display: block;
}

/* Search in the Header */

.searchbox {
	width:65% !important;
	text-align:center;
	margin-top:20px;
	margin-right:auto !important;
	margin-left:auto !important;
}

.login-button-mobile {
	display: block;
	float:none;
	width:150px;
	line-height:28px;
	margin: 10px auto;
}

#content {
	width:96%;
	min-width:96% !important;
	max-width:96% !important;
	padding:10px;
	margin:auto;
}

/* Widgets */

.widget {
	margin-bottom:20px;
}

.widget_adbutler {
	border:0px;
	padding:0px 0px 0px;
}

footer#colophon {
	width:100%;
	height:auto;
	margin:0;
}

footer#colophon .footer-inner {
	width:96%;
	margin:0px auto;
}

.footer-inner a {
	color:#FFF;
}

#backtop {
	display:block;
	font-size:30px;
	line-height:30px;
	text-align:center;
	margin:15px auto;
}

/* Navigation */

.slicknav_menu {
	display:block;
}

header#masthead nav, .main-navigation ul {
	display:none;
}

table.pricing-table th {
	background-color: #34495e;
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	padding: 10px 5px;
	border-bottom:1px solid #8498aa;
	text-align: right;
}

table.pricing-table td {
	font-family: 'Lato',sans-serif;
	background-color: #fff;
	padding: 10px 5px;
	border-top: 1px solid #8498aa;
	text-align: center;
}

table.pricing-table td.pricing-plan-name {
	background-color: #2774c2;
	color: #FFF;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	border-right: 1px solid #508ecd;
}

/* Columns */

.column, .one_half, .one_third, .two_thirds, .one_fourth, .three_fourths, .one_fifth, .two_fifths, .three_fifths, .four_fifths, .one_sixth, .five_sixths { width:100%; display:block; clear:both; margin-right:0%; position:relative; float:none; margin-bottom:26px; }

.column.last { clear:both; margin-right:0; }

	
}



@media screen and (min-width: 320px) and (max-width: 640px) {

#content {
	width:98%;
	min-width:98% !important;
	max-width:98% !important;
	padding:10px 0px;
	margin:auto;
}

img, .wp-caption {
	max-width:300px;
	height:auto;
}
	
table {
	border:1px solid #7d7d7d;
	width:auto;
	margin:18px auto;
}
table th {
	padding:3px 3px;
	font-size: 13px;
}
table td {
	padding:3px 3px;
	font-size: 13px;
}

table.pricing-table th {
	background-color: #34495e;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	padding: 5px 5px;
	border-bottom:1px solid #8498aa;
	text-align: right;
}

table.pricing-table td {
	font-family: 'Lato',sans-serif;
	background-color: #fff;
	padding: 5px 5px;
	border-top: 1px solid #8498aa;
	text-align: center;
}

table.pricing-table td.pricing-plan-name {
	background-color: #2774c2;
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	border-right: 1px solid #508ecd;
}

table.pricing-table td.pricing-terms {
	background-color: #2774c2;
	color: #FFF;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	border-right: 1px solid #508ecd;
}


a.plan-signup-button {
	display: inline-block;
	margin: 10px auto;
	padding: 5px 3px;
	border-radius: 6px;
	background-color: #d12115;
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}


}

